/* ===============================================
* personalização de classes adminlte
=====================================================*/

.main-sidebar {
    background: #2c304d !important;
}

.sidebar-menu li>a {
    color: #bebfc0 !important;
}

.sidebar-menu li.active>a {
    color: #ffffff !important;
}

.main-header .logo {
    background: #ffffff !important;
}
 

.table tr th>a {
    color: #ce2424 !important;
}

.table>thead>tr>th {
    color: #ce2424 !important;
}

.table .action-column {
    color: #ce2424 !important;
}

.table tbody tr:hover {
    background: rgba(52, 40, 104, 0.04);
}

.main-header .sidebar-toggle {
    color: #ce2424 !important;
}

footer a {
    color: #ce2424 !important;
}

.box {
    border-radius: 0px !important;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .08) !important;
}

.btn {
    border-radius: 60px !important;
    font-weight: 600 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-white .inner {
    color: #444 !important;
}


/* ================================================
* personalizaçao boostrap wizard
=====================================================*/

.step-container {
    position: relative;
    min-height: 100px;
    display: block;
    margin-bottom: 2rem;
}


.step-wizard {
    display: inline-block;
    position: relative;
    width: 100%;
}

.step-wizard .progress {
    position: absolute;
    top: 23px;
    height: 8px;
    left: 0;
    width: 100%;
}

.progress {
    background-color: rgba(52, 40, 104, .07);
    font-size: .85rem;
    font-weight: 600;
}

.step-wizard .progressbar {
    position: absolute;
    background-color: #5d5386;
    height: 8px;
    border: 0 none;
    width: 0%;
    transition: width 0.6s ease;
}

.step-wizard ul {
    position: absolute;
    width: 100%;
    list-style-type: none;
    padding: 0;
}

.step-wizard li {
    display: inline-block;
    text-align: center;
    width: 30%;
}


.step-wizard li>a {
    display: block;
    width: 100%;
    color: #2c304d;
    position: relative;
    text-align: center;
    padding: 0% !important;
}

.step-wizard .active .step {
    color: #fff;
    background-color: #5d5386;
    border-color: #5d5386;
}

.step-wizard li .step {
    position: absolute;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 42px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 6px solid;
    border-color: #5d5386;
    background: #fff;
    transition: background-color 0.6s ease, border-color 0.6s ease;
}

.step-wizard .active .title {
    color: #e76c90;
    font-weight: 500;
}

.step-wizard li .title {
    position: absolute;
    width: 100%;
    left: 28px;
    padding-top: 60px;
    color: rgba(52, 40, 104, .4);
    transition: color 0.6s ease;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    border-top-color: transparent !important;
    background-color: transparent !important;
}

/*****************************************
 ************ Added by OD@IR ************ 
*****************************************/
/*.btn-success {
    background-color: #5d5386 !important;
    border-color: #5d5386 !important;
}*/

.btn-success:hover {
    color: #fff !important;
    background-color: #008d4c !important;
    border-color: #00a65a !important;
}

.modal-footer {
    display: block;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.btn-shadow,
.btn-shadow a {
    /*color: #fff !important;
    box-shadow: 0 1px 15px 1px rgba(52,40,104,.15) !important;*/
    background-color: #f4f4f4 !important;
    color: #444 !important;
    border-color: #ddd !important;
    box-shadow: none !important;
}

/*.btn-shadow:active {
    color: #5d5386 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}*/

.btn-shadow:hover {
    box-shadow: 0 1px 20px 1px rgba(52, 40, 104, .2) !important;
}

.form-control {
    line-height: 1.25 !important;
    color: #2c304d !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 4px !important;
    padding: .75rem 1.07rem !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control:focus,
.has-success .form-control:focus,
.has-danger .form-control:focus {
    border-color: #5d5386 !important;
}

.has-success .form-control {
    border-color: #5cb85c !important;
}

.has-error .form-control {
    border-color: #fe195e !important;
}

.help-block {
    color: #fe195e !important;
}

.has-error label {
    color: #fe195e !important;
}

/*
.table td a span {
    background: transparent !important;
    color: rgb(44, 48, 77) !important;
    font-size: 1.6rem !important;
    padding: 0.5rem !important;
    border-radius: 50% !important;
    transition: all 0.4s ease !important;
}

.table thead {
    background-color: rgba(52, 40, 104, 0.05) !important;
    border-radius: 4px !important;
}
  
.table tr th>a {
    vertical-align: middle !important;
    border: 0 none !important;
    padding: 20px 12px 20px 12px !important;
    color: #5d5386 !important;
    font-weight: 600 !important;
}

.action-column {
    vertical-align: middle !important;
    border: 0 none !important;
    color: #5d5386 !important;
    font-weight: 600 !important;
}

.table td {
    /*border-top: 0 !important;
    padding: .85rem !important;
    vertical-align: middle !important;
    font-weight: 500 !important;
}

.table-hover tbody tr:hover {
    background: rgba(52, 40, 104, 0.04) !important;
}
  
.table-bordered th, .table-bordered td {
    border: 0.07rem solid #eee !important;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: rgba(52, 40, 104, 0.02) !important;
    color: #5d5386 !important;
}

.summary {
    color: #98a8b4 !important;
    padding-bottom: 5px;
}*/

/* 17 de fevereiro */
.table {
    width: 100% !important;
    max-width: 100% !important;
    background-color: transparent !important;
    border-collapse: collapse !important;
}

.table td {
    border-top: 0 !important;
    padding: .85rem !important;
    vertical-align: middle !important;
    font-weight: 500 !important;
    padding: 10px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.table thead {
    background-color: rgba(52, 40, 104, .05) !important;
    border-radius: 4px !important;
}

.table thead {
    background-color: rgba(52, 40, 104, .05) !important;
    border-radius: 4px !important;
}

.table thead th {
    vertical-align: middle !important;
    border: 0 none !important;
    padding: 20px 12px 20px 12px !important;
    color: #5d5386 !important;
    ;
    font-weight: 600 !important;
}

.table .td-actions {
    background: transparent;
    color: rgba(52, 40, 104, .4);
    font-size: 1.6rem;
    padding: .5rem;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.table .td-actions:hover {
    background: rgba(52, 40, 104, .8);
    color: #fff;
}

.glyphicon-trash {
    background: transparent;
    color: rgba(52, 40, 104, .4);
    font-size: 1.6rem;
    padding: .5rem;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.glyphicon-trash:hover {
    background: #e76c90;
    color: #fff;
}

.summary {
    color: #98a8b4 !important;
    padding-bottom: 5px;
}

.content-header h1 {
    color: #2c304d;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: auto !important;
}

.content-header .breadcrumb {
    font-size: 15px !important;
}

.breadcrumb li {
    color: #94a4b0 !important;
    font-weight: 500 !important;
}

.breadcrumb .active {
    color: #6c757d !important;
}

.main-header .navbar {
    z-index: -1 !important;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .08) !important;
}

/* 17 de fevereiro */

#search_glogal {
    border-radius: 0 60px 60px 0 !important;
}

#bt_go {
    border-radius: 60px 0 0 60px !important;
}

.pagination>.active>a {
    background-color: #5d5386 !important;
    border-color: #5d5386 !important;
}

.lingua-activo {
    background: #eee;
    cursor: context-menu;
}

.sidebar-menu .treeview-menu {
    max-height: 400px !important;
    overflow-y: auto !important;
}

.skin-blue .main-header .navbar {
    background-color: #ffffff;
}

.fa-pencil:before {
    content: "\f044" !important;
}

.glyphicon-trash {
    font-size: 1.4rem !important;
    padding: .7rem !important;
}

.table .td-actions {
    padding: .7rem !important;
}

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


/**==========================================
* elysiam loader
* ========================================
*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .6);
    z-index: 999999;
}

.canvas {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center !important;
}

.spinner {
    animation: spinner 1s linear infinite;
    border: solid 5px transparent;
    border-top: solid 5px #5d5386;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}


.loader {
    border: 5px solid #222a30;
    /* Light grey */
    border-top: 5px solid #ce2424;
    /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    animation: spin 2s linear infinite;
    margin: 10px;
    margin-top: 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.dropdown-menu {
    z-index: 90000 !important;
    width: auto !important;
}

.well {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
}

.box-footer .pull-rigth {
    float: right;
}

/* OD@ HOJE */
.media {
    display: flex !important;
    align-items: flex-start !important;
}

.flex-row {
    flex-direction: row !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.align-self-center {
    align-self: center !important;
}

.media-body {
    flex: 1;
}

fieldset {
    margin-bottom: 20px;
}

legend {
    color: #ce2424 !important;
}


.modal {
    overflow: auto !important;
}

@media only screen and (max-width: 800px) {
    .login-small-screen {
        width: 100% !important;
    }
}

.pac-container,
.pac-item {
    z-index: 2147483647 !important;
}

#pac-container {
    width: 67%;
    padding: 5px;
}

nav.navbar .avatar {
    width: 20px !important;
    height: 20px !important;
}

.welcome img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.dropdown-menu .separator {
    margin: 1.4rem 0;
    border-bottom: 0.07rem solid rgba(0, 0, 0, 0.05) !important;
}

.dropdown-menu a.logout {
    background: #5d5386;
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 50%;
    text-align: center !important;
    line-height: 55px;
    bottom: -20px;
    font-size: 1.8rem;
    margin: 10px auto 0;
    padding: 1rem 0 1rem 1rem;
    font-size: 0.85rem;
    position: relative;
    z-index: 2;
}

.dropdown-menu a.logout:hover {
    background: #e76c90;
    color: #FFFFFF;
}

.user-menu-opt {
    min-width: 250px;
    overflow: hidden;
}

.widget-32 .real-time {
    padding: 0.6rem 0 !important;
}


.main-sidebar .header span {
    color: #98a8b4;
}

.main-sidebar .sidebar {
    padding: 35px 0;
}

.main-header .navbar {
    margin-left: auto !important;
}

body {
    scrollbar-width: thin;
    scroll-margin-right: thin;
}


.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}


nav.navbar .nav-item>a {
    line-height: 50px !important;
}
 
.fc-time-grid-event.fc-short .fc-time:after {
    content: none!important;
}

.checkbox-label {
    display: flex;
    align-items: center;
}

.checkbox-span {
    flex: 1;
}

.checkbox-text {
    margin-left: 10px; /* or adjust as needed */
}

.patrol-chats .messages-list img {
    width: 40px;
}

.patrol-chats .publisher-multi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
}

.patrol-chats .publisher {
    border-top: 0.07rem solid #eee;
    position: relative;
    padding: 1rem 0.1rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.patrol-chats .publisher-multi .publisher-input {
    padding: 1rem;
    border-radius: 4px;
    color: #2c304d;
}

.patrol-chats .publisher>*:first-child {
    margin-left: 0;
}
.patrol-chats .publisher-input {
    border: 0 none;
    outline: none!important;
    background-color: rgba(52,40,104,.05);
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.patrol-chats .publisher-multi>* {
    margin: 0;
    width: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

 
.patrol-chats .publisher>*:last-child {
    margin-right: 0;
}

.patrol-chats .publisher-bottom {
    padding: 1rem 0%;
}
.patrol-chats .publisher-multi>* {
    margin: 0;
    width: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.patrol-chats .publisher-multi .publisher-input {
    padding: 1rem;
    border-radius: 4px;
    color: #2c304d;
}

.patrol-chats .publisher>*:first-child {
    margin-left: 0;
}
.patrol-chats .publisher-input {
    border: 0 none;
    outline: none!important;
    background-color: rgba(52,40,104,.05);
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.patrol-chats .publisher-multi>* {
    margin: 0;
    width: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #2c304d;
    border-color: #5d5386;
}

.toggle-patrol>a:active, .toggle-patrol>a:focus {
    color: #444;
    background: #d2d6de!important;
}
.patrol-chats>.tab-pane {
    display: none;
}

.list-group-item.active h4, .list-group-item.active:hover  h4, .list-group-item.active:focus  h4 { 
    color: #eee; 
}

.messenger-message.messenger-message-sender .messenger-message-wrapper span, .messenger-message.messenger-message-recipient .messenger-message-wrapper span {
    color: #aea9c3;
    display: block;
    font-size: 0.85rem;
}