.table-danger, .table-danger>td, .table-danger>th { background-color: #ec4758; }
.table-warning, .table-warning>td, .table-warning>th { background-color: #f7a54a; }
.table-warning, .table-warning>td, .table-warning>th { background-color: #f7a54a; }
.table-info, .table-info>td, .table-info>th { background-color: #23c6c8; }
.table-success, .table-success>td, .table-success>th { background-color: #1a7bb9; }
	



/*APPCSS*/
.top-navigation .wrapper.wrapper-content {
	padding: 15px 0;
	margin: 0 -15px;
}

.input-group-addon {
	font-size: 13px;
	padding: 7px 12px 4px 12px;
}

/*ibox*/
.ibox-tools {
	top: 10px;
}

/*BOOTSTRAP*/
.form-control {
	padding: 3px 12px; 
	font-size: 13px;
	height: auto !important;
	color: #555555;
	border-radius: 0;
	box-shadow: none;
}

.col-form-label {
	padding-top: 4px;
	padding-bottom: unset;
}

.w-100 {
	width: 100%;
}

.d-flex {
	display: flex;
}

.flex-row {
	flex-direction: row;
}

.flex-column {
	flex-direction: column;
}

.addnew {
	margin-top: -3px;
	padding: 3px 8px;
	font-size: 12px;
	line-height: 1.5;
}

.btn-space {
	margin-right: 5px;
}

.modal-footer .btn {
	min-width: 70px;
}

.chosen-container{
	/*max-width: 281px !important;*/
	max-width: 100% !important;
}



/**  TOPBAR  **/
#topnav {
	background-color: #fff;
	border-bottom: 2px solid #343a40;
}

#topnav .navbar-brand {
	background: transparent;
}

#topnav .nav > li {
	color: #676a6c;
}

#topnav .nav > li.active {
	background: #343a40;
	border: none;
}

#topnav .nav > li.active > a {
	color: #fff !important;
}

#topnav .nav > li > a {
	font-weight: normal;
	text-transform: uppercase;
}

#topnav .nav > li a:hover, #topnav .nav > li a:focus {
	background: transparent;
	color: #676a6c;
}

.top-navigation .wrapper.wrapper-content {
	padding: 20px 0 40px;
}

/* SUBNAV */
#subnav {
	background-color: #343a40;
	margin-top: -2px;
}

#subnav .nav > li {
	color: #676a6c;
}

#subnav .nav > li.active {
	background: #343a40;
	border: none;
}

#subnav .nav > li.active > a {
	color: #fff;
	text-decoration: underline;
}

#subnav .nav > li > a {
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	background: transparent!important;
}
.top-navigation .nav > li.active > a {
	color: #fff!important;
}

#subnav .nav > li a:hover, #topnav .nav > li a:focus {
	background: transparent;
}


/* MODELS */
.modalform label {
	font-weight: normal;
}

.fa-times-circle {
	color: #fab2b1;
	cursor: pointer;
	font-size: 15px;
}

.dataTables_length {
	/*display: none;*/
}


/* MODELS */
.model-editpanel {
	display: none;
}



/* CHOSEN */

.chosen-container{
	/*max-width: 281px !important;*/
	max-width: 100% !important;
}

.chosen-container .chosen-results li {
	border-bottom: 1px solid #e5e6e7;
}

.chosen-container-single .chosen-single {
	color: #555555;
	border: 1px solid #e5e6e7;
	background-image: unset;
	box-shadow: unset;
	padding: 2px 12px;
	border-radius: 0;
	min-height: 30px;
}

.chosen-container-active.chosen-with-drop .chosen-single, .chosen-container-multi .chosen-choices {
	background-image: unset;
	box-shadow: unset;
	border: 1px solid #e5e6e7;
	border-radius: 0;
}

.chosen-container .chosen-drop {
	border: 1px solid #e7e7e7;
	border-radius: 0;
}

.chosen-container-single .chosen-search input[type="text"] {
	border: 1px solid #e5e6e7;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	height: 24px;
	padding: 5px 10px;
	line-height: 1.5;
}

.chosen-container .chosen-results li.highlighted {
	background-image: unset;
}

.chosen-container {
	max-width: 100% !important;
}
