/** SPINNERS **/
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
}
.logo-spin {
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(50% - 8px);
    left: calc(50% - 48px);
    background: url(../../imgs/logo_1.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background:#e0040b;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.navbar-brand img.logo-image {
    height: 30px !important;
    margin-top: 2px !important;
}
.navbar-brand span img {
    margin-top: 0 !important;
}




/** PERSONALIZACAO **/
.theme-black .sidebar .menu .list li.active > :first-child i, .theme-black .sidebar .menu .list li.active > :first-child span {
    color:#e0040b;
}
.theme-black .sidebar .menu .list li a:hover {
    color:#e0040b;
}
a {
    color:#e0040b;
    cursor: pointer;
}
a:hover {
    color:#e0040b;
}
.form-control.form-control-sm:focus {
    border-bottom: 1px solid#e0040b !important;
    box-shadow: 0 1px 0 0#e0040b !important;
}
.theme-black .page-item.active .page-link {
    background-color:#e0040b;
    border-color: #1A3659;
}
.table .text-center a {
    padding: 0 3px !important;
}
.dataTables_processing.card {
    background: #D0D1E0;
}
.table td { 
    height: 40px !important;
}
.perm {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 20px;
}
.icon-button-disabled-ubi {
    color: #ccc !important;
}
.support-ubi .support-box{
    min-height: auto;
}

/** LOGIN **/
.wrap-login100 {
    background: -webkit-linear-gradient(top, #e0040b, #ee8700);
}
.login100-form-logo {
    background-color: #fff;
}
.login100-form-logo img {
    width: 90px;
    border-radius: 0;
}
.page-background {
    background-image: url(../../imgs/background.jpg);
}
.container-login100::before {
    background-color: rgba(242, 243, 244, 0.572) !important;
}
.login100-form-btn:hover {
    background-color:#e0040b;
}
.btn-volta {
    box-shadow: none !important;
    margin-top: 20px;
    background-color: #fff !important;
    color: #555 !important;
}
.btn-volta:hover {
    background-color:#e0040b !important;
    color: #fff !important;
}
.sidebar .menu .list .active .menu-uniq {
    background: rgba(146, 144, 144, 0.28);
}

/** BOTÃO **/
.btn-default {
    background-color:#e0040b !important;
    color: #fff !important;
}
.btn-default:hover {
    background-color:#e0040b !important;
    color: #fff !important;
}

/** SELECT **/
.select-ubq .select-wrapper {
    width: 100%;
}
.select-ubq .select-dropdown.dropdown-trigger {
    font-size: 13px;
}
.select-ubq .dropdown-content li {
    min-height: auto;
}
.select-ubq .dropdown-content li > a, .dropdown-content li > span {
    font-size: 1rem;
    line-height: 25px;
    color: #414244;
}
.select2-container--default .select2-selection--single {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    font-size: 1rem;
}
.bootstrap-select {
    width: 100% !important;
}
.form-group select {
    position: relative !important;
    color: transparent !important;
    background: transparent !important;
    border: 0 !important;
    height: 0px !important;
    z-index: -999 !important;
}
.form-control input {
    z-index: 999 !important;
}
.form-control svg {
    top: -25px !important;
}
.form-group .form-line .bootstrap-select {
    margin-bottom: -8px;
}
.form-group .bootstrap-select.btn-group {
    padding: 30px 0;
}
.select2-container--default .select2-selection--single {
  border-bottom: 1px solid #9e9e9e;
  margin-top: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff;
    border-bottom: 1px dotted rgba(0,0,0,0.42);
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: rgba(0,0,0,0.42);
}
.select-wrapper input.select-dropdown {
    font-size: 1rem;
    color: #444;
}
.select-wrapper .caret {
    color: #888;
    top: -10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}
input[type=text]:not(.browser-default) {
  font-size: 13px;
  font-weight: 500;
}
input[type=number]:not(.browser-default) {
  font-size: 13px;
}
.form-group .form-line:after {
  display: none;
}
.select2-container--default .select2-selection--multiple {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #aaa;
  margin-top: 8px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #aaa;
}
.select2.select2-container.select2-container--default,
.select2.select2-container.select2-container--default.select2-container--below,
.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  width: 100% !important;
}

/** CONFIRMAÇÃO **/ 
.toast-close-button {
    position: absolute;
    right: 0.3em;
    top: 0.3em;
}

@media (max-width: 767px) {
    .navbar .navbar-header {
        margin-bottom: 0;
    }
}

.dtp .dtp-content {
  max-height: none !important;
  top: 6px !important;
}

#ui-datepicker-div {
    display: none !important;
}

#toast-container > div {
  opacity: 1 !important;
  position: fixed;
  top: 10px;
  right: 10px;
}
@media (max-width: 1170px) {
    #toast-container > div {
      top: 10px;
    }
}
@media (max-width: 767px) {
    #toast-container > div {
      top: 10px;
      right: 10px;
    }
}

.ml-menu .menu-toggle.waves-effect.waves-block {
    background: none !important;
}


ul#ValidTxt li {
    list-style: disc;
}

#RegisterData h5 {
    font-size: 14px;
    line-height: 1.42857;
    color: #414244;
    font-weight: 400;
    margin-top: 20px;
}
#RegisterData .reg_time {
    width: 60px;
}
#RegisterData .reg_os {
    width: 100px;
}
#RegisterData .reg_serv {
    width: 200px;
}
#RegisterData .reg_stat {
    width: 10px;
}
#RegisterData .fa-exclamation-triangle {
    color: #ffc107;
}
#RegisterData .fa-check-circle {
    color: #28a745;
}
#RegisterData .fa-times-circle {
    color: #dc3545;
}
#RegisterData .cancelado  {
    color: #dc3545;
}
#RegisterData .load {
    width: 100%;
    text-align: center;
}
#ModalReport .modal-lg {
    max-width: 90% !important;
}
#ModalReport .table td, table.pas-lots td { 
    height: 61px !important; 
}
#ModalReport .inbox-center .table thead th, table.pas-lots thead th { 
    padding: 10px !important;
}
.modal-footer {
    display: block
}

.list-group .list-group-item-cor1 {
  background-color:#e0040b;
  border: none;
  color: #fff;
}
.list-group .list-group-item-cor1:hover {
  background-color:#e0040b;
  z-index: 0;
}
.theme-black .page-item.active .page-link {
    border-radius: 6px !important;
}
.sem-dados {
    font-size: 24px;
    font-weight: 700;
    color:#e0040b;
    text-align: center;
    margin: 100px 0;
}
.dtp table.dtp-picker-days tr>td>a, .dtp .dtp-picker-time>a {
    border-radius: 6px !important;
}
.tbl-checkbox {
    vertical-align: middle !important;
}

.video_cover {
    width:100%;
    padding-top: 56.25%;
    background-size: cover;
    position: inherit;
    transition: all .1s linear;
}
.video_cover:hover {
    background-color: rgba(0, 0, 0, 0.6);
    background-size: cover;
    position: inherit;
    transition: all .1s linear;
    transition: all .1s linear;
}
.video_buttom {
    font-size: 35px;
    width: 58px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 32px);
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    transition: all .1s linear;
    padding:  7px 17px;
    border-radius: 10px;
}
.video_cover:hover {
    transition: all .1s linear;
    background-color: rgba(33, 159, 172, 0.2);
    background-blend-mode: multiply;
}
.video_cover:hover .video_buttom {
    transition: all .1s linear;
    background: #194F79;
}
.video_edit {
    float: right;
    background: #ddd;
    padding: 0px 4px;
    border: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
    margin-left: 4px;
}
.icon-small {
    font-size: 15px !important; 
    position: relative;
    line-height: inherit !important;
}

/*
.chat .chat-history .message.ticket-left:after {
    border-bottom-color: #e8e8e8;
    left: 7%;
}
.chat .slimScrollDiv {
    overflow: visible !important;
    height: auto !important;
        margin-bottom: 20px;
}
.chat .chat-history {
    overflow: visible !important;
    height: auto !important;
}
.chat .slimScrollBar {
  display: none !important;
}
.chat .slimScrollRail {
  display: none !important;
} */
.ubi-badge {
    border: none !important;
    color: white !important;
    font-weight: normal !important;
    min-width: 22px !important;
    margin: 0 !important;
    float: right !important;
}
body.light {
    font-weight: normal;
}

/* -- CHAT -- */
.message-data.ticket-right {
    text-align: right;
}
.message.ticket-right {
     background-color: #e9f5f8;
}
.chat .chat-history .message.ticket-right:after {
    border-bottom-color: #e9f5f8;
    left: 93%;
}
.message.ticket-left {
     background-color: #f1f1f1;;
}

.chat .chat-history .message {
    padding-bottom: 5px !important;
}
.chat-time {
    font-size: 0.75em;
    text-align: right;
    margin: 0;
}
.chat-attach {
    font-size: 0.8em;
    text-align: right;
    margin: 0;
}
.chat-date {
    padding: 5px 10px;
    border-radius: 4px;
}
.chat-date .label {
    background-color: #d8ebf1 !important;
    color: black !important;
}
.chat .slimScrollDiv {
    margin-bottom: 20px;
}
.ubi-alert {
    background: #dc3545;
    border-radius: 50%;
    /* box-shadow: 0 0 0 0 rgba(255, 178, 54, 1); */
    height: 12px;
    width: 12px;
    transform: scale(1);
    /* animation: pulse-yellow 1.5s infinite; */
    position: absolute;
    top: 15px;
    left: 160px;
}
/* @keyframes pulse-yellow {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 178, 54, 0.7);
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(255, 178, 54, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 178, 54, 0);
    }
} */












h1.landing-page {
    text-transform: uppercase !important;
    color: #8d8f92 !important;
    font-size: 30px !important;
    font-weight: 100;
}

h1.landing-page strong {
    font-weight: 800;
}

h2.landing-page {
    text-transform: uppercase !important;
    color: #8d8f92 !important;
    font-size: 24px !important;
}

h3.landing-page {
    text-transform: uppercase !important;
    color: #8d8f92 !important;
    font-size: 18px !important;
}

h4.landing-page {
    text-transform: uppercase !important;
    color: #8d8f92 !important;
    font-size: 30px !important;
}
.theme-black .sidebar .menu .list li a:hover i, .theme-black .sidebar .menu .list li a:hover span {
    color:#e0040b;
}
.theme-black .sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle):before {
    background-color:#e0040b;
    border-color:#e0040b;
}
.theme-black .sidebar .menu .menu-toggle.toggled:after {
    color:#e0040b;
}