
.ibox-title {
	padding: 8px 90px 8px 15px;
}
.ibox-tools {
	top: 6px;
}
.pagination {
	float: right;
}
/*parsley error msg*/
.parsley-validated.parsley-error:focus {
    border-color: #cc5965 !important;
    box-shadow: none !important;
}
.parsley-validated.parsley-error {
    border-color: #cc5965 !important;
    color: inherit;
}
.parsley-validated.parsley-success.parsley-error {
    border-color: #e5e6e7 !important;
    color: inherit;
}
ul.parsley-error-list {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	list-style-type: none !important;
}
ul.parsley-error-list li {
    color: #cc5965;
}
.middle-box h1.logo-name  {
	font-size:100px;
} 
.middle-box h1.logo-name  a {
	color: #e6e6e6;
} 
.form-signin h2.form-signin-heading {
	font-size: 17px;
	text-align: left;
	font-weight: 700;
}

/* Create a custom checkbox */
.checkbox-ctm {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-ctm input {
    position: absolute;
    opacity: 0;
}
.checkmark-ctm {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
}
.checkbox-ctm input:hover~.checkmark-ctm {
    border: 1px solid #3a9cfb;
}
.checkbox-ctm input:checked~.checkmark-ctm {
    background-color: #3a9cfb;
}
.checkmark-ctm:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-ctm input:checked~.checkmark-ctm:after {
    display: block;
}
.checkbox-ctm .checkmark-ctm:after {
    left: 6px;
    top: 2px;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* end of custom checkbox */

select.form-control:not([size]):not([multiple]) {
	height: auto;
}
.fileinput-remove-button:hover,
.fileinput-upload-button:hover {
	color: #fff;
}

.wrapper-content {
	min-height:650px;
}
.view_image {
	position: relative;
	width: 100px;
}
.view_image img {
	width: 100px;
	height: 80px;
	border: 1px solid #eee;
	padding: 3px;
	margin-bottom: 5px;
}
.view_image a.icon {
	position: absolute;
	top: 0;
	right: 0;
}
.view_image a.icon i.fa {
	font-size: 18px;
	color: red;
}

/*form-group custom*/
.form-group-ctm {
    width: 100%;
    background: #ffffff;
    padding: 2px 10px;
    margin-bottom: 15px;
    /*border: 1px solid #afb5c6;*/
    border-radius: 3px;
	position:relative;
}
/* .form-group-ctm .control-label-ctm {
    width: 100%;
    margin-bottom: 0px;
    display: block;
    font-weight: 700 !important;
    font-size: 12px;
    letter-spacing: 1px;
    color: #5f6d78;
} */
.form-group-ctm .control-label-ctm {
	width: 100%;
	margin-bottom: 0px;
	display: block;
	font-weight: 700 !important;
}
.control-label-ctm .red {
    color: #ff2121;
    float: right;
}
.form-group-ctm .form-control-ctm {
    width: 100%;
    border: 1px solid #ffffff !important;
    box-shadow: none;
    padding: 0px 3px 0px 0;
    margin: 0px;
}
.form-control-ctm option {
    width: 100%;
    border: 1px solid #ffffff !important;
    box-shadow: none;
    padding: 0px 3px 0px 3px;
    margin: 0px;
    background: #ffffff;
}
.form-group-ctm input[type="date"]:focus,
.form-group-ctm input[type="email"]:focus,
.form-group-ctm input[type="number"]:focus,
.form-group-ctm input[type="password"]:focus,
.form-group-ctm input[type="search"]:focus,
.form-group-ctm input[type="tel"]:focus,
.form-group-ctm input[type="text"]:focus,
.form-group-ctm input[type="url"]:focus,
.form-group-ctm select:focus,
.form-group-ctm option:focus,
.form-group-ctm textarea:focus {
    border-color: none;
    /*color: #626262;
    background-color: #ffffff !important;*/
}
.form-group-ctm input::-webkit-input-placeholder {
    color: #a6a6a6;
}
.form-group-ctm input:-moz-placeholder {
    color: #a6a6a6;
}
.form-group-ctm input::-moz-placeholder {
    color: #a6a6a6;
}
.form-group-ctm input:-ms-input-placeholder {
    color: #a6a6a6;
}
.form-group-ctm textarea::-webkit-input-placeholder {
    color: #a6a6a6;
}
.form-group-ctm textarea:-moz-placeholder {
    color: #a6a6a6;
}
.form-group-ctm textarea::-moz-placeholder {
    color: #a6a6a6;
}
.form-group-ctm textarea:-ms-input-placeholder {
    color: #a6a6a6;
}
.form-group-ctm .disabled {
    background: #eeeeee !important;
    border: 1px solid #eeeeee !important;
}
.form-group-ctm input.disabled:focus,
.form-group-ctm select.disabled:focus,
.form-group-ctm textarea.disabled:focus {
    background: #eeeeee !important;
    border: 1px solid #eeeeee !important;
}
.form-group-dataTable {
    background: #ffffff;
    border: 1px solid #afb5c6;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}
.form-group-dataTable input {
    width: 100%;
    border: 1px solid #ffffff !important;
    box-shadow: none;
    padding: 1px 3px 1px 3px;
    margin: 0px;
}
.form-group-dataTable input[type="date"]:focus,
.form-group-dataTable input[type="email"]:focus,
.form-group-dataTable input[type="number"]:focus,
.form-group-dataTable input[type="password"]:focus,
.form-group-dataTable input[type="search"]:focus,
.form-group-dataTable input[type="tel"]:focus,
.form-group-dataTable input[type="text"]:focus,
.form-group-dataTable input[type="url"]:focus,
.form-group-dataTable select:focus,
.form-group-dataTable option:focus,
.form-group-dataTable textarea:focus {
    border-color: none;
    color: #626262;
    background-color: #ffffff !important;
}
input.hasDatepicker {
	width: 100%;
	background: #ffffff;
	padding: 6px 8px !important;
	border: 1px solid #afb5c6;
	border-radius: 3px;
	color: #676a6c;
}
/*Datepicker icon*/
.datepicker-ctm {
    position: relative;
}
.datepicker-ctm .add-calendar {
    position: absolute;
    right: 11px;
    top: 33px;
}
.datepicker-ctm .add-calendar i {
    font-size: 20px;
    cursor: pointer;
    color: #adadad;
}

table.col_hover tr.selected_col td,
table.col_hover tr:hover td,
table.col_hover tr:hover td  a {
	cursor: pointer !important;
	background: #3a9cfb;
	color: #fff;
}

.deleteIconBlock{
	position: absolute;
	top: 0px;
	right: 5px;
	width: 16px;
	height: 16px;
	z-index: 99999;
	cursor: pointer;
}
.deleteIconBlock .fa{
	color: red;
}
.dashboardBlock{
	border: 1px solid #e7eaec;
	padding: 10px 5px;
	position: relative;
	margin-bottom: 20px;
}
.fontBold{
	font-weight: bold;
}

/*===========Accordion==============*/
.accordion-section-as {}
.accordion-section-as .card{
	margin-bottom: 5px;
}
.accordion-section-as .card-header {
	padding:0;
	border-bottom: none;
}
.accordion-section-as .card-header button.btn-link {
	display: block;
	padding: 8px 8px;
	width: 100%;
	text-align: left;
	font-family: inherit;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
.accordion-section-as .card-header button.collapsed {
	background: #f5f5f5;
	color: #444;
}
.accordion-section-as .card-header button.btn-link:focus,
.accordion-section-as .card-header button.btn-link:hover {
	text-decoration: none;
}
.accordion-section-as .icon {
	position: relative;
}
.accordion-section-as .icon .card-header button::after {
	font-family: "FontAwesome";
	position: absolute;
	width: 40px;
	top: 0;
	text-align: center;
}
.accordion-section-as .icon .card-header button::after {
	height: 100%;
	font-size: 14px;
	line-height: 42px;
	right: 0;
}
.accordion-section-as .angle-icon .card-header button.collapsed::after {
	content: "\f067";
}
.accordion-section-as .angle-icon .card-header button::after {
	content: "\f068";
}
.accordion-section-as .card-body {
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
}
.accordion-section-as .card-body {
	padding: 15px;
}
/*===========End Accordion==============*/
/* Start visualization type css*/
.chart-img-box {
	width:150px;
	height:155px;
	float:left;
	border:1px solid #E4E4E4;
	padding:6px;
	margin: 5px;
	overflow:hidden;
}
.chart-img-box:hover {
	border:1px solid #111;
}

.chart-img-box .chart-img{
	width:100%;
	height:110px;
	margin-bottom: 5px;
}
.chart-img-box .chart-img img{
	width:100%;
	height:100%;
}
.chart-img-box .chart-title{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	line-height: 15px;
	color:#626262;
}
/* End visualization type css*/

.wizard-title {
	font-size: 15px;
	clear: both;
	color: inherit;
	font-family: inherit;
	margin-bottom: 15px;
}
.select-label {
    width: 100%;
    float: left;
    font-size: 15px;
    margin-top: 5px;
}
.text_align_left {text-align: left !important;}
.text_align_right {text-align: right !important;}
.text_align_center {text-align: center !important;}

.btn-w-m {margin-bottom:5px;}

.top-lang {
    margin-top: 16px;
}
.top-lang .form-control {
    padding: 2px 5px;
}
.top-lang-index {
    margin-top: 17px;
	 
}
.top-lang-index .form-control {
    padding: 2px 2px;
	
}

.filters_wh {
	width:250px;
	float:left;
	height:63px;
	margin:5px;
}
.filters_wh_date {
	width:175px;
	float:left;
	height:63px;
	margin:5px;
}
.filters_wh_btn {
	width:auto;
	float:right;
	/*height:63px;*/
	height:43px;
	margin:5px;
	/*padding-top: 14px;*/
	padding-top: 5px;
}
.input-group-cmt {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group-cmt .input-group-addon-cmt {
	cursor: pointer;
	padding: 5px 12px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #afb5c6;
	border: 1px solid #afb5c6;
	border-radius: 3px;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;	
	display: table-cell;	
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
input.hasDatepicker {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.export_panel {
	border: 1px solid #dddddd;
	padding: 5px;
	margin-bottom: 10px !important;
	width: 100%;
	overflow: hidden;
	background: #eeeeee;
}
.export_panel h3 {
	font-size: 15px;
	font-weight: bold;
	color: #626262;
	margin-bottom: 5px;
	margin-top: 6px;
	float: left;
}
.export_panel .btn.btn-outline.btn-primary {
	margin-left: 5px;
}
.padding_t0 {padding-top: 0px !important;}

/*SoftWorks*/
.container-fluid {
	padding-right: 5px !important;
	padding-left: 5px !important;
}
#page-wrapper {
	padding: 0 5px;
}
.ibox-content {
	padding: 15px 15px 20px 15px;
}
.border-bottom {
	margin-left: -5px;
	margin-right: -5px;
}
.panel {
	margin-bottom: 10px;
}
.wrapper-content {
	padding: 10px 10px 30px;
}
/*left menu*/
@media (max-width: 768px) {
	.body-small .navbar-static-side {
		width: 150px;
	}
	.wrapper-content {
		min-height: auto;
	}  
	body.mini-navbar #page-wrapper {
	  margin: 0 0 0 150px
	}
	body.mini-navbar .navbar-static-side {
	  width: 150px;
	}
	body.mini-navbar .nav-label,
	body.mini-navbar .navbar-default .nav li a span {
	  display: inline-block;
	}
	body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
	  min-width: 146px;
	}
	body.mini-navbar .navbar-default .nav > li > a {
		font-size: 12px;
		padding: 10px 5px 10px 5px; 
	}
	.mini-navbar li.active .nav-second-level {
	  left: 0;
	}  
	.mini-navbar .nav .nav-second-level {
		left: 0 !important;
		padding: 5px 5px 5px 0px !important;
	}
	body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level, 
	.mini-navbar .nav li:focus > .nav-second-level {
		z-index: 999;
		min-width: 146px;
	}
	.metismenu .collapse.in {
		display: block;
	}
	.mini-navbar .nav .nav-second-level {
		top: 100%;
	}
	.mini-navbar .metismenu .collapse.in {
		z-index: 999;
	}
	.mini-navbar .nav li.active .collapse.in {
		display: block;
	}
	.nav-second-level li:last-child {
		padding-bottom: 0px;
	}	
}
/*end left menu*/


.moreReportIcon {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 999;
}
.DashboarIconList {
	position: absolute;
	top: 2px;
	right: 0;
	z-index: 999;
	width: auto;
	padding-right: 30px;
}
.DashboarIconList i {
	padding-left: 10px;
}
table tr td .datacellText {
    padding: 0px 3px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 100% !important;
}

.borderBlock{
	border: 1px solid #afb5c6;
	padding: 10px;
}

.OverflowVisible{
	z-index: auto!important;
	overflow-x: visible!important;
	overflow-y:visible!important;
}
/* Responsive css */
/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.OverflowVisible{
		z-index: 0 !important;
		overflow-x: hidden !important;
		overflow-y:auto!important;
	}	
}
/* small mobile :320px. */
@media (max-width: 479px) {
	.OverflowVisible{
		z-index: 0 !important;
		overflow-x: hidden !important;
		overflow-y:auto!important;
	}
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.OverflowVisible{
		z-index: 0 !important;
		overflow-x: hidden !important;
		overflow-y:auto!important;
	}
}

/*==Start Preloader==*/
.cmt_preloader_area{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;	
	width: 100%;
	background: rgba(555, 555, 555, 0.6);
	z-index: 9999;
}
/* .cmt_preloader{
	width: 70px;
	height: 70px;
	margin: 0 auto;
} */
.cmt_preloader {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
.lds-dual-ring {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 30px;
	height: 30px;
	margin: 1px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/*border: 3px solid #3174c8;
	border-color: #3174c8 transparent #3174c8 transparent;*/
	animation: lds-dual-ring 1.2s linear infinite;
}
.lds-dual-ring:after {
	border: 3px solid #3174c8;
	border-color: #3174c8 transparent #3174c8 transparent;
}
@keyframes lds-dual-ring {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg); 
		-o-transform: rotate(0deg);	
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);		
		transform: rotate(360deg);
	}
}

.dhx_pivot_layout {
	padding: 0px !important;
	background: transparent !important;
	box-shadow: none !important;
}

/*Month Year Picker*/
.month-picker-year-table .ui-state-disabled {
	cursor: pointer !important;
	pointer-events: auto !important;
	opacity: 1 !important;
}
.month-picker-year-table .month-picker-title {
	text-transform: none !important;
}
.month-picker-year-table .month-picker-previous .ui-button,
.month-picker-year-table .month-picker-next .ui-button {
    padding: 2px 0px !important;
}

.form-group-ctm.ctl_disable::before {
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 999999;
	opacity: 0.3;
	background-color: #cccccc;
}
.page_title{
	margin-top: 10px;
}
.margin-bottom3 {
	margin-bottom: 0px;
}
/*======Dashboard Report List CSS========*/
a.feature_report {
	display: block;
	margin-bottom: 10px;
	/* border: 1px solid #bf7d3c;	 */
}
a.feature_report .title {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;	
	text-align: center;
	font-size: 16px;
	padding: 5px;
	height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;	
	/* color: #ffffff;
	background: #bf7d3c; */	
}
a.feature_report .feature_image_box {
	width: 100%;
	height: 230px;
	overflow: hidden;
	position: relative;		
}
a.feature_report .feature_image_box img {
	width: 100%;
	height: 100%;	
}
a.feature_report .feature_image_box .report_desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5px;
	text-align: justify;
	opacity: 0;
	visibility: hidden;		
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	/* background: #bf7d3c;	
	color: #ffffff; */	
}
a.feature_report:hover .feature_image_box .report_desc  {
	opacity: 0.9;
	visibility: visible;	
		
}

/* Responsive css */
/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	a.feature_report .title {
		height: auto;	
	}	
	a.feature_report .feature_image_box {
		height: auto;	
	}
	.margin-bottom3 {
		margin-bottom: 3px;
	}	
}
/* small mobile :320px. */
@media (max-width: 479px) {
	a.feature_report .title {
		height: auto;	
	}		
	a.feature_report .feature_image_box {
		height: auto;	
	}
	.margin-bottom3 {
		margin-bottom: 3px;
	}	
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	a.feature_report .title {
		height: auto;	
	}		
	a.feature_report .feature_image_box {
		height: auto;	
	}
	.margin-bottom3 {
		margin-bottom: 3px;
	}	
}
/*======end Dashboard Report List CSS========*/

.h1, .h2, .h3, h1, h2, h3 {
	font-family: 'PT Sans', sans-serif;
}
.nav > li > a {
	font-family: 'PT Sans', sans-serif;
}
#wrapper table.dataTable {
	border-spacing: 0px !important;
}
#wrapper table.dataTable td .btn-group > .edit,
#wrapper table.dataTable .actioncolumn .btn-group > .edit {
	padding: 0px !important;
}
.margin-bottom0 {
	margin-bottom: 0px;
}
.profile_details {
	text-align: left;
	padding: 6px 0;
}
.profile_details > h4 {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	padding: 0px;	
}
.profile_details > p {
	color: #ffffff;
	margin-bottom: 0px;
}
/*datatable column hide class*/
.never {
	display: none !important; 
}
.section-home {
	margin-top: 100px;
	margin-bottom: 60px;
}
.section-home h1 {}
.section-home p {
	font-size: 18px !important;
}
.home-border {
	border: 1px solid #cecaca;
	padding: 5px;
}
.home-nav-bg {
	background: #ffffff !important;
}
.landing-page .contact {
	padding-top: 20px;
	padding-bottom: 0px;
}

/*===File upload===*/
.form-group-attach {
	margin-bottom: 10px;
}
.form-group-attach input.form-control-attach {
	width: 100%;
	margin-bottom: 0px;
}
.file_up {
	position: relative;
}
.file_up .file_browse_box {
	position: absolute;
	right: 0;
	top: 0;
}
.file_up .file_attach_box {
}
.file_up .file_browse {
	display: none;
	visibility: hidden;
}
.file_up .file_browse_icon {
	border: 1px solid #afb5c6;
	padding: 6px 15px;
	margin-bottom: 0px;
	background: #fff;
	cursor: pointer;
	border-radius: 1px;
}
.file_up .file_browse_icon i.fa {
	margin-right: 10px;
}
.file_up_box {
	overflow: hidden;
}
.file_up_box img {
	width: 100%;
	height: 100%;
	border: 1px dashed #afb5c6;
	padding: 5px;
}
.file_up_box a {
	color: #686868;
}

.file_up_box a:hover {
	color: #eaa743;
}

.file_up_box table.attachment_list {
	margin-top: 0px;
}
.file_up_box table.attachment_list tr td {
	box-shadow: none;
}
.file_up_box table.attachment_list tr td a.deleteIcon {}
.file_up_box table.attachment_list tr td a.deleteIcon i.fa {
	color: red;
}

.soft_preloader {
    width: 30px;
    height: 30px;
}

.soft-lds-dual-ring {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.soft-lds-dual-ring:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    margin: 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #6f4239;
    border-color: #6f4239 transparent #6f4239 transparent;
    animation: soft-lds-dual-ring 1.2s linear infinite;
}

@keyframes soft-lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.chosen-container {
	width: 100% !important;
}

.chosenFormValidation .chosen-container {
	border: 1px solid red;
	border-radius: 4px;
}

span.NonPostedIcon {
	margin-right: 5px;
	width: 16px !important;
	height: 16px !important;
	background: #f4b2b0;
	display: inline-block;
	border: 3px solid #b3404a;
	border-radius: 100%;
}
span.CompletedIcon {
	margin-right: 5px;
	width: 16px !important;
	height: 16px !important;
	background: #FFFF00;
	display: inline-block;
	border: 3px solid #FCBE11;
	border-radius: 100%;
}
span.ReviewedIcon {
	margin-right: 5px;
	width: 16px !important;
	height: 16px !important;
	background: #C4E2FD;
	display: inline-block;
	border: 3px solid #0886FB;
	border-radius: 100%;
}
span.PostedIcon {
	margin-right: 5px;
	width: 16px !important;
	height: 16px !important;
	background: #cff09e;
	display: inline-block;
	border: 3px solid #507c5c;
	border-radius: 100%;
}
.modal-header .modal-title{
	font-size: 15px;
	margin: 0;
}
.datepicker:disabled, 
.FormControl:disabled, 
.FormControl[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input.DatepickerForDataTable {
	padding: 3px !important;
	border: 1px solid #8a8a8e;
	border-radius: 2px;
}
.sw_item_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sw_item_list li {
	float: left;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 13px;
}
.row_font_color,
.row_font_color a {
	color: #ffffff;
}
.row_selected {
	background-color: #208cc1 !important;
}
.AttachFiles {}
.AttachIcon {
	color: #337ab7;
	font-size: 14px;
	margin: 0px 4px;
}
.btn-white {
	background: #6f6f6f !important;
	border: 1px solid #6f6f6f !important;
}
.btn-white:hover, 
.btn-white:focus, 
.btn-white:active, 
.btn-white.active, 
.open .dropdown-toggle.btn-white, 
.btn-white:active:focus, 
.btn-white:active:hover, 
.btn-white.active:hover, 
.btn-white.active:focus {
	border: 1px solid #6f6f6f !important;
}
.sweet-alert button.cancel,
.sweet-alert button.cancel:hover {
	background-color: #6f6f6f !important;
}

.FormControl  {
	border: 1px solid #afb5c6 !important;
}
.chosen-container-single .chosen-single {
	border: 1px solid #afb5c6 !important;
}
.InputTextClass {
	border: 1px solid #afb5c6 !important;
}
.group {
	text-align: left !important;
	background-color: #bfbfbf !important;
}
.btn-default {
	border: 1px solid #afb5c6 !important;
}
.hr-line-dashed {
	border-top: 1px dashed #afb5c6 !important;
}
.chosen-container .chosen-drop {
	z-index: 999999 !important;
}

.infoIconBlock {
    position: absolute;
    top: 0px;
    right: 30px;
    width: 16px;
    height: 16px;
    z-index: 99999;
    cursor: pointer;
}

.infoIconBlock .fa {
    color: #0898ec;
}
.sw_newicon {
	width: 30px;
}
.chosen-container-single.chosen-disabled .chosen-single {
	background-color: #e9ecef;
	border: 1px solid #afb5c6;
	color: #676a6c !important;
}
.chosen-container-single.chosen-disabled {
	opacity: 1 !important;
}
.form-group {
	margin-bottom: .7rem !important;
}
/* Responsive css */
/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.section-home {
		margin-top: 70px;
	}
}
/* small mobile :320px. */
@media (max-width: 479px) {
	.section-home {
		margin-top: 70px;
	}	
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.section-home {
		margin-top: 70px;
	}	
}

.sw_card {
	border: 1px solid #e7eaec;
	position: relative;
	margin-bottom: 15px;
}
.sw_card_heading {
	position: absolute;
	top: -10px;
	left: 5px;
	background: #fff;
	padding: 0px 4px;
	font-weight: bold;
}
.sw_card_body {
	padding: 15px 10px 2px 10px;
}



