/* Corrige bug de scroll do modal dentro de outro modal do bootstrap */
.modal { overflow-y: auto !important; }

.topBarColor1 {
    background: #E1E0DB !important;
     height: 50px !important;
}

.topBarColor2 {
  background: #003d78 !important;
}

.logo-bg{
	background-color: #00ADEF !important;
	padding: 0px 0px 0px 0px;
}

.colorPanelDashRed{
	background: #D9544F !important; 
	color: white !important;
}

.colorPanelDashGray{
    background: #b6acab !important; 
    color: white !important;
}

.colorPanelDashYellow{
	background: #EFAD4F !important; 
	color: white !important;
}

.colorPanelDashGreen{
	background: #5BB85D !important; 
	color: white !important;
}

.colorPanelDashLightBlue{
	background: #669999 !important; 
	color: white !important;
}

.mandatory {
    border-left: 2px solid red !important;
}

.panel-heading {
	font-size: 18px;
}

h4 {
	color: #30708F !important;
}

h5 {
	font-size: 12pt !important;
}

.pull-right-container .fa-angle-down {
	transition: transform 0.5s ease;
}

.panel-heading[aria-expanded="true"] .pull-right-container .fa-angle-down {
	transform: rotate(180deg);
}

.alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
    font-size: 12pt;
}

.alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
    font-size: 12pt;
}
.alert-warning .alert-heading {
    color: #8a6d3b !important;
}

.alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
    font-size: 12pt;
}

.alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}

.alert-danger .alert-heading {
    color: #a94442 !important;
}

.textarea-mail {
    white-space: pre-wrap;
}

.list-group-item .selected {
    background-color: #f5f5f5;
}

#box-pesquisaClientesSessao {
    margin-top: 7px;
    margin-right: 10px;
    width: 350px;
}

#listaClientesSessao {
    overflow-y: auto;
    height: 120px;
    cursor: pointer;
    display: none;
    width: 312px;
    position: absolute;
    left: 0;
    top: 35px;
}

.material-symbols-outlined {
    visibility: hidden;
}

.material-symbols-loaded .material-symbols-outlined {
    visibility: visible;
}

/* =====================================================
   TÍTULO
   ===================================================== */

.task-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.task-title small {
    font-size: 12px;
    margin-left: 10px;
    color: #777;
}

/* =====================================================
   GRID
   ===================================================== */

.task-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.task-col {
    width: 33.33%;
    padding: 10px;
}

@media (max-width: 992px) {
    .task-col {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .task-col {
        width: 100%;
    }
}

/* =====================================================
   CARD
===================================================== */

.task-card {
    display: block;
    position: relative;
    background: white;
    border: 1px solid #d2d6de;
    border-radius: 10px;
    cursor: pointer;
    transition: all .18s ease;
    overflow: hidden;
}

.task-card:hover {
    border-color: #3c8dbc;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transform: translateY(-2px);
}

/* esconder checkbox */
.task-card input.main-check {
    position: absolute;
    opacity: 0;
}

/* =====================================================
   CONTENT
===================================================== */

.card-content {
    padding: 15px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.card-content.column {
    flex-direction: column;
}

.card-row {
    display: flex;
}

/* =====================================================
   ICON
===================================================== */

.card-icon {
    font-size: 22px;
    color: #bbb;
    margin-right: 12px;
    transition: .2s;
}

/* =====================================================
   TEXT
===================================================== */

.card-text h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.card-text p {
    margin: 4px 0 0 0;
    font-size: 12px;
    color: #777;
}

/* =====================================================
   BADGE CRÉDITOS
===================================================== */

.card-credit-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 999px;
    background: #eef3f8;
    color: #3c8dbc;
    transition: all .2s ease;
}

/* =====================================================
   CHECK INDICATOR
===================================================== */

.check-indicator {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    color: #3c8dbc;
    opacity: 0;
    transform: scale(.5);
    transition: all .2s ease;
}

/* =====================================================
   SELECTED STATE
===================================================== */

.task-card input.main-check:checked + .card-content {
    background: #f4f9fc;
}

.task-card input.main-check:checked + .card-content .card-icon {
    color: #3c8dbc;
}

.task-card input.main-check:checked + .card-content .check-indicator {
    opacity: 1;
    transform: scale(1);
}

.task-card input.main-check:checked + .card-content .card-credit-badge {
    background: #3c8dbc;
    color: white;
}



/* =====================================================
   SUB OPTION
===================================================== */

.sub-option {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
    font-size: 12px;
}

.sub-option label {
    font-weight: normal;
    cursor: pointer;
}

.credit-extra {
    font-size: 11px;
    color: #f39c12;
    margin-left: 6px;
}