!*/html, body {
	min-height:100%
	}
.layout-boxed html, .layout-boxed body {
	height: 100%
	}

.my-footer{
     background: #2db34a;
     bottom: 0;
     left: 0;
     position: fixed;
     right: 0;
	}

@font-face {
    font-family: 'shruti';
    src: url('../fonts/shruti.eot');
    src: url('../fonts/shruti.eot') format('embedded-opentype'),
         url('../fonts/shruti.woff2') format('woff2'),
         url('../fonts/shruti.woff') format('woff'),
         url('../fonts/shruti.ttf') format('truetype'),
         url('../fonts/shruti.svg#shruti') format('svg');
	}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	font-family: calibri;
	color: #333333;
	overflow-x: hidden;
	overflow-y: auto;
	font-weight: 300;
	}
.startDialysis{
/* display: inline-flex !important; */
    float: none !important;

}
.small-font{
	font-size: 12px;
	color: white;
}
.highlight-date{	
	background:#a3dbfb;
}
.wrapper {
	min-height: 100%;
	position: relative;
	overflow: hidden
	}
.wrapper:before, .wrapper:after {
	content: " ";
	display: table
	}
.wrapper:after {
	clear: both
	}
.reqColor{
	background: #F7EBA7;
}
.layout-boxed .wrapper {
	max-width: 1250px;
	margin: 0 auto;
	min-height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	position: relative
	}
.layout-boxed {
	background: url('../img/boxed-bg.jpg') repeat fixed
	}
.content-wrapper, .right-side, .main-footer {
	-webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
	-o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
	transition: transform .3s ease-in-out, margin .3s ease-in-out;
	margin-left: 230px;
	z-index: 820
	}
.layout-top-nav .content-wrapper, .layout-top-nav .right-side, .layout-top-nav .main-footer {
	margin-left: 0
	}
@media (max-width:767px) {
.content-wrapper, .right-side, .main-footer {
	margin-left: 0
	}
}
@media (min-width:768px) {
.sidebar-collapse .content-wrapper, .sidebar-collapse .right-side, .sidebar-collapse .main-footer {
	margin-left: 0
	}
}
@media (max-width:767px) {
.sidebar-open .content-wrapper, .sidebar-open .right-side, .sidebar-open .main-footer {
	-webkit-transform: translate(230px, 0);
	-ms-transform: translate(230px, 0);
	-o-transform: translate(230px, 0);
	transform: translate(230px, 0)
	}
}
.addBatchBtn{
	float: right;
    margin-top: -32px !important;
  /*   margin-right: 75px !important;
    padding: 3px 7px !important; */
}
.dflt-bttn{
	border:1px solid #333;
}
.col-lg-12.col-md-12.col-xs-12.dial-lab-m-right .pull-right.small-font-total-dial-lab {
    margin-right: 10px;
}
.col-lg-12.col-md-12.col-xs-12.dial-lab-m-right .pull-right.small-font-total-dial-lab b{
	  font-weight: 600;
}
.col-lg-12.col-md-12.col-xs-12.dial-lab-m-right .pull-right.small-font-total-dial-lab span{
	color: #2fa1dd;
    font-weight: 600;
}
.content-wrapper, .right-side {
	min-height: 100%;
	background-color: #f2f3f8;
	z-index: 800
	}
.main-footer {
	padding: 10px 30px;
	/* height: 60px; */
	min-height: 50px;
	background: #ffffff;
	-webkit-box-shadow: -2px -8px 41px -14px rgba(202, 210, 222, 0.61);
	-moz-box-shadow: -2px -8px 41px -14px rgba(202, 210, 222, 0.61);
	box-shadow: -2px -8px 41px -14px rgba(202, 210, 222, 0.61);
	font-size: 14px;
	}
.fixed .main-header, .fixed .main-sidebar, .fixed .left-side {
	position: fixed
	}
.fixed .main-header {
	top: 0;
	right: 0;
	left: 0
	}
.fixed .content-wrapper, .fixed .right-side {
	padding-top: 50px
	}
@media (max-width:767px) {
.fixed .content-wrapper, .fixed .right-side {
	padding-top: 100px
	}
}
.fixed.layout-boxed .wrapper {
	max-width: 100%
	}
body.hold-transition .content-wrapper, body.hold-transition .right-side, body.hold-transition .main-footer, body.hold-transition .main-sidebar, body.hold-transition .left-side, body.hold-transition .main-header .navbar, body.hold-transition .main-header .logo {
	-webkit-transition: none;
	-o-transition: none;
	transition: none
	}
.content {
	min-height: 250px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
	}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: calibri;
	}
a {
	color: #3c8dbc;
	}
a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
	color: #218DD6;
	}
.page-header {
	margin: 10px 0 20px 0;
	font-size: 22px
	}
.page-header>small {
	color: #666;
	display: block;
	margin-top: 5px
	}
.main-header {
	position: relative;
	max-height: 100px;
	z-index: 1030;
	}
.main-header2 {
	max-height: 100px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1030;
	}
.main-header .navbar {
	-webkit-transition: margin-left .3s ease-in-out;
	-o-transition: margin-left .3s ease-in-out;
	transition: margin-left .3s ease-in-out;
	margin-bottom: 0;
	margin-left: 230px;
	border: none;
	min-height: 50px;
	border-radius: 0
	}
.layout-top-nav .main-header .navbar {
	margin-left: 0
	}
.main-header #navbar-search-input.form-control {
	background: rgba(255,255,255,0.2);
	border-color: transparent
	}
.main-header #navbar-search-input.form-control:focus, .main-header #navbar-search-input.form-control:active {
	border-color: rgba(0,0,0,0.1);
	background: rgba(255,255,255,0.9)
	}
.main-header #navbar-search-input.form-control::-moz-placeholder {
	color:#ccc;
	opacity:1
	}
.main-header #navbar-search-input.form-control:-ms-input-placeholder {
	color:#ccc
	}
.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
	color:#ccc
	}
.main-header .navbar-custom-menu, .main-header .navbar-right {
	float: right
	}
@media (max-width:991px) {
.main-header .navbar-custom-menu a, .main-header .navbar-right a {
	color: inherit;
	background: transparent
	}
}
@media (max-width:767px) {
.main-header .navbar-right {
	float: none
	}
.navbar-collapse .main-header .navbar-right {
	margin: 7.5px -15px
	}
.main-header .navbar-right>li {
	color: inherit;
	border: 0
	}
}
.main-header .sidebar-toggle {
	float: left;
	background-color: transparent;
	background-image: none;
	padding: 13px 15px;
	font-family: fontAwesome;
	font-size: 18px;
	}
/* .main-header .sidebar-toggle:before {
	content: "\f0c9"
	} */
.main-header .sidebar-toggle:hover {
	color: #fff
	}
.main-header .sidebar-toggle:focus, .main-header .sidebar-toggle:active {
	background: transparent
	}
.main-header .sidebar-toggle .icon-bar {
	display: none
	}
.main-header .navbar .nav>li.user>a>.fa, .main-header .navbar .nav>li.user>a>.glyphicon, .main-header .navbar .nav>li.user>a>.ion {
	margin-right: 5px
	}
.main-header .navbar .nav>li>a>.label {
	position: absolute;
	top: 9px;
	right: 7px;
	text-align: center;
	font-size: 9px;
	padding: 2px 3px;
	line-height: .9
	}
.main-header .logo {
	-webkit-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	display: block;
	float: left;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	width: 230px;
	font-family: Calibri;
	padding: 0 15px;
	font-weight: 300;
	overflow: hidden
	}
.main-header .logo .logo-lg {
	display: block;
	font-family: calibri;
	font-weight: 500;
	}
.main-header .logo .logo-mini {
	display: none
	}
.main-header .navbar-brand {
	color: #fff
	}
.content-header {
	position: relative;
	padding: 10px 15px 0 15px
	}
.content-header>h1 {
	color: #175295;
	font-family: calibri;
	font-size: 18px !important;
	font-weight: 600;
	margin: 0px 0;
	line-height: 30px;
	display: inline-block;
	}
.content-header>h1>small {
	font-size: 15px;
	display: inline-block;
	padding-left: 4px;
	font-weight: 300
	}
.content-header>.breadcrumb {
	float: right;
	background: transparent;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	padding: 7px 5px;
	position: absolute;
	top: 15px;
	right: 10px;
	border-radius: 2px
	}
.content-header>.breadcrumb>li>a {
	color: #444;
	text-decoration: none;
	display: inline-block
	}
.content-header>.breadcrumb>li>a>.fa, .content-header>.breadcrumb>li>a>.glyphicon, .content-header>.breadcrumb>li>a>.ion {
	margin-right: 5px
	}
.content-header>.breadcrumb>li+li:before {
	content: '>\00a0'
	}
@media (max-width:991px) {
.content-header>.breadcrumb {
	position: relative;
	margin-top: 5px;
	top: 0;
	right: 0;
	float: none;
	background: #d2d6de;
	padding-left: 10px
	}
.content-header>.breadcrumb li:before {
	color: #97a0b3
	}
}
.navbar-toggle {
	color: #fff;
	border: 0;
	margin: 0;
	padding: 15px 15px
	}
@media (max-width:991px) {
.navbar-custom-menu .navbar-nav>li {
	float: left
	}
.navbar-custom-menu .navbar-nav {
	margin: 0;
	float: left
	}
.navbar-custom-menu .navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px
	}
}
@media (max-width:767px) {
.main-header {
	position: relative
	}
.main-header .logo, .main-header .navbar {
	width: 100%;
	float: none
	}
.main-header .navbar {
	margin: 0
	}
.main-header .navbar-custom-menu {
	float: right
	}
}
@media (max-width:991px) {
.ch-line2 {
	margin: 0px auto;
	width: 99.5%;
	line-height: 40px;
	}
.navbar-collapse.pull-left {
	float: none !important
	}
.navbar-collapse.pull-left+.navbar-custom-menu {
	display: block;
	position: absolute;
	top: 0;
	right: 40px
	}
}
.main-sidebar, .left-side {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 50px;
	min-height: 100%;
	width: 230px;
	z-index: 810;
	-webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
	-o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
	transition: transform .3s ease-in-out, width .3s ease-in-out
	}
@media (max-width:767px) {
	.col-md-3.col-sm-3.ikd-its-tggl-line.m-disp-inline .col-sm-12.col-xs-4{
		display: none;
	}
	.main-sidebar, .left-side {
	padding-top: 50px
	}
}
@media (max-width:767px) {
.main-sidebar, .left-side {
	-webkit-transform: translate(-230px, 0);
	-ms-transform: translate(-230px, 0);
	-o-transform: translate(-230px, 0);
	transform: translate(-230px, 0)
	}
}
@media (min-width:768px) {
.sidebar-collapse .main-sidebar, .sidebar-collapse .left-side {
	-webkit-transform: translate(-230px, 0);
	-ms-transform: translate(-230px, 0);
	-o-transform: translate(-230px, 0);
	transform: translate(-230px, 0)
	}
}
@media (max-width:767px) {
.sidebar-open .main-sidebar, .sidebar-open .left-side {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
	}
}
.sidebar {
	padding-bottom: 10px
	}
.sidebar-form input:focus {
	border-color: transparent
	}
.user-panel {
	position: relative;
	width: 100%;
	padding: 10px;
	overflow: hidden
	}
.user-panel:before, .user-panel:after {
	content: " ";
	display: table
	}
.user-panel:after {
	clear: both
	}
.user-panel>.image>img {
	width: 100%;
	max-width: 45px;
	height: auto
	}
.user-panel>.info {
	padding: 5px 5px 5px 15px;
	line-height: 1;
	position: absolute;
	left: 55px
	}
.user-panel>.info>p {
	font-weight: 600;
	margin-bottom: 9px
	}
.user-panel>.info>a {
	text-decoration: none;
	padding-right: 5px;
	margin-top: 3px;
	font-size: 11px
	}
.user-panel>.info>a>.fa, .user-panel>.info>a>.ion, .user-panel>.info>a>.glyphicon {
	margin-right: 3px
	}
.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0
	}
.sidebar-menu>li {
	position: relative;
	margin: 0;
	padding: 0
	}
.sidebar-menu > li > a {
	display: block;
	padding: 8px 5px 8px 7px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
	}
.sidebar-menu>li>a>.fa, .sidebar-menu>li>a>.glyphicon, .sidebar-menu>li>a>.ion,
.sidebar-menu .treeview a i.fas.fa-hospital, .sidebar-menu .treeview a i.fas.fa-database {
	/* width: 20px */
	background: #fff;
    width: 24px !important;
    height: 24px !important;
    color: #275191;
    font-size: 14px;
    padding: 5px 0px;
    text-align: center;
    margin-right: 4px;
    border-radius: 5px;
	}
.sidebar-menu>li .label, .sidebar-menu>li .badge {
	margin-right: 5px
	}
.sidebar-menu>li .badge {
	margin-top: 3px
	}
.sidebar-menu li.header {
	padding: 10px 25px 10px 15px;
	font-size: 14px;
	font-weight: 500;
	}
.sidebar-menu li>a>.fa-angle-left, .sidebar-menu li>a>.pull-right-container>.fa-angle-left {
	width: auto;
	height: auto;
	padding: 0;
	margin-right: 10px
	}
.sidebar-menu li.active>a>.fa-angle-left, .sidebar-menu li.active>a>.pull-right-container>.fa-angle-left {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
	}
.sidebar-menu li.active>.treeview-menu {
	display: block
	}
.sidebar-menu .treeview-menu {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 5px
	}
.sidebar-menu .treeview-menu .treeview-menu {
	padding-left: 20px
	}
.sidebar-menu .treeview-menu>li {
	margin: 0
	}
.sidebar-menu .treeview-menu > li > a {
	display: block;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 5px 5px 15px;
	letter-spacing: 0.2px;
	}
.sidebar-menu .treeview-menu>li>a>.fa, .sidebar-menu .treeview-menu>li>a>.glyphicon, .sidebar-menu .treeview-menu>li>a>.ion {
	width: 20px
	}
.sidebar-menu .treeview-menu>li>a>.pull-right-container>.fa-angle-left, .sidebar-menu .treeview-menu>li>a>.pull-right-container>.fa-angle-down, .sidebar-menu .treeview-menu>li>a>.fa-angle-left, .sidebar-menu .treeview-menu>li>a>.fa-angle-down {
	width: auto
	}
@media (min-width:768px) {
.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
	margin-left: 50px !important;
	z-index: 840
	}
.sidebar-mini.sidebar-collapse .main-sidebar {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	width: 50px !important;
	z-index: 850
	}
.sidebar-mini.sidebar-collapse .sidebar-menu>li {
	position: relative
	}
.sidebar-mini.sidebar-collapse .sidebar-menu>li>a {
	margin-right: 0
	}
.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
	border-top-right-radius: 4px
	}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span {
	border-bottom-right-radius: 4px
	}
.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-right-radius: 4px
	}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
	display: block !important;
	position: absolute;
	width: 230px;
	left: 50px
	}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span {
	top: 0;
	margin-left: -3px;
	padding: 8px 5px 8px 20px;
	background-color: inherit
	}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
	float: right;
	width: auto!important;
	left: 250px!important;
	top: 10px!important
	}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type) {
	display: none
	}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
	top: 31px;
	margin-left: 0
	}
.sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info, .sidebar-mini.sidebar-collapse .sidebar-form, .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span, .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right, .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
	display: none !important;
	-webkit-transform: translateZ(0)
	}
.sidebar-mini.sidebar-collapse .main-header .logo {
	width: 50px
	}
.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
	display: block;
	margin-left: -15px;
	margin-right: -15px;
	font-size: 18px;
	font-family: calibri;
	font-weight: 400;
	}
.sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg {
	display: none
	}
.sidebar-mini.sidebar-collapse .main-header .navbar {
	margin-left: 50px
	}
}
.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu>li.header {
	white-space: nowrap;
	overflow: hidden
	}
.sidebar-menu:hover {
	overflow: visible
	}
.sidebar-form, .sidebar-menu>li.header {
	overflow: hidden;
	text-overflow: clip
	}
.sidebar-menu li>a {
	position: relative
	}
.sidebar-menu li>a>.pull-right-container {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px
	}
.control-sidebar-bg {
	position: fixed;
	z-index: 1000;
	bottom: 0
	}
.control-sidebar-bg, .control-sidebar {
	top: 0;
	right: -230px;
	width: 230px;
	-webkit-transition: right .3s ease-in-out;
	-o-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out
	}
.control-sidebar {
	position: absolute;
	padding-top: 50px;
	z-index: 1010
	}
@media (max-width:768px) {
	.pwd-view i.fa.fa-eye{
		top: 65px !important;
	}
	.alert{
		padding: 2px 10px !important;
    	font-size: 12px !important;
	}
	form#command .col-sm-3.small-p-r-0, form#command .col-sm-4.small-p-r-0 {
    	padding-right: 15px !important;
	}
	nav.navbar.navbar-static-top .col-md-2.col-sm-3.col-xs-5.remove-pad-lr {
    	width: 37%;
	}
	.shift-display{
		padding: 2px 2px !important;
    	font-size: 14px !important;
	}
	.box-body .col-lg-6.col-md-6.col-xs-12 .status-main-box{
		margin-right: 2px !important;
	}
	form#command .row.bed-design-box .red-box{
		margin-top: 5px;
	}
	.row.bed-design-box .orange-border-box{
		border:5px solid #F9690E
	}
	.login_main_panel .alert.alert-success.margin-top-30,
	.login_main_panel .alert.alert-danger.margin-top-15{
	    padding-top: 5px !important;
	    margin-top: 20px !important;
	}
	.part-40{
		background-color: #fff !important;
	}
	.forgot-password, .login-heading{
		color: #245590 !important;
	}
	.login-control:focus, .name, .login-control, .copyrgt{
		 color: #000 !important;
	}
	.mobile-managed-by {
    	color: #24559d !important;
    	font-weight: 600;
	}
	.forgot-password{
		font-weight: 600 !important;
	}
	.part-40 {
    	padding: 20px 20px 0px 20px !important;
	}
	.login_main_panel, .main_part, .part-40.m-w-100{
		overflow: hidden !important;
	}
	.main_part{
		background-color: #245590 !important;
		position: relative !important;
		height: 100% !important;
	}
	.margin-top-30{
		padding-top: 20px !important;
		margin-top: 0px !important;
	}
	.login-control{
		margin-top: 0px !important;
	}
	.copyrgt {
	    padding-top: 50px !important;
	    margin-top: 0px !important;
	}
	.login-heading{
		margin-top: 0px !important;
	}
	
	.margin-top-50 {
	   padding-top: 25px !important;
	   margin-bottom: 0px !important;
	   margin-top: 0px !important;
	}
	
	.row.bed-design-box .green-border-box .white-cnt-box {
	    padding-bottom: 0px !important;
	}
	.row.bed-design-box .bd-img-box{
		position: relative;
	}
	form#command .row.bed-design-box .red-box img {
	    width: 7% !important;
	    position: absolute;
	    float: right;
	    right: 8px;
	    top: 5px;
	}
	.row.remove-center-head-m-t-10 .center-heading {
	    margin-top: 0px !important;
	}
	.status-main-box .dia-status{
		font-size: 12px;
	}
	.status-main-box .status-text {
	    font-size: 12px;
	    font-weight: 400;
	    text-align: left;
	    float: left;
	    margin-left: 2px;
	    line-height: 22px;
	}
	.status-main-box .status-box{
		width: 10px;
	    height: 10px;
	    float: left;
	    border-radius: 50px;
	    margin-top: 5px;
	}
	div#calender-first .box-body .fc{
		margin-bottom:10px
	}
	.date-section{
		font-size:14px !important;
	}
	.left-main-cal{
		height:auto !important;
	}
	footer.main-footer .pull-right{
		float: left !important;
	}
	.status-main-box{
		margin-right: 5px !important;
	}
	span.shiftname-color {
	    color: #cf461c;
	    padding: 0px 10px 0px 0px;
	    text-decoration: underline;
	}
	.skin-blue.sidebar-mini.sidebar-open .navbar.navbar-static-top .col-md-2.col-sm-3.col-xs-5.mobile-telegram-set{
		transform: translate(0px, 0px) !important;
	}
	.main-footer{
		padding: 10px 5px !important;
	}
	.shift-display.webkit-box-shiftname{
		display: inline-block !important;
	}
	li.dropdown.notifications-menu a.dropdown-toggle img#empImage{
		margin-top: 55px !important;
	}
	.skin-blue.sidebar-mini.sidebar-open .navbar.navbar-static-top .col-md-2.col-sm-3.col-xs-5 #modules{
		transform: translate(0px, 0px) !important;
	}
	.col-md-2.col-sm-3.col-xs-4.mobile-telegram-set a.telegram-img-a-tag img{
		width: 25px !important;
		height: 25px !important;
	}
	.col-md-2.col-sm-3.col-xs-4.mobile-telegram-set.\31 1 {
	    padding: 0px !important;
	}
	.col-md-5.col-sm-5.col-xs-12.ikd-its-tggl-line {
    	display: none;
	}
	.main_part{
		width: 100% !important;
	}
	
	.login-heading{
		padding-top: 12px !important;
	}
	.mobile-display-block {
    	display: block !important;
	}
	.mobile-managed-by {
	    display: block !important;
	}
	.telegram-img-a-tag{
		float: left !important;
		font-size: 10px !important;
	}
	.col-md-2.col-sm-3.col-xs-5.mobile-telegram-set{
		padding: 0px 0px;
	}
	.mobile-view-diplay-block{
		display: block !important;
	}
	.mobile-view-diplay-block a{
			width: 100%;
	}
	li.dropdown.notifications-menu {
    	margin: -50px -6px 0px 0px;
	}
	li.dropdown.notifications-menu a.dropdown-toggle img{
		margin-top: 100px !important;
	}
	a.empl-name-header{
		display: none;
	}
	.col-md-5.col-sm-5.col-xs-12.ikd-its-tggl-line{
		margin-top: -50px;
		margin-left: 30px;
    	padding-left: 0px;
	}
	.col-sm-12.col-xs-4.m-line-height{
		width: 100%;
		font-size: 10px !important;
	}
	.box-color-set .scheme-overlay a{
		margin-top: 0px !important;
	}
	/* #facts .counters p{
		margin-top: 2px !important;
	} */
	.box-color-2.box-color-set-active .scheme-overlay a, #facts .counters p{
		font-size: 8px !important;
	}
	.box-color-2.box-color-set-active{
		height: 50px !important;
		padding:2px !important;
	}
	.row.counters .col-lg-2.col-6.col-xs-3.text-center{
		padding: 0px 1px !important;
	}
#facts .counters span {
    padding-top: 0px !important;
    font-size: 8px !important;
}
.box-color-set {
    height: 50px !important;
    padding: 0px !important;
}
.row.counters .col-lg-2.col-6.col-xs-3.text-center{
	padding: 0px 1px;
    width: 16% !important;	
}
div#facts .row.counters{
	margin-top: 5px;
}
.first-date-display .display-date-box {
    font-size: 8px !important;
    line-height: 18px;
}
.col-md-12.date-m-p-0 {
    padding: 0px;
}
.col-md-3.col-sm-3.ikd-its-tggl-line .m-line-height{
	display: none;
}
li.dropdown.notifications-menu a.dropdown-toggle img{
	 margin-top: 45px;
}
.skin-blue .main-header .logo{
	display: none;	
}
.control-sidebar {
	padding-top: 100px
	}
}
.control-sidebar>.tab-content {
	padding: 10px 15px
	}
.control-sidebar.control-sidebar-open, .control-sidebar.control-sidebar-open+.control-sidebar-bg {
	right: 0
	}
.control-sidebar-open .control-sidebar-bg, .control-sidebar-open .control-sidebar {
	right: 0
	}
@media (min-width:768px) {
.control-sidebar-open .content-wrapper, .control-sidebar-open .right-side, .control-sidebar-open .main-footer {
	margin-right: 230px
	}
}
.nav-tabs.control-sidebar-tabs>li:first-of-type>a, .nav-tabs.control-sidebar-tabs>li:first-of-type>a:hover, .nav-tabs.control-sidebar-tabs>li:first-of-type>a:focus {
	border-left-width: 0
	}
.nav-tabs.control-sidebar-tabs>li>a {
	border-radius: 0
	}
.nav-tabs.control-sidebar-tabs>li>a, .nav-tabs.control-sidebar-tabs>li>a:hover {
	border-top: none;
	border-right: none;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent
	}
.nav-tabs.control-sidebar-tabs>li>a .icon {
	font-size: 16px
	}
.nav-tabs.control-sidebar-tabs>li.active>a, .nav-tabs.control-sidebar-tabs>li.active>a:hover, .nav-tabs.control-sidebar-tabs>li.active>a:focus, .nav-tabs.control-sidebar-tabs>li.active>a:active {
	border-top: none;
	border-right: none;
	border-bottom: none
	}
@media (max-width:768px) {
.login-box, .register-box {
	width: 90%;
	margin-top: 20px
}
.nav-tabs.control-sidebar-tabs {
	display: table
	}
.nav-tabs.control-sidebar-tabs>li {
	display: table-cell
	}
}
.control-sidebar-heading {
	font-weight: 400;
	font-size: 16px;
	padding: 10px 0;
	margin-bottom: 10px
	}
.control-sidebar-subheading {
	display: block;
	font-weight: 400;
	font-size: 14px
	}
.control-sidebar-menu {
	list-style: none;
	padding: 0;
	margin: 0 -15px
	}
.control-sidebar-menu>li>a {
	display: block;
	padding: 10px 15px
	}
.control-sidebar-menu>li>a:before, .control-sidebar-menu>li>a:after {
	content: " ";
	display: table
	}
.control-sidebar-menu>li>a:after {
	clear: both
	}
.control-sidebar-menu>li>a>.control-sidebar-subheading {
	margin-top: 0
	}
.control-sidebar-menu .menu-icon {
	float: left;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px
	}
.control-sidebar-menu .menu-info {
	margin-left: 45px;
	margin-top: 3px
	}
.control-sidebar-menu .menu-info>.control-sidebar-subheading {
	margin: 0
	}
.control-sidebar-menu .menu-info>p {
	margin: 0;
	font-size: 11px
	}
.control-sidebar-menu .progress {
	margin: 0
	}
.control-sidebar-dark {
	color: #b8c7ce
	}
.control-sidebar-dark, .control-sidebar-dark+.control-sidebar-bg {
	background: #222d32
	}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
	border-bottom: #1c2529
	}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a {
	background: #181f23;
	color: #b8c7ce
	}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus {
	border-left-color: #141a1d;
	border-bottom-color: #141a1d
	}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:active {
	background: #1c2529
	}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover {
	color: #fff
	}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:active {
	background: #222d32;
	color: #fff
	}
.control-sidebar-dark .control-sidebar-heading, .control-sidebar-dark .control-sidebar-subheading {
	color: #fff
	}
.control-sidebar-dark .control-sidebar-menu>li>a:hover {
	background: #1e282c
	}
.control-sidebar-dark .control-sidebar-menu>li>a .menu-info>p {
	color: #b8c7ce
	}
.control-sidebar-light {
	color: #5e5e5e
	}
.control-sidebar-light, .control-sidebar-light+.control-sidebar-bg {
	background: #f9fafc;
	border-left: 1px solid #d2d6de
	}
.control-sidebar-light .nav-tabs.control-sidebar-tabs {
	border-bottom: #d2d6de
	}
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a {
	background: #e8ecf4;
	color: #444
	}
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a, .control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus {
	border-left-color: #d2d6de;
	border-bottom-color: #d2d6de
	}
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:active {
	background: #eff1f7
	}
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a, .control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:active {
	background: #f9fafc;
	color: #111
	}
.control-sidebar-light .control-sidebar-heading, .control-sidebar-light .control-sidebar-subheading {
	color: #111
	}
.control-sidebar-light .control-sidebar-menu {
	margin-left: -14px
	}
.control-sidebar-light .control-sidebar-menu>li>a:hover {
	background: #f4f4f5
	}
.control-sidebar-light .control-sidebar-menu>li>a .menu-info>p {
	color: #5e5e5e
	}
.dropdown-menu {
	box-shadow: none;
	border-color: #eee
	}
.dropdown-menu>li>a {
	color: #777
	}
.dropdown-menu>li>a>.glyphicon, .dropdown-menu>li>a>.fa, .dropdown-menu>li>a>.ion {
	margin-right: 10px
	}
.dropdown-menu>li>a:hover {
	background-color: #e1e3e9;
	color: #333
	}
.dropdown-menu>.divider {
	background-color: #eee
	}
.navbar-nav>.notifications-menu>.dropdown-menu, .navbar-nav>.messages-menu>.dropdown-menu, .navbar-nav>.tasks-menu>.dropdown-menu {
	width: 204px;
	padding: 0 0 0 0;
	margin: 0;
	top: 100%
	}
.navbar-nav>.notifications-menu>.dropdown-menu>li, .navbar-nav>.messages-menu>.dropdown-menu>li, .navbar-nav>.tasks-menu>.dropdown-menu>li {
	position: relative
	}
.navbar-nav>.notifications-menu>.dropdown-menu>li.header, .navbar-nav>.messages-menu>.dropdown-menu>li.header, .navbar-nav>.tasks-menu>.dropdown-menu>li.header {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #ffffff;
	padding: 7px 10px;
	border-bottom: 1px solid #f4f4f4;
	color: #444444;
	font-size: 14px
	}
.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 12px;
	background-color: #fff;
	padding: 7px 10px;
	border-bottom: 1px solid #eeeeee;
	color: #444 !important;
	text-align: center
	}
@media (max-width:991px) {
.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
	background: #fff !important;
	color: #444 !important
	}
}
.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a:hover, .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover, .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover {
	text-decoration: none;
	font-weight: normal
	}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu, .navbar-nav>.messages-menu>.dropdown-menu>li .menu, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
	max-height: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-x: hidden
	}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
	display: block;
	white-space: nowrap;
	border-bottom: 1px solid #f4f4f4
	}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover, .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover {
	background: #175295;
	color: #ffffff !important;
	text-decoration: none
	}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
	color: #444444 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 6px 10px;
	font-size: 12px;
	}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.glyphicon, .navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fa, .navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.ion {
	width: 20px
	}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
	margin: 0;
	padding: 10px 10px
	}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img {
	margin: auto 10px auto auto;
	width: 40px;
	height: 40px
	}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
	padding: 0;
	margin: 0 0 0 45px;
	color: #444444;
	font-size: 15px;
	position: relative
	}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small {
	color: #999999;
	font-size: 10px;
	position: absolute;
	top: 0;
	right: 0
	}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
	margin: 0 0 0 45px;
	font-size: 12px;
	color: #888888
	}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:before, .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
	content: " ";
	display: table
	}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
	clear: both
	}
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
	padding: 10px
	}
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>h3 {
	font-size: 14px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #666666
	}
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>.progress {
	padding: 0;
	margin: 0
	}
.navbar-nav>.user-menu>.dropdown-menu {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding: 1px 0 0 0;
	border-top-width: 0;
	width: 280px
	}
.navbar-nav>.user-menu>.dropdown-menu, .navbar-nav>.user-menu>.dropdown-menu>.user-body {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
	}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
	height: 175px;
	padding: 10px;
	text-align: center
	}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
	z-index: 5;
	height: 90px;
	width: 90px;
	border: 3px solid;
	border-color: transparent;
	border-color: rgba(255,255,255,0.2)
	}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
	z-index: 5;
	color: #fff;
	color: rgba(255,255,255,0.8);
	font-size: 17px;
	margin-top: 10px
	}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>small {
	display: block;
	font-size: 12px
	}
.navbar-nav>.user-menu>.dropdown-menu>.user-body {
	padding: 15px;
	border-bottom: 1px solid #f4f4f4;
	border-top: 1px solid #dddddd
	}
.navbar-nav>.user-menu>.dropdown-menu>.user-body:before, .navbar-nav>.user-menu>.dropdown-menu>.user-body:after {
	content: " ";
	display: table
	}
.navbar-nav>.user-menu>.dropdown-menu>.user-body:after {
	clear: both
	}
.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
	color: #444 !important
	}
@media (max-width:991px) {
.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
	background: #fff !important;
	color: #444 !important
	}
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
	background-color: #f9f9f9;
	padding: 10px
	}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer:before, .navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
	content: " ";
	display: table
	}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
	clear: both
	}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
	color: #666666
	}
@media (max-width:991px) {
.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover {
	background-color: #f9f9f9
	}
}
.navbar-nav>.user-menu .user-image {
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: -2px
	}
@media (max-width:767px) {
.navbar-nav>.user-menu .user-image {
	float: none;
	margin-right: 0;
	margin-top: -8px;
	line-height: 10px
	}
}
.open:not(.dropup)>.animated-dropdown-menu {
	backface-visibility: visible !important;
	-webkit-animation: flipInX .7s both;
	-o-animation: flipInX .7s both;
	animation: flipInX .7s both
}
@keyframes flipInX {
0% {
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transition-timing-function:ease-in;
opacity:0
}
40% {
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transition-timing-function:ease-in
}
60% {
transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity:1
}
80% {
transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
}
100% {
transform:perspective(400px)
}
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px)
}
}
.navbar-custom-menu>.navbar-nav>li {
	position: relative
}
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
	position: absolute;
	right: 0;
	left: auto
}
@media (max-width:991px) {
.navbar-custom-menu>.navbar-nav {
	float: right
}
.navbar-custom-menu>.navbar-nav>li {
	position: static
}
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
	position: absolute;
	right: 5%;
	left: auto;
	border: 1px solid #ddd;
	background: #fff
}
}
.form-control {
	background: #ffffff;
	border-radius: 5px;
	box-shadow: none;
	height: 30px;
	margin-top: 10px;
	webkit-box-shadow: 0px 1px 10px 0px rgba(113, 106, 202, 0.11);
	-moz-box-shadow: 0px 1px 10px 0px rgba(113, 106, 202, 0.11);
	box-shadow: 0px 1px 10px 0px rgba(113, 106, 202, 0.11);
	border-color: #cdcfd4;
	font-size: 14px;
	padding: 4px 12px;
}
.form-control2 {
	border-radius: 0px;
	box-shadow: none;
	border-color: #b9c4c8;
	height: 40px;
	margin-top: 0px;
}
.form-control:focus {
	background-color: #ffffff;
	border-color: #6c65c5;
	border-radius: 5px;
	box-shadow: none;
	color: #3c4386;
	transition: all 0.3s ease-in-out 0s;
	background: #d4e8ff !important;
}
 .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
color:#bbb;
opacity:1
}
.form-control:not(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.form-group.has-success label {
	color: #00a65a
}
.form-group.has-success .form-control, .form-group.has-success .input-group-addon {
	border-color: #00a65a;
	box-shadow: none
}
.form-group.has-success .help-block {
	color: #00a65a
}
.form-group.has-warning label {
	color: #f39c12
}
.form-group.has-warning .form-control, .form-group.has-warning .input-group-addon {
	border-color: #f39c12;
	box-shadow: none
}
.form-group.has-warning .help-block {
	color: #f39c12
}
.form-group.has-error label {
	color: #dd4b39
}
.form-group.has-error .form-control, .form-group.has-error .input-group-addon {
	border-color: #dd4b39;
	box-shadow: none
}
.form-group.has-error .help-block {
	color: #dd4b39
}
.input-group .input-group-addon {
	border-radius: 0;
	border-color: #d2d6de;
	background-color: #fff
}
.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
	border-radius: 0
}
.icheck>label {
	padding-left: 0
}
.form-control-feedback.fa {
	line-height: 34px
}
.input-lg+.form-control-feedback.fa, .input-group-lg+.form-control-feedback.fa, .form-group-lg .form-control+.form-control-feedback.fa {
	line-height: 46px
}
.input-sm+.form-control-feedback.fa, .input-group-sm+.form-control-feedback.fa, .form-group-sm .form-control+.form-control-feedback.fa {
	line-height: 30px
}
.progress, .progress>.progress-bar {
	-webkit-box-shadow: none;
	box-shadow: none
}
.progress, .progress>.progress-bar, .progress .progress-bar, .progress>.progress-bar .progress-bar {
	border-radius: 1px
}
.progress.sm, .progress-sm {
	height: 10px
}
.progress.sm, .progress-sm, .progress.sm .progress-bar, .progress-sm .progress-bar {
	border-radius: 1px
}
.progress.xs, .progress-xs {
	height: 7px
}
.progress.xs, .progress-xs, .progress.xs .progress-bar, .progress-xs .progress-bar {
	border-radius: 1px
}
.progress.xxs, .progress-xxs {
	height: 3px
}
.progress.xxs, .progress-xxs, .progress.xxs .progress-bar, .progress-xxs .progress-bar {
	border-radius: 1px
}
.progress.vertical {
	position: relative;
	width: 30px;
	height: 200px;
	display: inline-block;
	margin-right: 10px
}
.progress.vertical>.progress-bar {
	width: 100%;
	position: absolute;
	bottom: 0
}
.progress.vertical.sm, .progress.vertical.progress-sm {
	width: 20px
}
.progress.vertical.xs, .progress.vertical.progress-xs {
	width: 10px
}
.progress.vertical.xxs, .progress.vertical.progress-xxs {
	width: 3px
}
.progress-group .progress-text {
	font-weight: 600
}
.progress-group .progress-number {
	float: right
}
.table tr>td .progress {
	margin: 0
}
.progress-bar-light-blue, .progress-bar-primary {
	background-color: #175295
}
.progress-striped .progress-bar-light-blue, .progress-striped .progress-bar-primary {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.progress-bar-green, .progress-bar-success {
	background-color: #00a65a
}
.progress-striped .progress-bar-green, .progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.progress-bar-aqua, .progress-bar-info {
	background-color: #00c0ef
}
.progress-striped .progress-bar-aqua, .progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.progress-bar-yellow, .progress-bar-warning {
	background-color: #f39c12
}
.progress-striped .progress-bar-yellow, .progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.progress-bar-red, .progress-bar-danger {
	background-color: #dd4b39
}
.progress-striped .progress-bar-red, .progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.small-box {
	border-radius: 2px;
	position: relative;
	display: block;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1)
}
.small-box>.inner {
	padding: 10px
}
.small-box>.small-box-footer {
	position: relative;
	text-align: center;
	padding: 3px 0;
	color: #fff;
	color: rgba(255,255,255,0.8);
	display: block;
	z-index: 10;
	background: rgba(0,0,0,0.1);
	text-decoration: none
}
.small-box>.small-box-footer:hover {
	color: #fff;
	background: rgba(0,0,0,0.15)
}
.small-box h3 {
	font-size: 38px;
	font-weight: bold;
	margin: 0 0 10px 0;
	white-space: nowrap;
	padding: 0
}
.small-box p {
	font-size: 15px
}
.small-box p>small {
	display: block;
	color: #f9f9f9;
	font-size: 13px;
	margin-top: 5px
}
.small-box h3, .small-box p {
	z-index: 5
}
.small-box .icon {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: -10px;
	right: 10px;
	z-index: 0;
	font-size: 90px;
	color: rgba(0,0,0,0.15)
}
.small-box:hover {
	text-decoration: none;
	color: #f9f9f9
}
.small-box:hover .icon {
	font-size: 95px
}
@media (max-width:767px) {
.small-box {
	text-align: center
}
.small-box .icon {
	display: none
}
.small-box p {
	font-size: 12px
}
}
.box {
	position: relative;
	border-radius: 0px;
	background: #ffffff;
	border-top: 0px solid #175295;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1)
}
.box.box-primary {
	border-top-color: #3c8dbc
}
.box.box-info {
	border-top-color: #00c0ef
}
.box.box-danger {
	border-top-color: #dd4b39
}
.box.box-warning {
	border-top-color: #f39c12
}
.box.box-success {
	border-top-color: #00a65a
}
.box.box-default {
	border-top-color: #d2d6de
}
.box.collapsed-box .box-body, .box.collapsed-box .box-footer {
	display: none
}
.box .nav-stacked>li {
	border-bottom: 1px solid #f4f4f4;
	margin: 0
}
.box .nav-stacked>li:last-of-type {
	border-bottom: none
}
.box.height-control .box-body {
	max-height: 300px;
	overflow: auto
}
.box .border-right {
	border-right: 1px solid #f4f4f4
}
.box .border-left {
	border-left: 1px solid #f4f4f4
}
.box.box-solid {
	border-top: 0
}
.box.box-solid>.box-header .btn.btn-default {
	background: transparent
}
.box.box-solid>.box-header .btn:hover, .box.box-solid>.box-header a:hover {
	background: rgba(0,0,0,0.1)
}
.box.box-solid.box-default {
	border: 1px solid #d2d6de
}
.box.box-solid.box-default>.box-header {
	color: #444;
	background: #d2d6de;
	background-color: #d2d6de
}
.box.box-solid.box-default>.box-header a, .box.box-solid.box-default>.box-header .btn {
	color: #444
}
.box.box-solid.box-primary {
	border: 1px solid #3c8dbc
}
.box.box-solid.box-primary>.box-header {
	color: #fff;
	background: #3c8dbc;
	background-color: #3c8dbc
}
.box.box-solid.box-primary>.box-header a, .box.box-solid.box-primary>.box-header .btn {
	color: #fff
}
.box.box-solid.box-info {
	border: 1px solid #00c0ef
}
.box.box-solid.box-info>.box-header {
	color: #fff;
	background: #00c0ef;
	background-color: #00c0ef
}
.box.box-solid.box-info>.box-header a, .box.box-solid.box-info>.box-header .btn {
	color: #fff
}
.box.box-solid.box-danger {
	border: 1px solid #dd4b39
}
.box.box-solid.box-danger>.box-header {
	color: #fff;
	background: #dd4b39;
	background-color: #dd4b39
}
.box.box-solid.box-danger>.box-header a, .box.box-solid.box-danger>.box-header .btn {
	color: #fff
}
.box.box-solid.box-warning {
	border: 1px solid #f39c12
}
.box.box-solid.box-warning>.box-header {
	color: #fff;
	background: #f39c12;
	background-color: #f39c12
}
.box.box-solid.box-warning>.box-header a, .box.box-solid.box-warning>.box-header .btn {
	color: #fff
}
.box.box-solid.box-success {
	border: 1px solid #00a65a
}
.box.box-solid.box-success>.box-header {
	color: #fff;
	background: #00a65a;
	background-color: #00a65a
}
.box.box-solid.box-success>.box-header a, .box.box-solid.box-success>.box-header .btn {
	color: #fff
}
.box.box-solid>.box-header>.box-tools .btn {
	border: 0;
	box-shadow: none
}
.box.box-solid[class*='bg']>.box-header {
	color: #fff
}
.box .box-group>.box {
	margin-bottom: 5px
}
.box .knob-label {
	text-align: center;
	color: #333;
	font-weight: 100;
	font-size: 12px;
	margin-bottom: 0.3em
}
.box>.overlay, .overlay-wrapper>.overlay, .box>.loading-img, .overlay-wrapper>.loading-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.box .overlay, .overlay-wrapper .overlay {
	z-index: 50;
	background: rgba(255,255,255,0.7);
	border-radius: 3px
}
.box .overlay>.fa, .overlay-wrapper .overlay>.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	color: #000;
	font-size: 30px
}
.box .overlay.dark, .overlay-wrapper .overlay.dark {
	background: rgba(0,0,0,0.5)
}
.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
	content: " ";
	display: table
}
.box-header:after, .box-body:after, .box-footer:after {
	clear: both
}
.box-header {
	color: #ffffff;
	display: block;
	padding: 5px 10px;
	position: relative;
/* 	text-transform: capitalize; */
	background: #ffffff;
}
.box-header.with-border {
	border-bottom: 1px solid #f4f4f4
}
.collapsed-box .box-header.with-border {
	border-bottom: none
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
/* 	font-family: 'Poppins'; */
	color: #175295;
	letter-spacing: 0.9px;
	margin: 0;
	line-height: 1
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion {
	margin-right: 5px
}
.box-header>.box-tools {
	position: absolute;
	right: 10px;
	top: 5px
}
.box-header>.box-tools [data-toggle="tooltip"] {
	position: relative
}
.box-header>.box-tools.pull-right .dropdown-menu {
	right: 0;
	left: auto
}
.btn-box-tool {
	padding: 5px;
	font-size: 12px;
	background: transparent;
	color: #97a0b3
}
.open .btn-box-tool, .btn-box-tool:hover {
	color: #606c84
}
.btn-box-tool.btn:active {
	box-shadow: none
}
.box-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px
}
.no-header .box-body {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}
.box-body>.table {
	margin-bottom: 0
}
.box-body .fc {
	margin-top: 5px
}
.box-body .full-width-chart {
	margin: -19px
}
.box-body.no-padding .full-width-chart {
	margin: -9px
}
.box-body .box-pane {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 3px
}
.box-body .box-pane-right {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 0
}
.box-footer {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top: 1px solid #f4f4f4;
	padding: 10px;
	background-color: #fff
}
.chart-legend {
	margin: 10px 0
}
@media (max-width:991px) {
.chart-legend>li {
	float: left;
	margin-right: 10px
}
}
.box-comments {
	background: #f7f7f7
}
.box-comments .box-comment {
	padding: 8px 0;
	border-bottom: 1px solid #eee
}
.box-comments .box-comment:before, .box-comments .box-comment:after {
	content: " ";
	display: table
}
.box-comments .box-comment:after {
	clear: both
}
.box-comments .box-comment:last-of-type {
	border-bottom: 0
}
.box-comments .box-comment:first-of-type {
	padding-top: 0
}
.box-comments .box-comment img {
	float: left
}
.box-comments .comment-text {
	margin-left: 40px;
	color: #555
}
.box-comments .username {
	color: #444;
	display: block;
	font-weight: 600
}
.box-comments .text-muted {
	font-weight: 400;
	font-size: 12px
}
.todo-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto
}
.todo-list>li {
	border-radius: 2px;
	padding: 10px;
	background: #f4f4f4;
	margin-bottom: 2px;
	border-left: 2px solid #e6e7e8;
	color: #444
}
.todo-list>li:last-of-type {
	margin-bottom: 0
}
.todo-list>li>input[type='checkbox'] {
	margin: 0 10px 0 5px
}
.todo-list>li .text {
	display: inline-block;
	margin-left: 5px;
	font-weight: 600
}
.todo-list>li .label {
	margin-left: 10px;
	font-size: 9px
}
.todo-list>li .tools {
	display: none;
	float: right;
	color: #dd4b39
}
.todo-list>li .tools>.fa, .todo-list>li .tools>.glyphicon, .todo-list>li .tools>.ion {
	margin-right: 5px;
	cursor: pointer
}
.todo-list>li:hover .tools {
	display: inline-block
}
.todo-list>li.done {
	color: #999
}
.todo-list>li.done .text {
	text-decoration: line-through;
	font-weight: 500
}
.todo-list>li.done .label {
	background: #d2d6de !important
}
.todo-list .danger {
	border-left-color: #dd4b39
}
.todo-list .warning {
	border-left-color: #f39c12
}
.todo-list .info {
	border-left-color: #00c0ef
}
.todo-list .success {
	border-left-color: #00a65a
}
.todo-list .primary {
	border-left-color: #3c8dbc
}
.todo-list .handle {
	display: inline-block;
	cursor: move;
	margin: 0 5px
}
.chat {
	padding: 5px 20px 5px 10px
}
.chat .item {
	margin-bottom: 10px
}
.chat .item:before, .chat .item:after {
	content: " ";
	display: table
}
.chat .item:after {
	clear: both
}
.chat .item>img {
	width: 40px;
	height: 40px;
	border: 2px solid transparent;
	border-radius: 50%
}
.chat .item>.online {
	border: 2px solid #00a65a
}
.chat .item>.offline {
	border: 2px solid #dd4b39
}
.chat .item>.message {
	margin-left: 55px;
	margin-top: -40px
}
.chat .item>.message>.name {
	display: block;
	font-weight: 600
}
.chat .item>.attachment {
	border-radius: 3px;
	background: #f4f4f4;
	margin-left: 65px;
	margin-right: 15px;
	padding: 10px
}
.chat .item>.attachment>h4 {
	margin: 0 0 5px 0;
	font-weight: 600;
	font-size: 14px
}
.chat .item>.attachment>p, .chat .item>.attachment>.filename {
	font-weight: 600;
	font-size: 13px;
	font-style: italic;
	margin: 0
}
.chat .item>.attachment:before, .chat .item>.attachment:after {
	content: " ";
	display: table
}
.chat .item>.attachment:after {
	clear: both
}
.box-input {
	max-width: 200px
}
.modal .panel-body {
	color: #444
}
.info-box {
	display: block;
	min-height: 90px;
	background: #fff;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 2px;
	margin-bottom: 15px
}
.info-box small {
	font-size: 14px
}
.info-box .progress {
	background: rgba(0,0,0,0.2);
	margin: 5px -10px 5px -10px;
	height: 2px
}
.info-box .progress, .info-box .progress .progress-bar {
	border-radius: 0
}
.info-box .progress .progress-bar {
	background: #fff
}
.info-box-icon {
	border-top-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 2px;
	display: block;
	float: left;
	height: 90px;
	width: 90px;
	text-align: center;
	font-size: 45px;
	line-height: 90px;
	background: rgba(0,0,0,0.2)
}
.info-box-icon>img {
	max-width: 100%
}
.info-box-content {
	padding: 5px 10px;
	margin-left: 90px
}
.info-box-number {
	display: block;
	font-weight: bold;
	font-size: 18px
}
.progress-description, .info-box-text {
	display: block;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.info-box-text {
	text-transform: uppercase
}
.info-box-more {
	display: block
}
.progress-description {
	margin: 0
}
.timeline {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none
}
.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #ddd;
	left: 31px;
	margin: 0;
	border-radius: 2px
}
.timeline>li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 15px
}
.timeline>li:before, .timeline>li:after {
	content: " ";
	display: table
}
.timeline>li:after {
	clear: both
}
.timeline>li>.timeline-item {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 3px;
	margin-top: 0;
	background: #fff;
	color: #444;
	margin-left: 60px;
	margin-right: 15px;
	padding: 0;
	position: relative
}
.timeline>li>.timeline-item>.time {
	color: #999;
	float: right;
	padding: 10px;
	font-size: 12px
}
.timeline>li>.timeline-item>.timeline-header {
	margin: 0;
	color: #555;
	border-bottom: 1px solid #f4f4f4;
	padding: 10px;
	font-size: 16px;
	line-height: 1.1
}
.timeline>li>.timeline-item>.timeline-header>a {
	font-weight: 600
}
.timeline>li>.timeline-item>.timeline-body, .timeline>li>.timeline-item>.timeline-footer {
	padding: 10px
}
.timeline>li>.fa, .timeline>li>.glyphicon, .timeline>li>.ion {
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	color: #666;
	background: #d2d6de;
	border-radius: 50%;
	text-align: center;
	left: 18px;
	top: 0
}
.timeline>.time-label>span {
	font-weight: 600;
	padding: 5px;
	display: inline-block;
	background-color: #fff;
	border-radius: 4px
}
.timeline-inverse>li>.timeline-item {
	background: #f0f0f0;
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none
}
.timeline-inverse>li>.timeline-item>.timeline-header {
	border-bottom-color: #ddd
}
.btn {
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent
}
.btn.uppercase {
	text-transform: uppercase
}
.btn.btn-flat {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-width: 1px
}
.btn:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}
.btn:focus {
	outline: none
}
.btn.btn-file {
	position: relative;
	overflow: hidden
}
.btn.btn-file>input[type='file'] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	opacity: 0;
	filter: alpha(opacity=0);
	outline: none;
	background: white;
	cursor: inherit;
	display: block
}
.btn-default {
	background-color: #f4f4f4;
	color: #444;
	border-color: #ddd
}
.btn-default:hover, .btn-default:active, .btn-default.hover {
	background-color: #e7e7e7
}
.btn-primary {
	background-color: #ffffff;
	border-color: #cfdcde;
	color: #677083;
	height: 45px;
	line-height: 45px;
	padding: 0px 12px;
	margin-top: 10px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
	background-color: #ffffff;
	border-color: #cfdcde;
	color: #677083;
}
.btn-success {
	background-color: #00a65a;
	border-color: #008d4c
}
.btn-success:hover, .btn-success:active, .btn-success.hover {
	background-color: #008d4c
}
.btn-info {
	background-color: #00c0ef;
	border-color: #00acd6
}
.btn-info:hover, .btn-info:active, .btn-info.hover {
	background-color: #00acd6
}
.btn-danger {
	background-color: #dd4b39;
	border-color: #d73925
}
.btn-danger:hover, .btn-danger:active, .btn-danger.hover {
	background-color: #d73925
}
.btn-warning {
	background-color: #f39c12;
	border-color: #e08e0b
}
.btn-warning:hover, .btn-warning:active, .btn-warning.hover {
	background-color: #e08e0b
}
.btn-submit {
	background-color: #016db6;
	border-color: #005187;
	margin-top: 10px;
}
.btn-submit:hover, .btn-submit:active, .btn-submit.hover {
	background-color: #1989d3;
	color: #fff;
	border-color: #1b9bef;
}
.btn-cn {
	background-color: #05840e;
	color: #fff;
	border-color: #007408;
	margin-top: 10px;
}
.btn-cn:hover, .btn-cn:active, .btn-cn.hover {
	background-color: #006707;
	color: #fff;
	border-color: #005606;
}
.btn-dl {
	background-color: #c42b3e;
	color: #fff;
	border-color: #b10c21;
	margin-top: 10px;
}
.btn-dl:hover, .btn-dl:active, .btn-dl.hover {
	background-color: #b40218;
	color: #fff;
	border-color: #900012;
}
.btn-goback {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #ffffff;
}
.btn-goback:hover, .btn-goback:active, .btn-goback.hover {
	background-color: #c9302c;
	border-color: #ac2925;
	color: #ffffff;
}
.btn-rcc {
	background-color: #e5eaed;
	border-color: #d6dbde;
	color: #292828;
	margin-top: 10px;
}
.btn-rcc:hover, .btn-rcc:active, .btn-rcc.hover {
	background-color: #d2d7da;
	color: #595858;
	border-color: #bfc4c7;
}
.btn-back {
	background-color: #666666;
	border-color: #474747;
	color: #ffffff;
}
.btn-back:hover, .btn-back:active, .btn-back.hover {
	color: #ffffff;
}
.btn-outline {
	border: 1px solid #fff;
	background: transparent;
	color: #fff
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
	color: rgba(255,255,255,0.7);
	border-color: rgba(255,255,255,0.7)
}
.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn[class*='bg-']:hover {
	-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 100px rgba(0,0,0,0.2)
}
.btn-app {
	border-radius: 3px;
	position: relative;
	padding: 15px 5px;
	margin: 0 0 10px 10px;
	min-width: 80px;
	height: 60px;
	text-align: center;
	color: #666;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	font-size: 12px
}
.btn-app>.fa, .btn-app>.glyphicon, .btn-app>.ion {
	font-size: 20px;
	display: block
}
.btn-app:hover {
	background: #f4f4f4;
	color: #444;
	border-color: #aaa
}
.btn-app:active, .btn-app:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}
.btn-app>.badge {
	position: absolute;
	top: -3px;
	right: -10px;
	font-size: 10px;
	font-weight: 400
}
.callout {
	border-radius: 3px;
	margin: 0 0 20px 0;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid #eee
}
.callout a {
	color: #fff;
	text-decoration: underline
}
.callout a:hover {
	color: #eee
}
.callout h4 {
	margin-top: 0;
	font-weight: 600
}
.callout p:last-child {
	margin-bottom: 0
}
.callout code, .callout .highlight {
	background-color: #fff
}
.callout.callout-danger {
	border-color: #c23321
}
.callout.callout-warning {
	border-color: #c87f0a
}
.callout.callout-info {
	border-color: #0097bc
}
.callout.callout-success {
	border-color: #00733e
}
.alert {
	border-radius: 3px
}
.alert h4 {
	font-weight: 600
}
.alert .icon {
	margin-right: 10px
}
.alert .close {
	color: #000;
	opacity: .2;
	filter: alpha(opacity=20)
}
.alert .close:hover {
	opacity: .5;
	filter: alpha(opacity=50)
}
.alert a {
	color: #fff;
	text-decoration: underline
}
.alert-danger, .alert-error {
	border-color: #d73925
}
.alert-warning {
	border-color: #e08e0b
}
.alert-info {
	border-color: #00acd6
}
.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
	color: #3e3e3e;
	background-color: #b0ebff;
	border-color: #9ad5e9 #9ad5e9 rgba(0, 0, 0, 0);
}
.nav-pills>li>a {
	border-radius: 0;
	border-top: 3px solid transparent;
	color: #444
}
.nav-pills>li>a>.fa, .nav-pills>li>a>.glyphicon, .nav-pills>li>a>.ion {
	margin-right: 5px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	border-top-color: #3c8dbc
}
.nav-pills>li.active>a {
	font-weight: 600
}
.nav-stacked>li>a {
	border-radius: 0;
	border-top: 0;
	border-left: 3px solid transparent;
	color: #444
}
.nav-stacked>li.active>a, .nav-stacked>li.active>a:hover {
	background: transparent;
	color: #444;
	border-top: 0;
	border-left-color: #3c8dbc
}
.nav-stacked>li.header {
	border-bottom: 1px solid #ddd;
	color: #777;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-transform: uppercase
}
.nav-tabs-custom {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 3px
}
.nav-tabs-custom>.nav-tabs {
	margin: 0;
	border-bottom-color: #f4f4f4;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	font-size: 12px;
	
}
.nav-tabs-custom>.nav-tabs>li {
	border-top: 3px solid transparent;
	margin-bottom: -2px;
	margin-right: 1px
}
.nav-tabs-custom>.nav-tabs>li>a {
	color: #444;
	border-radius: 0;
	padding: 8px 10px;
}
.nav-tabs-custom>.nav-tabs>li>a.text-muted {
	color: #999
}
.nav-tabs-custom>.nav-tabs>li>a, .nav-tabs-custom>.nav-tabs>li>a:hover {
	background: transparent;
	margin: 0
}
.nav-tabs-custom>.nav-tabs>li>a:hover {
	color: #ffffff;
	background: #175295;
	border-top: 2px solid #b91433;
}
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:hover, .nav-tabs-custom>.nav-tabs>li:not(.active)>a:focus, .nav-tabs-custom>.nav-tabs>li:not(.active)>a:active {
	border-color: transparent
}
.nav-tabs-custom>.nav-tabs>li.active {
	border-top-color: #001332;
}
.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a {
	background: #175295;
	color: #ffffff;
}
.nav-tabs-custom>.nav-tabs>li.active>a {
	border-top-color: transparent;
	border-left-color: #f4f4f4;
	border-right-color: #f4f4f4;
	background: #175295;
	border-top: 2px solid #b91433 !important;
}
.nav-tabs-custom>.nav-tabs>li:first-of-type {
	margin-left: 0
}
.nav-tabs-custom>.nav-tabs>li:first-of-type.active>a {
	border-left-color: transparent
}
.nav-tabs-custom>.nav-tabs.pull-right {
	float: none !important
}
.nav-tabs-custom>.nav-tabs.pull-right>li {
	float: right
}
.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type {
	margin-right: 0
}
.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type>a {
	border-left-width: 1px
}
.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type.active>a {
	border-left-color: #f4f4f4;
	border-right-color: transparent
}
.nav-tabs-custom>.nav-tabs>li.header {
	line-height: 35px;
	padding: 0 10px;
	font-size: 20px;
	color: #444
}
.nav-tabs-custom>.nav-tabs>li.header>.fa, .nav-tabs-custom>.nav-tabs>li.header>.glyphicon, .nav-tabs-custom>.nav-tabs>li.header>.ion {
	margin-right: 5px
}
.nav-tabs-custom>.tab-content {
	background: #fff;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	width: 100%;
	padding: 30px !important;
}
.nav-tabs-custom .dropdown.open>a:active, .nav-tabs-custom .dropdown.open>a:focus {
	background: transparent;
	color: #999
}
.nav-tabs-custom.tab-primary>.nav-tabs>li.active {
	border-top-color: #3c8dbc
}
.nav-tabs-custom.tab-info>.nav-tabs>li.active {
	border-top-color: #00c0ef
}
.nav-tabs-custom.tab-danger>.nav-tabs>li.active {
	border-top-color: #dd4b39
}
.nav-tabs-custom.tab-warning>.nav-tabs>li.active {
	border-top-color: #f39c12
}
.nav-tabs-custom.tab-success>.nav-tabs>li.active {
	border-top-color: #00a65a
}
.nav-tabs-custom.tab-default>.nav-tabs>li.active {
	border-top-color: #d2d6de
}
.pagination>li>a {
	background: #fafafa;
	color: #666
}
.pagination.pagination-flat>li>a {
	border-radius: 0 !important
}
.products-list {
	list-style: none;
	margin: 0;
	padding: 0
}
.products-list>.item {
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	padding: 10px 0;
	background: #fff
}
.products-list>.item:before, .products-list>.item:after {
	content: " ";
	display: table
}
.products-list>.item:after {
	clear: both
}
.products-list .product-img {
	float: left
}
.products-list .product-img img {
	width: 50px;
	height: 50px
}
.products-list .product-info {
	margin-left: 60px
}
.products-list .product-title {
	font-weight: 600
}
.products-list .product-description {
	display: block;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.product-list-in-box>.item {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #f4f4f4
}
.product-list-in-box>.item:last-of-type {
	border-bottom-width: 0
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border-top: 1px solid #f4f4f4
}
.table > thead > tr > th {
	border: 1px solid #cccccc !important;
	background: #218dd6;
	font-weight: 500;
	color: #fff;
}
.table tr td .progress {
	margin-top: 5px
}
.table-bordered {
	border: 1px solid #cccccc;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #cccccc;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width: 2px
}
.table.no-border, .table.no-border td, .table.no-border th {
	border: 0
}
table.text-center, table.text-center td, table.text-center th {
	text-align: center;
}
.table.align th {
	text-align: left;
}
.table.align td {
	text-align: right
}
.label-default {
	background-color: #d2d6de;
	color: #444
}
.direct-chat .box-body {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	position: relative;
	overflow-x: hidden;
	padding: 0
}
.direct-chat.chat-pane-open .direct-chat-contacts {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.direct-chat-messages {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	padding: 10px;
	height: 250px;
	overflow: auto
}
.direct-chat-msg, .direct-chat-text {
	display: block
}
.direct-chat-msg {
	margin-bottom: 10px
}
.direct-chat-msg:before, .direct-chat-msg:after {
	content: " ";
	display: table
}
.direct-chat-msg:after {
	clear: both
}
.direct-chat-messages, .direct-chat-contacts {
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-o-transition: -o-transform .5s ease-in-out;
	transition: transform .5s ease-in-out
}
.direct-chat-text {
	border-radius: 5px;
	position: relative;
	padding: 5px 10px;
	background: #d2d6de;
	border: 1px solid #d2d6de;
	margin: 5px 0 0 50px;
	color: #444
}
.direct-chat-text:after, .direct-chat-text:before {
	position: absolute;
	right: 100%;
	top: 15px;
	border: solid transparent;
	border-right-color: #d2d6de;
	content: ' ';
	height: 0;
	width: 0;
	pointer-events: none
}
.direct-chat-text:after {
	border-width: 5px;
	margin-top: -5px
}
.direct-chat-text:before {
	border-width: 6px;
	margin-top: -6px
}
.right .direct-chat-text {
	margin-right: 50px;
	margin-left: 0
}
.right .direct-chat-text:after, .right .direct-chat-text:before {
	right: auto;
	left: 100%;
	border-right-color: transparent;
	border-left-color: #d2d6de
}
.direct-chat-img {
	border-radius: 50%;
	float: left;
	width: 40px;
	height: 40px
}
.right .direct-chat-img {
	float: right
}
.direct-chat-info {
	display: block;
	margin-bottom: 2px;
	font-size: 12px
}
.direct-chat-name {
	font-weight: 600
}
.direct-chat-timestamp {
	color: #999
}
.direct-chat-contacts-open .direct-chat-contacts {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.direct-chat-contacts {
	-webkit-transform: translate(101%, 0);
	-ms-transform: translate(101%, 0);
	-o-transform: translate(101%, 0);
	transform: translate(101%, 0);
	position: absolute;
	top: 0;
	bottom: 0;
	height: 250px;
	width: 100%;
	background: #222d32;
	color: #fff;
	overflow: auto
}
.contacts-list>li {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 10px;
	margin: 0
}
.contacts-list>li:before, .contacts-list>li:after {
	content: " ";
	display: table
}
.contacts-list>li:after {
	clear: both
}
.contacts-list>li:last-of-type {
	border-bottom: none
}
.contacts-list-img {
	border-radius: 50%;
	width: 40px;
	float: left
}
.contacts-list-info {
	margin-left: 45px;
	color: #fff
}
.contacts-list-name, .contacts-list-status {
	display: block
}
.contacts-list-name {
	font-weight: 600
}
.contacts-list-status {
	font-size: 12px
}
.contacts-list-date {
	color: #aaa;
	font-weight: normal
}
.contacts-list-msg {
	color: #999
}
.direct-chat-danger .right>.direct-chat-text {
	background: #dd4b39;
	border-color: #dd4b39;
	color: #fff
}
.direct-chat-danger .right>.direct-chat-text:after, .direct-chat-danger .right>.direct-chat-text:before {
	border-left-color: #dd4b39
}
.direct-chat-primary .right>.direct-chat-text {
	background: #3c8dbc;
	border-color: #3c8dbc;
	color: #fff
}
.direct-chat-primary .right>.direct-chat-text:after, .direct-chat-primary .right>.direct-chat-text:before {
	border-left-color: #3c8dbc
}
.direct-chat-warning .right>.direct-chat-text {
	background: #f39c12;
	border-color: #f39c12;
	color: #fff
}
.direct-chat-warning .right>.direct-chat-text:after, .direct-chat-warning .right>.direct-chat-text:before {
	border-left-color: #f39c12
}
.direct-chat-info .right>.direct-chat-text {
	background: #00c0ef;
	border-color: #00c0ef;
	color: #fff
}
.direct-chat-info .right>.direct-chat-text:after, .direct-chat-info .right>.direct-chat-text:before {
	border-left-color: #00c0ef
}
.direct-chat-success .right>.direct-chat-text {
	background: #00a65a;
	border-color: #00a65a;
	color: #fff
}
.direct-chat-success .right>.direct-chat-text:after, .direct-chat-success .right>.direct-chat-text:before {
	border-left-color: #00a65a
}
.users-list>li {
	width: 25%;
	float: left;
	padding: 10px;
	text-align: center
}
.users-list>li img {
	border-radius: 50%;
	max-width: 100%;
	height: auto
}
.users-list>li>a:hover, .users-list>li>a:hover .users-list-name {
	color: #999
}
.users-list-name, .users-list-date {
	display: block
}
.users-list-name {
	font-weight: 600;
	color: #444;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.users-list-date {
	color: #999;
	font-size: 12px
}
.carousel-control.left, .carousel-control.right {
	background-image: none
}
.carousel-control>.fa {
	font-size: 40px;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -20px
}
.modal {
	background: rgba(0,0,0,0.6)
}
.modal-content {
	border-radius: 0;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.125);
	box-shadow: 0 2px 3px rgba(0,0,0,0.125);
	border: 0
}
@media (min-width:768px) {
.modal-content {
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.125);
	box-shadow: 0 2px 3px rgba(0,0,0,0.125)
}
}
.modal-header {
	border-bottom-color: #f4f4f4
}
.modal-footer {
	border-top-color: #f4f4f4
}
.modal-primary .modal-header, .modal-primary .modal-footer {
	border-color: #307095
}
.modal-warning .modal-header, .modal-warning .modal-footer {
	border-color: #c87f0a
}
.modal-info .modal-header, .modal-info .modal-footer {
	border-color: #0097bc
}
.modal-success .modal-header, .modal-success .modal-footer {
	border-color: #00733e
}
.modal-danger .modal-header, .modal-danger .modal-footer {
	border-color: #c23321
}
.box-widget {
	border: none;
	position: relative
}
.widget-user .widget-user-header {
	padding: 20px;
	height: 120px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}
.widget-user .widget-user-username {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: 300;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2)
}
.widget-user .widget-user-desc {
	margin-top: 0
}
.widget-user .widget-user-image {
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: -45px
}
.widget-user .widget-user-image>img {
	width: 90px;
	height: auto;
	border: 3px solid #fff
}
.widget-user .box-footer {
	padding-top: 30px
}
.widget-user-2 .widget-user-header {
	padding: 20px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}
.widget-user-2 .widget-user-username {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: 300
}
.widget-user-2 .widget-user-desc {
	margin-top: 0
}
.widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
	margin-left: 75px
}
.widget-user-2 .widget-user-image>img {
	width: 65px;
	height: auto;
	float: left
}
.mailbox-messages>.table {
	margin: 0
}
.mailbox-controls {
	padding: 5px
}
.mailbox-controls.with-border {
	border-bottom: 1px solid #f4f4f4
}
.mailbox-read-info {
	border-bottom: 1px solid #f4f4f4;
	padding: 10px
}
.mailbox-read-info h3 {
	font-size: 20px;
	margin: 0
}
.mailbox-read-info h5 {
	margin: 0;
	padding: 5px 0 0 0
}
.mailbox-read-time {
	color: #999;
	font-size: 13px
}
.mailbox-read-message {
	padding: 10px
}
.mailbox-attachments li {
	float: left;
	width: 200px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	margin-right: 10px
}
.mailbox-attachment-name {
	font-weight: bold;
	color: #666
}
.mailbox-attachment-icon, .mailbox-attachment-info, .mailbox-attachment-size {
	display: block
}
.mailbox-attachment-info {
	padding: 10px;
	background: #f4f4f4
}
.mailbox-attachment-size {
	color: #999;
	font-size: 12px
}
.mailbox-attachment-icon {
	text-align: center;
	font-size: 65px;
	color: #666;
	padding: 20px 10px
}
.mailbox-attachment-icon.has-img {
	padding: 0
}
.mailbox-attachment-icon.has-img>img {
	max-width: 100%;
	height: auto
}
.lockscreen {
	background: #d2d6de
}
.lockscreen-logo {
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 300
}
.lockscreen-logo a {
	color: #444
}
.lockscreen-wrapper {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 10%
}
.lockscreen .lockscreen-name {
	text-align: center;
	font-weight: 600;
}
.lockscreen-item {
	border-radius: 4px;
	padding: 0;
	background: #fff;
	position: relative;
	margin: 10px auto 30px auto;
	width: 290px
}
.lockscreen-image {
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: -25px;
	background: #fff;
	padding: 5px;
	z-index: 10
}
.lockscreen-image>img {
	border-radius: 50%;
	width: 70px;
	height: 70px
}
.lockscreen-credentials {
	margin-left: 70px
}
.lockscreen-credentials .form-control {
	border: 0
}
.lockscreen-credentials .btn {
	background-color: #fff;
	border: 0;
	padding: 0 10px
}
.lockscreen-footer {
	margin-top: 10px
}
.login-logo, .register-logo {
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 300
}
.login-logo a, .register-logo a {
	color: #444
}
.login-page, .register-page {
	background: #d2d6de
}
.login-box, .register-box {
	width: 360px;
	margin: 7% auto
}
.login-box-body, .register-box-body {
	background: #fff;
	padding: 20px;
	border-top: 0;
	color: #666
}
.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
	color: #777
}
.login-box-msg, .register-box-msg {
	margin: 0;
	text-align: center;
	padding: 0 20px 20px 20px
}
.social-auth-links {
	margin: 10px 0
}
.error-page {
	width: 600px;
	margin: 20px auto 0 auto
}
@media (max-width:991px) {
.error-page {
	width: 100%
}
}
.error-page>.headline {
	float: left;
	font-size: 100px;
	font-weight: 300
}
@media (max-width:991px) {
.error-page>.headline {
	float: none;
	text-align: center
}
}
.error-page>.error-content {
	margin-left: 190px;
	display: block
}
@media (max-width:991px) {
.error-page>.error-content {
	margin-left: 0
}
}
.error-page>.error-content>h3 {
	font-weight: 300;
	font-size: 25px
}
@media (max-width:991px) {
.error-page>.error-content>h3 {
	text-align: center
}
}
.invoice {
	position: relative;
	background: #fff;
	border: 1px solid #f4f4f4;
	padding: 20px;
	margin: 10px 25px
}
.invoice-title {
	margin-top: 0
}
.profile-user-img {
	margin: 0 auto;
	width: 100px;
	padding: 3px;
	border: 3px solid #d2d6de
}
.profile-username {
	font-size: 21px;
	margin-top: 5px
}
.post {
	border-bottom: 1px solid #d2d6de;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #666
}
.post:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0
}
.post .user-block {
	margin-bottom: 15px
}
.btn-social {
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.btn-social>:first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	line-height: 34px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.2)
}
.btn-social.btn-lg {
	padding-left: 61px
}
.btn-social.btn-lg>:first-child {
	line-height: 45px;
	width: 45px;
	font-size: 1.8em
}
.btn-social.btn-sm {
	padding-left: 38px
}
.btn-social.btn-sm>:first-child {
	line-height: 28px;
	width: 28px;
	font-size: 1.4em
}
.btn-social.btn-xs {
	padding-left: 30px
}
.btn-social.btn-xs>:first-child {
	line-height: 20px;
	width: 20px;
	font-size: 1.2em
}
.btn-social-icon {
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 34px;
	width: 34px;
	padding: 0
}
.btn-social-icon>:first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	line-height: 34px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.2)
}
.btn-social-icon.btn-lg {
	padding-left: 61px
}
.btn-social-icon.btn-lg>:first-child {
	line-height: 45px;
	width: 45px;
	font-size: 1.8em
}
.btn-social-icon.btn-sm {
	padding-left: 38px
}
.btn-social-icon.btn-sm>:first-child {
	line-height: 28px;
	width: 28px;
	font-size: 1.4em
}
.btn-social-icon.btn-xs {
	padding-left: 30px
}
.btn-social-icon.btn-xs>:first-child {
	line-height: 20px;
	width: 20px;
	font-size: 1.2em
}
.btn-social-icon>:first-child {
	border: none;
	text-align: center;
	width: 100%
}
.btn-social-icon.btn-lg {
	height: 45px;
	width: 45px;
	padding-left: 0;
	padding-right: 0
}
.btn-social-icon.btn-sm {
	height: 30px;
	width: 30px;
	padding-left: 0;
	padding-right: 0
}
.btn-social-icon.btn-xs {
	height: 22px;
	width: 22px;
	padding-left: 0;
	padding-right: 0
}
.btn-adn {
	color: #fff;
	background-color: #d87a68;
	border-color: rgba(0,0,0,0.2)
}
.btn-adn:focus, .btn-adn.focus {
	color: #fff;
	background-color: #ce563f;
	border-color: rgba(0,0,0,0.2)
}
.btn-adn:hover {
	color: #fff;
	background-color: #ce563f;
	border-color: rgba(0,0,0,0.2)
}
.btn-adn:active, .btn-adn.active, .open>.dropdown-toggle.btn-adn {
	color: #fff;
	background-color: #ce563f;
	border-color: rgba(0,0,0,0.2)
}
.btn-adn:active, .btn-adn.active, .open>.dropdown-toggle.btn-adn {
	background-image: none
}
.btn-adn .badge {
	color: #d87a68;
	background-color: #fff
}
.btn-bitbucket {
	color: #fff;
	background-color: #205081;
	border-color: rgba(0,0,0,0.2)
}
.btn-bitbucket:focus, .btn-bitbucket.focus {
	color: #fff;
	background-color: #163758;
	border-color: rgba(0,0,0,0.2)
}
.btn-bitbucket:hover {
	color: #fff;
	background-color: #163758;
	border-color: rgba(0,0,0,0.2)
}
.btn-bitbucket:active, .btn-bitbucket.active, .open>.dropdown-toggle.btn-bitbucket {
	color: #fff;
	background-color: #163758;
	border-color: rgba(0,0,0,0.2)
}
.btn-bitbucket:active, .btn-bitbucket.active, .open>.dropdown-toggle.btn-bitbucket {
	background-image: none
}
.btn-bitbucket .badge {
	color: #205081;
	background-color: #fff
}
.btn-dropbox {
	color: #fff;
	background-color: #1087dd;
	border-color: rgba(0,0,0,0.2)
}
.btn-dropbox:focus, .btn-dropbox.focus {
	color: #fff;
	background-color: #0d6aad;
	border-color: rgba(0,0,0,0.2)
}
.btn-dropbox:hover {
	color: #fff;
	background-color: #0d6aad;
	border-color: rgba(0,0,0,0.2)
}
.btn-dropbox:active, .btn-dropbox.active, .open>.dropdown-toggle.btn-dropbox {
	color: #fff;
	background-color: #0d6aad;
	border-color: rgba(0,0,0,0.2)
}
.btn-dropbox:active, .btn-dropbox.active, .open>.dropdown-toggle.btn-dropbox {
	background-image: none
}
.btn-dropbox .badge {
	color: #1087dd;
	background-color: #fff
}
.btn-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: rgba(0,0,0,0.2)
}
.btn-facebook:focus, .btn-facebook.focus {
	color: #fff;
	background-color: #2d4373;
	border-color: rgba(0,0,0,0.2)
}
.btn-facebook:hover {
	color: #fff;
	background-color: #2d4373;
	border-color: rgba(0,0,0,0.2)
}
.btn-facebook:active, .btn-facebook.active, .open>.dropdown-toggle.btn-facebook {
	color: #fff;
	background-color: #2d4373;
	border-color: rgba(0,0,0,0.2)
}
.btn-facebook:active, .btn-facebook.active, .open>.dropdown-toggle.btn-facebook {
	background-image: none
}
.btn-facebook .badge {
	color: #3b5998;
	background-color: #fff
}
.btn-flickr {
	color: #fff;
	background-color: #ff0084;
	border-color: rgba(0,0,0,0.2)
}
.btn-flickr:focus, .btn-flickr.focus {
	color: #fff;
	background-color: #cc006a;
	border-color: rgba(0,0,0,0.2)
}
.btn-flickr:hover {
	color: #fff;
	background-color: #cc006a;
	border-color: rgba(0,0,0,0.2)
}
.btn-flickr:active, .btn-flickr.active, .open>.dropdown-toggle.btn-flickr {
	color: #fff;
	background-color: #cc006a;
	border-color: rgba(0,0,0,0.2)
}
.btn-flickr:active, .btn-flickr.active, .open>.dropdown-toggle.btn-flickr {
	background-image: none
}
.btn-flickr .badge {
	color: #ff0084;
	background-color: #fff
}
.btn-foursquare {
	color: #fff;
	background-color: #f94877;
	border-color: rgba(0,0,0,0.2)
}
.btn-foursquare:focus, .btn-foursquare.focus {
	color: #fff;
	background-color: #f71752;
	border-color: rgba(0,0,0,0.2)
}
.btn-foursquare:hover {
	color: #fff;
	background-color: #f71752;
	border-color: rgba(0,0,0,0.2)
}
.btn-foursquare:active, .btn-foursquare.active, .open>.dropdown-toggle.btn-foursquare {
	color: #fff;
	background-color: #f71752;
	border-color: rgba(0,0,0,0.2)
}
.btn-foursquare:active, .btn-foursquare.active, .open>.dropdown-toggle.btn-foursquare {
	background-image: none
}
.btn-foursquare .badge {
	color: #f94877;
	background-color: #fff
}
.btn-github {
	color: #fff;
	background-color: #444;
	border-color: rgba(0,0,0,0.2)
}
.btn-github:focus, .btn-github.focus {
	color: #fff;
	background-color: #2b2b2b;
	border-color: rgba(0,0,0,0.2)
}
.btn-github:hover {
	color: #fff;
	background-color: #2b2b2b;
	border-color: rgba(0,0,0,0.2)
}
.btn-github:active, .btn-github.active, .open>.dropdown-toggle.btn-github {
	color: #fff;
	background-color: #2b2b2b;
	border-color: rgba(0,0,0,0.2)
}
.btn-github:active, .btn-github.active, .open>.dropdown-toggle.btn-github {
	background-image: none
}
.btn-github .badge {
	color: #444;
	background-color: #fff
}
.btn-google {
	color: #fff;
	background-color: #dd4b39;
	border-color: rgba(0,0,0,0.2)
}
.btn-google:focus, .btn-google.focus {
	color: #fff;
	background-color: #c23321;
	border-color: rgba(0,0,0,0.2)
}
.btn-google:hover {
	color: #fff;
	background-color: #c23321;
	border-color: rgba(0,0,0,0.2)
}
.btn-google:active, .btn-google.active, .open>.dropdown-toggle.btn-google {
	color: #fff;
	background-color: #c23321;
	border-color: rgba(0,0,0,0.2)
}
.btn-google:active, .btn-google.active, .open>.dropdown-toggle.btn-google {
	background-image: none
}
.btn-google .badge {
	color: #dd4b39;
	background-color: #fff
}
.btn-instagram {
	color: #fff;
	background-color: #3f729b;
	border-color: rgba(0,0,0,0.2)
}
.btn-instagram:focus, .btn-instagram.focus {
	color: #fff;
	background-color: #305777;
	border-color: rgba(0,0,0,0.2)
}
.btn-instagram:hover {
	color: #fff;
	background-color: #305777;
	border-color: rgba(0,0,0,0.2)
}
.btn-instagram:active, .btn-instagram.active, .open>.dropdown-toggle.btn-instagram {
	color: #fff;
	background-color: #305777;
	border-color: rgba(0,0,0,0.2)
}
.btn-instagram:active, .btn-instagram.active, .open>.dropdown-toggle.btn-instagram {
	background-image: none
}
.btn-instagram .badge {
	color: #3f729b;
	background-color: #fff
}
.btn-linkedin {
	color: #fff;
	background-color: #007bb6;
	border-color: rgba(0,0,0,0.2)
}
.btn-linkedin:focus, .btn-linkedin.focus {
	color: #fff;
	background-color: #005983;
	border-color: rgba(0,0,0,0.2)
}
.btn-linkedin:hover {
	color: #fff;
	background-color: #005983;
	border-color: rgba(0,0,0,0.2)
}
.btn-linkedin:active, .btn-linkedin.active, .open>.dropdown-toggle.btn-linkedin {
	color: #fff;
	background-color: #005983;
	border-color: rgba(0,0,0,0.2)
}
.btn-linkedin:active, .btn-linkedin.active, .open>.dropdown-toggle.btn-linkedin {
	background-image: none
}
.btn-linkedin .badge {
	color: #007bb6;
	background-color: #fff
}
.btn-microsoft {
	color: #fff;
	background-color: #2672ec;
	border-color: rgba(0,0,0,0.2)
}
.btn-microsoft:focus, .btn-microsoft.focus {
	color: #fff;
	background-color: #125acd;
	border-color: rgba(0,0,0,0.2)
}
.btn-microsoft:hover {
	color: #fff;
	background-color: #125acd;
	border-color: rgba(0,0,0,0.2)
}
.btn-microsoft:active, .btn-microsoft.active, .open>.dropdown-toggle.btn-microsoft {
	color: #fff;
	background-color: #125acd;
	border-color: rgba(0,0,0,0.2)
}
.btn-microsoft:active, .btn-microsoft.active, .open>.dropdown-toggle.btn-microsoft {
	background-image: none
}
.btn-microsoft .badge {
	color: #2672ec;
	background-color: #fff
}
.btn-openid {
	color: #fff;
	background-color: #f7931e;
	border-color: rgba(0,0,0,0.2)
}
.btn-openid:focus, .btn-openid.focus {
	color: #fff;
	background-color: #da7908;
	border-color: rgba(0,0,0,0.2)
}
.btn-openid:hover {
	color: #fff;
	background-color: #da7908;
	border-color: rgba(0,0,0,0.2)
}
.btn-openid:active, .btn-openid.active, .open>.dropdown-toggle.btn-openid {
	color: #fff;
	background-color: #da7908;
	border-color: rgba(0,0,0,0.2)
}
.btn-openid:active, .btn-openid.active, .open>.dropdown-toggle.btn-openid {
	background-image: none
}
.btn-openid .badge {
	color: #f7931e;
	background-color: #fff
}
.btn-pinterest {
	color: #fff;
	background-color: #cb2027;
	border-color: rgba(0,0,0,0.2)
}
.btn-pinterest:focus, .btn-pinterest.focus {
	color: #fff;
	background-color: #9f191f;
	border-color: rgba(0,0,0,0.2)
}
.btn-pinterest:hover {
	color: #fff;
	background-color: #9f191f;
	border-color: rgba(0,0,0,0.2)
}
.btn-pinterest:active, .btn-pinterest.active, .open>.dropdown-toggle.btn-pinterest {
	color: #fff;
	background-color: #9f191f;
	border-color: rgba(0,0,0,0.2)
}
.btn-pinterest:active, .btn-pinterest.active, .open>.dropdown-toggle.btn-pinterest {
	background-image: none
}
.btn-pinterest .badge {
	color: #cb2027;
	background-color: #fff
}
.btn-reddit {
	color: #000;
	background-color: #eff7ff;
	border-color: rgba(0,0,0,0.2)
}
.btn-reddit:focus, .btn-reddit.focus {
	color: #000;
	background-color: #bcddff;
	border-color: rgba(0,0,0,0.2)
}
.btn-reddit:hover {
	color: #000;
	background-color: #bcddff;
	border-color: rgba(0,0,0,0.2)
}
.btn-reddit:active, .btn-reddit.active, .open>.dropdown-toggle.btn-reddit {
	color: #000;
	background-color: #bcddff;
	border-color: rgba(0,0,0,0.2)
}
.btn-reddit:active, .btn-reddit.active, .open>.dropdown-toggle.btn-reddit {
	background-image: none
}
.btn-reddit .badge {
	color: #eff7ff;
	background-color: #000
}
.btn-soundcloud {
	color: #fff;
	background-color: #f50;
	border-color: rgba(0,0,0,0.2)
}
.btn-soundcloud:focus, .btn-soundcloud.focus {
	color: #fff;
	background-color: #c40;
	border-color: rgba(0,0,0,0.2)
}
.btn-soundcloud:hover {
	color: #fff;
	background-color: #c40;
	border-color: rgba(0,0,0,0.2)
}
.btn-soundcloud:active, .btn-soundcloud.active, .open>.dropdown-toggle.btn-soundcloud {
	color: #fff;
	background-color: #c40;
	border-color: rgba(0,0,0,0.2)
}
.btn-soundcloud:active, .btn-soundcloud.active, .open>.dropdown-toggle.btn-soundcloud {
	background-image: none
}
.btn-soundcloud .badge {
	color: #f50;
	background-color: #fff
}
.btn-tumblr {
	color: #fff;
	background-color: #2c4762;
	border-color: rgba(0,0,0,0.2)
}
.btn-tumblr:focus, .btn-tumblr.focus {
	color: #fff;
	background-color: #1c2d3f;
	border-color: rgba(0,0,0,0.2)
}
.btn-tumblr:hover {
	color: #fff;
	background-color: #1c2d3f;
	border-color: rgba(0,0,0,0.2)
}
.btn-tumblr:active, .btn-tumblr.active, .open>.dropdown-toggle.btn-tumblr {
	color: #fff;
	background-color: #1c2d3f;
	border-color: rgba(0,0,0,0.2)
}
.btn-tumblr:active, .btn-tumblr.active, .open>.dropdown-toggle.btn-tumblr {
	background-image: none
}
.btn-tumblr .badge {
	color: #2c4762;
	background-color: #fff
}
.btn-twitter {
	color: #fff;
	background-color: #55acee;
	border-color: rgba(0,0,0,0.2)
}
.btn-twitter:focus, .btn-twitter.focus {
	color: #fff;
	background-color: #2795e9;
	border-color: rgba(0,0,0,0.2)
}
.btn-twitter:hover {
	color: #fff;
	background-color: #2795e9;
	border-color: rgba(0,0,0,0.2)
}
.btn-twitter:active, .btn-twitter.active, .open>.dropdown-toggle.btn-twitter {
	color: #fff;
	background-color: #2795e9;
	border-color: rgba(0,0,0,0.2)
}
.btn-twitter:active, .btn-twitter.active, .open>.dropdown-toggle.btn-twitter {
	background-image: none
}
.btn-twitter .badge {
	color: #55acee;
	background-color: #fff
}
.btn-vimeo {
	color: #fff;
	background-color: #1ab7ea;
	border-color: rgba(0,0,0,0.2)
}
.btn-vimeo:focus, .btn-vimeo.focus {
	color: #fff;
	background-color: #1295bf;
	border-color: rgba(0,0,0,0.2)
}
.btn-vimeo:hover {
	color: #fff;
	background-color: #1295bf;
	border-color: rgba(0,0,0,0.2)
}
.btn-vimeo:active, .btn-vimeo.active, .open>.dropdown-toggle.btn-vimeo {
	color: #fff;
	background-color: #1295bf;
	border-color: rgba(0,0,0,0.2)
}
.btn-vimeo:active, .btn-vimeo.active, .open>.dropdown-toggle.btn-vimeo {
	background-image: none
}
.btn-vimeo .badge {
	color: #1ab7ea;
	background-color: #fff
}
.btn-vk {
	color: #fff;
	background-color: #587ea3;
	border-color: rgba(0,0,0,0.2)
}
.btn-vk:focus, .btn-vk.focus {
	color: #fff;
	background-color: #466482;
	border-color: rgba(0,0,0,0.2)
}
.btn-vk:hover {
	color: #fff;
	background-color: #466482;
	border-color: rgba(0,0,0,0.2)
}
.btn-vk:active, .btn-vk.active, .open>.dropdown-toggle.btn-vk {
	color: #fff;
	background-color: #466482;
	border-color: rgba(0,0,0,0.2)
}
.btn-vk:active, .btn-vk.active, .open>.dropdown-toggle.btn-vk {
	background-image: none
}
.btn-vk .badge {
	color: #587ea3;
	background-color: #fff
}
.btn-yahoo {
	color: #fff;
	background-color: #720e9e;
	border-color: rgba(0,0,0,0.2)
}
.btn-yahoo:focus, .btn-yahoo.focus {
	color: #fff;
	background-color: #500a6f;
	border-color: rgba(0,0,0,0.2)
}
.btn-yahoo:hover {
	color: #fff;
	background-color: #500a6f;
	border-color: rgba(0,0,0,0.2)
}
.btn-yahoo:active, .btn-yahoo.active, .open>.dropdown-toggle.btn-yahoo {
	color: #fff;
	background-color: #500a6f;
	border-color: rgba(0,0,0,0.2)
}
.btn-yahoo:active, .btn-yahoo.active, .open>.dropdown-toggle.btn-yahoo {
	background-image: none
}
.btn-yahoo .badge {
	color: #720e9e;
	background-color: #fff
}
.fc-button {
	background: #f4f4f4;
	background-image: none;
	color: #444;
	border-color: #ddd;
	border-bottom-color: #ddd
}
.fc-button:hover, .fc-button:active, .fc-button.hover {
	background-color: #e9e9e9
}
.fc-header-title h2 {
	font-size: 15px;
	line-height: 1.6em;
	color: #666;
	margin-left: 10px
}
.fc-header-right {
	padding-right: 10px
}
.fc-header-left {
	padding-left: 10px
}
.fc-widget-header {
	background: #fafafa
}
.fc-grid {
	width: 100%;
	border: 0
}
.fc-widget-header:first-of-type, .fc-widget-content:first-of-type {
	border-left: 0;
	border-right: 0
}
.fc-widget-header:last-of-type, .fc-widget-content:last-of-type {
	border-right: 0
}
.fc-toolbar {
	padding: 10px;
	margin: 0
}
.fc-day-number {
	font-size: 20px;
	font-weight: 300;
	padding-right: 10px
}
.fc-color-picker {
	list-style: none;
	margin: 0;
	padding: 0
}
.fc-color-picker>li {
	float: left;
	font-size: 30px;
	margin-right: 5px;
	line-height: 30px
}
.fc-color-picker>li .fa {
	-webkit-transition: -webkit-transform linear .3s;
	-moz-transition: -moz-transform linear .3s;
	-o-transition: -o-transform linear .3s;
	transition: transform linear .3s
}
.fc-color-picker>li .fa:hover {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg)
}
#add-new-event {
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s
}
.external-event {
	padding: 5px 10px;
	font-weight: bold;
	margin-bottom: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 3px;
	cursor: move
}
.external-event:hover {
	box-shadow: inset 0 0 90px rgba(0,0,0,0.2)
}
.select2-container--default.select2-container--focus, .select2-selection.select2-container--focus, .select2-container--default:focus, .select2-selection:focus, .select2-container--default:active, .select2-selection:active {
	outline: none
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
	border: 1px solid #d2d6de;
	border-radius: 0;
	padding: 6px 12px;
	height: 34px
}
.select2-container--default.select2-container--open {
	border-color: #3c8dbc
}
.select2-dropdown {
	border: 1px solid #d2d6de;
	border-radius: 0
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #3c8dbc;
	color: white
}
.select2-results__option {
	padding: 6px 12px;
	user-select: none;
	-webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 0;
	height: auto;
	margin-top: -4px
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 6px;
	padding-left: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 28px;
	right: 3px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 0
}
.select2-dropdown .select2-search__field, .select2-search--inline .select2-search__field {
	border: 1px solid #d2d6de
}
.select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus {
	outline: none;
	border: 1px solid #3c8dbc
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover {
	color: #444
}
.select2-container--default .select2-selection--multiple {
	border: 1px solid #d2d6de;
	border-radius: 0
}
.select2-container--default .select2-selection--multiple:focus {
	border-color: #3c8dbc
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #d2d6de
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #3c8dbc;
	border-color: #367fa9;
	padding: 1px 10px;
	color: #fff
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	margin-right: 5px;
	color: rgba(255,255,255,0.7)
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #fff
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 10px
}
.pad {
	padding: 10px
}
.margin {
	margin: 10px
}
.margin-bottom {
	margin-bottom: 20px
}
.margin-bottom-none {
	margin-bottom: 0
}
.margin-r-5 {
	margin-right: 5px
}
.inline {
	display: inline
}
.description-block {
	display: block;
	margin: 10px 0;
	text-align: center
}
.description-block.margin-bottom {
	margin-bottom: 25px
}
.description-block>.description-header {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 16px
}
.description-block>.description-text {
	text-transform: uppercase
}
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
	color: #fff !important
}
.bg-gray {
	color: #000;
	background-color: #d2d6de !important
}
.bg-gray-light {
	background-color: #f7f7f7
}
.bg-black {
	background-color: #111 !important
}
.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
	background-color: #dd4b39 !important
}
.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
	background-color: #f39c12 !important
}
.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
	background-color: #218DD6 !important
}
.bg-blue {
	background-color: #0073b7 !important
}
.bg-light-blue, .label-primary, .modal-primary .modal-body {
	background-color: #337ab7 !important
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
 	background-color: #00883C !important;
}
.alert-success {
	border-color: #038338;
}
.bg-navy {
	background-color: #001f3f !important
}
.bg-teal {
	background-color: #39cccc !important
}
.bg-olive {
	background-color: #3d9970 !important
}
.bg-lime {
	background-color: #01ff70 !important
}
.bg-orange {
	background-color: #ff851b !important
}
.bg-fuchsia {
	background-color: #f012be !important
}
.bg-purple {
	background-color: #605ca8 !important
}
.bg-maroon {
	background-color: #d81b60 !important
}
.bg-gray-active {
	color: #000;
	background-color: #b5bbc8 !important
}
.bg-black-active {
	background-color: #000 !important
}
.bg-red-active, .modal-danger .modal-header, .modal-danger .modal-footer {
	background-color: #d33724 !important
}
.bg-yellow-active, .modal-warning .modal-header, .modal-warning .modal-footer {
	background-color: #db8b0b !important
}
.bg-aqua-active, .modal-info .modal-header, .modal-info .modal-footer {
	background-color: #00a7d0 !important
}
.bg-blue-active {
	background-color: #005384 !important
}
.bg-light-blue-active, .modal-primary .modal-header, .modal-primary .modal-footer {
	background-color: #357ca5 !important
}
.bg-green-active, .modal-success .modal-header, .modal-success .modal-footer {
	background-color: #008d4c !important
}
.bg-navy-active {
	background-color: #001a35 !important
}
.bg-teal-active {
	background-color: #30bbbb !important
}
.bg-olive-active {
	background-color: #368763 !important
}
.bg-lime-active {
	background-color: #00e765 !important
}
.bg-orange-active {
	background-color: #ff7701 !important
}
.bg-fuchsia-active {
	background-color: #db0ead !important
}
.bg-purple-active {
	background-color: #555299 !important
}
.bg-maroon-active {
	background-color: #ca195a !important
}
[class^="bg-"].disabled {
	opacity: .65;
	filter: alpha(opacity=65)
}
.text-red {
	color: #dd4b39 !important
}
.text-yellow {
	color: #f39c12 !important
}
.text-aqua {
	color: #00c0ef !important
}
.text-blue {
	color: #0073b7 !important
}
.text-black {
	color: #111 !important
}
.text-light-blue {
	color: #3c8dbc !important
}
.text-green {
	color: #00a65a !important
}
.text-gray {
	color: #d2d6de !important
}
.text-navy {
	color: #001f3f !important
}
.text-teal {
	color: #39cccc !important
}
.text-olive {
	color: #3d9970 !important
}
.text-lime {
	color: #01ff70 !important
}
.text-orange {
	color: #ff851b !important
}
.text-fuchsia {
	color: #f012be !important
}
.text-purple {
	color: #605ca8 !important
}
.text-maroon {
	color: #d81b60 !important
}
.link-muted {
	color: #7a869d
}
.link-muted:hover, .link-muted:focus {
	color: #606c84
}
.link-black {
	color: #666
}
.link-black:hover, .link-black:focus {
	color: #999
}
.hide {
	display: none !important
}
.no-border {
	border: 0 !important
}
.no-padding {
	padding: 0 !important
}
.no-margin {
	margin: 0 !important
}
.no-shadow {
	box-shadow: none !important
}
.list-unstyled, .chart-legend, .contacts-list, .users-list, .mailbox-attachments {
	list-style: none;
	margin: 0;
	padding: 0
}
.list-group-unbordered>.list-group-item {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0
}
.flat {
	border-radius: 0 !important
}
.text-bold, .text-bold.table td, .text-bold.table th {
	font-weight: 700
}
.text-sm {
	font-size: 12px
}
.jqstooltip {
	padding: 5px !important;
	width: auto !important;
	height: auto !important
}
.bg-teal-gradient {
	background: #39cccc !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
	background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
	background: -moz-linear-gradient(center bottom, #39cccc 0, #7adddd 100%) !important;
	background: -o-linear-gradient(#7adddd, #39cccc) !important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
	color: #fff
}
.bg-light-blue-gradient {
	background: #3c8dbc !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
	background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
	background: -moz-linear-gradient(center bottom, #3c8dbc 0, #67a8ce 100%) !important;
	background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
	color: #fff
}
.bg-blue-gradient {
	background: #0073b7 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
	background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
	background: -moz-linear-gradient(center bottom, #0073b7 0, #0089db 100%) !important;
	background: -o-linear-gradient(#0089db, #0073b7) !important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
	color: #fff
}
.bg-aqua-gradient {
	background: #00c0ef !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
	background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
	background: -moz-linear-gradient(center bottom, #00c0ef 0, #14d1ff 100%) !important;
	background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
	color: #fff
}
.bg-yellow-gradient {
	background: #f39c12 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
	background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
	background: -moz-linear-gradient(center bottom, #f39c12 0, #f7bc60 100%) !important;
	background: -o-linear-gradient(#f7bc60, #f39c12) !important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
	color: #fff
}
.bg-purple-gradient {
	background: #605ca8 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
	background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
	background: -moz-linear-gradient(center bottom, #605ca8 0, #9491c4 100%) !important;
	background: -o-linear-gradient(#9491c4, #605ca8) !important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
	color: #fff
}
.bg-green-gradient {
	background: #00a65a !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
	background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
	background: -moz-linear-gradient(center bottom, #00a65a 0, #00ca6d 100%) !important;
	background: -o-linear-gradient(#00ca6d, #00a65a) !important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
	color: #fff
}
.bg-red-gradient {
	background: #dd4b39 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
	background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
	background: -moz-linear-gradient(center bottom, #dd4b39 0, #e47365 100%) !important;
	background: -o-linear-gradient(#e47365, #dd4b39) !important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
	color: #fff
}
.bg-black-gradient {
	background: #111 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;
	background: -ms-linear-gradient(bottom, #111, #2b2b2b) !important;
	background: -moz-linear-gradient(center bottom, #111 0, #2b2b2b 100%) !important;
	background: -o-linear-gradient(#2b2b2b, #111) !important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
	color: #fff
}
.bg-maroon-gradient {
	background: #d81b60 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
	background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
	background: -moz-linear-gradient(center bottom, #d81b60 0, #e73f7c 100%) !important;
	background: -o-linear-gradient(#e73f7c, #d81b60) !important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
	color: #fff
}
.description-block .description-icon {
	font-size: 16px
}
.no-pad-top {
	padding-top: 0
}
.position-static {
	position: static !important
}
.list-header {
	font-size: 15px;
	padding: 10px 4px;
	font-weight: bold;
	color: #666
}
.list-seperator {
	height: 1px;
	background: #f4f4f4;
	margin: 15px 0 9px 0
}
.list-link>a {
	padding: 4px;
	color: #777
}
.list-link>a:hover {
	color: #222
}
.font-light {
	font-weight: 300
}
.user-block:before, .user-block:after {
	content: " ";
	display: table
}
.user-block:after {
	clear: both
}
.user-block img {
	width: 40px;
	height: 40px;
	float: left
}
.user-block .username, .user-block .description, .user-block .comment {
	display: block;
	margin-left: 50px
}
.user-block .username {
	font-size: 16px;
	font-weight: 600
}
.user-block .description {
	color: #999;
	font-size: 13px
}
.user-block.user-block-sm .username, .user-block.user-block-sm .description, .user-block.user-block-sm .comment {
	margin-left: 40px
}
.user-block.user-block-sm .username {
	font-size: 14px
}
.img-sm, .img-md, .img-lg, .box-comments .box-comment img, .user-block.user-block-sm img {
	float: left
}
.img-sm, .box-comments .box-comment img, .user-block.user-block-sm img {
	width: 30px !important;
	height: 30px !important
}
.img-sm+.img-push {
	margin-left: 40px
}
.img-md {
	width: 60px;
	height: 60px
}
.img-md+.img-push {
	margin-left: 70px
}
.img-lg {
	width: 100px;
	height: 100px
}
.img-lg+.img-push {
	margin-left: 110px
}
.img-bordered {
	border: 3px solid #d2d6de;
	padding: 3px
}
.img-bordered-sm {
	border: 2px solid #d2d6de;
	padding: 2px
}
.attachment-block {
	border: 1px solid #f4f4f4;
	padding: 5px;
	margin-bottom: 10px;
	background: #f7f7f7
}
.attachment-block .attachment-img {
	max-width: 100px;
	max-height: 100px;
	height: auto;
	float: left
}
.attachment-block .attachment-pushed {
	margin-left: 110px
}
.attachment-block .attachment-heading {
	margin: 0
}
.attachment-block .attachment-text {
	color: #555
}
.connectedSortable {
	min-height: 100px
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.sort-highlight {
	background: #f4f4f4;
	border: 1px dashed #ddd;
	margin-bottom: 10px
}
.full-opacity-hover {
	opacity: .65;
	filter: alpha(opacity=65)
}
.full-opacity-hover:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
.chart {
	position: relative;
	overflow: hidden;
	width: 100%
}
.chart svg, .chart canvas {
	width: 100% !important
}
@media print {
.no-print, .main-sidebar, .left-side, .main-header, .content-header {
	display: none !important
}
.content-wrapper, .right-side, .main-footer {
	margin-left: 0 !important;
	min-height: 0 !important;
	-webkit-transform: translate(0, 0) !important;
	-ms-transform: translate(0, 0) !important;
	-o-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important
}
.fixed .content-wrapper, .fixed .right-side {
	padding-top: 0 !important
}
.invoice {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0
}
.invoice-col {
	float: left;
	width: 33.3333333%
}
.table-responsive {
	overflow: auto
}
.table-responsive>.table tr th, .table-responsive>.table tr td {
	white-space: normal !important
}
}
.tb {
	color: #000;
	margin-right: 5px;
}
.form_filed {
	font-size: 14px;
	font-weight: 500;
	color: #4f4f4f;
	margin-top: 20px;
	text-align: left;
	float: left;
}
.by_default {
	font-size: 16px;
	color: #4f4f4f;
	margin-top: 20px;
	text-align: left;
	float: left;
}
.err_mssg {
	font-size: 16px;
	color: #F00;
	margin-top: 20px;
	text-align: left;
	float: left;
}
.err_mssg2 {
	font-size: 16px;
	color: #F00;
	margin-top: 5px;
	text-align: left;
	float: left;
}
.cv {
	font-size: 16px;
	color: #3ccd6c;
	margin-top: 20px;
	text-align: left;
	float: left;
}
.valid_indication {
	border-radius: 4px;
	box-shadow: none;
	background: #eef2f5;
	height: 45px;
	margin-top: 10px;
	background-image: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	border: 1px solid #c5d0d4;
}
.input-group {
	margin-top: 10px;
}
.date_pic {
	border-radius: 0;
	box-shadow: none;
	background: #ffffff;
	height: 45px;
	background-image: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	border: 1px solid #c5d0d4;
}
.form_bx {
	margin-top: 20px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
.switch input {
	display: none;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #2196F3;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.sdf {
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	display: block;
	font-size: 14px;
	height: 45px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.listing_select {
	border: 1px solid #ccc;
	height: 30px;
	margin: -3px 5px 0;
	width: 60px;
}
.one {
	width: 100%;
	height: auto;
	float: left;
	margin-top: -10px;
}
.doc_mssg {
	margin-top: 20px;
}
.dash {
	display: inline-block;
	width: 5%;
	margin-bottom: 5px;
	font-weight: normal;
	color: #4f4f4f;
	font-size: 16px;
	font-weight: normal;
	/* margin-left: 20px; */
    /* margin-top: 5px; */
	text-align: center;
	line-height: 50px;
	float: left;
}
.abrs {
	font-size: 14px;
	font-weight: 500;
	color: #016db6;
	margin-top: 20px;
	text-align: left;
	float: left;
}
.chkbx {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 500;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
	top: 70px !important;
}
.ct_filed1 {
	font-size: 14px;
	font-weight: 500;
	color: #4f4f4f;
	margin-bottom: 20px;
	text-align: left;
	float: left;
}
.ct_filed2 {
	font-size: 14px;
	font-weight: 500;
	color: #4f4f4f;
	margin-bottom: 20px;
	text-align: left;
	float: left;
}
.rd {
	color: red;
}
.check-box {
	display: inline-block;
	margin-top: 15px;
}
.form-f {
	font-size: 14px;
	font-weight: 500;
	color: #4f4f4f;
	margin-top: 20px;
	text-align: left;
	float: left;
	width: 100%;
}
.tender_list {
	margin-top: 10px;
}
.tyc {
	margin-top: 42px;
}
.vt {
	text-align: left;
	float: left;
	font-size: 14px;
	font-weight: 500;
	color: #4f4f4f;
	margin-top: 10px;
}
.tnd_bttn {
	/*background: #eaeaea none repeat scroll 0 0;
  border: 1px solid #c1c1c1;
  color: #515151;
  float: left;*/
	color: #016db6;
	font-size: 14px;
	margin-left: 5px;
	margin-top: 12px;
	padding: 0 10px;
	width: auto;
	text-decoration: underline;
	display: inline-block;
}
.tnd_bttn:hover {
	color: #000000;
}
.pn {
	margin-top: 20px;
}
.pnl {
	border: 1px solid #b1c2ca;
	padding: 20px;
	box-sizing: border-box;
}
.bd-title {
	font-size: 18px;
}
.print-bt {
	background: #e67d21;
	border-left: 3px solid #d05f00;
	border-radius: 0px;
}
.print-bt:hover {
	background: #e67d21;
}
.pdf-bt {
	background: #e84c3d;
	border-left: 3px solid #cc261a;
	border-radius: 0px;
}
.pdf-bt:hover {
	background: #cc261a;
	color: #ffffff;
}
b, strong {
	font-weight: 500;
}
.loginbutoon {
	padding: 5px 20px;
	margin-top: 10px;
	background: #fff;
	border: none;
	font-weight: 400;
}
.dt-button.buttons-pdf.buttons-html5 {
	background: #175295 none repeat scroll 0 0;
	color: #ffffff;
	padding: 2px 15px;
}
.dt-button.buttons-print {
	background: #175295 none repeat scroll 0 0;
	color: #ffffff;
	margin-left: 5px;
}
.dt-button.buttons-excel.buttons-html5 {
	background: #175295 none repeat scroll 0 0;
	color: #ffffff;
	padding: 2px 15px;
	margin-left: 5px;
}
.dt-button.buttons-pdf.buttons-html5:hover, .dt-button.buttons-print:hover, .dt-button.buttons-excel.buttons-html5:hover {
	background: #175295;
}

iframe {
	width: 100% !important;
}

#listingTable_filter input[type="search"] {
	background-color: #ecf0f5;
	border: 1px solid #b9bec3;
	border-radius: 40px;
	color: #30383e;
	float: left;
	font-size: 14px;
	height: 30px !important;
	line-height: 1.42857;
	margin-right: 15px;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 300px;
	outline: none;
}

input[type="search"] {
	background-color: #ecf0f5;
	border: 1px solid #d5dadf;
	border-radius: 3px;
	/* color: #ffffff; */
	float: left;
	font-size: 12px;
	height: 26px !important;
	width: 160px;
	border-radius: 50px;
	padding-left: 5px;
	outline: none;
}

.print, .dt-button {
	background-color: #175295;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 4px !important;
    text-align: center;
    padding: 0px 10px;
}

.dt-buttons {
	float: right;
}

.tab-content .form-group input.code {
	border: 1px solid #b9bec0 !important;
	border-radius: 3px !important;
	float: left;
	margin-right: 2%;
	width: 18%;
}

.tab-content .form-group input.land {
	border: 1px solid #b9bec0 !important;
	border-radius: 3px !important;
	float: left;
	margin-right: 2%;
	width: 60%;
}
.tab-content .form-group input.ext {
	border: 1px solid #b9bec0 !important;
	border-radius: 3px !important;
	float: left;
	width: 16%;
	margin-right: 2%;
}
.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}
.select2-container .select2-selection--multiple {
	-moz-user-select: none;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: outside none none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}
.ch-heading {
	font-size: 24px;
	font-weight: 500;
	text-align: left;
}
.ch-heading-small {
	font-size: 16px;
	font-weight: 300;
	text-align: left;
}
.nxt {
	background: #000000 none repeat scroll 0 0;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	font-family: calibri;
	font-size: 16px;
	font-weight: 300;
	height: auto;
	margin-top: 0;
	padding: 5px 30px;
	text-align: center;
	width: auto;
}
.rgtr {
	border: none;
	background: #175295 none repeat scroll 0 0;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	font-family: calibri;
	font-size: 16px;
	font-weight: 300;
	height: auto;
	margin-top: 0;
	margin-left: 10px;
	padding: 5px 30px;
	text-align: center;
	width: auto;
}
.lbl-fields {
	font-family: calibri;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin-top: 20px;
}
.search-button {
	width: auto;
	height: auto;
	padding: 10px 30px;
	margin-right: 10px;
	margin-bottom: 20px;
	background: #175295;
	color: #ffffff;
	cursor: pointer;
	margin-top: 20px;
	border: none;
	font-family: calibri;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.search-button:hover {
	background: #000000;
}
.clear-button {
	width: auto;
	height: auto;
	padding: 10px 30px;
	margin-right: 10px;
	margin-bottom: 20px;
	background: #c42b3e;
	color: #ffffff;
	cursor: pointer;
	margin-top: 20px;
	border: none;
	font-family: calibri;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.clear-button:hover {
	background: #000000;
}
.cr-box {
	float: left;
}
.cr-lbl {
	float: left;
	margin-left: 10px;
	margin-top: 1px;
	display: inline-block;
	font-weight: 400 !important;
	margin-bottom: 5px;
	max-width: 100%;
}
.lblfr-fields {
	font-family: calibri;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 0px;
}
.lblfr-fields-center {
	font-family: calibri;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0px;
}
.lbl-1 {
	font-family: calibri;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
}

.lbl-2 {
	font-family: calibri;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
}
.fr-cntrl {
	margin-top: 0px;
}
.fr-grp {
	margin-bottom: 20px;
}
.fr-grp2 {
	margin-top: 20px;
}
.g {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 8px 10px;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	margin-left: 10px;
}
.g-back {
	background-color: #016db6;
	border-color: #005187;
	float: right;
	margin-bottom: 5px;
	border-radius: 20px;
}
.g-back:hover {
	color: #ffffff;
	background: #C42B3E;
	border-color: #90090a;
}
.inline {
	display: inline;
}
.tab-content .fr-grp input.code {
	border: 1px solid #b9bec0 !important;
	border-radius: 3px !important;
	float: left;
	margin-right: 2%;
	width: 18%;
}
.sl-section {
	width: 100%;
	height: auto;
	margin-top: 0px;
}
.sl-title-box {
	width: 100%;
	height: auto;
	padding: 10px;
	background: #b7d8fa;
	border: 1px solid #b2bde2;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #373962;
}
.sl-section p {
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0px;
}
.lbl-3 {
	font-family: calibri;
	font-size: 14px;
	font-weight: 500 !important;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
}
.lbl-4 {
	font-family: calibri;
	font-size: 14px;
	font-weight: 500 !important;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
}
.rd {
	color: red;
}
.pt-print {
	width: auto;
	height: auto;
	padding: 5px 15px;
	background: #175295;
	color: #ffffff;
	text-align: center;
	border: none;
}
.pt-pdf {
	width: auto;
	height: auto;
	padding: 5px 15px;
	background: #c42b3e;
	color: #ffffff;
	text-align: center;
	border: none;
}
font {
	font-weight: 300 !important;
}
.main-scroll {
	width: 100%;
	overflow-y: auto;
}
.sub-scroll {
	width: 100%;
}
.main-scroll, .sub-scroll {
	transform: rotateX(180deg);
	-moz-transform: rotateX(180deg); /* Mozilla */
	-webkit-transform: rotateX(180deg); /* Safari and Chrome */
	-ms-transform: rotateX(180deg); /* IE 9+ */
	-o-transform: rotateX(180deg); /* Opera */
}
.ins-name {
	color: #ffffff;
	float: left;
	font-size: 18px;
	font-weight: 400;
	margin-top: 13px;
	text-align: left;
}
#info {
	border: 1px solid red;
	padding: 15px;
	margin-top: 10px;
}
.ad-search {
	background: #175295 none repeat scroll 0 0;
	border-radius: 20px;
	box-sizing: border-box;
	color: #ffffff;
	height: auto;
	margin: 10px 0;
	padding: 10px 20px;
	width: auto;
	display: inline-block;
	float: right;
	cursor: pointer;
}
.ad-search:hover {
	background: #C42B3E;
	transition: all ease-in-out 0.3s;
}
.ad-search span {
	margin-left: 5px;
}
#listingTable_length select {
	height: 26px;
	text-align: center;
	width: 60px;
	font-size: 14px;
}
.tn-listing-div {
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	height: auto;
	padding: 20px 20px;
	width: 100%;
	background: #f8f8f8;
	margin-bottom: 30px;
}
.search-by {
	border-bottom: 1px solid #dadada;
	color: #175295;
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
.com-cp {
	float: right;
	font-size: 12px;
}
.txt-area {
	height: 100px !important;
}
.tbl-box {
	width: 100%;
	height: auto;
	padding: 10px;
	border: 1px solid #98b6db;
	background: #c6ddfa;
	margin-top: 30px;
}
.hh {
	font-size: 18px;
	font-weight: 400;
	color: #005ca5;
}
.lblfr-fields2 {
	float: left;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top: 30px;
	text-align: left;
}
.in-pt {
	float: left;
	margin-top: 33px !important;
}
.in-pt2 {
	/* float: left; */
	margin-top: 0px !important;
}
.in-pt3 {
	margin-top: 0px !important;
}
.bt-mr {
	float: left;
	margin-top: 22px !important;
}
.rm-vm {
	float: left;
	font-size: 22px;
	margin-left: 18px;
	margin-top: 10px;
}
.login-panel {
	width: 100%;
	height: auto;
	padding: 10px 10px;
	background: #218DD6;
	margin-bottom: 10px;
}
.login-button {
	background: #175295 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	height: auto;
	line-height: 40px;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
	margin-top: 10px;
}
.login-button a {
	text-decoration: none;
	color: #ffffff;
}
/* .forgot-password {
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	margin-top: 10px;
	text-align: left;
}
.forgot-password a {
	text-decoration: none;
	color: #175295;
} */
.ints-i {
	float: left;
	margin-top: 10px !important;
}
.ints-l {
	float: left;
	margin-left: 5px;
	margin-right: 20px;
	margin-top: 7px;
}
.red-clr {
	color: red;
	font-weight: 400;
}
.lg-main-modal {
	width: 100%;
	height: auto;
	padding: 30px;
	border: 3px dashed #C42B3E;
}
.upload-button {
	background: #016db6 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	height: auto;
	padding: 8px 15px;
	width: auto;
	font-size: 14px;
	display: inline-block;
}
.text-lbl-1 {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	display: inline-block;
	line-height: 50px;
}
.text-lbl-2 {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	display: inline-block;
	line-height: 50px;
}
.bid-table {
	width: 100%;
	height: auto;
	padding: 20px;
	border: 1px solid #cccccc;
	background: #f3f4f6;
	box-sizing: border-box;
}
.bid-table h4 {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.main-log-panel {
	background: #ffffff none repeat scroll 0 0;
	border-top: 5px solid #29aae3;
	padding: 10px 0;
	width: 100%;
	box-shadow: 0px 0px 5px #1a1a1a;
}
.e2e-head-small {
	font-size: 25px;
	color: #175295;
	font-weight: 500;
}
.e2e-head-big {
	color: #c42b3e;
	font-size: 18px;
	font-weight: 400;
	margin: 15px 0;
}
.login-pad {
	padding: 0px 30px;
}
.pd {
	padding: 0px 0px !important;
}
.mrg-top {
	margin-top: 50px;
}
.remember {
	color: #ffffff;
	font-size: 16px;
	margin-left: 5px;
}
.lgn-login {
	background-color: #c42b3e;
	color: #ffffff;
	height: 45px;
	line-height: 45px;
	margin-top: 10px;
	padding: 0 50px;
}
.frgt-password {
	color: #ffffff;
	display: inline;
	float: right;
	font-size: 13px;
	margin-top: 10px;
	text-align: center;
	font-weight: 400;
}
.login-foot.txt-white.font-16 {
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 60px;
	padding-left: 13px;
	text-align: left;
}
.n {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 8px 40px;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	margin-right: 10px;
}
.n-next {
	background-color: #016db6;
	border-color: #005187;
	float: right;
	margin-bottom: 5px;
	border-radius: 20px;
}
.n-next:hover {
	color: #ffffff;
	background: #C42B3E;
	border-color: #90090a;
}
.ch-lbl-int {
	float: left;
	margin: 10px 0 !important;
}
.ch-lbl {
	float: left;
	margin-left: 10px;
	margin-top: 8px;
	color: #c42b3e;
	font-weight: 400 !important;
}

.ch-lbl-int-2 {
	float: left;
	margin: 2px 0 !important;
}
.ch-lbl-2 {
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	color: #c42b3e;
	font-weight: 400 !important;
	margin-right: 30px !important;
}
.all-marked {
	font-size: 12px;
	font-weight: 400;
	float: right;
}
.form-group label {
	color: #3f4047;
	font-size: 14px;
	font-weight: 400 !important;
	margin-bottom: 0;
}
.form-group input {
	margin-top: 0;
}
.form-group textarea {
	margin-top: 0;
	resize: none;
}
.form-group select {
	margin-top: 0;
}
.check-all {
	border-radius: 5px;
	background: #ffffff;
	color: #000000;
	display: inline;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	padding: 0.2em 0.6em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	cursor: pointer;
	margin: 0px 5px;
}
.check-all:hover {
	background: #002366;
	color: #ffffff;
}
.revert {
	background: #175295 none repeat scroll 0 0;
	color: #ffffff;
	float: right;
	font-size: 13px;
	height: 26px;
	line-height: 30px;
	text-align: center;
	width: 26px;
	border-radius: 50%;
	margin-left: 5px;
}
.lnkbtn {
	-moz-user-select: none;
	background-image: none;
	border: 2px solid transparent;
	border-radius: 4px;
	color: #5867dd;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 10px 20px;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
	-moz-box-shadow: 0px 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
	box-shadow: 0px 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-glyphicon {
	padding: 8px;
	background: #ffffff;
	margin-right: 10px;
}
.icon-btn {
	padding: 1px 15px 3px 2px;
	border-radius: 50px;
}
.btn-svn {
	background-color: transparent;
	border-color: #5867dd;/* 	margin-top:10px; */
}
.btn-svn:focus{
	outline: none;
}
.btn-svn:hover, .btn-svn:active, .btn-svn.hover {
	background-color: #5867dd;
	color: #fff;
	border-color: #5867dd;
}
.text-svn {
	color: #1989d3;
}
.btn-clr {
	background-color: #f39c12;
	border-color: #d58300;/* 	margin-top:10px; */
}
.btn-clr:hover, .btn-clr:active, .btn-clr.hover {
	background-color: #ffb53f;
	color: #fff;
	border-color: #ffb53f;
}
.text-clr {
	color: #f39c12;
}
.btn-dlt {
	background-color: #C42B3E;
	border-color: #b1091e;/* 	margin-top:10px; */
}
.btn-dlt:hover, .btn-dlt:active, .btn-dlt.hover {
	background-color: #fc3851;
	color: #fff;
	border-color: #fc3851;
}
.text-dlt {
	color: #C42B3E;
}
.text-justy {
	text-align: justify;
}
.dflt {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.42857;
	margin-bottom: 0px;
	padding: 5px 10px;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	margin: 0px 5px;
	text-transform: capitalize;
}
.dflt-bttn {
	background-color: #daeafe;
	border-color: #333;
	color: #3d78bb;
}
.dflt-bttn:hover, .dflt-bttn:active, .dflt-bttn.hover {
	background-color: #3399FF;
	color: #fff;
	border-color: #3399FF;
}
.mrg-top-10 {
	margin-top: 10px !important;
}
.mrg-top-20 {
	margin-top: 12px !important;
}
.mrg-top-30 {
	margin-top: 30px !important;
}
.mrg-top-40 {
	margin-top: 40px !important;
}
.mrg-top-50 {
	margin-top: 50px !important;
}
.form-group2 {
	margin-bottom: 10px;
}
.red {
	color: red;
}
.tech-table {
	background: #d0eafd none repeat scroll 0 0;
	border: 1px solid #a1c6f2;
	box-sizing: border-box;
	height: auto;
	padding: 20px;
	width: 100%;
}
.box-header2 {
	padding: 0px;
}
.box-header.with-border2 {
	border-bottom: 1px solid #83a8d4;
}
.brd-top {
	border-top: none;
}
.total {
	color: red;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: left;
}
.ds-inline {
	display: inline;
}
.ds-block {
	display: block;
}
.formula-main-section {
	background: #c2dcfc none repeat scroll 0 0;
	border: 1px solid #b0d5fe;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 14px;
	width: 100%;
}
.formula-section {
	width: 100%;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.formula-button {
	-moz-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	text-align: center;
	line-height: 40px;
	margin: 3px;
	font-size: 16px;
	font-weight: 400;
}
.formula-bttn-white {
	background: #eceff4 none repeat scroll 0 0;
	border: 1px solid #9bc0e9;
	color: #175295;
}
.formula-bttn-white:hover {
	background: #016db6;
	color: #ffffff;
	border: 1px solid #005187;
	transition: all ease-in-out 0.5s;
}
.formula-bttn-test {
	background: #00c0ef;
	color: #ffffff;
	border: 1px solid #00acd6;
}
.formula-bttn-save {
	background: #016db6;
	color: #ffffff;
	border: 1px solid #005187;
}
.sgt-lbl-int {
	float: left;
	margin: 10px 0 !important;
}
.sgt-lbl {
	float: left;
	margin-left: 5px;
	margin-top: 8px;
	margin-right: 25px;
}
.colon {
	float: left;
	left: -5px;
	position: relative;
}
.cahoot-bl {
	color: #175295;
	font-weight: 400;
}
.cahoot-rd {
	color: #C42B3E;
	font-weight: 400;
}
.lbl-light {
	color: #c42b3e;
	font-weight: 400;
}
.lbl-dark {
	color: #000000;
	font-weight: 400;
}
.ch-line {
	margin: 0px auto;
	width: 99.5%;
	border-bottom: 1px solid #e2e2e2;
	line-height: 40px;
}
.bd-line {
	margin: 0px auto;
	width: 99.5%;
	border-bottom: 1px solid #9BCA98;
	line-height: 35px;
}
.advancesearch {
	width: 190px;
	height: 32px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f4811f;
	float: left;
	color: #fff;
	font-size: 15px;
	line-height: 32px;
	text-align: left;
}
.ch-line2 {
	margin: 0px auto;
	width: 99.5%;
	line-height: 40px;
}
.red-border {
	border-color: red;
}
.dash-div {
	width: 100%;
	height: auto;
	text-align: center;
}
/* iframe {
	height: 500px !important;
} */
.mrg-left-10 {
	margin-left: 10px;
}
.mrg-left-15 {
	margin-left: 15px;
}
.mrg-left-20 {
	margin-left: 20px;
}
.mrg-left-30 {
	margin-left: 30px;
}
.mrg-left-40 {
	margin-left: 40px;
}
.mrg-left-50 {
	margin-left: 50px;
}
.header-date {
	height: auto;
	margin-top: 20px;
	width: 100%;
	text-align: right;
}
.main-flex {
	display: flex;
	float: right;
	height: auto;
	width: 100%;
}
.header-contact {
	background: #175295 none repeat scroll 0 0;
	color: #ffffff;
	cursor: pointer;
	flex: 1 1 0;
	font-family: calibri;
	font-size: 14px;
	font-weight: 400;
	height: auto;
	line-height: 35px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
}
.hcr {
/* 	background: #C42B3E !important; */
	background: #175295 !important;
	
}
.current-timezone {
	color: #175295;
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
}
.date {
	display: inline;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
}
.time {
	color: #c42b3e;
	display: inline;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	margin-left: 10px;
}
.lgn-wrapper {
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
.lgn-left {
/* 	background: url(../images/maine-bg.jpg) no-repeat; */
}
.lgn-right {
	background: #003477;
}
.lgn-right-padding {
	box-sizing: border-box;
	height: 100%;
	padding: 10px 10px;
	width: 100%;
}
.links {
	font-size: 18px;
	font-weight: 400;
	line-height: 50px;
	color: #ffffff;
}
.lgnbtn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #175295;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 10px 20px;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	margin-top: 15px;
}
.icon-btn {
	border-radius: 50px;
	/* padding: 1px 15px 3px 2px; */
	padding: 4px 18px; 
}
.btn-glyphicon {
	padding: 8px;
	background: #ffffff;
	margin-right: 10px;
	display: none;
}
.btn-glyphicon2 {
	padding: 8px;
	background: #c42b3e;
	margin-right: 10px;
}
.btn-exn {
	background-color: #ffffff;
	border-color: #175294;/* 	margin-top:10px; */
}
.btn-exn:hover, .btn-exn:active, .btn-exn.hover {
	background-color: #000000;
	color: #ffffff;
	border-color: #000000;
}
.text-exn {
	color: #ffffff;
}
.lgn-left-padding {
	box-sizing: border-box;
	height: 100%;
	padding: 20px;
	width: 100%;
}
.lgn-para {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 40px;
	margin-top: 10px;
	padding-bottom: 15px;
	text-align: justify;
}
.lgn-marquee-padding {
	box-sizing: border-box;
	height: auto;
	padding: 10px 0;
	width: 100%;
	margin-top: 150px;
}
.lgn-marqueebox {
	background: #ffffff none repeat scroll 0 0;
	box-sizing: border-box;
	border: 2px solid #003477;
	height: auto;
	/*   margin-top: -40px; */
	padding: 15px;
	width: 100%;
	border-radius: 25px;
	box-shadow: 0 0 5px #d9d9d9;
	margin-top: 0px;
}
.lgn-footer {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 2px solid #003477;
	border-top: 2px solid #003477;
	bottom: 0;
	height: auto;
	padding: 10px 0;
	position: static;
	width: 100%;
}
.terms-conditions {
	color: #003477;
	float: none;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	margin: 10px 0px;
}
.cahoot {
	color: #003477;
	float: none;
	font-size: 14px;
	font-weight: 300;
	margin: 10px 0;
	text-align: center;
}
.downloads-heading {
	border-bottom: 1px solid;
	color: #ffffff;
	font-weight: 400;
	padding-bottom: 10px;
}
.announcement-para {
	border-bottom: 1px solid #cbcbcb;
	color: #616161;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 40px;
	margin-top: 10px;
	padding-bottom: 15px;
	text-align: justify;
}
.announcement-heading {
	color: #175295;
	font-weight: 500;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.header-part {
	float: right;
	height: auto;
	margin-top: 0px;
	width: 100%;
}
.header-line {
	background: #a6a6a6 none repeat scroll 0 0;
	float: right;
	height: 40px;
	margin: 11px 10px;
	width: 1px;
	display: none;
}
.header-circle-icon {
	background: #c42b3e none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	display: none;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-right: 3px;
	text-align: center;
	width: 30px;
}
.header-circle-text {
	color: #000000;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}
.mobile {
	font-size: 18px !important;
}
.print-logo {
	width: auto;
	height: auto;
	text-align: center;
	display: none;
}
 @media print {
.print-logo {
	width: auto;
	height: auto;
	text-align: center;
	display: block;
	padding-bottom: 20px;
}
}
.section-one {
	padding-top: 80px;
}
.section-two {
	padding-top: 80px;
}
.section-three {
	padding-top: 80px;
}
.header-contact a {
	text-decoration: none;
	color: #ffffff;
}
#sec-1 {
/*   padding-top: 70px; */
}
#sec-2 {
	padding-top: 70px;
}
#sec-3 {
	padding-top: 0px;
}
#sec-4 {
	padding-top: 70px;
}
#sec-5 {
	padding-top: 70px;
	background: #daeafe;
}
#sec-6 {
	padding-top: 70px;
}
.e2e-head-big2 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	margin: 15px 0;
}
.t-line-height {
	font-size: 14px;
	text-align: left;
	font-weight: 300;
	line-height: 30px;
	margin: 10px 0px;
}
.content-wrapper2 {
	background-color: #ecf0f5;
	margin-left: 230px;
	min-height: 100%;
	z-index: 800;
}
.refresh-icons {
	font-size: 18px;
	color: #ffffff;
}
.total-tender {
	color: #c42b3e;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 5px;
}
#pendingTender > span {
	font-weight: 500;
}
#archivedTender > span {
	font-weight: 500;
}
#cancelledTender > span {
	font-weight: 500;
}
#pendingForEvaluationTender > span {
	font-weight: 500;
}
#awardedTender > span {
	font-weight: 500;
}
.pg-title {
	font-weight: 400;
}
.bx-height-1 {
	height: 515px;
}
.bx-height-2 {
	height: 400px;
}
.bx-height-3 {
	height: 350px;
}
#pendingAuction > span {
	font-weight: 500;
}
#liveAuction > span {
	font-weight: 500;
}
#archivedAuction > span {
	font-weight: 500;
}
.sl-select {
	color: #000000;
	float: right;
}
.progress-bar-pending, .progress-bar-pndg {
	background-color: #F9BF3B
}
.progress-striped .progress-bar-pending, .progress-striped .progress-bar-pndg {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent)
}
.progress-bar-live, .progress-bar-lv {
	background-color: #00B16A
}
.progress-striped .progress-bar-live, .progress-striped .progress-bar-lv {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent)
}
.progress-bar-future, .progress-bar-ftre {
	background-color: #F9690E
}
.progress-striped .progress-bar-future, .progress-striped .progress-bar-ftre {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent)
}
.progress-bar-archived, .progress-bar-archv {
	background-color: #F22613
}
.progress-striped .progress-bar-archived, .progress-striped .progress-bar-archv {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent)
}
.progress-bar-evaluated, .progress-bar-evltd {
	background-color: #175295
}
.progress-striped .progress-bar-evaluated, .progress-striped .progress-bar-evltd {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent)
}
.progress-bar-cancelled, .progress-bar-cncld {
	background-color: #95A5A6
}
.progress-striped .progress-bar-cancelled, .progress-striped .progress-bar-cncld {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent)
}
.progress-bar-awarded, .progress-bar-awrd {
	background-color: #E87E04
}
.progress-striped .progress-bar-awarded, .progress-striped .progress-bar-awrd {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent)
}
.progress-bar-registered, .progress-bar-rgstrd {
	background-color: #D2527F
}
.progress-striped .progress-bar-registered, .progress-striped .progress-bar-rgstrd {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent)
}
.progress-bar-activeted, .progress-bar-actvtd {
	background-color: #03A678
}
.progress-striped .progress-bar-activeted, .progress-striped .progress-bar-actvtd {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent)
}
.progress-bar-rejected, .progress-bar-rjctd {
	background-color: #6C7A89
}
.progress-striped .progress-bar-rejected, .progress-striped .progress-bar-rjctd {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent)
}
.progress-bar-declined, .progress-bar-dclnd {
	background-color: #CF000F
}
.progress-striped .progress-bar-declined, .progress-striped .progress-bar-dclnd {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.30) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.30) 75%, transparent 75%, transparent)
}
.tag-line {
	font-size: 22px;
	font-weight: 400;
	color: #ffffff;
	margin-top: 50px;
}
.tag-line-2 {
	font-size: 22px;
	font-weight: 400;
	color: #003477;
	margin-top: 50px;
}
.tag-line-italic {
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	font-style: italic;
	margin-top: 15px;
}
.address-text {
	display: inline-block;
	font-size: 15px;
	text-align: left;
	font-weight: 300;
	color: #ffffff;
	line-height: 30px;
	margin-top: 50px;
}
.address-text2 {
	display: inline-block;
	font-size: 18px;
	text-align: left;
	font-weight: 300;
	color: #ffffff;
	line-height: 30px;
	margin-top: 50px;
}
.contact-icons {
/* 	background: #ffffff none repeat scroll 0 0; */
/* 	border-radius: 50%; */
/* 	color: #C42B3E; */
	color: #ffffff;
	display: inline-block;
	font-size: 50px;
	height: 65px;
	line-height: 65px;
	margin-top: 50px;
	text-align: center;
	width: 100%;
}
.contact-us-left {
	padding: 0px 30px;
	height: 787px;
}
.contact-us-right {
	padding: 0px 30px;
	height: 100vh;
}
.height {
	height: 150px !important;
}
.white-table-bg {
	width: 100%;
	height: auto;
	padding: 20px;
	background: #ffffff;
	margin-top: 20px;
	box-shadow: 0px 0px 5px #cccccc;
	-webkit-box-shadow: 0px 0px 5px #cccccc;
	-ms-box-shadow: 0px 0px 5px #cccccc;
	-o-box-shadow: 0px 0px 5px #cccccc;
	-moz-box-shadow: 0px 0px 5px #cccccc;
}
/*  bhoechie tab */
div.bhoechie-tab-container {
	margin-top: 30px;
}
.bhoechie-tab {
	border-left: 1px solid #a2b2c6;
	height: 677px;
	overflow-y: scroll;
}
div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon, div.bhoechie-tab-menu div.list-group>a .fa {
	color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
	background-color: #003477;
	background-image: #003477;
	color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #003477;
}
div.bhoechie-tab-content {
	/*   background-color: #ffffff; */
  /* border: 1px solid #eeeeee; */
	padding-left: 20px;
	padding-top: 10px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}
.tb-heading {
	width: 100%;
	height: auto;
	margin-top: 0px;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
}
.questions {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #003477;
	text-align: left;
}
.answers {
	color: #565656;
	display: block;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	margin-top: 10px;
}
.tb {
	border: 1px solid #989898;
	margin-top: 20px;
}
.tb-heading {
	border: 1px solid #ffffff;
	line-height: 40px;
	background: #175295;
	color: #ffffff;
	text-align: left;
	/* 	text-indent:10px; */
	font-size: 14px;
	width: auto;
}
.tb-heading-under {
	border: 1px solid #989898;
	line-height: 40px;/* 	text-indent:10px; */
}
.ttft {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.42857;
	margin-bottom: 0px;
	padding: 10px 20px;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
}
.ttft-bttn {
	background-color: #daeafe;
	border-color: #97d2eb;
	color: #3d78bb;
}
.ttft-bttn:hover, .ttft-bttn:active, .ttft-bttn.hover {
	background-color: #3399FF;
	color: #fff;
	border-color: #3399FF;
}
.act-width {
	width: 150px;
}
.act-width-2 {
	width: 190px;
}
.act-rd-bttn {
	float: left;
	margin-top: 3px !important;
	margin-right: 5px !important;
}
.act-lbl {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #000000;
	margin-top: 0px !important;
	margin-right: 20px !important;
	float: left;
}
.lgn-lbl {
	color: #000000 !important;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.txt-left {
	text-align: left;
}
#LoginReport_filter input[type="search"] {
	background-color: #ecf0f5;
	border: 1px solid #b9bec3;
	border-radius: 40px;
	color: #30383e;
	float: left;
	font-size: 14px;
	height: 32px;
	line-height: 1.42857;
	margin-right: 15px;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 325px;
}
.paginate_button.previous {
	background: #175295 none repeat scroll 0 0;
	border-radius: 30px;
	box-sizing: border-box;
	cursor: pointer;
	padding: 3px 10px;
}
.tb-form-heading {
	font-size: 16px;
	font-weight: 400;
}
.lgn-txt-logo {
	font-size: 22px;
	font-weight: 600;
	margin-top: 0px;
	display: block;
	color: #218dd6;
	margin-left: 0px;
	text-align: center !important;
}
.mrg-top-90 {
	margin-top: 90px;
}
.blk {
	display: none;
}
.icon-main-button {
	background: #ffffff none repeat scroll 0 0;
	height: auto;
	margin-top: 5px;
	padding: 3px;
	width: 100%;
}
.icon-main-button-icon {
	background: #c42b3e none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	font-size: 20px;
	height: 30px;
	line-height: 31px;
	text-align: center;
	width: 30px;
}
.icon-main-button-text {
	float: left;
	font-size: 10px;
	font-weight: 400;
	line-height: 30px;
	margin-left: 10px;
}

		/* Small devices (tablets, 768px and up) */
		@media (min-width: 768px) {
...
}
		
		/* Medium devices (desktops, 992px and up) */
		@media (min-width: 992px) {
...
}
		
		/* Large devices (large desktops, 1200px and up) */
		@media (min-width: 1200px) {
.lgn-txt-logo {
	color: #218dd6;
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-left: 20px;
	margin-top: 15px;
	text-align: left !important;
}
.header-part {
	width: auto;
	height: auto;
	float: right;
	margin-top: 11px;
}
.header-line {
	width: 1px;
	height: 40px;
	margin-top: 11px;
	background: #a6a6a6;
	margin: 11px 10px;
	float: right;
	display: block;
}
.header-circle-icon {
	background: #c42b3e none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-right: 3px;
	text-align: center;
	width: 30px;
}
.header-circle-text {
	color: #000000;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 40px;
	text-align: left;
}
.main-flex {
	width: 330px;
	height: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	float: right;
}
.header-contact {
	background: #175295 none repeat scroll 0 0;
	color: #ffffff;
/* 	-webkit-font-family: 'shruti'; */
/* 	-moz-font-family: 'shruti'; */
/* 	-ms-font-family: 'shruti'; */
/* 	-o-font-family: 'shruti'; */
/* 	font-family: 'shruti'; */
	font-family: calibri;
	font-size: 14px;
	font-weight: 500;
	height: auto;
	line-height: 35px;
	text-align: center;
	margin-top: 15px;
	margin-left: 5px;
	cursor: pointer;
	-webkit-flex: 1;  /* Safari 6.1+ */
	-ms-flex: 1;  /* IE 10 */
	flex: 1;
}
.blk {
	display: block;
}
.lgn-marquee-padding {
	box-sizing: border-box;
	height: auto;
	padding: 20px;
	width: 100%;
	margin-top: 50px;
}
.lgn-right-padding {
	box-sizing: border-box;
	height: 100vh;
	padding: 100px 10px;
	width: 100%;
}
.lgn-footer {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 2px solid #003477;
	border-top: 2px solid #003477;
	height: auto;
	padding: 10px 0;
	width: 100%;
	position: fixed;
	bottom: 0px;
}
.terms-conditions {
	font-size: 14px;
	text-align: left;
	font-weight: 300;
	color: #003477;
	float: left;
	margin: 0px;
}
.cahoot {
	font-size: 14px;
	text-align: right;
	font-weight: 300;
	color: #003477;
	float: right;
	margin: 0px;
}
}
 @media (min-width: 1920px) {
.main-flex {
	display: flex;
	float: right;
	height: auto;
	width: 465px;
}
.icon-main-button-text {
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin-left: 10px;
}
.frgt-password {
	color: #ffffff;
	display: inline;
	float: right;
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	text-align: center;
}
.lgn-txt-logo {
	color: #218dd6;
	display: block;
	font-size: 22px;
	font-weight: 600;
	margin-left: 20px;
	margin-top: 15px;
	text-align: left;
	cursor: pointer;
}
}
.tb-form-heading1 {
	font-size: 16px;
	font-weight: 400;
	color: #175295;
}
.tb-form-heading2 {
	font-size: 16px;
	font-weight: 400;
	color: #C42B3E;
}
.tb-form-heading3 {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}
.tb-form-heading4 {
	font-size: 16px;
	font-weight: 400;
	color: #218dd6;
}
.box-header2 {
	color: #ffffff;
	display: block;
	padding: 10px;
	position: relative;
	text-transform: capitalize;
	background: #218DD6;
}
.mr-bottom {
	margin-bottom: 40px;
}
.mr-none {
	margin-bottom: 0px;
}
#MappedBidder_filter input[type="search"] {
	background-color: #ecf0f5;
	border: 1px solid #b9bec3;
	border-radius: 40px;
	color: #30383e;
	float: right;
	font-size: 14px;
	height: 32px;
	line-height: 1.42857;
	margin-right: 15px;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 325px;
}
#MappedBidder_filter > label {
	line-height: 30px;
}
.bt-fl-input {
	float: left;
}
.bt-fl-1 {
	float: left !important;
	margin-top: 0px !important;
	margin-left: 20px !important;
}
.rgs-mssg {
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	margin: 20px 0px;
	color: #000000;
}
.rgs-mssg-red {
	color: #C42B3E;
	font-weight: 500;
}
.faq-tb-heading {
	background: #175295 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	text-align: left;
	text-indent: 20px;
	margin-top: -10px;
	width: auto;
}
.vndr-rgst-box {
	max-width: 700px;
	height: auto;
	/* background-color: #daeafe; */
	border: 1px solid #97d2eb;
	padding: 30px;
	margin: 40px auto;
}
.vndr-rgstr-headingbox {
	/* background: #175295; */
	color: #175295;
	font-size: 22px;
	font-weight: 600;
	margin-top: 0;
	text-align: center;
	line-height: 30px;
}
.ikd-its-tggl-line {
	color: #494E5D;
	display: inline;
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
	text-align: left;
	margin-left: 10px;
}

.publish-section {
	font-size: 14px;
	font-weight: 400;
	background: #daeafe;
	width: auto;
	padding: 5px 10px;
	margin: 0px 5px;
	border: 1px solid #97d2eb;
	color: #3d78bb;
	line-height: 40px;
}

.app {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.42857;
	margin-bottom: 0px;
	padding: 5px 10px;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	margin: 0px 5px;
}

.app-bttn {
	background-color: #e4b830;
	border-color: #c69500;
	color: #7c5d00;
}
.app-bttn:hover, .app-bttn:active, .app-bttn.hover {
	background-color: #7c5d00;
	color: #fff;
	border-color: #c69500;
}

.verify {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 8px 40px;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	margin-right: 10px;
}
.verify-bttn {
	background-color: #009111;
	border-color: #006a0c;
	float: right;
	margin-bottom: 5px;
	border-radius: 20px;
}
.verify-bttn:hover {
	color: #ffffff;
	background: #006a0c;
	border-color: #006a0c;
}

.resend {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 8px 40px;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	margin-right: 10px;
}
.resend-bttn {
	background-color: #c42b3e;
	border-color: #a9061a;
	float: right;
	margin-bottom: 5px;
	border-radius: 20px;
}
.resend-bttn:hover {
	color: #ffffff;
	background: #a9061a;
	border-color: #a9061a;
}

.sbc-heading {
	font-size: 18px; 
	font-weight: bold;
}
.sbc-td {
	font-weight: bold;
}

.cstm-tltp{
	width: 50%;
	height: auto;
}

.high-light {
	color: #3F58A0;
	font-weight: 600;
}
.h1-16 {
	font-weight: 600 !important;
	font-size: 15px !important;
}

.rd {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.42857;
	margin-bottom: 0px;
	padding: 5px 10px;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	margin: 0px 5px;
	text-transform: capitalize;
}
.rd-bttn {
	background-color: #daeafe;
	border-color: #97d2eb;
	color: #3d78bb;
}
.rd-bttn:hover, .rd-bttn:active, .rd-bttn.hover {
	background-color: #3399FF;
	color: #fff;
	border-color: #3399FF;
}

.grn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.42857;
	margin-bottom: 0px;
	padding: 5px 10px;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	margin: 0px 5px;
	text-transform: capitalize;
}
.grn-bttn {
	background-color: #1C9C51;
	border-color: #0D8D42;
	color: #ffffff;
}
.grn-bttn:hover, .grn-bttn:active, .grn-bttn.hover {
	background-color: #038338;
	color: #fff;
	border-color: #038338;
}
.Calculation-heading {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	color: #175295;
	margin-bottom: 10px;
}
.c-sub-heading {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	color: #175295;
	text-decoration:underline;
	margin-bottom: 5px;
}


/* .live-bidding-hall-bttn { */
/* 	width: auto; */
/* 	height: auto; */
/* 	background: #1C9C51; */
/* 	border: 1px solid #0D8D42; */
/* 	color: #ffffff; */
/* 	text-align: center; */
/* 	padding: 0px 20px; */
/* 	float: right; */
/* 	font-size: 16px; */
/* 	font-weight: 400; */
/* } */

.live-bidding-hall-bttn {
	width: auto;
	height: auto;
	background: #1C9C51;
	border: 1px solid #0D8D42;
	color: #ffffff;
	text-align: center;
	padding: 0px 40px;
	float: right;
	font-size: 18px;
	font-weight: 400;
	line-height: 45px;
	margin-top: 0px;
	margin-right: 100px;
}

.live-bidding-hall-bttn:hover {
	background-color: #038338;
	color: #fff;
}

.live-bidding-hall-bttn:hover, .live-bidding-hall-bttn:active, .live-bidding-hall-bttn:focus {
	outline: none;
	text-decoration: none;
	color: #ffffff;
}

.stop-auction-bttn {
	width: auto;
	height: auto;
	background: #f03434;
	border: 1px solid #e62a2a;
	color: #ffffff;
	text-align: center;
	padding: 3px 20px;
	float: right;
	font-size: 14px;
	font-weight: 400;
	display: inline;
	margin-right: 10px;
}

.stop-auction-bttn:hover {
	background-color: #d21616;
	color: #fff;
}

.bid-hall-box {
	width: 100%;
	height: auto;
	display: block;
	background: #C8F7C5;
	border: 1px solid #AAD9A7;
	margin-top: 10px;
}

.high-light2 {
	color: #008E6B;
	font-weight: 600;
}

.bl {
	color: #175295;
	font-family: calibri;
	font-weight: bold;
}
.icb{
	color: #F9690E;
	font-family: calibri;
	font-weight: bold;
}

.clock {
	color: #175295;
	font-weight: 500;
	font-size: 18px;
}

#pdf-table {
	font-size:14px;
	font-family:Calibri;
	color:#000000;
	border:1px solid #ddd;
	width: 100%;
	max-width: 100%;
/* 	margin-bottom: 20px; */
	border-collapse:collapse;
	}
	
#pdf-table th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
	border:1px solid #dddddd;
	background:#218dd6;
	color:#ffffff;
	font-weight:normal;
	text-align:left;
	padding: 5px 7px;
	}
	
#pdf-table td {
	padding: 3px 7px;
	line-height: 1.42857143;
	vertical-align: top;
	border:1px solid #dddddd;
	font-weight:normal;
}

.pd-form-heading {
	width: 100%;
	height: auto;
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	font-family: calibri;
	color: #ffffff;
	background: #175295;
	padding-left: 10px;
}

.pd-tbl-box {
	width: 100%;
	height: auto;
	border: 1px solid #dddddd;
}

.pd-line {
	margin: 0px auto;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	line-height: 40px;	
}

.pd-17-div {
	width: 17%;
	height: auto;
	float: left;
	padding-left: 10px;
}

.pd-83-div {
	width: 83%;
	height: auto;
	float: left;
}

.pd-25-div {
	width: 25%;
	height: auto;
	float: left;
	padding: 0px 15px;
}

.pd-main-tbl-heading {
	display: block;
	width: 100%;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	font-family: calibri;
	color: #337ab7;
}

.pd-tbl-heading {
	display: block;
	width: 100%;
	padding-left: 10px;
	font-size: 18px;
	font-weight: normal;
	font-family: calibri;
	color: #000000;
}

.livebidhall-tbl-scroll {
	width: 100%;
	height: 200px;
	overflow-x:-moz-hidden-unscrollable;
	overflow-y:auto;
	padding: 0px 15px;
	margin-top:10px;
}

.livehall-mrq-box {
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	background: #ffffff;
}

.livehall-mrq-inner-box {
	width: 100%;
	height: auto;
	padding: 10px 0px;
	box-sizing: border-box;
	border:2px solid #175295;
	font-size: 16px;
	font-weight: 400;
	color: #175295;
}

.livehall-tggl {
	background: #ffffff;
	color: #175295 !important;
	padding: 5px !important;
	font-size: 18px !important;
	float: right !important;
	cursor: pointer;
}

.background-white {
	background: #ffffff !important;
}

.bid-history-title {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	display: block;
	color: #000000;
	margin: 15px 0px 0px 0px;
	padding: 0px 15px;
}

.blink {
  -webkit-animation-name: blink;
     -moz-animation-name: blink;
       -o-animation-name: blink;
          animation-name: blink;
  -webktit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
           animation-timing-function: linear;
  -webkit-animation-duration: 3s;
     -moz-animation-duration: 3s;
       -o-animation-duration: 3s;
          animation-duration: 3s;
}

.blink-infinite {
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.blink-5 {
  -webkit-animation-iteration-count: 5;
     -moz-animation-iteration-count: 5;
       -o-animation-iteration-count: 5;
          animation-iteration-count: 5;
}

.blink-furiously {
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}

#FillBidFormDetails td[filledby="2"]{
	background-color: #C8F7C5;
}


td[filledby="2"]{
	background-color: #C8F7C5;
}


.f-inline {
	float: left;
}

.ft-inline {
	float: left;
	margin-left: 10px;
}

.f-block {
	display: block;
}

.auction-erorr-mssg {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	display: block;
	text-align: center;
}

.livehall-mrq-inner-box p {
	margin: 0px !important;
}

#mText {
	height: 215px;
}
.Capital{
	text-transform: uppercase;
}

.red-box {
	width: 100%;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	background: #daeafe;
	margin-top: 10px;
	border: 1px solid #cbdbef;
}

.red-border-box {
	width: 100%;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	border: 10px solid #c42b3e;
	border-radius: 10px;
}

.green-box {
	width: 100%;
	height: auto;
	padding: 8px;
	box-sizing: border-box;
	background: #daeafe;
	margin-top: 10px;
	border: 1px solid #cbdbef;
}

.green-border-box {
	width: 100%;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	border: 5px solid green;
	border-radius: 10px;
}

.orange-box {
	width: 100%;
	height: auto;
	padding: 8px;
	box-sizing: border-box;
	background: #daeafe;
	margin-top: 10px;
	border: 1px solid #cbdbef;
}

.orange-border-box {
	width: 100%;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	border: 10px solid #F9690E;
	border-radius: 10px;
}

.white-cnt-box {
	width: 100%;
	height: auto;
	background: #ffffff;
	padding: 10px 10px 0px 10px;
	box-sizing: border-box;
}

.white-gray-line {
	width: 100%;
	display: block;
	padding-bottom: 0px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 5px;
}

.wht-small {
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	text-align: left;
}

.wht-big {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #175295;
	text-align: left;
}

.bx-brd-none {
	border-bottom: 0px;
}

.ds-inline {
	display: inline !important;
}
.ds-block {
	display: block !important;
}

.bd-img-box {
	width: 100%;
	height: auto;
	background: #ffffff;
	text-align: center;
}

.bd-img {
	width: 40% !important;
	height: auto;
	margin: 0 auto;
}
.pnl-rgt-bttn {
	width: auto;
	height: auto;
	display: inline;
	float: right;
	margin-left: 5px;
	background: transparent;
	color: #5867dd;
	text-align: center;
	padding: 2px 15px;
	font-size: 12px;
	font-weight: 400;
	border: 2px solid #5867dd;
	border-radius: 50px;
}

.pnl-rgt-bttn:hover {
	cursor: pointer;
	background: #5867dd;
	color: #ffffff;
}

.positive {
    display: inline-block;
    background: red;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 5px;
    border:1px solid #fff;
}
.negative {
    display: inline-block;
    background: green;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 5px;
    border: 1px solid #fff;
}
}
.positive {
    display: inline-block;
    background: red;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 5px;
    border: 1px solid #fff;
}
.negative {
    display: inline-block;
    background: green;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 5px;
    border: 1px solid #fff;
}

/* New */
.nw {background: #2a8800 !important;}

/* In Process */
.prcs {background: #e08e00 !important;}

/* Close */
.cls {background: #ff0000 !important;}

.status-main-box {
	width: auto;
	height: auto;
	display: inline-block;
	margin-right: 20px;
	float: right;
}
.status-box {
	width: 20px;
	height: 20px;
	float: left;
	border-radius: 50px;
	border: 1px solid #838383;
}
tbody.tbody-font-color-black a.myModel2.dflt.ap-lst-bttn {
    color: #3c8dbc !important;
}
.status-text {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	float: left;
	margin-left: 5px;
	line-height: 24px;
}
.status-orange{
	background: #F9690E;
}
.status-green{
	background: green;
}
/*.status-red{
	background: #ff0000 !important;
} */
.tr.status-red {
	background: #fff !important;
}
tr.status-red i.fa.fa-circle{
	color: #ff0000 !important;	
}
.status-pending {
	background: #e08e00;
}
.status-complete {
	background: #ff0000;
}
.status-cancelled {
	background: #0ac025;
}
.status-in-process {
	background: #f2784b;
}
.center-heading {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    display: block;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0px;
    color: #333333;
    margin-top: 30px;
}

.some-wrong {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	display: block;
	color: #c42b3e;
}

.errr-home-bttn {
	width: auto;
	height: auto;
	display: inline-block;
	margin-right: 10px;
	background: #ff7f00;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 20px;
	margin-top: 20px;
}
.errr-logout-bttn {
	width: auto;
	height: auto;
	display: inline-block;
	margin-right: 10px;
	background: #a0a0a0;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 20px;
	margin-top: 20px;
}

.sp-icon {
	width: 30px;
	height: 30px;
	background: transparent;
	color: #5867dd;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	border-radius: 50px;
	/* box-shadow: 0px 0px 5px #828282; */
	border: 2px solid #5867dd;
}

.sp-icon:hover {
	background: #5867dd;
	color: #ffffff;
	transition: all ease-in-out 0.5s;
}

.nw {
	background: #F2784B !important;
	color:#fff !important;
}
.prcs {
	background: #e08e00 !important;
	color:#fff !important;
}

.cls {
	background: #ff0000 !important;
	color:#fff !important;
}
	
.ap-lst-bttn{
	text-decoration: underline;
    color: #fff;
    font-weight: bold;
}

.ap-lst-bttn:hover {
	text-decoration: underline;
	color: #ffffff;
}
.ap-wht {
	color: #ffffff;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.ct-name {
/* 	background: #c42b3e; */
	color: #c42b3e;
/* 	padding: 0px 10px; */
	display: inline-block;
	margin-bottom: 5px;
}

.pt-search-box {
	width: 100%;
	height: auto;
	padding: 10px;
	background: #ebf3fd;
	border: 1px solid #b8d6fb;
}

.str-button {
	width: auto;
	height: auto;
	display: inline-block;
	padding: 5px 10px;
	background: #AEA8D3;
	color: #000000;
	text-align: center;
	margin: 5px 0px;
	border: none;
}

.str-button-disab {
	width: auto;
	height: auto;
	display: inline-block;
	padding: 5px 10px;
	background: #E4F1FE;
	color: #000000;
	text-align: center;
	margin: 5px 0px;
	border: none;
}

.pop-span{
	color:#218dd6;
	font-weight: bold;
}

.dia-status {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	color: #333333;
}

.cen-red {
	color: red;
	font-size: 14px;
	font-weight: 400;
}

.owl-nav.disabled {
	display: block !important;
	position: absolute;
	right: 0px;
	top: -35px;
}

.owl-prev.disabled {
	background: #175295;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 10px;
	font-weight: 500;
	text-transform: capitalize;
	color: #ffffff;
}
.purchaseorderaccepeted{
	border-color: green;
	color: green;
}
.owl-prev.disabled:hover {
	background: #333333;
	color: #ffffff;
}

.owl-next.disabled {
	background: #175295;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 10px;
	font-weight: 500;
	margin: 7px;
	text-transform: capitalize;
	color: #ffffff;
}

.owl-next.disabled:hover {
	background: #333333;
	color: #ffffff;
}

.owl-nav {
	display: block !important;
	position: absolute;
	right: 0px;
	top: -35px;
}

.owl-prev {
	background: #175295;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 10px;
	font-weight: 500;
	text-transform: capitalize;
	color: #ffffff;
}

.owl-prev:hover {
	background: #333333;
	color: #ffffff;
}

.owl-next {
	background: #175295;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 10px;
	font-weight: 500;
	margin: 7px;
	text-transform: capitalize;
	color: #ffffff;
}

.owl-next:hover {
	background: #333333;
	color: #ffffff;
}

.margin-top-5 {margin-top:5px;}
.margin-top-10 {margin-top:10px;}
.margin-top-15 {margin-top:15px;}
.margin-top-20 {margin-top:20px;}
.margin-top-25 {margin-top:25px;}
.margin-top-30 {margin-top:30px;}
.margin-top-35 {margin-top:35px;}
.margin-top-40 {margin-top:40px;}
.margin-top-45 {margin-top:45px;}
.margin-top-50 {margin-top:50px;}

.margin-bottom-5 {margin-bottom:5px;}
.margin-bottom-10 {margin-bottom:10px;}
.margin-bottom-15 {margin-bottom:15px;}
.margin-bottom-20 {margin-bottom:20px;}
.margin-bottom-25 {margin-bottom:25px;}
.margin-bottom-30 {margin-bottom:30px;}
.margin-bottom-35 {margin-bottom:35px;}
.margin-bottom-40 {margin-bottom:40px;}
.margin-bottom-45 {margin-bottom:45px;}
.margin-bottom-50 {margin-bottom:50px;}

.red-star {
	color: red !important;
}

.m-brand__logo-wrapper {
    margin-left: -10px;
}

.dark {
	color: #494E5D !important;
}

.dark-2 {
	color: #000 !important;
	font-weight: 300 !important;
	line-height: 30px !important;
}

.login_main_panel {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/bg-8.jpg); 
	background-size:cover;
	}
.main_part {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  height: 100%;
  background: #ffffff;
  /* box-shadow: 0px 0px 20px #2C2C2C;	 */
}

.part-40 {
	width: 100%;
	height: 100%;
	background: #245590;
	padding: 40px;
	box-sizing: border-box;
	float: left;
}

.part-50 {
	width: 50%;
	height: 100%;
	background: #ffffff;
	box-sizing: border-box;
	float: left;
}

.login-heading {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
	margin-top: 50px;
}

.name {
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	color: #ffffff;
}

.login-control {
	display: block;
	width: 100%;
	padding: 10px 20px;
/* 	font-size: 18px; */
	font-weight: 600;
	line-height: 1.25;
	color: #ffffff;
	background-color: transparent;
	background-clip: padding-box;
	border: none;
	border-bottom: 2px solid #5397e8;
	border-radius: 0px;
	/* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
}
 .login-control::-ms-expand {
 	background-color: transparent;
 	border: 0;
	}
.login-control:focus {
	color: #fff;
	background-color: transparent;
	border-color: #001f44;
}
 .login-control::placeholder {
 color: #868e96;
 opacity: 1;
}
.login-control:disabled, .login-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}
select.login-control:not([size]):not([multiple]) {
	height: calc(2.55rem + 6px);
}
 select.login-control:focus::-ms-value {
 color: #495057;
 background-color: #fff;
}
.login-control-file, .login-control-range {
	display: block;
	width: 100%;
}
.high-light-stock{
	background-color: #5ab30947;	
}

.login-bttn {
	width: auto;
    height: auto;
    display: inline-block;
    padding: 10px 40px;
    background: #c12c40;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: none;
    border-radius: 30px;
}

.forgot-password {
	display: inline-block;
	color: #ffffff;
	text-align: right;
	text-decoration: none;
	float: right;
	/* margin-top: 12px; */
	cursor: pointer;
	font-weight: 500;
	line-height: 40px;
}

.forgot-password:hover {
	color: #ffffff;
}

.copyrgt {
	display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    bottom: 30px;
    position: initial;
    margin-top: 70px;
}

.pl-left {float: left;}

.pl-right {float: right;}

/* New Css - 19-9-18 */
nav.navbar.navbar-static-top .col-sm-2 select#modules{
	margin-top: 4px;
}
.box-header .all-marked{
	color: #000;	
}
.form-group textarea#address{
	padding-left: 12px;
	resize: none;
}
select#modules{
	margin-top: 8px;	
}
@media (max-width:768px){
	.login-heading{
		font-size: 20px;
	}
	.col-lg-4.col-md-4.col-xs-12.text-center.total-dial-lab-center{
		text-align: left;
	}
	.col-lg-12.col-md-12.col-xs-12.dial-lab-m-right .pull-right.small-font-total-dial-lab {
		width: 100% !important;
		margin: 10px 0px 0px 0px;
	}
	.col-sm-3.small-di-width-col-3, .col-md-3.font-size-13.small-di-width-35{
		width: 100% !important;
	}
	.col-sm-2.change-width-col-sm-2.col-xs-12, .days-box.col-sm-5{
    	width: 100% !important;
	}
	a.dropdown-toggle{
		margin-top: -50px;
	}	
	nav.navbar.navbar-static-top{
		display: block;
	}
	/* .main-sidebar{
		margin-left: -61px;
	} */
	.sidebar-mini.sidebar-open .main-sidebar{
		    margin-left: 0px;
		    padding-top: 50px !important;
	}
	nav.navbar.navbar-static-top .col-sm-2 select#modules, .main-sidebar .sidebar {
    	margin-top: 10px;
	}
	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable{
		width: 360px !important;
	}
	div#listingTable_wrapper .dt-button{
		width: 90px !important;
		margin-bottom: 10px;
	}

	nav.navbar.navbar-static-top{
		height: 50px;
	}
	.m-msg-pwdchange{
		white-space: normal !important;
	}
	.main_part{
		margin-top:0px;
	}
	.part-40.m-w-100{
		width: 100%;
	}
	.m-img-100{
		width: 100%;
	}
	.vndr-rgst-box{
		margin-top: 0px;
	}
	.nav-tabs-custom>.tab-content{
		padding: 10px !important;
	}
	/* .col-md-3.col-sm-3.ikd-its-tggl-line.m-disp-inline{
		display: inline-block;
	} */
	.radio-mar-top-20{
		margin-top: 0px !important;
		padding-bottom: 0px !important;;
	}
	section.content-header h1.inline{
		margin-left: 12px;
	}
	.col-md-3.col-sm-3.ikd-its-tggl-line .m-line-height{
		line-height: 24px;
	}
}
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)
{	
	li.dropdown.notifications-menu a.dropdown-toggle img{
		margin-top: 6px !important;
	}
	.col-sm-12.col-xs-4.m-line-height{
		padding: 0px;
	}
	.col-md-5.col-sm-5.col-xs-12.ikd-its-tggl-line{
		margin-top: 0px;
		margin-left: 0px;
		padding: 0px;
	}
	.box-color-set{
		padding: 5px;
	}
	a.dropdown-toggle {
    	margin-top: 0px;
	}
	.mobile-view-diplay-block{
		font-weight: 500;
	}
}
.radio-mar-top-20{
	margin-top: 20px;	
	padding-bottom: 15px;
}
.btn-mar-top-10{
	margin-top: 10px;	
}
.com-m-t-20{
	margin-top: 20px;
}
.alert.alert-success.margin-top-30{
	margin-top: 30px;
}
button#Register{
	color: #fff;
    /* margin-left: 15px; */
    border-color: #ffffff;
    border:none;
    line-height: 40px;
    padding-top: 4px;
    border-radius: 50px;
    font-family: 'shruti';
    font-size: 14px;
    font-weight: bold;
    height: auto;
    text-align: center;
    margin-top: 15px;
    margin-left: 5px;
    cursor: pointer;
    background: #C42B3E !important;
    width: 100%;
}
button#Register:focus{
	outline: none;
}
button#Register:hover{
	border-color: #5867dd;
}
#listingDiv .dataTables_scrollHead table,#listingDiv .dataTables_scrollBody table {
	margin: 0% !important;
}

#listingTable_wrapper a.dt-button:hover {
    color: #FFF;
}
.dataTables_paginate{
	padding-top: 3px;
}
#j_password.login-control:focus{
	color:#ffffff;
}
.myModel2:hover {
	color: black !important;
}
.green-background {
	background: #72ac58 !important;
	}
.red-background {
	background: #ff0000!important;
	}
.grey-background {
	background: #808080 !important;
	}

.orange-background {
	background: #FF4500 !important;
	}
	.blue-background {
	background: #3d78bb !important;
	}	
	
span.hightlight-label {
    background: #3c98d2;
    padding: 2px 4px 3px 5px;
    color: #FFF;
    border-radius: 10px;
	}
.container-width-change{
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
.order-m-t-20{
	margin-top: 20px;
}

/* Facts Section
--------------------------------*/
.box-color-set .scheme-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    padding: 10px;
    background: #2485d4;
    color: #fff;
    opacity: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.box-color-set .scheme-overlay a{
	color:#FFF;
	margin-top: 6px;                                                                                              
}
.box-color-set:hover .scheme-overlay{
  -webkit-transition: all 0.3s ease 0s;
}
.box-color-set:hover .scheme-overlay, .box-color-7.box-color-set:hover .scheme-overlay, .box-color-6.box-color-set:hover .scheme-overlay,
.box-color-5.box-color-set:hover .scheme-overlay, .box-color-4.box-color-set:hover .scheme-overlay, 
.box-color-3.box-color-set:hover .scheme-overlay,
.box-color-2.box-color-set:hover .scheme-overlay, .box-color-1.box-color-set:hover .scheme-overlay{
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.box-color-7.box-color-set .scheme-overlay, .box-color-3.box-color-set .scheme-overlay{
      transform: translate3d(0,100%, 0);
      opacity: 0;
}
.box-color-6.box-color-set .scheme-overlay, .box-color-2.box-color-set .scheme-overlay{
      transform: translate3d(0, 100%, 0);
      opacity: 0;
}
.box-color-5.box-color-set .scheme-overlay, .box-color-1.box-color-set .scheme-overlay{
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}


.box-color-set{
  height: 100px;
  padding: 10px;
  padding-top: 22px;
}
.box-color-1{
  background:linear-gradient(to bottom, #314d88 0%,#304e89 100%);
}
.box-color-2{
  background:linear-gradient(to bottom, #b32f46 0%,#b32f46 100%); 
}
.box-color-3{
  background:linear-gradient(to bottom, #28a745 0%,#28a745 100%); 
}
.box-color-4{
  background:linear-gradient(to bottom, #eab82b 0%,#eab82b 100%); 
}
/* .box-color-5{
  background:linear-gradient(to bottom, #862a91 0%,#67206f 100%); 
}
.box-color-6{
  background:linear-gradient(to bottom, #912a2a 0%,#712121 100%); 
}
.box-color-7{
  background:linear-gradient(to bottom, #c67e30 0%,#986125 100%); 
}
.box-color-8{
  background: linear-gradient(to bottom, #607D8B 0%,#607D8B 100%); 
} */

#facts p{
  padding-bottom: 0px;
}
#facts .col-lg-3.col-6.text-center{
  padding:4px;
  overflow: hidden;
}
#facts {
  /*background: url("../img/facts-bg.jpg") center top no-repeat fixed;*/
  background-size: cover;
  padding: 20px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container-fluid {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
  /* display: block; */
  color: #FFF;
  padding-top: 20px;
  text-decoration: underline;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #FFF;
  text-decoration: underline;
  margin-top: 6px;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}
span.mobile-display-block {
    display: unset !important;
}

/* facts End  */

.main-row-box-date{
	background:#b32f46;
	margin: 0px;
    padding: 0px;
    margin-top: 0px;
    border-radius: 60px;
}
.first-date-display{
	/* background: #304d88; */
    color: #FFF;
    text-align: center;
    padding: 0px;
    border-radius: 60px;
    margin: 0px 1px;
}
.second-date-display{
	padding: 0px;
}
.display-date-box{
	border-radius: 60px;
    box-shadow: 0px 0px 0px 2px #ffffff;
}
.display-date-box{
	background: #FFF;
    color: #304d88;
    text-align: center;
    padding: 8px;
    border-radius: 60px;
    margin: 4px 4px;
    font-weight: 700;
}
.first-date-display .display-date-box{
	
	background: #304d88;
    color: #FFF;
    font-weight: 600;
   	height: 25px;
    font-size: 12px;
    margin: 4px 4px;
    padding: 4px 0px;
}
@media (max-width:768px) {
	.container-width-change {
    	width: 100% !important;
	}
	#facts .counters span {
	    /* font-family: "Montserrat", sans-serif; */
	    font-weight: bold;
	    font-size: 14px;
	    display: block;
	    color: #FFF;
	}
	.box-color-set{
		height: 100px;
	}
	.box-color-set .scheme-overlay{
		height: auto;
		padding: 2px;
	}
	#facts{
		padding: 0px;
	}
	.md-12-0-fact-mobile{
		padding: 0px;
	}
	#facts .counters p{
		font-size: 14px;
	}
	#facts .counters span{
		padding-top: 4px;
	}
	span.mobile-display-block {
    	display: block !important;
	}
	.skin-blue.sidebar-mini.sidebar-open .navbar.navbar-static-top .col-md-2.col-sm-3.col-xs-5 #modules, 
	.skin-blue.sidebar-mini.sidebar-open .navbar.navbar-static-top .col-md-2.col-sm-3.col-xs-5.mobile-telegram-set{
		transform: translate(230px, 0);
		transition: transform .3s ease-in-out, margin .3s ease-in-out;
	}
}

input#centerCategory{
	    margin-top: 2px;
}
button#addDept.date-submit{
	margin: 2px 4px;
	color: #FFF;
    background: #5867dd;
    line-height: 10px;
}
.row.counters .col-lg-2.col-6.col-xs-3.text-center{
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0px 5px;
	width: 14%;
}
.box-color-2.box-color-set-active{
	height: 100px;
    padding: 10px;	
    background: #2485d4;
    padding-top: 22px;
}
.box-color-2.box-color-set-active .scheme-overlay a{
	color:#FFF;
}
.color-full-date-header th.tb-heading {
    background: #304d88;
    height: 25px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
tbody.date-table-body tr td {
    height: 25px;
    text-align: center;
    font-size: 13px;
    background: #4CAF50;
    color: #FFF;
    padding: 4px;
}
tbody.date-table-body td.table-date-center-name {
    background: #b32f46;
    color: #FFF;
    font-weight: 500;
}
.date-table-body td.table-date-total{
	background: #b32f46;
    font-weight: 600;
}
.first-date-display input#toDate, .first-date-display input#fromDate{
	margin: 3px 4px;
	height: 28px;
}
.box-color-2.box-color-set span {
    text-decoration: underline;
}
div#listingTable_length label, div#listingTable_filter label {
    margin: 0px;
}
#popup_container{
	font-size: 13px !important;
}
.col-lg-12.col-md-12.col-sm-12.col-xs-12 h4 {
    font-size: 13px;
}
.col-sm-12.col-xs-4.m-line-height {
    font-size: 14px;
    font-weight: 700;
}
.datepicker{
	border-radius: 5px !important;
	padding: 4px 12px !important;
}
table.table-striped.table-border-remove tr td {
    border: none;
    white-space: normal;
    vertical-align: top;
}
table.table-striped.table-responsive.table-border-remove.mrg-top-10{
	border: none;
}

.row.main-row-box-date button#addDept.date-submit {
    padding: 7px 16px;
    width: 100px;
    margin-top: 2px;
    margin: 3px 4px;
}
p.total-box-p-m-t-0{
	margin-top: 0px !important;
}
.col-md-3.font-size-13 .form-group {
     font-size: 13px;
    font-weight: 500;
}
footer.main-footer .dark-2{
	font-weight: 500 !important;
}
.nowrap.m-msg-pwdchange{
	font-size: 14px;
	font-weight: 400;
}
.lblfr-fields{
	font-size: 14px;
}
.empl-name-header {
    float: left;
    padding-top: 18px;
    margin-right: 20px;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
}
.empl-name-header:hover, .empl-name-header:focus {
	color: #000;
}
.emp-master-img {
    border-radius: 50%;
    box-shadow: 0px 0px 1px 0px grey;
}
.navbar-custom-menu li.dropdown.notifications-menu a.dropdown-toggle.main-dropdown-set:hover, .navbar-custom-menu li.dropdown.notifications-menu .profile-img-height-width:focus,
.navbar-custom-menu li.dropdown.notifications-menu a.dropdown-toggle.main-dropdown-set:focus, .navbar-custom-menu li.dropdown.notifications-menu a.dropdown-toggle.main-dropdown-set:active{
	background: none;
}
li.dropdown.notifications-menu a.dropdown-toggle.main-dropdown-set{
	padding-left: 0px;
    padding-right: 0px;
    margin-right: 10px;
    margin-top: 5px;
    background: #FFF;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
button#uploadBtn{
	margin-top: 10px;
}
button#uploadBtn i {
    color: #5867dd;
}
button#uploadBtn:hover i{
	color:#FFF;
}
.profile-img-height-width{
	margin-bottom: 10px;
}
.telegram-img-a-tag{
	float: right;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
}
.mobile-view-diplay-block{
	display: none;
}
.valid-background-color {
    background-color: #efefef !important;
    color: #585252;
    font-weight: 600;
}
.valid-background-color::placeholder{
	color:#585252;
	font-weight: 600;
}
.col-md-3.col-xs-3.first-date-display .form-control.valid-background-color{
	background-color: #FFF !important;
}
section.content.calen-content-p-t-0 {
    padding-top: 0px;
}
.box-header.with-border.dashboard-header-p-tb-5{
	padding: 2px 10px;
}
.lnkbtn.icon-btn.btn-svn.mrg-top-20{
	margin-top: 20px !important;
	background: #5867dd;
    color: #FFF !important;
}
.row.manage-appoint-last-row .col-sm-2 {
    padding: 0px 5px;
}
select[multiple]{
	padding-left: 15px;
}
.days-box.col-sm-5 {
    /* border: 1px solid #218dd6; */
    /* background: aliceblue; */
    padding: 4px 15px;
    width: 41%;
}
.createappoint-box-col-md-9{
	/* border: 1px solid #218dd6;
    background: aliceblue; 
    padding: 4px 15px;*/
    margin: 0px;
}

.headeLink,.headerLink:hover{
	color: #fff !important;
	text-decoration: underline;
}
 #locationReportDiv .mrg-top-20 , #locationDtReportDiv .mrg-top-20{
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

  #locationReportDiv .DTFC_LeftBodyLiner{
 	    overflow-y: visible !important;
 }
 .labelDt {
  padding: 8px;
  font-size: 16px !important;
  font-weight: 600;
  font-family: Arial;
}
.lableop{
	 font-size: 15px !important;
	 opacity: 0.6;
	  filter: Alpha(opacity=50); 
}
.modellink{
	color: #3c8dbc !important;
	text-decoration: none;
}
.col-md-4-m-b-0 {
    margin-bottom: 0px;
}
.mar-top-upload-btn button#uploadBtn {
    margin-top: 50px;
}
.profile-img-height-width img#empImage {
    border: 1px solid #80808087;
}
div#myTabs.nav-tabs-custom ul li, .nav-tabs-custom ul.nav.nav-tabs li{
	border-top: 1px solid #cccccc8c;
    border-left: 1px solid #cccccc8c;
    border-right: 1px solid #cccccc8c;
}
.table-striped.table-responsive.remove-table-ininput-m-t-0 tbody .form-control{
	margin-top: 0px;
}
label.prefered-day-title {
    margin-bottom: 5px;
}
a.dflt.dflt-bttn.new-item-req-btn {
    margin-bottom: 10px;
    float: right;
}
.item-sum-box {
    border: 1px solid #f2f3f8;
    padding: 5px 20px;
    background: aliceblue;
}
label.sum-title {
    margin: 0px;
    font-weight: 600;
    color: #175295;
}
h5.item-main-title {
    font-size: 16px;
    font-weight: 600;
}
.table-first-input, .table-second-input{
	width: 100%;
}
table#item-sum-data input {
    margin: 0px;
}
.item-sum-md-12-title{
	border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.item-sum-box .row.m-b-10{
	margin-bottom: 10px;
}

/* New Cal */
.left-cal-box{
	background:#03a9f4;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
}
.Date-day{
	position: absolute;
    background: #2196f3;
    padding: 10px 14px;
    border-radius: 45px;
    font-weight: 700;
}
.date-section{
	text-align: center;
	font-size: 20px;
    font-weight: 600;
}
.left-main-cal{
	border: 1px solid #03a9f4;
    border-radius: 3px;
    /* margin-top: 25px; */
    background: #a3dbfb;
    height: 580px;
}
span.date-only-left-sec{
    padding: 5px 8px;
    font-weight: 700;
    background: #fff;
    color: #f44336;
    border-radius: 30px;	
}
.cal-plus-min{
	float: right;
    margin: 0px 0px 0px 0px;
    color: #fff;	
}
a.plus-icon, a.plus-icon:hover, a.plus-icon:active {
    color: #fff !important;
}
a.plus-icon.collapsed .cal-plus-min .fa-plus:before{
	content: "\f067";
}
.cal-plus-min .fa-plus:before{
	content: "\f068";
}
div#accordion.col-sm-9.col-xs-12.panel-group {
    margin-bottom: 0px;
}

/* .middle-section {
    margin-top: 45px;
} */
.shift-display {
    /* background: #03a9f4; */
    color: #000;
    margin: 5px 5px;
    border-radius: 5px;
    padding: 2px 7px;
    font-size: 17px;
    font-weight:500;
}
div#accordion.col-sm-8.col-xs-12.panel-group {
    margin-bottom: 0px;
}
div#datewisedisplay.middle-section.panel-body {
    height: 540px;
}
.mc-display {
    background: #4CAF50;
    color: #FFF;
    margin: 5px 15px;
    border-radius: 5px;
    padding: 2px 7px;
}
span.machine-count {
    color: #f44336;
    font-weight: 700;
/*     background: #fff; */
    padding: 0px 4px;
    border-radius: 30px;
}
div#selectdDate {
    color: #fff;
}

@media (min-width: 900px) and (max-width: 1440px) {
	.form-group label{
		font-size: 12px;
	}
	.form-control{
		font-size: 12px;
	}
}
@media (min-width: 1050px) and (max-width: 1440px) {
	.col-md-4 .col-md-12 label{
		font-size: 9.5px;
	}
}
@media (min-width: 1050px) and (max-width: 1680px){
	/* .days-box.col-sm-5{
		width: 42%;
	} */
}
@media (min-width: 900px) and (max-width: 1600px){
	/* .days-box.col-sm-5{
		width: 40%
	} */
	.col-sm-2.change-width-col-sm-2 {
    	width: 16% !important;
	}
	.form-group label{
		font-size: 12px !important;
	}
	div#startDateDive.col-md-2.startDialysis {
    	padding: 0px 10px;
	}
	.startdate_div .errstartDialysisDate.validationMsg.clearfix {
    	font-size: 11px;
	}
}
@media (min-width: 900px) and (max-width: 1440px){
	.days-box.col-sm-5{
		width: 38%
	}
	.col-md-5-bg-color .form-group.form-group-mb-0 .col-md-3 {
    	padding: 0px 5px !important;
	}
	.col-md-5-bg-color .form-group.form-group-mb-0 .col-md-3 label {
    	font-size: 10px !important;
	}
	.startdate_div .errstartDialysisDate.validationMsg.clearfix{
		font-size: 10px;
	}
	div#startDateDive.col-md-2.startDialysis{
		padding: 0px 12px;
	}
}
@media (min-width: 1050px) and (max-width: 1400px){
	.days-box.col-sm-5 {
    	width: 39%;
	}
}
@media (min-width: 768px) and (max-width: 1366px){
	.table-responsive.popup-fontsize th, .table-responsive.popup-fontsize td{
		font-size: 12px !important;
    	padding: 2px !important;
	}
	table#batchwisestockreports1 thead tr th {
	    padding: 0px 4px !important;
	    font-size: 12px !important;
	}
	.stockverification .val-m-b-0 .alert{
		line-height: 12px !important;
    	font-size: 10px !important;
	}
	section.content.stockverification {
	    padding-top: 2px;
	}
	.stockverification .box .box-body form#pageform .box .box-header.with-border h2.box-title {
	    font-size: 12px !important;
	}
	.stockverification .box .box-body form#pageform .box .box-header.with-border{
		padding: 0px 5px !important;
	}
	.stockverification .box .box-body form#pageform .box {
	    margin-bottom: 2px !important;
	}
	.stockverification table#batchwisestockreports1 tbody tr td {
	    padding: 1px 4px !important;
	}
	.stockverification table#batchwisestockreports1 tbody tr td .form-control{
		height: 18px !important;
	}
	.row.bed-design-box .red-box .bx-brd-none{
		font-size: 12px;
	}
	.bed-design-box .wht-small.ds-inline span.bed-no-label, .bed-design-box .wht-small.ds-inline span.bed-no-val{
		font-weight: 500 !important;
    	font-size: 12px;
	}
	#command .col-sm-2.change-width-col-sm-2{
		padding: 0px 12px;
	}
	.validationMsg{
		font-size: 10px !important;
	}
	.telegram-img-a-tag{
		font-size: 12px !important;
	}
	h5.item-main-title{
		font-size: 12px;
	}
	label.sum-title{
		font-weight: 500;
		font-size: 12px;
	}
	.empl-name-header{
		font-size: 12px;
		margin-right: 10px;
	}
	.col-sm-12.col-xs-4.m-line-height{
		font-size: 13px;
	}
	.ikd-its-tggl-line{
		margin-left: 0px;
		padding-left: 0px;
	}
	button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close.ui-state-hover:hover .ui-button-text,
	button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close.ui-state-hover:active .ui-button-text,
	button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close.ui-state-focus:focus .ui-button-text,
	button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close.ui-state-hover:active .ui-button-text,
	button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close.ui-state-focus:focus,
	button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close.ui-state-focus:hover{
		outline: none;
	}
	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable{
		width: 880px !important;
		left: 250px !important;
		
	}
}
@media (min-width: 1050px) and (max-width: 1686px){
	.col-md-5-bg-color .form-group.form-group-mb-0 .col-md-3 {
    	padding: 0px 8px;
	}
	.col-md-5-bg-color .form-group.form-group-mb-0 .col-md-3 label {
		font-size: 11px;
	}
}
.bottomDiv{
	    background: white !important;
    border: none !important;
}
/* div#frequencyDayYes.frequencyday-new {
    margin-top: 10px;
} */
.form-group .dialysis-data-table-title {
    font-size: 14px;
    font-weight: 700 !important;
    color: #3d78bb;
}
.form-group.form-group-mb-0 {
    margin-bottom: 0px;
}
.col-md-5-bg-color{
	background: aliceblue;
    padding: 15px 15px;
    border: 1px solid #d2cccc;
}
.errstartDialysisDate.validationMsg.clearfix {
    text-align: left;
}
/* .col-md-8.col-m-t--30 {
    margin-top: -30px;
} */
.col-md-4.col-m-t--20 {
    margin-top: -20px;
}
input.str-button.start-dialysis-btn {
    background: #175295;
    color: #fff;
}
input.str-button.start-dialysis-btn {
    background: green;
    color: #fff;
    border-radius: 50px;
    padding: 5px 14px;
}
/* a.myModel2.pull-right.dflt.blue-background.add-inventory {
    margin-top: -35px;
} */
a.myModel2.pull-right.dflt.blue-background.add-inventory:hover{
	color:#fff !important;
}
.reqColor .tb-heading-under a.myModel3.dflt.blue-background, #patientDetails td.tb-heading-under a.myModel3.dflt.blue-background{
	color:#fff !important;
}
div#billingAddress.space-label label {
    padding: 0px 3px;
}
div#billingAddress.space-label{
	margin: 0px;
}
div#billingAddress.space-label .col-md-2{
	box-shadow: 0px 0px 0px 1px;
    width: 16%;
    margin: 5px 5px;
    
}
.col-sm-2.change-width-col-sm-2 {
    width: 14%;
}
.col-sm-5.days-box input[type=checkbox] {
    margin-left: 10px;
}
.vndr-rgst-box .nav-tabs-custom{
	margin-bottom: 0px;
}
.vndr-rgst-box input#txtEmailId, .vndr-rgst-box input#txtConfirmEmailId,
.vndr-rgst-box input#txtFullName, .vndr-rgst-box input#txtDesignationName,
.vndr-rgst-box input#txtCompanyName, .vndr-rgst-box select#selOriginCountryId{
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}

.vndr-rgst-box .errtxtEmailId.validationMsg.clearfix:after,
.vndr-rgst-box .errtxtConfirmEmailId.validationMsg.clearfix:after,
.vndr-rgst-box .errtxtDesignationName.validationMsg.clearfix:after,
.vndr-rgst-box .errtxtFullName.validationMsg.clearfix:after,
.vndr-rgst-box .errtxtCompanyName.validationMsg.clearfix:after,
.vndr-rgst-box .errselOriginCountryId.validationMsg.clearfix:after{
	margin: -17px;
}
.vndr-rgst-box .nav-tabs-custom>.tab-content{
	padding:0px 30px 0px 30px !important;
	background: transparent;
}
/* body#register {
    background: blanchedalmond;
} */
div#verifyMailDiv {
    margin-bottom: 10px;
}
a.regi-click-here-link{
	color: #016db6;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    padding: 0px 4px;
}
.thanks-vendor-title{
	color: #175295;
    font-weight: 600;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
}
span.check-icon i.fa.fa-check-square {
    color: #4caf50;
}
.form-group label{
	font-weight: 700 !important;
}
.address-width {
	width: 385px !important;
	white-space: normal !important;
}

label.prefered-day-title b {
    font-weight: 700 !important;
}
div#hivHCVHbsag.col-7-check-m-t-12 label.app-container {
    margin-top: 5px;
}
div#DiaCateDt .row.createappoint-box-col-md-9 .form-group label.Equipment-container {
    margin-top: 5px;
}

/*tr.status-green.odd, tr.status-green.even {
    background: #43bd43;
} */
tr.status-green.odd, tr.status-green.even{
	background: #fff;
}
tr.status-green.odd i.fa.fa-circle, tr.status-green.even i.fa.fa-circle{
    color: #43bd43;
}
.status-stopped {
	background: grey;
}

div#DiaCateDt .row.createappoint-box-col-md-9 .form-group {
    margin-bottom: 10px;
}
.col-sm-2.change-width-col-sm-2 select#dFrequencyWeek {
    font-weight: 700;
}
span.chk-day-font-bold {
    color: #000;
    font-weight: 500;
}
.row.remove-center-head-m-t-10 .center-heading {
    margin-top: 0px;
}
span.bed-no-label {
    font-weight: 600 !important;
}
span.bed-no-val {
    font-weight: 600;
    color: #175295;
}
button.active-validity-btn {
    border-radius: 50px;
    outline: none;
    background: #c42b3e;
    color: #FFF;
    border: none;
    padding: 3px 12px;
}
label.patient-val-exp-label {
    font-weight: 600;
}
div#checkboxDynamic .col-sm-4 .form-group {
    margin-bottom: 0px;
}
div#checkboxDynamic .col-sm-4 {
    margin:7px 0px 0px 0px;
}
div#checkboxDynamic2 .col-sm-6 {
    margin-top: 12px;
}
.fr-grp label {
    font-weight: 600;
    color: #333;
}
.row.createappoint-box-col-md-9 div#DiaCate {
    padding: 0px;
}
input[disabled]{
	font-weight: 600;
}
.col-sm-2.col-2-m-t-10 {
    margin-top: 10px;
}
a#changePreferDay.lnkbtn.icon-btn.btn-svn.mrg-top-20{
	margin-top: 25px !important;
	margin-left: 15px;
}
table.table.table-striped.table-responsive.mrg-top-10 tbody#patientList td a.ap-lst-bttn:hover,
table.table.table-striped.table-responsive.mrg-top-10 tbody#patientList td a.ap-lst-bttn:focus {
    color: #222222;
}
input.lnkbtn.icon-btn.btn-svn.add-btn-mar-top-20 {
    margin-top: 20px;
}
input.str-button.stop-dialysis-btn {
    background: #fe5722;
    border: none;
    color: #FFF;
}
input.str-button.close-dialysis-btn, input.str-button.close-dialysis-btn:focus {
    background: #c42b3e;
    color: #fff;
    font-weight: 100;
    border:0px;
}
#delDept.lnkbtn.icon-btn.btn-clr{
    background-color: transparent;
    border-color: #5867dd;
    color:	#5867dd;
}
#delDept.lnkbtn.icon-btn.btn-clr:hover, #delDept.lnkbtn.icon-btn.btn-clr:focus, #delDept.lnkbtn.icon-btn.btn-clr:active{
	background-color: transparent;
    border-color: #5867dd;
	color:	#5867dd;
}
.panel-body.panel-body-m-0 {
    padding: 0px;
}
.left-cal-box.panel.panel-default {
    margin: 5px 5px;
}
.left-main-cal .panel-group .panel-collapse .panel-body.panel-body-m-0.table-responsive {
    padding: 2px 8px;
    height: 235px;
}
.left-main-cal .panel-body.panel-body-m-0.table-responsive tr td{
	color:#000;
}
input.dial-close-btn.close-dialysis-btn {
    background: #c42b3e;
    color: #fff;
    font-weight: 100;
    border: 0px;
    padding: 5px 10px;
    margin-left: -15rem;
}
.sidebar-menu .treeview a i.fas.fa-hospital,
.sidebar-menu .treeview a i.fas.fa-database{
	width: 20px;
}
a.myModel2.pull-right.dflt.blue-background.add-inventory {
    color: #fff !important;
}
.popup-table-delete-btn{
	color: #fff !important;
    background: #218DD6 !important;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 45px;
}
input#btnAdd:focus {
	outline: none;
}
input#startDialysisDate {
    margin-top: 0px;
}

div#collapse2 .panel-body.panel-body-m-0.table-responsive table.table.table-striped.table-responsive {
    background: #fff;
}
.form-group.form-group-m-b-0 {
    margin-bottom: 0px;
}
lable.gov-label-title-bold {
    color: #3f4047;
    font-weight: 600;
}
a.revert.revert-m-b-5 {
    margin-bottom: 5px;
}
.label-bold-view-officer {
    font-weight: 600;
    width: 260px;
}
a.dropdown-toggle.main-dropdown-set{
	background: #fff !important;
}
.tb-heading-under .form-control.m-t-0 {
    margin-top: 0px;
}
.col-md-2.col-md-p-10 {
    padding: 0px 10px;
}
.btn-m-t-20 {
    margin-top: 20px;
}

	button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close.ui-state-hover:hover .ui-button-text,
	button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close.ui-state-hover:active .ui-button-text,
	button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close.ui-state-focus:focus .ui-button-text,
	button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close.ui-state-hover:active .ui-button-text,
	button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close.ui-state-focus:focus,
	button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close.ui-state-focus:hover{
		outline: none;
}
label.pull-left.label-m-t-7{
	margin-top: 7px;
}
input#startDialysisDate.dateBox.col-m-t--30 {
    margin-top: -20px;
}
.grid-white-space-normal .table-responsive table tr td a .label.label-info{
	display: inline-block;
    margin-bottom: 4px;
}
.grid-white-space-normal Table.table>tbody>tr>td{
	white-space: normal;
}
div#dataGridForItem table.table-striped.table-border-remove tr td {
    border: 1px solid #f4f4f4;
}
.panel-heading h4.panel-title {
    font-size: 15px !important;
    font-weight: 600;
}
.panel-group .panel-heading {
    padding: 8px 10px;
}
.panel-group .panel.panel-default .panel-body {
    padding: 8px 8px;
}
.Issue-btn{
	background: cornflowerblue;
    color: #fff;
    border: transparent;
    border-radius: 4px;
}
.Approve-btn, .Approve-btn:hover{
    background: green !important;
    color: #fff;
    border: transparent;
    border-radius: 4px;
}
.Reject-btn, .Reject-btn:hover{
    background: red;
    color: #fff;
    border: transparent;
    border-radius: 4px;
}
.Cancel-btn, .Cancel-btn:hover{
    background: gray;
    color: #fff;
    border: transparent;
    border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 1366px){
	body.popup-model-widh .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .ui-dialog-content.ui-widget-content{
		min-height:200px !important;
	}
	.header-btn-sm-div{
		padding: 2px 10px;
	    border-radius: 4px;
	    margin: 2px 0px;
	}
	.empl-name-header{
		font-weight: 500;
	}
	.grid-white-space-normal .table-responsive table tr td a .label.label-info{
		display: inline-block;
    	margin-bottom: 4px;
	}
	.grid-white-space-normal Table.table>tbody>tr>td{
		white-space: normal;
	}	
}
@media (min-width: 768px) and (max-width: 1360px){
	.box-header.with-border span.dflt.blue-background.header-btn-sm-div {
	    margin-right: 4px !impotant;
	}
	table#batchwisestockreports1 thead tr th {
	    padding: 0px 4px;
	    font-size: 12px !important;
	}
	.stockverification .val-m-b-0 .alert{
		line-height: 12px !important;
    	font-size: 10px !important;
	}
	section.content.stockverification {
	    padding-top: 2px;
	}
	.stockverification .box .box-body form#pageform .box .box-header.with-border h2.box-title {
	    font-size: 12px !important;
	}
	.stockverification .box .box-body form#pageform .box .box-header.with-border{
		padding: 0px 5px !important;
	}
	.stockverification .box .box-body form#pageform .box {
	    margin-bottom: 2px !important;
	}
	.stockverification table#batchwisestockreports1 tbody tr td {
	    padding: 1px 4px !important;
	}
	.stockverification table#batchwisestockreports1 tbody tr td .form-control{
		height: 18px !important;
	}
	body.popup-model-widh .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .ui-dialog-content.ui-widget-content{
		min-height:200px !important;
	}
	body.popup-model-widh .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
	    width: 500px !important;
	    left: 33% !important;
	}
	.header-btn-sm-div{
		padding: 2px 10px;
	    border-radius: 4px;
	    margin: 2px 0px;
	}
	.grid-white-space-normal .table-responsive table tr td a .label.label-info{
		display: inline-block;
    	margin-bottom: 4px;
	}
	.grid-white-space-normal Table.table>tbody>tr>td{
		white-space: normal;
	}
	.text-center.total-dial-lab-center .small-font-total-dial-lab b,
	.font-size-18{
		font-size: 12px !important;
	}
	.note-tot-icon .cen-red{
		font-size: 12px;
	}
	.upload-profile-msg{
		font-size: 11px;
	}
	div#targetItemDiv2{
		height: 453.4px !important;
	}
	.empl-name-header, .telegram-img-a-tag, .col-sm-12.col-xs-4.m-line-height{
			font-size: 11px !important;
		}
		.col-sm-12.col-xs-4.m-line-height{
			padding: 0px;
		}
		.col-md-2.col-sm-3.col-xs-5.mobile-telegram-set {
    		padding: 0px;
		}
		.empl-name-header{
			margin-right: 5px;
		}
		.ikd-its-tggl-line{
			margin-left: 0px;
			padding: 0px;
		}
}

.font-weight-label{
	font-weight: 700 !important;
	font-size: 14px !important;
	margin-top: 7px;
}
.form-group.radio-label-bold {
    font-weight: 500;
    font-size: 14px;
}
.col-sm-3.small-p-r-0, .col-sm-4.small-p-r-0 {
    padding-right: 0px;
}

@media (min-width: 768px) and (max-width: 1366px){
	.box-header.with-border span.dflt.blue-background.header-btn-sm-div {
	    margin-right: 4px;
	}
	body.popup-model-widh .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
	    width: 500px !important;
	    left: 33% !important;
	}
	.col-sm-6.pad-right-0 {
    	padding-right: 0px;
	}
	.smalldiv-col-lg-2 .col-lg-2 {
    	width: 20%;
    	font-size: 11px;
	}
	.col-lg-12.col-md-12.col-xs-12.dial-lab-m-right .pull-right.small-font-total-dial-lab {
    	width: 200px !important;
	}
	.col-md-6.order-qty-md-6 {
    	padding-right: 0px;
	}
	div#viewUploadedFile {
	    font-size: 11px;
	}
	.dialysiscen-col-sm-3-smdiv{
	    padding-right: 5px;
	    padding-left: 10px;
	}
	.dialysiscen-col-sm-3-smdiv label.sum-title.font-size-small-div {
	    font-size: 10px ! important;
	}
	.content-header>h1{
		line-height: 20px;
		font-size: 12px;
	}
	.content-header{
		padding-top: 5px;
	}
	.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title{
		font-size: 15px;
	}
	.box-header{
		padding: 2px 10px;
	}	
	.all-marked{
		line-height: 20px;
		font-size: 11px;
	}
	.form-group label{
		font-weight: 600 !important;
	}
	.form-control{
		padding: 2px 7px;
		height: 25px;
	}
	.form-group textarea#address{
		padding-left: 12px;
	}
	.col-sm-4.age-pad-right-0.width-change-1 {
    	width: 36%;
	}
	.col-sm-4.age-pad-right-0 {
    	padding-right: 0px;
	}
	.col-sm-4.width-change-3 {
    	width: 30%;
	}
	input::placeholder {
    	font-size: 10px;
	}
	.form-group label{
		font-size: 12px !important;
	}
	.form-group {
    	margin-bottom: 10px;
	}
	#command .col-sm-2.change-width-col-sm-2{
		padding: 0px 0px 0px 10px;
	}
	.col-md-2.small-di-width-unit {
    	width: 20%;
	}
	.col-md-2.small-di-width-uom{
		width: 21%;
	}
	.icon-btn{
		padding:2px 14px;
	}
	.col-md-5.col-sm-5.col-xs-12.ikd-its-tggl-line {
    	font-size: 11.5px !important;
    	font-weight: 600;
	}
	.nav-tabs-custom>.nav-tabs>li>a{
		padding: 3px 6px;
	}
	input[type="search"], #listingTable_filter input[type="search"]{
		height: 22px !important;
	}
	.print, .dt-button{
		font-size: 11px;
    	height: 22px;
    	line-height: 22px;
    	width: 64px;
	}
	#listingTable_length select{
		width: 36px;
    	font-size: 11px;
    	height: 22px;
	}
	.dataTables_length{
    	font-size: 11px;
	}
	.paging_full_numbers .ui-button{
		padding: 0px 5px;
	}
	table#listingTable {
    	margin-bottom: 2px;
	}
	.ui-buttonset .ui-button{
		font-size: 11px;
    	margin: 2px 2px;
	}
	div#datewisedisplayPending .table > thead > tr > th{
		padding: 1px 3px;
    	font-size: 14px;
	}
	div#datewisedisplayPending .table > tbody > tr > td {
    	padding: 4px 4px;
    	font-size: 14px;
    	line-height: 15px;
	}
	div#datewisedisplayPending .table > tbody > tr > td .dflt {
    	font-size: 11px;
    	padding: 2px 6px;
	}
	.revert{
		font-size: 12px;
    	height: 22px;
    	line-height: 26px;
    	width: 22px;
	}
	.form-group.change-label-name-font b, .wht-big {
    	font-size: 12px;
	}
	.small-p-r-0 {
    	padding-right: 0px;
	}
	.small-di-width-35{
		width: 37.5% !important;
	}
	.col-md-3.font-size-13.small-di-width-35 b{
		font-size: 12px;
	}
	.status-text{
		font-size: 12px;
		margin-left: 2px;
    	line-height: 15px;
	}
	.status-box{
		width: 15px;
		height: 15px;
	}
	.dia-status{
		font-size: 12px;
	}
	.row.remove-center-head-m-t-10 .center-heading{
		margin-top: 5px;
		font-size: 12px;
	}
	.bd-img{
		width: 30% !important;
	}
	.white-cnt-box{
		padding: 2px 10px 0px 10px;
	}
	.red-box{
		margin-top: 4px;
	}
	label.Equipment-container {
    	margin-top: 3px;
	}
	select#modules {
    	margin-top: 10px;
	}
	.dataTables_info{
		width: 35% !important;
	}
	.form-group.radio-font-weight {
    	font-weight: 500;
    	font-size: 12px;
	}
	.label.label-info {
    	padding: 2px 7px;
    	font-size: 10px;
	}
	Table.table>tbody>tr>td, Table.table>tbody>tr>th, .table>tfoot>tr>td, 
	Table.table>tfoot>tr>th, Table.table>thead>tr>td, Table.table>thead>tr>th{
		padding: 3px 5px;
		font-size: 12px;
	}
	.ui-icon{
		height: 12px !important;
	}
	table#leaveStatusList {
    	margin-bottom: 5px;
	}
	.pull-right.small-font-total-dial-lab {
    	font-size: 12px;
	}
	.nav-tabs-custom>.tab-content{
		padding: 15px !important;
	}
	footer.main-footer .dark-2{
		line-height: 20px !important;
	}
	footer.main-footer{
		padding: 8px 30px;
    	min-height: 34px !important;
	}
	footer.main-footer img{
		width: 18px;
	}
	div#calender-first .col-sm-3.col-xs-12 {
    	padding-right: 0px !important;
    	padding-left: 4px !important;
	}
	.col-sm-3.small-di-width-col-3{
	    width: 36% !important;
	    padding-right: 0px;
	}
	.col-sm-3.small-di-width-col-3-32{
	    width: 32% !important;
	    padding-right: 0px;
	}
	.col-sm-3.small-di-width-31-col-3 {
	    width: 31% !important;
    	padding-right: 0px;
	}
	.col-sm-2.small-di-width-col-2-19{
		width: 19%;
	}
	.small-di-width-col-2-14 {
    	width: 14% !important;
	}
	.col-sm-2.small-di-p-r-0 {
    	padding-right: 0px !important;
	}
	.col-sm-2.small-di-col-sm-2-p-l-0 {
    	padding-left: 0px !important;
	}
	tbody.tbody-table-input-m-t-0 .form-control {
    	margin: 0px;
	}
	.col-md-3.small-di-imgupload-col-3.col-xs-12 {
    	width: 35%;
	}
	tbody#patientList .dflt.green-background, tbody#patientList a.dflt.blue-background{
		padding: 2px 8px;
		color:#FFF;
	}
	.box-body.small-font-size-11 .ch-line {
    	font-size: 11px;
    	font-weight: 600;
    	line-height: 25px;
	}
	.box-body.small-font-size-11 .col-sm-6.lbl-light, .box-body.small-font-size-11 .col-sm-6.lbl-dark {
    	font-size: 11px;
    	padding: 0px 8px
	}
	input.str-button.start-dialysis-btn{
		padding: 4px 10px;
    	font-size: 12px;
	}
	.col-md-3.text-center.samll-width-change-btn{
    	width: 10% !important;
	}
	.form-group.form-group-mb-0 .col-md-3{
		width: 30%;
	}
	.form-group.form-group-mb-0 .col-md-3.small-width-25{
		width: 25%;
	}
	.form-group.form-group-mb-0  .col-md-3.smaill-width-33{
		width: 33%;
	}
	.skin-blue.sidebar-mini .days-box.col-sm-5{
		width: 40% !important;
    	padding: 0px 20px !important;	
	}
	.sp-icon{
		width: 24px;
	    height: 24px;
	    line-height: 22px;
	    font-size: 12px;
	}
	.col-sm-4.inputbox-mar-t-10{
	    padding: 0px;
	}
	.panel-body.panel-body-m-0.table-responsive div#pendingDialysisPatient_wrapper {
    	margin: 0px;
	}
	div#collapse2 .panel-body.panel-body-m-0.table-responsive table.table.table-striped.table-responsive{
		margin-bottom:0px;
	}
	div#collapse2 .panel-body.panel-body-m-0.table-responsive label{
		margin-bottom:0px;
	}
	div#viewUploadedFile .col-sm-4 {
	    padding: 0px 4px;
    	font-size: 12px;
	}
	.col-md-2.small-dis-width-15{
		width: 15.666666%;
	}
	.col-md-1.order-qty-md-1 {
	    padding-left: 0px;
	    width: 9.3333%;
	}
	div#billingAddress.space-label .col-md-2.addressbox-height-fix{
		width: 20%;
		font-size: 12px;
		padding: 3px 2px;
	}
	.ui-dialog .ui-dialog-titlebar {
	    padding: .1em 1em !important;
    	font-size: 12px !important;
	}
	Table.table>tbody>tr>td .dflt {
    	padding: 2px 8px;
    	font-size: 11px;
	}
}
.box-body.Purchase-Order-List {
    padding: 0px 0px 8px 0px;
}
.box-body.Purchase-Order-List .table-responsive.tbl-mb-0 .dataTables_wrapper {
    margin-top: 0px;
}
.box-body.Purchase-Order-List .table-responsive.tbl-mb-0 .dataTables_wrapper th, .box-body.Purchase-Order-List .table-responsive.tbl-mb-0 .dataTables_wrapper td {
    padding: 1px 4px;
    font-size: 14px;
}
.box-body.Purchase-Order-List .content .nav-tabs-custom {
    margin-bottom: 8px;
}
.cust-btn-set span.label.label-info {
    width: 24px;
    height: 24px;
    text-align: center;
    display: inline-block;
    line-height: 15px;
}
@media (min-width: 900px) and (max-width: 1440px){
	.col-md-6.order-qty-md-6 {
    	padding-right: 0px;
	}
	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable{
		top: 100px !important;
    	width: 1200px !important;
    	left: 315px !important;
	}
	
	.col-md-5.col-sm-5.col-xs-12.ikd-its-tggl-line {
    	width: 36.666%;
    	margin-left: 2px;
    	font-weight: 600;
	}
	.col-md-2.small-di-width-unit {
    	width: 20%;
	}
	.col-md-2.small-di-width-uom{
		width: 22%;
	}
	table#listingTable {
    	margin-bottom: 5px;
	}
	div#datewisedisplayPending .table > thead > tr > th {
    	padding: 5px 4px;
    	font-size: 14px;
	}	
	div#datewisedisplayPending .table > tbody > tr > td {
    	padding: 4px 4px;
    	font-size: 14px;
    	line-height: 15px;
	}
	div#datewisedisplayPending .table > tbody > tr > td .dflt {
    	font-size: 12px;
    	padding: 2px 6px;
	}
	.col-md-2.col-sm-3.col-xs-5.mobile-telegram-set {
    	padding-right: 0px;
	}
	.col-md-2.col-sm-3.col-xs-5.mobile-telegram-set {
    	padding: 0px 4px;
	}
	.empl-name-header{
		margin-right: 5px;
	}
	.col-sm-12.col-xs-4.m-line-height{
		padding: 0px;
	}
	.empl-name-header, .telegram-img-a-tag, .col-sm-12.col-xs-4.m-line-height{
		font-size: 11.5px !important;
	}
	.table-striped.table-responsive.displayDatatable.dataTable.no-footer,
	table.table.table-striped.table-responsive.displayDatatable1.dataTable.no-footer{
		margin-bottom: 5px;
	}
	.col-sm-3.small-di-width-31-col-3 {
    	width: 30%;
	}
	.col-md-3.small-di-imgupload-col-3.col-xs-12 {
    	width: 40%;
	}
	.col-sm-2.small-di-col-sm-2-p-l-0 {
    	padding-left: 0px !important;
	}
	.col-sm-4.age-pad-right-0.width-change-1 {
    	padding-right: 0px;
	}
	div#viewUploadedFile .col-sm-4 {
	    padding: 0px 4px;
    	font-size: 12px;
	}
}


@media (min-width: 900px) and (max-width: 1680px){
	.skin-blue.sidebar-mini .days-box.col-sm-5{
		width: 40% !important;
    	padding: 0px 28px;
	}
	.small-di-width-35{
		width: 37% !important;
	}
	.col-sm-3.small-di-width-31-col-3{
		width: 30% !important;
	}
	.col-md-3.small-di-imgupload-col-3.col-xs-12 {
    	width: 35%;
	}
	.col-sm-3.small-di-width-col-3{
		width: 35% !important;
	}
	.col-sm-3.small-di-width-col-3-32 {
    	width: 30% !important;
	}
	/* #command .col-md-3.col-sm-12 .col-sm-3.small-p-r-0 {
    	padding: 0px;
	} */
	.col-sm-2.small-di-width-col-2-19{
		width: 18%;
		padding-right: 5px;
	}
	.small-di-width-col-2-14 {
    	width: 14% !important;
	}
	.box-body.small-font-size-11 .col-sm-6.lbl-light, .box-body.small-font-size-11 .col-sm-6.lbl-dark {
		padding:0px 8px;
	}
	div#billingAddress.space-label .col-md-2{
		font-size: 12px;
	    padding: 5px 5px;
	    width: 19%;
	}
	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable{
		/* left: 300px !important; */
	   /*  width: 1000px !important; */
	}
	.ui-dialog-content.ui-widget-content {
    	height: 380px !important;
	}
	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable{
	    top: 74px;
    	left: 100px !important;
	}
}

.startdate_div{
	margin-bottom: -25px;
}
input.str-button.stop-dialysis-btn {
    background: #fe5722;
    border: none;
    color: #FFF;
}
input.dial-close-btn.close-dialysis-btn{
	margin-left: 28rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #2185f7 !important;
    border: 1px solid #2185f7 !important;
    font-size: 12px !important;
}
.col-sm-3.small-di-width-col-3, .col-md-3.font-size-13.small-di-width-35 {
    width: 27%;
}
/* .col-sm-3.small-p-r-0 {
    padding: 0px;
} */
.form-group.radio-font-weight {
    font-weight: 500;
}
.form-group.radio-label-bold {
    font-weight: 600;
}
input.str-button.btn-resume {
    background: #3d78bb;
    color: #fff;
    border: none;
}
.form-group.form-group-mb-0 .col-md-3.text-center.samll-width-change-btn {
    width: 10%;
    padding-left: 0px;
}
.form-group.form-group-mb-0 .col-md-3 {
    width: 30%;
}
table#listingTable {
    margin-bottom: 5px;
}
a.dflt.dflt-bttn.popup-btn-submit{
	background-color: #daeafe;
    border-color: #97d2eb;
    color: #3d78bb;
}
a.dflt.dflt-bttn.popup-btn-submit:hover, a.dflt.dflt-bttn.popup-btn-submit:active{
	background-color: #3399FF;
    color: #fff;
    border-color: #3399FF;
}
.col-md-1.order-qty-md-1 {
    padding-left: 0px;
}
.col-md-1.order-qty-md-1 .errtxtquantity.validationMsg.clearfix {
    font-size: 11.5px;
}
.row.row-displ-box div#billingAddress.space-label .col-md-2{
	display: inline-block;
    float: none;
    background: #fff;
}
.row.row-displ-box div#billingAddress {
    overflow-x: auto;
    white-space: nowrap;
    padding: 15px 15px;
    background: aliceblue;
    margin-bottom: 20px;
}
.main-box-address {
    padding: 0px 15px;
    background: aliceblue;
}
.main-box-address .col-md-2.addressbox-height-fix b{
    font-weight: 600;
}
a.fg-button.ui-button.fbuttonui-state-default.ui-state-.previous.disabled, 
a.fg-button.ui-button.fbuttonui-state-default.ui-state-.next.disabled, 
a.fg-button.ui-button.fbuttonui-state-default.ui-state-.current,
div#listingTable_paginate a.fg-button.ui-button.fbuttonui-state-default {
	background: #175295;
    padding: 4px 6px;
    color: #fff;
}
a.fg-button.ui-button.fbuttonui-state-default.ui-state-.previous.disabled:hover, 
a.fg-button.ui-button.fbuttonui-state-default.ui-state-.next.disabled:hover, 
a.fg-button.ui-button.fbuttonui-state-default.ui-state-.current:hover,
div#listingTable_paginate a.fg-button.ui-button.fbuttonui-state-default:hover{
	color: #218DD6;
}
.dataTables_wrapper.no-footer table.table.table-striped.table-responsive.displayDatatable.dataTable.no-footer,
.dataTables_wrapper.no-footer table.table.table-striped.table-responsive.displayDatatable1.dataTable.no-footer {
    margin-bottom: 5px;
}
.col-md-5-bg-color .table-responsive.table-height-fix {
    max-height: 200px;
}
td.tb-heading-under a.dflt.green-background {
    color: #fff;
}
a.dflt.blue-background.popup-a-color-white {
    color: #fff;
}
table.table.table-striped.table-responsive.mrg-top-10.table-input-width-fix input {
    width: 85px;
}
.link-hover-underline, .link-hover-underline:hover, .link-hover-underline:focus {
    color: #3c8dbc !important;
}
.panel-body.panel-body-m-0.table-responsive.table-height-150-scroll {
    height: 150px;
}
.link-hover-underline:hover{
	text-decoration: underline !important;
	cursor: pointer !important;
}
div#viewUploadedFile.main-popup-srn {
    font-size: 13px;
}
.mrg-top-10.table#patientDetails .form-control {
    margin: 0px;
}
.lbl-dark.font-bold-prim {
    font-weight: 500;
    color: #3c8dbc;
}
.lbl-dark.font-bold-dark {
    font-weight: 500;
}
.ch-line.odd {
    background: #f7f7f7;
}
td.bottomDiv.btn-cir-add-del .icon-btn {
    padding: 2px 2px;
    height: 26px;
    width: 26px;
}
.col-lg-12.col-md-12.col-xs-12.dial-lab-m-right .pull-right.small-font-total-dial-lab {
    width: 250px;
}
.tab-commonlisting{
	color: #444;
    border-radius: 0;
    padding: 8px 10px;
}
.pull-right.small-font-total-dial-lab.total-dialysis-span span {
    color: #2fa1dd;
    font-weight: 600;
}
.note-tot-icon{
	margin: 15px 0px 0px 0px;
}
.total-dial-lab-center .small-font-total-dial-lab {
    font-size: 18px;
    font-weight: 600;
}
.total-dial-lab-center .small-font-total-dial-lab  span{
	color: #2fa1dd;
}
span.pull-right.dialysis-status-lab {
    padding: 2px 8px;
}
td.tb-heading-under.white-space-normal {
    white-space: normal;
}
tr.prcs.even, tr.prcs.odd{
	background: #fff !important;
}
tr.prcs.even  i.fa.fa-circle, tr.prcs.odd  i.fa.fa-circle{
	color:#e08e00 !important
}
/*/.status-yellow, tr.status-yellow.odd, tr.status-yellow.even{
	background: #ffff59;
}*/
.status-yellow{
	background: #ffff59;
}
 tr.status-yellow.odd, tr.status-yellow.even{
 	background: #fff !important;
 }
tr.status-yellow.odd i.fa.fa-circle, tr.status-yellow.even i.fa.fa-circle{
 	color: #ffff59 !important;
}
.status-grey{
	background: grey;
}
tr.status-grey.odd, tr.status-grey.even {
	background: #fff !important;
}
tr.status-grey.odd i.fa.fa-circle, tr.status-grey.even i.fa.fa-circle{
	color: grey !important;
}
/*.status-blue, tr.status-blue.odd, tr.status-blue.even {
	background: lightskyblue;
}*/
.status-blue{
	background: lightskyblue;
}
tr.status-blue.odd, tr.status-blue.even {
	background: #fff;
}
tr.nw.even, tr.nw.odd{
	background: #fff !important;
}
tr.nw.even i.fa.fa-circle, tr.nw.odd i.fa.fa-circle{
	color: #f2784b !important;
}
.status-blue i.fa.fa-circle, tr.status-blue.odd i.fa.fa-circle, tr.status-blue.even i.fa.fa-circle{
	color: lightskyblue;
}
.status-main-box .status-text {
    font-weight: 600;
    padding-left: 6px;
}
.original-cennm--highlight{
	color: red;
}
.font-size-18 {
    font-size: 18px;
    color: #175295;
    font-weight: 600;
}
.text-center.total-dial-lab-center .small-font-total-dial-lab b{
	color: #175295;
	font-weight: 600;
}
tbody.tbody-font-color-black tr td, tbody.tbody-font-color-black tr td a {
    color: #000;
}
a.fg-button.ui-button.fbuttonui-state-default.ui-state-.next, a.fg-button.ui-button.fbuttonui-state-default.ui-state-{
	background: #175295;
    padding: 2px 6px;
    color: #fff;
}
.form-control::placeholder{
	font-weight: 500 !important;
}
.blue-background.add-inventory.ap-lst-bttn i.fa.fa-history {
    color: #fff;
}
.upload-profile-msg {
    margin: 0px 0px 12px 0px;
    color: #333;
    font-weight: 500;
}
#listingTable_filter input[type="search"]::placeholder{
	font-weight: 500 !important;
}
.popup-table-divwidth-fix{
	text-align:center;
}
.popup-table-divwidth-fix .dflt{
	width:120px;
}
.name-font-color-blue{
	font-weight: 600;
    color: #175295 !important;
    display: block;
}
label#patientMappedCenter.span-label-name-color span {
    color: #175295;
}
.col-xs-12.error-msg-white-space-normal .validationMsg.clearfix {
    white-space: normal;
}
.overflow-scroll{
	height: 60px !important;
}
.error-msg-overflow .validationMsg {
    white-space: normal;
}
.admin-dashbord .box .box-body .box .box-header.with-border{
	border-bottom: 1px solid #f2f2f3;
    background: #f2f2f3;
}
.content-wrapper .content .box .box-header.with-border {
    background-color: #d1d1d1;
}
.content-wrapper .content .box .box-header.with-border h3.box-title{
	color:#000;
}
.table-responsive table tr td a .label.label-info{
	    padding: 5px 5px !important;
}
a.dflt.blue-background {
    border-radius: 30px;
    padding: 0px 0px;
    margin: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.mobile-managed-by {
    text-align: center;
    color: #fff;
    padding-top: 20px;
    display: none;
}
.mobile-display-block {
    display: none;
}
form#formLogin .margin-top-50 .validationMsg {
    color: #fff;
}
.row.bed-design-box {
    margin: 0px;
}
.row.bed-design-box .col-md-2{
	padding: 2px 6px;
}
.row.bed-design-box .red-box .bx-brd-none {
    border-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.row.bed-design-box .red-border-box{
	border: 5px solid #c42b3e;
    padding: 5px
}
.row.bed-design-box .green-border-box{
	border: 5px solid green;
    padding: 5px;
}
.row.bed-design-box .orange-border-box{
	border: 5px solid #F9690E;
    padding: 5px;
}
.green-border-box .white-cnt-box {
    padding-bottom: 22px;
}
.row.bed-design-box .red-box img {
    width: 25% !important;
}
.row.bed-design-box .red-box .white-cnt-box {
    padding: 5px 6px 0px 8px;
}
.row.bed-design-box .green-border-box .white-cnt-box{
	padding-bottom: 0px;
}
.row.bed-design-box .red-box{
	padding: 5px;
}
form#command .row.bed-design-box{
	border-top: 1px solid #d1d1d1;
}
.row.bed-design-box .white-gray-line.bx-brd-none {
    min-height: 42px;
}
form#command .row.bed-design-box .red-box {
    margin-top: 5px;
}
.col-md-5-bg-color .form-group.form-group-mb-0 .form-group .validationMsg {
    position: absolute;
}
table#shiftTable tbody.tbody-table-input-m-t-0 td input {
    margin-top: 0px;
}
table#listingTable .label.label-info i.fa.fa-exclamation-circle {
    padding-right: 2px;
}
a#salaryProcessDivShowHide {
    line-height: 27px;
    color: #fff !important;
}
.row.remove-center-head-m-t-10 .center-heading {
    font-weight: 600;
}
body.popup-model-widh .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    width: 500px !important;
}
li.dropdown.notifications-menu ul.dropdown-menu .slimScrollDiv {
    height: auto !important;
}
.stockverification table#batchwisestockreports1 tbody tr td .form-control {
    margin: 0px;
    height: 25px;
    padding: 2px 8px;
}
.stockverification table#batchwisestockreports1 tbody tr td {
    padding: 2px 4px;
}
.stockverification .val-m-b-0 .alert {
    padding: 2px 10px;
    margin:2px 8px 0px 8px;
}
.stockverification .box .box-body form#pageform .box {
    margin-bottom: 5px;
}
.stockverification table#batchwisestockreports1{
	margin-bottom: 0px;
}
section.content.stockverification .box-body {
    padding-top: 4px;
}
.pwd-view i.fa.fa-eye {
    position: absolute;
    right: 15px;
    top: 50px;
    cursor: pointer;
}
.pwd-view{
	position: relative;
}
.table-responsive.tbl-mb-0 table.table.table-striped.table-responsive.displayDatatable1.dataTable.no-footer {
    margin-bottom: 0px;
}
.box-header.with-border span.dflt.blue-background.header-btn-sm-div {
    padding: 2px 10px;
    border-radius: 5px;
}
div#billingAddress.space-label{
	display: -webkit-box;
    overflow: auto;
}
table#tblItemDetails tbody tr td .form-control {
    margin: 0px;
}
.row.tbl-w-td-50 .col-md-6 table.table.table-striped.table-border-remove td {
    width: 50%;
}
table.table.table-striped.table-responsive.displayDatatable1.dataTable.no-footer tbody td a.link-hover-underline,
table.table.table-striped.table-responsive.displayDatatable1.dataTable.no-footer tbody td a.myModel1,
table#patientReport tbody td .modellink {
    text-decoration: underline;
}
table#batchwisestockreports1 tbody td .form-control {
    margin: 0px;
}
table.table.table-striped.table-responsive.displayDatatable1 tbody td .dflt-bttn {
    padding: 2px 8px;
}
.row.chng-pwd-view .fr-grp {
    position: relative;
}
.row.chng-pwd-view .fr-grp i.fa.fa-eye {
    position: absolute;
    right: 25px;
    top: 28px;
    color: #454545;
    cursor: pointer;
}
.notifications-nav .notifications-menu a.dropdown-toggle {
    background: #03a9f4;
    padding: 4px 8px;
    margin-top: 8px;
    border-radius: 4px;
}
.notifications-nav .notifications-menu a.dropdown-toggle i{
	color:#fff;
}
.table-responsive.popup-fontsize th, .table-responsive.popup-fontsize td {
    font-size: 12px;
    padding: 3px;
}
.table-responsive.tbl-td-hight table#tblItemDetails td, .table-responsive.tbl-td-hight table#tblItemDetails th {
    padding: 1px 4px;
}