
/* 		General Highlevel		 */
body{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	margin:0px;
	color:#000 !important;
	/*background: rgb(226 226 226 / 90%);*/
}
p, span, image, body, img, a, form, table, ul, li, ol, h2, h1, h3,h4,strong,i,td,tr,input, button{
 -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


h1,h2,h3,h4,h5,strong{
	font-family: 'Kanit', sans-serif;
}

h2{
	border-radius:5px;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:0px;
	margin-bottom:10px;
}
h3{
    font-size: 27px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    padding: 10px;
}
h4{
	font-size: 20px;
	background: linear-gradient( 45deg, #003366, #007dd1 );
    color: #fff;
    padding: 12px;
    width: auto;
	margin-top: 0px;
	padding-left: 15px;
    padding-right: 15px;
}
a{
	color:darkblue;
	cursor:pointer;
}
a:hover{
	color:darkblue;
	background:lightblue;
}
p{
	padding:0px;
	margin:0px;
}
img{
	vertical-align: middle;
}
/*		 -------------------		 */



/* 			Main CSS 			*/
.sitesecured{
	width: 210px;
    font-family: monospace;
	background: rgb(154 193 224);
    
    border-radius: 8px;
    padding: 5px;
    position: fixed;
    top: 10px;
    box-shadow: 1px 2px 12px 1px lightgrey;
    right: 50px;
	font-size:18px;
}
h4 span{
	background: orangered !important;
    border-radius: 3px;
    padding: 5px !important;
}
.main{
	width:95%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	/*border:solid thin lightgrey;
	background:rgba(255,255,255,0.85);
	*/
	padding:10px;
	border-radius:5px;
	
	min-height:500px;
	text-align:center;
}
.imgleft{
	display:inline-block;
	vertical-align: bottom;
}
.imgright{
	display:inline-block;
}
.maintitle:hover{
	border:solid 2px lightblue;
	padding:8px;
	border-radius:5px;
	background: #b5f1b5;
}
h4 a, h4 i {
    font-size: 14px;
    padding: 5px !important;
    font-weight: normal;
    margin-top: 10px !important;
	background: #fff;
    color: #000;
}
h4 i {
    background: #fff;
    display: inline-block;
    margin: 4px;
    vertical-align: middle;
}
.back img{
	height:35px;
}
.back{
	font-size:18px;
	color:blue;
	text-decoration:none;
	font-variant: small-caps;
}
.minibutton{
	height: 26px;
    padding: 2px !important;
    padding-left: 8px!important;
    padding-right: 8px!important;
    border-radius: 5px;
    border: 0px;
	margin:0px !important;
}
.main p a, .htmlbutton{
	vertical-align: middle;
    padding: 10px 15px;
	text-decoration: none;
	background: linear-gradient( 45deg, #003366, #007dd1 );
	color: #fff;
	display:inline-block;
	margin-bottom: 4px;
	vertical-align: middle;
	margin-top: 4px;
}
.main p a:hover,.htmlbutton:hover{
	background:#fff;
	color:darkblue;
	border: solid 1px darkblue;
}
.titlebutton{
	margin-left:50px;
}
body .form-inline #results{
	position:inherit !important;
	background:#fff;overflow-y:auto;
	text-align:center;
}
.main p a:active,.htmlbutton:active{
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
img.loading{
	filter: hue-rotate(95deg);
    max-width: 80px;
    margin-left: 25px;
    box-shadow: 0px 0px 10px 1px grey;
    border-radius: 50%;
    margin-top: 5px;
}
p#results {
    position: fixed;
    background: rgb(176 210 255 / 90%);
    display: block;
    width: 58%;
    top: 10%;
    left: 30%;
    font-size: 15px;
    padding: 10px;
    max-height: 500px;
    overflow-y: auto;
    opacity: 1;
    text-align: center;
    /* border: solid 2px; */
    max-width: 750px;
    min-height: 250px;
    box-shadow: 2px 2px 10px 1px darkgrey;
}
#results h3{
	font-size:32px;
	margin-bottom:20px;
}
#results h3 a{
	float:right;
}
.companycontrolsfullscreen{
	overflow-y: auto;
	display: inline-block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw!important;
	height: 100vh !important;
	max-height: 100vh!important;
	max-width: 100vw!important;
	background: #fff;
	
}
.wrapper1, .wrapper2{width: 1400px;
overflow-x: scroll; overflow-y:hidden;}
.wrapper1{height: 20px; }
.wrapper2{height: 100%; }
.div1 {width:3500px; height: 20px; }
.div2 {width:3500px; height: 100%;}
.halfdiv, .tridiv{
	max-width:45%;
	min-width: 300px;
	display:inline-block;
	vertical-align:top;
	margin:6px;
	margin-right:15px;
	text-align: left;
	border: solid 1px #d4e8cd;
}
.tridiv{
	max-width:30%;
}


form{
	text-align:center;
}
/* 			----------- 			*/


/*		 Table & ShowInfo CSS 		*/
table{
	margin-left:auto;
	margin-right:auto;
	overflow:scroll;
}
table .sortable thead {
    font-weight: bold;
    cursor: default;
	padding:2px;
}
table thead td:hover{
	background:#fff;
	color:#5ebd46;
	border:solid 1px #5ebd46;

}
.disableexclude{
    display: block;
    background: rgb(255 0 0 / 90%);
    color: #fff;
    padding: 5px;
    text-align: center;
    top: -35px;
    position: relative;	
}
.mc1 td{
	padding:5px;
}
.firstrow td {
    color: #000;
    background: #ebebeb;
    /* font-weight: bold; */
}
td{
	border:	solid 1px rgb(0 0 0 / 10%);
}
tr.totals {
    background: antiquewhite;
    font-weight: bold;
    text-decoration: overline;
}
#main .table tr th {
    position: sticky;
    top: 0;
    background: rgba(255,255,255,0.8);
}
#showinfo{
	z-index: 99;
	position:fixed;
	background: rgba(170,220,170,0.9);
	margin:18px;
	border-radius:20px;
	padding:15px;
	top:250px;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in;
	left: 30%;
	border: solid 2px darkblue;
}
#showinfo h3 img{
	width:28px;
	float:right;
}
body #showinfo,#showinfo2,#showinfo3, #showcontrols{
	position: fixed;
	background: rgba(50,70,150,0.8) !important;	
	color: #fff;
	border-radius: 20px;
	left: 40%;
	top: 15%;
	border: 3px solid;
	min-width: 375px!important;
	font-size: 20px;
	box-shadow: 0px 0px 20px 7px white;
   -webkit-transition : -webkit-filter 140ms linear, opacity 0.3s, margin 0.3s, padding 0.3s !important;
	-moz-transition:  opacity 0.3s, margin 0.3s, padding 0.3s;
	-o-transition:  opacity 0.3s, margin 0.3s, padding 0.3s;
	transition:  opacity 0.3s, margin 0.3s, padding 0.3s;
	opacity:0;
}
body #showinfo{
	background: rgba(255, 238, 121, 0.85) !important;
	color: black;
	border: 0px;
	box-shadow: 0px 0px 10px 1px rgb(255, 155, 0);
}
body #showcontrols{
	background: rgba(25, 114, 178, 0.85) !important;
	height:auto;
}
#showinfo h3, #showinfo2 h3, #showinfo3 h3, #showcontrols h3{
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 0px;
	border-bottom: solid 2px;
	font-variant: small-caps;
	font-size: 25px;
	text-align: left;
}
.reconcile {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    background: rgb(212, 232, 205);
}
#navbar li:hover {
	background:linear-gradient( 45deg, #003366, #007dd1 );
	color:#fff;
}
/*			--------- 			*/




input:hover {
    background: rgba(214, 214, 214, 0.54);
    color: #000;
    box-shadow: 0px 0px 5px 1px;
}

.nav li {
    margin-right: 5px;
}

#notificationsv2, #controlsv2{
	position:fixed;
	top:-10%;
	opacity:0;
	z-index:999;
	background:rgba(0,0,0,0.88);
	transition: all 0.3s ease-in-out;
	left: 45%;
    padding: 18px;
    border-radius: 5px;
    font-size: 20px;
    min-width: 270px;
	color:#fff;
}



/* Container with gradient background and padding */
	.professional-container {
	  background: linear-gradient(135deg, #f0f4f8, #d9e2ec);
	  padding: 2rem;
	  border-radius: 12px;
	  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	  color: #333;
	}

	/* Table styling */
	.professional-container table {
	  width: 100%;
	  border-collapse: collapse;
	  margin-top: 1rem;
	  background-color: #ffffff;
	  border-radius: 8px;
	  overflow: hidden;
	  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	}

	.professional-container th,
	.professional-container td {
	  padding: 0.75rem 1rem;
	  text-align: left;
	  border-bottom: 1px solid #e0e0e0;
	}

	.professional-container th {
	  background-color: #e3ebf5;
	  font-weight: 600;
	  color: #2c3e50;
	}

	.professional-container tr:hover {
	  background-color: #f5f9fc;
	}

	/* Button styling */
	.professional-container button {
	  background-color: #2c7be5;
	  color: white;
	  border: none;
	  padding: 0.6rem 1.2rem;
	  margin-top: 1rem;
	  border-radius: 6px;
	  cursor: pointer;
	  font-size: 1rem;
	  transition: background-color 0.3s ease;
	}

	.professional-container button:hover {
	  background-color: #1a68d1;
	}
	.pcnobg{
		background:none;
		box-shadow:0px 0px 0px 0px;
		border:0px;
	}