@charset "UTF-8";

* {
      outline: none;
}

    body.login2 {
        height: 100vh;
        width: 100vw;
        overflow: hidden;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(../_custom/img/fundo_login.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }



    .div-video_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        z-index: -100;
    }

    @media (max-width: 768px) {
        .div-video_bg {
            display: none;
        }
    }

    .div-video_bg > .video-video_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .div-video_bg > .overlay-video_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    @media (min-aspect-ratio: 16/9) {
        .div-video_bg > .video-video_bg {
            height: 300%;
            top: -100%;
        }
    }

    @media (max-aspect-ratio: 16/9) {
        .div-video_bg > .video-video_bg {
            width: 300%;
            left: -100%;
        }
    }

    .div-login {
        max-width: 450px;
        padding: 10px;
        background: white;
        border-radius: 10px;
        border: 1px solid #ccc;
        text-align: center;
        box-shadow: 1px 1px 1px #ccc;
        z-index:3;
    }

    body.externo {
       padding: 5px 0 0;
       padding-top: 55px;
       margin-left: 50px;
       transition: all 0.4s;
       -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;

    }


    .legenda_titulo_pagina {
        margin-bottom: 5px;
    }


    .navbar-fixed-bottom {
        margin-left: 50px;
    }

    .navbar-brand {
        padding: 0;
    }

    .navbar-default {
        background-color: #222d32;
        border-color: #222d32;
    }

	.icones_isolados_menu {
		color: #d9d9d9;
	}

    .navbar-default a, .navbar-default a:visited, .navbar-default a:active, .navbar-default a:focus {
        text-decoration: none;
    }

    .navbar-default a:hover {
        text-decoration: none;
    }

    .menu_lateral {
        position: fixed;
        left:0;
        top: 50px;
        background: #222d32;
        color: white;
        height: calc(100vh - 50px);
        width: 50px;
        z-index: 1049;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        overflow: hidden;
        overflow-y: auto;
    }

    .menu_lateral_icones_apoio {
        visibility: hidden;
    }


    .menu_lateral_rodape {
        height: 76px;
        overflow: hidden;
        background: #36454a;
    }

    .menu_lateral_rodape img {
        max-height: 100%;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        opacity: 0;
    }

    .menu_lateral_aberto > .menu_lateral_rodape img {
        opacity: 1;
    }

    .menu_lateral_rodape_linha {
        position: relative;
        width: 230px;
        height: 38px;
        overflow: hidden;
    }

    .menu_lateral_icone_rodape {
        position: absolute;
        color: #d9d9d9;
        top: 0;
        left: 0;
        width: 50px;
        height: 38px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }


    .menu_lateral_icone_rodape_r {
        position: absolute;
        color: #d9d9d9;
        top: 0;
        right: 0;
        width: 50px;
        height: 38px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .menu_lateral_icone_rodape_a {
        width: 50px;
        height: 38px;
        color: #d9d9d9;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .menu_lateral_rodape_texto {
        position: absolute;
        color: #d9d9d9;
        top: 0;
        left: 50px;
        width: 130px;
        height: 38px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }


    .div_imagem_usuario {
        max-width: 50px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px;
    }

    .menu_lateral_icone_rodape:visited, .menu_lateral_icone_rodape:active, .menu_lateral_icone_rodape:focus {
        text-decoration: none !important;
        color: inherit;
        background: transparent;
    }

    .menu_lateral_icone_rodape:hover {
        text-decoration: none;
        background: #ccc;
        color: black;
    }

    .menu_lateral_icone_rodape_r:visited, .menu_lateral_icone_rodape_r:active, .menu_lateral_icone_rodape_r:focus {
        color: inherit;
        background: transparent;
    }

    .menu_lateral_icone_rodape_a:visited, .menu_lateral_icone_rodape_a:active, .menu_lateral_icone_rodape_a:focus {
        color: inherit;
        background: transparent;
    }

    .menu_lateral_icone_rodape_r:hover {
        text-decoration: none;
        background: #ccc;
        color: black;
    }

    .menu_lateral.menu_lateral_aberto {
        width: 230px;
        box-shadow: 0 2px 3px black;
    }

    .input-xs {
        height: 20px;
    }

    [data-oculta_perfil='SIM'] {
        display: none;
    }

    .div_croppie_wrap {
        width: 100%;
        height: calc(100vh - 115px) !important;
        padding-bottom: 45px;
    }

    @media screen and (max-width: 991px) {

        body.login2 {
            background: black;
        }

        .menu_lateral_rodape_linha {
            width: 100%;
        }

        .menu_lateral_rodape_texto {
            width: calc(100% - 200px);
        }

        .menu_lateral_icones_apoio {
            visibility: visible;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: absolute;
            top: 0;
            right: 0;
            width: 150px;
            height: 100%;



        }

        .calendario_data_descritivo {
            font-size: 18px;
            text-align: center;
        }

        .menu_lateral_aberto > .menu_lateral_rodape img {
            opacity: 1;
        }

        .calendario_botoes {
            text-align: center;
        }

        .menu_lateral.menu_lateral_aberto {
            width: 100vw;
        }

        .div-login {
            position: absolute;
            top: 10px;
            left: 10px;
            width: calc(100% - 20px);
            height: calc(100% - 20px);
            box-shadow: 2px 2px 3px #ccc;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #eeeeee;
            max-width: 2000px;
        }

        .div_croppie_wrap {
            height: calc(100vh - 155px) !important;
        }
    }

    .menu_lateral_itens {
        margin-top: 0;
        height: calc(100vh - 126px);
        overflow: hidden;
        overflow-y: auto;
    }


    .menu_lateral_itens::-webkit-scrollbar {
        width:5px;
        height:10px;
    }

    .menu_lateral_itens::-webkit-scrollbar-track {
        background:#999;
    }

    .menu_lateral_itens::-webkit-scrollbar-thumb {
        background: #36454a;
    }

    .link_menu_lateral {
        width: 100%;
        display: inline-block;
        text-decoration: none;
        overflow: hidden;
    }

    .menu_lateral_grupo {
        display: none;
        padding-left: 5px;
        background: #303f44;
    }

    .menu_lateral_sub_grupo {
        display: none;
        padding-left: 5px;
        background: #4a6368;
    }

    .menu_lateral_titulo {
        width: calc(100% - 65px);
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #container_dashboard_desk {
        display: inline-block;
        height: 100%;
        width: calc(100% - 290px);
        position: absolute;
        left: 145px;
    }

    #menu_superior {
        max-height: 50px;
        margin-bottom: 0;
        overflow: hidden;
    }

    .menu_superior_usuario {
        position: absolute;
        top: 0;
        right: 5px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-size: 12px;
        font-weight: bold;
        width: 145px;
        text-align: right;
    }

    .menu_superior_usuario_nome {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 110px;
        display: inline-block;
    }

    .link_menu_lateral, .link_menu_lateral:visited {
        height: 35px;
        display: flex;
        align-items: center;
        color: #d9d9d9;
    }

    .link_menu_lateral:hover, .link_menu_lateral:active {
        text-decoration: none;
        background: #ccc;
        color:black;
        font-weight: bold;
    }

    .link_menu_lateral:focus {
       text-decoration: none;
       color: #eeeeee;
    }

    .link_menu_lateral_accordion {
        height: 35px;
        display: flex;
        align-items: center;
    }

    .link_menu_lateral_direto {
        height: 35px;
        display: flex;
        align-items: center;
    }

    .menu_lateral_icone {
        font-size: 18px;
        width: 50px;
        text-align: center;
        max-width: 50px;
        min-width: 50px;
    }

    #titulo_site {
        font-size: 16px;
        color: #2c2c2c;
        line-height: 14px;
        width: 100%;
        display: inline-block;
        font-weight: bold;
    }


    body.login2 .login-wrapper {
       max-width: 420px;
       margin: 0 auto;
       text-align: center;
    }

    body.login2 .login-wrapper h1 {
      font-size: 32px;
      margin-top: 40px;
      margin-bottom: 40px; }
      body.login2 .login-wrapper h1 a {
        color: #999999; }
    body.login2 .login-wrapper .input-group-addon {
      padding: 8px 0;
      background: #f4f4f4;
      min-width: 48px;
      text-align: center; }
      body.login2 .login-wrapper .input-group-addon i.falock {
        font-size: 18px; }
    body.login2 .login-wrapper input.form-control {
      height: 48px;
      font-size: 15px;
      box-shadow: none; }
    body.login2 .login-wrapper .checkbox {
      margin-bottom: 10px; }
    body.login2 .login-wrapper input[type="submit"] {
      padding: 10px 0 12px;
        margin: 10px 0 0 0; }

    body.login2 .login-wrapper h1 {
      display: flex; align-items: center; justify-content: center; flex-direction: column; margin: 0 0 10px 0
    }






/*----------------------------------------------------------------------------------- */
/*  GED file upload */
/*----------------------------------------------------------------------------------- */
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fileUpload2 input.uploadt2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/*----------------------------------------------------------------------------------- */
/*  DataTables */
/*----------------------------------------------------------------------------------- */
.dataTable th {
  padding-right: 20px;
  position: relative;
  font-weight: bold;
  background-color:#A3DBDE;

  }
  .dataTable th.sorting {
   /* color: #007aff; */
    cursor: pointer;
    position: relative; }
  /*  .dataTable th.sorting:after, .dataTable th.sorting:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      right: 12px;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .dataTable th.sorting:after {
      top: 22px;
      border-top: 5px solid gray; }
    .dataTable th.sorting:before {
      top: 14px;
      border-bottom: 5px solid gray; }
  .dataTable th.sorting_asc {
     color: #007aff;
	font-weight: bold;
    cursor: pointer;
    position: relative; }
    .dataTable th.sorting_asc:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      right: 12px;
      top: 18px;
      border-bottom: 5px solid black !important;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
  .dataTable th.sorting_desc {
     color: #007aff;
	font-weight: bold;
    cursor: pointer;
    position: relative; }
    .dataTable th.sorting_desc:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      right: 12px;
      top: 18px;
      border-top: 5px solid black !important;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
*/
th:active {
  outline: none;
}

#add-row {
  margin-right: 0; }

.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    font-size: 12px;
}

body.login2 .form-group {
    margin-bottom: 5px;
}

.logo_e_titulo_login {
      display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



@media screen and (max-width: 414px){
body.login2 {padding: 5px; }
body.login2 .login-wrapper{padding:0px 10px 10px 10px;}
body.login2 .login-wrapper h1 {margin-top:5px; margin-bottom:15px;}
body.login2 .login-wrapper h1 a:link {display:block; text-align:center;}
body.login2 img {max-width:50%; width:50%;  display:inline; border:0px;}

.modal-footer .btn+.btn {
	margin-bottom: 5px !important;
}

.modal-footer {
  text-align: center !important;
}



#dataTable1 * {font-size:10px !important;}
#dataTable1 td {min-width:100px; white-space:nowrap;}
#dataTable1 td.actions span {font-size: 12px !important; margin-left:3px !important;}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: 6px !important;
}


table[id^='tabela_'] * {font-size:10px !important;}
table[id^='tabela_'] td {min-width:100px; white-space:nowrap;}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {margin-left:0px; position:relative;}

.paging_full_numbers {float:left !important; max-width:320px;}
}

/*
=====================================================================
						TREEVIEW
=====================================================================
*/

.tree {width:100%; background:#ECECEC; border:1px solid #CCC; color:#467CA1; padding:10px; font-size:13px; margin-bottom:10px;}
.tree h1{margin:0px; width:100%; padding:10px; background:#467CA1; color:#FFF; letter-spacing:0px; font-size:18px; margin-bottom:10px;}

.tree li {
    list-style-type:none;
    margin:0px;
    padding:3px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-40px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    /*-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;*/
	background:#467CA1; color:#FFF;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none;
	min-width:160px;
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#FFF;
    color:#467CA1
}
.tree ul.primeiro{margin:0px; padding:0px;}

/*
===================================
		SUBMENU MULTINÍVEL
===================================
*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;

}

/*
===================================
		CASE DOS INPUTS
===================================
*/
input.Maiusculas
{
  text-transform: uppercase;
}

input.Minusculas
{
  text-transform: lowercase;
}

/*
===================================
			  CEP
===================================
*/

/*#loaderCEP {display:block; width:28px; height: 28px; background:url('../img/cep.gif') no-repeat;}
*/
#loaderCEP {display:none;}

.datepicker-dropdown {z-index:888888 !important;}

td.child {
    padding: 5px !important;
}

table.dataTable>tbody>tr.child span.dtr-title {
    min-width: 150px !important;
}


.modal-body {
    max-height: 80vh;
    overflow-y: auto;
}

.modal-content {
    max-height: calc(100vh - 30px);
}

@media (max-width: 480px) {

    .modal-full {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }

    .modal-full .modal-dialog {
        position: fixed;
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 0;
    }

}

@media (min-width: 481px) {
    .modal-full {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 480px;
        left: calc((100vw - 480px)/2);
        overflow: hidden;

    }

    .modal-full .modal-dialog {
        position: fixed;
        margin: 0;
        width: 480px;
        height: 100%;
        padding: 0;
    }


}

.modal-full .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0 solid #09558b;
    border-radius: 0;
    box-shadow: none;
}

.modal-full .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 45px;
    padding: 5px;
    background: #09558b;
    border: 0;
}

.modal-full .modal-body {
    position: absolute;
    top: 45px;
    bottom: 45px;
    width: 100%;
    padding: 5px;
    overflow: auto;
}

.modal-full .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 45px;
    padding: 5px;
    background: #f1f3f5;
}

.modal-full .modal-body-no-footer {
    position: absolute;
    top: 45px;
    bottom: 0;
    width: 100%;
    padding: 5px;
    overflow: auto;
}


.modal-full-m .modal-body {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.modal-full-m .modal-body-fixed {
    height: calc(100vh - 120px);
    overflow-y: auto;
}

@media (max-width: 768px) {

        body.externo {
           margin-left: 0;
        }


        .menu_lateral {
            width: 0;
            z-index: 999;
            position: fixed;
        }

    .table-responsive {
        border: none;
    }

    .modal-full-m {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }

    .modal-full-m .modal-dialog {
        position: fixed;
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .modal-full-m .modal-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .modal-full-m .modal-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 45px;
        padding: 5px;
        border: 0;
    }

    .modal-full-m .modal-body {
        position: absolute;
        top: 45px;
        bottom: 45px;
        width: 100%;
        padding: 15px;
        overflow: auto;
        max-height: none;
    }

    .modal-full-m .modal-footer {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 45px;
        padding: 5px;
        background: #f1f3f5;
    }

    .modal-full-m .modal-body-no-footer {
        position: absolute;
        top: 45px;
        bottom: 0;
        width: 100%;
        padding: 5px;
        overflow: auto;
    }

}

    .modal_dina_close {
        z-index: 1000;
        position: absolute;
        top: 2px;
        right: 2px;
        font-size: 20px;
        font-weight: bold;
        color: black;
        opacity: 1;
        cursor: pointer;
        border: 1px solid #ccc;
        line-height: 16px;
        border-radius: 3px;
        background: white;
        width: 18px;
        height: 18px;
        text-align: center;
        padding: 0;
    }

    .modal_dina_close:hover {
        color: #ccc;
    }


.form_cadastro .form-group {
    margin-bottom: 5px;
}

.form_cadastro .form-group {
    margin-bottom: 3px;
}

.form_cadastro .form-control  {
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #ccc;
}

.form_cadastro .input-group-addon:first-child {
    border-top: none;
    border-left: none;
    border-right: none;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form_cadastro .select2-container--bootstrap .select2-selection--single {
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #ccc;
}

.form_cadastro .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102,175,233,.6);
     box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102,175,233,.6);
}

.select2-dropdown {
    border: 1px solid #ccc !important;
}

select[readonly="readonly"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form_cadastro .form-control:focus {

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102, 175, 233, 0.6);
}

[obrigatorio="True"] {
     border-bottom-color: red !important;
}

form div[class^='col'] .form-group label {

        font-family: "Calibri" !important;
        margin-bottom: 0px;
        font-size: 13px;
        max-width: 100%;
        max-height: 18px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: bottom;
}

.icone_menu {
    min-width: 20px;
    text-align: center;
}

.link_menu {
/*    display: flex !important;
    justify-content: left;
    align-items: center;*/
}

.btn-full-td {
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}

.nav-tabs>li>a {
    padding: 10px 6px;
}

.logo_menu_imagem {
    margin-right: 5px;
    max-height: 55px;
    margin-left: 5px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100vh;
}

.link_dash_alerta_menu {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 24px;
    width: 50px;
    color: #ccc;
}

@media screen and (min-width: 769px) {
   .link_dash_alerta_menu {

       margin-left: 30px;

   }
}

.link_dash_menu {
    transition: all 0.2s ease;
}

.link_alerta_menu {
    transition: all 0.2s ease;
    cursor: pointer;
}

.link_dash_menu:hover {
    color: #bae5ff !important;
}

.link_alerta_menu:hover {
    color: #bae5ff !important;
}

@media screen and (max-width: 768px) {

    .link_alerta_menu {
        width: 30px;
    }

}

.titulo_menu_mobile {
    color: #b5b5b5;
    /*position: absolute;*/
    width: calc(100% - 40px);
    /*left: 50px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav>li>a {
        font-size: 10px !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .icone_menu {
        font-size: 16px !important;
        min-width: 20px;
    }
}

.login_rodape {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 5px;
}

.navegadores {
    /*margin-top: 12px;*/
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size:8px;
    color: #ccc;

}

.navegadores .imgnav {
    max-height: 24px;
    width: auto;
    margin: 0 5px;
}

.icone_acao_linha {
    font-size: 15px !important;
    width: 18px;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
}

.icone_acao_linha:only-child {
    width: 23px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #222d32;
    border-color: #222d32;
}

.page-header {
    padding-bottom: 0px;
    margin: 10px 0 5px;
}

.form_cadastro label[data-tipo-campo="arquivo"] {
	min-height: 28px !important;
}

 .form_cadastro .form-group[data-tipo-campo="arquivo"]
,.form_cadastro .form-group[data-tipo-campo="foto"]
{
    background: #eae8e8;
    padding: 10px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    overflow: hidden;
}

 .form_cadastro .form-group[data-tipo-campo="arquivo"][data-obrigatorio="True"]
,.form_cadastro .form-group[data-tipo-campo="foto"][data-obrigatorio="True"]
{
    border: 1px solid red;
}



.btn-vertical-menu {
    width: 100%;
    padding: 0 10px;
    margin-top: 5px;
}

.btn-vertical-menu > .btn {
    width: 100%;

}

.div_grupo_simplificado {
    border: 1px solid #ccc;
    border-radius: 3px;
    /*min-height: 80px;*/
    overflow: hidden;
    position: relative;
    padding: 32px 5px 5px 5px;
    margin-top: 5px;
}

.cabecalho_grupo_simplificado {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
    font-size: 14px;
    font-weight: bold;
    padding: 0 1px;
}

.div_itens_simplificado {
    border: 1px solid #ccc;
    border-radius: 3px;
    /*min-height: 80px;*/
    overflow: hidden;
    position: relative;
    padding: 30px 0 0 0;
    margin-top: 5px;
}

.div_itens_simplificado_sem_cabecalho {
    padding-top: 0;
}

.cabecalho_itens_simplificado {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
    font-size: 14px;
    font-weight: bold;
    padding: 0 1px;
}

.cabecalho_itens_simplificado_com_explicacao {
    min-height: 30px;
    height: auto;
}

.acoes_itens_simplificado {
    width: 100%;
    position: relative;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dfdfdf;
    font-size: 12px;
    padding: 0;
}

.icone_itens_refresh {
    display:none;
    margin-left: 5px;
    color: red;
    font-weight: bold;
}

.container_itens_simplificado {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.corpo_itens_simplificado {
    padding: 0 5px;
    /*height: 100%;*/
    /*overflow: hidden;*/
    /*overflow-y: auto;*/
}

.botao_refresh_itens_simplificado {
    position: absolute;
    right: 2px;
    left: 3px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    color: green;
    background: rgba(248, 248, 248, 0.64);
}

.botao_incluir_itens_simplificado {
    position: absolute;
    right: 3px;
    top: 2px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.linha_itens_simplificado_agrupadora {

}

.coluna_itens_simplificado_agrupadora {
    background: gray;
    color: white;
    text-align: center;
    font-weight: bold;
}

.coluna_itens_simplificado_excluir {
    width: 30px;
    text-align: center;
    color: #cc0000;
    cursor: pointer;
}

.coluna_itens_simplificado_editar {
    width: 30px;
    text-align: center;
    color: orange;
    cursor: pointer;
}

.coluna_itens_simplificado_visualizar {
    width: 30px;
    text-align: center;
    color: blue;
    cursor: pointer;
}

.tabela_itens_simplificado {

    margin-bottom: 0;

}

.tabela_itens_simplificado > thead {
    background: #eeeeee;
}

.tabela_itens_simplificado > thead > tr > th,
.tabela_itens_simplificado > tbody > tr > td
{
    padding: 2px 8px;
}

.tabela_itens_simplificado tbody tr.itens_linha_selecionada td {
    background-color: #aae4ff;
    border-bottom: 1px solid #004463;
}

.td_centro {
    text-align: center;
}

.td_esquerda {
    text-align: left;
}

.td_direita {
    text-align: right;
}



.td_ajustado {
    white-space: nowrap;
    width: 10px;
}

.td_negrito {
    font-weight: bold;
}

.ajuste_altura_botao {
     height: 20px;
     display: inline-block;
     width: 100%;
     color: transparent;
     background: transparent;
}


.ajuste_altura_botao::after {
   content: ".";
}



@media (max-width: 768px) {
    .ajuste_altura_botao {
        display: none;
    }
}

.ui-effects-transfer {
    border: 1px dotted black;
}

.colg {
    padding: 0 2px;
}


    .box_dash {
        position: relative;
        /*height: 100%;*/
        transition: all 1.0s ease;
    }

    @media (max-width: 768px) {
        .box_dash {
            /*height: auto;*/
        }
    }

    .body_dash_board {
        background: white;
    }

    .box_dash_tem_rodape {
       padding-bottom: 28px;
    }

    .box_dash_titulo {
        padding: 2px 5px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .box_dash_titulo_texto {
        font-size: 16px;
        font-weight: bold;
    }

    .box_dash_titulo_icone {
        font-size: 18px;
        color: #333;
        margin-right: 5px;
    }

    .box_dash_conteudo {
        /*min-height: 80px;*/
        padding: 5px;
        position: relative;
    }

    .box_dash_rodape {
        height: 25px;
        padding: 2px 5px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .col_dash {
        margin-bottom: 10px;
    }


    .body_mensagem_board {
        background: white;
    }

    .box_mensagem {
        position: relative;
        height: 100%;
        transition: all 1.0s ease;
    }

    .box_mensagem_tem_rodape {
       padding-bottom: 28px;
    }

    .box_mensagem_titulo {
        padding: 2px 5px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .box_mensagem_titulo_texto {
        font-size: 16px;
        font-weight: bold;
    }

    .box_mensagem_titulo_icone {
        font-size: 18px;
        color: #333;
        margin-right: 5px;
    }

    .box_mensagem_conteudo {
        /*min-height: 80px;*/
        padding: 5px;
        position: relative;
    }

    .box_mensagem_rodape {
        height: 25px;
        padding: 2px 5px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .row_mensagem {
       /*transition: all 400ms ease;*/
    }

    .col_mensagem {
        margin-bottom: 10px;
        /*transition: all 400ms ease;*/
    }


    .center_center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .quadros_laterais_direita {
        border-left: 3px solid white;
        border-bottom: 1.5px solid white;
        border-top: 1.5px solid white;
    }

    .quadros_laterais_direita:first-child {
        border-bottom: none;
        border-top: none;
    }

    .quadros_laterais_direita:last-child {
        border-bottom: none;
        border-top: none;
    }

    .quadros_laterais_esquerda {
        border-right: 3px solid white;
        border-bottom: 1.5px solid white;
        border-top: 1.5px solid white;
    }

    .quadros_laterais_esquerda:first-child {
        border-bottom: none;
        border-top: none;
    }

    .quadros_laterais_esquerda:last-child {
        border-bottom: none;
        border-top: none;
    }

    .mensagens_linha_previa {
        border-bottom: 1px dotted #eeeeee;
        position: relative;
        padding-left: 30px;
    }

    .mensagens_linha_previa_sem_icone {
        padding-left: 30px;
    }

    .mensagens_linha_previa:last-child{
        border-bottom: none;
    }


    .mensagem_previa_icone {
        height: 100%;
        position: absolute !important;
        font-size: 16px;
        top: 0;
        left: 0;
        width: 30px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        color: #334a53
    }

    .cke_chrome{
        border-radius: 3px;
    }

    .cke_top{
        border-radius: 3px 3px 0 0;
    }

    .cke_bottom{
        border-radius: 0 0 3px 3px;
    }

    .iziToast-message {
        margin-top: 5px !important;
    }

    table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
        background-color: rgba(0, 136, 204, 0.60) !important;
    }

    table.dataTable tbody td.select-checkbox,
    table.dataTable thead th.select-checkbox {
        position: relative;
        cursor: pointer;
        width: 18px
    }

    .class_mostra_tem_selecao, .class_mostra_tem_selecao_unica, .class_mostra_tem_selecao_multiplas {
        display: none;
    }

    .cke_wysiwyg_frame {
        width: calc(100% - 8px) !important;
        padding: 2px 4px !important;
    }

/*    .dt-button-collection {
        left: 42px !important;
    }*/
.bt_edicao {

       transition: all 0.4s;
       -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;


}

.dt-button-collection.dropdown-menu {

    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;

}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-color: #ccc !important;
}

.select2-container--default .select2-selection--multiple {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-color: #ccc !important;
}

.select2-container--default .select2-selection--single {
    height: 34px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-color: #ccc !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.form-group[data-tipo-campo="combo_multiplo"] > .select2.select2-container.select2-container--default {
    height: 34px;
    overflow: hidden;
    overflow-y: auto;
    cursor: pointer;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
    height: auto;
    overflow: visible;
    overflow-y: auto;
    cursor: pointer;
}



.select2-container--default .select2-search--inline .select2-search__field {
    cursor: pointer;
}

.form-group[data-obrigatorio="True"] > .select2.select2-container.select2-container--default > .selection > .select2-selection.select2-selection--single {
    border-bottom: 1px solid red !important;
}

.combo_select2 {
    height: 34px;
}

.bootbox.modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bootbox.modal .modal-dialog .modal-content .modal-header{
    background: #222d32d9;
    color: white;
    border-radius: 4px  4px  0 0;
}

.bootbox.modal .modal-dialog .modal-content .modal-header .close{
    padding: 3px 5px;
    background: white;
    color: red;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .bootbox.modal .modal-dialog {
        width: 100%;
    }
}


.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0px 5px;
}

.ck_editor_live_preview {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid black;
    box-shadow: 1px 1px 1px black;
    margin-left: 15px;
}


