*{
    padding: 0;
    margin: 0;
    outline: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, :after, :before{
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

::-webkit-input-placeholder { /* Edge */
  color: red;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: red;
}

::placeholder {
    color: rgba(0, 0, 0, 0.2) !important;
    /*color: rgba(76, 175, 80, 0.4) !important;*/
}

@font-face {
    font-family: 'arial';
    src: url('../../lib/assets/fonts/arial.ttf');
}
@font-face {
  font-family: 'jameel_noori';
  src: url('../../lib//assets/fonts/Jameel Noori Nastaleeq Regular.ttf');
}

html {
    zoom: 100%;
    font-size: 14px;
}


body{
    /*font-family: arial;*/
    /*filter: contrast(110%);*/
    overflow-x: hidden;
    overflow-y: auto;
    /*background-color: #f9f9f9;*/
    font-size: 16px;
}
input{
    padding: 5px;
}
.top_heading{
    text-align: center;
    color: white;
    padding-top: 11px;
    position: absolute;
    width: 100%;
    left: 0px;
}
h1,h2,h3,h4,h5,h6{
    text-transform: capitalize;
    color: #262626;
    margin: 0;
}

.capitalize{
    text-transform: capitalize;
}
.no_left_padding{
    padding-left: 0 !important;
}
.sidebar_menu{
    position: absolute;
    /* height: 500px; */
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    top: 0px;
    padding-top: 127px;
    z-index: 0;
}

.order .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgba(243, 243, 243, 0.4);
    opacity: 1;
}


/*.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 9;
}*/
.top_nav{
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 10px 10px 10px 0px;
    border-radius: 15px 1px;
    border: 3px solid #b9b9b9;
    background: rgb(125,126,125); /* Old browsers */
    background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.top_nav.active, .top_nav:active{
    background: rgb(125,126,125); /* Old browsers */
    background: linear-gradient(to bottom, rgb(93, 94, 101) 0%,rgb(76, 77, 82) 100%);
    border: 3px solid #b9b9b9;
    color: #fff;
}


.quick_add{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 7%;
}
.header{
	height: 150px;

}
.new_app{
    padding: 20px;
}
.menu li h2{
	margin: 0;
}


.wd_login_form{
	position: relative;
	width: 300px;
	margin: 120px auto;
}

.wd_login_form .header{
	width: 100%;
	display: table;
	height: auto;
}
.wd_login_form .logo{
}

.wd_login_form .logo img{
	width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #456;
    padding: 30px;
    background-color: #fbfbfb;
    border-radius: 20px;
}

.wd_login_form h3{
    color: #fff;
    font-size: 30px;
    font-family: -webkit-body;
    margin: 10px;
    text-align: center;
}

.wd_login_form form{
	margin-top: 50px;
}

.wd_login_form label{
	font-size: 16px;
	padding-right: 10px;
    color: #fff;
}


.alert{
	/*display: none;*/
    text-align: center;
}

.inp{
	padding: 5px;
    border: 0;
    border-radius: 5px;
    margin-bottom: 10px;
}


.app_to{
    width: 100%;
    border: 1px solid #aaa;
    padding: 5px;
    height: 50px;
}

.small_inp {
	width: 50px;
}

.pass{
	width: 195px;
}

.wd_submit{
    float: right;
    margin-right: 17px;
    border: 0;
    padding: 5px 20px;
    background: #546e6e;
    color: #fff;
    margin-top: 15px; 
}

.wd_links{
	position: absolute;
	bottom: -40px;
	right: 120px;
}

.wd_links .wd_left{
	color: #fff;
}


/* =========================== SIDEBAR =============================== */
.sidebar{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #353535;
    width: 60px;
    /*width: 220px;*/
    overflow: hidden;
    height: 100%;
    color: #fff;
    -webkit-transition: 0.3s, width 0.3s;
    transition: 0.3s, width 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 9;
}

.sidebar .logo{
    position: relative;
    background-color: #353535;
    border-right: 1px solid #353535;
    cursor: pointer;
    display: table;
    width: 100%;
    padding: 30px 0px;
    z-index: 1;
}

.sidebar .logo img{
    width: 170px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0px;
    background-color: #fbfbfb;
}
.sidebar:hover{
    width: 220px;
}

.sidebar .txt{
    /*display: none;*/
    white-space: nowrap;
}

.menu{
    list-style: none;
    margin-top: 0px;
    border-top: 1px solid #1a1a1a;
}

.menu li{
    position: relative;
    /*padding: 20px 0px;*/
    border-bottom: 1px solid #1a1a1a;
}

.menu li .icon{
    position: absolute;
    width: 60px;
    text-align: center;
}

.menu li .txt{
    padding-left: 60px;
}

.menu li i{
    font-size: 26px;
    margin-right: 5px;
}
.menu li a{
    color: #fff;
    display: block;
    padding: 20px 0px;
}

.menu li h2{
    font-size: 15px;
    font-weight: 600;
}

.menu>li:hover >.icon{
    color: #ff7ab9;
}

.menu>li:hover >.txt{
    color: #ff7ab9;
}

.treeview{
    position: relative;
}
.treeview ul{
    /*position: absolute;
    left: 220px;
    top: 0px;*/
    background-color: #353535;
    /*list-style: none;
    display: none;*/
}

.treeview:hover ul{
    display: block;
}

.treeview ul li{
    background-color: #353535;
    padding: 18px;
    border-left: 1px solid;
    color: #fff;
    padding-right: 30px;
    padding-left: 0;
}

.treeview ul li a{
    color: #fff;
    text-decoration: none;
}
.content{
    position: relative;
    padding-left: 60px;
    /*margin-top: 41px;*/
    display: table;
    width: 100%;
    padding-bottom: 30px;
}
.m-row{
	display: table;
	width: 100%;
}
.fa.active{
    color: #4fc1b3;
}

.wrapper .header{
    margin-left: 220px;
    border-bottom: 1px solid #000;
    height: 150px;
    padding: 20px;
    margin-top: 40px;
}

.std_info{
    margin: 10px;
}


.std_info label{
    font-size: 24px;
}



.std_info input{
    padding: 10px;
    border: 0;
}

.std_img{
    position: relative;
    width: 120px;
    height: 120px;
}

.std_img img{
    width: 100%;
    height: 100%;
}

meter{
    width: 80%;
    color: #456;
}

.table{
    /*padding: 25px 10px;*/
    display: table;
    width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
}

.overflow_hidden{
    overflow: hidden;
}
h3{
    padding: 5px 10px;
    color: #000;
}

.button{
    width: 200px;
    margin: 20px auto;
}
.button a{
    background-color: #808183;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #353535;
    margin: 5px;
}

.button a:hover{
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

.choose_file{
    float: left;

}
.std_img{
    position: relative;
    width: 120px;
    height: 120px;
}

.cus_img{
    width: 160px;
    height: 160px;
    position: relative;
    z-index: 6;
    border: solid 1px #bdbcbcee;
}

.cus_img img{
    width: 100%;
    height: 100%;
}

.std_img img{
    width: 100%;
    height: 100%;
}

.choose_img{
    z-index: 10;
    top: -7px;
    border: none;
    right: 0;
    width: 58px;
    height: 58px;
    position: absolute;
    display: none;
    cursor: pointer;
}

.choose_img img{
    width: 100%;
    height: 100%;
}

.cus_img:hover .choose_img{
    display: block;
}

.choose_file input{
    display: none;
}

#calendar{
    width: 530px;
    padding: 15px;
    /*border: 1px solid #000;*/
}

.popup{
/*    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    background-color: rgba(34, 51, 68, 0.5);
    z-index: 999;
    overflow-y: scroll;*/
}
.popupshow{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    background-color: rgba(34, 51, 68, 0.5);;
    z-index: 99;
    overflow-y: scroll;
}

.popup .box1{
    position: relative;
    width: 400px;
    margin: 100px auto;
    border: 10px double #4ca5ff;
    padding: 15px;
    color: #000;
    background-color: #fff;
}
.popup .box .close{
    position: absolute;
    right: 15px;
    top: 0px;
    background: #fff;
    padding: 12px 20px;
    z-index: 1;
    font-size: 15px;
    font-size: 27px;
    color: #ff2626;
    border-radius: 0px 3px;
}

.popupshow .box1{
    position: relative;
    width: 400px;
    margin: 100px auto;
    border: 10px double #4ca5ff;
    padding: 15px;
    color: #000;
    background-color: #fff;
}
.popupshow .box .close{
    /*margin-top: 5px;*/

    position: absolute;
    right: 17px;
    top: 2px;
    background: #fff;
    padding: 5px 8px;
    z-index: 1;
    font-size: 15px;
}

.pass_change .inp{
    width: 400px;
}

.pass_change .inp label{

}

.pass_change .inp input{
    width: 100%;
    padding: 5px;
}

.but_right{
    float: right;
    margin-bottom: 0;
}
.setting{
    padding: 20px;
}
.pass_change{
    border: 1px solid;
    padding: 10px;
}

.pass_change {}


/*HOme page*/
.home_page{
    width: 720px;
    margin: 100px auto;
    /*border: 1px solid #443;*/
    padding: 15px;


}

.home_page .logo{
    /*width: 100px;*/
    margin: 10px auto;
    
}

.home_page h3{
    margin-top: 20px;
    text-align: center;
}

.home_page .logo img{
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #456;
    padding: 30px;
    background-color: #fbfbfb;
    border-radius: 20px;
}

.home_page .link{
    padding: 25px;
    width: 220px;
    background-color: #00b5a4;
    float: left;
    margin: 30px 10px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 0px 100px;
}
.home_page .link.inverse{
    background-color: #fff;
    color: #234;
}

.home_page .link:hover{
    background-color: #fff;
    color: #234;
    border-radius: 0px 50px;
}

.home_page .link.inverse:hover{
    background-color: #00b5a4;
    color: #fff;
}


.popup .choose_file{
    float: right;
}

.popup input,.popup select,.popup textarea{
    width: 100%;
    font-size: 16px;
    padding: 5px;
    /*margin-left: 10px;*/
}

.but_submit{
    text-align: center;
}

.but_submit input[type="submit"]{
    background: #44ac19;
    border: 0px;
    padding: 5px 25px;
    color: #fff;
}

.top_bar{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 8;
    padding-left: 60px;
    height: 50px;
    background-color: #217fb6;

}

.top_bar ul{
    list-style: none;
}

.top_bar ul li{
    position: relative;
    display: inline-block;
    padding: 10px;
    margin: 4px;
    font-size: 15px;
    color: #fff;
    min-width: 35px;
}

.top_bar ul li .logout{
    position: absolute;
    right: 0px;
    top: 10px;
}

.top_bar ul li a{
    color: #fff;
}

.top_bar ul li i{
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.sticky_note textarea{
    width: 100%;
    height: 150px;
    padding: 5px;
}

.error1{
    width: 100%;
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    background-color: #ff2e2e;
    border-radius : 0px 0px 7px 7px;
    overflow: hidden;
}

.error p{
    margin: 0;
    padding: 5px;
    color: #fff;
}
.application{}

.application .app{
    padding: 15px;
    height: 350px;
    border: 1px solid #217fb6;
}

.comment{
    padding-top: 15px;
}

.comment .inner_box{
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.new_comment{
    position: relative;
    padding: 5px;
}
.new_comment textarea{
    width: 100%;
    height: 70px;
    padding: 10px;
    margin-bottom: 10px;
}

.new_comment button{
    background-color: #456;
    border: 0px;
    color: #fff;
    border-radius: 10px 5px 10px 5px;
    padding: 5px 10px;
    float: right;
}
.new_comment button:hover{
    background-color: #59c2ff;
}
.comment_box{
    background-color: #2a6770;
    border: 1px solid #59c2ff;
    margin: 3px;
    color: #fff;
    padding: 5px;
}

.comment_box .small{
    margin: 0px;
    text-align: right;
}

._inp{
    padding: 5px;
    border: 0;
    border-radius: 5px;
    margin-bottom: 0px;
    display: table;
    width: 100%;
}

._inp select,._inp input{
    width: 350px;
    padding: 10px;
    float: right;
}

.no_margin{
    margin: 0;
}

.no_padding{
    padding: 0 !important;
}

table .box{
    width: 350px;
    margin: 0 auto;
}
table .box div{
    text-align: center;
    border: 1px solid;
    width: 75px;
    margin: 0px 6px;
}


.bg_red{
    background-color: #ff4d4d !important;
    color: #fff;
}
.bg_yellow{
    background-color: #ffed3c;
    color: #fff;
}
.bg_green{
    background-color: #31ff3e;
    color: #fff;
}

.home_page .blue{
    background-color: #1d608d;
}

.home_page .grey{
    background-color: #888888;
}
/*Scroll bar*/

.sidebar_menu::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #353535;
}

.sidebar_menu::-webkit-scrollbar
{
  width: 1px;
  background-color: #F5F5F5;
}

.sidebar_menu::-webkit-scrollbar-thumb
{
  background-color: #353535;
  border: 2px solid #000000;
}



.reset_pass i{
    color: #808183;
    font-size: 18px;
    cursor: pointer;
}
.reset_pass i.active{
    color: #40e000;
    font-size: 18px;
    cursor: pointer;
}


/* ==== Upload Image Styles ==== */

.upload-progress{
    position: absolute;
    left: 0px;
    height: 16px;
    margin: 0px;
    top: 0px;
    width: 100%;
}

#progressBar{
    display: none;
    width: 100%;
    height: 5px;
    position: absolute;
}

progress {
    background: #ffe500;
}
progress::-webkit-progress-bar {
    background: #dddddd;
}
progress::-webkit-progress-value {
    background: #ffe500;
} 
progress::-moz-progress-bar {
    background: #ffe500;
}


.upload_image{
    position: absolute;
    bottom: -5px;
    cursor: pointer;
    right: 5px;
    font-size: 24px;
    height: 90px;
}

.upload_image img{
  height: 100%;
}

.show_upload_image{
  width: 100%;
  height: 100%;
  border: 1px solid #678;
  /*display: none;*/
}

.show_upload_image img{
  width: 100%;
  height: 100%;
}

/* === Upload Image Styles END === */



.img_center{
    margin: 0 auto;
}

.update_dp{
    position: absolute;
    top: -12px;
    right: -9px;
    width: 40px;
    display: none;
    cursor: pointer;

}
.std_img:hover .update_dp{
    display: block;
}


.update_dp img{
    width: 100%;
}

.breadcrumb{
    margin-bottom: 0;
    border-radius: 0;
}
/*.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb>li+li:before {
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f105";
    color: #B2B6BF;
    padding: 0;
    margin: 0 8px 0 0;
    position: relative;
    top: 1px;
}*/

.update_table_rows{
    font-size: 24px;
    color: #5cb85c;
    cursor: pointer;
    display: none;
}

.sweet_msg{
    padding: 10px;
    background: #d9ebff;
    text-align: center;
    padding-top: 20px;
    color: #ff5656;
}

.breadcrumbs{
    position: relative;
}

.breadcrumbs.fixed{
    position: fixed;
    top: 40px;
    z-index: 6;
    width: 100%;
    box-shadow: 0px 2px 5px #353535;
}

input[type="color"]{
    height: 25px;
    padding: 0px;
    width: 70px;
}

/*=======================================*/


.header {
	position: absolute;
	width: 100%;
	z-index: 3;
	height: 44px;
	background-color: #fff;
	border-bottom: 3px solid #35475e;
}
/* logo in header(mobile version) and side-nav (tablet & desktop) */
.logo {
	height: 44px;
	padding: 10px;
	font-weight: 700;
}
.header .logo {
	color: #35475e;
}
.side-nav .logo {
	background-color: #35475e;
	color: #fff;
}
.header .logo {
	float: left;
}
.header .logo {
	height: 44px;
	z-index: 1;
	padding: 10px;
	font-weight: 700;
	color: #35475e;
}
.logo  i {
	font-size: 22px;
}
.logo span {
	margin-left: 5px;
	text-transform: uppercase;
}
.nav-trigger {
	position: relative;
	float: right;
	width: 20px;
	height: 44px;
	right: 30px;
	display: block;	
}
.nav-trigger span, .nav-trigger span:before, span:after {
	width: 20px;
	height: 2px;
	background-color: #35475e;
	position: absolute;
}
.nav-trigger span {
	top: 50%;
}
.nav-trigger span:before, .nav-trigger span:after {
	content: '';
}
.nav-trigger span:before {
	top: -6px;
}
.nav-trigger span:after {
	top: 6px;
}
/* side navigation styles */
.side-nav {
	position: absolute;
	width: 100%;
	min-height: 100vh;
	background-color: #35475e;
	z-index: 1;
	display: none;
}
.side-nav.visible {
	display: block;
}
.side-nav ul {
	margin: 0;
	padding: 0;
}
.side-nav ul li {
	padding: 16px 16px;
	border-bottom: 1px solid #3c506a;
	position: relative;
}
.side-nav ul li.active:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
}
.side-nav ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.side-nav ul li i {
	color: #fff;
	min-width: 20px;
	text-align: center;
}
.side-nav ul li span:nth-child(2) {
	margin-left: 10px;
	font-size: 14px;
	font-weight: 600;
}
/* main content styles */
.main-content {
	padding: 40px;
	margin-top: 0;
	padding: 0;
	margin-left: 220px;
	padding-top: 44px;
	height: 100%;
	overflow: scroll;
}
.main-content .title {
	background-color: #eef1f7;
	border-bottom: 1px solid #b8bec9;
	padding: 10px 20px;
	font-weight: 700;
	color: #333;
	font-size: 18px;
}
/* set element styles to fit tablet and higher(desktop) */
/*@media screen and (min-width: 600px) {
	.header {
		background-color: #35475e;
		z-index: 1;
	}
	.header .logo {
		display: none;
	}
	.nav-trigger {
		display: none;
	}
	.nav-trigger span, .nav-trigger span:before, span:after {
		background-color: #fff;
	}
	.side-nav {
		display: block;
		width: 70px;
		z-index: 2;
	}
	.side-nav ul li span:nth-child(2) {
		display: none;
	}
	.side-nav .logo i {
		padding-left: 12px;
	}
	.side-nav .logo span {
		display: none;
	}
	.side-nav ul li i {
		font-size: 30px;
	}
	.side-nav ul li a {
		text-align: center;
	}
	.main-content {
		margin-left: 70px;
	}
}*/
/* set element styles for desktop */
/*@media screen and (min-width: 800px) {
	.side-nav {
	    margin-left: 220px;
	}
	.side-nav ul li span:nth-child(2) {
		display: inline-block;
	}
	.side-nav ul li i {
		font-size: 16px;
	}
	.side-nav ul li a {
		text-align: left;
	}
	.side-nav .logo i {
		padding-left: 0;
	}
	.side-nav .logo span {
		display: inline-block;
	}
	.main-content {
		margin-left: 220px;
	}
}
*/
/* main box container */
.main {
	display: flex;
	flex-flow: row wrap;
}
.widget {
	flex-basis: 300px;
	flex-grow: 10;
	height: 300px;
	margin: 15px;
	border-radius: 6px;
	background-color: #ffffff;
	position: relative;
}
.widget .title {
	background-color: #eef1f7;
	border-bottom: 1px solid #dfe4ec;
	padding: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #617085;
	font-weight: 600;
}
.ad {
	width: 350px;
	height: 300px;
	border: 1px solid #ddd;
}


body .table tbody tr > td.info {
  background-color: #35475e !important;
}


body .btn-info {
    background-color: #35475e;
    border-color:  #35475e;
    color: #FFF; }
    body .btn-info:hover, body .btn-info:focus {
      border-color:  #233245 !important;
      background-color:  #233245 !important;
      color: #FFF; }
    body .btn-info:active, body .btn-info:visited, body .btn-info:active:focus, body .btn-info:active:hover {
      border-color: #233245 !important;
      background-color: #233245 !important;
	  color: #FFF; }
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #0887c3;
    border-color: #0887c3;
}
.btn-primary {
    color: #fff;
    background-color: #23547d;
    border-color: #23547d;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0887c3;
    border-color: #35475e;
}	 
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #0887c399;
} 

.panel-heading {
    padding: 7px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
}
	  
body .panel-info > .panel-heading {
    color:#eaedf3;
    /*background-color: #456;*/
    border-color:  #efefef;
    background-color: #efefef;
}

body .panel-info {
    color:#303131;
    background-color: #ffffff;
    border-color: #eeeeee;
    border-radius: 10px;
/*    overflow: hidden;*/ /*SOA ISS*/
}

body .panel-info > .panel-heading h4{
    margin: 7px;
    color: #000;
    text-transform: uppercase;
}

iframe{
    border: 0px;
    height: 1050px;
}


.no_left_padding{
	padding-left: 0 !important;
}

.no_right_padding{
	padding-right: 0 !important;
}
.left_margin{
	margin-left: 7px !important;
}
.left_margin_panel{
	margin-left: 50px !important;
}
.top_margin{
	margin-top: 15px !important;
}
.center-block {
float: none !important
}

.centered {
   text-align: center;
   font-size: 0;
}
.centered > div {
   float: none;
   display: inline-block;
   text-align: left;
   font-size: 13px;
}

.text-center {
    text-align: center;
}
.logo_size{
	width: 200px;
	height: 110px;
}
small, .small_state{
    font-size: 70%;
}

.unbold{
    font-weight: 400 !important;
}
 .right_padding_submit{
	  	padding-right: 50px !important;
	  }
	  .padding_top_sig{
	  	padding-top: 70px !important;
	  }
.padding_left{
	  	padding-top: 20px !important;
	  }
#calendar {
    max-width: 900px;
    margin: 0 auto;
  }
  .grey_div{
	
	background-color: #f7f7f7;
	border-radius: 5px;
    /*width: 100%; */
    padding: 7px;
    /*height: 36px*/
  }
  .grey_div_sm{
	width: 130px;
	height: 36px;
	background-color: #dee1e6;
	border-radius: 20px;
  }

.remove{
    padding-left: 10px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 1px;
    padding: 7px;
    font-size: 20px;
    color: red;
    background-color: #fff;
}

#customerName{
    position: absolute;
    top: 34px;
    background: #eee;
    /* padding: 5px 10px; */
    width: 98%;
}

.item_entry{
    position: relative;
}

.wd_list{
    position: absolute;
    top: 34px;
    background: #f9f9f9;
    width: 100%;
    z-index: 99;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #e9e9e9;
    border: 1px solid #ccc;
    min-width: 240px;
    box-shadow: 0px 0px 5px #d1d1d1;
    max-height: 725px;
    overflow: auto;
}
.wd_list ul li{
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    color: #234;
}

.wd_list ul li.active{
    background-color:  #217fb6;
    color: #fff;
}

#itemBatch{
    top: 40px;
    position: fixed;
    background: #e40303bd;
    color: white;
    /* padding: 5px 10px; */
    width: 164px;
    right: 0;
    /* border-radius: 0px 0px 10px 10px; */
    z-index: 99;
}
#itemBatch ul li{
    padding: 5px 10px;
    border-bottom: 1px solid #cecece;
}
.small_box{
    border: 1px solid #345;
}
.padding td,.padding th{
    padding: 0px 5px;
}
.small_box h4{
    text-align: center;
    background-color: #345;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

.small_box p{
    font-size: 24px;
    text-align: center;
    margin: 10px;
}
#itemAdd{
    top: 33px;
    position: absolute;
    background: #eee;
    /* padding: 5px 10px; */
    width: 136px;
    /* border-radius: 0px 0px 10px 10px; */
    z-index: 99;
}
#itemAdd ul li{
    padding: 5px 10px;
    border-bottom: 1px solid #cecece;
}

#customerName ul li{
	padding: 5px 10px;
	border-bottom: 1px solid #cecece;
}

#customerName ul{
	margin: 0;
}
.popup{
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(34, 51, 68, 0.5);
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
    overflow: auto;
}
.popup1{
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(34, 51, 68, 0.5);
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
}
.box{
	margin: 100px auto;
	width: 900px;
    max-width: 100%;

}

input[type=checkbox], input[type=radio] {
    /*margin-left: 8px;*/
    line-height: normal;
    margin: -5px;
    width: 25px;
}
.dlt_row{
    margin-top: 4px;
    margin-bottom: 4px;
    border-radius: 20px;
}
.close{
	 color: #03eaf7;
    text-shadow: 0 1px 0 #ff0202;
    filter: alpha(opacity=20);
    opacity: .7;
}

.close1{
	 color: #03eaf7;
    text-shadow: 0 1px 0 #ff0202;
    filter: alpha(opacity=20);
    opacity: .7;
}

.close1:hover{
	color:red;
}
.fa.icon_print{
	font-size: 22px; 
	color:  #0999de;
}
.fa.icon_print:hover{
	color: #333;
}
.i.edit:hover{
	color: green;
}
.i.fa.fa-minus-square.delete:hover{
	color: green;
}
.deletepop{
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(34, 51, 68, 0.5);
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
}

.popwarn{
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(34, 51, 68, 0.5);
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.check{
	cursor: pointer;
}

.transaction{
	width: 500px;
	color: #8d8d8e;
    font-weight: 400;
    font-family: monospace;
}
.sel {
    border: 1px solid #efc54c;
    background: #ead9a8 url(../images/selected.png) 50% top repeat-x;
}
.login_padding{
	padding-top: 40px;
}
.login_radius{
	border-radius: 0px 55px;
}


body .btn-login {
    background: linear-gradient(1deg, rgb(44, 169, 230) 16%,rgb(8, 138, 177) 23%,rgb(24, 58, 119) 44%,rgb(17, 91, 143) 100%);
    background-color: #35475e;
    /* border-color: #35475e; */
    color: #FFF;
}

body .btn-main {
    background: linear-gradient(1deg, rgb(79, 193, 179) 12%,rgb(47, 167, 152) 33%,rgb(29, 142, 130) 44%,rgb(49, 49, 49) 106%);
    background-color: #f5f5f5;
    border-color: #b7b4b4;
    color: #FFF;
    border-radius: 0px 10px;
    width: 13%; 
    margin-left: 2px;
}
.main-icon{
    font-size: 50px;
    margin-top: 4px;
    margin-left: 4px;
    color: #353535;
}
.main-img{
    margin-top: 5px;
    width: 40px;
    margin-left: 35px;
}

.main-icon{
    /*float: left;*/
}

.main-nav{
    margin-left: 5px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.label-main{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: 20px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 0px;
}

body .btn-login {
    background: linear-gradient(1deg, rgb(44, 169, 230) 16%,rgb(8, 138, 177) 23%,rgb(24, 58, 119) 44%,rgb(17, 91, 143) 100%);
    background-color: #35475e;
    /* border-color: #35475e; */
    color: #FFF;
}

.panel-login>.panel-heading {
    background: linear-gradient(360deg, rgb(44, 169, 230) 16%,rgb(8, 138, 177) 16%,rgb(24, 58, 119) 30%,rgb(17, 91, 143) 100%);
    background-color: #35475e;
    /* border-color: #35475e; */
    color: #FFF;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.clear{
	position: relative;
    left: 210px;
    background-color: #ededed;
    border: 1px solid #dcdcdc;
    padding: 3px 15px;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border-radius: 5px;
}
.fa.icon{
    z-index: 12;
    font-size: 22px;
    color: #125289;
    position: absolute;
    left: 14px;
    background: #ffffff1c;
    padding: 5px 10px;
    border-radius: 4px 0px 0px 4px;
}
.fa.icon.active{
    z-index: 12;
    font-size: 22px;
    color: #125289;
    position: absolute;
    left: 14px;
    background: #ffffff1c;
    padding: 5px 10px;
    border-radius: 4px 0px 0px 4px;
}
.form-control.icon{
    padding-left: 38px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #2ca9e6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
}
.table-main{
	min-height: 250px;
}

.bill_td td{
	padding: 0px !important;
}
.bill_td .form-control{
    width: 100% !important;
    border: 0px;
    padding: 10px;
    border-radius: 0px;
    height: 36px;
}
.bill_td .grey_div{
    border-radius: 0px;
}
.cus_info td{
	padding: 5px;
}
.form-group {
    margin-bottom: 8px;
}

.logout{
	
	font-size: 25px;
	
	}
.logout:hover{
	color: red;
}


.error{
    font-size: 16px;
    color: #fff !important;
    font-family: inherit;
    text-align: center;
    background-color: #d80404;
    margin-bottom: 15px;
    font-weight: 700;
    font-style: italic;
    padding: 5px 20px;
    border-radius: 5px;
}

.success{
    padding-left: 79px;
    font-size: 16px;
    color: green;
    font-family: inherit;
}

.action a{
    margin: 5px;
}

.title a{
    font-size: 14px;
}

#preloader{
    position: absolute;
    left: 370px;
    top: 12px;
    z-index: 9;
    width: 120px;
    /*text-align: center;*/
    color: #fff;
    display: none;
    font-weight: 700;
}

ul{
    padding: 0px;
    margin: 0px;
}
.menu li {
    color: #fff;
}


.sidebar_collapes{
    position: absolute;
    font-size: 21px;
    left: 0px;
    top: 0px;
    cursor: pointer;
    width: 60px;
    text-align: right;
    padding-right: 5px;
    display: none;
}

.relative{
    position: relative;
}

.suggession {
    position: absolute;
    top: -26px;
    width: 100%;
}

.wd_list {
    position: absolute;
    top: 44px;
    background: #eee;
    width: 100%;
    z-index: 99;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #ccc;
    min-width: 200px;
    box-shadow: 2px 2px 2px #e2e2e2;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0px;
}
.wd_list ul li {
    position: relative;
    padding: 7px 10px;
    border-bottom: 1px solid #cecece;
    font-size: 14px;
}

.dashboard-container .card a{
    text-decoration: none;
}

footer{
    position: fixed;
    bottom: 0px;
    background-color: #f7f7f7;
    display: table;
    width: 100%;
    text-align: right;
    border-top: 1px solid #e2e2e2;
}

footer ul {
    margin: 0px;
    font-size: 12px;
}

footer ul li{
    display: inline-block;
    padding: 15px;
}



.scrollDiv {
    height:auto;
    /*max-height:55vh;*/
    overflow:auto;
}

.scrollDiv::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #fff;
}

.scrollDiv::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
}

.scrollDiv::-webkit-scrollbar-thumb
{
  background-color: #353535;
  border: 1px solid #000000;
}

.err{
    color: #fff;
    background: red;
    text-align: center;
    padding: 10px;
}

.key_expired{
    background-color: #f44336;
    text-align: center;
    color: #fff;
    padding: 5px;
    box-shadow: 2px 2px 0px #e2e2e2;
    font-weight: 700;
}

.time_remm div{
    padding: 0px 10px;
    border-radius: 5px;
}
.time_remm .error{
    background-color: #ff1100;
}
.time_remm .warn{
    background-color: #f57e00;
}
.time_remm .ok{
    background-color: #90d200;
}

.mob_view{
    display: none;
}


.fa-plus-circle{
    font-size: 20px;
}
.soft_datetime{
    position: absolute;
    top: 0px;
}

.notifications{
    position: absolute;
    right: 0px;
    top: 0px;
    float: right;
}


.dashboard{
    text-align: center;
}


.time_passed{
    float: right;
}

.in_months{
    color: red;
}
.in_days{
    color: orange;
}
.in_hours{
    color: darkgreen;
}
.in_mins{
    color: green;
}
.just_now{
    color: lightgreen;
}



.less_then_30{
    color: orange;
}

.dp{
    width: 50px;
    height: 50px;
}

.msg_box .deleted{
    background-color: red;
}


.succ{
    color: green;
}


.btn {
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 0.85rem;
}