html {
    height: 100%;
}

body {
    height: 100%;
    background-color: #FFFFFF;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #4c565c;
    overflow-x: hidden;
}

a:hover {
    color: #000000;
}

a.hvr-fade:focus {
    background: none !important;
    color: #3b4246;
}

a.hvr-fade:active {
    background: none !important;
    color: #3b4246;
}


/*cores*/

.bg-silver {
    background-color: #EFEFEF;
    border: solid 1px rgba(224, 224, 224, 0.4);
}

.sombra-bg-silver {
    -webkit-box-shadow: 0px 3px 31px 0px rgba(224, 224, 224, 1);
    -moz-box-shadow: 0px 3px 31px 0px rgba(224, 224, 224, 1);
    box-shadow: 0px 3px 31px 0px rgba(224, 224, 224, 1);
}


/*helpers*/

.padding-0 {
    padding: 0px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}


/*força centralização imagem com class .img-responsive*/

.centro-imagem {
    margin: 0 auto;
}


/*decoration link none*/

a {
    color: #AC172D;
}

a:hover {
    text-decoration: none;
    background-color: transparent;
}

a:focus {
    text-decoration: none;
    background-color: transparent;
}

.act-traducao {
    padding: 3px;
    background-color: #AC172D;
    border-radius: 3px;
    color: #ffffff !important;
}


/*login*/

h3.ccs {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

input.login {
    width: 100%;
    height: 60px;
    padding: 7px;
    border: solid 1px #EFEFEF;
    font-size: 20px;
    outline: none;
    border-bottom: solid 1px rgba(204, 204, 204, 0.692);
}

input.loginBtn {
    width: 100%;
    height: 60px;
    padding: 7px;
    border: solid 1px #EFEFEF;
    background-color: #4c565c;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    outline: none;
}

input.loginBtn:hover {
    background-color: #3b4246;
}

.box-erro {
    padding: 10px;
    border: solid 1px #EFEFEF;
    background-color: rgba(239, 239, 239, 0.205);
}

h5.erroLogin {
    font-size: 15px;
    text-transform: uppercase;
    color: #AC172D;
    font-weight: 700;
}


/*home concessionario*/

ul.menu {
    list-style: none;
    float: right;
}

ul.menu li {
    float: left;
    padding: 10px;
}

ul.menu li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #3b4246;
}

ul.menu li a:hover {
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    color: #AC172D;
}

li.ccs {
    color: #AC172D !important;
    text-transform: uppercase;
}

ul.menu-acesso {
    list-style: none;
}

ul.menu-acesso li {
    float: left;
    width: 25%;
    text-align: center
}

ul.menu-acesso li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #3b4246;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.menu-acesso li a.active {
    border-bottom: solid 4px #AC172D;
}

ul.menu-acesso li a:hover {
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    color: #AC172D;
}

.rodape {
    text-transform: uppercase;
    font-weight: 700;
    color: #CCC;
}

.rodape:hover {
    color: rgb(190, 190, 190);
}


/*avaliacao*/

h1.titulo {
    color: #AC172D;
    text-transform: uppercase;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

h3.pontos {
    color: #3b4246;
    text-transform: uppercase;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

p.info-login {
    font-size: 12px;
}

a:hover {
    background-color: transparent !important;
    color: #3b4246 !important;
}

.box-alerta-img {
    padding: 7px;
    border: solid 1px rgb(124, 8, 25);
    background-color: #AC172D;
    border-radius: 5px;
    padding-top: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
}

.box-alerta-send {
    padding: 7px;
    border: solid 1px rgb(23, 172, 73);
    background: rgba(23, 172, 73, 0.801);
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    padding-top: 15px;
}

.box-alerta-send .light {
    font-weight: 400;
    text-transform: initial;
}

.sendAvaliacao {
    width: 200px;
    height: 60px;
    margin: 0 auto;
    background-color: rgb(23, 172, 73);
    border: solid 1px rgb(23, 172, 73);
    color: #FFFFFF;
    text-transform: uppercase;
}

input[disabled] {
    background-color: #888;
    border: none;
}

.aprovadoCliente {
    color: rgb(23, 172, 73);
    font-size: 20px;
}

.reprovadoCliente {
    color: rgb(172, 23, 23);
    font-size: 20px;
}

.border-lista {
    border-bottom: solid 1px #EFEFEF;
    padding-bottom: 10px;
}

.legenda {
    padding: 5px;
    font-size: 11px;
}

.ccs-esc {
    border: solid 1px #888;
    border-radius: 5px;
    margin-bottom: 30px;
}

a.acs-ccs {
    padding: 10px;
    color: #ffffff;
    background-color: #3b4246;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

a.acs-ccs:hover {
    padding: 10px;
    color: #ffffff !important;
    background-color: #AC172D !important;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

h3.alerta {
    color: #AC172D;
    font-weight: 700;
}

.apv {
    font-weight: 600;
    color: rgb(23, 172, 73);
    padding: 5px;
    border-radius: 5px;
}

.proxBandeira,
.proxVeiculo,
.proxOficina,
.proxBancada,
.proxUniformesServicos {
    padding: 5px;
    background-color: #AC172D;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iPhone OS, Safari */
    -webkit-user-select: none;
    /* Chrome, Safari 3 */
    -khtml-user-select: none;
    /* Safari 2 */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    user-select: none;
}

.obs-prox {
    color: #888;
    font-size: 12px;
    padding-left: 5px;
}

h3.info {
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600;
}

.padrao-input {
    width: 100%;
    height: 40px;
    border: solid 1px #EFEFEF;
    border-radius: 5px;
    padding: 7px;
    outline: none;
}

.atl-senha {
    padding: 7px;
    border-radius: 7px;
    background-color: #AC172D;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

.pdf {
    padding: 10px;
    color: #ffffff;
    background-color: rgb(23, 172, 73)
}

.pdf:hover {
    padding: 10px;
    color: #ffffff !important;
    background-color: rgb(23, 172, 73) !important;
}

.pdf:focus {
    padding: 10px;
    color: #ffffff !important;
    background-color: rgb(23, 172, 73) !important;
}

.aprovado-prox {
    color: rgb(247, 156, 20);
}

.traducao-login a {
    color: #AC172D;
    font-weight: 700;
    font-size: 17px;
}


/* :::: RESOLUÇÕES :::: */

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 320px) {}

.container .foto {
    background: #fff;
    float: left;
    width: 150px;
    min-height: 210px;
    height: auto;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.container .foto button.noitem {
    padding: 3px;
    background-color: #AC172D;
    font-size: 12px;
    border-radius: 0px;
    color: #FFF;
    float: right;
    display: block;
    width: 100%;
    margin-bottom: 3px;
    border: none;
}

.container .foto button.noitem:hover {
    background-color: #AC172D !important;
    text-decoration: none;
    color: #FFF !important;
}

.container .foto .img {
    height: 113px;
}

.container .foto .input-file {
    /*background:url(../images/gal-procurar.png) no-repeat 100% 1px;*/
    height: 50px;
    width: 150px;
    margin: 0px;
}

.container .foto .input-file .file-original {
    opacity: 0.0;
    -moz-opacity: 0.0;
    filter: alpha(opacity=00);
    font-size: 18px;
    width: 150px;
    cursor: pointer;
}

.container .foto .input-falso .file-falso {
    width: 115px;
    height: 15px;
    font-size: 11px;
    padding: 4px;
    line-height: 11px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.container .foto .file-preview {
    margin: 5px 0 3px;
    height: 113px;
    width: 150px;
    text-align: center;
    max-height: 113px;
    max-width: 150px;
    background-size: 100%;
    background-image: url(../images/sem-foto.png);
    background-size: auto 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.container .foto .excluir {
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 999;
}

.container .foto .excluir span {
    padding: 3px;
    display: none;
    font: 10px;
}

.container .foto .mover-foto a {
    position: absolute;
    right: 3px;
    top: 28px;
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/gal-mover.png) no-repeat left top;
}

.container .foto .mover-foto a:hover {
    background-position: -22px top;
}

.container .foto .excluir-foto a {
    position: absolute;
    right: 3px;
    top: 3px;
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/gal-delete.png) no-repeat left top;
}

.container .foto .excluir-foto a:hover {
    background-position: -22px top;
}

.container .foto .zoom-foto a {
    position: absolute;
    right: 3px;
    bottom: 55px;
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/gal-preview.png) no-repeat left top;
}

.container .foto .zoom-foto a:hover {
    background-position: -22px top;
}

.container .foto .legenda {
    margin-top: 2px;
}

.container .foto .jfilestyle {
    margin: 0 !important;
}

.container .foto .jfilestyle label {
    margin: 3px 0 0 3px !important;
}

.container .foto textarea {
    font-size: 11px;
    width: 100%;
    margin-left: 0px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    outline: none;
    padding: 5px;
}

.container .foto .ver {
    font-size: 11px;
    height: 68px;
    margin: 3px;
}

.container .conteudo-fotos {
    padding: 0px 0 0px 0%;
    height: 700px;
}

.movendo-foto {
    width: 152px;
    height: 212px;
    background: url(../images/gal-mover-bg.png) no-repeat top left;
    overflow: hidden;
    float: left;
    margin: 0 5px;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 1;
}

.movendo-foto-maior {
    width: 152px;
    height: 232px;
    background: url(../images/gal-mover-bg.png) no-repeat top left;
    overflow: hidden;
    float: left;
    margin: 0 5px;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 1;
}

.container .permissoes h1 {
    margin: 0 5px;
    padding: inherit 10px;
}

.container .permissoes h2 {
    margin-top: 20px;
    font-weight: bold;
}

.container .permissoes td {
    padding: 0 15px;
    border-right: 1px solid #ddd;
}