.form label,.form input,.form textarea,.form select { font-size: 14px; }

.highlight{ background-color: #FFDF00; }

.distributors textarea { height:auto; }
.actions { text-align:center; }
#q { float:right; width:200px; margin-right:10px; font-size:16px; padding:10px 10px; height:auto; }
.btn-q { position:absolute; background:transparent;border:0; color:#606c76; margin-left:150px; margin-top:3px; }
.btn-q:hover, .btn-q:focus { background:transparent; color:#AA0000; }
.btn-mail { display:block; width:100%; border-radius:5px; background:#66615B; border-color:#66615B; color:#FFF; overflow:hidden; font-size:0.9em; }
.btn-mail:hover { color:#EEE;  }
.btn-whatsapp { display:block; margin-top:10px; border-radius:5px; background:#00d090; border-color:#00d090; color:#FFF; overflow:hidden; font-size:0.9em; }
.btn-whatsapp:hover { color:#EEE;  }

.btn-disabled { opacity: .3; }
.btn-green, .btn-green:hover { background-color:#00dd90; border-color:#00dd90; color:#fff; font-weight:bold; }
.btn-red , .btn-red:hover{ background-color:#aa0000; border-color:#aa0000; color:#fff; font-weight:bold; }

.color-blue { color:#007bff }
.color-green { color:#28a745; }
.color-yellow { color:#ffc107; }
.color-other { color:#17a2b8; }

.message { margin: 10px; text-align: center; }
h4 { margin-top:15px; font-size:22px; font-weight:bold; }
.ac-change { min-width:100px; }
s { color:#AA0000; }
.layer-position {
 right:0;
 position:fixed;
 bottom:0;
}
.upper { text-transform: uppercase; }

h1 { margin:0px 0px 5px 0px; font-size:14px; }
h3 { margin:0px; font-size:22px; font-weight:bold; }
legend { font-size:15px; color:#666; padding:10px 0px; font-weight:normal; }

label, legend {
    margin-bottom: 10px;
    font-size: inherit;
}

.box-login legend { font-size:14px; }
.box-login label, .recoverybox label { font-size:16px; }
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 13px;
    padding: 6px 19px;
    height: auto;
    line-height: inherit;
}
a.button { text-decoration:none; }

.loginbox input, .recoverybox input { font-size: 14px; }
.loginbox .my-3 { margin:0px !important; }
.forgetpw a { font-size: 14px; }

.wysiwyg-container { font-size:16px; }
.wysiwyg-toolbar-top { width:100%; }

th { position: relative; font-size:15px; }
td { font-size:14px; }

.pagination, .paginator { font-size:14px; }

footer {
    font-size: 16px;
    color: #fff;
    min-height:25px;
}
.icon-big { font-size:40px; }

@font-face {font-family: "TitlingGothicFBComp-Regular";
    src: url("../fonts/1cb03f4dd029377516fa31f02556f0d5.eot"); /* IE9*/
    src: url("../fonts/1cb03f4dd029377516fa31f02556f0d5.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/1cb03f4dd029377516fa31f02556f0d5.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/1cb03f4dd029377516fa31f02556f0d5.woff") format("woff"), /* chrome、firefox */
    url("../fonts/1cb03f4dd029377516fa31f02556f0d5.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/1cb03f4dd029377516fa31f02556f0d5.svg#TitlingGothicFBComp-Regular") format("svg"); /* iOS 4.1- */
  }

.bg-right{
    background-image: url('../img/background.jpg');
    background-position: center;
    min-height: 743px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 1245px;
    background-position: center;
}

header{
    width: 100%;
}

.logo{
    max-width: 100%;
    width: 380px;
}

.button-adm{
    width: 280px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    background-color: #ff7a59;
    transition: background-color .25s;
    color: #fff;
    border: 2px solid #ff7a59;
    border-radius: 5px;
    display: block;
    font-size: 23px;
}

.button-adm:hover{
    color: #fff;
    text-decoration: none;
    background-color: #f96641;
    transition: background-color .25s;
}

.button-adm-ut{
    width: 300px;
    height: 60px;
    line-height: 56px;
    font-size: 28px;
}

.control-text-title{
    font-size: 66px;
}


.text-portal{
    font-size: 29px;
}

footer{
    width: 100%;
    position: fixed;
    bottom: 0;
    min-height: 50px;
    font-size: 20px;
    background-color: #8fb43b;
    color: #fff;
}

footer a{
    color: #262956;
}

footer a:hover{
    color: #262956;
    text-decoration: none;
}

.text-or{
    color: #ff7a59;
}

@media only screen and (max-width: 768px) {
    .div-logo {
        text-align: center;
        width: 100%;
        padding-left: 15px !important;
    }

    .text-portal{
        padding-left: 0px !important;
    }

    .rm-pl{
        padding-left: 0px !important;
    }

    .control-text-title{
        font-size: 40px;
    }

    .text-portal{
        font-size: 20px;
    }
}

.recoverybox{
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    width: 360px;
    margin:40px auto;
}

.loginbox{
    padding: 20px;
    border-radius: 10px;
    width: 360px;
    margin:20px auto 40px auto;
    background:#fff;
}

.forgetpw {
    margin:-10px 0px 10px 10px;
    color:#606c76;
}

.forgetpw a:hover{
    color: #000;
    text-decoration: none;
}

.forgetpw a{
    font-size: 13px;
    color: #000;
}

#buttonsubmit {
    background: #518d06; border-color:#518d06;
}

.text-esqueci{
    font-size: 14px;
}

.button-red {
    background-color: #dd4b39;
    border-color: #d73925;
}

  .button-red:hover {
    background-color: #dd4b39;
    border-color: #d73925;
    text-decoration: none;
}

.titlecompany{
    color: white;
    padding: 9px 0px;
    display: inline-block;
    font-size: 35px;
}

.titlecompany:hover{
    color: white;
    text-decoration: none;;
}

.button-menu-adm{
    font-size: 20px;
    color: white;
    padding: 10px 0;
}

.button-menu-adm:hover{
    color: white;
    text-decoration: none;
}

html{
    font-size: 13px;
}

.btn-default { color: #333; background-color: #fff; border-color: #ccc; }
.btn-default:hover, .btn-default:active { background-color: #ccc; border-color: #ccc; }

.fas-menu-lay { position:absolute; float:left; margin-top:9px; }
.fas-menu { background:#21284f; border-color:#21284f; padding:4px 6px 2px 6px; }
.fas-menu:hover { background:#21284f; border-color:#21284f; }
.fa-bars { color:#fff; font-size:17px; }

#sidebar {
    left: 0;
    background-color: #efefef;
    position: fixed;
    top: 0;
    max-height: 100vh;
    height: 100vh;
    max-width: 80vw;
    min-width: 45px;
    outline: none;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2147483647;
    -webkit-overflow-scrolling: touch;
    will-change: transform;
}

#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

#sidebar ul li {
    list-style: none;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    font-size: 15px;
    padding: 10px 5px 10px 10px;
    margin:0px;
}
#sidebar ul a {
    text-decoration:none;
}

#sidebar-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: .2;
    background-image: none;
    background-color: #000;
    z-index: 2147483646;
}

.fas-menu-logout { float:right; margin-right:5px; }
.fa-sign-out-alt { color:#21284f; font-size:26px; margin-top:15px; }

.amarelo { color:#FD0; }
.fas, .far { cursor:pointer; }
.fa-search, .fa-question-circle { margin-left:5px; }
.fa-times { background: #e00; color: white; padding: 7px 18px; border-radius: 5px; font-size: 1.1em; }
.fa-check { background: green; color: white; padding: 7px 18px; border-radius: 5px; font-size: 1.1em; }

.clear { clear:both; }
.box-filters { background-color: #8fb43b; border-radius:5px; }
.box-filters-header { cursor:pointer; padding:5px 10px; }
.box-filters h3 { color:#FFF; font-size:0.9em; font-weight:normal; }
.fa-plus { float:right; font-size:0.8em; margin:4px 5px 0px 0px; }
.box-filters-options label { min-width:120px; }
.box-filters-options { background:#eaeaea; border-radius:0px 0px 5px 5px; font-size:0.9em; padding:10px; }
.box-filters-options .form-group { margin:0px; }
.box-filters-options input[type="checkbox"] { margin-left:20px; }
.box-filters-options input, .box-filters-options .control-label, .box-filters-options .control-text, .box-filters-options .control-select { display:inline-block; font-size: 0.8em; font-weight: normal; height:auto; max-width:300px; }

.menu-opcoes { float:right;background:#CACACA;color:#333;border-color:#606c76; margin-left:10px; }
.menu-download { float:right;background:#88898c;color:#fff;border-color:#88898c;margin-right:10px; }

.logotopo { text-align:center;padding-top:5px;height:58px; }
.logosvg { width:300px; }

.fa-user-plus { color:#d33c43; }

.showmobi { display:none; }
.bg-grey { background:grey;border-color:black; }

.fa-toggle-on { color:#006600;font-size:28px; }
.fa-toggle-off { color:#AA0000;font-size:28px; }

.ac-mobi { background:transparent;border:0px;padding:0px;font-size: 1em;border-radius: 0px; margin: 0px; color: #d33c43; }
.ac-mobi:hover { background:transparent; color: #d33c43; }

.row  { width:100%; }

.fa-arrow-circle-down, .fa-arrow-circle-up {
    font-size:24px;
    color:#002752;
}

@media (min-width: 340px) and (max-width: 820px) {
    .content { padding: 20px 8px; }
    .box-filters-options input, .box-filters-options .control-label, .box-filters-options .control-text, .box-filters-options .control-select { max-width:100%; }
    .logosvg { width:220px; margin-top:5px; }
    .showdesk { display:none; }
    .showmobi { display:inline; }
    #q { width:160px; }
    .btn-q { margin-left:110px; }
    h3 { float:left; margin-right:20px; }
    .fa-calendar-check { margin:0px 10px; }
    .row { margin: 0px }
}