﻿/*.uiax-nav-top {
    position: fixed;
    top: 0px;
    height: 50px;
    width: 100%;
    background-color: #0087be;
    color: #FFF;
    line-height: 48px;
    font-weight: 500;
    box-shadow: rgba(0,0,0,0.45) 2px 3px 10px;
    z-index: 999 !important;
}


.uiax-img-logo-principal {
    margin: 15px 5px;
}

.uiax-logo-principal {
    width: 210px;
    height: 68px;
    background-color: #005082;
    float: left;
    border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    box-shadow: rgba(0,0,0,0.35) 3px 4px 10px
}

.uaix-nav-submenu-usuario {
    position: absolute;
    right: 0;
    width: 60%;
    text-align: right;
    padding: 1px 20px;
}

.uiax-menu-vertical {
    position: fixed;
    top: 70px;
    width: 190px;
    height: auto;
    min-height: 100%;
    background-color: #23282d;  
    margin-top: -70px;
    padding-top: 70px;
    z-index: 99 !important;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

@media(max-width: 767px)
{
    .uiax-menu-vertical{
        width: 55px;
    }

    .uiax-plon-main {
        margin-left: 10vh !important;
        margin-top: 6vw !important;
    }

    .button-imprimir {
        margin-top: 10px;
    }
}

.uiax-menu-vertical-mini {
    width: 55px;
}

.nav>li{
    line-height: 22px;    
    align-items: center;
}

.nav>li>a{
    color: #fff;
    line-height: 22px;
}

.nav>li>a:HOVER{
    color: #000;
}

.nav>li a:FOCUS {
    background-color: #0073aa;
    color: #FFF; 
}

.nav>li>.uiax-active:after {
    right: 0;
    border: 8px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #e3e3e3;
    top: 50%;
    margin-top: -8px; 
    z-index: 99;
}

.nav>li a:FOCUS>.uiax-icone-menu-vertical{
    color: #FFF;
}



.uiax-icone-menu-vertical {
    color: #666;
    font-size: 20px;
    padding: 0px 8px 0px 0px;
    line-height: 18px;
}

footer {
    position: fixed;
    bottom: 0px;
    right: 0px;
    height: 40px;
    width: 100%;
    background-color: #005082;
    color: #FFF;
    text-align: right;
    z-index: 999 !important;
}

.uiax-direitos-autorais {
    padding: 10px 20px;
}

.uiax-detalhe-footer {
    width: 200px;
    height: 40px;
    float: left;
    background-color: #0087be;
}

.uiax-conteudo{
	position: relative;
	top: 60px;
    margin-bottom: 60px;
	padding: 0 25px;
}

.uiax-text-right {
    text-align: right;
}

.uiax-text-center {
    text-align: center;
}
.uiax-table-head{
    position: relative;
    background-color: #0087be;
    color: #FFF;
}

.uiax-table-titulo{
    position: relative;
    background-color: #005082;
    color: #000000;
    border: 2px solid #4C84A7 !important;
}

.uiax-modal-head{
    background-color: #FFA500;
    color: #FFF;
}

.uiax-center-align{
    text-align: center;
}

.uiax-right-align{
    text-align: right;
}

.uiax-main-toggle{
    padding-left: 55px;
}
.uiax-top-conteudo{
    position: fixed;
}

.uiax-titulo-pagina{
    padding: 0 0 5px 40px;
    border-bottom: 2px dotted #005082;
    color: #005082;
}

.uiax-btn{
    padding: 3px 20px;
    font-size: 1.1em;
}

.uiax-favorito{
    margin-top: 20px;
    text-align: center;
}

.uiax-favorito a{
    width: 100%;
    position: relative;
    padding: 30px;
    color: #FFF;
    background-color: #005082;
    border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    -webkit-border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.uiax-favorito a:hover{
    position: relative;
    color: #FFF;
    box-shadow: 5px 5px 9px #777;
    transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -webkit-transform: translateY(-9px);
}

.uiax-favorito i{
    font-size: 2.8em;
}

.uiax-favorito p{
    font-size: 1.5em;
    margin-top: 15px;
    margin-bottom: -5px;
    word-wrap: break-word !important;
}

@media only screen and (max-width : 992px) {
    .uiax-favorito{
        display: block;
        width: 75%;
    }

    .uiax-favorito p{
        display: none;
    }
}

.uiax-panel .panel-heading{
    font-size: 1.25em;
    letter-spacing: 0.5px
}

.uiax-panel .panel-body a{
    color: #FF9326;
    font-size: 1.1em;
}

.uiax-panel .panel-body a:hover{
    color: #FFC992;
}

.uiax-ul-menu{
    padding: 0 10px;
    list-style-type: none;
}

.uiax-ul-menu li:before{
    content: "\f105";
    font-family: FontAwesome;
    color: #FF9326;
}

.uiax-ul-menu li{
    padding: 3px 0;
}

.uiax-navbar-fixed{
    position: fixed;
    background-color: #000;
    margin-left: -15px;
    margin-top: -30px;
    border-radius: 0;
    padding: 15px 20px;
    width: calc(100% - 190px);
    z-index: 3;
}

.uiax-navbar-fixed-toggle{
    width: calc(100% - 55px);
}

.uiax-navbar-fixed .glyphicon, .modal-footer .glyphicon {
    top: 1px !important;
}

@media only screen and (max-width : 768px) {
    .uiax-navbar-fixed{
        width: calc(100% - 55px);
    }
}

.uiax-admin-conteudo{
    margin-top: 70px;
}

.uiax-modal-form{
    margin: 0 auto;
    width: 70%;
}

.uiax-input-menor {
    width: 20% !important;
}

.uiax-input-maior {
    width: 70% !important;
}

@media only screen and (max-width : 1200px) {
    .uiax-input-menor {
        display: none !important;
    }

    .uiax-input-maior {
        width: 100% !important;
    }
}*/
/*
    BS-CALLOUT BOOTSTRAP
*/
/*.bs-callout {
    padding: 10px 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 5px;
    background-color: #FFF;
}
.bs-callout span {
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 0;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}


.uiax-plon-main {
    margin-left: 25vh;
    margin-top: 4vw;
}

.table td.pk, .table th.pk {
    width: 5%;
    text-align: center;
}

.table td.ativo, .table th.ativo {
    width: 5%;
    text-align: center;
}

.table thead{
    position: relative;
    background-color: #0087be;
    color: #FFF;
}

.table .td-min {
    width: 1%;
    white-space: nowrap;
}

.uiax-plon-titulo {
    font-size: 1.2em;
    font-weight: 700;
    border-bottom: 2px solid #CCC;
    border-right: 2px solid #CCC;
    margin-bottom: 20px;
    margin-top: 15px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.linha-vertical {
    height: 15px;
    border-left: 2px solid;
    color: #c5c0c0;
}*/










/*Novo Layout*/
.collapse-item.text-gray-100:hover {
    color: #2f2f2f !important;
}

.btn-primary, .btn-danger, .btn-success, .btn-warning {
    color: #fff !important;
}

.border-left-dark {
    border-left: 0.25rem solid #5a5c69 !important;
}

.border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}

.border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
    border-left: 0.25rem solid #e74a3b !important;
}

.border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}

.border-left-purple {
    border-left: 0.25rem solid #673ab7 !important;
}

.border-left-orange {
    border-left: 0.25rem solid #ff9800 !important;
}

.border-left-teal {
    border-left: 0.25rem solid #009688 !important;
}

.border-left-dark-blue {
    border-left: 0.25rem solid #1221ec !important;
}

.border-left-brown {
    border-left: 0.25rem solid #965c20 !important;
}

.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}

.text-orange {
    color: #ff9800 !important;
}

a.text-orange:focus, a.text-orange:hover {
    color: #b36b00 !important;
}

.modal-header {
    background-color: #4f565d;
    color: white;
}

.modal-body {
    min-height: 75px !important;
}

.uiax-breadcrumb {
    margin-top: 5px;
    background-color: transparent !important;
}

.uiax-breadcrumb .breadcrumb {
    background-color: transparent !important;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.uiax-text-titulo {
    border-bottom: 3px #e06d18 solid;
    border-left: 8px #e06d18 solid;
    padding-left: 8px;
    padding-top: 6px;
    color: #8e8b8b;
    text-transform: uppercase;
    margin-bottom: 20px;
}


#editar-perfil {
    background: #1e1e1e;
    border-radius: 5px;
    height: 2.5em;
}

#editar-perfil h6{
    margin: 0 !important;
}

#content-wrapper {
    height: 100vh !important;
}

.background-nead-b {
    background-color: #2f2f2f !important;
}

.bg-gradient-sidebar {
    background-color: #2f2f2f;
    background-image: linear-gradient(180deg,#2f2f2f 10%,#373840);
    background-size: cover;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active, .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    color: #e06d18 !important;
    font-weight: 700;
}

.cursor-hand {
    cursor: pointer;
}

.btn-nead-xl {
    background: #fff;
    padding: 1.5rem 0;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

@media (min-width: 768px) {
    .sidebar.toggled {
        overflow: visible;
        width: 4.5rem !important;
    }

    .sidebar .nav-item .nav-link {
        padding: 0.75rem 1rem;
    }

    .sidebar.toggled {
        position: inherit !important;
        -webkit-transition: all 0s linear;
        -moz-transition: all 0s linear;
        -o-transition: all 0s linear;
        transition: all 0s linear;
    }

    .sidebar {
        position: absolute;
        z-index: 99999999999 !important;
        height: 100vh !important;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .sidebar.toggled li a {
        padding: 0.6rem !important;
    }

    .sidebar.toggled .nav-item .collapse {
        left: calc(4.5rem + 1.5rem / 2) !important;
    }

    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        padding: 0.75rem 1rem;
        width: 4.5rem !important;
    }

    .sidebar.toggled .nav-item .collapse .collapse-inner {
        background-color: #2f2f2f !important;
    }

    .sidebar .nav-item .collapse .collapse-inner {
        background-color: inherit !important;
    }

    .sidebar.toggled .nav-item a {
        font-size: 1.2rem !important;
    }

    .sidebar.toggled .nav-item a span {
        display: none !important;
    }
}

.topbar {
    height: 3.375rem !important;
}

.sidebar .sidebar-brand {
    height: 3.375rem !important;
}

.p-85 {
    padding: 0.85rem !important;
}

.uiax-favorito {
    margin-top: 20px;
    text-align: center;
}

    .uiax-favorito a {
        width: 100%;
        position: relative;
        padding: 30px;
        color: #FFF;
        background-color: #005082;
        border-top-left-radius: 25px;
        -moz-border-top-left-radius: 25px;
        -webkit-border-top-left-radius: 25px;
        border-bottom-right-radius: 25px;
        -moz-border-bottom-right-radius: 25px;
        -webkit-border-bottom-right-radius: 25px;
        transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
    }

.uiax-favorito a:hover {
    position: relative;
    color: #FFF;
    box-shadow: 5px 5px 9px #777;
    transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -webkit-transform: translateY(-9px);
}

.uiax-favorito i {
    font-size: 2.8em;
}

.uiax-favorito p {
    font-size: 1.5em;
    margin-top: 15px;
    margin-bottom: -5px;
    word-wrap: break-word !important;
}

.info-tiles.tiles-info {
    color: #ffffff !important;
}

.info-tiles.tiles-success {
    color: #ffffff !important;
}

.info-tiles.tiles-warning {
    color: #ffffff !important;
}

.info-tiles.tiles-grey {
    color: #ffffff !important;
}

.info-tiles.tiles-info .tiles-heading {
    background: #2bbce0;
}

.info-tiles.tiles-success .tiles-heading {
    background: #78ba38;
}

.info-tiles.tiles-warning .tiles-heading {
    background: #efa131;
}

.info-tiles.tiles-grey .tiles-heading {
    background: #677fa4;
}

.info-tiles.tiles-info .tiles-body-alt {
    background: #2bbce0;
}

.info-tiles.tiles-success .tiles-body-alt {
    background: #78ba38;
}

.info-tiles.tiles-warning .tiles-body-alt {
    background: #efa131;
}

.info-tiles.tiles-grey .tiles-body-alt {
    background: #677fa4;
}

a.info-tiles, a.shortcut-tiles {
    background: none;
}

.info-tiles, .shortcut-tiles {
    margin: 0px 0px 20px;
    display: block;
    border-radius: 1px;
}


.info-tiles .tiles-heading {
    letter-spacing: 0.1em;
    padding: 6px 10px;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
}

.tiles-heading, .tiles-body-alt, .tiles-footer {
    -webkit-transition: 0.05s ease-in;
    -o-transition: 0.05s ease-in;
    transition: 0.05s ease-in;
}

.info-tiles .tiles-body-alt, .info-tiles .tiles-body {
    padding: 10px 20px;
    font-weight: 300;
}

.info-tiles .tiles-body-alt {
    font-size: 42px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.info-tiles .tiles-body-alt .text-center, .info-tiles .tiles-body .text-center {
    margin-top: -5px;
}

.info-tiles .tiles-body-alt div + small, .info-tiles .tiles-body div + small {
    font-size: 14px;
    text-align: center;
    display: block;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-top: -7px;
    margin-bottom: 4px;
}


a.info-tiles:hover {
    text-decoration: none;
}


@media only screen and (max-width : 992px) {
.uiax-favorito {
    display: block;
    width: 75%;
}

.uiax-favorito p {
    display: none;
}
}

.min-column {
    width: 1%;
    white-space: nowrap;
}

.blockMsg {
    width: 100% !important;
    left: 0 !important;
}