/* -- GLOBAL -- */

body {
	background: #f1f4f7;
	padding-top: 50px;
	color: #5f6468;
}

p {
	color: #777;
}

a, a:hover, a:focus {
	color: #005b8a;
}

h1, h2, h3, h4, h5, h6 {
	color: #5f6468;
}

h1 {
	font-weight: 300;
	font-size: 40px;
}

h2 {
	font-weight: 300;
	margin-bottom: 20px;
}

h3, h4 {
	font-weight: 300;
}

.large {
	font-size: 2em;
}

.text-muted {
	color: #9fadbb;
}

.color-gray { color: #5f6468; }
.color-blue { color: #30a5ff; }
.color-teal { color: #1ebfae; }
.color-orange { color: #ffb53e; }
.color-red { color: #f9243f; }

.bg-primary .glyphicon-remove { color: #5f6468;}
.bg-primary .glyphicon-remove:hover { color: #ef4040;}

.no-padding {
	padding: 0; margin: 0;
}

.glyphicon-xl {
	font-size: 6em;
}

.glyphicon-l {
	font-size: 3em;
}

.glyphicon-m {
	font-size: 1.5em;
}

.glyphicon-s {
	font-size: 0.75em;
}


.form-control:focus {
	border: 1px solid #30a5ff;
	outline: 0;
	box-shadow: inset 0px 0px 0px 1px #30a5ff;
}

.navbar-header .navbar-brand {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

.navbar-header .navbar-brand span {
	color: #30a5ff;
}

/*Buttons*/

a.btn:hover,
button:hover {
	opacity: 0.8;
}

a.btn:active,
button:active {
	box-shadow: inset 0px 0px 500px rgba(0,0,0,.1);
	opacity: 1;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #e9ecf2;
	border-color: #ccc;
	color: #1b3548;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #0079c0;
	border-color: #015d93;
	font-family: Arial, Helvetica, sans-serif;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #0079c0;
	border-color: #015d93;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #0079c0;
	border-color: #015d93;
}
/*
.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #0079c0;
	border-color: #015d93;
}
*/
/*Backgrounds*/

.bg-primary {
	color: #1b3548;
	background-color: #e9ecf2;
}
a.bg-primary:hover {
	background-color: #e9ecf2;
}
.bg-success {
	color: #fff;
	background-color: #8ad919;
}
a.bg-success:hover {
	background-color: #8ad919;
}
.bg-success a {
	color: rgba(255, 255, 255, .75);
}
.bg-info {
	color: #fff;
	background-color: #30a5ff;
}
a.bg-info:hover {
	background-color: #30a5ff;
}
.bg-info a {
	color: rgba(255, 255, 255, .75);
}
.bg-warning {
	color: #fff;
	background-color: #ffb53e;
}
a.bg-warning:hover {
	background-color: #ffb53e;
}
.bg-warning a {
	color: rgba(255, 255, 255, .75);
}
.bg-danger {
	color: #fff;
	background-color: #f9243f;
}
a.bg-danger:hover {
	background-color: #f9243f;
}
.bg-danger a {
	color: rgba(255, 255, 255, .75);
}

/*Panels*/

.panel {
	border: 0;
}

.panel-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 0.025em;
	height: 75px;
	line-height: 45px;
	text-align: center;
}

.panel-default .panel-heading {
	background: #fff;
	border-bottom: 1px solid #eee;
	color: #5f6468;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.panel-footer {
	background: #fff;
	border-top: 1px solid #eee;
}

.panel-widget {
	padding: 0;
	position: relative;
}

.panel-widget .panel-footer {
	border: 0;
	text-align: center;
}

.panel-footer .input-group {
	padding: 0px;
	margin: 0 -5px;
}

.panel-footer .input-group-btn:last-child>.btn, 
.panel-footer .input-group-btn:last-child>.btn-group {
	margin: 0;
}

.panel-widget .panel-footer a {
	color: #999;
}

.panel-widget .panel-footer a:hover {
	color: #666;
	text-decoration: none;
}

.panel-blue { background: #30a5ff; color: #fff; }
.panel-teal { background: #1ebfae; color: #fff; }
.panel-orange { background: #ffb53e; color: #fff; }
.panel-red { background: #f9243f; color: #fff; }

.panel-blue .panel-body p,
.panel-teal .panel-body p,
.panel-orange .panel-body p,
.panel-red .panel-body p { 
	color: #fff; 
	color: rgba(255, 255, 255, .8);
}

.panel-blue .panel-heading,
.panel-teal .panel-heading,
.panel-orange .panel-heading,
.panel-red .panel-heading {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.panel-blue .text-muted,
.panel-teal .text-muted,
.panel-orange .text-muted,
.panel-red .text-muted { 
	color: rgba(255, 255, 255, .5); 
}

.dark-overlay {
	background: rgba(0, 0, 0, .05);
	text-align: center;
}

.widget-left {
	height: 80px;
	padding-top: 15px;
	text-align: center;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.widget-right {
	text-align: left;
	line-height: 1.6em;
	margin: 0px;
	padding: 20px;
	height: 80px;
	color: #999;
	font-weight: 300;
	background: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

@media (max-width: 768px) {
	.widget-right {
	width: 100%;
	margin: 0;
	text-align: center;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	}
}

@media (max-width: 768px) {
	.widget-left {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	}
}

.widget-right .text-muted {
	color: #9fadbb;
}
.widget-right .large {
	color: #5f6468;
}

.panel-blue .widget-left { background: #30a5ff; color: #fff; }
.panel-teal .widget-left { background: #1ebfae; color: #fff; }
.panel-orange .widget-left { background: #ffb53e; color: #fff; }
.panel-red .widget-left { background: #f9243f; color: #fff; }

.panel-widget {
	background: #fff;
}

/*Jumbotron*/

.jumbotron {
	background: #fff;
	border-bottom: 1px solid #eee;
	color: #5f6468;
}

/*Tabs*/

.panel .tabs {
	margin: 0;
	padding: 0;
}

.nav-tabs {
	background: #e9ecf2;
	border: 0;
}

.nav-tabs li a:hover {
	background: #fff;
}

.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
	border: 0;
	padding: 15px 20px;
}

.nav-pills {
/* 	padding: 15px; */
	padding-bottom: 0;
	background-color: #373942;
}

.nav-pills li a,
.nav-pills li a:hover,
.nav-pills li.active a,
.nav-pills li.active a:hover {
	border: 0;
	padding: 10px 30px;
	color: #FFF;
}

.nav-pills li.active a,
.nav-pills li.active a:hover {
	background: #30a5ff;
}

.tab-content {
 	padding: 15px;
	padding-bottom: 10px;
}


/*Navbar*/

.navbar {
	border: 0;
	background: #080808;
}

.navbar input {
	border: 0;
	background: #444;
	color: #fff;
}

.navbar input:focus {
	color: #fff;
	background: #555;
	border: 1px solid #30a5ff;
	outline: 0;
	box-shadow: inset 0px 0px 0px 1px #30a5ff;
}

.user-menu {
	display: inline-block;
	margin-top: 14px;
	margin-right: 10px;
	float: right;
	list-style: none;
	padding: 0;
}

.user-menu a {
	color: #fff;
}

.user-menu a:hover, .user-menu a:focus {
	text-decoration: none;
}

/* Sidebar */

.sidebar {
	display: block;
	background-color: #fff;
	padding: 0;
	display: none;
}

.sidebar form {
	padding: 20px 15px 5px 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.sidebar {
		display: block;
  		position: fixed;
		top: 50px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: block;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto; 
		background-color: #fff;
		box-shadow: 1px 0px 10px rgba(0, 0, 0, .05);
	}
	.navbar-header {
		width: 100%;
	}
}

.sidebar ul.nav a:hover, 
.sidebar ul.nav li.parent ul li a:hover {
	text-decoration: none;
	background-color: #e9ecf2;
}

.sidebar ul.nav .active a, .sidebar ul.nav li.parent a.active,
.sidebar ul.nav .active > a:hover, .sidebar ul.nav li.parent a.active:hover,
.sidebar ul.nav .active > a:focus, .sidebar ul.nav li.parent a.active:focus {
	color: #fff;
	background-color: #080808;
}

.sidebar ul.nav ul,
.sidebar ul.nav ul li {
	list-style: none;
	list-style-type: none;
}

.sidebar ul.nav ul.children {
	width: auto;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
}

.sidebar ul.nav ul.children li a {
	height: 40px;
	background: #f9f9f9;
	color: #005b8a !important;
}

.sidebar ul.nav li.current a {
	background-color: #30a5ff;
	color: #fff!important;
}

.sidebar ul.nav li.parent ul li a {
	border: none;
	display:block;
	padding-left: 30px;
	line-height: 40px;
}


.sidebar span.glyphicon {
	margin-right: 10px;
}

.sidebar ul.nav li.divider {
	border-bottom: 1px solid #eee;
	margin: 20px 0;
}

.sidebar .attribution {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 15px;
	text-align: center;
	border-top: 1px solid #eee;
	font-size: 12px;
}

/*Breadcrumbs*/

.breadcrumb {
	border-radius: 0;
	padding: 10px 15px;
	background: #e9ecf2;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	margin: 0 ;
}

h1.page-header {
	margin-top: 15px;
	border-bottom: 0;
}

/*Charts*/

.main-chart {
	background: #fff;
}

.easypiechart-panel {
	text-align: center;
	padding: 1px 0;
	/*margin-bottom: 20px; */
}

.placeholder h2 {
	margin-bottom: 0px;
}

.donut {
	width: 100%;
}

.easypiechart {
	position: relative;
	text-align: center;
	width: 120px;
	height: 120px;
	margin: 20px auto 10px auto;
}

.easypiechart .percent {
	display: block;
	position: absolute;
	font-size: 26px;
	top: 38px;
	width: 120px;
}

#easypiechart-blue .percent { color: #30a5ff;}
#easypiechart-teal .percent { color: #1ebfae;}
#easypiechart-orange .percent { color: #ffb53e;}
#easypiechart-red .percent { color: #ef4040;}

/*Calendar Widget*/

#calendar, .datepicker-inline {
	width: 100%;
}

#calendar table {
	width: 100%;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
	color: rgba(255, 255, 255, .50);
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
	color: #ffffff;
	background-color: rgba(0, 0, 0, .5);
	border-color: #285e8e;
}

.datepicker table tr td span:hover,
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
	background: rgba(0, 0, 0, 0.25);
}

.panel-heading .glyphicon {
	margin-right: 10px;
}

/*Todo List Widget*/

.todo-list-item .glyphicon { 
	margin-right:5px; 
	color: #9fadbb; 
}

.todo-list-item .glyphicon:hover { 
	margin-right:5px; 
	color: #1b3548; 
}

.todo-list { 
	padding: 0;
	margin: -15px;
	background: #fff;
	color: #5f6468;
}

#checkbox {
	margin: 0;
}

.todo-list .checkbox { 
	display:inline-block; 
	margin: 0px;
}

.panel-body input[type=checkbox]:checked + label { 
/* 	text-decoration: line-through; */
	color: #777; 
}

.todo-list-item {
	list-style: none;
	line-height: 0.9;
	padding: 14px 15px 8px 15px;
}

.todo-list-item:hover, a.todo-list-item:focus {
	text-decoration: none;
	background-color: #f6f6f6;
}

.todo-list-item .trash .glyph:hover {
	color: #ef4040;
}


/*Chat Widget*/

.chat ul {
	list-style: none;
	margin: -15px;
	padding: 15px;
}

.chat ul li {
	margin-bottom: 10px;
	padding: 15px 5px;
	border-bottom: 1px solid #eee;
}

.chat ul li.left .chat-body { margin-left: 100px;}
.chat ul li.right .chat-body { margin-right: 100px;}

.chat ul li .chat-body p {
	margin: 0;
}

.chat ul .glyphicon {
	margin-right: 5px;
}

.chat .panel-body {
	overflow-y: scroll;
	height: 300px;
}

.chat-body small {
	margin-left: 5px;
}

/*Tables*/
.table {
	background: #fff;
}

.fixed-table-container {
	border: 1px solid #eee;
}

.fixed-table-container thead th {
	background: #f7f7f8;
	border-color: #ddd;
	color: #5f6468;
	font-weight: 300;
	font-size: 16px;
}

.fixed-table-container tbody td {
	border: 1px solid #eee;
}

.fixed-table-container tbody td:last-child {
	border-right: none;
}

.table>thead>tr>th {
	border-bottom: 1px solid #e6e7e8;
	vertical-align: middle;
	height: 40px;
	background-color: #f7f7f8;
}

.fixed-table-pagination .pagination {
    margin-top: 10px;
    margin-bottom: 0px;
}
.fixed-table-pagination .pagination-detail {
	margin-top: 20px;
}

/*Icons*/


.sidebar .glyph, .user-menu .glyph {
	height: 16px;
	width: 16px;
	margin: 0 10px 0 0;
	stroke-width: 3px;
}

.user-menu .glyph {
	stroke-width: 4px;
}

.breadcrumb .glyph {
	height: 14px;
	width: 14px;
	margin: -2px 0 0 0;
	stroke-width: 4px;
}

.alert .glyph, .panel-heading .glyph {
	width: 26px;
	height: 26px;
	margin: 0 10px 0 0;
	stroke-width: 2px;
}

.panel-widget .glyph {
	stroke-width: 2px;
}

.todo-list .glyph {
	width: 14px;
	height: 14px;
	stroke-width: 4px;
	color: #999;
}

.glyph.table {
	background: none;
	border: none;
}

/*Icon Grid*/

.icon-grid div {
	border: 1px solid #ddd;
	margin: 0 0 -1px -1px;
	text-align: center;
	padding: 10px 0 20px 0;
}

.icon-grid svg {
	width: 35%;
	display: block;
	margin: 0 auto;
}

.icon-grid h4 {
	display: none;
}

.icon-grid pre {
	margin: 10px 10px -10px 10px;
	border-radius: 0;
	font-size: 10px;
	border-color: #ddd;
	height: 65px;
	overflow: scroll;
}


.login_footer{
	font-weight: 700;
	position: fixed;
	overflow: hidden;
	z-index: 10000;
	background: #efefef;
	text-align: center;
	padding: 0px 10px;
	height: 48px;
	line-height: 48px;
	bottom: 0;
	left: 0;
	right: 0;
}
/*
.slick-current {
    background: #0079c0 !important;
    color: #fff !important;
}
*/

.input-group-btn {
	vertical-align: bottom;
}

span.required {
	color: red;
}
.progress {
	margin: 10px 0 0px;
}

.checkbox-inline {
	display: inline-block;
	height: 20px;
	width: auto;
	margin: 0 0 0 20px !important;
	vertical-align: middle;
}
input[type="text"][readonly] {border: 1px solid #bbbbbb;background: rgb(235, 235, 228);cursor: default;}

/* button sppiner*/
.buttonspinner {
	position:relative;
	width:15px;
	height:19px;
	border-width:2px;
	border-style:solid;
	border-color:#ADADAD;
	border-right-color:rgba(0, 0, 0, 0);
	border-left-color:rgba(0, 0, 0, 0);
	border-radius: 8px;
	margin: 0 auto;
	-moz-animation: spin 2s infinite;
	-webkit-animation: spin 2s infinite;
	-ms-animation: spin 2s infinite;
	-o-animation: spin 2s infinite;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	20% {
		-moz-transform: rotate(-50deg);
	}

	80% {
		-moz-transform: rotate(780deg);
	}

	100% {
		-moz-transform: rotate(720deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	20% {
		-webkit-transform: rotate(-50deg);
	}
	80% {
		-webkit-transform: rotate(780deg);
	}
	100% {
		-webkit-transform: rotate(720deg);
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}
	20% {
		-ms-transform: rotate(-50deg);
	}
	80% {
		-ms-transform: rotate(780deg);
	}
	100% {
		-ms-transform: rotate(720deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	20% {
		-o-transform: rotate(-50deg);
	}
	80% {
		-o-transform: rotate(780deg);
	}
	100% {
		-o-transform: rotate(720deg);
	}
}
/* end button sppiner */

/* fix easyui with bootstrap */
.nav {
	position: initial;
}
.menu, .panel-header, .panel-body  {
	border-width: 0 !important;
}
/*end fix*/

.s2Group .select2-selection {
	height: 40px !important;
	border-color: #c7c7c7 !important;
}

.well-controls {
	background: #fbfbfb;
	margin-bottom: 8px;
	padding-bottom: 7px;
	margin-top: 10px;
}

.lit img {
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right: 5px;
}

.lit .lit-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 2px;
}

.lit .lit-detail {
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.lit-detail strong {
	margin-right: 9px;
	border: 1px solid #b9b9b9;
	border-width: 0 0 1px;
	margin-left: 10px;
}
.lit-detail strong:first-child {
	margin-left: 0;
}

.lit-detail .ml {
	margin-left: 10px;
}

.main .panel {
	margin-top: 0px;
}

.form-multiline .form-group {
	margin-right: 10px;
}

.form-multiline label,
.form-multiline .form-control {
	margin-right: 10px;
}

.my-separator {
	display: inline-block !important;
	float: none !important;
	height: 18px !important;
	vertical-align: middle !important;
}

.datagrid .panel-body {
	overflow: auto;
	border-top-width: 0;
	padding: 0;
}

.datagrid-toolbar .btn, .my-separator {
	margin-right: 4px;
}

.my-separator {
	margin-left: 4px;
}

.datagrid .panel-header {
	padding: 10px;
}

.datagrid .panel-header .panel-title {
	font-size: 18px;
}
.tabs.epos {height: auto !important;width: 100% !important;}
.epos.tabs li {
	float:  none !important;
}

.sidebar ul.nav ul.children li.active a {
	background: #e9ecf2 !important;
}
h5.modal-title {
	font-size: 20px;
	line-height: 15px;
}

input.error, textarea.error, select.error {
	border: 1px solid #ff5252  !important;
}

label.error {
	display: none !important;
}

.modal-body ul.nav.nav-tabs {
	background: none !important;
	border-bottom: 1px solid #ddd !important;
	margin-bottom: 15px;
}


.modal-body .nav-tabs li a {
	padding: 10px 18px !important;
	border: 1px solid #ddd !important;
	border-width: 1px 1px 0 !important;
	line-height: 10px !important;
	margin-right: 4px !important;
}



.modal-body .nav-tabs li.active a {
	text-decoration: underline;
	font-weight:bold;
}

.bootbox.modal .modal-body {
	padding: 0px !important;
}
.bootbox.modal form {
	padding: 10px 15px 0 !important;
}
.modal-grid .modal-body {
	padding: 0 !important;
}

a.textbox-icon {
	line-height: 1.8em !important;
}

span.textbox-addon.textbox-addon-right {
	margin-right: 8px !important;
}

.bootbox-body .panel.datagrid {
	margin: 0px 0px;
}
select[readonly],input[type='checkbox'][readonly] {
	pointer-events: none;
}

.datagrid table tbody .btn-xs {
	font-size: 11px;
	border-color: transparent;
}

.cellDropdown .datagrid-cell {
	overflow: visible;
}

.cellDropdown .dropdown-menu {
	min-width: 135px;
}

.cellDropdown .dropdown-menu li a {
	font-size: 12px;
}

.cellDropdown .dropdown-menu .divider {
	margin: 4px 0;
}

.datagrid table tbody .label {
	padding: 4px;
}

.panel.window.panel-htop {
	border: 1px solid #84aad9;
}

.window-header .panel-title {
	color: #597aa5 !important;
	font-size: 15px;
}

.panel.window {
	background: linear-gradient(to bottom,#ffffff 0,#d5e8ff 20%);
}

li[disabled], input[type="radio"][readonly] {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
.datagrid-toolbar label.textbox-label {
	width: auto !important;
	font-weight: normal;
	color: #888;
}
.datagrid-toolbar label {
	font-weight: normal;
	color: #888;
}

.datagrid-toolbar label input[type='checkbox'] {
	vertical-align: sub;
	margin-left: 4px;
}

.datagrid-toolbar .input-sm {
	display: inline-block;
	height: 20px;
	font-size: 12px;
	width: auto;
}

.modal-dialog .tab-content {
	padding: 0;
	padding-bottom: 10px;
}
tr.srow {
	background: lightcyan;
}

.picture-box {
	padding: 7px;
	border: 2px dotted #777;
	border-radius: 9px;
	overflow: hidden;
	width: 173px;
	height: 166px;
	text-align: center;
	margin-bottom: 15px;
}

.picture-box input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 10;
}

.picture-box>div {position: relative;width: 140px;height: 100%;margin: 0 auto;background-color: #fff;background-position: center center;background-size: cover;}

.picture-box label {
	position: absolute;
	z-index: 5;
	background: #0079c0;
	color: #fff;
	left: 0;
	bottom: 0;
	right: 0;
	height: 28px;
	width: 80%;
	margin: 0 auto;
	line-height: 29px;
	cursor: pointer;
	opacity: 0.9;
	top: 38%;
	font-size: 12px;
	font-weight: normal;
	border-radius: 6px;
}

.wm {margin-top: 10px !important;}

.row-up {background: #f9f9b4;}
.zero_stock {background: lavender;}
.lit-detail .label {
	font-size: 10px;
}
.series {
	margin: 7px 0 6px;
	padding: 0;
}

.series li {
	list-style: none;
	display: inline-block;
	margin-left: 6px;
	margin-bottom: 2px;
}
.series .label a {
	margin-left: 4px;
	color: darkred;
}

.note {
	display: inline-block;
	margin: 0px 0 14px;
}

td.bl>div {
	word-break: break-word;
	white-space: normal;
}

.datagrid-row-detail .datagrid-row-over {
	background: #dbf6ff;
	color: #333;
}
.datagrid-row-detail .datagrid-row-selected {
	background: #839198;
	color: #fff;
}
.datagrid-row-detail {background: #ccc;}
.datagrid-view1 .datagrid-btable tbody tr:nth-child(2n) {background:#ccc;}

.fil-loading {
	padding: 5px 0;
	visibility: hidden;
	font-weight: bold;
	color: #777;
	font-size: 11px;
	letter-spacing: 3px;
	text-align: center;
}

.fil-loading img {
	height: 15px;
}

.well .lval {
	font-weight: normal;
}

.well .separator {
	border: 1px solid #d0d0d0;
	border-width: 0 1px 0 0;
	font-size: 11px;
	margin-right: 3px;
}

.btn-md {line-height: 26px;}
.s2-sm {min-width: 100%;}
.s2-sm .select2-selection {
	height: 30px !important;
	border-radius: 4px 0 0 4px !important;
}

.s2-sm .select2-selection__rendered {
	line-height: 29px !important;
}

.commands {
	height: 250px;
	padding-top: 18px;
	border-left: 1px solid #eee;
	padding-left: 18px;
}

.commands .btn {
	display: block;
}
.text-bold {font-weight: bold;}
.btn-green {background: #579057; color: #fff;}
.btn-orange {background: #da862d; color: #fff;}
.btn-orange:hover, .btn-green:hover {color: #fff;}

.tooltip {opacity: 1 !important;}

.lbl-check {
	font-weight: normal;
}

.lbl-check input[type='checkbox'] {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	margin-right: 4px;
}

.note-block small {
	float: right;
	font-weight: normal;
	margin-top: 3px;
	margin-left: 15px;
}

.note-block {
	display: block;
}


.s2Items li {
	padding: 6px 10px;
}

.s2Items li.select2-results__option--highlighted {border: 6px solid #0079c0;border-width: 0 0 0 6px; padding-left: 4px !important; background: white !important;color: initial !important;}
.s2Items li.select2-results__option[aria-selected=true] {background:#eae8e8;}

.lit-body table td,.lit-body table th {border: 0 !important;}

.lit-body table {
	margin: 0;
	font-size: 10px;
}

.lit-body thead td {
	border: 1px solid #ccc !important;
	border-width: 0 0 1px !important;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 2px !important;
	color: #6f6f6f;
}

.s2Items .lit-title {color: #524949;}

.select-group input.form-control{ width: 60%}
.select-group select.input-group-addon { width: 40%; }

.extra_filtros {
	display: block;
	line-height: 17px;
}

.extra_filtros label,.extra_filtros input {
	margin: 0;
	font-weight: normal;
}
.extra_filtros input {
	vertical-align: sub;
}

.datagrid-cell::selection {background: #b7ddff;}
.datagrid-cell::-moz-selection {background: #ffb7b7;}

.highlight { background-color: yellow }

.chk .textbox-label {
	width: 106px;
	font-weight: 500;
}

.chk .inputbox {
	display: inline-block;
	margin: 0;
}

.well .values {
	font-weight: bold;
	font-size: 20px;
}

.chk {margin-top: 4px;}

.my-btn-group {
	width: 100%;
}

.my-btn-group button:first-child {
	width: 80%;
}

.my-btn-group button.dropdown-toggle {
	width: 20%;
}
.box-reader {
	list-style: none;
	padding: 10px;
	border: 1px solid #eee;
}
.box-reader label {
	display: inline-block;
	width: 90px;
	text-align: right;
	text-decoration: underline;
	margin-right: 10px;
}

.msg-ul {
	list-style: none;
	line-height: 17px;
}

.summary-line {
	border-top: 1px dotted #c7c7c7;
	padding: 15px 0;
}

.summary-line.no-margin table {margin: 0;}
.summary-line td {font-size: 14px;}
.summary-line th {
	font-size: 16px;
	font-weight: normal;
}

.tcAlert { color: orange; }
.tcWarn { color: red; }
mark, .mark {
	padding: .1em !important;
	background-color: #f1c40f !important;
	color: #333 !important;
}
.datagrid-wrap>.datagrid-view {
    min-height: 56px !important;
}

.img-thumb {
  width: 90px;
  height: 74px;
  background-position: center;
  /* Make the background image cover the area of the <div>, and clip the excess */
  background-size: cover;
  border: 2px double #ddd;
  margin:0 auto;
}

.summary-line th {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.cellDropdown .dropdown {
	display: inline-block;
}

.wrap-error {
	position: relative;
}

.wrap-error label.error {
	display: inline !important;
	cursor: pointer;
	position: absolute;
	top: 7px;
	right: 10px;
	color: #d87a0f;
	font-family:FontAwesome;
}

.wrap-error label.error:after{ content: "\f071";}

.form-control-feedback{ top:0 !important; }
.popover {z-index: 1050;}

.mini-table {
	font-size: 11px;
	margin: 0;
}

.mini-table th, .mini-table td {
	line-height: 12px !important;
	padding: 4px 6px !important;
}
.mini-table th { background:#a7a7a7 !important; color:#fff;}


.bootbox-confirm .bootbox-body {
	font-weight: 600;
	font-size: 17px;
	padding: 8px;
}

.bootbox-confirm .bootbox-close-button {

	margin-right: 10px;
	margin-top: 12px;
}

.box-deuda {height: 136px;overflow: hidden;text-align: center;}

.box-chk {
	display: block;
	margin: 12px 25% !important;
}

.bg-light {
	background: chartreuse;
	color: #000 !important;
	font-family: monospace;
	font-weight: bold;
}

.text-infin {
	font-weight: bold;
	font-size: 20px;
	line-height: 0;
	vertical-align: sub;
	color: gold;
}

#itProducts .text-infin {
	color: #b57029 !important;
	vertical-align: middle;
}

.ddS2Prod.select2-dropdown {
	background-color: rgba(244, 255, 0, 0.63) !important;
	border: 1px solid #b5a50b !important;
}

.ddS2Prod.select2-results__option {
	font-family: monospace !important;
	font-size: 11px !important;
	font-weight: bold !important;
	color: #353535 !important;
}


.input-group .input-group-text {
	display: table-cell;
	font-size: 0;
	white-space: nowrap;
	position: relative;
	width: 100%;
}

.input-group-text > input[type="text"] {position: absolute;}
.datagrid-header td, .datagrid-body td, .datagrid-footer td {border-style: double;}

.datagrid-header-inner {
	font-weight: 600;
}

.datagrid-row-selected {
	background: #0ea5f1;
	color: #fff;

.my-radios {
	padding: 5px 0;
}

.my-radios .radio-inline {
	margin-right: 10px !important;
}