﻿body {
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif
}

/*CUSTOM*/
.field-validation-error {
    color: #B30300;
    font-size: 11px;
    font-weight: bold;
}

[name$="_length"] {
    min-width: 20px !important;
}

.autoscroll-xs {
    max-height: 200px;
    overflow-y: auto;
}

.autoscroll-sm {
    max-height: 300px;
    overflow-y: auto;
}

.autoscroll-md {
    max-height: 400px;
    overflow-y: auto;
}

.autoscroll-lg {
    max-height: 600px;
    overflow-y: auto;
}

.navigationbar {
    width: 100%;
    background-color: lightgrey;
    padding: 5px;
    border: 1px solid #ccc;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
    position: fixed;
    margin-left: -1.5rem;
    z-index: 998;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .navigationbar {
        left: 24px;
        margin-top: -3.5rem;
    }
}

@media (max-width: 992px) {
    .navigationbar {
        left: 24px;
        margin-top: -3.5rem;
    }
}

.navigationbar:first-of-type + div.widget {
    margin-top: 2rem;
}

.hourspin {
      min-width: 55px;
}

.hourspin-group {
    max-width: 145px;
}

.active-Menu {
    border-left-color: #0b5c77  !important;
    border-left: 3px solid;
    background-color: rgba(182, 182, 182, 0.45) !important;
}

.active-Header-Menu {
    color: #0b5c77  !important;
}

.active-Menu > a {
    background: none !important;
}

.has-submenu.open {
    border-left: 3px solid #0b5c77  !important;
}

h1, h2, h3, h4, h5 {
    margin-top: 8px !important;
    margin-bottom: 6px !important;
}

/*.has-submenu.open .submenu-toggle {
        background:#0b5c77 !important;
        color:white!important;
    }*/

.tile {
    margin: 10px;
    max-width: 125px;
    width: 125px;
    background: #0b5c77 ;
    color: white;
    height: 125px;
    border-radius: 4px;
    border: 1px solid #0b5c77 ;
    cursor: pointer;
    text-align: center;
    float:left;
    
}

@media (max-width: 480px) {
    .tile {
        margin: 0px;
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
    }
}

.tiles {
          display: block;
}



.tile > i {
    width: 100%;
    text-align: center;
    background: white;
    padding: 36px 20px 15px 20px;
    color: #0b5c77 ;
}

.tile:hover > i {
    width: 100%;
    text-align: center;
    background-color: #0b5c77 ;
    padding: 36px 20px 15px 20px;
    color: white;
    
}

.tile > .tile-text {
    width: 100%;
    padding-top: 6px;
}

.no-result {
    background: #f9f9f9;
    padding: 8px;
    border-top: 2px solid #ddd;
}

.watermark2 {
    color:#999999
}

.ui-sortable-handle:hover {
    cursor: move
}

.help-block {
    font-size:11px
}
.i-block {
min-width: 15px;
    text-align: center;
}

.spinner {
  width: 20px;
  height: 20px;
  left: 30%;
  float:left;
  position: relative;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2c77ba;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.dataTables_processing {
    z-index:900;
        top:10%!important;
        position: relative!important;
    margin-top: -50px!important;
    margin-bottom: 0px;
}


 @keyframes fa-blink {
     70% { opacity: 1; }
     100% { opacity: 0; }
 }
.fa-blink {
   -webkit-animation: fa-blink .75s linear infinite;
   -moz-animation: fa-blink .75s linear infinite;
   -ms-animation: fa-blink .75s linear infinite;
   -o-animation: fa-blink .75s linear infinite;
   animation: fa-blink .75s linear infinite;
}

.half-opacity {
    opacity: 0.5;
}

.dxeEditAreaSys {
    padding: 5px 5px!important;
}

.grey-label {
    color: #afafaf
}

.grey-label-muted {
    color: #afafaf;
    font-weight: bold;
    font-size: 10px
}
.dxic {
    padding: 0px!important;
}

input[readonly] {
    background-color: #e4e4e4!important;
}

.float-right {
    float:right;
}

.float-left {
    float:left;
}


.bg-grey {
    background-color: grey;
}

.control-label {
    text-align: right !important;
    margin-top: 5px !important;
    padding-top:0px!important
}

.form-control {
    border-radius: 0px!important;
    height: 30px!important;
    box-shadow: none!important;
    border-color: #c7c7c7!important;
    padding:5px;
}

.app-main {
    opacity: 1!important
}

.form-group, .user-card {
    margin-bottom: 15px!important;
}

.dx-asterisk {
    position: absolute;
    font-size: 18px;
    margin: 0px 0px 0px -20px;
    color: #B30300;
}

.toast-container {

}

.toast {
    opacity: 1 !important;
    font-weight: bold;
}

.toast {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}


.custom-orga-label {
    object-fit: scale-down;
    padding: 4px 5px;
    background: lightgrey;
    border-radius: 3px;
    width: 130px;
    float: right;
    margin: 0 5px 0px 5px;
}

.dxeTokenText_Office365 {
    padding: 0.25em 0.4em 0.2em 0.5em!important;
}

#dxPronouncer {
    display:none!important;
}

.badge-notification {
    margin-left: -10px;
    margin-top: -20px;
    border-radius: 20px!important;
}


