@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&display=swap');

@font-face {
	font-family: 'Open Sans', sans-serif;
	/* src: url("../fonts/DroidSans.ttf");   */
}

@font-face {
	/*font-family:Caviar Dreams;   
  /* src: url("../fonts/CaviarDreams.ttf");   */
	font-family: 'Open Sans', sans-serif;

}


html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	background: #f1f5f8;
	/*background-image:url(../images/bg_log.svg); background-repeat:no-repeat;*/
	background-size: cover;
	/*overflow: hidden;*/
}

#pagewidth {

	margin: 0px auto;
	min-width: 1008px;
	max-width: 100%;
	/*min-height: 100vh;
	background-image:url(../images/bg_log.svg); background-repeat:no-repeat;
	background-size: cover;*/

}
#wrapper{
	/*min-height:100vh;
	background-image:url(../images/bg_log.svg); background-repeat:no-repeat;
	background-size: cover;*/

}
.log_bg{
	min-height:100vh;
	background-image:url(../images/bg_log.svg); background-repeat:no-repeat;
	background-size: cover;
	
}
.log_img{
	
	
}
#header {
	 float:left; 
	width: 100%;
	/* height:86px; */
	height: 83px;
	/* overflow: hidden; */
	z-index: 1;
	/*background-image:url(../images/head_bg.jpg); background-repeat:repeat-x;	*/
	background: #2e51bb;
	/* border-bottom:1px solid #000; */
	border-color: #91c714;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	
}

#logo {
	

}

.head_left {
	width: 250px;
	float: left;
	position: relative;
	margin: 10px 0 0 20px;
}

.head_right_top {

	width: 60%;
	float: right;
	padding: 0 20px 0 0;
	text-align: right;
	margin: 10px 0 0 0;
}

.head_right_bottom {

	width: 60%;
	float: right;
	text-align: left;
	margin: 5px 0 0 0;


}

#leftcol {
	min-width: 17%;
	/*min-width: 17.25%;*/
	float: left;
	height: 100vh;
	position: relative;
	/* background-image:url(../images/left_shadow.jpg); background-repeat:no-repeat; background-position:left top; */
	background: #d2dfea;
	overflow: hidden;
	/* z-index: -10; */

}

#maincol_dashboard {
	background-color: #F1F5F8;
	position: relative;
	max-width: 100%;
	/* float:left;  */
	padding: 10px;
	padding-right: 10px;
	overflow: hidden;
	/* z-index: -10;  */
	/* width: 100%; */
}



#maincol {
	background-color: #f1f5f8;
	position: relative;
	width: 82%;
	float: right;
	padding: 10px 0;
	padding-right: 10px;
	overflow: hidden;
	/* z-index: -10; */

}


.welcome_title {
	float: left;
	width: 100%;
	padding: 15px 0;
	/* border-bottom:1px solid black; */
}

.index_right_content {
	float: left;
	width: 100%;

}


#footer {
	float: left;
	width: 100%;
	border-top: 1px solid #426799;
	background-color: #5A7FB1;
	/* background-image:url(../images/footer_bg.jpg); background-repeat:repeat-x; */
	background: #2e51bb;
	padding: 12px 0;
}

.footer_left {
	width: 60%;
	float: left;
	position: relative;
	margin: 0px 0 0 10px;
}

.footer_right {
	position: relative;
	width: 30%;
	float: right;
	text-align: right;
	margin: 0px 0 0 0;
	padding: 0 10px;
}

.index_left_title {
	float: left;
	width: 100%;
	background-color: #2e51bb;
	padding: 8px 0 0px 0px;
	margin: 10px 0 5px 10px;
	height: 31px;
	text-align: center;
	display: block;
	border-radius: 25px 0 0 25px;
	/* background-image:url(../images/left_selected.jpg); background-repeat:no-repeat; background-position:right; */

}

.index_left_menus {

	float: left;
	width: 100%;
}

.button_orange {
	position: relative;
	z-index: 1;
	overflow:hidden;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	white-space: nowrap;
	cursor: pointer;
	color: #fff;
	background-color: #F78B00;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FC972A), to(#FD8401)); */
	/* background-image: -moz-linear-gradient(#FC972A, #FD8401); */
	/* background-image: -o-linear-gradient(#FC972A, #FD8401); */
	/* background-image: linear-gradient(#FC972A, #FD8401); */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FC972A', EndColorStr='#FD8401'); for IE 6 - 9 */
	/* -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #FCBB74; */
	/* -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #FCBB74; */
	/* outline: none; */
	/* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #FCBB74; */
	/* IE hacks */
	zoom: 1;
	transition: .2s;
	border: none;
	margin-right: 10px;

}

.button_orange:hover {

	color: #fff;
	background-color: #2e51bb;
	zoom: 1;
	transition: .2s;
	border: none;
	outline: none;
}
.button_orange img{
	padding-bottom: 3px;
    height: 14px;
    width: 14px;
    padding-right: 5px;

	
	
}
.danger-btn {
	position: relative;
	z-index: 1;
	overflow: visible;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	/* outline: none; */
	color: #d42418;
	border: 1px solid #d42418;
	margin-left: 20px;
	transition: .3s;
}

.danger-btn img {
	padding-right: 4px;
}

.danger-btn:hover {

	background: #ddd1d194;
	border: 1px solid #db3d3a;

}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/***************  top drop down menus  **************/


/*- Menu 2--------------------------- */
ul.leftmenus {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu2 {
	width: 100%;
	margin: 0px 10px 5px 0px;

}

#menu2 li a {
	/* voice-family: "\"}\"";  */
	/* voice-family: inherit;  	 */
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
	/* background-image:url(../images/seperator.jpg); background-position:right bottom; background-repeat:no-repeat; */
	width: 100%;
	height: 29px;
	transition: .3s;

}

#menu2 li {
	display: inline;

}

#menu2 li a:link,
#menu2 li a:visited {
	color: black;
	/* display: block;	 */
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	/* display: inline-block; */
	position: relative;
	/* background-image:url(../images/seperator.jpg); background-position:right bottom; background-repeat:no-repeat; */
	padding: 15px 0 0px 0px;
	transition: .3s;
	margin-left: 5px;
	overflow: hidden;
	margin: 0;
	display: flex;
	


}

#menu2 li a::after {
	content: '';
	position: absolute;
	width: 75%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 30px;
	background-color: #f78b00;
	transform-origin: top right;
	transition: transform 0.28s ease-out;
	overflow: hidden;
	

}

#menu2 li a:hover::after {
	transform: scaleX(1);
	transform-origin:  bottom;
}

#menu2 li a:hover {


	/* background-image:url(../images/seperator.jpg); background-position:right bottom; background-repeat:no-repeat; */

	/* background-image:url(../images/left_over.jpg); background-repeat:no-repeat; */
	text-decoration: none;
	/* background: #395EC1; */
	border-radius: 25px 0 0px 25px;
	transition: .3s;
	color: #395EC1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	/* letter-spacing: 2px; */
	overflow: hidden;


}

.msg {
	/*font-family:Droid Sans;*/
	font-family: 'Open Sans', sans-serif;
	color: #CC3300;
	font-size: 15px;
	text-align: center;
	padding: 5px;
}

.style1 {
	/*font-family:Caviar Dreams;*/
	font-family: 'Open Sans', sans-serilgt-bluef;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333333;
}

.style2 {
	/*font-family:Droid Sans;*/
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 15px;
}

.lgt-blue {
	/* background: #3b76ef36; */
	color: #3b76ef;
	font-weight: 700;
	background: #EBF1FD;



}

.leftmenutext {
	/*font-family: Lucida Bright;*/
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 15px;
	font-weight: bold;
	/* text-shadow:0 1px 1px #fff; */
	padding-right: 20px;

}

.style3 {
	/*font-family:Droid Sans;*/
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 25px;
	/* padding-left: 20px;
	padding-top: 20px; */
	padding: 20px 20px;




}

.style3small {
	/*font-family:Droid Sans;*/
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 20px;
}

.style4 {
	/*font-family:Droid Sans;*/
	font-family: 'Open Sans', sans-serif;
	/* color:#333; */
	line-height: 2;
	/* font-size:15px; */
	padding: 13px 15px;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	text-transform: capitalize;
	text-align: center;
	/* background: #f8faff; */
}

.style4:hover {
	/* background-color: #dee2e6; */
}

table td {
	border-color: #f3f3f3;

}

 .table-th {
	border: 0 solid rgba(120, 130, 140, 0.13);
	font-weight: 700;
	padding: 0.75rem;
	font-size: 15px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	/* color: #656d78; */
	color: black;
	text-transform: capitalize;
	border-bottom: 1px solid #dee2e6;
	 background: #D2DFEA; 
	

}

.table-td-right {
	font-weight: 700;
	padding: 0.75rem;
	font-size: 15px;
	color: black;
	text-transform: capitalize;


}

.top-head {
	margin-bottom: 40px;

}


.table-td {
	border-color: #f3f3f3;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	background: white;
	white-space: nowrap;
	
	
}

.table-style {
	/* box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px; */
	box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
	border-top: 1px solid #D2DFEA;
	border-left: 1px solid #D2DFEA;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-radius: 10px;


}

.table-style-form {
	-webkit-box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
	border-top: 1px solid #D2DFEA;
	border-left: 1px solid #D2DFEA;
	border-right: 1px solid white;
	border-radius: 10px;


}

.table-td-fnl {
	border-color: #f3f3f3;
	color: black;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .7px;
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	background: rgb(238, 238, 238);

}

.wdjt {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	margin-left: 5px;
}

.wdjt>div {
	background: white;
	width: 300px;
	height: 190px;
	margin: 15px;
	text-align: center;
	line-height: 75px;
	font-size: 30px;
	border-radius: 5px;
	box-shadow: 0px 3px 20px #0000000b;
	position: relative;
}

.wdjt>div>span {
	display: block;
	color: #f78b00;
}

.style5 {
	/*font-family:Droid Sans;*/
	font-family: 'Open Sans', sans-serif;
	color: #333;
	line-height: 1.5;
	font-size: 14px;

}

.footer_link {
	/* font-family:arial; */
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	line-height: 1.5;
	font-size: 15px;
	font-weight: 400;
}

.footer_link a:link {
	color: #fff;
	text-decoration: none;
}

.footer_link a:visited {
	text-decoration: none;
	color: #fff;
}

.footer_link a:hover {
	text-decoration: underline;
	color: #fff;
}

.footer_link a:active {
	text-decoration: none;
	color: #fff;
}

.disabledInput {
	background: #FFCC99;
	border: solid thin;
}

#main-wdgt {
	display: flex;


}

div.widget-top:hover {
	transform: scale(1.1);
}

div.widget-top {
	position: relative;
	width: 245px;
	height: 125px;
	margin: 15px;
	/* margin: 150px auto; */
	background-color: #fcfdfd;
	border-radius: 9px;
	padding: 25px;
	padding-right: 30px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	transition: .4s;
	float: left;
	width: 100%;


}

.widget-top .right-panel span {
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #91c714;
	background: wheat;
	/* padding-left: 20px; */
	margin-top: 30px;
	/* display: block; */

}

.widget-top .date span {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #656d78;
	font-weight: 600;
}

div.date {
	font-size: 15px;
	font-weight: bold;
	color: #f78b00;
}

div.city {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 5px;
	color: rgba(0, 0, 0, 0.7);
}

div.temp {
	font-family: 'Open Sans', sans-serif;
	font-size: 41px;
	color: rgba(0, 0, 0, 0.9);
	font-weight: 100;
	padding-right: 10px;
}

div.panel {
	display: inline-block;

}

div.right-panel {

	float: right;
	margin-top: 35px;
	/* padding-left: 30px; */

}

.right-panel .img {

	padding-left: 80px;
	padding-top: 20px;
	width: 50px;
	height: 50px;
}

.right-panel .img:nth-child(4) {

	padding-left: 80px;
	padding-top: 20px;
	width: 5px;
	height: 5px;

}

/*.right-panel .img:nth-child(4){
	padding-top: 0px;
	background: gold;
}*/
 .arrow {
	height: 20px;
	width: 20px;
    margin-left: 30px;
	color: red;
	font-weight: 900;
	display: flex;
	



}


@media only screen and (min-width: 480px) {
	.right-panel .img {
		padding: 0;
	}
	
	

}

.right-panel .align .img {
	padding-left: 20px;
	display: inline;

}

.right-panel .align {
	padding: 0;
	margin: 0;
}

@media only screen and (min-width: 400px) {
	#leftcol {
		width: 17%;
	}

}

a .plus-icon {
	color: blue;
}

td #txtSearch {
	height: 32px;
	background: #d2dfea;
	width: 220px;
	border: 1px solid grey;
	border-radius: 1px;
	border-radius: 6px;
	padding-left: 10px;
	transition: .3s;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #656d78;
	font-weight: 300;

}

td #txtSearch:hover {

	background: #ffffff;

}

.text-grey {
	color: #718096;
	--text-opacity: 1;
	font-size: 14px;
	font-weight: 500;

}

.table-td .txt-search {
	height: 32px;
	background: #dcdfe14f;
	padding-right: 10px;
	border: 1px solid grey;
	border-radius: 1px;
	border-radius: 6px;
	padding-left: 10px;
	transition: .3s;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #656d78;
	font-weight: 300;
}

.table-td .txt-search:hover {
	background: white;
}

.table-td .txt-search:focus {
	border: 1px solid #d2dfea;

}

.table-td .txt-search-long {
	background: #dcdfe14f;
	border: 1px solid grey;
	border-radius: 1px;
	border-radius: 6px;
	padding-left: 10px;
	transition: .3s;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #656d78;
	font-weight: 300;
}

.table-td .txt-search-long:hover {
	background: white;
}

.table-td .txt-search-long:focus {
	border: 1px solid #d2dfea;

}

.table-title {
	font-weight: 500;
	padding: 10px 0;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	/* color: #656d78; */
	color: black;
	text-transform: capitalize;
	height: 50px;
	text-align: left;
	
}
.center-box{
	
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.heading-tbl{
	
	
	border-radius: 5px;
	padding: 5px 20px 5px 20px;
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #656d78;
    font-weight: 600;
	text-align: left;


}
.btn-align{
	padding-left: 16px;
}
#btn-align-right{
	text-align: right;
}
td a{
	text-decoration: none;
}
.text-align{
	padding-left: 23px;
}
.tbl-height{
	height: 40px;
}




.sign{
	display: flex;
}

.login-page {
   
    align-items: center;
    display: flex;
    justify-content: left;
	margin:0px 150px 0px 150px;
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	/*padding: 30px;*/
}
.login_logo{
	display:flex;
	justify-content:center;
}
.brand{
	text-align:center;
}
.brand h6{
	text-align:center;
	margin: 40px 0px 5px 0px;
	font-weight: normal;
}
.form-main {
  position: relative;
  border-radius: 5px;
  width: 370px;
  /* height: 420px; */
  background-color: #ffffff;
  padding:20px;
  margin: 0 auto;
  /*box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;*/
}

/* .form-main img {
    position: absolute;
    height: 20px;
    top: 230px;
    right: 60px;
    cursor: pointer;
} */

.form input:focus {
    box-shadow: 0 0 5px 0 #2e51bb;
}

/* span {
    color: red;
    margin: 10px 0;
    font-size: 14px;
} */

.form-main button {
    outline: 0;
    background: #2e51bb;
    /* width: 90%; */
    border: 0;
    margin-top: 10px;
    border-radius: 3px;
    padding: 13px;
    color: #FFFFFF;
    font-size: 15px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
	
}

.form-main .btn-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.form button:hover,
.form button:active,
.form button:focus {
    background: black;
    color: #fff;

}

.message{
    margin: 15px 0;
    text-align: center;

}
.form-main .message a {
    font-size: 14px;
    color: #6a62d2;
    text-decoration: none;
}


 .table-td-login {
	border-color: #f3f3f3;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	padding: 0.75rem;
	vertical-align: top;
	 /* border-top: 1px solid #dee2e6;  */
	background: white;
	white-space: nowrap;
	text-align: center;
	
	
}

.table-td-login .txt-search {
	height: 36px;
	background: #dcdfe14f;
	border: 1px solid grey;
	border-radius: 1px;
	border-radius: 6px;
	transition: .3s;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #656d78;
	font-weight: 300;
	margin: 15px 0;
    padding: 15px;
    font-size: 14px;
	max-width: 290px;

	
}

.table-td-login input:focus {
    box-shadow: 0 0 5px 0 rgba(106, 98, 210);
}
.table-td-login span{
	font-size: 16px;
    font-weight: 500;
    color: #454545;
    text-transform: capitalize;
    letter-spacing: 0.05em;
     display: inline-block;
	 

	
}

.form-main .login-form div{
	
	margin: 5px 0;
}
.form-main .textbox {
    outline: 0;
    background: #f2f2f2;
    border-radius: 4px;
    width: 100%;
    border: 0;
    margin: 5px 0;
    padding: 15px;
    font-size: 14px;
}
.form-main .login-span{
    text-transform: capitalize;
     display: inline-block;
	 font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #656d78;
    font-weight: 500;
	margin: 3px 0;
	padding-left: 2px;
}
.form-h2{
	padding: 0px;
	margin: 0 0 10px 0;

}
.form-main .textbox:last-child{
    outline: 0;
    background: #f2f2f2;
    border-radius: 4px;
    width: 75%;
    border: 0;
    margin: 5px 0 5px 22px;
    padding: 15px;
    font-size: 14px;

}

.form-h5{
	font-size: 19px;
	font-weight: 500;
	padding: 10px 0 10px 2px;
	margin: 0;

}
.page{

 align-items: center;
display: flex;
justify-content: center;

}
.page .form-main {
	position: relative;
	border-radius: 5px;
	width: 370px;
	/* height: 420px; */
	background-color: #ffffff;
	padding:20px;
	box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
  }

  .page .form-main .textbox {
    outline: 0;
    background: #f2f2f2;
    border-radius: 4px;
     width: 92%; 
    border: 0;
    margin: 5px 0;
    padding: 15px;
    font-size: 14px;
}
.btn-center input{
	outline: 0;
    background: #2e51bb;
    /* width: 90%; */
    border: 0;
    margin-top: 10px;
    border-radius: 3px;
    padding: 15px;
    color: #FFFFFF;
    font-size: 15px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.blank .textbox-select{
	outline: 0;
    background: #f2f2f2;
    border-radius: 4px;
    width: 60%;
    border: 0;
    margin: 5px 0 5px 20px;
    padding: 15px 20px 15px 15px;
    font-size: 14px;
}
.textbox-select{
	outline: 0;
    background: #f2f2f2;
    border-radius: 4px;
    width: 100%;
    border: 0;
    margin: 5px 0;
    padding: 15px 20px 15px 15px;
    font-size: 14px;
}
.blank .login-span{
	margin: 5px 0;
    text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #656d78;
    font-weight: 600;
	padding-left: 2px;
}

.login-form .radio{
	margin: 5px 0;
}
.textbox-select-width{
	outline: 0;
    background: #f2f2f2;
    border-radius: 4px;
    /* width: 100%; */
    border: 0;
    margin: 5px 0 5px 20px;
    padding: 15px 20px 15px 15px;
    font-size: 14px;
	
}
.textbox-long{
	outline: 0;
    background: #f2f2f2;
    border-radius: 4px;
    width: 97%;
    border: 0; 
	height: 40px;
    margin: 5px 0 5px 0px;
    padding: 15px 0px 15px 10px;
    font-size: 14px;
}
.textbox-word{
	outline: 0;
    background: #f2f2f2;
    border-radius: 4px;
     width: 60%; 
    border: 0;
    margin: 5px 0;
    padding: 15px;
    font-size: 14px;
}
.text-span{
	margin-left: 10px;
	font-size: 15px;
	font-weight: 500;
}
.form-main .textbox:focus {
    box-shadow: 0 0 5px 0 #2e51bb;
}
.page .form-main .textbox:focus {
	box-shadow: 0 0 5px 0 #2e51bb;
}
.textbox-long:focus {
    box-shadow: 0 0 5px 0 #2e51bb;
}
.textbox-select-width:focus {
    box-shadow: 0 0 5px 0 #2e51bb;
}
.span-value{
	margin-left: 30px;
}
.table-style-hide {
	/* box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px; */
	box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
	margin: 4px 20px 4px 20px;
	overflow: hidden;
	border-top: 1px solid #D2DFEA;
	border-left: 1px solid #D2DFEA;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-radius: 10px;


}
.calender{
	margin-top: 20px;
	margin:0px;
	cursor: pointer;
	height: 20px;
	width: 20px;
}


.mc_autocomplete {
	height: 32px;
	padding-right: 10px;
	border: 1px solid grey;
	border-radius: 1px;
	border-radius: 6px;
	padding-left: 10px;
	transition: .3s;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #656d78;
	font-weight: 300;
	width:450px;
}
.else-tble {
    display: flex;
   justify-content: center; 
   margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
     border-top: 1px solid #D2DFEA;
    border-left: 1px solid #D2DFEA;
    border-bottom: 1px solid white;
    border-right: 1px solid white; 
    border-radius: 10px;
	width: 300px;
	margin: 0 auto;


}
#main-pos {
 max-height: 85vh;
    overflow: auto;
    /* overflow-x: hidden; */
	overflow-y: hidden;
  padding: 1px;
}
#main-pos  .div-1{
	position: relative;
    top: 0;
    bottom: 0;
    width: 10%;
    border: 1px solid rgba(0,0,0,.15);
	z-index: 90;
    height: 85vh;
	border: none;

	/* overflow-y: scroll; */
}
#main-pos .center{
	display: flex;
	padding: 10px;
}
#main-pos  .div-1 .scroll{
	  /* overflow: auto!important;  */
	  overflow-x: hidden;
    position: absolute; 
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.scroll .row-btn .btn{
	height: 100px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin: 1px;
    text-transform: capitalize;
    box-shadow: none;
    white-space: normal;
    border-radius: 10px;
	color: white;
	border: none;
	cursor: pointer;
}
#main-pos  .div-2{
	position: relative;
    top: 0;
    bottom: 0;
    width: 40%;
    border: 1px solid rgba(0,0,0,.15);
	background: white;
	border: none;
}

#main-pos  .div-3{
	position: relative;
    top: 0;
    bottom: 0;
    width: 50%;
    border: 1px solid rgba(0,0,0,.15);
	/* display: flex; */
	border: none;
}
.div-3 .inner-scroll{
	position: relative;
    top: 0;
    bottom: 0;
    width: 20%;
    border: 1px solid rgba(0,0,0,.15);
	z-index: 90;
    height: 85vh;
	border: none;
}
.inner-scroll .scroll .row-btn .btn{
	height: 100px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin: 1px;
    text-transform: capitalize;
    box-shadow: none;
    white-space: normal;
    border-radius: 10px;
	color: white;
	cursor: pointer;
	border: none;
}
.scroll{
	overflow: auto!important; 
	overflow-x: hidden;
  position: absolute; 
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;

}
.line-flex{
	display: flex;
    align-content: flex-start;
    float: right;
    text-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 80%;
    max-width: 80%;
    overflow-x: hidden;
	height: auto;


}
.line-flex .boxes{
	width: 120px;
	background: #4FADAC;
	border-radius: 5px;
	height: 110px;
	margin: 5px;
    overflow: hidden;
	/* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; */
	cursor: pointer;

}
.line-flex .boxes img{
	max-width: 55%;
    padding-top: 10px;
}
.line-flex .boxes span{
	color: black;
	font-size: 15px;
	font-weight: 600;
	padding: 5px 0 0 0;
}
.div-2 .top-details{
	padding: 0px;
	display: flex;

}
.div-2 .top-details .left-one{
	width: 50%;
	text-align: left;
	padding: 0 10px;
}
.div-2 .top-details .left-one span{
	font-size: 20px;
	color: red;
}
.div-2 .top-details .right-one{
	width: 50%;
	text-align: right;
	padding: 10px;
}
 .pos{
	height: 40px;
	border: 1px solid black;
	padding: 5px;
}
 .pos-tr td{
	/* border-top-color: blue; */
}
.pos tr{
	border-collapse: collapse;
	border: 1px solid black;
	height: 40px;
}
.pos td{
	/* padding: 15px; */
    font-size: 16px;
    font-weight: 600;
}
.pos td .form-control{
	display: block;
    /* width: 100%; */
	width: 96px;
    /* height: 34px; */
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	overflow-x: hidden;
}

.tab-hide table, th, td {
	/* border:1px solid black; */
	border-collapse: collapse;
	
  }
  .tab-hide table{
	border-top: 1px solid #D2DFEA;
    border-left: 1px solid #D2DFEA;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
  }
.tab-hide td{
	/* border:1px solid black; */
}
.tab-hide {
	box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 10px;
	height: 50%;
}
.tab-hide .lng{
	height: 32px;
    padding-right: 10px;
    border: 1px solid grey;
    border-radius: 1px;
    border-radius: 6px;
    padding-left: 10px;
    transition: .3s;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #656d78;
    font-weight: 300;
    width: 360px;
	margin: 5px auto;
}
td .pos-txt{
	height: 32px;
    background: #dcdfe14f;
    padding-right: 10px;
    border: 1px solid grey;
    border-radius: 1px;
    border-radius: 6px;
    padding-left: 10px;
    transition: .3s;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #656d78;
    font-weight: 300;
    width: 100px;
    margin: 0 5px;
}

td .pos-txtname{
	height: 32px;
    background: #dcdfe14f;
    padding-right: 10px;
    border: 1px solid grey;
    border-radius: 1px;
    border-radius: 6px;
    padding-left: 10px;
    transition: .3s;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #656d78;
    font-weight: 300;
    width: 87%;
    margin: 0 5px;
}
.txt-search-long{
	background: #dcdfe14f;
    border: 1px solid grey;
    border-radius: 1px;
    border-radius: 6px;
    padding-left: 10px;
    transition: .3s;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #656d78;
    font-weight: 300;
	margin: 0 5px;
}
.boxes .img-flx{
	display: flex;
	align-items: center;
	justify-content: center;
}
.boxes p{
	display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-top: 4px; */
     margin: 0 5px 0 5px;
}
.boxes p .pos-rps{
	font-size: 15px;
    font-weight: 500;
    padding-top: 9px;

}
 .btnarrow {
    height: 40px;
    width: 40px;
    margin: 10px 0 5px 0;
    
}
.billBG .down img{
rotate: 180deg;
}

.btn-pos{
	position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    background-color: #2e51b2;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FC972A), to(#FD8401)); */
    /* background-image: linear-gradient(#FC972A, #FD8401); */
    /* -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #FCBB74; */
    /* -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #FCBB74; */
    /* outline: none; */
    /* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #FCBB74; */
    zoom: 1;
    transition: .2s;
    border: none;
    margin-right: 10px;
}







#maincol {
	/* display: flex; */


}

#dsboard .widget-top:hover {
	transform: scale(1.1);
}

#dsboard .widget-top {
	position: relative;
	width: 245px;
	height: 125px;
	margin: 15px;
	/* margin: 150px auto; */
	background-color: #fcfdfd;
	border-radius: 9px;
	padding: 25px;
	padding-right: 30px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	transition: .4s;
	float: left;
	width: 100%;


}

#dsboard .widget-top .right-panel span {
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #91c714;
	background: wheat;
	/* padding-left: 20px; */
	margin-top: 30px;
	/* display: block; */

}

#dsboard .widget-top .date span {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #656d78;
	font-weight: 600;
}

#dsboard .date {
	font-size: 15px;
	font-weight: bold;
	color: #f78b00;
}

#dsboard .city {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 5px;
	color: rgba(0, 0, 0, 0.7);
}

#dsboard .temp {
	font-family: 'Open Sans', sans-serif;
	font-size: 41px;
	color: rgba(0, 0, 0, 0.9);
	font-weight: 100;
	padding-right: 10px;
}
#dsboard .panel {
	display: inline-block;

}

#dsboard .right-panel {

	float: right;
	margin-top: 35px;
	/* padding-left: 30px; */

}

.right-panel .img {

	padding-left: 80px;
	padding-top: 20px;
	width: 50px;
	height: 50px;
}

.right-panel .img:nth-child(4) {

	padding-left: 80px;
	padding-top: 20px;
	width: 5px;
	height: 5px;

}

/*.right-panel .img:nth-child(4){
	padding-top: 0px;
	background: gold;
}*/
 .arrow {
	height: 20px;
	width: 20px;
    margin-left: 30px;
	color: red;
	font-weight: 900;
	display: flex;
	



}


@media only screen and (min-width: 480px) {
	.right-panel .img {
		padding: 0;
	}
	
	

}

.right-panel .align .img {
	padding-left: 20px;
	display: inline;

}

.right-panel .align {
	padding: 0;
	margin: 0;
}
.table-td-rpt{
	border-color: #f3f3f3;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    padding: 11px 8px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    background: white;
    white-space: nowrap;
	font-weight: 500;
	text-transform: capitalize;
}
@media only screen and (min-width: 400px) {
	#leftcol {
		width: 17%;
	}

}