/* here you can put your own css to customize and override the theme */
.form-control,
.alert {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
@media (max-width: 767px) {
	.page-header.navbar {
		background: #eef1f5;
	}
	.page-header.navbar .menu-toggler.responsive-toggler {
		background-image: url(../images/sidebar-toggler-inverse.png);
	}
	.searchMenu {
		border-radius: 0 !important;
	}
}
@media (max-width: 400px) {
	.page-actions {
		display: none;
	}
}
@media (min-width: 992px) {
	.page-header.navbar .menu-toggler {
		position: absolute;
		right: 0;
		top: -3px;
		width: 30px;
		height: 30px;
		padding: 0px 10px 0px 10px !important;
		background: #26344b;
		color: #fff;
		-webkit-border-radius: 20px 0 0 20px;
		-moz-border-radius: 20px 0 0 20px;
		border-radius: 20px 0 0 20px;
		z-index: 99;
		text-align: center;
		line-height: 30px;
		opacity: 1;
	}
}
.page-header.navbar .menu-toggler.responsive-toggler {
	background-repeat: no-repeat;
	background-position: center;
}
.page-sidebar .page-sidebar-menu li > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow:before {
	content: "\f105";
}
.tooltip {
	font-family: "Open Sans", sans-serif;
}
.white-space-normal {
	white-space: normal !important;
}
@media (max-width: 1150px) {
	.portlet.box .dataTables_wrapper .dt-buttons,
	.portlet.light .dataTables_wrapper .dt-buttons {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.dataTable tr {
		cursor: pointer;
	}
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
	background-image: none;
}
.dataTables_wrapper .table thead tr th,
.dataTables_wrapper .table td,
.dataTables_wrapper .table th {
	font-size: 13px;
}
.dataTables_wrapper .table th {
	text-align: center;
	vertical-align: middle;
}
.dataTables_wrapper td > .mt-checkbox.mt-checkbox-single {
	right: 0;
	padding-left: 20px;
}
table.dataTable {
	width: 100% !important;
}
table.dataTable.no-footer {
	border-bottom: 0;
}
.dataTables_wrapper .table .btn {
	margin-right: 0;
}
.tabbable-line > .nav-tabs > li > a {
	background: none !important;
	border: 0;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	color: #737373;
	font-weight: 600;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-container--bootstrap .select2-selection {
}
.select2-selection__choice {
	background-color: #22313F !important;
	border: 1px solid #22313F !important;
	color: #fff !important;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
	margin-right: 5px;
	color: #09e0d5;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #e00909;
}
.required .control-label:not(span):before, td.required:before {
	content: '*';
	color: #F00;
	font-size: 14px;
}
.required label.control-label span.label-tooltip {
	text-decoration: none;
	color: #3586AE;
	background-color: #edf7fb;
	border: none;
	border-bottom: solid 1px #D8EDF7;
	padding: 0 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
label.control-label span:after {
	font-family: FontAwesome;
	color: #1E91CF;
	content: "\f059";
	font-size: 10px;
	cursor: pointer;
	margin-left: 4px;
}
.btn-group label.bg-hover-red:hover {
	color: #fff !important;
	border-color: #e7505a !important;
}
.btn-group label.bg-hover-red.active {
	color: #fff !important;
	background-color: #e12330 !important;
	border-color: #dc1e2b !important;
}
.form .form-section, .portlet-form .form-section {
	border-bottom: 1px solid #e7ecf1;
}
.form .panel .panel-body {
	font-size: 14px;
}
.panel {
	border: 0;
	-webkit-box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.08);
	-moz-box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.08);
	box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.08);
	background-color: #ffffff;
}
.panel-heading,
.panel-footer {
	background: #f7f8fa;
}
.panel-footer {
	background-color: #f7f8fa;
	border-top: 1px solid #f7f8fa;
}
.page-header.navbar .page-logo {
	border-right: 1px solid #eef1f5;
	background-color: transparent;
}
/* Plugins - Data Table */
.dataTables_length select,
.dataTables_filter input {
	border: 1px solid #ccd0d4;
	background: #fff;
	font-size: 12px;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.dataTables_length select {
	margin-right: 10px;
	height: 34px !important;
	width: auto !important;
}
.dataTables_filter input {
	border-color: #ccd0d4;
	height: 34px;
	margin-left: 10px;
}
.dataTables_filter input:focus {
	outline: 0;
	border-color: #9fa2a5;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.dataTables_length select,
.dataTables_filter input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0px;
	border-radius: 0;
}
table.dataTable tbody td {
	vertical-align: middle;
}
.alignMiddle {
	vertical-align: middle !important;
}
table.dataTable .btn-sm {
	padding: 5px 10px !important;
}
.rolePermissions .md-checkbox {
	position: relative;
	left: 50%;
	margin-left: -12px;
}
.files-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.files-list li {
	margin: 3px 7px 3px 0;
	padding: 1px;
	display: block;
	float: left;
	width: 190px;
	height: 265px;
	border: 1px solid #E5E5E5;
	cursor: move;
	position: relative;
	word-wrap: break-word;
}
.files-list li.nobuttons {
	height: 155px;
}
.files-list li .preview {
	width: 160px;
	height: 120px;
	text-align: center;
	display: block;
	overflow: hidden;
	padding: 2px;
	margin: 0 auto;
}
.files-list li .filename {
	text-align: center;
	max-width: 185px;
	overflow: hidden;
	padding: 0px 0px 2px 0px;
}
.files-list li .options-container {
	text-align: center;
}
.files-list li:hover {
	background: #F5F5F5;
}
.files-list li div.progress, .files-list li div.error {
	position: absolute;
	top: 60px;
	left: 2px;
}
.fileupload-buttonbar .col-md-7 {
	padding-left: 0px;
}
.files-list li .options-container .btn {
	padding: 4px 9px;
}
.tabError,
.tabError:hover,
.tabError:focus,
.tabError:active {
	background: #D91E18 !important;
}
.tabError a,
.tabError:hover a,
.tabError:focus a,
.tabError:active a,
.tabError a i {
	color: #fff !important;
}
.tabbable-line > .nav-tabs > li.open.tabError, .tabbable-line > .nav-tabs > li.tabError:hover {
	border-bottom: 4px solid #e9878e;
}
.tabbable-line > .nav-tabs > li.active.tabError {
	border-bottom: 4px solid #E08283;
}
.form-horizontal .has-feedback
.form-control-feedback {
	right: 15px;
	top: 55%;
	display: none !important;
}
.memberEditLink:hover {
	text-decoration: none;
}
.memberEditLink span {
	border-bottom: 1px dashed #337ab7;
	padding-bottom: 3px;
}
.form .form-bordered .editableform > .form-group > div {
	padding: 0px !important;
}
.inline-editable > tbody > tr > td {
	vertical-align: middle;
	height: 45px;
}
.inline-editable > tbody > tr > td:first-child {
	width: 30%;
}
.alert-block {
	margin-bottom: 21px;
	padding: 22px 50px 30px;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}
.alert-title {
	margin-bottom: 9px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #333;
	margin-top: 15px;
}
.alert-text {
	letter-spacing: .025em;
	color: #333;
	font-size: 15px;
}
.alert-icon {
	float: left;
	margin-top: 20px;
}
.alert .icon {
	display: inline-block;
	margin-right: 18px;
	font-size: 16px;
	vertical-align: middle;
}
.alert-icon .icon {
	font-size: 30px;
}
.alert__inner {
	padding-left: 70px;
}
#timetable span.label {
	padding: 3px 6px 3px 6px;
	font-size: 11px;
}
#timetable .btn {
	font-size: 9px;
	padding: 3px 8px 3px 8px;
	margin: 0;
}
.modal-lg {
	/* width: 940px; */
}
.table tbody > tr > td.vert-align {
	vertical-align: middle;
}
.timeSpan {
	padding: 15px 0;
	border-bottom: 1px dotted #e4e4e4;
	text-align: center;
}
.thCenter th {
	text-align: center;
	vertical-align: top;
}
#addedrouterels .routeName span {
	font-size: 12px;
	margin-left: 5px;
	background-color: #32c5d2;
	color: #fff;
	padding: 3px 7px;
}
.note {
	margin: 0 0 20px;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid;
	border-radius: 0 4px 4px 0;
}
.supportTicket {
	overflow: hidden
}
.supportTicket h3 {
	margin: 0 0 15px;
	font-size: 14px;
	font-weight: 700
}
.supportTicket h3 i {
	color: #a1acb7;
	margin-right: 5px
}
.supportTicket p {
	margin: 0
}
.supportTicket.row {
	margin-bottom: 30px
}
.supportTicket .ticket-line {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid;
	border-color: #e7ecf1;
	margin-bottom: 30px
}
.supportTicket .ticket-id,
.supportTicket .ticket-title {
	display: inline-block;
	font-size: 16px;
	margin-right: 30px
}
.supportTicket .ticket-cust a:hover {
	text-decoration: none
}
.supportTicket .ticket-reply-msg {
	width: 100%;
	height: 7em;
	border-color: #e7ecf1;
	outline: 0
}
.supportTicket .ticket-assign, .supportTicket .ticket-status {
	padding: 5px;
	border: 1px solid #e7ecf1;
	outline: 0
}
.supportTicket-config .ticket-counter {
	text-align: center
}
.supportTicket-config .ticket-counter > h4 {
	font-size: 24px
}
@media (max-width: 991px) {
	.supportTicket .ticket-margin {
		margin-top: 30px
	}
}
@media (max-width: 480px) {
	.supportTicket-config .ticket-counter {
		margin-bottom: 30px
	}
}
.supportTicket .well {
	border: 0;
	padding: 20px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background-image: none;
	background-color: #f1f4f7;
}
.supportTicket .supportTicketHeading li {
	border-bottom: 1px solid #efefef;
}
.supportTicket .supportTicketHeading li:last-child {
	border-bottom: 0;
}
.supportTicket .supportTicketHeading li span {
	display: inline-block;
	min-width: 100px;
	font-weight: 600;
	line-height: 30px;
}
.modal-content {
	border-radius: 0;
}
.btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all),
.btn.default:not(.btn-outline):active:hover {
	box-shadow: none;
}
.modal-backdrop-loader {
	z-index: 999999999999999;
}
.modal-backdrop-loader:after {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	background-image: url(../images/loading.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	-webkit-animation: play .2s steps(4) infinite;
	-moz-animation: play .2s steps(4) infinite;
	-ms-animation: play .2s steps(4) infinite;
	-o-animation: play .2s steps(4) infinite;
	animation: play .2s steps(4) infinite;
}
.modal-backdrop-loader, .modal-backdrop-loader.fade.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.widget-loading {
	z-index: 9999999999;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ddd;
}
.widget-loading:after {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	background-image: url(../images/loading.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	-webkit-animation: play .2s steps(4) infinite;
	-moz-animation: play .2s steps(4) infinite;
	-ms-animation: play .2s steps(4) infinite;
	-o-animation: play .2s steps(4) infinite;
	animation: play .2s steps(4) infinite;
}
.widget-loading {
	opacity: 1;
	filter: alpha(opacity=100);
}
@-webkit-keyframes play {
	from {
		background-position: 0px;
	}
	to {
		background-position: -280px;
	}
}
@-moz-keyframes play {
	from {
		background-position: 0px;
	}
	to {
		background-position: -280px;
	}
}
@-ms-keyframes play {
	from {
		background-position: 0px;
	}
	to {
		background-position: -280px;
	}
}
@-o-keyframes play {
	from {
		background-position: 0px;
	}
	to {
		background-position: -280px;
	}
}
@keyframes play {
	from {
		background-position: 0px;
	}
	to {
		background-position: -280px;
	}
}
.resizable-grid {
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px dashed transparent;
}
.resizable-grid .portlet {
	margin-bottom: 0;
}
.resizable-grid:hover,
.resizable-grid:focus,
.resizable-grid:active {
	border: 2px dashed #dfdfdf;
	cursor: move;
}
.dashboard-stat {
	position: relative;
}
.iconpicker-popover.popover.bottomLeft {
	width: calc(100% - 30px);
	padding: 0;
	z-index: 99999999;
}
.iconpicker .iconpicker-items {
	background: #eef1f5;
}
.iconpicker .iconpicker-item {
	color: #000;
	background-color: #fff;
}
.iconpicker-popover.popover .popover-title {
	border-bottom: 1px solid #ebebeb;
	background-color: #1f2b3d;
}
.iconpicker-popover.popover .popover-title input[type=search].iconpicker-search {
	font-weight: normal;
	border: 0;
	background-color: #eef1f5 !important;
	color: #fff;
	font-family: "Open Sans", sans-serif;
}

.page-sidebar .page-sidebar-menu .sub-menu li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a {
	padding: 5px 15px;
}
.page-sidebar .page-sidebar-menu.page-sidebar-menu-compact > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact > li > a {
	min-height: 40px;
	padding: 10px;
}
.page-sidebar .page-sidebar-menu .sub-menu {
	margin: 0;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > .username {
	line-height: 18px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username .userRole {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #cdcfce;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img {
	margin-top: -2px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
	padding: 16px 12px;
}
.page-sidebar-closed .page-header.navbar .menu-toggler {
	right: auto;
	left: 0;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}
@media (min-width: 992px) {
	.page-sidebar,
	.page-header.navbar .page-logo {
		width: 210px;
		position: relative;
	}
	.page-content-wrapper .page-content {
		margin-left: 210px;
	}
}
@media (max-width: 992px) {
	.fancybox-slide--iframe .fancybox-content {
		width: 100% !important;
		max-width: calc(100% - 30px);
	}
}
.tagit.ui-widget {
	border: 1px solid #ccd0d4;
	background: #fff !important;
	padding: 2px 13px 2px !important;
	margin-bottom: 0 !important;
	border-radius: 0;
}
ul.tagit input[type="text"] {
	background: #fff !important;
	width: auto !important;
}
ul.tagit li.tagit-choice-editable {
	background: #32c5d2 !important;
	border: none !important;
	color: #fff !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 0px !important;
	padding: 3px 22px 3px 7px !important;
	font-weight: 400;
	font-size: 13px;
}
ul.tagit.inverse li.tagit-choice-editable {
	background: #2d353c !important;
}
ul.tagit.white li.tagit-choice-editable {
	background: #fff !important;
	border: 1px solid #ddd !important;
	color: #000 !important;
}
ul.tagit.primary li.tagit-choice-editable {
	background: #348fe2 !important;
}
ul.tagit.info li.tagit-choice-editable {
	background: #49b6d6 !important;
}
ul.tagit.success li.tagit-choice-editable {
	background: #00acac !important;
}
ul.tagit.warning li.tagit-choice-editable {
	background: #f59c1a !important;
}
ul.tagit.danger li.tagit-choice-editable {
	background: #ff5b57 !important;
}
ul.tagit li.tagit-choice .tagit-close {
	right: 2px !important;
	line-height: 22px !important;
	text-align: center !important;
	top: 0 !important;
	margin: 0 !important;
}
ul.tagit li.tagit-choice .tagit-close:hover,
ul.tagit li.tagit-choice .tagit-close:focus {
	text-decoration: none !important;
}
ul.tagit li.tagit-choice .tagit-close:hover .ui-icon-close:before,
ul.tagit li.tagit-choice .tagit-close:focus .ui-icon-close:before {
	color: #666;
	color: rgba(0, 0, 0, 0.4);
}
ul.tagit.inverse li.tagit-choice .tagit-close:hover .ui-icon-close:before,
ul.tagit.inverse li.tagit-choice .tagit-close:focus .ui-icon-close:before {
	color: #666;
	color: rgba(255, 255, 255, 0.4);
}
.tagit .ui-icon-close {
	background: none !important;
	height: 22px !important;
	width: 16px !important;
	text-indent: 0 !important;
}
.tagit.white .ui-icon-close:before {
	color: #000;
}
.tagit .ui-icon-close:before {
	content: '\f00d';
	font-family: FontAwesome;
	font-size: 10px;
	color: #fff;
}
.input-group-addon {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.input-group-addon > i {
	width: 15px;
}
.panel .m-form__group {
	border-bottom: 1px dashed #ebedf2 !important;
	background-color: #fff !important;
	margin: 0 -15px !important;
}
.panel .m-form__group label {
	font-weight: 600;
	color: #666666;
	font-size: 13px;
	display: block;
}
.form .form-bordered .form-group.m-form__group > div {
	border-left: 0;
}
.form .form-bordered .m-form__group .form-group {
	border-bottom: 0;
}
.m-form__group .checkbox input[type=checkbox],
.m-form__group .checkbox-inline input[type=checkbox],
.m-form__group .radio input[type=radio],
.m-form__group .radio-inline input[type=radio] {
	margin-left: 0;
}
.m-form__group .checkbox > label,
.m-form__group .form-horizontal .checkbox > label {
	padding-left: 20px;
}
.form .form-horizontal.form-bordered.form-row-stripped .form-group.m-form__group .form-control {
	background-color: #f4f5f8 !important;
	border-color: #ebedf2 !important;
	color: #575962 !important;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-container--bootstrap .select2-selection,
.form-control,
.tagit.ui-widget {
	border-color: #ebedf2;
	color: #575962;
	border-radius: 4px;
	background-color: #f4f5f8;
}
.input-group .select2-container--bootstrap.select2-container--focus .select2-selection,
.input-group .select2-container--bootstrap.select2-container--open .select2-selection,
.input-group .select2-container--bootstrap .select2-selection {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.select2-container--bootstrap .select2-dropdown,
.bootstrap-switch {
	border-color: #ebedf2 !important;
}
.input-group .input-group-addon {
	color: #575962;
	border-color: #ebedf2;
	background-color: #f4f5f8;
}
.bs-datetime .input-group-addon {
	background: 0 0;
	padding: 0;
	border-left: 0;
}
.bs-datetime .input-group-addon .btn {
	border: 0;
}
.bs-datetime .form-control {
	border-right: 0;
}
.form-control:focus {
	border-color: #716aca;
	color: #575962;
}
.bs-datetime .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.bs-datetime .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all):hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #32c5d2;
	color: #fff;
}
.m-form_help {
	display: inline-block;
	color: #7b7e8a;
	font-weight: 300;
	font-size: 12px;
	padding-top: 7px;
}
.m-form-heading.form-section {
	font-weight: 600;
	font-size: 18px;
	color: #32c5d2;
	text-transform: uppercase;
	border-bottom: 1px dashed #ebedf2 !important;
	padding-left: 30px;
	padding-bottom: 25px;
	margin: 25px -15px;
	margin-bottom: 0;
}
.m-form__group .checkbox {
	padding-left: 20px;
}
.m-form__group .checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}
.m-form__group .checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.m-form__group .checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}
.m-form__group .checkbox input[type="checkbox"] {
	opacity: 0;
}
.m-form__group .checkbox input[type="checkbox"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.m-form__group .checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
.m-form__group .checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}
.m-form__group .checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.m-form__group .checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.m-form__group .checkbox.checkbox-inline {
	margin-top: 0;
}
.m-form__group .checkbox {
	min-height: 23px !important;
}
#filterControls label {
	margin-top: 10px;
}
.DTFC_RightWrapper {
	right: 0 !important;
}
.DTFC_RightHeadBlocker.DTFC_Blocker {
	display: none !important;
	width: 0 !important;
	right: 0 !important;
}
.DTFC_RightHeadWrapper table.dataTable {
	float: none;
	width: 100% !important;
	background-color: #fff;
	margin-bottom: 0 !important;
}
table.dataTable {
	margin-top: 0 !important;
}
.DTFC_RightBodyWrapper table.dataTable {
	background-color: #fff;
	margin-bottom: 0 !important;
}
.DTFC_RightBodyWrapper table.dataTable {
	text-align: center;
}
div.dataTables_paginate {
	margin-top: 15px;
}
.DTFC_RightBodyWrapper thead {
	display: none !important;
}
.dataTables_wrapper .dataTables_processing {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-image: url(../images/loading5.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999999999px;
	left: 0;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	background-color: #fff;
	width: 100%;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 99;
	min-height: 300px;
}
.dl-horizontal hr {
	border-top: 1px dashed #ebedf2 !important;
	margin: 10px 0;
}
.fileupload-buttonbar .select2-container--bootstrap {
	width: 250px;
	display: inline-block;
	margin-bottom: 5px;
}
.template-download.color-2 {
	background-color: #f9e491;
}
.files-list li.file {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.files-list li.file .imageCol label,
.files-list li.file .imageCol img {
	display: inline-block;
	vertical-align: middle;
}
.files-list li.file .actionCol .options-container {
	padding-top: 20px;
}
.files-list li.file .imageCol img {
	max-width: 95px;
}
.customizedReports .tabbable-custom > .tab-content,
.customizedReports .nav-tabs > li.active > a,
.customizedReports .nav-tabs > li.active > a:focus,
.customizedReports .nav-tabs > li.active > a:hover {
	border-color: #eef1f5;
}
.customizedReports .tabbable-custom > .nav-tabs > li > a {
	color: #2ab4c0;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}
.customizedReports .tabbable-custom > .nav-tabs > li.active {
	border-top: 3px solid #2ab4c0;
}
.customizedReports .dataTables_wrapper .table thead tr th,
.customizedReports .dataTables_wrapper .table td,
.customizedReports .dataTables_wrapper .table th {
	font-size: 13px;
}
.customizedReports table.dataTable.nowrap td {
	white-space: normal;
}
table.dataTable td.nowrap-unset {
	white-space: normal !important;
}
.customizedReports td a:hover {
	text-decoration: none;
}
.customizedReports #lastcalls_datatable td a {
	color: #222;
	display: block;
	text-transform: uppercase;
}
#lastcalls_datatable td a {
	font-weight: 400;
	font-style: italic;
	color: #9c9c9c;
}
#lastcalls_datatable td a .unread {
	font-weight: 600;
	font-style: normal;
	color: #222;
}
#contractslist td,
#paymentslist td {
	vertical-align: middle;
}
.modal.modal-wide .modal-dialog {
	width: 90%;
}
.page-sidebar .page-sidebar-menu.page-sidebar-menu-compact > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact > li > a {
	/* display: block; */
	width: 100%;
}
.page-sidebar .page-sidebar-menu.page-sidebar-menu-compact > li > a > i,
.page-sidebar .page-sidebar-menu > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact > li > a > i {
	width: 10%;
	display: inline-block;
	vertical-align: top;
}
.page-sidebar .page-sidebar-menu.page-sidebar-menu-compact > li > a > .title, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-compact > li > a > .title {
	display: inline-block;
	width: 78%;
}
.page-sidebar .page-sidebar-menu > li > a > i.fa,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i.fa {
	top: 2px;
	margin-left: 1px;
	margin-right: 4px;
}
.page-sidebar .page-sidebar-menu > li .arrow {
	width: 5%;
	display: inline-block;
	text-align: right;
	vertical-align: top;
}
.fc button {
	font-size: 14px !important;
	padding: 0 .6em !important;
	box-shadow: unset !important;
	font-weight: unset !important;
	text-transform: unset !important;
}
.dashboard-stat .details {
	position: absolute;
	right: 15px;
	padding-right: 15px;
	top: 0;
}
.tinyMceEditor, .tinyMceEditor_image, .tinyMceEditor_single_inline, .tinyMceEditor_multi_inline {
	height: auto;
	/*overflow: hidden;*/
}
.tox {
	/*z-index: 9999 !important;*/
}
div.tox-fullscreen {
	z-index: 100000 !important;
}
@media (min-width: 1100px) {
	.modal-lg {
		width: 950px;
	}
}
/*#report_datatable tr:first-child .dropdown-menu{*/
/*top: unset !important;*/
/*}*/
/*#report_datatable tr:last-child .dropdown-menu{*/
/*top: -290%;*/
/*}*/
#report_datatable tr td span{
	display: block;
	font-size: 12px;
}
#report_datatable .col_equipmentname{
	white-space: unset !important;
}

/* Inspirated from  http://www.alessioatzeni.com/wp-content/tutorials/html-css/CSS3-loading-animation-loop/index.html */
.ouro {
	position: relative;
	display:inline-block;
	height: 46px;
	width: 46px;
	margin: 1em;
	border-radius: 50%;
	background: none repeat scroll 0 0 #DDDDDD;
	overflow:hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.1) inset, 0 0 25px rgba(0,0,255,0.075);
}

.ouro:after {
	content: "";
	position: absolute;
	top: 9px; left: 9px;
	display: block;
	height: 28px; width: 28px;
	background: none repeat scroll 0 0 #F2F2F2;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.ouro > span {
	position: absolute;
	height: 100%; width: 50%;
	overflow: hidden;
}
.left  { left:0   }
.right { left:50% }

.anim {
	position: absolute;
	left: 100%; top: 0;
	height: 100%; width: 100%;
	border-radius: 999px;
	background: none repeat scroll 0 0 #508EC3;
	opacity: 0.8;
	-webkit-animation: ui-spinner-rotate-left 3s infinite;
	animation: ui-spinner-rotate-left 3s infinite;
	-webkit-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0;
}
.left .anim {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.right .anim {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	left: -100%;
	-webkit-transform-origin: 100% 50% 0;
	transform-origin: 100% 50% 0;
}

/* v2 */
.ouro2 .anim {
	-webkit-animation-delay:0;
	animation-delay:0;
}
.ouro2 .right .anim{
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

/* v3 */
.ouro3 .anim {
	-webkit-animation-delay: 0s;
	-webkit-animation-duration:3s;
	-webkit-animation-timing-function: linear;
	animation-delay: 0s;
	animation-duration:3s;
	animation-timing-function: linear;
}
.ouro3 .right .anim{
	-webkit-animation-name: ui-spinner-rotate-right;
	-webkit-animation-delay:0;
	-webkit-animation-delay: 1.5s;
	animation-name: ui-spinner-rotate-right;
	animation-delay:0;
	animation-delay: 1.5s;
}

/* round variation */
.round .ouro:after {display:none }

/* double variation */
.double .ouro:after {
	height: 13px; width: 13px;
	left: 7px; top: 7px;
	border: 10px solid #ddd;
	background: transparent;
	box-shadow: none;
}

@keyframes ui-spinner-rotate-right{
	0%{transform:rotate(0deg)}
	25%{transform:rotate(180deg)}
	50%{transform:rotate(180deg)}
	75%{transform:rotate(360deg)}
	100%{transform:rotate(360deg)}
}
@keyframes ui-spinner-rotate-left{
	0%{transform:rotate(0deg)}
	25%{transform:rotate(0deg)}
	50%{transform:rotate(180deg)}
	75%{transform:rotate(180deg)}
	100%{transform:rotate(360deg)}
}

@-webkit-keyframes ui-spinner-rotate-right{
	0%{-webkit-transform:rotate(0deg)}
	25%{-webkit-transform:rotate(180deg)}
	50%{-webkit-transform:rotate(180deg)}
	75%{-webkit-transform:rotate(360deg)}
	100%{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes ui-spinner-rotate-left{
	0%{-webkit-transform:rotate(0deg)}
	25%{-webkit-transform:rotate(0deg)}
	50%{-webkit-transform:rotate(180deg)}
	75%{-webkit-transform:rotate(180deg)}
	100%{-webkit-transform:rotate(360deg)}
}
.bootstrap-tagsinput .tag {
	text-transform: unset !important;
}