/*!
 * Start Bootstrap - SB Admin v5.1.1 (https://startbootstrap.com/template-overviews/sb-admin)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin/blob/master/LICENSE)
 */

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


 /* Customizações EstúdioMX */


 @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,600;0,700;1,400&display=swap');

 body {
     margin: 0;
     font-family: Nunito,sans-serif;
     font-size: .9rem;
     font-weight: 400;
     line-height: 1.5;
     color: #6c757d;
     text-align: left;
     background-color: #fafbfe;
 }
 
 a {
     color: #313a46;
 }
 
 a:hover {
     color: #374454;
     text-decoration: none;
 }
 
 .text-primary,
 a.text-primary:hover, 
 a.text-primary:focus {
     color: #374454 !important;
 }
 
 .text-success {
     color: #0acf97 !important;
 }
 
 .badge-success {
     background-color: #0acf97 !important;
 }
 .badge-danger {
     background-color: #fa5c7c !important;
 }
 
 .badge-primary {
     color: #fff;
     background-color: #313a46;
 }
 
 .badge-outline {
     background: #fff;
     border: 1px solid #b1b1b1;
     color: #000;
 }

 .badge-dark {
    background-color: #5d6d7d;
    font-size: 9px;
}
 
 .bg-dark {
     background-color: #313a46 !important;
 }

 .bg-fundo {
    /* background-image: url(/sistema/global/imagens/bg_capa-2.jpg); */
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: overlay;
    background-repeat: repeat-x;
    background-size: cover;
  }
 
 .sidebar {
     background-color: #313a46;
 }
 
 .badge {
     padding: 5px 5px 3px 5px;
 }
 
 @media (min-width: 768px) {
     .sidebar .nav-item .nav-link {
         display: block;
         width: 100%;
         text-align: left;
         padding: 10px 10px 10px 20px;
         width: 225px;
         color: #8391a2;
     }
 
     a.nav-link.dropdown-toggle > span {
         margin-left: 10px!important;
     }
 
     .sidebar.navbar-nav.toggled > li > a.nav-link.dropdown-toggle > span {
         margin-left: 0px!important;
     }
 }

/*Altura máxima do logo */
.navbar-brand img {
    max-height: 50px !important;
}
.navbar-brand img {
    max-width: 150px;
    margin-left: 0px;
}
 
 
 
 .dropdown-menu {
     background-color: #313a46;
     border: 0px;
     min-width: 13rem;
 }
 
 .dropdown-menu.show {
     border: none;
     border-radius: 0;
     background: #313a46;
     top: 65px !important;
     color: #fff;
 }
 
 .dropdown-item {
     padding: 5px 25px;
     background-color: #3d4652;
     color: #8391a2;
     line-height: 35px;
     width: inherit;
 }
 a.dropdown-item {
     color: #8391a2;
 }
 
 .dropdown-item:hover, .dropdown-item:focus {
     color: #313a46 !important;
     text-decoration: none;
     background-color: #f8f9fa;
 }
 
 .dropdown-item.active, .dropdown-item:active {
     background-color: #555e6b;
     color: #fff;
 }

 li.nav-item.gw {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
}
@media(max-width:600px) {
    .gw {
        display: none;
    }
}
 
 .select2-container--default .select2-selection--multiple .select2-selection__choice,
 .select2-container--default .select2-results__option--highlighted[aria-selected] {
     background-color: #374454;
     border: 1px solid #374454;
     color: #fff;
 }
 
 .list-group-item.active {
     z-index: 2;
     color: #fff;
     background-color: #313a46;
     border-color: #313a46;
 }
 
 
 .btn-primary {
     color: #fff;
     background-color: #374454;
     border-color: #374454;
 }
 
 .btn-primary:hover {
     color: #374454;
     background-color: #ffffff;
     border-color: #374454;
     box-shadow: 0px 0px 10px #374454;
 }
 
 .btn-primary.disabled, .btn-primary:disabled,
 .btn-primary:not(:disabled):not(.disabled):active, 
 .btn-primary:not(:disabled):not(.disabled).active, 
 .show > .btn-primary.dropdown-toggle {
     color: #fff;
     background-color: #313a46;
     border-color: #313a46;
 }
 
 a.btn {
     max-width: 300px;
     border-radius: 3px !important;
 }
 
 .btn-group, .btn-group-vertical {
     display: inline-block;
     text-align: right;
 }
 
 .btn-outline-primary {
     color: #313a46;
     border-color: #313a46;
     /* font-size: 14px !important; */
 }
 
 .btn-outline-primary:hover {
     color: #283a50;
     background-color: #ffffff;
     border-color: #283a50;
     box-shadow: 0px 0px 10px #283a50;
 }
 
 .btn-outline-primary:not(:disabled):not(.disabled):active, 
 .btn-outline-primary:not(:disabled):not(.disabled).active, 
 .show > .btn-outline-primary.dropdown-toggle {
     color: #fff;
     background-color: #313a46;
     border-color: #313a46;
 }
 
 .btn-success {
     -webkit-box-shadow: 0 2px 6px 0 rgba(10,207,151,.5);
     box-shadow: 0 2px 6px 0 rgba(10,207,151,.5);
 }
 .btn-success {
     color: #fff;
     background-color: #0acf97;
     border-color: #0acf97;
 }
 
 [id*="BoxCelulasDescricaoCampos_title_"] {
     background: #e9ecef;
     border-radius: 0px;
     padding: 5px 0px;
     color: #283a50;
     font-weight: 600;
 }

.separator {
    background: #e9ecef;
    border-radius: 0px;
    padding: 5px 0px;
    color: #283a50;
    font-weight: 600;
}
 
 .ajuste-icones {
     font-size: 20px !important;
     color: #7c8590;
     padding: 1px 0px !important;
     margin-right: 5px !important;
     line-height: 0px !important;
 }
 
 .breadcrumb-item.active {
     color: #283a50;
     font-weight: 600;
 }
 
 .card-header {
     font-size: 24px;
     font-weight: 600;
     color: #313a46;
 }
 
 
 .page-item.active .page-link {
     z-index: 1;
     color: #fff;
     background-color: #313a46;
     border-color: #313a46;
 }
 
 .page-link {
     color: #313a46;
 }
 
 
 .card-body > div {
     margin-bottom: 10px;
 }
 
 /* Calendário Agendamento */
 .fc-event {
     position: relative;
     display: block;
     font-size: 12px;
     line-height: 1.3;
     border-radius: 0px !important;
     border: 1px solid #313a46 !important;
     background-color: #313a46 !important;
     font-weight: normal;
     font-family: Nunito,sans-serif;
 }
 
 .ui-widget-header {
     border: 1px solid #aaa;
     background: #313a46 !important;
     color: #fff !important;
     font-weight: 600;
     font-family: Nunito,sans-serif;
 }
 
 #menu {
     width: 300px;
     font-size: 10pt;
 }
 
 
 .board {
   display: block;
   white-space: nowrap;
   overflow-x: auto; }
 
 .tasks {
   display: inline-block;
   width: 22rem;
   padding: 0 1rem 1rem 1rem;
   border: 1px solid #eef2f7;
   vertical-align: top;
   margin-bottom: 24px;
   border-radius: 0.25rem; }
   .tasks.tasks:not(:last-child) {
     margin-right: 1.25rem; }
   .tasks .card {
     white-space: normal;
     margin-top: 1rem; }
   .tasks .task-header {
     background-color: #f1f3fa;
     padding: 1rem;
     margin: 0 -1rem; }
 
 .task-list-items {
   min-height: 100px;
   position: relative; 
 }
 
 .task-list-items:before {
     position: absolute;
     line-height: 110px;
     width: 100%;
     text-align: center;
     font-weight: 600; 
 }
 
 .task-modal-content .form-control-light {
   background-color: #f7f9fb !important;
   border-color: #f7f9fb !important; 
 }

textarea.form-control {
    margin-bottom: 10px;
}

 .modal-header {
    background-color: #e9ecef;
 }

 .modal-title {
    font-weight: 700;
    color: #313a46;
}
 
 
 .timeline-alt {
 padding: 20px 0;
 position: relative; 
 }
 
 .timeline-alt .timeline-item {
 position: relative; 
 }
 
 .timeline-alt .timeline-item:before {
     background-color: #f1f3fa;
     bottom: 0;
     content: "";
     left: 9px;
     position: absolute;
     top: 20px;
     width: 2px;
     z-index: 0; 
 }
 
 .timeline-alt .timeline-item .timeline-icon {
     float: left;
     height: 20px;
     width: 20px;
     border-radius: 50%;
     border: 2px solid transparent;
     font-size: 14px;
     text-align: center;
     line-height: 16px;
     background-color: #e9ecef;
 }    
 .timeline-alt .timeline-item .timeline-item-info {
     margin-left: 30px; }
 
 
 /* Ajuste scroll lateral em todas as paginas */
 .row {
     margin-right: 0px;
     margin-left: 0px;
 }
 
 .dataTables_wrapper {
     overflow-x: auto !important;
 }

.dataTables_wrapper .row {
     padding-top: 5px;
 }
 
 
 /* Table Strip */
 
 .table-striped tbody tr:nth-of-type(odd) {
     background-color: #f1f3fa;
 }
 
 .table th, .table td {
     vertical-align: middle;
 }

 .table-dark th {
    color: #fff;
    background-color: #313a46 !important;
}
 
 .breadcrumb {
     background-color: #e9ecef
 }

 th.thExcluir.sorting {
    width: 65px;
    text-align: center;
}

th.thAction.sorting {
   width: 45px;
}
 
 /* Rodapé */
 
footer.sticky-footer {
     height: 30px;
     position: fixed;
 }
 
 
 /* Icons */
 
 /*
 .fa, .fas, .far {
     font-size: 16px;
 }
 */

 .dropdown-menu > a > i.fa,
 .dropdown-menu > a > i.far,
 .dropdown-menu > a > i.fas {
     margin-right: 5px;
 }
 
 
 /* Meus LEADS */
 .select2-container--default.select2-container--focus .select2-selection--multiple {
     border: solid #bfbfbf 1px;
 }
 
 a.nav-link.rounded-0 {
     background: #e9ecef;
 }
 
 /* Switch */
 
 input[data-switch]+label {
     width: 56px;
     height: 24px;
     background-color: #f1f3fa;
     background-image: none;
     border-radius: 2rem;
     cursor: pointer;
     display: inline-block;
     text-align: center;
     position: relative;
     -webkit-transition: all .1s ease-in-out;
     transition: all .1s ease-in-out;
 }
 
 input[data-switch=bool]+label:before, input[data-switch=bool]:checked+label:before {
     color: #fff!important;
 }
 input[data-switch]:checked+label:before {
     color: #fff;
     content: attr(data-on-label);
     right: auto;
     left: 4px;
 }
 input[data-switch]+label:before {
     color: #313a46;
     content: attr(data-off-label);
     display: block;
     font-family: inherit;
     font-weight: 600;
     font-size: .75rem;
     line-height: 24px;
     position: absolute;
     right: 3px;
     margin: 0 .21667rem;
     top: 0;
     text-align: center;
     min-width: 1.66667rem;
     overflow: hidden;
     -webkit-transition: all .1s ease-in-out;
     transition: all .1s ease-in-out;
 }
 
 input[data-switch]+label:after {
     content: '';
     position: absolute;
     left: 4px;
     background-color: #adb5bd;
     -webkit-box-shadow: none;
     box-shadow: none;
     border-radius: 2rem;
     height: 18px;
     width: 18px;
     top: 3px;
     -webkit-transition: all .1s ease-in-out;
     transition: all .1s ease-in-out;
 }
 
 input[data-switch]:checked+label:after {
     left: 34px;
     background-color: #f1f3fa;
 }
 input[data-switch=bool]+label:after {
     background-color: #f1f3fa;
 }
 
 input[data-switch]:checked+label {
     background-color: #0acf97;
 }
 
 input[data-switch=bool]+label {
     background-color: #fa5c7c;
 }
 input[data-switch] {
     display: none;
 }
 
 /* Fim Switch */
 
 .float-button {
   position: fixed;
   right: 100px;
   bottom: 100px;
   width: 50px;
   height: 50px;
   text-align: center;
   color: green;
   /* background: rgba(52, 58, 64, 0.5); */
   line-height: 46px;
   z-index: 999;
   font-size: 50px;
 }
 
 
 /*Box de Pesquisa oculto */ 
 
 li.nav-item.searchItem {
     display: none;
 }

 .pulse {
  overflow: visible;
  position: relative;
}
.pulse:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity .3s, transform .3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
}
@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}



/* Alertas Botões JS*/
button.swal-button {
    background: #313a46 
}

.swal-button--cancel {
    color: #fff;
    background-color: #dc3545 !important;
}

.swal-button:not([disabled]):hover {
    background-color: #e1e6ec;
    color: #313a46;
}

input[required]:invalid { box-shadow: 0 0 5px 1px #a00007 }
textarea[required]:invalid { box-shadow: 0 0 5px 1px #a00007 }

#form_login input[required]:invalid { box-shadow: none }

/* input:required {
    background: url("/sistema/global/imagens/required.png") no-repeat 8px center white;
    outline: 2px solid transparent;
}
input:valid {
    background: none;
    outline: 2px solid transparent;
} */

/*Ajuste Tippy */
.tippy-box {
    background-color: #313a46 !important;
}

/* Ajustes de espaçametos*/
.form-group.col-lg-12.col-md-12.col-sm-12 {
    margin-bottom: 0px;
    padding-top: 15px;
}

.alert {
    margin-bottom: 0px;
}

.card-body > div {
    margin-bottom: 0px;
    padding: 10px 10px;
}

table.dataTable {
    margin-top: 0px !important;
}

.card.mb-3 > .card.mb-3 { 
    margin-bottom: 0px !important;
}

div#BoxLinhasButtons {
    padding-top: 10px;
}

/*Ajustes MaArgens Smartphone*/

@media(max-width:600px) {

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding-right: 0px;
        padding-left: 0px;
    }

    .card-body {
        padding: 0px;
    }
    .card {
        border: 0px solid rgba(0, 0, 0, 0.125);
    }

}

@media(min-width:768px) {

    .sidebar.toggled .nav-item .dropdown-menu {
        left: calc(80px + 0.5rem) !important;
    }

}

.sidebar .nav-item .dropdown-menu {
    left: calc(80px + 0.5rem) !important;
}

@media(max-width:768px) {
    
    footer.sticky-footer {
        width: calc(100%) !important;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
    }

    [id*="BoxCelulasDescricaoCampos_title_"] {
        font-size: 22px !important;
    }

    .card-header {
        font-size: 22px !important;
    }

    .dropdown-actions .show {
        width: 100% !important;
    }

    .dropdown-menu.show {
        transform: translate3d(0px, -30px, 0px) !important;
    }

    a.dropdown-item {
        color: #8391a2;
        max-width: 97% !important;
    }

    #atv-suporte{
        display: none;
    }
}


