﻿
body {
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif
}

/*CUSTOM*/
body {
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif
}

.field-validation-error {
    color: #f80500;
    font-size: 11px;
}

[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: #35A9E1 !important;
    border-left: 3px solid;
    background-color: rgba(182, 182, 182, 0.45) !important;
}

.active-Header-Menu {
    color: #35A9E1 !important;
}

.active-Menu > a {
    background: none !important;
}

.has-submenu.open {
    border-left: 3px solid #35A9E1 !important;
}

h1, h2, h3, h4, h5 {
    margin-top: 8px !important;
    margin-bottom: 6px !important;
}

/*.has-submenu.open .submenu-toggle {
        background:#35A9E1!important;
        color:white!important;
    }*/

.tile {
    margin: 10px;
    max-width: 125px;
    width: 125px;
    background: #35A9E1;
    color: white;
    height: 125px;
    border-radius: 4px;
    border: 1px solid #35A9E1;
    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: #35A9E1;
}

.tile:hover > i {
    width: 100%;
    text-align: center;
    background-color: #35A9E1;
    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;
}


@media (min-width: 720px) {
    .simple-page-wrap {
        float: right;
        margin-right: 80px;
    }
}


.half-opacity {
    opacity: 0.5;
}

.dxeEditAreaSys {
    padding: 5px 5px!important;
}

.pininfobox-icon {
    width: 5%;
    float: left;
    text-align: center;
}
.pininfobox-text {
    width: 95%;
    float: left;

}

.dxgv {
    border-bottom-width: 1px !important;
}

.dxeTokenText_Office365 {
    padding: 0.25em 0.4em 0.2em 0.5em
}