/* Add here all your CSS customizations */

.full-height {
    height: 100%;
}

.full-screen-height {
    height: 100vh;
}

.header {
    border-bottom: 1px solid #e0e0e0;
}

.header .logo img {
    /*max-width: 105px;*/
    max-width: 150px;
    max-height: 30px;
}

.header-right #taskActiveClock {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: right;
    color: #000011;
    font-size: 1.3rem;
    line-height: 1.2em;
}

.form-control:focus {
   border-color: rgba(37, 42, 52, 0.8);
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(37, 42, 52, 0.6);
   outline: 0 none;
}

.tag-bloqueado {
    border: 1px solid #d2322d;
    border-radius: 15px;
    padding: 4px;
    color: #d2322d;
}

.select2{
    width:100% !important;   
}

.select2-container--disabled .selection .select2-selection .select2-selection__rendered {
    background: #eeeeee;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.flags-multiplas {
    padding: 5px;
    background-color: #0088cc;
    border-radius: 15px;
    margin: 2px;
    display: inline-block;
    color:white;
}

.select2-selection__rendered.form-control:focus {
    border-color: rgba(37, 42, 52, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(37, 42, 52, 0.6);
    outline: 0 none;
}

.modal-info {
    float: right;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    padding-right: 8px;
    cursor: pointer;
}

.modal-info:hover {
    opacity: .4;
}

.modal {
    overflow: scroll !important;
    overflow-x: hidden !important;
}

.modal::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}


.info-message {
    display: none;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container .select2-selection--multiple {
    min-height: 34px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.select2-container--default .select2-container--focus .select2-selection--multiple {
    height: 34px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}


#menu ul li a i {
    font-size: 18px;
}

.paginatorGo {
    cursor: pointer;
}

.searchInput {
    position: relative;
    width: 100%;
}

.searchInput input {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
    transition: all 0.5s ease;
}

.searchInput input:focus {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
    border-bottom: 1px solid #171717;
    border-radius: 0px;
    color: #171717;
}

.searchInput i {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 890;
}

.searchInput i:hover {
    cursor: pointer;
    color: #cccccc
}

.searchInput input:focus + i {
    color: #171717;   
}

.infoBtn:hover {
    cursor: pointer;
}

.notifications > li .notification-icon {
    position: relative;
    /*height: 41px;*/
    /*width: 41px;*/
}

.notifications > li:last-child .notification-icon {
    position: relative;
    /*height: 41px;*/
    /*width: 41px;*/
    /*background: url(/Scripts/customs/fileManager/imgs/file-manager-icon.png);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 8px 8px;*/
}

.notifications > li .notification-icon i {
    /*line-height: 44px;*/
    font-size: 18px;
}

.notifications > li .notification-icon:hover i {
    color: #252a34;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-default {
    background-color: white;
    border-color: #ccc;
}

.form-group {
    width: 100%;
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.datepicker {
    z-index: 9999;
}

.content-body {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.first-row {
    padding: 25px;
    padding-top: 70px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -1px !important;
}

.dropdown-submenu .dropdown-menu {
    padding: 0px !important;
}

/* Barra de ações das CRUDS */
.actions-bar .btn-title {
    margin-bottom: 0px;
    margin-top: 10px;
}

.actions-bar .btn-options {
    /*padding: 15px;*/
    background-color: #ecedf0;
    color: #4c4c4c;
    border: 1px solid #c3c3c3;
    width: 80px;
    height: 101px;
}

.actions-bar .btn-options i {
    font-size: 26px;
    margin-top: 10px;
}

.actions-bar .btn-options p {
    height: 40px;
}

.actions-bar .btn-options-white {
    padding: 15px;
    background-color: white;
    color: #4c4c4c;
    border: 1px solid #c3c3c3;
    width: 115px;
}

.actions-bar .btn-green,
.actions-bar .btn-green:focus {
    color: #47a447;
    border-color: #47a447;
}

.actions-bar .btn-green.active,
.actions-bar .btn-green:hover {
    background-color: #47a447;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.actions-bar .btn-yellow,
.actions-bar .btn-yellow:focus {
    color: #ed9c28;
    border-color: #ed9c28;
}

.actions-bar .btn-yellow.active,
.actions-bar .btn-yellow:hover {
    background-color: #ed9c28;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.actions-bar .btn-blue,
.actions-bar .btn-blue:focus {
    color: #5695f7;
    border-color: #5695f7;
}

.actions-bar .btn-blue.active,
.actions-bar .btn-blue:hover {
    background-color: #5695f7;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.actions-bar .btn-orange,
.actions-bar .btn-orange:focus {
    color: #f36d0b;
    border-color: #f36d0b;
}

.actions-bar .btn-orange.active,
.actions-bar .btn-orange:hover {
    background-color: #f36d0b;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.actions-bar .btn-red,
.actions-bar .btn-red:focus {
    color: #d2322d;
    border-color: #d2322d;
}

.actions-bar .btn-red.active,
.actions-bar .btn-red:hover {
    background-color: #d2322d;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.actions-bar .btn-aqua,
.actions-bar .btn-aqua:focus {
    color: #0dbdae;
    border-color: #0dbdae;
}

.actions-bar .btn-aqua.active,
.actions-bar .btn-aqua:hover {
    background-color: #0dbdae;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

/* Barra de acessos */
.access-bar .btn-title {
    margin-bottom: 18px;
    margin-top: 10px;
}

.access-bar .btn-options {
    padding: 15px;
    background-color: #ecedf0;
    color: #4c4c4c;
    border: 1px solid #c3c3c3;
    width: 120px;
}

.access-bar .btn-options i {
    font-size: 26px;
    margin-top: 10px;
}

.access-bar .btn-options-white {
    padding: 15px;
    background-color: white;
    color: #4c4c4c;
    border: 1px solid #c3c3c3;
    width: 115px;
}

.access-bar .btn-green,
.access-bar .btn-green:focus {
    color: #47a447;
    border-color: #47a447;
}

.access-bar .btn-green.active,
.access-bar .btn-green:hover {
    background-color: #47a447;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.access-bar .btn-red,
.access-bar .btn-red:focus {
    color: #d2322d;
    border-color: #d2322d;
}

.access-bar .btn-red.active,
.access-bar .btn-red:hover {
    background-color: #d2322d;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.access-bar .btn-aqua,
.access-bar .btn-aqua:focus {
    color: #0dbdae;
    border-color: #0dbdae;
}

.access-bar .btn-aqua.active,
.access-bar .btn-aqua:hover {
    background-color: #0dbdae;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

/*Access Table*/
.access-table tbody tr td {
    border-top: 0px;
}

.access-table tbody tr td select option {
    background-color: white;
}

.access-table tbody tr td select option[value='1'] {
    /*background-color: rgb(114, 114, 253);*/
    color: rgb(164, 247, 242);
}

.access-table tbody tr td select option[value='True'],
.access-table tbody tr td select option[value='2'] {
    /*background-color: rgb(133, 255, 133);*/
    color: rgb(133, 255, 133);
}

.access-table tbody tr td select option[value='False'],
.access-table tbody tr td select option[value='0'] {
    /*background-color: rgb(255, 136, 136);*/
    color: rgb(255, 136, 136);
}

.accessareablock {
    height: 400px;
}

.accessareablock .panel {
    height: 100%;
}

.accessareablock .panel .panel-heading {
    height: 57px;
}

.accessareablock .panel .panel-body {
    height: calc(100% - 57px);
}

/* Panels */
.panel-heading {
    background: #f6f6f6;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #DADADA;
    padding: 18px;
    position: relative;
}

.panel-heading + .panel-body {
    border-radius: 0 0 3px 3px;
}

.panel-body {
    border-radius: 3px;
}

/* Modals */
.modal-content {
    border-radius: 3px;
}

/* Buttons */
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.btn {
    border-radius: 2px;
}

.form-control {
    border-radius: 2px;
}

.notifications > li {
    margin: 0px 6px 0 0 !important
}

.multi-categories-column-table {
    overflow: auto;
    height: 60px;
    margin: -8px;
    padding: 8px;
}

.multi-categories-column-table::-webkit-scrollbar {
    width: 4px;
}

.multi-categories-column-table::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.multi-categories-column-table::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}

.multi-categories-column-table::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (min-width: 768px) {
    #openTicketModal .modal-dialog {
        width: 80%;
    }
}

@media (min-width: 992px) {
    #openTicketModal .modal-dialog {
        width: 60%;
    }
}


/* New Tables */
.table-responsive.spotbizz-table {
    padding: 0px 6px;
    margin-top: -36px;
    overflow-x: initial;
}

.table-responsive.spotbizz-table table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 10px;
    position: relative;
    padding-top: 25px;
    border: 0px;
}

.table-responsive.spotbizz-table table thead th {
    border: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-responsive.spotbizz-table table tbody tr {
    /*background-color: white;*/
}

.table-responsive.spotbizz-table table tbody tr td {
    /*border-bottom: 10px solid #ecedf0;*/
    background-color: white;
    border-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-responsive.spotbizz-table table tbody tr td.text-limited {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-responsive.spotbizz-table table tbody tr:nth-of-type(odd) td {
    background-color: #f1f1f1 !important;
}

.table-responsive.spotbizz-table table tbody tr {
    box-shadow: 0px 0px 5px 1px #cccccc;
    border-radius: 6px;
}

.table-responsive.spotbizz-table table tbody tr td:first-child {
    border-left: 3px solid #60ba5d;
    background-color: white;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.table-responsive.spotbizz-table table tbody tr.item-removed td:first-child {
    border-color: #d2322d !important;
}

.table-responsive.spotbizz-table table tbody tr td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.cnpj-destinatario {
    color: #cecece;
}

.table-responsive.spotbizz-table table tbody tr:hover {
    /*cursor: pointer;*/
}

.table-responsive.spotbizz-table table tbody tr:hover td {
    background-color: #eaeaea !important;
}

.table-responsive.spotbizz-table table tbody tr.selected td {
    background-color: #ffffe6 !important;
}

.table-responsive.spotbizz-table.cursor-pointer table tbody tr:hover {
    cursor: pointer
}

.blockUI.blockOverlay {
    height: 100vh !important;
    position: fixed !important;
}

.blockUI.blockMsg.blockElement {
    position: fixed !important;
    width: 600px !important;
    top: calc(50% - 150px) !important;
    left: calc(50% - 300px) !important;
    height: 300px !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.header-empresa-ativa {
    display: inline-block;
    width: 350px;
    height: 33px;
    padding-left: 7px;
    border-left: 1px solid #dedede;
    margin-top: 9px;
    margin-left: -1px;
    display: flex;
    align-items: center;
}

.header-empresa-ativa .change-empresa-icon-area {
    float: left;
    width: 30px;
    height: 100%;
}

.header-empresa-ativa .change-empresa-icon-area button {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    height: 100%;
    font-size: 16px;
}

.header-empresa-ativa .change-empresa-icon-area button:hover {
    color: #252a34;
}

.header-empresa-ativa .empresa-ativa-info {
    float: left;
    height: 100%;
    width: calc(100% - 30px);
}

.header-empresa-ativa .empresa-ativa-info .empresa-ativa-nome {
    float: left;
    width: 100%;
    height: 60%;
    line-height: 14px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 4px;
}

.header-empresa-ativa .empresa-ativa-info .empresa-ativa-doc {
    float: left;
    width: 100%;
    height: 40%;
    line-height: 9px;
    font-size: 11px;
    color: #cecece;
}

.border-default-top {
    border-top: 1px solid #d4d4d4;
}

.border-default-right {
    border-right: 1px solid #d4d4d4;
}

.border-default-left {
    border-left: 1px solid #d4d4d4;
}

.border-default-bottom {
    border-bottom: 1px solid #d4d4d4;
}

.modal-body-full-height {
    height: 80vh;
}

.absolute-dropdown {
    position: absolute;
    top: 0px;
    left: 0px;
}

.absolute-dropdown ul.dropdown-menu {
    position: absolute;
    top: 0px;
    z-index: 1024;
    display: none;
}

.absolute-dropdown ul.dropdown-menu.open {
    display: block;
}

.modal-xlg {
    width: 70%;
}

.modal-85 {
    width: 85%;
}

.sb-scroll-bar::-webkit-scrollbar {
    width: 4px;
}

.sb-scroll-bar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sb-scroll-bar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}

.sb-scroll-bar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.full-width {
    width: 100% !important;
}

.sidebar-subheader-area#sidebar-left-collapser-handler-mobile {
    display: none;
}

.modulo-name { 
    display: none;
}