* {
	box-sizing: border-box;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    
    .tblMain{
    	margin: 0 !important;
    	padding: 0 !important;
    }
    
    .pageTitle{
    	display:none;
    	top:0px;
    	margin:0px;
    	padding:0px;
    }
    
    .pageTitle + div {
	  position: fixed !important;
	  top:0px !important;
	  left:0px !important;
	  
	}
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #004040; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

body {
	font-family: 'Montserrat', system-ui, -webkit-pictograph, sans-serif;
	margin:0px;
	font-weight:500;
}

input[type=date]{
	width:140px;
}

.bg-danger{
	background: #ff2121 !important;
	color:white !important;
}

.bg-info{
	background: #ffeb85 !important;
}

.bg-warning{
	background: #ff9900!important;
	color:white !important;
}

a.bg-danger, a.bg-warning{
	padding: 1px 5px !important;
}


a.bg-danger:hover, a.bg-warning:hover{
	color: #020202 !important;
}

.bg-success{
	background: #cbffb5 !important;
}

.success{
	color:#009900 !important;
}

.error{
	color:red !important;
}

.tablesorter td:first-child{
	text-align:right !important;
}

.tablesorter thead td.subSubHeading{
	text-align:left !important;
}

.tablesorter thead td.subHeading{
	text-align:left !important;
}

.tablesorter td:first-child.alertMessage{
	text-align:center !important;
}

.pull-right{
	float:right !important;
}

table{
	font-weight:500;
}

*:not(i){
	font-family: 'Montserrat', system-ui, -webkit-pictograph, sans-serif;
}

h1,h2,h3,h4,h5,h6,a,th,div{
   font-weight: bold;
}

a{
	cursor:pointer !important;
}

.pageTitleHead{
    font-weight: 700 !important;
}

input, button, select{
    font-weight: 600 !important;
}

.top-header{
	position:fixed;
	z-index:3;
	width:100%;
	height:60px;
	background:white;
}

*:focus{
	outline:none !important;
}
.social-panel-container{
	position: fixed;
	transition: transform 0.4s ease-in-out;
	border-radius: 20px;
	background: #ffffff;
	z-index:11;
	top:35%;
	display:none;
}

.social-panel-container.visible {
	background: #ffffff;
    border-radius: 20px;
    z-index:11;
    display:block;
    right: 38%;
}

.social-panel {	
	border-radius: 16px;
	box-shadow: 0 0 15px 0 #000000;
	border: 5px solid #004040;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 169px;	
	width: 370px;
	max-width: calc(100%);
}

.social-panel button.close-btn {
	border: 0;
	cursor: pointer;
	font-size: 15px;
	position: absolute;
	top: 5px;
	right: 0px;
	background: none;
}

.social-panel ul li:hover{
	background: white !important;
}

.social-panel p {
	background-color: #004040;
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 17px 6px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
	transform: translateX(-50%);
	text-align: center;
	width: 235px;
}

.social-panel h4 {
	margin: 20px 0;
	font-size: 14px;	
	line-height: 18px;
	text-transform: uppercase;
}

.social-panel ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.social-panel ul li {
	margin: 0 10px;
}

.social-panel ul li a {
	float:left;
	border: 1px solid #004040;
	border-radius: 50%;
	color: #004040;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	text-decoration: none;
	margin:5px;
}

.social-panel ul li a i{
	color: #004040;
}

.social-panel ul li a:hover{
	border: 1px solid #FF6A00;
	color:white;
	box-shadow: 0 9px 12px -9px #FF6A00;
}

/* Top Bar */
.topnav {
  position:fixed;
  z-index:3;
  width:100%;
  top:60px;
  overflow: hidden;
  background-color: #004040;
  border-top:1px solid;
  border-bottom:1px solid;
}

.topnav a {
  float: left;
  color: #ffff;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 13px;
  height:30px;
  font-weight: 500 !important;
  border-left: 1px solid #002525;
}

.topnav a i{
	padding: 4px 0px;
}

.topnav a:hover {
  background-color: #3fc7c7;
  color:white;
}

.topnav a.active{
  background-color: #3fc7c7;
}


.topnav a.active {
  background-color: #004040;
  color: white;
}

.right{
	float:right !important;
}

.tblMain{
	margin-top:5px !important;	
}

#loading{
	position: fixed !important;
    width: 100% !important;
    text-align: center !important;
    z-index: 2 !important;
    height: -webkit-fill-available ;
    background-color: rgba(0,0,0,0.5) !important;
    top:0px !important;
}
    
#loading img{
	position:absolute;
	top:40%;
	width:130px;
	right:45%
}

textarea:read-only{
	background: #e2e2e2;
    border: 1px solid #b5b5b5;
    padding: 5px;
}

textarea{
    padding: 5px;
}

#logout-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 11;
    overflow: hidden;
}

#menu-overlay {
    position: fixed;
    width: 35px;
    height: 100%;
    top: 131px;
    left: -10px;
    right: 0;
    bottom: 0;
    background-color: #006969;
    z-index: 6;
    overflow: hidden;
    transition-delay: .5s;
}

.hidden {
   transition-delay: .2s;
   overflow: hidden !important;
}

.pageTitle + div {
  position: absolute !important;
  top:117px;
  left: 0px;
}

abbr{
	cursor:pointer !important;
}

span#app-version{
    position: fixed;
    top: 43px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800;
    color: #004040;
}

span#env-type{
    position: fixed;
    top: 15px;
    left: 45%;
    font-size: 16px;
    padding: 5px;
    text-transform: uppercase;
    width: 160px;
    text-align: center;
    border: 2px solid;
    border-radius: 30px;
    pointer-events:none;
}

div.label{
	padding: 15px 0px 0px 0px;
}

.inputIcon{
	float:left;
    padding: 10.5px !important;
    margin-right: -5px !important;
    width: 43px;
    border: 1px solid #dcdcdc;
    line-height: .75 !important;
}

.normalText input[type="text"], input[type="tel"],input[type="email"] {
	width:calc(100% - 38px);
}

select{
	width:calc(100% - 38px);
}

div.state{
   background:gray;
   background: gray;
   padding: 3px;
   border-radius: 5px;
   color:white;
   line-height:2;
}

div.state i{
	color: white;
	line-height:1;
}

.state1:before{
 	content: "\f192";
 }
 
  .state2:before{
 	content: "\f28b";
 }
 
 .state3:before{
 	content: "\f164";
 }
 
 .state4:before{
 	content: "\f0d1";
 }
 
 .state5:before{
 	content: "\f057";
 }
 
 .state6:before{
 	content: "\f05e";
 }
 
 .state7:before{
 	content: "\f07a";
 }
 
 .state8:before{
 	content: "\f2f1";
 }
 
 .state9:before{
 	content: "\f058";
 }
 
 .state10:before{
 	content: "\f12a";
 }
 
 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top:30px; /* Location of the box */
  left: 0;
  top: 115px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 1000px;
  max-height:500px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.dropdown {
  position: relative;
  display: flex;
  float: left;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #004040;
  min-width: 160px;
  max-width:250px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top:91px;
  border-top: 1px solid #002525;
}

.dropdown-content a {
  color: white;
  text-decoration: none;
  display: block;
  width:100%;
  text-align:left;
  border:none;
}

a.button i, i{
	color:white;
}

.dropdown-content a i{
	color: white;
	margin-right:10px;
}

.show {display: block;}