body, html{

  height:95.5%!important;

}

.card-container.card{
  max-width:350px;
  padding:40px 40px;
}

.btn{
  font-weight:700;
  height:36px;
  -moz-user-select:none;
  -webkit-user-select:none;
  user-select:none;
  cursor:default;
}

.card{
  background-color:#F7F7F7;
  margin:0 auto 25px;
  margin-top:50px;
  border-radius:2px;
  box-shadow:0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card{
  width:96px;
  height:96px;
  margin:0 auto 10px;
  display:block;
  border-radius:50%;
}

.card-name{
  font-size:16px;
  font-weight:bold;
  text-align:center;
  margin:12px 0 20px;
  min-height:1em;
}

.form-signin #inputEmail, .form-signin #inputPassword{
  height:44px;
  font-size:16px;
}

.form-signin input[type=email], .form-signin input[type=password], .form-signin input[type=text], .form-signin button{
  /*width:100%;*/
  display:block;
  margin-bottom:10px;
  z-index:1;
  position:relative;
}

.form-signin .form-control:focus{
  border-color:rgb(104, 145, 162);
  outline:0;
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin{
  font-weight:700;
  font-size:14px;
  height:36px;
  background:rgb(104, 145, 162);
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  border:none;
  -o-transition:all 0.218s;
  -moz-transition:all 0.218s;
  -webkit-transition:all 0.218s;
  transition:all 0.218s;
}

.btn.btn-signin:hover, .btn.btn-signin:active, .btn.btn-signin:focus{
  background:rgb(117, 70, 183);
}

.forgot-password{
  color:rgb(104, 145, 162);
}

.forgot-password:hover, .forgot-password:active, .forgot-password:focus{
  color:rgb(12, 97, 33);
}

.alert.alert-success {
    text-align: center;
}
/*Styling dashboard */
.custom-header{
  background:#EBEBEB;
  padding:20px 40px;
  box-sizing:border-box;
  border:0;
  border-radius:0;
}

.custom-header a.navbar-brand.navbar-link{
  color:#fff;
  font:normal 28px Cookie, Arial, Helvetica, sans-serif;
  line-height:0.5;
  margin-right:40px;
  background:#EBEBEB;
}

.custom-header a.navbar-brand.navbar-link span{
  color:#92D122;
}

.custom-header ul.nav.navbar-nav.links li a{
  font:14px Arial, Helvetica, sans-serif;
  opacity:0.9;
  text-decoration:none;
  color:black;
  background:#EBEBEB;
  border:0;
}

.custom-header ul.nav.navbar-nav li a:hover{
  opacity:1;
}

.custom-header .badge{
  position:absolute;
  top:4px;
  border-radius:2px;
  font-size:11px;
  color:#fff;
  background-color:#2A6A92;
  padding:2px 4px;
  font-weight:normal;
}

.custom-header li.dropdown, .custom-header li.dropdown.open{
  background:#3a3c3e;
}

.custom-header li.dropdown .dropdown-toggle{
  border-radius:2px;
  color:#fff;
  padding:8px 14px;
  background:#3a3c3e;
  opacity:0.9;
  border:0;
  margin:0;
}

.custom-header li.dropdown .dropdown-toggle:focus, .custom-header li.dropdown .dropdown-toggle:hover, .custom-header li.dropdown .dropdown-toggle:active{
  background:#3a3c3e;
  color:#fff;
}

.custom-header ul.nav.navbar-nav.navbar-right .dropdown li a{
  font:bold 13px Arial, Helvetica, sans-serif;
}

img.dropdown-image{
  border-radius:50%;
  width:32px;
  margin-left:10px;
}

.custom-header .dropdown ul{
  background-color:#3a3c3e;
  border:0;
  min-width:140px;
}

.custom-header .dropdown ul li{
  background-color:#3a3c3e;
  padding:7px;
  text-align:center;
}

.custom-header .dropdown ul li a{
  background:#3a3c3e;
  border-radius:2px;
  color:#fff;
  padding:0;
}

.custom-header .dropdown ul li a:active, .custom-header .dropdown ul li a:focus, .custom-header .dropdown ul li a:hover{
  background:#3a3c3e;
}

.custom-header .dropdown ul li.active a{
  color:#e9ac09 !important;
}

footer{
  background-color:#385D83;
  box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing:border-box;
  width:100%;
  text-align:left;
  font:bold 16px sans-serif;
  padding:55px 50px;
  margin-top:225px !important;
  bottom:0;
  color:#fff;
}

.footer-navigation h3{
  margin:0;
  font:normal 36px Cookie, cursive;
  margin-bottom:20px;
  color:#fff;
}

.footer-navigation h3 a{
  text-decoration:none;
  color:#fff;
}

.footer-navigation h3 span{
  color:#5383d3;
}

.footer-navigation p.links a{
  color:#fff;
  text-decoration:none;
}

.footer-navigation p.company-name{
  color:#8f9296;
  font-size:14px;
  font-weight:normal;
  margin-top:20px;
}

@media (max-width:767px) {
  .footer-contacts{
    margin:30px 0;
  }
}

.footer-contacts p{
  display:inline-block;
  color:#ffffff;
  vertical-align:middle;
}

.footer-contacts p a{
  color:#5383d3;
  text-decoration:none;
}

.fa.footer-contacts-icon{
  background-color:#33383b;
  color:#fff;
  font-size:18px;
  width:38px;
  height:38px;
  border-radius:50%;
  text-align:center;
  line-height:38px;
  margin:10px 15px 10px 0;
}

span.new-line-span{
  display:block;
  font-weight:normal;
  display:block;
  font-weight:normal;
  font-size:14px;
  line-height:2;
}

.footer-about h4{
  display:block;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  margin-bottom:20px;
}

.footer-about p{
  line-height:20px;
  color:#92999f;
  font-size:13px;
  font-weight:normal;
  margin:0;
}

div.social-links{
  margin-top:20px;
  color:#fff;
}

.social-links a{
  display:inline-block;
  width:35px;
  height:35px;
  cursor:pointer;
  background-color:#33383b;
  border-radius:2px;
  font-size:20px;
  color:#ffffff;
  text-align:center;
  line-height:35px;
  margin-right:5px;
  margin-bottom:5px;
}

div.alert.alert-danger{
  margin-top:90px !important;
}



span.badge{
  margin-left:-20px;
}

span{
}

img.img-responsive{
  margin-top:-30px;
}

div{
}

.huge{
  font-size:40px;
}

p{
}

.text-right{
  text-align:right;
}

div.col-lg-2.col-md-6{
  padding-right:5px !important;
  padding-left:5px !important;
}

.first-panel{
}

.homeContainer{
  width:100%;
  height:100%;
  margin-top:85px;
  -webkit-print-color-adjust:exact;
  background-color:#F5F5F5;
}

div.alert.alert-warning.text-nowrap{
  margin-top:90px;
}

.alert.alert-success.text-nowrap{
  position:fixed;
  z-index:1030;
  width:100%;
  top:90px;
}


.panel-footer{
  background-color:white !important;
}
.navbar-header img{
  max-width: 312px;
  max-height: 70px;
}

.register-form form.custom-form{
  height:auto;
  padding:55px;
  box-sizing:border-box;
  background-color:#ffffff;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  font:bold 14px sans-serif;
  text-align:center;
  margin:50px;
  color:#333;

}

@media (max-width:400px) {
  .register-form form.custom-form{
    padding:55px 10px;
  }
}

.register-form .custom-form h1{
  display:inline-block;
  color:#4c565e;
  font-size:24px;
  font-weight:bold;
  padding:0 10px 15px;
  margin-bottom:60px;
  border-bottom:2px solid rgb(108, 174, 224);
}

.register-form .custom-form .form-group{
  margin-bottom:25px;
}

.register-form .custom-form .label-column{
  text-align:right;
  color:#5F5F5F;
}
.row.register-form{
      background-color: #F5F5F5!important;
}
@media (max-width:768px) {
  .register-form .custom-form .label-column{
    text-align:left;
  }
}

.register-form .custom-form .input-column{
  color:#5f5f5f;
  text-align:left;
}

.register-form .custom-form .input-column input{
  color:#5f5f5f;
  padding:12px;
  border:1px solid #dbdbdb;
  border-radius:2px;
  height:42px;
}

.register-form .custom-form .dropdown .dropdown-toggle{
  background:#fff;
  border:1px solid #dbdbdb;
  box-shadow:1px 2px 4px 0 rgba(0, 0, 0, 0.08);
  color:#333;
  outline:none;
}

.register-form .custom-form .dropdown ul{
  background:#fff;
}

.register-form .custom-form .dropdown ul li a{
  background:#fff;
  color:#333;
  opacity:0.8;
}

.register-form .custom-form .dropdown ul li a:hover{
  opacity:1;
}

.register-form .custom-form .submit-button{
  border-radius:2px;
  background:#385D83;
  color:#ffffff;
  box-shadow:1px 2px 4px 0 rgba(0, 0, 0, 0.08);
}


input[type="file"]{
  width:100%;
}

input.chkbox{
  margin-top:-10px;
}
.rowUsers{
  margin-top:15px;
  word-wrap: break-word;
}
td.beforeglyp{
  font-size:1.5em !important;
}
.blinker {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.2; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.2; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.2; }
    100% { opacity: 1.0; }
} 
.huge{
  font-size:25px!important;
}
img.img-responsive-mini{
  width:250px;
 }
.userbox{
  text-align:center;
}
@media print {
  #responsiveMenu
  {
    display:none !important;
  }
  .CurrentMonth:after{
    margin-top:100px !important;
    content:"";
  }

  .LastMonth:before{
    margin-top:150px !important;
    content:"";
  }
  .PreviousMonth:before{
  margin-top:250px !important;
  content:"";
  }
  .webCEO1:before{
  margin-top:250px !important;
  content:"";
  }
  .webCEO2:before{
  margin-top:300px !important;
  content:"";
  }
  #companyLogo{
    position: fixed;
    top: 5%;
    left: 50%;
    margin-left: -100px;    
  }
  #companyName{
    text-align:center;  
  }
  .panel-info > .panel-heading{
    color: #31708f!important;
    background-color: #d9edf7!important;
    border-color: #bce8f1!important;
  }
  .panel-success > .panel-heading{
    color: #3c763d!important;
    background-color: #dff0d8!important;
    border-color: #d6e9c6!important;
  }
  .panel-danger{
    color: #a94442!important;
    background-color: #f2dede!important;
    border-color: #ebccd1!important;
  }  

}  
div.webCEO1 .table-responsive table.editTable {
    margin-bottom: 0 !important;
}
.editTable.table>tbody>tr>td, .editTable.table>tbody>tr>th, .editTable.table>tfoot>tr>td, .editTable.table>tfoot>tr>th, .editTable.table>thead>tr>td, .editTable.table>thead>tr>th {
  padding: 0;
  vertical-align: middle;
}
/*
.panel-heading{
      min-height: 166px;
}*/
.modal tr{
  font-size:20px !important;
}
.error-speed{
  background-color:#E14A3F !important;
}
.warning-speed{
  background-color:#FFD34D !important;
}
.excellent-speed{
  background-color:#0DAA60 !important;
}
.table>tbody>tr>td {
    border: none;
}
.newDashboard .panel-heading {
    min-height: 169px;
}
#page .panel-heading{
  min-height:169px;
}