﻿html, body {
    height: 100%;
    min-height: 100%;
    padding-top: 0px;
}

.panel-header-small {
    height: 35px !important;
}

.panel-header-small h4{
    margin-top: 0px !important;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

.tada {
  animation-name: tada;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}


.animated.hinge {
  animation-duration: 2s;
}
.popover {
    z-index: 9999999;
}

.etiqueta-geral {
    float: left;
}

.etiqueta-geral+label {
    margin-top: 0;
}
.filtro-etiqueta-formando {
    position: absolute;
    top: 5px;
    right: 30px;
   
}
.filtro-etiqueta-formando div {
    margin-right: 25px;
}
.dropdown-menu > li  > a {
        padding: 1px 10px;
}

.dropdown-menu > li > a > label {
    margin-top:0;
}

.dropdown-separacao {
    max-height: 300px;
    overflow-y: auto;    
}

.div-canvas-zoom canvas {
    width: 100%;
    cursor: pointer;
}

.div-slider {
    position: relative;
}

.div-slider-formando {
   left: 0;
   position: absolute;
   padding: 2px;
   border-top: 1px #dddddd dashed;
   border-bottom: 1px #dddddd dashed;
   border-left: 1px #dddddd dashed;
}
.div-slider-upload {
   right: 0;
   position: absolute;
   padding: 2px;
   border-top: 1px #dddddd dashed;
   border-bottom: 1px #dddddd dashed;
   border-right: 1px #dddddd dashed;
   margin-left: 10px;
}

.div-slider-separada {
    float: left;
    width: 100%;
    padding: 2px;
    border: 1px #dddddd dashed;
}
.div-grade-geral {
     float: left;
     margin-top: 25px;
     position: relative;
}

.div-grade-formando {
    left: 0;
    position: absolute;
    background-color: #FFFFFF;  
    border: 1px #dddddd dashed;  
    resize: horizontal;
    overflow: auto;
    -webkit-transition:width 1ms ease-in-out, height 1ms ease-in-out;
    -moz-transition:width 1ms ease-in-out, height 1ms ease-in-out;
    -o-transition:width 1ms ease-in-out, height 1ms ease-in-out;
    transition:width 1ms ease-in-out, height 1ms ease-in-out;
}

.div-grade-upload {
    right: 0;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #FFFFFF; 
    border: 1px #dddddd dashed;
}
.div-grade-foto-separada {
    width: 100%;
    margin-top: 25px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 5px;
    border: 1px #dddddd dashed;  
}
.numero-foto-separacao {
     float: right;
     margin-right: 2px;
     margin-top: 2px;
}
.op-sep-pessoas{
    cursor:pointer;

}
.dropdown-menu a label{
    cursor: pointer;  
}

.dropdown-menu a .z-checkbox {
      margin-left: 5px;
}

.op-sep-geral{
    cursor:pointer;
}

.op-sep-separada{
    cursor:pointer;
}
.div-formando,
.div-upload,
.div-foto-separada {
    width: 100%;
    min-width: 16%;
    float: left;
}

.replicar-etiqueta {
    border: 1px dashed #64BD64;
}

.replicar-etiqueta img {
    opacity: 0.5;
}


.foto-formando,
.foto-upload,
.foto-separada {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    padding: 5px;
    position: relative;
}
.foto-selecionada {
    border: 1px dashed #1a3a52;
}

.foto-selecionada img {
    opacity: 0.5;
}

.foto-formando img,
.foto-upload img,
.foto-separada img {
    width: 100%;
    cursor: pointer;
    border: 1px solid #dddddd;
}

.foto-upload,
.foto-separada {
    min-height: 160px;
    min-width: 200px;
}
.foto-formando {
    min-width: 110px;
    min-height:150px 
}
.descarte,
.replicar {
    top: 8px;
    right: 8px;
    position: absolute;
    background-color: #000000;
    background-color: rgba(0, 0, 0, .4);
    font-size: 20px;
    padding: 2px;
    border-radius: 30px;
    width: 30px;
    text-align: center;
}

.descarte a i {
    color: white;
}

.barra-inferior {
    position: absolute;
    margin-left: 5px;
    margin-top: -35px; 
}

.barra-inferior div {
    padding: 2px;
    float: left;
    background-color: #000000;
    background-color: rgba(0, 0, 0, .4);
    font-size: 20px;  
    border-radius: 30px;
    width: 30px;
    text-align: center;
}

.icone-desativado {
    opacity: 0.5;
}

.barra-inferior a i{
    color: white;
}

.popover-content .z-checkbox + label,
.popover-content .z-radio + label,
.popover-content input[type=text] {
    margin-top: 2px; 
    margin-left: 2px;
}

.span-formando-esq {
    float: left;
    margin-top: -22px;
    position: relative;
    margin-left: 2px;
}

.span-formando-dir {
    float: right;
    margin-top: -22px;
    position: relative;
    margin-right: 2px;   
}

.z-zoom>img {
    width: 100%;
    border-radius: 2px;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.z-zoom-aplicar>img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.z-zoom-etiqueta-foto>img,
.z-zoom-foto-formando>img {
   max-width: 100%;
   width: 10%;
   cursor: pointer
}
.z-zoom-etiqueta-foto>img:hover,
.z-zoom-foto-formando>img:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.slider {
    cursor: pointer;
    width: 49.5%;
    min-width: 20%;
    min-height: 20%;
}

table{
    font-size: 11px;
}

input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    /*fix for FF unable to apply focus style bug */
    border: 1px solid white;
    /*required for proper track sizing in FF*/
    width: 100%;
    padding: 5px;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #1a3a52;
    margin-top: -4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #1a3a52;
}


/*hide the outline behind the border*/

input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #1a3a52;
}

input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

input[readonly],
textarea[readonly],
select[readonly],
checkbox[readonly]
{  
    background-color:#E3E3E3;
    cursor:not-allowed;
    pointer-events: none;   
}

    .sel-empresa{
        padding-left:25px;        
        color:#1a3a52;
        font-size: 1.5em;
    }
    .z-icone-modal {
        font-size:20px;
        vertical-align:middle;
    }

    .z-icone-msg {   
        font-size:20px;
        vertical-align:middle;
    }

    .img-separacao {
        max-height: 150px;
        max-width: 150px;
    }

    .titulo-favoritos {
        margin-top: -10px;
        font-size:20px;
    }

    .titulo-favoritos > i{
        margin-left:-15px;
        color:#333333;
        font-size:30px;
    }
    .titulo-favoritos > span {
        color:#333333;       
    }

    .link-favoritos-vazio {
        border:1px #777777 solid;     
        font-size:15px;
        height:200px;
        color:#777777;
       
    }
    
    /*.link-favoritos{    
        float:left;
        border:1px solid #777777;
        height:180px;        
        width:24.5%;
        margin-top:5px;
        margin-left:5px;
        transition: ease .3s;
        
    }*/

.link-favoritos {
    float: left;
    border: 1px solid #a5a5a5;
    height: 125px;
    width: 18%;
    padding: 10px;
    margin: 10px 1%;
    background: #E0E0E0;
    transition: ease .3s;
    display: flex;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

    .link-favoritos i {
        /*margin-top:60px;*/      
        font-size:40px;  
        font-size:25px;    
        color:#333333;    
    }

    .link-favoritos h4{
         color:#333333;  
         margin-top:5px;           
    }

    .link-favoritos a:link{
       text-decoration:none;
    }

    .link-favoritos:hover {
        color: white;
        /*border:2px #346e9e solid;*/
        transition: ease 0.3s;
        /*background-color:#1a3a52;*/
        /*border: 2px #5a5a5a solid;*/
        background-color: #BDBDBD;
        cursor: pointer;
    }

    .link-favoritos:hover i,
    .link-favoritos:hover h4{
        color: white;
        transition: ease 0.3s;      
        cursor:pointer; 
      
    }

    .link-favoritos i:hover{
        color:#353535;     
        cursor:pointer;       
       
    }

.z-modulo{
    cursor:pointer;
}

.z-modulo > span{

    top:15px;  
    padding-left:2px;
    position:relative;
    font-weight:700;
    cursor:pointer;
    color:#777777;

}
.z-modulo > i{

    top:15px;
    position:relative;
    padding-left:15px;
    vertical-align:middle;
    font-size:18px;
    color:#777777;
}

#zLoading{
    position:absolute;
    margin-left:80px;
}

.login {
    margin-top:10px;
    margin-bottom: -1px;
    position: relative;
    font-size: 15px;
    height: auto;
    padding: 10px;
    
}
.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
}
.validacao-login {
    float: right;
    margin-top: -28px;
    margin-right: 10px;
    position: relative;
}
/*fim login*/

/*============================perfil==============================*/
    h4,label{     
        margin-bottom:1px;
        padding-left:0px;      
    }

    .div-perfil{      
          background-color:#FFFFFF;
          border:1px solid #1a3a52;
          border-radius:4px;    
          padding-bottom:5px;        
    }

    .div-perfil > .row-striped{
        margin-right:0px;
    }
  
    #MCliente,#MAdministrativo{
        margin-top:10px;
    }

/*=================================================================*/

.z-icone-grid{

    color:#1a3a52;
    font-size:25px;
    margin-left:25%;
    vertical-align:middle;
}

.mais-ordem-item-produto:hover,
.menos-ordem-item-produto:hover{
   color:#333333;
}

.ordem-item-produto{
   color:rgba(0,0,0,0);
    margin-top:-8px;
    height:20px;
    width:35px;
    margin-left:10px;  
    text-align:center;
  
  
}

.mais-ordem-item-produto{

    font-size:15px;  
    margin-left:15px;
    margin-top:-40px;
    color:#1a3a52;
    cursor:pointer;
}

.menos-ordem-item-produto
{
    font-size:15px; 
    margin-top:-8px;
    margin-left:15px;
    color:#1a3a52;
    cursor:pointer;

}

@keyframes hover-color {
  from {
    border-color: #c0c0c0; }
  to {
    border-color: #1a3a52; } 

}
.z-radio,
.z-checkbox {
 
  position: absolute;
  display: none; }

.z-radio[disabled],
.z-checkbox[disabled],
.z-checkbox[readonly] {
  cursor: not-allowed; 
  pointer-events: none;   

}

.z-radio + label,
.z-checkbox + label {
  margin-top:28px;
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle; }
  .z-radio + label:hover:before,
  .z-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
  .z-radio + label:before,
  .z-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #1a3a52; }
  .z-radio + label:after,
  .z-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.z-radio[disabled] + label,
.z-checkbox[disabled] + label,
.z-checkbox[readonly] + label {
  cursor: not-allowed;
  pointer-events: none;   
  color: #e4e4e4;

}
  .z-radio[disabled] + label:hover,
  .z-radio[disabled] + label:before,
  .z-radio[disabled] + label:after,

  .z-radio[readonly] + label:hover,
  .z-radio[readonly] + label:before,
  .z-radio[readonly] + label:after,


  .z-checkbox[disabled] + label:hover,
  .z-checkbox[disabled] + label:before,
  .z-checkbox[disabled] + label:after
  
  .z-checkbox[readonly] + label:hover,
  .z-checkbox[readonly] + label:before,
  .z-checkbox[readonly] + label:after 
   {
    cursor: not-allowed;
    pointer-events: none;   

  }
  .z-radio[disabled] + label:hover:before,
  .z-checkbox[disabled] + label:hover:before
  
   .z-radio[readonly] + label:hover:before,
   .z-checkbox[readonly] + label:hover:before
   {
        border: 1px solid #e4e4e4;
        animation-name: none;
        pointer-events: none;   
   }
  .z-radio[disabled] + label:before,
  .z-checkbox[disabled] + label:before

   z-radio[readonly] + label:before,
  .z-checkbox[readonly] + label:before
   {
        border-color: #e4e4e4;
        pointer-events: none;   

  }

.z-radio:checked + label:before,
.z-checkbox:checked + label:before {
  animation-name: none; }

.z-radio:checked + label:after,
.z-checkbox:checked + label:after {
  display: block; }

.z-radio + label:before {
  border-radius: 50%; }

.z-radio + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1a3a52; }

.z-radio:checked + label:before {
  border: 1px solid #1a3a52; }

.z-radio:checked[disabled] + label:before {
  border: 1px solid #1a3a52; }

.z-radio:checked[disabled] + label:after {
  background: #1a3a52; }

.z-checkbox + label:before {
  border-radius: 3px; }

.z-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.z-checkbox:checked + label:before {
  border: #1a3a52;
  background: #1a3a52; }

.z-checkbox:checked[disabled] + label:before {
  border: #1a3a52;
  background: #1a3a52; }

/*============================================================================================*/

.div-principal{
    top:20px;
    padding-top:40px;
    padding-left:2%;
    padding-right:2%;
    min-height:100%;
}

.caixa-mensagem{

    margin-top:54px;
    margin-left:30px;
    margin-right:30px;
    display:none;
    z-index:999999;
}

#CaixaConfirmacao{

    z-index: 999999;
    display: none;
    padding-right: 17px;
    top:25%;

}

.caixa-mensagem strong{
    font-size:12px;
}
.icone-menu{
    font-size:25px;
    vertical-align:middle;
}
.posicao-menu > ul{

    margin-top:5px;
}

/*NOOO GOD, PLIS NO! NOOOOOOOOOO!*/
/*input[type="text"], select,textarea,table,.PesquisaRapida {
    text-transform:uppercase;
}*/

input[type="text"], select,textarea,table,.PesquisaRapida {
    /*text-transform: capitalize;*/
}

label,th,legend,.pagination > li > a,
.pagination > li > span{

    color:#606060;
}
.pagination{

    margin-bottom:2px;
    margin-top:2px;

}
.mensagem-exclusao{

    color:#777777;
}

 /*====================================pesquisa rápida======================*/
 .pesquisa-rapida-etiqueta {
    z-index: 999999;
    background-color: #FFFFFF;
    position: absolute;
    padding: 4px;
    border-radius: 4px;
    margin-top: 20px;
    border: 1px solid #B5B5B5;
    left: 0;
    width: 100%;
 }

.fa-z-close{
     color:#286090;
     font-size:20px;
 }

 .pesquisaRapida {
    z-index:99999;  
    position:absolute;
    width:100%;   
    padding:4px 0px;
    padding-right:30px;   
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
    display:none;  
}

 .pesquisaRapida .list-group-item {
     padding:5px 15px;
     border-radius:0;
 }

.pesquisaRapida .list-group-item:first-child {

    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
   
}

.pesquisaRapida .list-group-item:hover{
    color:#fff;
    /*font-size:15px; */  
    border:1px solid #286090;
    background-color:#1a3a52;
}

.pesquisaRapida .list-group  {
    border:1px solid #1a3a52;
    cursor:pointer;   
}


 .z-active{
  
    color:#fff;
    font-size:15px;
    z-index:99999;    
    border:1px solid #286090;
    background-color:#1a3a52;
    
}

/**==========================================================================*/

.z-icone-button{
    vertical-align:middle;
    margin-right:5px;
    font-size:18px;
}

.icone-validacao{

    vertical-align:middle;
    font-size:18px;
    margin-left:2px;
    color:#1a3a52

}
.z-logo{
    margin-top:-13px;
    height:45px;
}

.z-icone-menu > li > a > i{
    font-size:22px;
    vertical-align:middle;
    
}

.z-icone-menu-esquerda{
    padding-left:5px;
    margin-left:-20px;
}

.z-icone-loading{
     float:right;
     font-size:24px;
     margin-top:-32px;
     display:none;
}
#lbEditar {
    text-align:center;
    font-size: 12px
}

#lbExcluir { 
    text-align: center;
    font-size: 12px;
}

#iconGridEdit {
    font-size: 1.23em;
}

#iconGridDelete {
    font-size: 1.23em;
    color: #F44336;
}

.pagination > li > a {
    padding: 0 6px;
}

::-webkit-scrollbar  {
   width: 10px;
   height:7px;
   background:#F1F1F1;
}

::-webkit-scrollbar-thumb { 
    background:#C1C1C1;
}
::-webkit-scrollbar-thumb:hover{
    background:#A8A8A8;
}


/*====================================grid==================================*/
  .grid-z{

        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        color: #333;
        /*text-transform: capitalize;*/
        margin-top: 0;
       
       
    }
    .row-striped:nth-of-type(odd) {
        border-top: 1px solid rgba(0,0,0,0.1);
        background-color: #efefef;
        display: flex;
        align-items: center;
        height: 35px;
    }

    .row-striped:nth-of-type(even) {
        border-top: 1px solid rgba(0,0,0,0.1);
        background-color: #f9f9f9;
        display: flex;
        align-items: center;
        height: 35px;
    }

    .grid-z-button{        
        text-align: center;
    }
    .grid-header {
        border-top: 0;
        height: 25px;
        display: flex;
        align-items: center;
    }
    
.grid-column-name{
   margin-right:2px;
   display:none;
}

.grid-value-field-button>.btn-primary{
    margin-top:5px;
}

.z-logo-empresa > img {
    max-height: 140px;
    max-width: 140px;        
    cursor:pointer;  
}
.z-logo-config > img {
    height: 90px;
    width:90px;
    margin-top: -18px;  
    position:absolute;
    cursor:pointer;
  
}

.z-foto-formando > img{
    margin-top:-18px;
    margin-left: 95px;
    max-height:90px;
    max-width:95px;
    position:absolute;
}

/*z-foto-formando-comercial > img {
    margin-top: -18px;
    margin-left: 95px;
    max-height: 100px;
    max-width: 100px;
    position: absolute;
}*/

.z-foto-formando-comercial {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.z-apagar-imagem i{
    position:absolute;
    margin-top:20px;
    font-size:25px;
    margin-left:-25px;
    color:#1a3a52;
    cursor:pointer;
}

/* Ícone Lixo apagar imagem formando comercial  */
/*div .z-apagar-imagem-formando {
    display: flex;
    justify-content: space-around;
    margin-top: 14px;
}*/

/* Foto Turma Comercial */
/*.foto-turma-comercial {
    background-image: url("../images/turma-formandos.jpg");
    max-width: 1280px;
    max-height: 768px;
}*/

div .z-apagar-imagem-formando i {
    font-size: 25px;
    color: rgba(0,0,0,0.67);
    cursor: pointer;
    background: lightgray;
    padding: 8px 10px;
    border-radius: 7px;
    margin: 0;    
}

div .z-apagar-imagem-formando i:hover {
    background: darkgray;
    transition: 250ms all ease-in-out;
}

@media (max-width: 768px) {

    .z-logo-config > img {
        margin-top: 5px;
        margin-left: 35%;      
        position:unset;    
  
    }
    .z-logo-empresa > img {      
        margin-top: 5px;
        margin-left: 35%;      
        position:unset;       
    }

    #DivApagarImagem{
        margin-right: 25%;      
    }

    #DivApagarImagem i{
         position:absolute;
         margin-top: 40px;            
    }

    .z-foto-formando > img{
        position:unset;
        margin-top:10px;
        margin-bottom:-15px;      
        margin-left:30%;
        height:90px;
        width:95px;
      
    }

    .link-favoritos {
        width:97%;       
    }

    .ordem-item-produto{
        color:rgba(0,0,0,0);
        margin-top:-10px;
        height:20px;
        width:35px;
        margin-left:69px;           
        text-align:center;
    }

    .mais-ordem-item-produto{
        font-size:15px;  
        margin-left:71px;
        color:#1a3a52;
        cursor:pointer;
    }

    .menos-ordem-item-produto
    {
        font-size:15px; 
        margin-top:-8px;
        margin-left:12px;
        color:#1a3a52;
        cursor:pointer;

    }


    .z-pesquisa{
        margin-top:5%;
    }

    .grid-value-field {
        padding-left: 0px;
        font-size: 12px;
        margin-top: 0;
    }

    .grid-value-field-button {
        padding-left: 0px;
        font-size: 12px;
        margin-top: 0;
        display: flex !important;
        justify-content: space-around !important;
    }


    .grid-header > .grid-value-field-button {
        padding-left: 0px;
        font-size: 12px;
        margin-top: 0;
        display: flex !important;
        justify-content: space-around !important;
    }


    .grid-column-name{
         display:inline;
     }

    .grid-header{
         display:none;
       }
 }

.grid-z > .col-sm-12 > .row:hover {
    /*border-top: 1px solid #286090;
    border-bottom: 1px solid #286090;*/
    border: none;
    background: rgba(40,96,144,0.27);
    cursor: default;
}

#grid_detalhes{
    text-transform:uppercase;
}

.area-pesquisa{
    margin-right:2px
}

.grid-value-field {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 0;
}

 #grid >.grid-z{
     padding-left:15px;
     padding-right:0px; 
 }

  .grid-formulario >.grid-z{
     padding-left:30px;
     padding-right:0px; 
     margin-right:0px;
 }

 #grid >.grid-z >.col-sm-12 >.pagination{
     margin-left:-15px;
 }

  .grid-margin >.grid-z >.col-sm-12 >.pagination{
     margin-left:-15px;
 }


 #grid_detalhes >.alert{
     margin-top:-15px; 
 }

 .alinhar-btn{
     margin-top:21px;
 }

 /*button{
     margin-top:5px;
 }*/
/*============================================================================*/

/*=================================== consulta ===============================*/
.ativo {
    width: 100%;
    color: #4CAF50;
}
.inativo {
    width: 100%;
    color: #F44336;
}

.ativomap {
    color: #4CAF50;
}

.inativomap {
    color: #F44336;
}

.ativo-rf {
    width: 100%;
    color: #4CAF50;
}

.inativo-rf {
    width: 100%;
    color: #F44336;
}
/*============================================================================*/

/*=================================== DIAGRAMAÇÃO CAROUSEL ===============================*/


    .divCanvas {
        height: 100%;
        min-height: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        border:1px solid #DDDDDD;
        padding:0px;
        margin-bottom:0px;
    }

    .divCanvas div {
        padding: 0px;
        margin: 0px;
    }

    .div-fotos-diagramacao > img{
        height:100px;
        width:120px;       
    }

    .div-layout,
    .div-add-pagina {
        font-size:12px;
        margin-top:10px;
        cursor:pointer;    
        height:auto;    
      
    }

    .div-layout > img,
    .div-add-pagina > img {    
        height:auto;
        width:100%;
    }

   .div-layout > img:hover,
   .div-add-pagina > img:hover{    
        border:1px solid #1a3a52;
    }
     .div-layout > i,
     .div-add-pagina > i {
        
         position:absolute;
         padding: 0px;
         margin-top: 10px;
         margin-bottom: -10px;
         margin-left:-40px;
         color:#1a3a52;
         text-shadow: 1px 1px 10px white;
     }

    .pagina-selecionada,
    .layout-selecionado {
        color:#333333;
        float:right;      
        position:relative;
        font-size:30px;
        margin-right:0px;
        padding:5px;
       
    }

    .foto-usada{
        color:#1a3a52;
        float:left;      
        position:absolute;
        font-size:30px;     
        margin-top:5px;
        margin-left:-45px;
        padding:5px;
        text-shadow: 1px 1px 10px white;
       
    }

 .slider-gallery {
        overflow: hidden;
        white-space: nowrap;      
        cursor:pointer;     
    }

    .slider-gallery > * {
            display: inline-block;
            margin-right: -4px;
            float: none;        
     }

    .z-diag-thumb{
        text-align:center; 
        padding:5px;     
    }

    .z-diag-thumb > img{    
        height:90px;
        width:120px;
        max-width:100%;
        margin-bottom:0px;          
    }

    .z-diag-thumb img:hover{    
         border:2px solid #1a3a52;
    }
   
    .z-prev{
        float:left;
        margin-top:35px;
        position:absolute;
        text-shadow: 1px 1px 1px black;
    }

     .z-next{
        float:right;
        margin-top: -70px;
        margin-left: 95.8%;
        position:absolute;
        text-shadow: 1px 1px 1px black;
    }

    .z-prev i {
         color:#fff;
         font-size:30px;
    }

    .z-next i{
        color:#fff;
        font-size:30px;
    }

    .z-div-diag > a{
        font-size:15px;      
    }

    .z-div-diag > a > i{
        font-size:16px;
        vertical-align:middle;    
    }
 
     .z-titulo-diag > span {
         vertical-align:middle;
     }

 .z-status-gravacao{
     font-size:12px;
     font-weight:bold;
 }

 .z-mov-pagina i{
     font-size: 28px;
     vertical-align: middle;
     color: #1a3a52;
     cursor:pointer;
 }

.nao-selecionavel {
    -webkit-touch-callout: none;  /* iPhone OS, Safari */
    -webkit-user-select: none;    /* Chrome, Safari 3 */
    -khtml-user-select: none;     /* Safari 2 */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* IE10+ */
    user-select: none;            /* Possível implementação no futuro */
    /* cursor: default; */
}
.excluir-foto-area {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
   user-select: none;
   /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
   background-color:rgba(255,255,255,0.5); color:#888; text-align:center; font-size:30px;
   border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
   border: 1px dashed #bbb;
   display:none;
   cursor:pointer;
}
#divPreVisualizacao{
 cursor:pointer;
}

#divPreVisualizacao > a:hover{
    text-decoration:none;
}

fieldset legend{
    font-size:18px;
}

#diagramacao{
    border: 1px dashed #ccc;
}
.img-upload{
    z-index:1;
    min-width:173px;
    min-height:132px;
    max-height:132px;
    max-width:173px;
}
.fa-z-separacao {
    color: #1a3a52;
    font-size: 20px;
   
}

.btn-relatorio{
     cursor:pointer;
     font-size:25px;
 }

.menu{
    cursor: pointer;
}

 .menu-opcoes-relatorio{      
     text-align:center;
     border:1px solid #1f4a6d;
     position:fixed;
     padding:2px;
     width:100%;
     background-color:#286090;
     opacity:0.8;       
 }

 .menu-opcoes-relatorio i{
     color:#fff;
 }

/****** Style Star Rating Widget *****/
.rating {
    border: none;
    float: left;
}

    .rating > input {
        display: none;
    }

    .rating > label:before {
        margin: 5px;
        font-size: 1.5em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .rating > label {
        color: #ddd;
        float: right;
    }

    /***** CSS Magic to Highlight Stars on Hover *****/

    .rating > input:checked ~ label, /* show gold star when clicked */
    .rating:not(:checked) > label:hover, /* hover current star */
    .rating:not(:checked) > label:hover ~ label {
        color: #FFD700;
        cursor: pointer;
    }
        /* hover previous stars in list */

        .rating > input:checked + label:hover, /* hover current star when changing rating */
        .rating > input:checked ~ label:hover,
        .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
        .rating > input:checked ~ label:hover ~ label {
            color: #FFED85;
        } 


/* Slider toggle */

.switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}

.switch.switch-mini {
    height: 16px;
    width: 30px;
}

    .switch input {
        display: none;
    }

.slider {
    background-color: #ff6565;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 100ms ease-in-out;
    width: 100%;
}

    .slider:before {
        background-color: #fff;
        bottom: 4px;
        content: "";
        height: 26px;
        left: 4px;
        position: absolute;
        transition: 100ms ease-in-out;
        width: 26px;
    }
    .slider.slider-mini:before {
        bottom: 2px;
        left: 2px;
        height: 12px;
        width: 11px;
    }

input:checked + .slider {
    background-color: #66bb6a;
}

    input:checked + .slider:before {
        transform: translateX(26px);
    }
    input:checked + .slider.slider-mini:before {
        transform: translateX(13px);
    }

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


    /*RF STYLE!*/

.title-aligned {
    display: flex;
    justify-content: space-around;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.img-formando {
    cursor: pointer;
    width: auto;
    max-height: 140px;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 0 50px rgba(0,0,0,0.35);
}


.btn-escala {
    margin: 0 10px !important;
}

.escala-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.div-principal {
    top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: 100%;
}

/* Estilização da Navbar*/

.navbar {
    min-height: 40px;
    margin-bottom: 0;
}
.navbar-header {
    display: flex;
}

.navbar-toggle {
    margin: 0;
}

.navbar-brand {
    height: 40px;
    padding: 5px 15px;
}

.navbar-logo {
    max-height: 30px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.corpo {
    background: #e9ebee;
}

/*.navbar-right li a:hover {
    padding-top: 8px;
    padding-bottom: 12px;
    transition: all 150ms ease-in-out;
}*/

.navbar-right li a {
    padding: 10px 10px;
}

div#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(238,238,238,0.9);
    background-image: url('../img/loading1.gif');
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    z-index: 9999;
}

.table-relatorio {
    font-size: 1em;
}


footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 25px;
    border-top: 1px solid rgba(0,0,0,.35);
}

.page-header-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*borda personalizada extrato bancario*/
.bordaDrop {
    /*Sort of important*/
    border: 2px dashed rgba(0,0,0,.3);
    border-radius: 20px;
    text-align: center;
    line-height: 100px;
    font-size: 20px;
    color: rgba(0,0,0,.3);
    margin: 0px;
}

.bordaDropHover {
    border: solid;
    border-color: lightskyblue;
    background-color: lightgray;
    line-height: 100px;
    font-size: 20px;
}

.count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: -2px;
    top: 6px;
}

.aNotify {
    text-align: justify;
    width: 400px; 
    padding: 5px;
}

.aNotify h6 {
    margin-top: 0px;
}

.btnNotify {
    height: 20px;
    padding-top: 0px !important;
    color: slategray;
}

.btnNotify:hover {
    cursor: pointer;
}

.btnNotify.danger:hover {
    color: red;
}

.btnNotify.success:hover {
    color: lawngreen;
}

.divBtnNotify {
    padding-bottom: 10px;
}

.hrNotify {
    border-color: lightgray !important;
    padding-left: 5px;
    margin-top: 30px !important;
    margin-bottom: 0px !important;
}

.aNotify:hover {
    background-color: #F1F1F1 !important;
    color: blue;
    cursor: pointer;
}

.lida {
    background-color: #F1F1F1;
}

#allNotifys:hover {
    color: blue;
    cursor: pointer;
}

/*IBOX by guilherme.brunhera*/

.ibox {
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #1a3a52
}

.ibox .ibox-head{
    height: 30px;
    text-align: center;
    background-color: #1a3a52;
}

.ibox .ibox-head h4{
    color: white;
    margin-top: 0px;
    padding-top: 8px;
}

.ibox .ibox-body{
    padding: 20px;
    background-color: white;
    border-radius: 5px;
}

.ibox .ibox-body .text h4 {
    margin-top: 2px;
    font-family: inherit;
    font-size: 18px;
}

.ibox .ibox-body .value{
    text-align: right;
}

.ibox .ibox-body .value span {
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
}

.text-bold{
    font-weight:bold;
}

/*button{
    z-index: 99999;
}*/