* {
	font-size: 14px;
}

body.no-scroll {
	overflow: hidden !important;
}

b, strong {
	font-weight: 500;
	font-size: inherit;
}

h1, h2, h3 {
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
	color: #2d0b0b;
}

a {
    color: #1540f2;
}

.f-10 { font-size: 10px; line-height: 14px; }
.f-12 { font-size: 12px; line-height: 16px; }
.f-14 { font-size: 14px; line-height: 18px; }
.f-16 { font-size: 16px; line-height: 20px; }
.f-18 { font-size: 18px; line-height: 22px; }
.f-20 { font-size: 20px; line-height: 24px; }
.f-22 { font-size: 22px; line-height: 26px; }
.f-24 { font-size: 24px; line-height: 28px; }
.f-26 { font-size: 26px; line-height: 30px; }
.f-28 { font-size: 28px; line-height: 32px; }
.f-30 { font-size: 30px; line-height: 34px; }
.f-32 { font-size: 32px; line-height: 36px; }
.f-34 { font-size: 34px; line-height: 38px; }
.f-36 { font-size: 36px; line-height: 40px; }
.f-38 { font-size: 38px; line-height: 42px; }

.bg-orange-light { background-color: #fddea9; }
.bg-orange-light.active { background-color: #f9ad2c; }

.text-orange { color: #ff7700; }
.text-orange:hover { color: #b1590d; }

.text-danger { color: #c31323 !important; }
.text-success { color: #28a745 !important; }

.badge-orange, .btn-orange {
	color: #fff;
}

.btn-orange:hover {
	background-color: #e89042;
	color: #fff;
}

.badge-blue, .btn-blue {
	background-color: #004190;
	color: #fff;
}

.btn-blue:hover {
	background-color: #3871b7;
	color: #fff;
}

.badge-orange, .btn-orange, .bg-orange {
	background-color: #ff7700;
}

.badge-success, .btn-success, .bg-success {
	background-color: #28a745 !important;
}

.badge-danger, .btn-danger, .bg-danger, .bg-theme-alt {
	background-color: #c31323 !important;
}

.badge-purple {
	color: #fff;
}

.badge {
	white-space: normal;
}

.info-docs {
	cursor: pointer;
}

#page-wrapper {
	background-color: #efe6e6;
}

@media (max-width: 430px){
	.white-box {
		padding: 25px 10px;
	}

	.w-75-above-sm {
		width: 75% !important;
	}

	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}

	.bg-title {
		margin-right: -15.5px;
		margin-left: -15.5px;
	}
}

@media (max-width: 767px){
	.show-sidebar .sidebar .sidebar-head, 
	.show-sidebar .sidebar {
	    width: 260px;
	}

	.content-wrapper .sidebar {
		margin-top: 60px;
	}

	.sidebar-head {
		display: none !important;
	}

	#side-menu li:first-child {
		padding: 0 !important;
	}
}

@media (min-width: 768px){
	.sidebar,
	.sidebar:hover,
	.hide-sidebar .top-left-part,
	.top-left-part {
	    width: 260px;
	}

	.hide-sidebar .sidebar {
	    left: -260px;
	}

	.sidebar .sidebar-head {
	    padding: 3px 20px;
	}

}

@media (max-width: 1170px){
	.content-wrapper .sidebar {
	    left: -260px;
	}
}

.sidebar {
	overflow: visible !important;
}

.sidebar .sidebar-head {
    padding: 3px 20px;
}

.sidebar #side-menu li:first-child {
	padding-top: 60px;
}

.sidebar #side-menu a {
	color: #2d0b0b;
}

.sidebar .fa-fw {
	width: 26px !important;
	margin-top: -5px;
	margin-right: 10px;
	font-size: 18px;
	color: #2d0b0b;
}

.sidebar a.active .fa-fw {
	color: #ffffff;
	margin-right: 7px;
}

#side-menu li a {
	width: 260px;
}

#side-menu > li > a {
    font-weight: 400;
    padding: 15px 21px 15px 17px;
}

#side-menu > li:last-child > a {
    border-bottom: 1px solid #e9c4c4;
}

#side-menu > li > a.active {
	color: #ffffff;
	background-color: #2d0b0b;
	border-left-color: #ffa300;
}

#side-menu > li > a:first-child {
    border-top: 1px solid #e9c4c4;
}

.form-material .form-group {
    overflow: initial;
}

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
	padding: 7px 12px;
	border: 1px solid #e4e7ea;
	background-color: #ffffff;
}

.form-material input[type=file].form-control, .form-material input[type=file].form-control.focus, .form-material input[type=file].form-control:focus {
	padding: 4.1px 4px;
}

.form-material .form-control:disabled, .form-material .form-control[readonly] {
	cursor: not-allowed;
    background-color: #e9ecef;
    opacity: 1;
}

.form-material .form-control.focus, .form-material .form-control:focus {
	border: 1px solid #2d0b0b;
}

.form-material select.form-control.focus, .form-material select.form-control:focus {
	border: 1px solid #e4e7ea;
}

.form-material .form-control.bootstrap-select {
	padding: 0;
	border-bottom-width: 2px;
	border-radius: 5px;
}

.form-material .form-control.bootstrap-select button {
	background-color: #fff;
	height: 100%;
	border: 0 !important;
	outline: none !important;
	border-radius: 5px;
}

.form-material .form-control.bootstrap-select button:focus {
	border: 0 !important;
	outline: none !important;
	box-shadow: none !important;
}

.form-material .form-control.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	color: #565656
}

.form-material .form-control.bootstrap-select .dropdown-menu li a:hover {
    background: #007bff !important;
}

.form-material .form-control.bootstrap-select.disabled, 
.form-material .form-control.bootstrap-select > .disabled {
	background-color: #e9ecef;
}

.btn.focus, .btn:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

.jconfirm-content .form-row {
	margin-right: 0;
	margin-left: 0;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
	width: 10px;
}

.fix-header .navbar-static-top {
	z-index: 1010;
}

.fix-header .navbar-static-top .navbar-header {
	height: 60px;
}

.fix-header .navbar-static-top .navbar-header.loading {
	background-color: #285f35;
	background-image: url(../images/small-loader.gif);
	background-position: Calc(50vw + 114px);
	background-repeat: no-repeat;
}

@media (max-width: 767px){
	.fix-header .navbar-static-top .navbar-header.loading {
		background-position: Calc(100vw - 42px);
	}
}

.top-left-part .light-logo {
	display: block;
}

.top-left-part a {
	padding-left: 0;
}

@media (min-width: 1170px){
	.hide-sidebar .top-left-part .logo span {
	    display: block;
	}
}

@media (min-width: 768px){
	#page-wrapper {
		margin: 0 0 0 260px;
	}
}

ol.breadcrumb {
	font-weight: 400;
}

.footer {
	padding: 10px 30px;
}

.white-box .box-title {
	margin: 0 0 30px;
	border-bottom: 1px solid #ccc;
}


.profile-pic {
	color: #fff;
    padding: 0 14px;
    line-height: 60px;
    min-height: 60px;
}

.profile-pic a {
	color: #fb4;
	font-weight: normal;
}

.full-height {
	min-height: 100vh;
}

.my-loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999999999;
}

.my-loading > .loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	position: absolute;
	left: Calc(50vw - 60px);
	top: Calc(50vh - 60px);
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

progress {
	width: 100%;
	height: 25px;
	margin: 5px 0;
	display: none;
}

.alert h4 {
	display: none;
}


.div-box {
	background-color: #f3f6f8;
	padding: 15px;
	margin-bottom: 30px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color: #7460ee;
	border-color: #7460ee;
}

.list-group-item.active.tab-blue, .list-group-item.active.tab-blue:focus, .list-group-item.active.tab-blue:hover {
	background-color: #41b3f9;
	border-color: #41b3f9;
}


.table.v-middle td {
	vertical-align: middle;
}

.table.table-hover tbody tr[data-click-url]:hover {
	cursor: pointer;
}

.table.no-top-border thead tr th {
	border-top: none;
}

.table-sm td, .table-sm th {
    padding: .5rem !important;
}

.table thead {
	background-color: #2125290f;
}

.paginacao {
	text-align: center;
}

.paginacao ul {
	display: inline-block;
    padding: 0;
    margin: 8px 0;
    text-align: center;
}

.paginacao ul li {
	display: inline;
}

.paginacao ul li a {
	transition: background-color .3s;
    border: 1px solid #61626c;
    color: white;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #61626c;
    margin: 0 3px;
}

.paginacao ul li a.active {
	background-color: #000000;
    border: 1px solid #000000;
    font-weight: bold;
}

.paginacao ul li a:hover:not(.active) {
	background-color: #2f323e;
}


.datepicker-dropdown {
	margin-top: 60px;
}


.richText .richText-editor {
	font-family: Verdana, Rubik, sans-serif !important;
	height: 500px;
}

.richText .richText-editor b {
	font-weight: 700 !important;
}

.sort-ghost {
	background-color: #f5efd5;
}

.box-busca {
	background-color: #eadabc;
}

.box-busca .titulo {
	cursor: pointer;
}

.formulario form {
	background-color: #eee;
	border-radius: 5px;
}

.borda-alerta {
	border: 5px solid #dc3545;
}

.box-categorias .item,
.box-gerentes .item, 
.box-comissarios .item, 
.box-alertas .item {
	background-color: #ffe8c0;
}

.box-comissarios .item.resp {
	background-color: #d0ecc1;
}

.box-categorias .item span,
.box-gerentes .item span,
.box-comissarios .item span, 
.box-alertas .item span {
	word-break: break-all;
}

.box-alertas .item .titulo {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.box-alertas .item .emails {
	font-size: 12px;
}

.area-pastas-ver .box-dia,
.area-auxiliares-ver .box-dia {
	border: 1px solid #343a40;
}

.area-pastas-ver .col-order,
.area-pastas-ver .col-order-dis {
	flex: 0 0 50px;
}

.area-pastas-ver .lista .item .col-order {
	cursor: move;
}

.area-pastas-ver .lista .item:nth-child(odd),
.area-auxiliares-ver .lista .item:nth-child(odd) {
	background: #ebf3f9;
}

.area-pastas-ver .dias hr,
.area-auxiliares-ver .dias hr {
	border-color: #343a40;
}


.area-pastas-ver .signed,
.area-pastas-ver .not-signed {
	font-size: 12px;
}

.area-pastas-ver .signed {
	font-weight: bold;
	color: green;
}

.area-pastas-ver input[name=filtro_docs]{
	padding: 6px 10px;
	font-size: 16px;
	line-height: 16px;
	width: 100%;
}

@media (min-width: 500px){
	.area-pastas-ver input[name=filtro_docs]{
		float: right;
		width: auto;
	}
}

.my-bullets {
	position: fixed;
	bottom: 20px; 
	left: 20px;
	z-index: 9999;
}

.my-bullets .toast {
	max-width: 280px;
}
