/* The MIT License */

/* -----------------------------------------------------------------------------  */
/*           ESTILOS PARA O GRAFICO DE PRODUÇÃO INFOS                             */
/* -----------------------------------------------------------------------------  */
.producao-infos a{
  color:white !important;
}
.producao-infos:hover{
  background-color:#1c1c1c;
}


/************************************/
/************************************/
/****** RADIO MODIFY  *******/
/************************************/
/************************************/
/* =============================================
=============================================== */
.radio-group input[type="radio"] {
    display: none;
}

.radio-group input[type="radio"] + label{
    padding: 10px;
    text-align: center;
    background-color: #E0E0E0;
}
.radio-group input[type="radio"]:checked + label {
    background-color: #3F51B5;
    color:white;
}
.radio-group input[type="radio"]:hover + label {
    background: #E8EAF6;
    color:black;
}


/* -----------------------------------------------------------------------------  */
/* -----------------------------------------------------------------------------  */
/*           ESTILOS GENERICOS E BASICOS PARA TODA A APLICAÇÃO                    */
/* -----------------------------------------------------------------------------  */
body{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 
      Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}

.title-2{
    padding: 40px 20px 53px !important;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color:#1c1c1c;
}
.title{
    padding: 4rem 1rem !important;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color:#1c1c1c;
    line-height: 30px;
}
.title small{
    font-size: 20px;
    font-weight: normal;
}
.legenda{float: right; margin-top:20px}
.small{font-size:10px}
.right{ float:right}
.left{ float:left}
.center{ margin:0 auto; text-align:center; }
.container-fluid{padding-top: 2em; min-height:74vh}
.badge-danger{background-color:red!important}
h3.alert-heading{margin:0.3em 0}
.container-alert{margin:2rem 5.5rem 2rem 2rem}

/* -----------------------------------------------------------------------------  */
/*                                  BTN                                */
/* -----------------------------------------------------------------------------  */


input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    vertical-align:middle;
    cursor:pointer;
}
.btn-checked label{
    padding:20px;
    text-align: center;
    background-color: #E0E0E0;

}
input[type="checkbox"]:checked + label {
    background-color:#3949AB;
    padding:20px;
    color:white;

}
.btn-label{position:relative;left:-12px;display:inline-block;padding:6px 12px;background:rgba(0,0,0,0.15);border-radius:3px 0 0 3px;}
.btn-labeled{padding-top:0;padding-bottom:0;}

/*------------ COM RADIO ----------------------------------------*/

/*input[type="radio"] {
    display:none;
    cursor:pointer;
}
input[type="radio"] + label span {
    display:inline-block;
    vertical-align:middle;
    cursor:pointer;
}
.btn-checked label{
    padding:20px;
    text-align: center;
    background-color: #E0E0E0;
    cursor:pointer;

}
input[type="radio"]:checked + label {
    background-color:#3949AB;
    padding:20px;
    color:white;
    cursor:pointer;

}*/




/* -----------------------------------------------------------------------------  */
/*                                  SCROLL BAR                                    */
/* -----------------------------------------------------------------------------  */

/* Largura da barra de rolagem */
::-webkit-scrollbar {
    width: 10px;
}

/* Fundo da barra de rolagem */
::-webkit-scrollbar-track-piece {
    background-color: #EEE;
    /*border-left: 1px solid #CCC*/
}

/* Cor do indicador de rolagem */
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
    background-color: #BAC0C4
}

/* Cor do indicador de rolagem - ao passar o mouse */
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #717171
}


/* -----------------------------------------------------------------------------  */
/*                                  DROPZONE                                      */
/* -----------------------------------------------------------------------------  */

.dz-filename{position: relative; z-index: 1; top: -9px;}
.dz-filename span{font-size: 11px; margin: 0 15px;}
.dz-progress span{width: 95%;}
.dz-image img { width: 40px; height: 40px; float:left }

.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dropzone {
    position: relative;
    border: 1px dotted rgba(0,0,0,0.08);
    background: rgba(0,0,0,0.1);
    padding: 1em;
    min-height: 78px;
    border-radius: 9px;
    margin-bottom:20px;
}
.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
    cursor: pointer;
    text-align:center;
    padding:25px 10px;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone .dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.dropzone.dz-drag-hover{
    border: 3px solid rgba(127,255,212,0.5);
}
.dropzone.dz-started .dz-message {
    display: none;
}
/*.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255,255,255,0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
*/
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
    display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
    width: 300px;
    height: 100px;
    position: relative;
    background: #ebebeb;
    padding: 5px;
    margin-bottom: 22px;
}
.dz-preview:after{
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
    overflow: hidden;
    height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
    position: absolute;
    bottom: -28px;
    left: 3px;
    height: 28px;
    line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
    display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
    display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
    display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    right: -10px;
    top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
    color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
    color: #ee162d;
}
/*.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
*/
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
    position: relative;
    top: -12px;
    left: 43px;
    height: 24px;
    display: none;
    margin: 0 9px;
    z-index: 0;
    width:93%;
}

.dropzone .dz-preview .dz-progress .dz-upload, .dropzone-previews .dz-preview .dz-progress .dz-upload {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45px;
    /* width: 4%; */
    background-color: #B2ADEF;
}

.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    /*background-color: #8cc657;*/
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
    display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
    display: none;
    position: absolute;
    top: -5px;
    left: -20px;
    background: rgba(245,245,245,0.8);
    padding: 8px 10px;
    color: #800;
    min-width: 140px;
    max-width: 500px;
    z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
    display: block;
}

/* -----------------------------------------------------------------------------  */
/*                                  PRODUCAO                                      */
/* -----------------------------------------------------------------------------  */




h5 {font-size: 0.83em;}
h6 {font-size: 0.67em;}
legend{font-weight:700}
.clear{clear:both}
footer{text-align: center; padding: 14px; width:100%;color:#999; z-index:100000; clear:both; background-color: #e7e7e7; margin-top:3em; height:14vh}
footer p{padding:8px 0}
.splash-container {height:100%;}
.container .central{ width:60%; margin:80px auto}
.container .central .pure-1-2{padding:3%}
.container .head {color: white;border: 3px solid white;padding: 1em 1.6em;font-weight: 100;border-radius: 5px;line-height: 1em;}

/*Imagem responsiva*/
.responsiva{max-width: 230px; width: 100%; height: auto; }
.responsiva img{max-width: 230px;width: 100%;max-height: 110px;min-height: auto;}

/*Blocos*/
.bloco{padding:1%}
.box-content{padding: 0 2%;}
.box{padding:1%;border-radius:10px; margin:.3em; text-align:center; min-height:40px; color:#fff; }
.box h5, .box h4, .box h3,.box h2{color:#fff}
.b1{background-color:#E0E0E0}
.b2{background-color:#333;min-height:200px;}
.b3{background-color:#609;min-height:200px;}
.b4{background-color:#3C0;min-height:200px;}
.b5{background-color:#390;}
.b6{background-color:#360;}
.b7{background-color:#333;min-height:200px;}
.b8{background-color:#609;min-height:200px;}
.b9{background-color:#3C0;min-height:200px;}
.inicial{min-height:600px}
.dest{background:#999; padding:2%; text-align:left}
.dest span{font-size:18px; margin-left:6px; }
.circle{border:1px solid #fff; border-radius:50%; padding:2%; margin-right: 8px;}
.pure-u h5+span{font-size:1.8em;}
.pure-u{float:left}

/*Dashboard*/
#dash p{margin:0}
.vertical{ transform: rotate(-90deg); margin: 55px -30px; float: left; }
#dezmais table{ width:100%}
#dezmais table td, #dezmais table th {text-align:center; font-size:12px;}
#dezmais table td.left{text-align:left}
a.opendialog{color:#ffffff; border-bottom:1px dashed #ffffff; text-decoration:none}
p.msg{padding:8px 0; }


/*Botões*/
.button-inicial{background:#fff; color:#999}

/
/*Erros*/
#msg_erro, #conf_senha{background:#F00; border:1px dashed #F30; color:#fff; display:none; padding:2px;}

/*Tooltip*/
i.tool{cursor:pointer}

/* -----------------------------------------------------------------------------  */
/*                            OVERWRITES                                          */
/* -----------------------------------------------------------------------------  */

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link{
    padding: 0px 20px;
    height: 45px !important;
    line-height: 45px;
}



/* -----------------------------------------------------------------------------  */
/*                                PROGRESS BAR NEW                                */
/* -----------------------------------------------------------------------------  */

.progress{
    margin-bottom: 8px !important;
    background-color: #f5f5f5 !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    border-radius:0 !important;
    color: black;
    box-shadow: none !important;
    text-align: right;
}
.progress-bar:hover{
  background-color:#8C9EFF;
}

.mdl-layout__container{height:250px}
