@font-face {
    font-family: "kievitot";
    src: url("../dist/manserv/IBMPlexSans-Regular.ttf") format('truetype');
}
@font-face {
    font-family: "kievitot";
    src: url("../dist/manserv/IBMPlexSans-Bold.ttf") format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: "kievitot";
    src: url("../dist/manserv/IBMPlexSans-BoldItalic.ttf") format('truetype');
    font-weight: BoldItalic;
}
@font-face {
    font-family: "kievitot";
    src: url("../dist/manserv/IBMPlexSans-Italic.ttf") format('truetype');
    font-weight: Italic;
}
@font-face {
    font-family: "kievitot";
    src: url("../dist/manserv/IBMPlexSans-Light.ttf") format('truetype');
    font-weight: Light;
}
@font-face {
    font-family: "kievitot";
    src: url("../dist/manserv/IBMPlexSans-LightItalic.ttf") format('truetype');
    font-weight: LightItalic;
}
@font-face {
    font-family: "kievitot";
    src: url("../dist/manserv/IBMPlexSans-Medium.ttf") format('truetype');
    font-weight: Medium;
}
@font-face {
    font-family: "kievitot";
    src: url("../dist/manserv/IBMPlexSans-MediumItalic.ttf") format('truetype');
    font-weight: MediumItalic;
}
@font-face {
    font-family: "kievitot";
    src: url("../dist/manserv/IBMPlexSans-SemiBold.ttf") format('truetype');
    font-weight: SemiBold;
}
@font-face {
    font-family: "kievitot";
    src: url("../dist/manserv/IBMPlexSans-SemiBoldItalic.ttf") format('truetype');
    font-weight: SemiBoldItalic;
}
@font-face {
    font-family: "kievitot";
    src: url("../dist/manserv/IBMPlexSans-Thin.ttf") format('truetype');
    font-weight: Thin;
}
@font-face {
    font-family: "kievitot";
    src: url("../dist/manserv/IBMPlexSans-ThinItalic.ttf") format('truetype');
    font-weight: ThinItalic;
}

body,
.sigx_main_loading{
    font-family: 'IBM Plex Sans', sans-serif;
}
.sigx_painel.app,
.sl_scard,
#x000barra{
    font-family: 'IBM Plex Sans', sans-serif;
}

table{
    font-size: 14px;
}
body.c-wait{
    cursor: wait;
}
.btn{
    border-radius: 3px;
   /* border-color: transparent !important; */
    line-height: 27px;
    height: 38px;
}
.btn>i{
    line-height: 24px;
}
.btn.btn-primary{
    background-color: #ee7f31 !important;
    border-color: transparent;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus{
    background-color: #dd6e20 !important;
}
.btn.btn-outline-primary{
    border-color: #ee7f31 !important;
	color: #ee7f31;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:focus{
	color:white;
    border-color: #dd6e20 !important;
    background-color: #dd6e20 !important;
}
.btn.btn-secondary{
    background-color: #999 !important;
    border-color: transparent;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:focus{
    background-color: #888 !important;
}
.btn.icn span{
    font-size: 0;
}
.btn.icn.i{
    font-size: inherit;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700 !important;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #333;
    padding: 0;
    font-size: 30px;
}
h2{
    font-size: 27px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 21px;
}
h5{
    font-size: 18px;
}
h6{
    font-size: 15px;
}
h2+h3{
    color: #999;
    margin-top: 0;
}
label+.btn{
    margin-bottom:3px;
}
.i-fa{
    position: relative;
}
.i-fa:not(.in)
{
    padding-left: 32px;    
}
.i-fa.in>input{
    padding-left: 32px;
}
.i-fa>i:first-child{
    position: absolute;
    bottom: 12px;
    left: 0;
}
.i-fa.in>i:first-child
{
    left: 8px;
    color: #AAA;
}
blockquote{
    border-left: solid 3px #DDD;
    padding-left: 24px;
    margin-left: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
}
nav>ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
nav>ol a{
    font-size: .8em;
    color: inherit;
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}


.login-m_title{
    color: white;
    text-shadow: 2px 2px 2px rgba(0,0,0,.2), -2px -2px 2px rgba(0,0,0,.2);
}
.popover h3{
    margin: 0 !important;
}

html{
    min-height: 100%;
}

body.login,
.login_preSel{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100%;
}



.modo-po,
body.modo-sigx{
    background-image: url(../images/bg_login_3.jpg);
}
.modo-mu,
body.modo-meus-contratos{
    background-image: url(../images/bg_login_3.jpg);
}
.modo-mu,
body.modo-gestao-contratos{
    background-image: url(../images/bg_login_3.jpg);
}
.modo-gcm{
    background-image: url(../images/bg_login_3.jpg);
}
.modo-sim,
body.modo-sim{
    background-image: url(../images/bg_login_2.jpg);
}



.actions-header .btn{
    height: 30px;
    padding: 3px 6px;
}


.login_preSel{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.login-face{
    width: 100%;
    max-width: 600px;
    margin: 64px auto;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    border-radius: 12px;
    overflow: hidden;
    background-color: white;
}
.login-face .logo{
    position: relative;
    background-color: #ff460a;
}
.login-face .logo h2{
    color: white;
    font-size: 32px;
    margin-left: 15px;
    padding: 12px;
}
.login-face .logo .footer{
    position: absolute;
    bottom: 0;
    font-size: 12px;
    left: 0;
    right: 0;
    color: white;
    padding: 12px;
    margin-left: 15px;
    letter-spacing: -0.6;
}
.login-face form{
    padding: 32px;
}




#x000barra .datepicker td{
    width: 220px;
}
#x000barra .datepicker table tr td span.active,
#x000barra .datepicker table tr td span.active.disabled,
#x000barra .datepicker table tr td span.active.disabled:hover,
#x000barra .datepicker table tr td span.active:hover
{
    background-image: none;
    background-color: #ff460a !important;
}
#x000barra .datepicker thead th{
    height: 40px !important;
}
#x000barra .datepicker table tr td span{
    height: 28px;
    line-height: 28px;
}
#x000barra .datepicker{
    border-radius: 0;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}




/*
----------------------------------------#
CABECALHO
----------------------------------------#
*/
#q_filtro {
    margin: 0;
}
#q_filtro .f_i{
    display: inline-block;
    position: relative;
    color: #666;
    margin: 12px;
}
.apps_open #q_filtro .f_i{
    margin: 2px 12px;
}
#q_filtro .f_i .fa-bolt{
    position: absolute;
    top: 6px;
    left: 12px;
    font-size: 10px;
    text-shadow: 0 0 4px rgba(255,255,255,1),  0 0 4px rgba(255,255,255,1),  0 0 4px rgba(255,255,255,1),  0 0 4px rgba(255,255,255,1);
}

/*
----------------------------------------#
ESTILO DO FILTRO DO CABECALHO
----------------------------------------#
*/
#q_filtro input[name="periodo"]{
    height: 38px;
    width: 154px;
}
#dd_filtro_detalhado,
#dd_portal
{
    font-size:12px !important;
    text-transform: uppercase;
    font-weight: 500;
    color: #666;
    cursor: pointer;
}
#q_filtro input[name="periodo"],
#q_filtro .btn.dropdown-toggle.btn-light
{
    text-transform: uppercase;
    font-weight: 500;
    color: #666;
    cursor: pointer;    
}
@media (max-width:767px)
{
    #q_filtro input[name="periodo"]{
        width: 100px !important;
    }
    #q_filtro input[name="periodo"],
    #q_filtro .btn.dropdown-toggle.btn-light
    {
        font-size:8px !important;
        height: 22px;
    }
}
@media (min-width:768px)
{
    #q_filtro input[name="periodo"],
    #q_filtro .btn.dropdown-toggle.btn-light
    {
        font-size:12px !important;
    }
    header.apps_open #q_filtro input[name="periodo"],
    header.apps_open #q_filtro .btn.dropdown-toggle.btn-light{
        height: 28px;
    }
}
#q_filtro input[name="periodo"]:focus,
#q_filtro .btn.dropdown-toggle.btn-light:focus,
#dd_filtro_detalhado:focus,
#dd_portal:focus{
    box-shadow: none;
}
#q_filtro input[name="periodo"]
{
    display: inline;
}
#q_filtro .bootstrap-select>.dropdown-toggle,
#dd_filtro_detalhado,
#dd_portal{
    padding-right: 12px;
}

/*
#q_filtro .bootstrap-select>.dropdown-toggle:before,
#dd_filtro_detalhado:before,
#dd_portal:before{
    content: "";
    display: inline-block;
    position: absolute;
    vertical-align: .255em;
    top: 10px;
    right: 7px
}
#q_filtro .bootstrap-select>.dropdown-toggle:before,
#dd_filtro_detalhado:before,
#dd_portal:before,
#q_filtro input[name="periodo"]+i{
    width: 14px;
    height: 14px;
    border: solid 1px #999;
    border-radius: 50%;
    font-size: 13px;
    color: #999;
    margin: 0;
}
*/


/*
#q_filtro .bootstrap-select>.dropdown-toggle:before,
#q_filtro .fas.fa-caret-down{
    right: 2px !important;
    top: 0 !important;
    font-size: 11px;
}
*/
#q_filtro input[name="periodo"]+i{
    text-align: center;
    line-height:18px;
    margin-top: 3px;
}

/*
#q_filtro .bootstrap-select>.dropdown-toggle:after,
#dd_filtro_detalhado:after,
#dd_portal:after{
    top: 18px;
    right: 12px;
    margin: 0;
    border-width: 4px;
    border-top-color: #999;
    position: absolute;
}
*/



#q_filtro label{
    position: relative;
    vertical-align: middle;
    margin: 0;
}
/*
#q_filtro .fas.fa-caret-down{
    position: absolute;
    right: 12px;
    top: 12px;
}
*/
#q_filtro input[name="periodo"],#q_filtro .btn.dropdown-toggle.btn-light
{
    background-color: white !important;
    border: none;
    vertical-align: bottom;
    padding-top: 0;
    padding-bottom: 0;
}
#q_filtro input[name="periodo"]:hover,
#q_filtro input[name="periodo"]:focus,
#q_filtro .btn.dropdown-toggle.btn-light:hover,
#q_filtro .btn.dropdown-toggle.btn-light:active,
#q_filtro .btn.dropdown-toggle.btn-light:focus{
    background-color: #F3F3F3 !important;
}


/*
#q_filtro .bootstrap-select>.dropdown-toggle:after{
    right: 7px;
    top: 8px;    
}
*/



#q_filtro .form-control{
    height: auto;
}
/*
----------------------------------------#
ESTILO CONTEUDO
----------------------------------------#
*/
#site{
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: 100%;
    align-items: stretch;
}
#site>header .h_row{
    display: flex;
    width: 100%;
    flex-direction: row;    
}
#site>header .h_col{
	margin-left:-15px;
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;    
}
#site>header .h_col .container{
    max-width: 100%;
}
#apps_ribbon {
    font-size: 0;
    padding-left: 60px;
}
#apps_ribbon ol{
    margin: 0;
    padding: 0;
    list-style: none;
}






/*
#site>header .row1{
    display: flex;
    flex-direction: row;
}
#sigx_H_filtro{
    flex: 1;
    max-width: 100% !important;
}

#site>header .logo img{
    display: block;
    width: auto;
    height: 100%;
    margin: 0;
}
#x000filtro_icn{
    position: absolute;
    left: 12px;
    top: 0;
    overflow: hidden;
    padding: 0;
    height: 28px;
    width: 28px;
    text-align: center;
    font-size: 0;
    border-color: transparent;
}

#x000barra{
    padding-left: 28px;
    font-size: 0;
}
*/


#site>header .logo{
    padding: 2px;
    max-height: 47px !important;
}


#x000filtro_icn{
    position:relative;
    font-size:0;
    height: 30px;
    float: left;
}
#x000filtro_icn i{
    font-size: 12px;
    line-height: 30px;
}
#x000filtro_icn .fa-bolt{
    font-size: 8px;
    left: 8px;
    top: 8px;
    position: absolute;
}


#site>header .row1:before,
#site>header .row1:after{
    content: '';
    clear: both;
    display: block;
}
#site>header .row1 .row1_item{
    display:inline-block;
    float:left;
}
#site>header .row1 .row1_item.actions-header{
    float: right;
    padding:8px;
}




/* AMBOS OS MODOS */
#apps_ribbon>ol>li{
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    border-bottom: none;
    white-space: nowrap;
    border: solid 1px transparent;
}
#apps_ribbon li:not(:first-child)
{
    margin-left: -1px;
}
#apps_ribbon li a{
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
    margin-right:20px;
}
#apps_ribbon .app.active{
    border-color: #ff460a;
    z-index: 2;
}
#apps_ribbon .app.active a{
    color: #333;
}
#apps_ribbon .app:not(.active) .total{
    display: none;
}
#apps_ribbon .app.active .resum{
    display: none;
}
#apps_ribbon li>*{
    vertical-align: bottom;
    white-space: nowrap;
}
#apps_ribbon li .dropdown{
    position: absolute;
    right:0;
    top:0;
    bottom:0;
}
#apps_ribbon li .dropdown>button{
    color: #DDD;
    padding: 2px 6px;
    height: 28px;
}
#apps_ribbon li .dropdown>button:hover,
#apps_ribbon li .dropdown>button:active{
    color: #ff460a;
}
#apps_ribbon li .dropdown>button>i{
    font-size: 11px;
}
#apps_ribbon li button.dropdown-toggle::after{
    display: none;
}


/* MODO GCM */
#apps_ribbon>ol.menu_modo-sigx li a,
#apps_ribbon>ol.menu_modo-gcm li a{
    padding: 2px 6px;
    display: inline-block;
    color: #AAA;
    line-height: 18px;
    font-size: 10px;
}





/* MODO CONTRATOS */
#apps_ribbon>ol.menu_modo-meus-contratos{
    position: relative;
}
#apps_ribbon>ol.menu_modo-meus-contratos:before{
    content: '';
    height: 3px;
    background-color: #ff460a;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
}
#apps_ribbon>ol.menu_modo-meus-contratos>li .bg_detail{
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
}


#apps_ribbon>ol.menu_modo-meus-contratos>li:hover{
    background-color: white;    
}
#apps_ribbon>ol.menu_modo-meus-contratos>li:hover:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    z-index: 2;
    background-color: white;
}
#apps_ribbon>ol.menu_modo-meus-contratos>li>ol.items
{
    position: absolute;
    left: 0;
    margin-left: -1px;
    top: 100%;
    background-color: white;
    padding: .5rem 0;
    border: 1px solid rgba(0,0,0,.15);
    min-width: 10rem;
    display: none;
    z-index: 2;
    box-sizing: border-box;
}
#apps_ribbon>ol>li:hover>ol.items,
#apps_ribbon>ol>li:hover .bg_detail{
    display: block;
}

#apps_ribbon>ol>li:hover{
    border-color:#CCC;
    z-index: 3;
    background-color: white;
}





#apps_ribbon>ol li a{
    padding: 6px;
    display: block;
    color: #666;
    line-height: 18px;
    font-size: 12px;
}
#apps_ribbon>ol>li>a{
    padding: 4px;
}
#apps_ribbon>ol.menu_modo-meus-contratos>li>a{
    font-size: 14px;
    padding: 12px;
}
#apps_ribbon>ol.menu_modo-meus-contratos>li{
    position: relative;
    border-top: none;
}
#apps_ribbon>ol.menu_modo-meus-contratos>li:not(:last-child):after{
    content: '';
    position: absolute;
    left: 100%;
    top: 11px;
    width: 1px;
    height: 20px;
    background-color: #999;
}
#apps_ribbon>ol.menu_modo-meus-contratos li .items>li>a:active{
    color: white;
}
#apps_ribbon>ol.menu_modo-meus-contratos>li .items>li{
    position: relative;
}
#apps_ribbon>ol.menu_modo-meus-contratos>li .items>li.active>a{
    background-color: #ff460a;
    color: white;
}
#apps_ribbon>ol.menu_modo-meus-contratos>li .items>li>a{
    margin-right: 40px;
}
#apps_ribbon>ol.menu_modo-meus-contratos>li .dropdown{
    position: absolute;
    right: 0;
    top: 0;
}


.dropdown-menu .link-filtro{
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}







#site>main{
    flex: 2;
    height: 100%;
    align-items: stretch;
    border-top:solid 2px #ff460a;
    z-index: 1;
}
#site>main{
    display: flex;
    flex-direction: row;
}



#site-content{
    padding: 0 !important;
}
.sigx_painel{
    width: 100%;
    position: absolute;
}
.sigx_painel>.container{
    width: 100%;
    max-width: 100%;
}
.sigx_painel[data-tipo="E"]{
    margin-bottom: -92px;
}



#lmenu{
    display: flex;
    width: 60px;
    background-color: #ff460a;
    color: white;
    padding-left: 6px;
}
#lmenu ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
#lmenu ol a{
    display: block;
    font-size: 14px;
    height: 48px;
    text-align: center;
}
#lmenu ol a:hover{
    color: rgb(220,70,16);
}
#lmenu ol a i{
    line-height: 48px;
}
#lmenu ol li.active a{
    color:#666;
    background-color: #FAFAFA;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 2px 1px rgba(0,0,0,.4);
}



#lmenu{
    position: relative;
    flex-direction: column;
}
#site-content{
    position: relative;
    height: 100%;
    max-height: 100%;
    width: 100%;
    flex: 1 1 auto;
    overflow: auto;
    padding: 0 12px;
    background-color: #FAFAFA;
    padding-bottom: 24px;
}
#inner-pages{
    height: 100%;
    margin-left: -12px !important;
    margin-right: -12px !important;
    margin-bottom: -24px !important;
}


#site-content>.container{
    width: 100%;
    max-width: 100%;
}

#site-content .header{
    border-bottom: solid 1px #DDD;
}







.sigx_main_loading{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 999;
    
    -webkit-animation-name: lpanel;
    -webkit-animation-duration: .5s;
    animation-name: lpanel;
    animation-duration: .5s;
    opacity: 1;
}
@-webkit-keyframes lpanel{
    from{opacity:0}
    to{opacity:1}
}
@keyframes lpanel{
    from{opacity:0}
    to{opacity:1}
}

.sigx_main_loading i{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    margin-left: -25px;
    color: #999;
}
.sigx_main_loading p{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 18px;
    display: block;
    width: 200px;
    margin: 0;
    padding: 0;
    margin-left: -100px;
    margin-top: 64px;
    text-align: center;
}


.sigx_painel{
    min-height: 100%;
    height: 100%;
}

.sigx_painel iframe{
    border: none;
    width: 100%;
    height: 100%;
}





#user_side{
    position: absolute;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    bottom: 0;
}
#user_side .dropdown-toggle{
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    bottom: 8px;
    box-shadow: 0 2px 1px rgba(0,0,0,.4);
    text-align: center;
    background-color: white;
}
#user_side .dropdown-toggle i{
    color: #ff460a;
}
#user_side .dropdown-toggle::after{
    display: none;
}
#user_side .dropdown-item{
    line-height: 24px;
}
#user_side .dropdown-header{
    margin: 0;
}




.bs-searchbox{
    padding-bottom:12px;
    margin-bottom: 12px;
}
.bs-searchbox .form-control{
    font-size: 11px;
    padding: 2px 4px;
}
.dropdown-item.active, .dropdown-item:active
{
    background-color: #ff460a;
}





.a_pill{
    border: solid 1px #999;
    border-radius: 12px;
    display: inline-block;
    text-decoration: none;
    padding: 1px 12px;
    color: #999;
}
.a_pill:hover{
    background-color: rgba(0,0,0,.1);
    text-decoration: none;
    color: inherit;
}


@media (max-width:1100px)
{
    
    .a_pill{
        font-size: 10px;
    }
    .sm_card .shortcut_card{
        min-width: 80px;
        width: 80px;
        min-height: 80px;
        height: 80px;
    }
    .shortcut_card .h{
        height: 24px;
    }
    .shortcut_card>.h i{
        line-height: 24px;
        font-size: 11px;
    }
    .shortcut_card>.desc{
        padding: 12px 2px;
        font-size: 8px;
    }
    .sm_card .shortcut_card.empty i{
        line-height: 80px;
    }
    .sl_scard>.val>.sup{
        font-size: 12px;
    }
    .sl_scard>.val>span{
        font-size: 9px;
    }
    .sm_card .card_desc p{
        font-size: 12px;
        line-height: 12px;
    }
}
@media (min-width:1101px)
{
    .sm_card .shortcut_card{
        min-width: 100px;
        width: 100px;
        min-height: 100px;
        height: 100px;
    }
    .shortcut_card .h{
        height: 36px;
    }
    .shortcut_card>.h i{
        line-height: 36px;
        font-size: 17px;        
    }
    .sm_card .card_desc{
        padding: 12px;
        font-size: 12px;
    }
    .shortcut_card>.desc{
        padding: 10px 2px;
        font-size: 14px;
        letter-spacing: -.5;
    }
    .sm_card .shortcut_card.empty i{
        line-height: 100px;
    }
    .sl_scard>.val>.sup{
        font-size: 18px;
    }
    .sl_scard>.val>span{
        font-size: 12px;
    }
    
    .sm_card .card_desc p{
        font-size: 16px;
        line-height: 16px;
    }
}
.shortcut_card>.desc{
    display: block;
    word-break: break-word;
    color: #999;
    text-align: center;
    line-height: 14px;
    
    
    
    
    line-height: 13px;
    padding: 0 4px;
    height: 100%;
    margin-top: -36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 36px;
}

.shortcut_card{
    display: block;
    font-size: 0;
    border-radius: 8px;
    margin: 12px 0;
    overflow: hidden;
    background-color: white;
    transition:linear all .2s;
    text-decoration: none;
    box-sizing: content-box;
}
.shortcut_card:not(.empty),
.sl_scard_group,
#apps_ribbon>ol>li:hover,
#apps_ribbon>ol>li.active,
#apps_ribbon>ol.menu_modo-meus-contratos li .items,
.small_card>.inner
{
    box-shadow: -3px 3px 0 rgba(0,0,0,.2), 3px 3px 3px rgba(0,0,0,.1);
}
.shortcut_card.empty{
    cursor: default;
    border: dashed 2px #CCC;
    background-color: transparent;
    box-sizing: border-box;
}
.shortcut_card:not(.empty):hover,
.shortcut_card:not(.empty):hover>.h>span{
    background-color: rgba(0,0,0,.1);
    text-decoration: none;
}
.shortcut_card:not(.empty):hover>.desc{
    color: #333;
}
.shortcut_card>.h{
    display: block;
}

.shortcut_card>.h i{
    color: white;
}
.shortcut_card>.h>span{
    display: inline-block;
    font-size: 15px;
    height: 100%;
    text-align: center;
    vertical-align: top;
}
.shortcut_card>.h>span:first-child{
    width: 60%;
}
.shortcut_card>.h>span:last-child{
    position: relative;
    width: 40%;
}
.shortcut_card>.h>span:last-child:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background-color: rgba(0,0,0,.1);
}
.shortcut_card>.h>span:last-child>i{
    font-size: 12px;    
}
.sm_card shortcut_card{
    font-size: 0;
}
.sm_card .shortcut_card.empty{
    text-align: center;
    font-size: 32px;
}
.sm_card .shortcut_card.empty i{
    color: #DEDEDE;
}
.sm_card:after{
    content: '';
    clear: both;
    display: block;
}
.sm_card .shortcut_card,
.sm_card .card_desc{
    display: block;
    vertical-align: top;
}
.sm_card .shortcut_card{
    margin:8px auto;
}
.sm_card .shortcut_card
.sm_card .card_desc{
    display: block;
    font-size: 10px;
}

/*
.sm_card_w{
    max-width: 260px;
}
.sm_card .card_desc{
    position: absolute;
}
*/

.sm_card_tamanhoT .shortcut_card{
    float: left; 
    margin-right: 12px;
}

.sm_card .card_desc h4{
    margin: 0 0 6px 0;
    font-size: 12px;
    color: #999;
}
.sm_card .card_desc p{
    color: #666;
    margin-bottom: 6px;
}



.sl_scard_group{
    background-color: white;
    position: relative;
    border:solid 1px #EEE;
    padding: 8px;
    border-radius: 6px;
    overflow: hidden;
    font-size: 0;
}
.sl_scard_group>.nav{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 1;
}
.sl_scard_group>.nav>a{
    display: inline-block;
    width: 16px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    font-size: 8px;
    vertical-align: middle;
    color: inherit;
}

.sl_scard_group>.nav>a.current{
    font-size: 12px;
}

.sl_scard_group>.nav>a>i{
    line-height: 20px;
}
.sl_scard_group>.sl_scard{
    border-top: solid 2px #999;
    padding-bottom: 12px;
    padding-top: 6px;
}
.sl_scard>span{
    display: inline-block;
    vertical-align: middle;
}
.sl_scard>.subt{
    font-size: 12px;
    border-style: solid;
    border-color: #999;
    border-width: 0;
}
@media (max-width:767px)
{
    .sl_scard>.subt{
        display: block;
        border-bottom-width: 1px;
        padding-bottom: 12px;
    }
    .sl_scard>.val{
        padding: 6px 0;
    }
}
@media (min-width:768px)
{
    .sl_scard>.subt{
        width: 40%;
        border-right-width: 1px;
        padding-right: 12px;
        text-align: right;
    }
    .sl_scard>.val{
        width: 60%;
        padding-left: 12px;
    }
}
.sl_scard>.val{
    font-size: 14px;
}
.sl_scard>.val>span{
    display: block;
}
#settings>.btn{
   /* background-color: white !important;
    color: #666; */
}
#settings>.btn i:after{
    display: none;
}

#cdd_portal .dropdown-item,
#cdd_filtro_detalhado .dropdown-item{
    border-left: solid 3px transparent;
}

#cdd_portal .dropdown-item.active,
#cdd_filtro_detalhado .dropdown-item.active{
    background-color: inherit !important;
    border-left: solid 3px #ff460a;
    color: inherit !important;
}
#cdd_filtro_detalhado .dropdown-item{
    border-left: solid 3px transparent;
}

#cdd_portal .dropdown-item.active:active,
#cdd_filtro_detalhado .dropdown-item.active:active{
    background-color: #ff460a !important;
    color: white !important;
}


span.filtro{
    display: inline-block;
    width: 22px;
    height: 22px;
    border: solid 2px #999;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: white;
    margin-right: 6px;
    font-weight: 500 !important;
    
}
.filtro.filtroA{
    background-color: #ffd74b;
    border-color: #ffd74b;
}
.filtro.filtroB{
    background-color: #c0dc53;
    border-color: #c0dc53;
}
.filtro.filtroC{
    background-color: #8fdbd8;
    border-color: #8fdbd8;
}
.filtro.filtroD{
    background-color: #b3ade4;
    border-color: #b3ade4;
}
.filtro.filtroE{
    background-color: #db99c4;
    border-color: #db99c4;
}

#filtro_c .bookmarks{
    margin: 0;
    padding: 0;
    list-style: none;
}
#filtro_c .bookmarks>li>a{
    display: block;
    padding: 2px 12px;
    font-size: 12px;
}
.cookie-alert{
    background-color: white;
    position: fixed;
    z-index: 999999;
    bottom: 12px;
    border-radius: 6px;
    left: 12px;
    right: 12px;
    border: solid 2px #ff460a;
}
.cookie-alert p{
    padding: 12px;
    font-size: 14px;
    padding-right: 64px;
    margin: 0;
    color: #ff460a !important;
}
.cookie-alert a{
    font-size: 14px;
    color: #333 !important;
}
.cookie-alert>a{
    position: absolute;
    right: 12px;
    top: 12px;
    bottom: 24px;
}


.msearch label{
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
}
.msearch input{
    max-width: 500px;
    width: 100%;
    border-radius: 24px;
}


/* clears the 'X' from Internet Explorer */
.msearch input[type=search]::-ms-clear { margin-right: 40px; cursor: pointer; }
.msearch input[type=search]::-ms-reveal { margin-right: 40px; cursor: pointer; }

/* clears the 'X' from Chrome */
.msearch input[type="search"]::-webkit-search-decoration,
.msearch input[type="search"]::-webkit-search-cancel-button,
.msearch input[type="search"]::-webkit-search-results-button,
.msearch input[type="search"]::-webkit-search-results-decoration { margin-right: 40px; cursor: pointer; }

.msearch button{
    width: 48px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
    border: none;
    background-color: transparent;
    border-radius: 24px;
    color: #ff460a;
}




#sigx_logo{
    flex: 0;
}
.apps_cat{
    background-color: #EEE;
    padding: 6px 18px;
    border-radius: 6px;
}
.apps_cat li{
    position: relative;
}
.apps_cat li label {
    display: block;
    margin: 0;
    cursor: pointer;
    width: 100%;
}
.apps_cat li label input[type="radio"]{
    opacity: 0;
    width: 0;
    height: 0;
    z-index: -1;
    border: none;
    background: none;
    display: inline;
    position: absolute;
}
.apps_cat li label span.s_dot{
    width: 5px;
    height: 5px;
    left: 0;
    top: 12px;
    border-radius: 50%;
    display: block;
    vertical-align: middle;
    position: absolute;
}
.apps_cat li label span.sigla{
    display: block;
    position: relative;
    /*height: 30px;*/
    line-height: 28px;
    width: 100%;
    border: solid 1px transparent;
    border-radius: 0 6px 6px 0;
    padding-left: 12px;
    box-sizing: border-box;
    transition: linear all .1s;
}
.apps_cat li label input[type="radio"]:checked+span{
    background-color: white;
    border: solid 1px #CCC;    
}
.apps_cat li label input[type="radio"]:checked+span:after,
.apps_cat li label input[type="radio"]:checked+span:before{
    content: '';
    border: solid 14px transparent;
    border-right-color: #CCC;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 1px;
}
.apps_cat li label input[type="radio"]:checked+span:after{
    border-right-color: white;
    margin-right: 0;
}
.apps_cat li label:hover,
.apps_cat li label:active{
    color: #ff460a;
    text-decoration: none;
}
/*
.apps_cat li label{
    display: block;
    height: 30px;
    padding: 0 12px;
    line-height: 28px;
    border-radius: 6px;
}
.apps_cat li:not(.active) a:hover,
.apps_cat li:not(.active) a:active{
    background-color: rgba(0,0,0,.05);
}
*/












*::-webkit-scrollbar {
  width: 6px;
}
 
*::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 0;
}

*::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 0;
}
*::-webkit-scrollbar:horizontal{
    height: 6px !important;
}

.small_sub{
    color: #AAA;
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    border-bottom: solid 1px #DDD;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.treina_video{
    position: relative;
    background-color: #999;
}
.treina_img{
    max-width: 100%;
}
.treina_img img,
.treina_video video{
    max-width: 100%;
    height: auto;
}

.treina_video video{
    width: 100%;
}

#maia-side .avs{
    position: relative;
    padding-bottom: 12px;
}
#maia-side .avs{
    overflow: hidden;
}
#maia-side .avs .nav{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    display: block;
    text-align: center;
}
#maia-side .avs .nav a{
    display: inline-block;
    font-size: 12px;
    color: #999;
}

.mlist{
    list-style: none;
}
.mlist li>a{
    border: solid 1px #DDD;
    padding: 6px 12px;
    display: flex;
	align-content: stretch;
    flex-direction: row;
    font-size: 14px;
    text-decoration: none;
    transition: linear all .2s;
}
.mlist li>a:hover,
.mlist li>a:active{
    background-color: #EEE;
}
.mlist li:not(:first-child)>a{
    border-top: none;
}
.mlist .title,
.mlist i.fa-envelope-open{
    color: #999;
}
.mlist li.unread .title,
.mlist i.fa-envelope{
    color: #333;
}

.mlist a>span{
    display: inline-block;
    vertical-align: bottom;
}
.mlist a .icn{
    margin: 4px 12px 4px 0;
}
.mlist .time{
    color: #ff460a;
}
.mlist .alerta{
    color: red;
    margin: 4px 12px;
}
.mlist a>span.resm{
    flex: 1;
    margin: 0 12px;
    color: #CCC;
    font-style: italic;
}
.mlist a>span.reme{
    margin: 0 6px;
    color: #CCC;
    font-style: italic;
}

.m_sender{
    font-size: 12px;
}
.u_image .i_image{
    display: block;
    margin: auto;
    width: 64px;
    border:solid 2px #ff460a;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #DDD;
}
.u_image .i_image{
    text-align: center;
}
.u_image .i_image i{
    line-height: 64px;
    font-size: 20px;
    color: #999;
}
.u_image .subd{
    text-align: center;
    font-size: 12px;
    font-style: italic;
    display: block;
}
.new-messages{
    position: absolute;
    background-color: red;
    right: 100%;
    top: 100%;
    margin-right: 12px;
    border-radius: 6px;
    color: white;
    margin-right: -8px;
    margin-top: -8px;
    width: 100px;
    opacity: 1;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);

    -webkit-animation-name: nmsg;
    -webkit-animation-duration: .5s;
    animation-name: nmsg;
    animation-duration: .5s;
    z-index: 9999;
}
.new-messages:before{
    position: absolute;
    content:'';
    left: 100%;
    bottom: 100%;
    margin-bottom:-14px;
    border:solid 5px transparent;
    border-top-color: red;
    border-left-color: red;
}
.new-messages p{
    margin: 0;
    padding: 6px 12px;
    line-height: 12px;
    font-size: 12px;
}
@-webkit-keyframes nmsg{
    from{opacity:0}
    to{opacity:1}
}

@keyframes nmsg{
    from{opacity:0}
    to{opacity:1}
}
.btn{
    line-height: 20px;
}

.fp_alt_nome .container{
    max-width: 100%;
}
.fp_alt_nome.header label span{
    font-size: 10px;
    font-weight: 700;
    color: #CCC;
    text-transform: uppercase;
}
.fp_alt_nome.header input
{
    background: none;
    border-radius: 0;
    border:none;
    border-bottom: solid 1px #999;
    width: 100%;
    padding: 4px 0;
    font-size: 12px;
}
.fp_alt_nome.header label{
    display: block;
}

.shortcut_card{
    min-width: 100px;
    width: 100px;
}

.md-mensagem .modal-header{
    display: block;
    border-bottom: none;
}
.md-mensagem .modal-header .h-icone{
    display: block;
    position: relative;
    margin-top: 32px;
    text-align: center;
    font-size: 40px;
}
.md-mensagem .modal-header .h-icone+h5{
    margin-top: 8px;
}
.md-mensagem .modal-header .close{
    display: none;
}
.md-mensagem .modal-title{
    margin-top: 0;
    text-align: center;
    margin-top: 32px;
}
.md-mensagem .modal-footer{
    text-align: center;
    margin-bottom: 32px;
    border-top: none;
    justify-content: center;
}
.modal-content{
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    border: none;
}
.modal-backdrop.show{
    opacity: .2;
}
.modal.zoom
{
    opacity:1;
    transform:scale(1);
    -webkit-animation-name: modal_zoom;
    -webkit-animation-duration: .2s;
    animation-name: modal_zoom;
    animation-duration: .2s;
}
@-webkit-keyframes modal_zoom
{
    from
    {
        opacity: 0;
        transform:scale(.9);
    }
    to
    {
        opacity: 1;
        transform:scale(1);
    }
}
@keyframes modal_zoom
{
    from
    {
        opacity: 0;
        transform:scale(.9);
    }
    to
    {
        opacity: 1;
        transform:scale(1);
    }
}
.openingPanel{
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: auto;
}




hr+p.sub{
    color: #999;
    font-size: 12px;
}


#header_top:not(.apps_open) #x000barra{
    margin-top: 0;
}


.dropdown-header{  
    margin-top: auto !important;
}
.dropdown-itemDIV{
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu .link-filtro{
    padding: 0 !important;
    margin: 0 !important;
}

#sigx_painel000 .header,
#sigx_painel001 .header,
#sigx_painel002 .header{
    margin: 0 12px;
    padding: 5px 0;
}
#sigx_painel001 .header.fp_alt_nome{
    padding: 0;
}

.clhv:hover
{cursor: pointer;}

code.s_code{
    background-color: #FAFAFA;
    display: block;
    padding: 8px 18px;
    font-size: 12px;
    border-radius: 6px;
    border:solid 1px #eee;
}
code.s_code>.sub{
    font-weight: bold;
    border-bottom: solid 1px #eee;
    color: black;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 4px;
    padding: 4px 8px 4px 8px;
}
code.s_code .c{
    color: #999 !important;
}

.toast-c{
    position: fixed;
    z-index:100000;
    right: 0;
    top: 0;
    overflow: auto;
    width: 300px;
    padding: 12px;
    max-height: 100%;
}
.toast-c .toast{
    margin: 6px;
    position: relative;
}

@media (min-width:1500px)
{
    /*
    #sigx000_index_000_atalhos_container{
        width: 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    #sigx000_cards{
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%;
    }   */ 
    .sigx000_index_000_apps{
        max-width:400px;
    }
    #sigx000_cards .sl_cards{
        max-width: 360px;
    }
}

.badge-pill.removable{
    padding: 6px;
    padding-right: 24px;
    position: relative;
}
.badge-pill.removable .pill_btn{
    background: none;
    border: none;
    width: 18px;
    height: 18px;
    overflow: hidden;
    border-radius: 50%;
    background-color: rgba(255,255,255,1);
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    padding: 0;
    right: 3px;
    top: 3px;
    position: absolute;
}
.form-multiple_items{
    height: auto;
}

.page-link i{
    line-height: 1.25;
}
.ribbon_loading{
    font-size: 9px;
    color: #ff460a;
}


div[data-alias="000_index_000_portal_cadastro"] a.shortcut_card.selected{
    position: relative;
    overflow: visible;
}
div[data-alias="000_index_000_portal_cadastro"] a.shortcut_card.selected:before{
    content: '';
    position: absolute;
    left: -8px;
    right: -8px;
    bottom: -8px;
    top: -8px;
    z-index: 1;
    border-radius: 12px;
    border:dotted 2px #0099FF;
}

#sigx000_index_avisos {
    margin-top: 24px;
}
#sigx000_index_avisos div.alert{
    font-size: 12px;
    margin-bottom: 6px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
    color: #333;
    border: 1px solid #ced4da;
}

.sigx000_index_000_apps .row .col-md-4:first-child .shortcut_card{
    margin-left:0 !important;
}
.sigx000_index_000_apps .row .col-md-4:last-child .shortcut_card{
    margin-right:0 !important;
    float: right;
}
.sigx_painel.splittedPanel{
    position: relative;
    overflow: auto;
}
.sigx_painel.panelH_posLeft{
    display: inline-block;
    width: 50%;
    float: left;
}
.sigx_painel.panelH_posRight{
    display: inline-block;
    width: 50%;
    float: right;
}
.panelV_posUp{
    height: 50%;
    float: left;
    min-height: 50%;
}
.panelV_posDown{
    height: 50%;
    float: right;
    min-height: 50%;
}
.page-link{
    color: #444;
}
.page-item.active .page-link{
    background-color: #ff460a;
    border-color:rgba(255,103,29,.5)
}

#header_top:not(.apps_open) #x000filtro_icn{
    top: 8px;    
}

@media (max-width:767px)
{
    #sigx000_index_000_atalhos_container .col-md-4{
        text-align: center;
    }
    #sigx000_index_000_atalhos_container .col-md-4 .shortcut_card{
        float: none;
        margin: 4px auto !important;
    }
    #sigx000_index_000_atalhos_container .col-md-4 .shortcut_card:nth-child(2){
        float: none;
    }
}
@media (min-width:768px) and (max-width:900px)
{
    #sigx000_index_000_atalhos_container .col-md-4 .shortcut_card:nth-child(2){
        margin: 4px -15px !important;
    }
}
#xf001filtro3 .chhv_f{
    font-size: 12px;
}
#xf001filtro3 .chhv_f .hbtn .fa-circle{
    margin-top: -2px;
    vertical-align: middle;
    font-size: 8px;
    margin-right: 6px;
}
#xf001filtro3 .chhv_f>ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
#xf001filtro3 .chhv_f>ol>li{
    display: inline-block;
    vertical-align: bottom;
}
#xf001filtro3 .clhv.hbtn{
    font-size: 14px;
    background-color: #FAFAFA;
    border: solid 1px #BBB;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    transition: linear all .2s;
    padding: 6px 12px;
    margin-bottom: 12px;
}
#xf001filtro3 .clhv.hbtn.selected{
    background-color: #EEE;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2) inset;
}
#xf001filtro3 .clhv.hbtn:not(.selected) i{
    visibility: hidden;
}
#xf001filtro3 .clhv.hbtn:hover{
    background-color: #DDD;
}
#xf001filtro3 .chhv_f{
    margin-bottom: 24px;
}

#xf001filtro3 .clhv.hbtn .desc{
    float: right;
    font-style: italic;
    color: #999;
    font-size: 10px;
}



#xf001filtro3 .chlhv_item{
    position: relative;
    padding: 4px 8px;
    border-radius: 14px;
    padding-right: 30px;
    margin: 2px;
    background-color: #EEE;
    border: solid 1px #DDD;
}
#xf001filtro3 .chlhv_item:hover{
    background-color: #DDD;
}
#xf001filtro3 .chlhv_item button{
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 0;
    border: none;
    background: none;
    text-align: center;
    border-radius: 50%;
    top: 3px;
    right: 3px;
    padding: 0;
    background-color: #ff460a;
    color: white;
}
#xf001filtro3 .chlhv_item button:hover{
    background-color: #dc3545;
}
#xf001filtro3 .chlhv_item button i{
    font-size: 12px;
    line-height: 22px;
}
#xf001filtro3 .chhv_f .empty{
    padding: 4px 8px;
}









.xf001filtros_cont{
    min-height:80%;
    max-height:600px;
    margin: 12px 0;
    overflow:auto;
}

#filtros_prontos ol{
list-style: none;
margin: 0;
padding: 0;
}
.xf001filtros_cont .f_item,
#filtros_prontos ol li{
    font-size: 14px;
    margin-right: 12px;
    transition: linear all .2s;
}
.xf001filtros_cont .f_item .f_btn,
#filtros_prontos ol li a{
    display: block;
    padding: 2px 8px;
    color: #333;
    text-decoration: none;
    transition: linear all .2s;
}
.xf001filtros_cont .f_item:hover{
    background-color: #EEE;
}
#filtros_prontos ol li a:hover{    
    background-color: #EEE;
}
.xf001filtros_cont .f_item{
    position: relative;
    border: solid 1px transparent;
    border-radius: 2px;
    transition: linear all .2s;
    padding-left: 24px;
}
#xf001filtro1 .f_item.selected{
    background-color: #FAFAFA;
    border-color: #EEE;
}
#xf001filtro1 .f_item.selected .f_btn{
    color: #ff460a;
}
#xf001filtro2 .f_item{
    padding-left: 0 !important;
}
#xf001filtro1 .f_item .pin_btn{
    position: absolute;
    font-size: 0;
    left: 4px;
    top: 5px;
    transition: linear all .2s;
}
#xf001filtro1 .f_item:not(.pinned) .pin_btn{
    visibility: hidden;
    color: #FFF;
}
#xf001filtro1 .f_item.pinned .pin_btn{
    color: #999;
}
#xf001filtro1 .f_item:hover .pin_btn{
    visibility: visible;
    color: #999;
}
#xf001filtro1 .f_item .pin_btn:hover{
    color: #333;
}
#xf001filtro1 .f_item .pin_btn i{
    font-size: 13px;
    text-align: center;
}
.fa-star-of-life{
    color: #ff460a;
    font-size: .7em;
    vertical-align: top;
}
.btn>i.fa-star-of-life{
    line-height: 10px;
}

#manuais_btn .dropdown-menu{
    max-height: 480px;
    overflow: auto;
}

#container:fullscreen {
    background-color: rgba(255,255,255,0);
}
#container:-webkit-full-screen {
    background-color: rgba(255,255,255,0);
}
#container:-moz-full-screen {
    background-color: rgba(255,255,255,0);
}

.user-icon .image{
    display: block;
    width: 64px;
    height: 64px;
    text-align: center;
    background-color: white;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,.6);
    color: #CCC;
}
.user-icon .image i{
    line-height: 64px;
    font-size: 32px;
}
.card-title{
    margin-top: 0;
    border-bottom: solid 1px #CCC;
    margin-bottom: 24px;
    padding-bottom: 12px;
}
.card-subtitle{
    font-size: 11px;
}

#x000barra .dropdown-item{
    font-size: 12px;
}


@media (max-width:767px)
{
    .login-face .logo h2{
        margin-bottom: 32px;
    }
}
@media (min-width:768px)
{
    #login_form{
        margin-left: -15px;
    }
    #x000barra .dropdown .dropdown-toggle{
		line-height: 36px;
	}
    
}

#header_top .logo_cliente{
    display: block;
    margin: 0;
}
#header_top .logo_cliente img{
    max-width: 100%;
    max-height: 40px;
    display: block;
    margin: auto;
}

.small_card_container{
    font-size:0;
    margin-bottom:24px;
}
.small_card{
    box-sizing: border-box;
    padding:4px;
    max-width: 100%; 
    display:inline-block;
    vertical-align: top;
}


@media(max-width:1000px)
{
    .small_card{
        width:100%;
    }
}
@media (min-width:1001px) and (max-width:1500px)
{
    .small_card{
        width:50%;
    }
}
@media(min-width:1501px)
{
    .small_card{
        width:33.33332%;
    }
}
.small_card>.inner{
    min-height: 140px;
    background-color: white;
    padding: 12px 6px;
    margin:0;
    border-radius: 6px;
}
.small_card .date{
    display: block;
    text-align: center;
    font-size: 20px;
    font-family: 'IBM Plex Sans', sans-serif !important;
}
.small_card .date>.year{
    text-align: center;
    font-size: 14px;
    color: #999;
    display: block;
}
.small_card .date i{
    color: #AAA;
}
.small_card p{
    font-size: 14px;
    padding: 6px;
    margin:0;
    text-align: center;
}
.aviso_card{
    position:relative;
    font-size: 16px;
}
.aviso_card>i.fa-comment-alt{
    color: #AAA;
    font-size: 14px;
    position: absolute;
    left: 5px;
    top: 5px;
}
.aviso_card>p{
    margin-left:32px;
    position:relative;
    background-color: #EEE;
    padding:6px;
    border-radius: 0 6px 6px 6px;
}
.aviso_card>p:before{
    content:'';
    border: solid 8px transparent;
    border-right-color:#EEE;
    position: absolute;
    right:100%;
}

#notificacoes_icn .count
{
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-size: 10px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}
@keyframes notificacoes_region_anim
{
    from
    {
        opacity:0;
        right:-120px;
    }
    to
    {
        opacity:1;
        right:0;
    }
}
#notificacoes_region{
    /*background-color: rgba(0,0,0,.5);*/
    width: 320px;
    max-width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    animation-name: notificacoes_region_anim;
    animation-duration: .5s;
    /*border-left: 1px solid red;*/
}
@keyframes notificacoes_region_inner_anim
{
    from
    {
        opacity:0;
        right:-64px;
    }
    to
    {
        opacity:1;
        right:0;
    }
}
#notificacoes_region .inner{

    border-left: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: -10px 0 12px rgba(0, 0, 0, 0.2);

    width: 280px;
    background-color: white;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 12px;
    overflow: auto;
    animation-name: notificacoes_region_inner_anim;
    animation-duration: 1s;
}
#notificacoes_region .card_item{
    border:solid 1px #CCC;
    padding:8px;
    margin:6px 0;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
}
#notificacoes_region .card_item .panel-heading{
   border-bottom: solid 1px #CCC;
   padding-bottom: 6px;
}
#notificacoes_region .card_item .panel-heading h5{
    font-size: 14px;
    margin:0;
    padding:0;
}
#notificacoes_region .card_item .panel-body{
    font-size: 12px;
}
#notificacoes_region .card_item .panel-body a{
    font-size: 12px;
    height: 30px;
}
.tooltip-inner{
	background-color:#ff460a;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before{
	border-top-color:#ff460a;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before{
	border-bottom-color:#ff460a;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before{
	border-left-color:#ff460a;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before{
	border-right-color:#ff460a;
}


span.custom_logo{
    font-size: 26px;
    line-height: 46px;
    text-shadow: 1px 1px 0 rgba(255,255,255,.8), 3px 3px 0 rgba(0,0,0,.1);
    letter-spacing: -1px;
    font-weight: bold;
    padding: 0 12px;
    color: #ff460a;
}
#cdd_portal .dropdown-menu{
    max-height: 500px;
    overflow: auto;
}


.c_editable{
    position: relative;
    text-align: left;
    padding-right: 24px;
    height: auto;
}
.c_editable>div[contenteditable]{
    display: inline;
    padding:4px 6px;
    border-radius:8px;
}
.c_editable>div[contenteditable]:focus{
    outline: 0px solid transparent;
    border-radius:8px;
}
.c_editable .loading{
    display: none;
    position: absolute;
    right:10px;
    top: 10px;
}
.c_editable .busca_registros:before,
.c_editable .busca_registros:after{
    position: absolute;
    content:'';
    left: 10px;
    bottom: 100%;
    border: solid 10px transparent;
    border-bottom-color: white;
    z-index: 1;
}
.c_editable .busca_registros:before
{
    border-bottom-color: #CCC;
    margin-bottom: 1px;
}
.c_editable .busca_registros{
    margin-top:10px;
    display: none;
    background-color: white;
    position: absolute;
    left:0;
    top:100%;
    box-shadow: 2px 2px 1px rgba(0,0,0,.1);
    border: solid 1px #CCC;
}
.c_editable .busca_registros .inner{
    max-height: 400px;
    overflow: auto;
    padding:4px 12px;
    min-width: 50px;
    min-height: 28px;
}
.c_editable .busca_registros a{
    display:block;
    font-size: 12px;
    white-space: nowrap;
    color: inherit;
}
.c_editable .busca_registros a>.u{
    color: #666;
    margin-left: 12px;
    font-style: italic;
}
.c_editable .resultados{
    display: inline;
}
.c_editable .resultados a{
    font-size: 12px;
    color: inherit;
    border-radius: 20px;
    padding:2px 12px;
    border:solid 1px #CCC;
    display: inline-block;
}
.c_editable .resultados a i{
    display: none;
    padding-left: 12px;
}
.c_editable .resultados a:hover i{
    display: inline;
}

#settings{
    white-space: nowrap;
}
#settings>.r_portais,
#settings>.btn{
    display: inline-block;
}
#settings .r_portais{
    margin-right: 12px;
}
#settings .r_portais .t{
    display: inline-block;
    width:80px;
    vertical-align: middle;
    white-space:normal;
    font-weight: bold;
    line-height: 13px;
    font-size: 12px;
}
#settings .r_portais .u{
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
    white-space:normal;
    font-size: 14px;
    color: inherit;
}
#settings .r_portais .u:hover{
    text-decoration: none;
}
#settings .r_portais .u>.img
{
    float: left;
    border-radius: 50%;
    width: 32px;
    background-color: #EEE;
    height: 32px;
    text-align:center;
    margin-top: 2px;
    overflow: hidden;
}
#settings .r_portais .u>.img img{
    width: 32px;
    height: 32px;
    display: block;
}
#settings .r_portais .u>.img i.fas{
    line-height: 32px;
    color: #999;
}
#settings .r_portais .u .n,
#settings .r_portais .u time{
    display: block;
    white-space: nowrap;
    margin-left: 42px;
}
#settings .r_portais .u time{
    color: #999;
    font-size: 12px;
}