
/*  GERAL  */
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
    color: #31343a;
    background-color: #f9f9f9;
    font-family: "Roboto", sans-serif!important;
    font-size: 12px;
}

a {
    font-family: "Roboto", sans-serif!important;
}
legend {
    font-size: 15px;
}
/*TODOS OS BOTOES e INPUTS*/

.cursorpointer {
    cursor: pointer;
}

/* NAV BAR */
.navbar-pluto {

}
.logo-img-pluto {
    height: 30px;
}
.drop-menu-right-pluto {
    left: -100px;
}
.navbar-pluto {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
    background: #573e5d;
    border-bottom: 5px solid #2f2f2f;
}
.navbar-brand>img {
    display: block;
    max-width: 100%;
}
.navbar-default .navbar-nav>li>a {
    color: #FFFFFF;
}
.navbar-default .navbar-nav>li>a:focus,.navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
    background-color: #2f2f2f;
}
.dropdown:after, .navbar-nav>li:after{
    content: "";
    border-right: 1px solid #414345;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
}
.dropdown:last-child:after, .navbar-nav>li:last-child:after{
    content: "";
    border-right: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #2f2f2f;
}

@media (max-width: 767px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: #2f2f2f;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #2f2f2f;
    }
}

.sairmenu-pluto {
    color: #863431
}


/* FORM LOGIN */

.body-login {
    background: #573e5d;
}
.login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}
.form-login {
    position: relative;
    z-index: 1;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
}
.form-login img {
    width: 80%;
    margin: 20px auto;
}
.form-login input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.form-login .message {
    margin: 15px 0 0;
    color: #949597;
    font-size: 12px;
}
.form-login .message a {
    color: #c5d838;
    text-decoration: none;
}
.form-login .register-form {
    display: none;
}
.form-login button {
    font-family: "Roboto", sans-serif;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    background: #000000;
}
.btn-success, .btn-success:active, .btn-success:focus {
    color: #fff;
    background-color: #573e5d;
    border-color: #573e5d;
}

.btn-success:disabled {
  color: #fff;
  background-color: rgba(77, 108, 115, 0.55);
  border-color: rgba(77, 108, 115, 0.55);
}
.btn-success:hover {
    color: #fff;
    background-color: #2f2f2f;
    border-color: #2f2f2f;
}


/* PAGINA PADRAO */


.container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.container-pipa {
    background: #fff;
    box-shadow: 0 0 6px 0px #00000042;
    margin-top: 80px;
}


.container:before, .container:after {
    content: "";
    display: block;
    clear: both;
}
.container .info {
    margin: 50px auto;
    text-align: center;
}
.container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
}
.container .info span {
    color: #949597;
    font-size: 12px;
}
.container .info span a {
    color: #000000;
    text-decoration: none;
}
.container .info span .fa {
    color: #EF3B3A;
}

.conteudo-pluto-container {
    margin-top: 50px;
    min-height: 800px;
}
.conteudo-pluto {
    padding: 10px;
    box-sizing: border-box;
}


#page-wrapper {
    margin-top: 40px !important;
}
#wrapper {
    margin-top:  40px !important;
}

.divisor {
    border-top: 1px solid #bdbdbd;
    width: 100%;
    margin-top: -1px;
    font-size: 13px;
    padding: 3px 0 3px 18px;
    font-weight: bold;
    background: #f1f1f1;
}

.containerCanta {
    margin-top: 80px;
}
.boxTitle {
    border-bottom: 1px solid #ccc;
}
.boxTitle h4 {
    color: #5c5e59;
}
.subFontTitle {
    font-size: 12px;
    font-style: italic;
}


/* BTN FECHAR MODAL */
.refresh_load , button.close{
    color: #ffffff!important;
    opacity: 1!important;
    border-radius: 50px!important;
    font-size: 34px;
    text-shadow: none;
}

/* TAMANHOS */
.wd100 {
    width: 100%;
}


/* BUTTONS */
.btn100 {
    width: 100%;
}

.loading-wait {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: #f0f0f0a1;
    top: 0;
    left: 0;
    text-align: center;
}

.loading-wait-gif {
    margin: auto;
    position: absolute;
    width: 200px;
    height: 200px;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
}



/*  ADD WAITING */

.btn-waiting {
    background: #713781;
    color:#ffffff;
}

.alert-waiting {
    background: #e484ff;
    color: #713781
}

.alert-primary {
    color:#213e8f
}
.label-waiting {
    background: #713781;
    color:#ffffff;
}
.panel-waiting {
    border: 1px solid #713781;
}

.panel-waiting > .panel-heading {
    background: #713781;
    color:#ffffff;
}

/* COLORS */
.ColorWarning {
    color: #b77506;
}
.ColorInfo {
    color: #5bc0de;
}
.ColorPrimary {
    color: #337ab7;
}
.ColorSuccess {
    color: #08740e;
}
.ColorDanger {
    color: #b7000d;
}
.ColorWaiting {
    color: #781381;
}

/* INPUT XS PARA NOSSA ALEGRIA */
.input-xs {
    padding: 3px;
    height: 22px;
    font-size: 12px;
}



/* NOTIFICACOES */
.itemNoteficcation {
    display: flex;
    flex-wrap: nowrap;
}
.itemNoteficcation  img {
    width: 50px;
}

.itemNoteficcation .textContent, .itemNoteficcation .textContent:hover {
    padding: 3px;
    width: 215px;
    white-space: normal;
    color: #5c5e59;
    font-size: 12px;
    text-decoration: none!important;
}
.itemNoteficcation .imgContent {
    padding: 5px;
    width:60px ;
}

#notificationsSee > .dropdown-item {
    padding: 3px!important;
}

#notificationsSee {
    width: auto !important;
    height: auto !important;
}

.notLida {
    opacity: 0.3!important;
}

.limparNoteBtn {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
}

.limparNoteBtn a {
    color:#CCCCCC;
    flex: 1;
    font-size: 11px;
    display: block;
}

.limparNoteBtn a:hover {
    color: #585858;
}

/* MSG ERRO AVISO */

.msgErroAviso {
    position: absolute;
    width: 90%;
    padding: 10px;
    z-index: 9999;
    top: 5px;
    left: 5%;
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    text-align: center;
    font-size: 18px;
}

.msgWarning {
    background: #dcd35d;
}
.msgSuccess {
    background: #7fcc61;
}
.msgDanger {
    background: #e27c7c;
}





@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: -80px !important;
        left: auto;
        width: 280px;
    }
}
#dropDownNote {
    background: #ffffff;
    overflow-y: hidden;
}

#dropDownNote li {
    border-bottom: 1px solid #efe9e9;
}

/* TODOS OS TABPANELS COM PADDING TOP */
.tabContentPad {
    padding-top: 5px;
}

/* PERCENTS LOAD */



.percentPos90-100 {
    background: rgb(0, 46, 93);
}
.percentPos80-90 {
    background: rgb(0, 84, 93);
}
.percentPos70-80 {
    background: rgb(0, 93, 43);
}
.percentPos60-70 {
    background: rgb(26, 93, 0);
}
.percentPos50-60 {
    background: rgb(84, 93, 0);
}
.percentPos40-50 {
    background: rgb(133, 127, 0);
}
.percentPos30-40 {
    background: rgb(133, 95, 0);
}
.percentPos20-30 {
    background: rgb(133, 64, 0);
}
.percentPos10-20 {
    background: rgb(133, 40, 0);
}
.percentPos0-10 {
    background: rgb(133, 0, 3);
}


.percentPos90-100-reverse {
    background: rgb(133, 0, 3);
}
.percentPos80-90-reverse {
    background: rgb(133, 40, 0);
}
.percentPos70-80-reverse {
    background: rgb(133, 64, 0);
}
.percentPos60-70-reverse {
    background: rgb(133, 95, 0);
}
.percentPos50-60-reverse {
    background: rgb(133, 127, 0);
}
.percentPos40-50-reverse {
    background: rgb(84, 93, 0);
}
.percentPos30-40-reverse {
    background: rgb(26, 93, 0);
}
.percentPos20-30-reverse {
    background: rgb(0, 93, 43);
}
.percentPos10-20-reverse {
    background: rgb(0, 84, 93);
}
.percentPos0-10-reverse {
    background: rgb(0, 46, 93);
}


/* LABEL LEGEND  */
.labelLegend {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

/* CLASS PADROES */

.pad10 {
    padding-top: 10px;
}
.pad20 {
    padding-top: 20px;
}

.wd100 {
    width: 100%;
}


/* TEXT TRANSFORM */
.bootstrap-select.btn-group .dropdown-menu li a {
    text-transform: capitalize;
}


/*
############ LIXEIRA


.botao_novo {
    float: right !important;
}



# ####### TELA DE CONSULTA 

.panel-filter-pluto {

}

.tabpane-body-pluto-filter {
    padding-top: 20px;
}

.panel-results-pluto {

}

.panel-results-pluto > .panel-heading  {

}

.nav-pluto-paginas {

}

.botao_novo {
    float: right;
}

.pageactive > a {
    background: #c5d838!important;
    color:#FFF!important;
    text-decoration: none;
}

#COMO FICA MARCADA A ULTIMA EDICAO 
.classstrong  {
    font-weight: bold;
}

###### CADASTRO EDITA 
.header-editarcadastrar-pluto {
    background: #c5d838;
}

#ARQUIVO LIST 
.content_img {
    float: left;
    margin: 5px;
    width: 170px;
    height: 220px;
    padding: 10px;
    text-align: center;
    border: 1px solid #CCC;
    background: #e6e6e6;
    -webkit-box-shadow: 2px 2px 34px -9px rgba(0,0,0,0.51);
    -moz-box-shadow: 2px 2px 34px -9px rgba(0,0,0,0.51);
    box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.31);
    position: relative;
}

.imgsshow {
    max-width: 150px;
    max-height: 150px;
}

.btnbutton {
    position: absolute;
    bottom:3px;
    background:#e6e6e6 ;
    left: 20px;
}

# MODAL QUE EDITA A IAMGEM  

#modalfileload {
    background: rgba(120, 153, 49, 0.74);
}

#modalPadrao_width_3 {
    width: 90%;
}

#imgcropme {
    max-width: 100%;
}

.img_content_show button {
    width: 100%;
    margin-top: 10px;
}

.crop_dimensions {
    position: absolute;
    background: #FFF;;
    opacity: 1;
    z-index: 999;
    right: 10px;
    bottom: 10px;
    border-radius: 5px;
    color: #000;
    padding: 10px;
    max-width: 380px;
    text-align: left;
}

.img_content_show {
    position: relative;
    min-height: 400px;
    padding-bottom: 10px;
}

#wd, #hd {
    font-weight: bold;
}

.btnexecutaredit {
    width: 100%;
}
.panel-default>.panel-heading {
    color: #949597;
    background-color: #f6f7f9;
    border-color: #dfe0e4;
}
.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.pageactive > a {
    background: #929292!important;
}
.page-header {
    display: block;
    background-color: #f6f7f9;
    border: 1px solid #e0e2e5;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 12px 0 16px;
}
#search_edicao form .row{
    box-sizing: border-box;
    padding: 27px 0;
    background-color: #fff;
    border: 1px solid #e9ebee;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}
.carregando {
    display: block;
    padding: 10px 5px;
    margin-top: 10px;
    text-align: center;
    background-color: #f6f7f9;
    border: 1px solid #e0e2e5;
}
.dropdown-menu>li>a {
    font-size: 12px;
    border-bottom: 1px solid #f1f1f1;
    line-height: 1.6;
}
.dropdown-menu>li:last-child>a{
    border: none;
}
@media (max-width: 767px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        border: none;
    }
}
.box-pd{
    position: relative;
    display: block;
    box-sizing: border-box;
    background-color: #f6f7f9;
    border: 1px solid #e0e2e5;
}

//NAO SEI

.box-photo{
    width: 130px;
    min-height: 160px;
    padding: 5px;
    margin: 5px;
    float: left;
    text-align: center;
    position: relative;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
}
.box-btns{
    display: block;
    margin: 5px 0 0;
    position: relative;
}

 */

.panel-default {
    border-color: #573e5d;
    border-radius: 0;
    border: none;
}
.panel-default>.panel-heading, .panel-default>.panel-heading-padrao {
    background-color: #dadada;
    color: #573e5d;
    border-radius: 0;
}
.panel-default>.panel-body {
    padding: 10px 0 0 0;
}


.modal-header {
    background: #573e5d;
    color: #FFFFFF;
}


.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #573e5d29;
}

.legend.small {
    font-size: 15px;
    color: #bf6c00;
    border-bottom: 1px solid #573e5d;
}


.form-control , .form-control:focus {
    box-shadow: none;
    resize: none;
    border-radius: 0;
    color: #2e2e2e;
    outline: none;
}
.form-control:focus {
    border-color:#573e5d;
}
