.worksheett,.worksrheet{
    margin-bottom:100px !important;
}


.search-title{
    font-size:15px;
    color:#666;
    text-align: center;
    margin-bottom: 20px;
    font-weight:bold;
}
.sidenav {
    height: 70%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 15%;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
  }
  
  .sidenav a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 25px;
    margin-left: 50px;
    color:red;
  }
  
  #slide-main {
    /* transition: margin-left .5s;
    padding: 16px;
    position:fixed;
    top:400px;
    right:0px; */
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }



  .no-space4, .no-space4 td, .no-space4 th{
    padding:4px !important;
    /* margin:4px !important; */
}








  .uppercase *{

 text-transform:capitalize !important;
}
.main-menu .main-menu-content {
    width: 270px !important;
}

.main-menu .main-menu-content li {
   font-size:14px !important;
   line-height:35px !important;
}


label{
    font-weight: bold;
}
.bottom-menu{
    text-align: center;
    background: #fff;;

}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
   .bottom-menu{
    display: none !important;
   }
  
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /* .bottom-menu{
        display: none;
    } */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}







.bottom-menu ul li{
    /* border:1px solid red; */
    display: inline-block !important;
    /* background: none !important; */
    border:none !important;
    color:white;
    padding:15px 15px;
}
.bottom-menu ul li span{
    font-size:1rem;
    color:#666;
}
.bottom-menu ul li .icon{
    font-size:1.5rem;
    color:#666;
}
.no-space{
    padding:0px !important;
    margin:0px !important;
}

.no-space2{
    padding:2px !important;

}

.small-table *{
    font-size:12px !important;
}
.small-table td, .small-table th{
    padding:4px !important;
}
.small-table2 td,.small-table2 th{
    padding:10px !important;
}

.border2{
    border:1px solid #eee;
}
.border1{
    border:1px solid white;
}

.f5 {
    font-size:5px !important;
}


.f8 {
    font-size:8px !important;
}

.f10 {
    font-size:10px !important;
}

.f12{
    font-size:12px !important;
}

.f14{
    font-size:14px !important;
}

.f16{
    font-size:16px !important;
}

.f18 {
    font-size:18px !important;
}
.f20 {
    font-size:20px !important;
}

.fieldset1{
    border:1px solid #299a0b;
    margin-bottom:50px;
    padding: 10px;
}
.fieldset1 legend{
    background: #299a0b;
    color:white;
    width:30%;
    text-align: center;
    font-weight: 900;
    margin-left:40%;
}
.hidden{
    display: none !important;
}
.bold *,.bold{
    font-weight:900 !important;
}
.right{
    float:right;
}
.left{
    float:left;
}
.center{
    text-align:center;
    /* display: inline-block; */
}
.btn-space{
    margin:2px;
}
.select1{
    width:200px;
}
.no-border *{
   border:none !important;
}
.no-bg td,.no-bg th,.no-bg{
    background:none !important;
}















/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.top-link a {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.top-link a span {
	position: relative;
	display: inline-block;
	/* padding: 0 14px; */
	/* background: #2195de; */
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.top-link a span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 110% !important;
	height: 100%;
	/* background: #0965a0; */
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    /* padding-left:1px; */
    /* padding-right:1px; */
    /* font-size:14px !important; */

}

.top-link:hover a span{
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

 .top-link:hover a span::before,
.top-link a:focus span::before {
    background: #299a0b;	
    color:white;
    margin-top:20px;
    border-radius:4px;
}



/* Icon Grow */
.top-link a img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .top-link a img ,.top-link a .fa {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .top-link:hover a img, .top-link:hover .fa {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
  }


  .f-10{
      font-size:10px !important;
  }

  .f-12{
    font-size:12px !important;
}
.f-14{
    font-size:14px !important;
}

.f-15{
    font-size:15px !important;
}

.f-16{
    font-size:16px !important;
}

.f-18{
    font-size:18px !important;
}



  .top-linsk {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .top-link:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 90%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
  }
  .top-link:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    background:rgba(41,154,11,0.1) !important;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
  }
  .top-link:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
  }





.active-link {
    display: block !important;
    background:#2e8b57 !important;
}
.active-link span{
    color:white !important;
}
.active-link img,.active-link .fa{
    transform: scale(1.4) !important;
    color:white !important;
}






.left-menu-links {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .left-menu-links:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(41,154,11,0.5) !important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .left-menu-links:hover {
    color: white !important;
  }
  .left-menu-links:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .left-menu-links:hover img,.left-menu-links:hover .fa{
    transform: scale(1.5) !important;
    margin-right:10px;

}




  .left-menu-links-active{
    background:#2e8b57 !important;
    color: white !important;
  }
  .left-menu-links-active img,.left-menu-links-active .fa{
    transform: scale(1.3) !important;
    color: white !important;
    margin-right:10px;
}

.print {
  /* height: 2480px !important;
  width: 21cm !important;   */
  size:7in 9.25in !important;
  border:2px solid #eee;
  margin: 0 auto;
  margin-top:10px !important;
  padding-top:10px;
  /* padding-left:50px; */
  /* padding:0 auto; */
}
.small-table3 td, .small-table3 th{
    padding:4px !important;
}

.underline{
    text-decoration: underline ;
}
.switch-button .btn-group .btn-danger{
    color: #fff;
    border-color: green !important;
    background-color: green !important;
}
.switch-button .btn-group .btn{
    font-weight: 900 !important;
}



.switch-button-vl .btn-group .btn-danger{
    color: #000 !important;
    border-color: #fff !important;
    background-color: #fff !important;
}

.switch-button-vl .btn-group .btn-default{
    color: #fff !important;
    border-color: #00b7ea !important;
    background-color:#00b7ea !important;
}


.switch-button-vl .btn-group .btn{
    font-weight: 900 !important;
}






































/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.top-link-vl a {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.top-link-vl a span {
	position: relative;
	display: inline-block;
	/* padding: 0 14px; */
	/* background: #2195de; */
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.top-link-vl a span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 120%;
	height: 100%;
	/* background: #0965a0; */
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    padding-left:4px;
    padding-right:4px;
    font-size:14px !important;

}

.top-link-vl:hover a span{
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

 .top-link-vl:hover a span::before,
.top-link-vl a:focus span::before {
   color: #299a0b;	
   background:white;
    margin-top:20px;
    border-radius:4px;
}



/* Icon Grow */
.top-link-vl a img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .top-link-vl a img ,.top-link-vl a .fa {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .top-link-vl:hover a img, .top-link-vl:hover .fa {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
  }



  .top-link-vl:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 90%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
  }
  .top-link-vl:hover {
    /* background:rgba(255,255,255,0.3) !important; */
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* padding-right: 30px !important; */
    /* move the element up by 5px */
  }
  .top-link-vl:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
  }

.theme-green{
    color:#2e8b57 !important;
}
.active-link-vl {
    display: block !important;
    background:#2e8b57 !important;

}
.active-link-vl span{
    color:green !important;
}
.active-link-vl img,.active-link-vl .fa{
    transform: scale(1.4) !important;
}


.card-header-space{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}




































/* ///////////////////////////////////////////////////////////////////////////////// */
.important::after{
    content:'*';
    color:red;
}


#blackout{
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:9999;
    background:rgba(255,255,255,0.7);
    
    }
    
    
    
    #blackout2{
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:50%;
    z-index:20;
    }	

    .small-table5 td, .small-table5 th{
        padding:1px !important;
    }
    
    .badge-count{
        padding:4px !important;
        position:relative !important;
        top:-40px !important;
        right:45px !important;
        font-size:8px !important;
        border-radius: 50% ;
    }
    .badge-count3{
        padding:4px !important;
        position:relative !important;
        top:-40px !important;
        right:20px !important;
        font-size:8px !important;
        border-radius: 50% ;
    }

    .badge-count2{
        padding:4px !important;
        position:relative !important;
        top:-90px !important;
        right:1px !important;
        font-size:8px !important;
        border-radius: 50% ;
    }

    .col-md-77 {
        max-width: 13.26667% !important;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 13.26667% !important;
        -moz-box-flex: 0;
        -ms-flex: 0 0 13.26667% !important;
        flex: 0 0 13.26667% !important;
        margin-right:1%;
    }


    .landing-hover:hover{
        -webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.57);
        -moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.57);
        box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.57);
    }
    
    .vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu{
        min-width:20rem !important;
    }

.table th,.ucwords *{
      text-transform: capitalize !important;
    }
.no-border2,.no-border2 td{
    border:none !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff !important;
}

.small-form{
    border:1px solid #eee !important;
    height:40px ;
}


.stats-card {
    border-radius: 20px !important;
}
.stats-card:hover{

}

.stats-card-bg{
    padding:  2px 0px 0px 2px   !important;
    border-radius: 20px !important;
}