/*fonts begin*/
@font-face {
	font-family: 'Source Sans Pro';
	src: url('/fonts/SourceSansPro-Regular.eot'); /* IE9 Compat Modes */
	src: url('/fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/SourceSansPro-Regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/SourceSansPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
		 url('/fonts/SourceSansPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/SourceSansPro-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/*fonts end*/
/*template style overrides*/
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
	width: 22px;
}
/*template style overrides end*/
/*login begin*/
.login-box {
	margin-bottom: 60px;
}
.login-box .login-box-forgot-password {
	background: #efefef;
	padding: 20px;
	border-top: 1px solid #CCC;
	color: #666;
}
.login-box .forgot-password-row {
	margin-top: 20px;
}
.login-box .forgot-password-row a.forgot-password {
	margin-top: 6px;
	display: block;
}
.main-footer.login-footer {
	width: 100%;
	margin: 0;
	position: fixed;
	bottom: 0;
	background: none;
}
/*login end*/
/*menu begin*/
.main-sidebar .sidebar-menu > li > a {
	padding: 12px 5px 12px 12px;
}
.main-sidebar .sidebar-menu.tree ul.treeview-menu li a i {
	width: 12px;
}
.main-sidebar .sidebar-search-input {
	display: none;
}
.main-sidebar .sidebar-search-input select {
	margin-bottom: 10px;
}
.main-sidebar .sidebar-form {
	border: none;
	-webkit-border-radius: unset;
	-moz-border-radius: unset;
	border-radius: unset;
}
/*menu end*/
/*footer begin*/
.main-footer {
	padding: 10px;
	font-size: 13px;
}
/*footer end*/
/*right sidebar begin*/
.control-sidebar .control-sidebar-container {
	padding: 10px 15px;
}
.control-sidebar .control-sidebar-container .control-sidebar-heading {
	margin-top: 0;
}
.control-sidebar .control-sidebar-container ul li {
	float: left;
	width: 33.33333%;
	padding: 5px;
}
.control-sidebar .control-sidebar-container ul li a {
	display: block;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
/*right sidebar end*/
/*general stuff begin*/
.fa.fa-info-circle.label-info-i {
	color: #00c0ef;
	margin: 0 3px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #e6e6e6;
	opacity: 1;
	cursor: not-allowed;
}
select.form-control.dropdown-small {
	height: 30px;
	padding: 4px 8px;
	font-size: 13px;
}
time.moment {
	visibility: hidden;
	cursor: default;
}
.modal-dialog {
	margin: 80px auto;
}
.modal-dialog .modal-content {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.box .overlay {
	display: none;
}
.box .box-header .btn-box-tool.hide-box i {
	font-size: 18px;
}
/*tooltip colors*/
.tooltip.top .tooltip-inner, .tooltip.right .tooltip-inner,
.tooltip.bottom .tooltip-inner, .tooltip.left .tooltip-inner {
	background-color: #222d32;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #222d32;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #222d32;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #222d32;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #222d32;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
span.form-control-feedback {
	color: #777;
}
p.help-block:empty {
	margin: 0;
}
.select2-container--krajee .select2-selection {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__rendered {
	padding-right: 24px;
}
.center-in-middle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.form-group.has-error label.control-label {
	color: inherit;
}
/*general stuff end*/
/*dashboard begin*/
.box p.box-no-data {
	margin: 10px;
	text-align: center;
}
.box .box-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box .box-list > .item {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #f4f4f4;
	padding: 10px 0;
	background: #fff;
}
.box .box-list .item-info {
	position: relative;
	padding-right: 120px;
}
.box .box-list > .item:last-of-type {
	border-bottom-width: 0;
}
.box .box-list .item-title {
	font-weight: 600;
}
.box .box-list .item-info time {
	position: absolute;
	top: 2px;
	right: 0;
	letter-spacing: 1px;
}
.box .box-list .item-description {
	display: block;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dashboard-saved-filters .box-list .item .item-info,
.dashboard-knowledge-favorites .box-list .item .item-info {
	padding-right: 40px;
}
.dashboard-my-comments .box-list .item .item-info {
	padding-right: 0;
}
.dashboard-saved-filters .box-list .item .item-info a {
	line-height: 24px;
}
.dashboard-knowledge-favorites .box-list .item .item-info a,
.dashboard-my-comments .box-list .item .item-info a {
	position: relative;
	line-height: 24px;
	padding-left: 25px;
}
.dashboard-knowledge-favorites .box-list .item .item-info a i,
.dashboard-my-comments .box-list .item .item-info a i {
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 18px;
}
.dashboard-saved-filters .box-list .item .item-info button,
.dashboard-knowledge-favorites .box-list .item .item-info button,
.dashboard-my-comments .box-list .item .item-info button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 7px;
	font-size: 12px;
}
.dashboard-my-comments .box-list .item .item-info button,
.dashboard-my-comments .box-list .item .item-info time {
	position: relative;
}
.dashboard-my-comments .box-list .item .item-info button {
	margin-left: 25px;
}
.dashboard-my-comments .box-list .item .item-info time {
	top: -1px;
}
#modal-tasks .modal-body table.table tr th {
	border-top: none;
}
#modal-tasks .modal-body table.table {
	margin: 0;
}
#modal-tasks .modal-title {
	font-size: 24px;
}
/*dashboard end*/
/*pace js*/
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	background: #fff;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}
.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #fff, 0 0 5px #fff;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-moz-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	-o-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 15px;
	right: 50%;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #fff;
	border-left-color: #fff;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	-moz-animation: pace-spinner 400ms linear infinite;
	-ms-animation: pace-spinner 400ms linear infinite;
	-o-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
}
@media (max-width: 767px) {
	.pace .pace-activity {
		top: 15px;
		right: 15px;
		width: 14px;
		height: 14px;
	}
}
@-webkit-keyframes pace-spinner {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
	0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
	0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
	0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
	0% { transform: rotate(0deg); transform: rotate(0deg); }
	100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/*pace js end*/
/*datatables*/
.dataTables_wrapper table.dataTable > thead > tr > th,
.dataTables_wrapper table.dataTable > tbody > tr > th,
.dataTables_wrapper table.dataTable > tfoot > tr > th,
.dataTables_wrapper table.dataTable > thead > tr > td,
.dataTables_wrapper table.dataTable > tbody > tr > td,
.dataTables_wrapper table.dataTable > tfoot > tr > td {
	vertical-align: middle;
}
.dataTables_wrapper table.dataTable > thead > tr > th.min-width,
.dataTables_wrapper table.dataTable > tbody > tr > th.min-width,
.dataTables_wrapper table.dataTable > tfoot > tr > th.min-width {
	width: 30px;
}
.dataTables_wrapper table.dataTable > tfoot > tr > td > select.dt-footselect {
	width: 100%;
	max-width: 100%;
	padding: 3px;
}
.dataTables_wrapper .toprow {
	min-height: 34px;
}
.dataTables_wrapper .toprow .dataTables_filter,
.dataTables_wrapper .toprow .dataTables_length {
	float: right;
	margin-bottom: 5px;
}
.dataTables_wrapper .toprow .dataTables_length {
	margin-left: 15px;
}
.dataTables_wrapper .toprow .dataTables_filter label,
.dataTables_wrapper .toprow .dataTables_length label {
	margin: 0;
}
.dataTables_wrapper .toprow .dataTables_filter label i.clear {
	position: absolute;
	top: 10px;
	right: 6px;
	color: #DEDEDE;
}
.dataTables_wrapper .toprow .dataTables_length select {
	margin-right: 5px;
}
.dataTables_wrapper .toprow .dt-create-btn {
	margin-right: 15px;
	margin-bottom: 5px;
}
.dataTables_wrapper .toprow .dt-create-btn i {
	margin-right: 5px;
}
.dataTables_wrapper .toprow .dt-toggle {
	margin-right: 15px;
}
.dataTables_wrapper .toprow .dt-btn-toggle,
.dataTables_wrapper .toprow .dt-buttons {
	float: right;
}
.dataTables_wrapper .toprow .dt-buttons .dt-button-collection.dropdown-menu {
	padding: 0;
	margin: 0;
}
.dataTables_wrapper .toprow .dt-buttons .dt-buttons-btn {
	display: none;
	float: right;
}
.dataTables_wrapper .botrow .dataTables_paginate {
	line-height: 10px;
}
.dataTables_wrapper .botrow label {
	margin-bottom: 0;
}
div.dataTables_wrapper div.botrow ul.pagination {
	margin: 0;
}
div.dataTables_wrapper div.dataTables_info {
	text-align: center;
}
/*datatables end*/
body.scroll-visible {
	overflow-y: scroll;
}

.error-dummy-field label {
	font-size: 0;
	height:0;
}
.error-dummy-field:not(.has-error) .help-block-error {
	margin-top: 0;
	margin-bottom: 0;
}
.form-group.error-dummy-field {
	margin: 0;
}
.form-group.error-dummy-field label {
	padding-top: 0;
}
.error-dummy-field:not(.has-error) .help-block-error {
	margin-top: 0;
	margin-bottom: 0;
}
.form-group .control-label {
	text-align: left;
}
.form-group .inline-checkbox {
	margin-right: 18px;
	float: left;
}
.icon.delete {
	display: inline-block;
	width: 27px;
	height: 27px;
	background-image: url("/img/datagrid/delete-icon.png");
}
.icon.delete_disable {
	display: inline-block;
	width: 27px;
	height: 27px;
	background-image: url("/img/datagrid/del_disabled.png");
}
button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
}
.nav-tabs-custom .nav-tabs li a {
	text-transform: uppercase;
}
.float-left {
	float: left !important
}
.float-right {
	float: right !important
}
.form-group .inline-label {
	margin-right: 8px;
	float: left;
}
.form-group .inline-field {
	float: left;
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.inline-block {
	display: inline-block;
}

form .file-upload {
	/*font-size: 14px;*/
	/*line-height: 1.1;*/
	/*font-weight: normal;*/
	/*padding-top: 2px;*/
}

form .file-upload span {
	/*font-size: 14px;*/
	/*line-height: 1.1;*/
	/*font-weight: normal;*/
}

.title-box .box-body {
	max-height: 150px;
	overflow-y: auto;
}

.title-box .box-body a {
	margin-bottom: 10px;
}

.inline-radio-list label {
	margin-right: 20px;
}

:not(.file-upload-button) > .btn.file-upload {
	/*padding-bottom: 20px;*/
}

form span.article-quantity-unit {
	position: absolute;
	right: 15px;
	top: 0;
	background-color: #ccc;
	/*width: 34px;*/
	min-width: 34px;
	height: 34px;
	text-align: center;
	font-weight: bold;
	/*padding-top: 5px;*/
	padding: 5px;
}

.ui-autocomplete {
	z-index: 1050 !important;
}
.open > ul.dropdown-menu:empty {
	display: none !important;
}
.form-horizontal-text {
	padding-top: 7px;
	margin-bottom: 0;
}
.procedure-view table.view th, table.view.th40 th {
	width: 40%;
}
.procedure-view table.view td, table.view.th40 td {
	width: 60%;
}
button.btn.btn-sm-inline {
	position: relative;
	top: 3px;
}
.warning-box {
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
	border: 1px solid #d2d6de;
	border-left-color: rgb(210, 214, 222);
	border-left-style: solid;
	border-left-width: 1px;
	border-left: 3px solid #fda953;
	width: 100%;
	padding: 12px 10px;
	margin-bottom: 10px;
}
div.help-block-error:empty {
	display: none;
}
.btn.autom + .btn.autom {
	margin-left: 15px;
}
.loading-cursor {
	cursor: wait !important;
}
.nomargin {
	margin: 0;
}
.add-border-right {
	border-right: 1px solid #f4f4f4;
}
.add-border-left {
	border-left: 1px solid #f4f4f4;
}
form.loading-feedback .form-loader {
	position: absolute;
	width: 40%;
	height: 140px;
	left: 0;
	top: calc(-70px + 50%);
	background-color: rgba(222, 222, 222, 0.7);
	z-index: 5;
	display: table;
	margin: 0 30%;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
form.loading-feedback .form-loader i {
	font-size: 3em;
	color: #999;
}
form.loading-feedback .form-loader .loader-cont {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
form.loading-feedback .box-body {
	position: relative;
}
form.form-horizontal div.form-group.icheck-group > div[class*="col-"] {
	padding-top: 4px;
}
body.sidebar-expanded-on-hover header a.sidebar-toggle {
	display: none;
}
div.dataTables_wrapper div.dataTables_info {
	padding-bottom: 8px;
}
.box form.form-vertical .box-body > .form-group {
	margin-left: 0;
	margin-right: 0;
}