.font-size-11{font-size:11px!important}
.font-size-12{font-size:12px!important}
.font-size-13{font-size:13px!important}
.font-size-14{font-size:14px!important}
.font-size-15{font-size:15px!important}
.font-size-16{font-size:16px!important}
.font-size-17{font-size:17px!important}
.font-size-18{font-size:18px!important}
.font-size-20{font-size:20px!important}
.font-size-24{font-size:24px!important}
.font-size-28{font-size:28px!important}
.font-size-34{font-size:34px!important}
.font-size-40{font-size:40px!important}
.font-size-46{font-size:46px!important}
.font-size-52{font-size:52px!important}

.x-overlay {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.8);
	z-index: 100;
	display: flex;
	justify-content: center;
    align-items: center;
	align-content: center;
	position: fixed;
    z-index: 200;
}

.app-loader.loaded {
    display: none;
}

.app-loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,.8);
    z-index: 9999;
    height: 100vh;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    height: 36px;
    width: 36px;
    border: 2px solid #2d353c;
    border-top-color: #fff;
    border-radius: 36px;
    -webkit-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
}

.app-loader.loaded .spinner {
    -webkit-animation: none;
    animation: none;
}

.app-main .app-main__inner {
	padding: 15px 15px 0;
	overflow-x: hidden;
}

.card-body {
    padding: 1rem;
}

.app-login-box h4 {
    margin-bottom: 1.5rem;
    font-weight: normal;
}

.app-login-box h4 div {
    opacity: .6;
}

.app-login-box h4 span {
    font-size: 1.1rem;
}

.app-login-box img {
    width: 126px;
    height: 53px;
}

.app-sidebar {
	width: 200px;
	min-width: 200px;
}

.fixed-sidebar .app-main .app-main__outer {
	padding-left: 200px;
}

.closed-sidebar.fixed-sidebar .app-main__outer {
    padding-left: 80px;
}

.app-header__logo .logo-src {
    width: 126px;
    height: 53px;
    background: none;
}

.border-light {
	border-color: #ced4da !important;
}

label {
	margin-bottom: .2rem;
}

.datepicker.dropdown-menu {
	min-width: inherit;
}

.form-control {
	color: #000;
}

.page-servicios-detalle .table th {
	line-height: 13px;
}

.page-servicios-detalle .table th, .table td {
	padding-left: .4rem;
	padding-right: .4rem;
}

.x-table-content thead a {
	color: #495057;
}

.x-table-content a {
	text-decoration: none;
}

.x-table-content td {
	vertical-align: top;
}

.x-table-title {
	width: 30%;
}

.x-table-date {
	width: 60px;
}

.x-table-actions {
	display: none;
}

.x-inm-imgs {
	display: flex;
	flex-wrap: wrap;
}

.slim {
	cursor: pointer;
}

.x-inm-imgs .slim {
	width: 300px;
	cursor: pointer;
}

.x-slim-add {
	border: 1px solid #ccc;
	border-radius: 4px;
	min-width: 150px;
	height: 150px;
	margin: 10px;
	cursor: pointer;
	font-size: 13px;
}

.x-slim-add:hover {
	background: #ddd;
}

.x-slim-add i {
	font-size: 32px;
}

.x-cotizacion-detalle .form-control {
	min-width: 45px !important;
}

.x-ctz-master-i {
	font-weight: 400;
	color: #ff9100;
}

.x-blo-modif {
	font-size: 10px;
	line-height: 11px;
	color: #673ab7;
}
