/*a {
    color: #656565;
}*/

.logo {
    height: 100%;
}

body {
    background-color: #f8f8f8;
}

.navbar {
    border-radius: 0;
    border: 0;
}

.aaf-navbar-brand {
    padding: 10px 10px;
    background-color: #197e85;
    width:50px;
    position: relative;
    left: -0.52vw;
    left:-15px;
}
.aaf-navbar-brand:hover {
    /*background-color: #197e85 !important;*/
}

.navbar-default {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
}

.mod-icon {
    margin-right: 0;
    margin-left: 0;
}

.mod-icon li {
    text-align: center;
    float: left;
    width: 110px;
}

.thumbnail {
    margin-bottom: 0;
    border: 0;
}

textarea {
    height: 34px;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    -ms-transition: height 1s ease;
    transition: height 1s ease;
}

/* textarea:focus {
    height: 140px;
} */

/* :HOVER ICONS MÓDULOS */

.fade {
    color: #656565;
    opacity: 1.0;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

.fade:hover {
    color: #909090;
}

/* ________________________ */

.fhmm .medium {
    width: 700px;
    padding: 0;
    left: auto !important;
    right: 0 !important;
    text-align: left;
}

.fhmm .alerts {
    width: 500px;
    padding: 0;
    left: auto !important;
    right: 0 !important;
    text-align: right;
}

.form-control, .btn, .list-group-item:first-child, .alert, .panel, .breadcrumb, .input-group-addon, .modal-content, .pager li > a, .label, .list-group-item:last-child, .well, .tooltip-inner,.popover,.popover-title {
    border-radius: 0 !important;
}

.tooltip-inner{
    max-width:160px;
}

.fhmm .form-control, .fhmm .btn {
    margin: 0 0 25px 0;
}

.row-user {
    padding-top: 15px;
}

.moduser-bl {
    border-left: 1px solid #DDD;
    margin-bottom: 15px;
}

/* MÓDULO */


#barramod {
    min-height: 30px;
    padding: 5px;
}

#nommod {
    color: white;
}



/* VISÃO DE TRABALHO */

#bartest-yel {
    z-index: 2;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    min-height: 100%;
    background-color: #F5D76E;
}

#barpont-blu {
    z-index: 2;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    min-height: 100%;
    background-color: #59ABE3;
}

#barplan-red {
    z-index: 2;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    min-height: 100%;
    background-color: #DB5A6B;
}

.item-menu {
    z-index: 4;
    position: relative;
    top: 5px;
    right: 2px;
    float: right;
}

#botoes {
    /*
        position: absolute;
    right: 15px;
    top: -5px;
    */
    font-size: 18px;
}

/* CORPO */
.corpo {
    margin-top: 165px;
}

#aafIniMod {
    opacity: 0.4;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -124px;
    margin-top: -135px;
}

/* FLIP CARD EFFECT*/



.flip {
    -webkit-perspective: 10000px;
    -ms-perspective: 10000px;
    -moz-perspective: 10000px;
    -o-perspective: 10000px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.flip .card.flipped {
    transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg); /* IE 9 */
    -moz-transform: rotatey(-180deg); /* Firefox */
    -webkit-transform: rotatey(-180deg); /* Safari and Chrome */
    -o-transform: rotatey(-180deg); /* Opera */
}

.flip .card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 1s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 1s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 1s;
    -o-transform-style: preserve-3d;
    -o-transition: 1s;
    transform-style: preserve-3d;
    transition: 1s;
}

.flip .card .face {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 15px 0 15px 0;
    border: 1px solid #ddd;
    backface-visibility: hidden; /* W3C */
    -webkit-backface-visibility: hidden; /* Safari & Chrome */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
    -o-backface-visibility: hidden; /* Opera */

}

.flip .card .front {
    position: absolute;
    z-index: 1;
    background: white;
    cursor: pointer;
}

.flip .card .back {
    /*  overflow-y: scroll;
     overflow-x: hidden; */
    background: white;
    transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg); /* IE 9 */
    -moz-transform: rotatey(-180deg); /* Firefox */
    -webkit-transform: rotatey(-180deg); /* Safari and Chrome */
    -o-transform: rotatey(-180deg); /* Opera */
}

/* MODAL */
.modal-header {
    background-color: #197E85;
    color: white;
}

/*.modal-body {
    padding: 15px 15px 0 15px;
}*/

#modal-pag {
    line-height: 33px;
}

.pager {
    margin: 15px 0;
}

.modal-tr {
    width: 100%;
    display: inline-table;
}

.modal-table {
    height: 200px;
}

.modal-tbody {
    overflow-y: auto;
    height: 15.287vw;

}

/* FORMUlARIOS */

.forms {
    margin-top: 95px;
}

.form {
    background: white;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}
#form-mv {
    background: rgba(117, 117, 117, 0.100);
    min-height: 100%;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}
.btn-aaf{
    background-color: #dbecee;
}
.btn-aaf:hover{
    background-color: #197E85;
    color: white;
}
.tit-doc{
    color: #197E85;
}
.btn{
    /*font-size:1.19vw; TODO WP
    padding:0.45vw 0.89vw;*/
}
.form-menu{
    position: relative;
    top: 10px;
    right: -3px;
    float: right;
    cursor: pointer;
    z-index: 2;
}
.input-data{
    width: 135px;
}

/*  **********************************************************************************************************************************************************
      PÁGINA DE LOGIN
    **********************************************************************************************************************************************************  */

.form-login {
    max-width: 330px;
    margin: 100px auto 0;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, .15);
    box-shadow: 0 0 100px rgba(0, 0, 0, .15);
}
.img-login{
    position: relative;
    top: 20px;
    left: 50px;
}
.form-login h2.form-login-heading {
    margin: 0;
    padding: 25px 20px;
    text-align: center;
    background: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.login-wrap {
    padding: 20px;
}
.btn-theme {
    color: #fff;
    background-color: #197E85;
    border-color: #197E85;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
    color: #fff;
    background-color: rgba(25, 126, 133, 0.81);
    border-color: rgba(25, 126, 133, 0.80);
}
.login-wrap .registration {
    text-align: center;
}
.checkbox{
    font-weight: normal;
}
.hr-login{
    border-top: 1px solid rgba(204, 204, 204, 0.50);
}
/* #dt-ini {
    width: 159px;
} */

.red {
    color: red;
    font-weight: 500;
}

.plus-add {
    color: #197E85;
}

#planej {
    background-color: rgb(230,184,183);
    height: 10px;
}

#exec {
    background-color: rgb(255,255,0);
}
#yellow {
    background-color: yellow;
    width: 50px;
}


#minut {
    height: 10px;
    background-color: rgb(148,138,84);
}

#ferias {
    background-color: rgb(149,179,215);
    height: 10px;
}

.center {
    text-align: center;
}

.table-left {
    float: left;
    width: inherit !important;
}

.scroll-table {
    overflow-x: scroll;
}

#maintable td{
    padding:0 !important;
}

.ano {
    padding: 0 !important;
    height: 45px;
}

#projets {
    background-color: rgb(196,215,155);
    height: 10px;
}

.striped {
    background-color: rgba(0, 0, 0, 0.1);
}

/*  **********************************************************************************************************************************************************
      PRÉVIA
    **********************************************************************************************************************************************************  */


.strong li{
    font-weight: 700;
}

.teste {
    width: 590px;
    height: 320px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    line-height: 34px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 /*  display: inline-block; */
}

.teste-label {
    width: 590px;
    height: 34px;
    background-color: #dbecee;
    font-size: 12px;
}

.input-padrao {
    width: 590px !important;
}
.linha-corte{
    margin-right: 20px;
}

.horas-planej {
    width: 590px;
    margin-top: 0;
}

.dropdown-menu{
    min-width:11.931vw;
    padding:0;
    /*margin:0.149vw;*/
}

.dropdown-menu .divider{
    margin:0 !important;
}

.dropdown-menu > li > a{
    background-color: #fff;
    /*font-size:1.19vw; TODO WP */
    font-size: 14px;

    /*padding:0.67vw 1.49vw;*/
    padding:9px 20px;
}

.campo-auditores{
    background-color: white;
    border: 1px solid #ccc;
    width: 90%;
    display:block;
    overflow-y: auto;
    height: 121px;
    padding: 10px;
}
.dropdown-menu-table {
  position: absolute;
  top: 35%;
  left: 30px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
          box-shadow: 1px 1px 5px rgba(0,0,0,.15);
}
.fhmm .dropdown.fhmm-fw .dropdown-menu-table {
    left: 15px;
    right: 15px;
}
.estilo {
    list-style: none;
}

/* Alocação de Equipe */

.h-planejadas {
    width: 200px;
    text-align: right;
    line-height: 1;
    font-size: 40px;
    height: 50px;
}
.h-planejadas>small {
    font-size: 20px;
    position: relative;
    top: -20px;
}
.h-alocar {
    text-align: right;
    line-height: 1;
    font-size: 88px;
    color: #C0392B;
    font-weight: 500;
    height: 115px;
    margin-top: 16px;
    }
.h-alocar-txt {
    position: absolute;
    top: 205px;
    right: 23px;
    font-size: 30px;
}
.odometer-digit-inner{
    height: 80px !important;
}
.h-alocar>small {
    font-size: 35px;
    position: relative;
    top: -55px;

}




.ae-list-a {
    text-decoration: none;
    color: #656565;
}
.ae-list-a:hover, .ae-list-a:active, .ae-list-a:focus {
    color: #909090;
}

.ae-div-topo {
/*    width: 400px;*/
    min-height: 40px;
    margin-bottom: 20px;
    margin-top: 30px;
    background: #f5f5f5;
    
}

.ae-div-topo-tit {
  height: 315px;
  line-height: 40px;
  color: rgb(145, 132, 132);
  font-weight: 700;
  position: absolute !important;
  margin-left: 100px;
  border-left: 1px dotted #AAB2BD;
  border-right: 1px dotted #AAB2BD;
  width: 200px;
}
.list-plan{
    height:285px;
    overflow-y:auto;
    overflow-x:hidden;
    /*padding-top:10px;*/

}

.ae-div-topo-dataini, .ae-div-topo-datafim, .ae-div-topo-data-dep-fim, .ae-div-topo-data-ant-ini{
    /*position: absolute;
    top: -5px;
    left: 100px;*/
    display: inline-block;
    float: left;
}
.ae-div-topo-data-dep-fim{
    float: none;
    height: 30px;
}
.ae-feriado {
      height: 400%;
  line-height: 40px;
  font-weight: 700;
  position: absolute;
  left: 70%;
  border-left: 1px dotted #C0392B;
}

.aloca-equipe {
    overflow: auto;
  min-height: 272px;
}

.progress-fixed {
    width: 600px;
  float: left;
  margin-right: 15px;
}

.nome-equipe {
      width: 150px;
  float: left;
  clear: both;
}

.horas-equipe {
    float: left;
}

.dia:hover {
    opacity: 0.7;
}
.dia{
    width:10px;
    z-index: 2 !important;
    position: relative;
}
#feriado {
    background-color: red;
}




.mes-head {
    border-right: 1px solid lightgray;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
    border-bottom-width: 1px !important;
}

.mes{
    margin-bottom: 0 !important;
}



table > tbody > tr > td > .text-center {
    min-height: 35px;
    height: 35px;
    line-height: 35px;

}


table {
    table-layout: fixed;
}

.progress-bar-denu {
    background-color: #16A085;
}

.fixed {
    top:80px;
    position:fixed;
    display:none;
    border:none;
}

#table-container {
    
}
.esp-td{
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.progress-margin {
    margin-top: -20px;
}

.col-modal-3 {
    width: 205px;
    display: inline-block;
}

.col-modal-7 {
    width: 430px;
  display: inline-block;
  margin-bottom: 20px;
}

.col-modal-2 {
    width: 135px;
    display: inline-block;
}

.progress-md {
    width: 400px;
    margin-bottom: 0 !important;
}

.head-modal {
    display: inline-block;
}

.nome-equip {
    color: red;
}

.aloc-conflito {
    background-color: red;
    color: white;
}
.dias-ant{
    width:99px;
    height:30px;
    display: inline-block;
    float: left;
}
.dias-dep{
    width:99px;
    height:30px;
    display: inline-block;
}
.dias-audit{

    text-align: center;
    display: inline-block;
    float: left;

    /*line-height: 40px;*/
    color: rgb(145, 132, 132);
    font-weight: 700;
    /*position: absolute !important;*/
    border-left: 1px dotted #AAB2BD;
    border-right: 1px dotted #AAB2BD;
    height:60px;
    /*position: absolute;
    top: 31px;
    height: 600px;
    z-index: 1;*/
}

.completo{
    color:#3F51B5 !important;
}

.progress-bar-feriado {
    background: -webkit-repeating-linear-gradient(-45deg, #DED70F, #DED70F 6px, #E00737 5px, #E00737 9px, #DED70F 9px, #DED70F 13px,#E00737 13px, #E00737 16px, #DED70F 16px, #DED70F 21px, #E00737 21px, #E00737 42px) !important;
    background: -ms-linear-gradient(-45deg, #DED70F, #DED70F 6px, #E00737 5px, #E00737 9px, #DED70F 9px, #DED70F 13px,#E00737 13px, #E00737 16px, #DED70F 16px, #DED70F 21px, #E00737 21px, #E00737 42px) !important;
    background: -moz-repeating-linear-gradient(-45deg, #DED70F, #DED70F 6px, #E00737 5px, #E00737 9px, #DED70F 9px, #DED70F 13px,#E00737 13px, #E00737 16px, #DED70F 16px, #DED70F 21px, #E00737 21px, #E00737 42px) !important;
}

.progress-bar-aloc-other-audit {
    background-color: #EEE685 !important;
}

.progress-bar-aloc-this-audit {
    background-color: #3F51B5 !important;
}

.progress-bar-monday {
    background: -webkit-repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)6px, rgba(63, 81, 181, 0)4px, rgba(63, 81, 181, 0)40px);
    background: -moz-repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)6px, rgba(63, 81, 181, 0)4px, rgba(63, 81, 181, 0)40px);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)6px, rgba(63, 81, 181, 0)4px, rgba(63, 81, 181, 0)40px);
}

.progress-bar-monday-feriado {
    background: -webkit-repeating-linear-gradient(-45deg, #FDFDFD, #FDFDFD 6px, #E00737 5px, #E00737 9px, #DED70F 9px, #DED70F 13px,#E00737 13px, #E00737 16px, #DED70F 16px, #DED70F 21px, #E00737 21px, #E00737 42px) !important;
    background: -ms-linear-gradient(-45deg, #FDFDFD, #FDFDFD 6px, #E00737 5px, #E00737 9px, #DED70F 9px, #DED70F 13px,#E00737 13px, #E00737 16px, #DED70F 16px, #DED70F 21px, #E00737 21px, #E00737 42px) !important;
    background: -moz-repeating-linear-gradient(-45deg, #FDFDFD, #FDFDFD 6px, #E00737 5px, #E00737 9px, #DED70F 9px, #DED70F 13px,#E00737 13px, #E00737 16px, #DED70F 16px, #DED70F 21px, #E00737 21px, #E00737 42px) !important;
}

.progress-bar-plan {
    background-color: #E3868F !important;
}
.progress-bar-exec {
    background-color: #FFEB3B !important;
}
.progress-bar-proj {
    background-color: #94D9BB !important;
}
.progress-bar-fers {
    background-color: #4FC1E9  !important;
}

.progress-bar-free{
    background-color: lightgrey  !important;
}

.progress-bar-conflict{
    background-color: red  !important;
}

.progress-bar-repo {
    background-color: #7F8040 !important;
}

.progress-bar-ferd {
    background-color: #E74C3C !important;
}

.progress-bar-aloc-ativ{
    background-color: #E74C3C !important;
}
.progress-bar-aloc-ativ{
    background-color: #E74C3C !important;
}

.progress-bar-aloc-trein {
    background-color: #4FC1E9  !important;
}
.progress-bar-aloc-horas-ind{
    background-color: #7F8040 !important;
}

.select-area {
    position: relative;
    top: 0px;
    width: 135px;
    text-align: center;
    margin: 0 auto 10px auto;

}
.btn-area{
    position:absolute;
    z-index: 3;
    margin-top: -7px;
    cursor: pointer;
    margin-left: 4px;
    font-weight: bold;
}
.btn-area > .btn{
    font-weight: bold;
}

.headcol {
    position: absolute;
    height: 45px;
    width: 201px;
    left: 16px;
    top: auto;
    background: #fff;
    font-size: 12px !important;
    padding: 5px !important;
}
.headcolint {
    /*position: absolute;*/
    height: 454px;
    width: 201px;
    /*left: 16px;
    top: auto;*/
    background: #fff;
    font-size: 12px !important;
    padding: 0 !important;
    max-height: 454px;
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
}
.prog-areas{
    font-size:0.6vw !important;
}

.theadcol {
    position: absolute;
    height: 50px;
    width: 201px;
    left: 16px;
    top: auto;
    margin-top: -1px;
    background: #fff;
    border-top: 1px solid #ddd !important;
}

.container-prog{
    overflow-x:scroll;
    overflow-y:visible;
    padding-bottom:1px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 15px;
    margin-left: 206px;
}

.strip {
    background: #F9F9F9 !important;
}
.linkjan, .linkfev, .linkmar, .linkabr, .linkmai, .linkjun, .linkjul, .linkago, .linkset, .linkout, .linknov, .linkdez{
    height:15px;
    background-color: lightgrey;
    display: inline-block;
    color:black;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.linkjan{
    width: 210px;
}
.linkfev{
    width: 210px;
    margin-left: -3px;
}
.linkmar{
    width: 230px;
    margin-left: -3px;
}
.linkabr{
    width: 210px;
    margin-left: -3px;
}
.linkmai{
    width: 220px;
    margin-left: -3px;
}
.linkjun{
    width: 220px;
    margin-left: -3px;
}
.linkjul{
    width: 220px;
    margin-left: -3px;
}
.linkago{
    width: 230px;
    margin-left: -3px;
}
.linkset{
    width: 220px;
    margin-left: -3px;
}
.linkout{
    width: 210px;
    margin-left: -3px;
}
.linknov{
    width: 220px;
    margin-left: -3px;
}
.linkdez{
    width: 220px;
    margin-left: -3px;
    margin-right: -3px;
}

.btn-alocar{
    position: relative;
    float: right;
    font-size: 15px;
    cursor: pointer;
}

.btn-aloc-interno{
     font-size: 40px;
     cursor: pointer;
 }
.btn-azul{
    color:#197a85;
}
.btn-verde{
    color:darkgrey;
}

.auditor-nome{
    padding-right: 20px;
    font-weight: normal !important;
}

.conflito{
    color: #E51400;
}

.navprog{
    border:0;
    background: white;
    padding-right: 0;
    width: 175px;
    float: right;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background-color: #f9f9f9 !important;
}

.nav-tabs > li > a{
    /*font-size:1.19vw; TODO WP*/
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    /*padding:0.6vw 1.04vw; TODO WP*/

}

.nav-tabs{
    background: none;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-style: solid;
    margin: 0 0 1.12vw 0;
    padding: 0;
}

.nav-pills{
    background: none;
    border:0;
    margin: 0 0 1.12vw 0;
    padding: 0;
    
}
.nav-pills > li.active > a{
    color: #333 !important;
    background: #f9f9f9 !important;
}

.nav-pills > li.active > a:hover{
    background-color: #f9f9f9 !important;
}



.tarefa-label{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top:5px;
}


.table-hover > tbody > tr:hover{
    background-color: rgba(245, 245, 245, 0.4);
}

.smoke{
    background-color: white;
    border-right: 1px solid #DDDDDD;
    padding: 0 4px;
}
.branco{
    background-color: white;
    border-right: 1px solid #dddddd;
    padding: 0 4px;
}
.azul{
    color:#197a85 !important;
}

.vermelho{
    color:#e51400 !important;
}

.badge{
    color:white !important;
    background-color: #197a85 !important;
}

.bvermelho{
    background-color: #e51400 !important;
}

.tabs-left>li>a {
}
.lead{
    font-size:1.34vw !important;
    margin-bottom:1.49vw;
}
.popover{
    font-family: Ubuntu !important;

}

.badge{
    margin-left:5px;
}

#botoes > ul{
    margin-bottom: 0;
}
.popover-feriado{
    color: red;
    display: inline-block;
    margin-top: 5px;
    font-weight: bold;
}

.tddatas{
    vertical-align: middle;
    width: 325px;
    padding:10px !important;
}

.tdsave{
    vertical-align: middle;
    position: inherit;
    width: 60px;
    padding: 10px !important;
}

.isave{
    color: #555555;
    vertical-align: middle;
    font-size: 18px;
}

.btn-save-aaf{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.tableFirstCol{
    height: 45px;
    width: 201px;
    background: #fff;
    font-size: 12px !important;
    padding: 5px !important;
}

.tb-prog{
    width:auto !important;
    margin-bottom: 0 !important;
}
#firstTd{
    width:201px;
    background-color: #fff;
    padding: 5px;
    font-weight: bold;
    border: solid 1px #ddd;
    float: left;
}
#firstTd > p{
    height: 26px;
    margin: 0;
    line-height: 26px;
}

.dropdown-area{
    margin-left: -8px;
    margin-top: 7px;

}

.dropdown > span{
    /*font-size:2.833vw;*/
}
.sweet-alert{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.sweet-alert button{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/*CSS LOADER*/
.cssload-loader {
    position: relative;
    left: calc(50% - 180px);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 4500px;
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 17px solid rgb(227,134,143);
}

.cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 17px solid rgba(255,235,59,0.44);
}

.cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 17px solid rgb(127,128,64);
}

@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

/* FIM CSS LOADER*/

.td-id {
    vertical-align: middle !important;
    text-align:center;
}

.me-select {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
}

.me-select ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

.me-select li {
    margin: 0 auto;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.me-select li.selected {
    box-shadow: inset 0 0 0 40px rgba(25, 126, 133, 0.1);
}

.me-select label {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
    padding: 10px 0px 5px 40px;
    vertical-align: text-top;
    cursor: pointer;
}

.me-select label span {
    vertical-align: middle;
    display: inline-block;
}

.me-select label span:first-child {
    width: 30%;
    color: rgba(97,107,107,0.7);
}

.me-select label span:nth-child(2),
.me-select label a {
    width: 60%;
    color: #31d2d4;
}

.me-select label span:last-child {
    width: 10%;
    text-align: right;
    font-size: 60%;
}

.me-select input[type="checkbox"],
.me-select label::before,
.me-select input[type="checkbox"]:checked + label::after {
    width: 26px;
    height: 26px;
    top: 50%;
    left: 7px;
    margin-top: -11px;
    position: absolute;
    cursor: pointer;
}

.me-select input[type="checkbox"] {
    opacity: 0;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
}

.me-select label::before {
    content: '';
    border: 2px solid rgba(0,0,0,0.3);
}

.me-select input[type="checkbox"]:checked + label::after {
    content: '\2713';
    text-align: center;
    line-height: 28px;
    color: #31d2d4;
}

/*a {
    color: #656565;
}*/

.logo {
    height: 100%;
}

body {
    background-color: #f8f8f8;
}

.navbar {
    border-radius: 0;
    border: 0;
}
.nav-pills > li > a{

}
.navbar-brand {
    padding: 10px 10px;
}

.navbar-default {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
}

.mod-icon {
    margin-right: 0;
    margin-left: 0;
}

.mod-icon li {
    text-align: center;
    float: left;
    width: 110px;
}

.thumbnail {
    margin-bottom: 0;
    border: 0;
}

textarea {
    height: 34px;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    -ms-transition: height 1s ease;
    transition: height 1s ease;
}

/* textarea:focus {
    height: 140px;
} */

/* :HOVER ICONS MÓDULOS */

.fade {
    color: #656565;
    opacity: 1.0;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

.fade:hover {
    color: #909090;
}

/* ________________________ */

.fhmm .medium {
    width: 700px;
    padding: 0;
    left: auto !important;
    right: 0 !important;
    text-align: left;
}

.fhmm .alerts {
    width: 500px;
    padding: 0;
    left: auto !important;
    right: 0 !important;
    text-align: right;
}

.form-control, .btn, .list-group-item:first-child, .alert, .panel, .breadcrumb, .input-group-addon, .modal-content, .pager li > a, .label, .list-group-item:last-child, .well, .badge, .tooltip-inner, .panel-heading, .panel-group .panel, .nav-pills > li > a {
    border-radius: 0;
}
.list-group-item{
    display: flex !important;
    justify-content: space-between;
}

.input-group-addon{
    padding:0.31vw 0.63vw !important;
    font-size:0.73vw !important;
    color:#333;
}

.input-group-addon-1341{
    padding:0.45vw 0.89vw !important;
    font-size:1.342vw !important;
}

.form-control{
    height:1.77vw;
    padding:0.31vw 0.63vw;
}

.form-control-1341{
    height:2.545vw;
    padding:0.45vw 0.89vw;
    font-size:1.19vw;
}

.row-user {
    padding-top: 15px;
}

.moduser-bl {
    border-left: 1px solid #DDD;
    margin-bottom: 15px;
}

/* MÓDULO */

.visao {
    z-index: 5;
    display: block;
    position: fixed;
    top: 53px;
    width: 100%;
    background-color: #197E85;

}

#barramod {
    min-height: 30px;
    padding: 5px;
}

#nommod {
    color: white;
}

.barratrab {
    display: flex;
    /*min-height: 100%;*/
    background-color: #f1f1f1;
    margin-bottom: 0.51vw;
    border: 1px solid #ddd;
    padding:0 0.78vw;
    min-height:5.88vw;
}

#sel1{
    width:22.4vw;
}

.prog-select {
    display: flex;
    height: 4.32vw;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0.78vw;
    margin-bottom: 0.78vw;
    width:100%;
}

/* VISÃO DE TRABALHO */

#bartest-yel {
    z-index: 2;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    min-height: 100%;
    background-color: #F5D76E;
}

#barpont-blu {
    z-index: 2;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    min-height: 100%;
    background-color: #59ABE3;
}

#barplan-red {
    z-index: 2;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    min-height: 100%;
    background-color: #DB5A6B;
}

.item-menu {
    z-index: 4;
    position: relative;
    top: 5px;
    right: 2px;
    float: right;
}

#botoes {
    /*
        position: absolute;
    right: 15px;
    top: -5px;
    */
    font-size: 18px;
}

/* CORPO */
.corpo {

}
.aafbtn{
    font-size: 12px !important; /*TODO WP*/
}

#aafIniMod {
    opacity: 0.4;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -124px;
    margin-top: -135px;
}

/* FLIP CARD EFFECT*/


.flip {
    -webkit-perspective: 10000px;
    -ms-perspective: 10000px;
    -moz-perspective: 10000px;
    -o-perspective: 10000px;
    width: 100%;
    height: calc(100vh - 110px);
    margin: 0 auto;
}

.flip .card.flipped {
    transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg); /* IE 9 */
    -moz-transform: rotatey(-180deg); /* Firefox */
    -webkit-transform: rotatey(-180deg); /* Safari and Chrome */
    -o-transform: rotatey(-180deg); /* Opera */
}

.flip .card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 1s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 1s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 1s;
    -o-transform-style: preserve-3d;
    -o-transition: 1s;
    transform-style: preserve-3d;
    transition: 1s;
}

.flip .card .face {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 10px 0 15px 0;
    border: 1px solid #ddd;
    backface-visibility: hidden; /* W3C */
    -webkit-backface-visibility: hidden; /* Safari & Chrome */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
    -o-backface-visibility: hidden; /* Opera */

}

.flip .card .front {
    position: absolute;
    z-index: 1;
    background: white;
    cursor: pointer;
}

.flip .card .back {
    /*  overflow-y: scroll;
     overflow-x: hidden; */
    background: white;
    transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg); /* IE 9 */
    -moz-transform: rotatey(-180deg); /* Firefox */
    -webkit-transform: rotatey(-180deg); /* Safari and Chrome */
    -o-transform: rotatey(-180deg); /* Opera */
}

/* MODAL */
.modal-header {
    background-color: #197E85;
    color: white;
}

/*.modal-body {
    padding: 15px 15px 0 15px;
}*/

#modal-pag {
    line-height: 33px;
}

.pager {
    margin: 15px 0;
}

.modal-tr {
    width: 100%;
    display: inline-table;
}

.modal-table {
    height: 200px;
}

.alert-aaf {
    color: #909090;
    background-color: #F9F9F9;
    border-color: #DDD;
}

/* FORMUlARIOS */

.forms {
    margin-top: 95px;
}

.form {
    background: white;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}
#form-mv {
    background: rgba(117, 117, 117, 0.100);
    min-height: 100%;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}
.btn-aaf{
    background-color: #dbecee;
}
.btn-aaf:hover{
    background-color: #197E85;
    color: white;
}
.tit-doc{
    color: #197E85;
}
.form-menu{
    position: relative;
    top: 10px;
    right: -3px;
    float: right;
    cursor: pointer;
    z-index: 2;
}
.input-data{
    width: 135px;
}

/*  **********************************************************************************************************************************************************
      PÁGINA DE LOGIN
    **********************************************************************************************************************************************************  */

.form-login {
    max-width: 330px;
    margin: 100px auto 0;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, .15);
    box-shadow: 0 0 100px rgba(0, 0, 0, .15);
}
.img-login{
    position: relative;
    top: 20px;
    left: 50px;
}
.form-login h2.form-login-heading {
    margin: 0;
    padding: 25px 20px;
    text-align: center;
    background: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.login-wrap {
    padding: 20px;
}
.btn-theme {
    color: #fff;
    background-color: #197E85;
    border-color: #197E85;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
    color: #fff;
    background-color: rgba(25, 126, 133, 0.81);
    border-color: rgba(25, 126, 133, 0.80);
}
.login-wrap .registration {
    text-align: center;
}
.checkbox{
    font-weight: normal;
}
.hr-login{
    border-top: 1px solid rgba(204, 204, 204, 0.50);
}
/* #dt-ini {
    width: 159px;
} */

.red {
    color: red;
    font-weight: 500;
}

.plus-add {
    color: #197E85;
}

#planej {
    background-color: rgb(230,184,183);
    height: 10px;
}

#exec {
    background-color: rgb(255,255,0);
}

#yellow {
    background-color: yellow;
    width: 50px;
}

#mes {
    border-right: 1px solid lightgray;
    border-top: 1px solid lightgray;
    width: 201px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
}

#minut {
    height: 10px;
    background-color: rgb(148,138,84);
}

#ferias {
    background-color: rgb(149,179,215);
    height: 10px;
}

.center {
    text-align: center;
}

.table-left {
    float: left;
}

.scroll-table {
    overflow-x: scroll;
}

.ano {
    padding: 0 !important;
}

#projets {
    background-color: rgb(196,215,155);
    height: 10px;
}

.striped {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

/*  **********************************************************************************************************************************************************
      PRÉVIA
    **********************************************************************************************************************************************************  */


.strong li{
    font-weight: 700;
}

.teste {
    width: 590px;
    height: 320px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    line-height: 34px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    /*  display: inline-block; */
}

.teste-label {
    width: 620px;
    height: 350px;
    /* background-color: #dbecee; */
    font-size: 14px;
    overflow: auto;
}
.table{
    background: #fff;
}

.input-padrao {
    width: 590px !important;
}
.linha-corte{
    margin-right: 40px;
}

.horas-planej {
    width: 590px;
    margin-top: 0;
}

.dropdown-menu-table {
    position: absolute;
    top: 35%;
    left: 30px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
    box-shadow: 1px 1px 5px rgba(0,0,0,.15);
}
.fhmm .dropdown.fhmm-fw .dropdown-menu-table {
    left: 15px;
    right: 15px;
}
.estilo {
    list-style: none;
}

/* Alocação de Equipe */

.h-planejadas {
    width: 200px;
    text-align: right;
    line-height: 1;
    font-size: 40px;
    height: 50px;
}
.h-planejadas>small {
    font-size: 20px;
    position: relative;
    top: -20px;
}
.h-alocar {
    text-align: right;
    line-height: 1;
    font-size: 88px;
    color: #C0392B;
    font-weight: 500;
    height: 115px;
}
.h-alocar>small {
    font-size: 35px;
    position: relative;
    top: -55px;

}




.ae-list-a {
    text-decoration: none;
    color: #656565;
}
.ae-list-a:hover, .ae-list-a:active, .ae-list-a:focus {
    color: #909090;
}

.ae-div-topo {
    /*    width: 400px;*/
    min-height: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #f5f5f5;

}

.ae-div-topo-tit {
    height: 315px;
    line-height: 40px;
    color: rgb(145, 132, 132);
    font-weight: 700;
    position: absolute;
    margin-left: 100px;
    border-left: 1px dotted #AAB2BD;
    border-right: 1px dotted #AAB2BD;
    width: 200px;
}

.ae-div-topo-dataini {
    position: absolute;
    top: -5px;
    left: 300px;
}

.ae-div-topo-datafim {
    position: absolute;
    top: -5px;
    right: 187px;
}

.ae-feriado {
    height: 400%;
    line-height: 40px;
    font-weight: 700;
    position: absolute;
    left: 70%;
    border-left: 1px dotted #C0392B;
}

.aloca-equipe {
    overflow: auto;
    min-height: 272px;
}

.progress-fixed {
    width: 600px;
    float: left;
    margin-right: 15px;
}

.nome-equipe {
    width: 150px;
    float: left;
    clear: both;
}

.horas-equipe {
    float: left;
}

.dia:hover {
    opacity: 0.7;
}
#feriado {
    background-color: red;
}



#mes2 {
    border-right: 1px solid lightgray;
    width: 220px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

#mes1 {
    border-right: 1px solid lightgray;
    width: 210px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

#mes3 {
    border-right: 1px solid lightgray;
    width: 230px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

#mes0 {
    border-right: 1px solid lightgray;
    width: 190px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.mes {
    /*    width: 200px;*/
    margin-bottom: 0 !important;
}

.progress-bar-aloc {
    background-color: #3F51B5;
}

.progress-bar-plan {
    background-color: #E3868F;
}
.progress-bar-exec {
    background-color: #FFEB3B;
}
.progress-bar-proj {
    background-color: #94D9BB;
}
.progress-bar-fers {
    background-color: #4FC1E9;
}

.progress-bar-repo {
    background-color: #7F8040;
}

.progress-bar-ferd {
    background-color: #E74C3C;
}

table > tbody > tr > td > .text-center {
    min-height: 35px;
    height: 35px;
    line-height: 35px;

}


table {
    table-layout: fixed;
}

.progress-bar-denu {
    background-color: #16A085;
}

.fixed {
    width: 2610px;
    top:80px;
    position:fixed;
    display:none;
    border:none;
}

#table-container {

}
.esp-td{
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.progress-margin {
    margin-top: -20px;
}

.col-modal-3 {
    width: 205px;
    display: inline-block;
}

.col-modal-7 {
    width: 430px;
    display: inline-block;
    margin-bottom: 20px;
}

.col-modal-2 {
    width: 135px;
    display: inline-block;
}

.progress-md {
    width: 400px;
    margin-bottom: 0 !important;
}

.head-modal {
    display: inline-block;
}

.nome-equip {
    color: red;
}

.aloc-conflito {
    height: 112px;
    position: absolute !important;
    width: 201px;
    left: 16px;
    top: auto;
    background-color: red;
    color: white;
    border: 1px solid #ddd !important;
    margin-top: 0;
}

.aloca-equipe-menu {
    position: absolute;
    left: 14px;
}


/* NOVO LAYOUT MODAL ALOCA EQUIPE */


.container-modal {
    max-width: 1330px;
    margin: 0 auto;
    height: 350px;
    padding: 10px;
    background: #fff;
}



.body-modal {
    max-width: 1050px;
    float: left;
    overflow-x: auto;
}

.head-aloca-modal {
    width: 1050px;
    height: 100px;
    background: #bbb;
}

.dbefore {
    width: 100px;
    height: 100px;
    float: left;
    background: #F44336;
}

.audit-days {
    width: 580px;
    height: 100px;
    background: #4CAF50;
    float: left;
    text-align: center;
    line-height: 100px;
}

.dafter {
    width: 100px;
    height: 100px;
    background: #2196F3;
    float: left;
}

.left-head-modal {
    width: 250px;
    height: 100px;
    float: left;
}

.aloca-equipe-modal {
    max-width: 1050px;
    height: 200px;
    margin-top: 20px;
    overflow-x: hidden;
    overflow-y: scroll;

    float: left;
    padding-right: 8px;
}
.aloca-equipe-modal::-webkit-scrollbar, .head-aloca-modal::-webkit-scrollbar-thumb {
    width: 12px;
}

.aloca-equipe-modal::-webkit-scrollbar-track, .head-aloca-modal::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.aloca-equipe-modal::-webkit-scrollbar-thumb, .head-aloca-modal::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.head-aloca-modal::-webkit-scrollbar-thumb{
    width: 12px;
}

.head-aloca-modal::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.head-aloca-modal::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.nomeh-auditor {
    width: 250px;
    float: left;
}
.nomeh-auditor span {
    display:inline-block;
    width:230px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    margin-bottom: -5px;
}

.nomeh-auditor span{
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.bar-progress {
    width: 780px;
    float: left;
}

.auditor-aloca {
    height: 40px;
    margin-bottom: 10px;
}

.auditor-horas {
    padding-left: 16px;

}



.right-sidebar-modal {
    width: 250px;
    height: 330px;
    float: left;
    margin-left: 10px;
    background: cyan;
}

.select-area {
    position: relative;
    top: 88px;
    width: 135px;
    text-align: center;
    margin: 0 auto;

}



/* TESTE */

.dialog{
    padding-top: 124px;
}
.headcol {
    position: absolute;
    height: 57px;
    width: 201px;
    left: 16px;
    top: auto;
    margin-top: -1px;
    background: #fff;
}

.theadcol {
    position: absolute;
    height: 39px;
    width: 201px;
    left: 16px;
    top: auto;
    margin-top: -1px;
    border-top-width: 3px;
    background: #fff;
}

.headcol-conflito {

}

.strip {
    background: #F9F9F9 !important;
}


.dtini {
    float: left;
    line-height: 32px;
    margin-right: 5px;
}
#hdtableid {
    top: 387px !important;
    z-index: 2;
}

.item {
    padding-left: 40px;
}
.item span:nth-child(2){
    margin-left: 10px;
}

.panel-title > a:hover{
    text-decoration: none;
}

.mCSB_button{ background-color: red; }

.menu-test {
    display: flex;
    align-items: center;
    font-size:0.73vw;
}

.menu-test > select{
    font-size:0.83vw;
    height:auto;
    padding:0.31vw 0.63vw;
}

.cards-view > div > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.menu-test > span{
    padding-right: 0.52vw;
}

#item-search {
    width: 23vw;
    height:1.77vw;
}

.container-corpo {
    margin-top: 61px;
    display: flex;
    /*padding: 0 5px;*/

}

#viewcards {
    width: 29.7vw;
    /*padding-right: 0.52vw;*/
    padding:0 0.35vw;
    min-width: 29.7vw;
}

.agrupador-testes {
      display: flex;
      justify-content: space-between;
      /*min-width: 28.1vw;*/
      width:100%;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-bottom: 0.26vw;
      padding: 0;
      overflow: hidden;

  }

.agrupador-itensprog {
    display: flex;
    justify-content: space-between;
    width:100%;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;

}

.item-risco {
    display: flex;
    justify-content: space-between;
    width:calc(100% - 0.520vw);
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;

}
.item-risco-selected{
    background-color: #8a6d3b !important;
}

.botao-testes {
    display: flex;
    padding: 0;
    align-items: center;
    width: 1.67vw;
    background-color: #F5D76E;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
}

.botao-recoms {
    display: flex;
    padding: 0;
    align-items: center;
    width: 1.67vw;
    background-color: #F39C12;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
}

.botao-controles {
    display: flex;
    padding: 0;
    align-items: center;
    width: 1.67vw;
    background-color: #1ABC9C;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
}
.botao-categ {
    display: flex;
    padding: 0;
    align-items: center;
    width: 1.67vw;
    background-color: lightgrey;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
}

.botao-itemprog {
    display: flex;
    padding: 0;
    align-items: center;
    width: 1.67vw;
    background-color:#BDC3C7;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
}

.botao-opcoes {
    position: absolute;
    right: 0;
    display: flex;
    /*width: 24px;
    height: 24px;*/
    align-items: center;
    justify-content: center;
    color: #333;
    float: right;
    margin-top: 0.3vw;
    margin-right: 0.4vw;

}
.botao-opcoes:hover{
    text-decoration: none;
}
.botao-opcoes > span{
    font-size:0.63vw;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.botoes-card {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    float: right;
    margin-top: 0.3vw;
    margin-right: 0.3vw;
}
.botoes-card:hover{
    text-decoration: none;
}
.botoes-card > span{
    font-size:0.63vw;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.perc {
    position: absolute;
    right: 0;
    display: flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    color: #333;
    float: right;
}
.perc:hover{
    text-decoration: none;
}

.conteudo-agrupador {
    display: flex;
    flex-direction: column;
    width: 1vw;
    justify-content: initial;
    font-size:0.83vw;
    font-weight:bold;
    flex-grow:1;
    cursor:pointer;
}

.conteudo-agrupador-1341 {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    font-size:1.19vw;
    font-weight:bold;
}

.agrupador-titulo {
    padding: 0.42vw;
    font-size: 0.83vw;
    font-weight: bold;
    /*background-color: #f1f1f1;*/
    border-bottom: 1px solid #ddd;
    min-height:2.2vw;
    box-sizing:border-box;
}

.agrupador-descricao {
    display: none;
    width: 90%;
    padding: 8px;
    flex-grow: 1;
    min-height:36px;
    font-size:0.83vw;

}

.item-teste {
     display: flex;
     justify-content: space-between;
     width: calc(100% - 1.562vw);
     height: auto;
     background-color: #fff;
     border: 1px solid #ddd;
     margin-bottom: 0.260vw;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
.item-recomendacao {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 2.64vw);
    height: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 0.260vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item-teste-1341 {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 2.237vw);
    height: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 0.372vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item-teste-selected {
    /*border: 1px solid #F5D76E !important;*/
    background-color: #F5D76E !important;
    transition:all 0.5s ease;
}
.item-teste-selected-new {
     opacity:0.5;
}
.item-recomendacao-selected-new {
    opacity:0.5;
}
.item-controle {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 1.041vw);
    margin-left: 15px;
    height: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item-controle-selected {
    /*border: 1px solid #1ABC9C !important;*/
    background-color: #1ABC9C !important;
    transition:all 0.5s ease;
}
.item-recomendacao-selected {
    /*border: 1px solid #1ABC9C !important;*/
    background-color: #F39C12 !important;
    transition:all 0.5s ease;
}
.item-ponto-selected {
    /*border: 1px solid #59ABE3 !important;*/
    background-color: #59ABE3 !important;
    transition:all 0.5s ease;
}
.item-ponto-selected-new {
    opacity:0.5;
}
.item-plano-selected-new {
    opacity:0.5;
}
.item-plano-selected {
    /*border: 1px solid #DB5A6B !important;*/
    background-color: #DB5A6B !important;
    transition:all 0.5s ease;
}
.bg-yellow {
    background-color: #F5D76E;
}

.botao-agrupador {
    display: flex;
    padding: 0;
    align-items: center;
    width: 1.67vw;
    background-color: #8a6d3b;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
}

@media {
    html, body{
        /*min-width: 1117px;*/
    }
}
.teste-titulo {
    padding: 0.42vw 2.1vw 0.42vw 0.42vw;
    font-size: 0.83vw;
    font-weight: 500;
    /*background-color: #fff;*/
    /*border-bottom: 1px solid #ddd;*/
    cursor: pointer;
    min-height:2.1vw;
}
.recom-titulo {
    padding: 0.42vw 2.1vw 0.42vw 0.42vw;
    font-size: 0.83vw;
    font-weight: 500;
    /*background-color: #fff;*/
    /*border-bottom: 1px solid #ddd;*/
    cursor: pointer;
    min-height:2.1vw;
}
.teste-titulo-1341 {
    padding: 0.6vw 2.386vw 0.6vw 0.6vw;
    font-size: 1.19vw;
    font-weight: 500;
    /*background-color: #fff;*/
    /*border-bottom: 1px solid #ddd;*/
    cursor: pointer;
    min-height:2.98vw;
}

.teste-titulo-1341 > span{
    margin:0;
    vertical-align: middle;
    font-size:1.342vw;
}

.teste-titulo > span, .ponto-titulo > span, .plano-titulo > span, .controle-titulo > span, .agrupador-titulo > span, .recom-titulo > span{
    margin:0;
    vertical-align: middle;
    font-size:0.95vw;
}

.controle-titulo {
    padding: 8px 32px 8px 8px;
    font-size: 0.83vw;
    font-weight: bold;
    /*background-color: #f1f1f1;*/
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    min-height:2.1vw;
}

.itemprog-titulo {
    padding: 8px 32px 8px 8px;
    font-size: 0.83vw;
    font-weight: bold;
    background-color: #fff;
    cursor: pointer;
}

.postit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 1.77vw;
    padding: 0.52vw;
    height: 1.77vw;
    background: white;
    border: 1px solid #ccc;
    margin-left: 0.78vw;
    cursor: pointer;
    font-size:0.73vw;
}
.postit:hover{
    background: #eee;
}

.item-ponto {
    display: flex;
    justify-content: space-between;
    width:calc(100% - 2.083vw);
    height: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

.botao-ponto {
    display: flex;
    align-items: center;
    width: 1.67vw;
    background-color: #59ABE3;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
}

.ponto-titulo {
    padding: 8px 32px 8px 8px;
    font-size: 0.83vw;
    font-weight: 500;
    /*background-color: #f1f1f1;*/
    /*border-bottom: 1px solid #ddd;*/
    cursor: pointer;
}
.ponto-titulo > span[class*="glyphicons"], .teste-titulo > span[class*="glyphicons"], .ponto-titulo > span[class*="glyphicons"] {
    margin-right: 0;
}

.plano-titulo {
    padding: 8px 32px 8px 8px;
    font-size: 0.83vw;
    font-weight: 500;
    /*background-color: #f1f1f1;*/
    /*border-bottom: 1px solid #ddd;*/
    cursor: pointer;
}

.ponto-descricao {
    display: flex;
    width: 90%;
    padding: 8px;
    flex-grow: 1;
    min-height: 36px;
}

.conteudo-ponto {
      display: flex;
      flex-direction: column;
      width: 1vw;
      flex-grow:1;
      justify-content: center;
}
.conteudo-recom {
    display: flex;
    flex-direction: column;
    width: 1vw;
    flex-grow:1;
    justify-content: center;
}
.conteudo-plano {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}
.conteudo-recom {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}


.item-plano {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 3.3vw);
    height: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

.botao-plano {
    display: flex;
    align-items: center;
    width: 1.67vw;
    background-color: #DB5A6B;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
}




.aaf__navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed ;
    width: 100%;
    height: 8.57vw;
    z-index: 10;
    background-color: #f1f1f1;
    top:0;
    left:0;
    border: 1px solid #ddd;
    padding: 0px 10px;
}
.aaf__navbar_mini {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 5.5vw;
    z-index: 10;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    padding: 0px 10px;
}
.aaf__nav-separador {
    height: 70px;
    border-right: 1px solid lightgrey;
    margin: 0 3px;
}
.aaf__botao-layout {
    width: 7.084vw;
}
.aaf__botao-layout_mini {
    width: 7.084vw;
}
.aaf__botao {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
}
.aaf__botao_mini {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
}

.aaf__botao-comp:hover {
    background-color: #f8f8f8;
}
.aaf__botao:hover {
    border: 1px solid #ccc;
}
.aaf__botao-icone > i {
    font-size: 2.386vw;
}

.aaf__botao-icone {
    display: flex;
    justify-content: center;
    padding: 0.372vw;
    cursor: pointer;
}
.aaf__botao-icone:hover {
    background-color: #f8f8f8;
}
.aaf__botao-icone_mini > i {
    font-size: 1.4vw;
}

.aaf__botao-icone_mini {
    display: flex;
    justify-content: center;
    padding: 0.2vw;
    cursor: pointer;
}
.aaf__botao-icone_mini:hover {
    background-color: #f8f8f8;
}
.aaf__botao-texto {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.372vw;
    cursor: pointer;
}
.aaf__botao-texto_mini {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.372vw;
    cursor: pointer;
}
.aaf__botao-texto > div{
    font-size:1.12vw;
}
.aaf__botao-texto:hover {
    background-color: #f8f8f8;
}
.aaf__botao-texto > div {
    background: transparent;
    border: 0;
    width: 100%;
    height: 2.982vw;
    text-align: center;
}

.aaf__botao-texto_mini > div{
    font-size:1vw;
}
.aaf__botao-texto_mini:hover {
    background-color: #f8f8f8;
}
.aaf__botao-texto_mini > div {
    background: transparent;
    border: 0;
    width: 100%;
    height: 1.2vw;
    text-align: center;
}

.aaf-form{
    padding: 1.12vw 0.372vw 1.12vw 1.12vw;
    background-color: #fff;
    border: 1px solid #ddd;
    height: calc(100vh - 8.202vw);
    width:100vw;
    overflow-y: auto;
}

.cards-view{
    height: calc(100vh - 50px - 7.3vw);
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}
.div-form-card{
    height: calc(100vh - 89px);
    width: calc(100vw - 29.7vw);
    justify-content: center;
    align-items:center;
    display: flex;
    padding: 0 0.42vw;
}
.aaf-card-form{
    padding-top:8.202vw;

}
.form-group{
    width:100%;
}
.form-group-1341{
    width:100%;
    font-size:1.19vw;
    margin-bottom:1.12vw;
}
#my_queue_msg{
    padding:0.75vw 0.75vw 0.75vw 2.237vw;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}
#my_queue{
    overflow-x: hidden;
    padding-top:0;
    padding-bottom:0.298vw;
    max-height:14.914vw;
    overflow-y: auto;
    width:100% !important;
    margin-top:0;

}
.cards-view > div{
    width:100%;
}
.rotate{
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color:#fff;
}

.rotate.down{
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
}

.badge-aaf-view{
    margin:0 0 0 -2px;
}
*::-ms-backdrop, .loader { margin-left:0 !important; } /* IE11 */

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
}
.loader:before,
.loader:after {
    position: absolute;
    content: '';
}
.loader:before {
    width: 5.2em;
    height: 10.2em;
    background: #f8f8f8;
    border-radius: 10.2em 0 0 10.2em;
    top: -0.1em;
    left: -0.1em;
    -webkit-transform-origin: 5.2em 5.1em;
    transform-origin: 5.2em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s;
}
.loader {
    font-size: 11px;
    text-indent: -99999em;
    margin: 55px auto;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em #197a85;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    margin:0;
}
.loader:after {
    width: 5.2em;
    height: 10.2em;
    background: #f8f8f8;
    border-radius: 0 10.2em 10.2em 0;
    top: -0.1em;
    left: 5.1em;
    -webkit-transform-origin: 0px 5.1em;
    transform-origin: 0px 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.progress {
    width: 100%;
    height: 1.041vw;
}

.progress-wrap {
    background: #fff;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index:1;
}

.progress-wrap .progress-bar {
    left: 0;
    position: absolute;
    top: 0;
    box-shadow: inset 0 0 0 #fff;
}

.progress-bar-auditor{
    background-color:#94D9BB !important;
    font-weight:normal;
}

.progress-bar-gerente{
    background-color:#5D9CEC !important;
    font-weight:normal;
}

.tab-previa{
    margin-left:20px;
    margin-bottom:50px;
}

.botao-controles > span:last-child, .botao-categ > span:last-child, .botao-agrupador > span:last-child, .botao-testes, .botao-recoms > span:last-child{
    margin-bottom: 0;
}

.botao-categ > span {
    font-size:0.63vw;
}
.botao-agrupador > span {
    font-size:0.63vw;
}
.botao-controles > span {
    font-size:0.63vw;
}
.botao-testes > span {
    font-size:0.63vw;
}
.botao-recoms > span {
    font-size:0.63vw;
}
.botao-ponto > span {
    font-size:0.63vw;
}
.botao-plano > span {
    font-size:0.63vw;
}

.aafword{
    cursor:default;
    font-size:2.833vw;
}

.preenchido{
    color:#197A85 !important;
}

.npreenchido{
    color:lightgray !important;
}

.penviar{
    color:darkgoldenrod !important;
}

.glyphicons:before{
    padding: 0 !important;
}

.btn-default{
    color: #fff;
    /*background-color: #197a85;*/
    /*border-color: #197a85;*/
}
.btn-default:hover, .btn-default:focus,.btn-default.focus, .btn-default:active, .btn-default.active,.open > .dropdown-toggle.btn-default{
    color: #fff;
    background-color: rgba(25, 122, 133, 0.8);
    border-color: rgba(25, 122, 133, 0.8);
}
a {
    color:#197E85;
}
.uploadifyProgressBar{
    background-color: #197E85;
}

.uploadifyProgress{
    margin-top:0.75vw;
}

.li-dialog-select:hover > .li-dialog-select-icon{
    display:block !important;
}

.li-dialog-select-icon{
    display:none !important;
    float: right !important;
    font-size:14px;
}

.li-dialog-select:hover > .dialog-select{
    color:#fff;
}

.li-dialog-select:hover {
    background-color: rgba(25,126,133,0.7);
    color:#fff;
}

.li-dialog-select > label{
    margin-bottom:0 !important;
    width:97%;
}

.escolhidos{
    height:18.941vw;
    overflow-y: auto;
    background:#fff;
    border:1px solid #ddd;
    padding:0.372vw;
}
.new-sel{
    color:white;
    background: #197E85;
    border-color: #197E85;
}

.tab-content{
    width:calc(100vw - 3.9vw);
    min-height: calc(100vh - 350px);
}

.upload-queue{

}
.tarea-desc
{
    width: 50%;
    height: 3.877vw;
    font-size: 1.04vw;
    margin:0.298vw 0.298vw 0px 0.149vw;
}

.uploadifyQueueItem{
    height:3.877vw !important;
    width:50%;
    margin:0.298vw 0.149vw 0 0.298vw;
    font-size:0.82vw;
    padding:0.82vw;
    font-family:"Ubuntu", Helvetica;
}
.add-button:hover{
    background-color: rgba(25,126,133,0.7);
    cursor: pointer;
    color:#fff;
}
.add-button{
    -webkit-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    -ms-transition: all ease-in-out 100ms;
    -o-transition: all ease-in-out 100ms;
    transition: all ease-in-out 100ms;
}

.alert-aaf {
    color: #909090;
    background-color: #F9F9F9;
    border-color: #DDD;
    margin-bottom:0.223vw;
    padding-left:1.267vw;
    padding-right:1.12vw;
    -webkit-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    -ms-transition: all ease-in-out 100ms;
    -o-transition: all ease-in-out 100ms;
    transition: all ease-in-out 100ms;
    min-height:7.457vw;
}

.alert-aaf-selected {
    background-color: #197E85 !important;
    color:#fff !important;
}

.alert-aaf:hover{
    background-color: rgba(25,126,133,0.7);
    color:#fff;
}

.alert-aaf:hover > .alert-aaf-check{
    display: inline-block;
}

.alert-aaf:hover > .alert-aaf-close{
    display: inline-block;
    opacity:1
}

.alert-aaf-title-inner:hover{
    text-decoration: underline;
    cursor: pointer;
    color:black !important;
}

.alert-aaf-check{
    display: none;
    position: relative;
    float: left;
    margin-left: -0.97vw !important;
    margin-top: 0.372vw !important;
    width:0.97vw;
    height:0.97vw;
}

.alert-aaf-check-selected {
    display: block !important;
}

.alert-aaf-checked{
    background-color: #197E85;
}

.alert-aaf-checked > .alert-aaf-check{
    display:inline-block;
}

.alert-aaf-close{
    display: none;
    right:0.75vw !important;
}

.alert-aaf-close > span{
    color:#fff;
}

.alert-aaf-icons {
    margin: 0 0.372vw;
    cursor: pointer;
    font-size:1.04vw;
}

.alert-aaf-icons:hover {
    color:black
}

.alert-aaf-context{
    float: right;
    height:1.19vw;
    position: relative;
    top:0.149vw;
    right:-0.6vw;
}
.alert-aaf-context > span{
    font-size:1.04vw;
}


.alert-aaf-thumb{
    /*width:70px;
    height:70px;*/
    margin-left: 0.223vw;
    margin-top: 0.45vw;
    margin-right:0.372vw;
    cursor: pointer;
    border:0.149vw solid #fff;
    -webkit-box-shadow: rgba(0,0,0,0.5) 1px 0.149vw 0.52vw -0.149vw;
    -moz-box-shadow: rgba(0,0,0,0.5) 1px 0.149vw 0.52vw -0.149vw;
    box-shadow: rgba(0,0,0,0.5) 1px 0.149vw 0.52vw -0.149vw;
    float: left;

}

.alert-aaf-title{
    font-size:1.04vw;
    font-weight:bold;
    margin-top:0.223px;

}

.alert-aaf-description{
    font-size:0.89vw;
    font-style: italic;
    text-align: justify;
    display: block;
    margin-top:-1.12vw;
}

.alert-aaf-edit {
    color: black;/*#909090;*/
    background-color: #F9F9F9;
    border-color: #DDD;
    margin-bottom:0.223vw;
    padding-left:1.267vw;
    padding-right:1.12vw;
    -webkit-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    -ms-transition: all ease-in-out 100ms;
    -o-transition: all ease-in-out 100ms;
    transition: all ease-in-out 100ms;
}

.alert-aaf-edit:hover{
    background-color: rgba(25,126,133,0.7);
    color:#fff;
}

.alert-aaf-edit:hover > .alert-aaf-edit-check{
    display: inline-block;
}

.alert-aaf-edit:hover > .alert-aaf-edit-context{
    display: inline-block;
    opacity:1
}

.alert-aaf-edit-context{
    display: none;
    float: right;
    height:1.19vw;
    position: relative;
    top:0.35vw;
    right:-0.6vw;
}

.alert-aaf-edit-context > span{
    color:#fff;
}

.alert-aaf-edit-check{
    display: none;
    position: relative;
    float: left;
    width:0.97vw;
    heigth:0.97vw;
    margin-left: -0.97vw !important;
    margin-top: 0.4474vw !important;
    top:-1px;
}

.alert-aaf-edit-title{
    font-size:1.19vw;
    /*font-weight:bold;
    margin-top:3px;*/
    margin-left:0.223vw;
}

.alert-aaf-attachment-size{
    float:right;
    position: relative;
    right:0;
    top:-1px;
    /*padding:0.149vw 0.298vw;*/
    font-size:1.04vw;
    border-radius:0;
}

#anx-outer{
    height:auto;
    overflow-y:auto;
    padding:0;
    margin:0;
    padding-right:0.223vw;
    min-height:3.13vw;
    max-height:14.914vw;
 }

.anx-inner{
    height: auto;
    overflow-y: hidden;
    padding: 0.223vw 0 0 0.223vw;
}

.alert-aaf-prop {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 0.75vw;
}
.alert-aaf-prop > label {
    font-size: 1.19vw;
    font-weight: 700;
}
.alert-aaf-prop > label > span {
    font-size: 1.04vw;
    font-weight: 100;
    font-style: italic;
}

.aaf-edit-dialog-content{
    display:none;
    padding:0.75vw;
}

.aaf-edit-dialog-outer{
    display:flex;
}

.aaf-edit-dialog-inner-left{
    width:70%;
}

.aaf-edit-dialog-inner-right{
    margin-left:0.75vw;
    height: 22.371vw;
    /*overflow-y: auto;*/
    overflow: hidden;
    background-color: #fff;
    border:0;/*1px solid #ccc;*/
    padding:0;
    width:30%;
    background: transparent;
}

.aaf-edit-dialog-inner-right > .form-group, .aaf-edit-dialog-inner-left > .form-group {
    margin-bottom:0.372vw;
}

.aaf-edit-dialog-inner-right > .form-group > .label{
    margin-left:0.372vw;
}

.form-group > label{
    font-size:1.19vw;
}

.aaf-edit-inner-right-card{
    color: #909090;
    background-color: #F9F9F9;
    border-color: #DDD;
    margin-bottom:2px;
    -webkit-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    -ms-transition: all ease-in-out 100ms;
    -o-transition: all ease-in-out 100ms;
    transition: all ease-in-out 100ms;
    background-color: #f9f9f9;
    width:auto;

}
.aaf-edit-inner-right-card:hover{
    background-color: rgba(25,126,133,0.7);
    color:#fff;
}

.aaf-edit-button-add{
    -webkit-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    -ms-transition: all ease-in-out 100ms;
    -o-transition: all ease-in-out 100ms;
    transition: all ease-in-out 100ms;
    min-height: 3.13vw;
}

.aaf-edit-button-add:hover{
    background-color: rgba(25,126,133,0.7);
    cursor: pointer;
    color:#fff;
}

.medit-inner{
    height: auto !important;
    min-height: 3.13vw;
    max-height: 122px !important;
    overflow-y: auto !important;
    padding: 3px 3px 0 3px !important;
}

.ui-dialog{
    border-radius: 0 !important;
    padding: 0px;
    border: 0px;
    font-family: Ubuntu;
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 5px 15px -5px;
    background-color: rgb(241, 241, 241);
}

.ui-dialog-titlebar-close{
    display:none;
}

.ui-dialog-titlebar{
    border-radius: 0 !important;
    background-color: #197e85;
    background-image: none;
    padding:0372vw 075vw;
}
.ui-dialog-titlebar > span{
    font-size:1.19vw;
}

.aaf-mandatory{
    background-color: #f9ccca;
}

.my_queue_outter{
    border:1px solid #ccc;
    margin-top:-1.19vw;
    display:none;
}

.my_queue_item_outter{
    display: flex;
}

.my_queue_msg_icon{
    margin-left:0.82vw;
    margin-top:0.97vw;
    float: left;
}

.label{
    font-size:12px !important;
}

.bootstrap-tagsinput {
    max-width: 568px !important;
}

.alert-aaf-crop-image{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5.219vw;
    height: 5.219vw;
    cursor: pointer;
    border: 0.149vw solid #fff;
    -webkit-box-shadow: rgba(0,0,0,0.5) 1px 2px 7px -2px;
    -moz-box-shadow: rgba(0,0,0,0.5) 1px 2px 7px -2px;
    box-shadow: rgba(0,0,0,0.5) 1px 2px 7px -2px;
    overflow: hidden;
    margin-left: 0.223vw;
    margin-top: 0.45vw;
    margin-right:0.372vw;
    float: left;
    background-color: #fff;
}

.alert-aaf-crop-image > img{
    width:8.948vw;
}

/*TABS*/
.tab-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100vw - 42px);
}

input[type="radio"][name="tabs"] {
    position: absolute;
    z-index: -1;
}

input[type="radio"][name="tabs"]:checked + .tab-label-content .tab-label {
    color: #197e85;
}

input[type="radio"][name="tabs"]:checked + .tab-label-content .aaf-tab-content {
    display: block;
}

input[type="radio"][name="tabs"]:nth-of-type(1):checked ~ .slide {
    left: calc((100% / 3) * 0);
}

input[type="radio"][name="tabs"]:nth-of-type(2):checked ~ .slide {
    left: calc((100% / 3) * 1);
}

input[type="radio"][name="tabs"]:nth-of-type(3):checked ~ .slide {
    left: calc((100% / 3) * 2);
}

input[type="radio"][name="tabs"]:nth-of-type(4):checked ~ .slide {
    left: calc((100% / 3) * 3);
}

input[type="radio"][name="tabs"]:first-of-type:checked ~ .slide {
    left: 0;
}

.tab-label {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.7);
    background-color: #ddd;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 2.833vw;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    width: 100%;
    font-weight:normal;
    color:#555;
}

.slide {
    background: #197e85;
    width: calc(100% / 3);
    height: 4px;
    position: absolute;
    left: 0;
    top: calc(100% - 4px);
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
}

.tab-label-content {
    width: 100%;
    font-size:1.193vw;
}

.tab-label-content .aaf-tab-content {
    position: absolute;
    top: 5.219vw;
    left: 0;
    line-height: 130%;
    display: none;
    width:100%;
}

/*@media screen and (min-width: 1300px){
    body{
        font-size:16px !important;
    }
}

@media screen and (max-width: 1300px){
    body{
        font-size:12px !important;
    }
}*/

#form-card{
    border:none;
    height:calc(100vh - 93px);
    width:calc(100vw - 30.5vw);
}

h2{
    font-size:2.24vw;
    margin-top:1.49vw;
    margin-bottom: 0.75vw;;
}

.aaf-form-header{
    position: fixed;
    width: calc(100vw - 3.9vw);
    background-color: white;
    z-index:3;
    margin-top: -0.8vw;
    padding-top: 0.8vw;
}

.uploadifyQueueItem{

}

.office-preview{
    border: 1px #ccc solid;
    box-shadow: 5px 5px 5px#DDDDDD;
    margin: 7px 5px 10px 0;
    padding: 0 10px 10px 10px;
    max-height: 21vw;
    overflow-y: auto;
    display: none;
}

.aaf-icon-users{
    font-size: 1.4vw;
    position: absolute;
    top: 0.75vw;
    z-index: 10;
    right: 0.89vw;
    color: #197e85;
    background-color: white;
    width: 3vw;
    height: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 6px -3px #919191;
    transition: all
    ease-in-out 100ms;
}

.aaf-icon-users:hover{
    color: #fff !important;
    background-color: #197e85 !important;
}

.aaf-icon-workflow{
    cursor: pointer;

}

.aaf-menu-icons{
    font-size:1.04vw;
    vertical-align: baseline;
    padding-right:0.372vw;
}

.aaf-user-status{
    width:0.63vw;
    height:0.63vw;
}

.aaf-workflow-status{
    margin-right:0.25vw;
}

.btn-primary.disabled{
    color: #555;
    background-color: #eee;
    border-color: #ccc;
}

.btn-primary.active{
    color:#fff;
}

.aaf-disabled{
    opacity:0.5;
}

.kbd-perc{
    position:absolute;
    font-size:0.73vw;
    text-align: center;
    width: 100%;
    font-weight:normal;
}

.ui-widget-overlay{
    background: #666 !important;
}

.alert{
    padding:0.3728vw 1.2677vw;
}

.wptests{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 31vw;
    width:96vw;
}

.tooltip{
    position: fixed !important;
}

#teststodo{
    font-size: 1.789vw;
}

.btn-aaf-form{
    padding:0.45vw 0.89vw;
    font-size:1.04vw;
}

.nav > li > a{
    padding:0.75vw 1.12vw;
    font-size:1.04vw;
}

.striked{
    text-decoration: line-through;
}


/*Classes do Card*/
.aaf-card{
    display: flex;
    justify-content: space-between;
    width:100%;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 0.26vw;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.aaf-card-sidebar{
    display: flex;
    padding: 0;
    align-items: center !important;
    width: 1.67vw;
    background-color: lightgrey;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
}
.aaf-card-content{
    display: flex !important;
    flex-direction: column;
    align-items:flex-start !important;
    justify-content: center;
    flex-grow:1;
    width: 1vw;
    border:solid 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.aaf-card-content-headline{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    background-color: #f1f1f1;
    border-bottom:1px solid #ddd;
    width:100%;
}
.aaf-card-status{
    color: #333;
    width:2.5vw;
    padding:0.37vw 0.3vw;
    line-height:0;
}
.aaf-card-status > span {
    font-size: 0.63vw;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    /*background-color: red;*/
    width:0.63vw;
    height:0.63vw;
    display: inline-block;
}
.aaf-card-status-icon1{
    margin-right:0.25vw;
}
.aaf-card-status-icon2{

}
.aaf-card-status-icon3{
    margin-right:0.25vw;
    margin-top:0.25vw;
}
.aaf-card-status-icon4{
    margin-top:0.25vw;
}
.aaf-card-headline{
    font-size: 1vw;
    z-index: 2;
    padding:0.42vw;
    font-weight:500;
    width:100%;
    cursor: pointer;
}
.aaf-card-headline-icon{
    line-height:inherit;
}
.aaf-card-headline-text{
    font-size:0.83vw;
    font-weight:bold;
    display: inline-block;
}
.aaf-card-content-body{
    width:100%;
    padding:0.4vw;
}
.aaf-card-badge{
    margin:0 0 0 -2px;
    color:#333 !important;
}
.aaf-card-rotate{
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color:#333;
}

.aaf-card-rotate.down{
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
}

.aaf-card-content-selected{
    border-width: 2px;
}
.aaf-card-selected{
    box-shadow: 0 12px 10px -6px rgba(0,0,0,0.3);
    margin-bottom:12px;
    transition:box-shadow 0.2s;
    border:0 !important;
}
.aaf-hamburger-dropdown-outset{
    box-shadow: 12px 12px 10px -6px rgba(0,0,0,0.3);
    margin-bottom: 12px;
    transition: box-shadow 0.2s;
    left: -51px;
    right:inherit !important;
    height:23.5vw;
}
.aaf-hamburger-dropdown{
    display: flex;
    padding: 0 0.78vw 0.78vw 0;
    left:-65px !important;
}
.aaf-hamburger-col{
    padding:0;
    width:10.42vw;
    overflow-y: auto ;
    margin: 0.78vw 0;
    height: 21.90vw;
}
.aaf-hamburger-col0 {
    width:51px;
    background-color: #197e85;
    margin:0 0.78vw 0 0 !important;
    padding:0.78vw 0 0 0;
    height: 23.38vw;;
}
.aaf-hamburger-col0 > li{
    text-align: center;
    padding:14px 0;
    overflow-y: hidden;
}
.aaf-hamburger-col0 > li > a > span{
    color:white;
    font-size:24px;
}
.aaf-hamburger-categ{
    display: block;
}
.aaf-hamburger-categ > i{
    color:goldenrod;
    position: relative;
    top:3px;
}
.aaf-hamburger-categ-text{
    font-weight:bold;
    cursor: default;
}
.aaf-hamburger-categ-body{
    padding:0 0 0 17px !important;
    margin-bottom:0.78vw;
    overflow-y: auto;
    overflow-x: hidden;
    max-height:20vw;
}
.aaf-hamburger-categ-body > li {
    display: block;
}
.aaf-hamburger-categ-body  li > span{
    display: inline !important;
    text-decoration:none;
    cursor:pointer;
    color:#00616C;
    font-weight:normal;
}
.aaf-hamburger-categ-body  li > span:link{
    text-decoration:none;
    cursor:pointer;
    color:#00616C;
    font-weight:normal;
}
.aaf-hamburger-categ-body  li > span:hover{
    text-decoration:none;
    font-weight:normal;
    cursor:pointer;
    color:#EAB21A;
}
.aaf-hamburger-col-border{
    border-right:1px solid lightgrey;
    margin-right:15px;
}
.aaf-hamburger-a{
    font-size: inherit !important;
    padding: 0 !important;
    display: inherit !important;
    align-items: inherit !important;
    height: inherit !important;
    text-decoration: none !important;
}
.aaf-breadcrumb{
    background-color:transparent;
    position:absolute;
    left: 100px;
    padding:0.48vw 0.3vw;
    margin-bottom:0;
    height:2.6vw;
    font-size:21px;
}
.aaf-breadcrumb > li > a{
    color: #fff !important;
}
.aaf-breadcrumb > li {
    color: #fff !important;
}
.aaf-breadcrumb{
    min-width:470px;
}
.aaf-hamburger-icon{
    position: absolute;
    left:50px;
}
.aaf-hamburger-icon >li > a{
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 50px;
    padding: 5px !important;
    font-size: 24px !important;
    color: #fff !important;
}

.aaf-navbar-icons > li > a > i{
    font-size:0.94vw;
}
.aaf-navbar-badge > i{
    font-size:0.94vw;
}

.badge-notify{
    background:red;
    position:absolute;
    top: 8px;
    left: 20px;
    background-color: red !important;
    /*-webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;*/
    border:1px solid white;
    z-index:1;
    font-size:0.52vw;
    padding:2px 3px;
}

.aaf-moddash-color{
    background-color: #212121;
}
.aaf-modtab-color{
    background-color: #e74c3c;
}
.aaf-modplan-color{
    background-color: #3498db;
}
.aaf-modproc-color{
    background-color: #34495e;
}
.aaf-modger-color{
    background-color: #e67e22;
}
.aaf-modanalise-color{
    background-color: #9b59b6;
}
.aaf-modauditoria-color{
    background-color: #1abc9c;
}
.aaf-modtimesheet-color{
    background-color: #95a5a6;
}
.aaf-modfup-color{
    background-color: #f1c40f;
}

.aaf-modtab-color-selected{
    /*background-color: #c0392b;*/
    background-color: rgba(0,0,0,0.25);
}
.aaf-modplan-color-selected{
    /*background-color: #2980b9;*/
    background-color: rgba(0,0,0,0.25);
}
.aaf-modproc-color-selected{
    /*background-color: #2c3e50;*/
    background-color: rgba(0,0,0,0.25);
}
.aaf-modger-color-selected{
    /*background-color: #d35400;*/
    background-color: rgba(0,0,0,0.25);
}
.aaf-modanalise-color-selected{
    /*background-color: #8e44ad;*/
    background-color: rgba(0,0,0,0.25);
}
.aaf-modauditoria-color-selected{
    /*background-color: #16a085;*/
    background-color: rgba(0,0,0,0.25);
}
.aaf-modtimesheet-color-selected{
    /*background-color: #7f8c8d;*/
    background-color: rgba(0,0,0,0.25);
}
.aaf-modfup-color-selected{
    /*background-color: #f39c12;*/
    background-color: rgba(0,0,0,0.25);
}

.aaf-container-corpo{
    margin-top:49px !important;
}

.aaf-navbar-alerts{
    padding:7px;

}
.aaf-navbar-alerts > div{
    padding:10px;
}

.aaf-navbar-alerts-media{
    display: flex;
    align-items: center;
    margin-top: 0;
    height: 45px;
}

.aaf-navbar-alerts-media > .media-left{
    margin-right:15px;
    padding:0;
}

.aaf-navbar-alerts-media > .media-left > a{
    font-size:10px !important;
    padding:0 !important;
}

.aaf-navbar-alerts-media > .media-body{
     text-align: left;
}
.aaf-navbar-alerts-media > .media-body > p{
    margin-bottom:0;
}

.aaf-navbar-alerts > div >  .close{
    top:-7px !important;
    right: -1px !important;
}

/* BARRATRAB MENU */

.aaf-barratrab {
    display: flex;
    background-color: #f1f1f1;
    margin-bottom: 8px;
    padding: 10px;
    border: 1px solid #ddd;
}

.aaf-barratrab-paginacao {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
    justify-content: center;
    width: 180px;
}
.aaf-barratrab-menu {
    display: flex;
    height: 94px;
    justify-content: space-between;
}
.aaf-barratrab-menu-label{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    font-weight: bold;
}

.aaf-barratrab-paginacao nav ul.pagination {
    margin: 0 !important;
}

.aaf-barratrab-navega {
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.aaf-barratrab-navega button {
    display: flex;
    justify-content:center;
    align-items: center;
    height:35px;
    width:35px;
}
.aaf-barratrab-navega > :first-child{
    font-weight: normal;
}

.aaf-barratrab-navega span{
    margin-bottom: 3px;
}

.aaf-barratrab-acoes {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
    justify-content: center;
    width: 263px;
}

.aaf-barratrab-acoes-botao {
    display: flex;
    width:100%;
}

.aaf-barratrab-acoes-botao i{
     font-size:1vw;
 }

.aaf-barratrab-acoes-botao .aaf__botao-texto div{
    font-size:0.78vw;
    height:auto;
}

.aaf-barratrab-acoes-botao .aaf__botao-layout{
    width:auto;
}

.pagination span{
    font-size:0.78vw;
    margin:0;
    /*color: #333;*/
}

.pagination li a{
    height:35px;
    width:35px;
    padding:0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    border-radius:0 !important;
}

.aaf-barratrab-filtro {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;

}

.aaf-filtro {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.77vw;
    padding: 0.52vw;
    height: 1.77vw;
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size:0.73vw;
}
.aaf-filtro:hover{
    background: #eee;
}

.aaf-menu-filtro-inner{
    width:800px;
}

.aaf-navbar-right > .dropdown > a{
    color: white !important;
}

.aaf-form-nome-classe{
    /*text-align: center;
    width: 100%;
    background-color: #e67e22;
    color: white;*/
    font-size: 1.19vw !important;
    font-weight: bold;
    color: #333 !important;
    padding-left:8px;
    cursor: pointer;
}

.aaf-tab-divider{
    margin-top: 10px;
    height: 100%;
    display: inline-block;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
    color: #333333;
    font-style: italic;
}

.aaf-tab-divider i::before{
    font-size:24px;
    color: #197e85;
}

/* CARD PAGINATION */

.card-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 28px;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: -28px;
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;

}

.aaf-card-content:hover .card-pagination {
    opacity: 1;
    transform: translateY(-28px);
    -webkit-transform: translateY(-28px);
    -moz-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    -o-transform: translateY(-28px);

}
.card-pagination > .pagination > li > a {
    color: #fff;
    border: 0;
    background-color: transparent;
}

.aaf-hamburger-a > .mdi:before{
    /*font-size: 31px;
    line-height: 13px;
    margin-left: 12px;*/
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.step-small{
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

#tab-produtos th{

}

.step{
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: white;
    border: 1px solid black;

}

.step-completed{
    color:white;
    background-color: #337ab7;
}

.step-current{
    color:white;
    background-color: orange;
}

.categoria-particular{
    padding: 5px;
    background-color: #b4c0c6;
    color: black;
    border-radius: 5px;
}

.categoria-comercial{
    padding: 5px;
    background-color: #a0281f;
    color: white;
    border-radius: 5px;
}

.categoria-oficial{
    padding: 5px;
    background-color: #f1ece1;
    color: black;
    border-radius: 5px;
}

.categoria-aprendiz{
    padding: 5px;
    background-color: #f1ece1;
    color: red;
    border-radius: 5px;
}

.categoria-fabricante{
    padding: 5px;
    background-color: #00654a;
    color: white;
    border-radius: 5px;
}

.categoria-cc{
    padding: 5px;
    background-color: #005b7f;
    color: white;
    border-radius: 5px;
}

/*
Input float*/
.input-float {
    margin: 15px 10px;
    width: 150px;
    display: block;
    border: none;
    padding: 10px 0;
    border-bottom: solid 1px #34495e;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #34495e 4%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #34495e 4%);
    background-position: -150   px 0;
    background-size: 150px 100%;
    background-repeat: no-repeat;
    color: #0e6252;
}

.input-float:focus, .input-float:valid {
    box-shadow: none;
    outline: none;
    background-position: 0 0;
}

.input-float::-webkit-input-placeholder {
    font-family: 'roboto', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.input-float:focus::-webkit-input-placeholder, .input-float:valid::-webkit-input-placeholder {
    color: #34495e;
    font-size: 11px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    visibility: visible !important;
}

.item-child{
    padding: 15px;
    border: 1px solid darkgray;
    background-color: lightyellow;
}