/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 Sep, 2019, 5:55:53 PM
    Author     : itscadmin
*/
.center{
    text-align:center !important;
}
.textarea
{	
resize:none;
}
.datepicker.dropdown-menu {
    z-index: 9999 !important;
}
.isMandatory{
 color: red;
}
.overflow{
    overflow: auto;
}
.hover{
    cursor:pointer;
}
 .multiselect {
    width:19em;
    height:6em;
    border:1px solid #ccc;
    overflow:auto;
    padding-left:5px;
}
.multiselect label {
display:block;
padding-left: 2px;
margin-bottom: 0;
vertical-align: middle;
}
.multiselect-on {
    color:#ffffff;
    background-color:#0088cc;
}
.multiselect input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
    bottom: 1px;
}
.daysDiv{
    width:80%;
    height:13em;
    
} 
.dropbtn {
  background-color: #00AD93;
  color: white;
  padding: 8px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.margin-fixed{margin-top:0px;}
.sideMg-fixed{margin-top:0px;}
.mar-b{
     margin-bottom: 10px;
}
.no-skin .nav-list > li.active > a {
    font-weight:400;
    color: #930087;
}
.divinput {
-moz-appearance: textfield;
-webkit-appearance: textfield;
border-radius: 0 !important;
color: #858585;
background-color: #FFF;
border: 1px solid #D5D5D5;
padding: 5px 4px 6px;
font-size: 14px;
font-family: inherit;
-webkit-box-shadow: none !important;
box-shadow: none !important;
-webkit-transition-duration: .1s;
transition-duration: .1s; 
width:150px!important;
}
input[type="checkbox"][readonly] {
  pointer-events: none;
}
.space-90,[class*=vspace-90]{max-height:1px;min-height:1px;overflow:hidden;margin:90px 0 50px}
.space-100,[class*=vspace-100]{max-height:1px;min-height:1px;overflow:hidden;margin:100px 0 50px}
.gradBlue{         
    background-image: linear-gradient(to bottom right, #85c1e9, #154360  );
}
.gradGreen{         
    background-image: linear-gradient(to bottom right,#a3e4d7,  #1d8348 );
}
.gradPurple{         
    background-image: linear-gradient(to bottom right, #d2b4de, #4a235a );
}
.gradOrange{         
    background-image: linear-gradient(to bottom right,  #f9e79f  , #e67e22);
}
.gradDBlue{         
    background-image: linear-gradient(to bottom right, #d6dbdf, #34495e);
}

.dash-tiles{
            padding: 15px 15px 15px;
            margin-bottom:30px;
            margin-top:5px;
            background-color: #ecf0f1;
/*  background-image: linear-gradient(to bottom right, #fbfcfc , #ecf0f1  );*/
/*            border:1px solid  #C7C6C6;*/
            height:110px;
            }

           .dash-tiles-inner{
             padding-bottom: 24px;
             height: auto;
           }

           .logo-div{
            width:60px;
            height:60px;
            position:absolute;
            top:-20px
           }

           .logo{
               font-size: 25px;
               padding-top:10px
           }
           .count{
            margin-top: 1px;
            margin-bottom: 15px;   
           }
           .heading{
              font-size: 14px;
              text-transform: uppercase;
              padding-top: 20px;
           }
           .canvasjs-chart-credit{
               display: none;
           }
           @keyframes blink {50% { color: transparent }}
            .loader__dot { animation: 1s blink infinite }
            .loader__dot:nth-child(2) { animation-delay: 250ms }
            .loader__dot:nth-child(3) { animation-delay: 500ms }

@media only screen and (max-width: 600px) {
 .daysDiv{
    width:330px;
    height:13em;
    margin:0px;
}
}
  @media only screen and (max-width:360px) and (max-height:740px){
         .margin-fixed{margin-top:-92px;} 
         .sideMg-fixed{margin-top:-78px;}
   .dropbtn {
    background-color: #00AD93;
    color: white;
    padding: 7px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin: 1px;
    width: 180px;
}
  }
   @media only screen and (max-width:768px) and (max-height:1024px){
         .mainContener{margin-top: 40px !important;}
         .margin-fixed{margin-top:22px;} 
          .sideMg-fixed{margin-top:10px;}
   .dropbtn {
    background-color: #00AD93;
    color: white;
    padding: 7px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin: 1px;
    width: 180px;
}
   }
@media print {
      .fcolor {
        color: rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 #D1D1D1;
        font-size: 18px;
      }

      @media print and (-webkit-min-device-pixel-ratio:0) {
       .fcolor{
          color: #D1D1D1;
          -webkit-print-color-adjust: exact;
        }
      }
   }
