/** {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

a, img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    -webkit-touch-callout: none;
}

a:active, a:focus, a:hover {
	text-decoration:none;
}

img {
    max-width:100%;
}

body {
    font-size: 12px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    overflow-x: hidden;
    overflow-y: auto;
    background: #f7f7f7 !important;
}

h1, .h1 {
    font-size: 30px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 80%;
}

.sidebar .nav > li.active > a, .sidebar .nav > li.active > a:focus, .sidebar .nav > li.active > a:hover, .page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a, .page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a, .page-sidebar-minified .sidebar .nav > li.has-sub.active > a, .label.label-theme, .btn.btn-scroll-to-top {
    background: #186d8d;
}

.clickable-row {
	cursor:pointer;
	border:2px solid #FFF;
	transition:0.1s;
}

.clickable-row:hover {
	border-color:#666;
	box-shadow: 1px 2px #666;
}

.sidebar-minify-btn {
	float: left;
    background: none;
    border: none;
}

.content {
	margin-left: 205px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
    height: calc(100vh - 60px);
    overflow-x: auto;
    overflow-y: auto;
}

.page-header, .page-header small {
    font-weight: 400;
}

.page-header span {
	font-size:14px;
}

.h3, h3 {
	font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DDD;
}

.modal-content {
    border-radius: 15px;
    padding: 15px;
}

.btn:hover {
    box-shadow: 0 4px 7px rgba(0,0,0,.09), 0 7px 7px rgba(0,0,0,.09) !important;
}

.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-default:not(:disabled):not(.disabled).active, 
.btn-default:not(:disabled):not(.disabled):active, 
.open>.dropdown-toggle.btn-default, 
.open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover, 
.show>.btn-default.dropdown-toggle {
    background: #f7f7f7 !important;
    color:#000 !important;
}

.btn-warning {
    background: #FFF !important;
    border-color:#FFF !important;
    color: #FF9800 !important;
}

.btn-warning.active,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning:focus,
.btn-warning:hover,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.open>.dropdown-toggle.btn-warning,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover,
.show>.btn-warning.dropdown-toggle {
    background: #f7f7f7 !important;
    border-color:#EEE !important;
}

.btn-success {
    background:#FFF !important;
    border-color:#FFF !important;
    color: #009a59  !important;
}

.btn-success.active,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success:focus,
.btn-success:hover,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.open>.dropdown-toggle.btn-success,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover,
.show>.btn-success.dropdown-toggle {
    background: #f7f7f7 !important;
    border-color:#EEE !important;
}

.btn-danger {
    background:#FFF !important;
    border-color:#FFF !important;
    color: #EF5350 !important;
}

.btn-danger.active,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.open>.dropdown-toggle.btn-danger,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover,
.show>.btn-danger.dropdown-toggle {
    background: #f7f7f7 !important;
    border-color:#EEE !important;
}

.btn-outline-primary {
	color: #186d8d;
    border-color: #186d8d;
    box-shadow: none !important;
    border-radius: 50px !important;
    font-weight: 600;
    font-size: 14px;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	color: #186d8d;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary.focus:hover,
.btn-outline-primary:hover {
	color: #fff;
    background-color: #186d8d;
    border-color: #186d8d;
}

.btn-outline-danger {
    box-shadow: none !important;
    border-radius: 50px !important;
}

.readonly-select {
    pointer-events: none;
    background-color: #e9ecef;
}

.badge {
    text-transform:uppercase;
	font-size:10px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control.form-control-lg,
.form-control.input-lg {
    color: #212121;
}

.panel-body {
    padding: 30px;
}

select.form-control[multiple] {
    height: 205px;
}

select.form-control[multiple] option {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

table.dataTable {
    text-transform:uppercase;
}

.ms-container {
    width: 100% !important;
}

.header .navbar-brand {
    padding: 9px 15px !important;
    height: 55px;
}

.sidebar, .sidebar-bg {
    width: 200px;
	box-shadow:none;
}

.sidebar {
    background:#f7f7f7;
}

.sidebar .nav {
    padding-left: 10px;
	margin-top:10px;
}

.sidebar .nav>li.nav-header {
    display:none;
}

.sidebar .nav>li {
    margin-bottom:3px;
    font-size: 13px;
}

.sidebar .nav>li>a {
    color: #242424;
    cursor: pointer !important;
	padding: 11px 10px;
    border-radius: 30px;
	transition:0.2s;
}

.sidebar .nav>li>a:focus,
.sidebar .nav>li>a:hover {
    background: #ededed;
    color: #555555;
}

.sidebar .nav>li>a i {
    color: #555555;
	font-size: 19px;
}

.sidebar .nav>li.nav-profile {
    display:none;
}

.sidebar .nav>li.has-sub>.sub-menu {
    background: #f7f7f7;
}

.sidebar .sub-menuli>a i,
.sidebar .sub-menu>li>a:hover,
.sidebar .sub-menu>li.active>a,
.sidebar .sub-menu>li.active>a:focus {
    color: #555555;
}

.sidebar .sub-menu>li>a {
    padding-left: 45px;
    color: #3d3d3d;
}

.sidebar .sub-menu>li.active>a,
.sidebar .sub-menu>li.active>a:hover {
    font-weight: 500 !important;
    color: #186d8d;
}

.sidebar-minify-btn {
    background: #ededed;
}

/* Alert Ajust */

.alert ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alert ul li {
    margin: 5px 0;
    padding: 0;
}

/* Forms Ajusts */

.fast-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}

.btn-loader {
    background-image: url("../img/loader0.svg") !important;
    background-repeat: no-repeat !important;
}

.dashboard .panel-title {
    font-weight: 700;
    color: #212121;
}

.panel-heading {
    border-bottom: 1px solid #CCC;
}

.form-search input {
    font-size: 16px;
    font-weight: 600;
}

/* Point Effect */

.point {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}

.point.red {
    background: #C02312;
}

.point.green {
    background: #72b945;
}

.panel .toolbar {
    float: left;
    width: 75%;
}

.panel .toolbar .btn-group {
    box-shadow: none !important;
}

.panel .toolbar .btn-group .custom-select {
    height: calc(2rem + 2px) !important;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 600 !important;
	display: flex;
	justify-content: end;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0 !important;
    width: auto !important;
    display: block !important;
}


/* Pulse Effect */

.pulse {
    border-radius: 100%;
    -webkit-animation: pulse 3s infinite cubic-bezier(.1,0,0,2);
    -moz-animation: pulse 3s infinite cubic-bezier(.1,0,0,2);
    -ms-animation: pulse 3s infinite cubic-bezier(.1,0,0,2);
    animation: pulse 3s infinite cubic-bezier(.1,0,0,2);
}

.pulse.red {
    box-shadow: 0 0 0 0 #C02312;
}

.pulse.green {
    box-shadow: 0 0 0 0 #72b945;
}

.pulse:hover{
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse{
    to{
        box-shadow:0 0 0 25px transparent
    }
}
@-moz-keyframes pulse{
    to{
        box-shadow:0 0 0 25px transparent
    }
}
@-ms-keyframes pulse{
    to{
        box-shadow:0 0 0 25px transparent
    }
}
@keyframes pulse{
    to{
        box-shadow:0 0 0 25px transparent
    }
}


/* Menu Fine Ajust */
.sidebar .nav.nav-profile {
    padding: 5px 0;
    /*border-bottom: 1px solid #242a31;*/
    display: none;
    background: #242a31;
}

.sidebar .sub-menu > li.active > a {
    font-weight: 600;
}

/* Widgets Ajusts */

.panel {
	box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
    border-radius: 20px;;
}

.panel-title {
    font-size: 14px;
    text-transform: uppercase;
}

.panel .panel-heading .btn-group {
    margin-left: 15px;
}

.widget-stats .stats-info h4 {
    text-transform: uppercase;
}

/* DataTable Fine Ajusts */

.dataTable thead > tr > th {
    line-height: 1;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    bottom: 12px !important;
}

.dataTable tbody > tr > td {
    vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_length select {
	margin: 0 5px 0 0;
}

table.dataTable>tbody>tr.child span.dtr-title {
    min-width: 0 !important;
    padding-right: 5px !important;
}

/*.cadastro .panel {
    background: none;
    box-shadow: none;
}

.cadastro .panel-inverse .panel-heading {
    padding: 10px 15px 0;
    background: none !important;
}

.cadastro .panel-title {
    color: #5AA233;
    font-weight: 800;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 17px !important;
    text-transform: none;
}*/

.cadastro .form-control[readonly] {
    background:#FFF;
    opacity:1;
}

.cadastro .anexos img {
    max-width:100%;
    height:auto;
}

.toggle-button {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 24px
}

.toggle-button input[type="checkbox"] {
    display: none;
}

.toggle-button input[type="checkbox"] + .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    transition: background-color 0.4s;
    cursor: pointer;
}

.toggle-button input[type="checkbox"]:checked + .slider {
    background-color: #4CAF50;
}

.toggle-button input[type="checkbox"] + .slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.4s;
}

.toggle-button input[type="checkbox"]:checked + .slider:before {
    transform: translateX(19px);
}

.nowrap {
    white-space: nowrap;
}

.panel-mensalidade {
    font-size:13px;
}

.panel-mensalidade .well {
    background: #fbfbfb;
    border: 1px solid #DDD;
    border-radius: 8px;
    min-height:104px;
}

.panel-mensalidade .well h5 {
    font-size: 10px;
    margin-bottom: 2px;
}

.panel-mensalidade .well h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.panel-mensalidade table tr td {
    vertical-align:middle;
}

.panel-mensalidade .input-group-prepend .input-group-text {
    background: #ececec;
    border: 1px solid #CCC;
    border-right: 0 solid #FFF !important;
    padding: 5px 10px 5px 10px;
}

.panel-mensalidade .input-group .form-control {
    border-left: 0;
    padding-left: 12px;
    border-radius: 0 6px 6px 0;
}

.panel-mensalidade .mensalidades-observacoes {
    font-size: 11px;
}

.panel-mensalidade .pagamentos .mensalidades-observacoes {
    display:block;
}

.table-mansalidades .juros {
	display:none;
}

@media screen and (max-width: 767px) {

    .dataTable tbody > tr > td {
        vertical-align: middle;
        padding: 10px 15px;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: right !important;
    }


}

@media screen and (max-width: 575px) {

    .navbar-nav.navbar-right {
        display: none;
    }

    .form-search-label {
        display: block;
        width: 100%;
        margin-bottom: 0 !important;
    }

    .form-search-submit {
        padding-right: 10px !important;
    }

}


/* Lembretes */

.table-lembretes thead {
	display:none;
}

.table-lembretes tr {
	border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    box-shadow: 1px 2px #CCC;
    margin-bottom: 15px;
    display: grid;
    padding: 5px 0px;
	background:#f7f7f7;
	position:relative;
}

.table-lembretes tr h5 {
	margin-bottom: 3px;
}

.dataTables_scrollBody {
	border-bottom: 1px solid #ebeced;
    padding-right: 10px;
}

.table-lembretes tbody > tr > td {
	border:none;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 8px;
	border-radius:5px;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #CCC;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
    background: #666;
}

.clickable-row:hover .icon-hidden {
    visibility: visible;
}

.icon-hidden {
    visibility: hidden;
    position: relative;
    z-index: 9999; 
}

.table-icons {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.edit-icon, .delete-icon {
	cursor: pointer;
    padding: 5px;
	font-size: 14px;
}



/* CUSTOM CHECK */

.custom-checkbox .form-check-input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.custom-checkbox .form-check-label {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.custom-checkbox .form-check-input:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.custom-checkbox .form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}



/*********************************** 

Front-end 

************************************/

.frontend .pace-progress,
.frontend .pace:before {
	top:0;
}

.frontend .logo {
	max-width: 180px;
}

.frontend .container {
	max-width:860px;
}

.frontend h1 {
	margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.frontend h2 {
	font-size: 21px;
    font-weight: 700;
	margin-bottom: 20px;
}



/***********************************

Show Obras

***********************************/

.color-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill, 46px); /* 6 colunas em desktops */
    gap:8px;
}

.color-swatch{
    width:40px;height:40px;border-radius:4px;cursor:pointer;position:relative;
    transition:transform .15s;
}
.color-swatch:hover{ transform:scale(1.1); }

/* radio escondido */
.color-swatch input{ position:absolute;inset:0;opacity:0;cursor:pointer; }

/* borda azul quando ativo */
.color-swatch.is-selected,
.color-swatch input:checked{ outline:3px solid #0058cc; outline-offset:2px; }
