/* OVERRIDES */
html {
	font-size: 14px;
}
hr {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.content-wrapper {
	min-height: auto !important;
	padding-bottom: 2.5rem;
}
.card-header > .card-tools {
	margin-top: -.25rem;
	margin-bottom: -.25rem;
}
.card-title {
	font-size: 1.4rem;
}
.table td, .table th {
	padding: .3rem .5rem;
}
.modal-content {
	border: 0;
	border-radius: .5rem;
}
.modal-header {
	border-top-left-radius: .5rem;
	border-top-right-radius: .45rem;
}
.modal-footer {
	justify-content: flex-end !important;
}
table thead th {
	text-transform: uppercase;
}
.select2 {
	width: 100%;
}
.select2-container--default .select2-selection--single {
	padding: 4px 12px;
}
.content-header .breadcrumb {
	font-size: 1.2rem;
}
.info-container {
	display: none !important;
}
.bootstrap-duallistbox-container option {
	padding: 5px;
	border-bottom: 1px solid #eee;
}
.bootstrap-duallistbox-container option:last-child {
	border-bottom: 0;
}
.bootstrap-duallistbox-container .btn-group {
	display: none;
}

/* GENERAL */
.clear {
	clear: both;
	display: block;
}
.btn-clear-roles {
	text-transform: uppercase;
}
#loader {
	display: none;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background: rgba(0,0,0,.75);
}
.loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10001;
}
.loading img {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}

/* TABLE DATA */
.table.with-options tbody tr td:last-child a {
	margin-right: 5px;
}
.table.with-options tbody tr td:last-child a:last-child {
	margin-right: 0;
}
.table.with-options a {
	width: 20px;
}

/* PERMISSIONS LIST */
.permissions-list, .permissions-group {
	margin: 0;
	padding: 0;
}
.permissions-list li, .permissions-group li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.permissions-list > li {
	float: left;
	padding: 2rem;
	border-right: 1px solid #eee;
}
.permissions-list > li:last-child {
	border-right: 0;
}
.permissions-group > li {
	margin-bottom: .5rem;
}

/* WIDTHS */
.w25 {
	width: 25px;
}
.w30 {
	width: 30px;
}
.w35 {
	width: 35px;
}
.w55 {
	width: 55px;
}
.w60 {
	width: 60px;
}
.w75 {
	width: 75px;
}
.w85 {
	width: 85px;
}
.w100 {
	width: 100px;
}
.w120 {
	width: 120px;
}
.w150 {
	width: 150px;
}
.w170 {
	width: 170px;
}
.w200 {
	width: 200px;
}
.w230 {
	width: 230px;
}
.w250 {
    width: 250px;
}
.w30p {
	width: 30%;
}
.w40p {
	width: 40%;
}
.w300 {
	width: 300px;
}
.w325 {
	width: 325px;
}
.w350 {
	width: 350px;
}
.w400{
	width: 400px;
}
.w500 {
	width: 500px;
}
.w550 {
	width: 550px;
}
.w600 {
	width: 600px;
}
.w650 {
	width: 650px;
}
.w590 {
	width: 580px;
}
.w700 {
	width: 700px;
}
.w75 {
	width: 75px;
}
.w50pc {
	width: 50%;
}
.w25pc {
	width: 25%;
}
.w100pc {
	width: 100%;
}

/* HEIGHTS */
.mh500p {
	max-height: 500px;
}
.mh700p {
	max-height: 700px;
}
.h50 {
    height: 50px;
}

.input-readonly {
	background-color: #ffffff !important;
}
.th-centered {
	text-align: center;
}