.loading-training-material {
    padding: 30px 0px;
}

.solicita-documentos input[type=checkbox] {
    display: none;
}

#file-name,
#file-select {
    background-color: #999998;
    padding: 6px 15px;
    color: #fff;
    margin-left: 7px;
}

#file-name {
    display: none;
}

#file-select {
    cursor: pointer;
}

.checkbox input[type="checkbox"] {
    position: initial !important;
}

.form-group strong {
    color: #ffffff;
}

.form-group {
    margin-top: 25px;
}

html {
    z-index: 9999;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.pre-loading {
    background-color: red;
    z-index: 9999;
}

header.mobile-top nav.main-menu > ul > li .-active {
    color: #999998 !important;
}

.btn-search {
    display: none;
}

.acompanhamento #enterprises,
.financeiro #enterprises {
    width: 536px;
}

.loading {
    margin-top: 10%;
}

/* Sidebar */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.acompanhamento .album ul.swiper-wrapper li {
    height: 551px !important;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.-form input[type="text"], .-form input[type="password"], .-form input[type="email"], .-form textarea, .-form select, .input2 {
    height: auto !important;
    background-color: #fff;
    border: 1px solid #b2b2b2;
    outline: none;
    font-size: 15px;
    color: #5a5a5a;
    font-weight: 500;
    padding: 17px 10px;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    border-radius: 2px !important;
}

.-form input[type="text"]:focus, .-form input[type="password"]:focus, .-form input[type="email"]:focus, .-form textarea:focus, .-form select:focus {
    border: 1px solid #D70C2A;
}

input[type='checkbox']{
    /*visibility: hidden;*/
}

label {
    font-size: 14px !important;
    color: #898989;
}

label.label-title {
    font-size: 25px !important;
    margin-bottom: 10px;
    color: #595959;
    font-weight: 600;
}

td.text-field {
    width: 95% !important;
}

label:before:focus, label:before:hover {
    outline: none !important;
    border: 1px solid #b2b2b2;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  /*position: absolute;*/
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 50px;
  padding-top: 5px;
  cursor: pointer;
  margin-bottom: 18px;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0;
    top: 2px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #b2b2b2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 18px;
    line-height: 0.8;
    color: #000001;
    transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {

}

/* hover style just for information */
label:hover:before {
  border: 1px solid #b2b2b2!important;
}

input:focus, checkbox:focus, radio:focus, textarea:focus, select:focus {
    box-shadow: none !important;
    outline:none !important;
    border: 1px solid #b2b2b2;
}

.btn-form {
    margin: 30px 0;
    border-top: 1px solid #d4d4d4;
    padding-top: 25px;
}

.-form input[type="submit"] {
    width: auto !important;
    padding: 15px 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.nice-select {
    float: none !important;
    height: 58px;
    border: 1px solid #b2b2b2 !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    padding-top: 0;
}
.nice-select::after {
    border-bottom: 2px solid #D70C2A;
    border-right: 2px solid #D70C2A;
    right: 3.5% !important;
    width: 15px;
    height: 15px;
    margin: -10px auto;
}

hr.bold {
    margin-top: 15px !important;
    color: #b2b2b2;
}

.nice-select .open {
    -webkit-border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    box-shadow: none;
}

.nice-select span.current {
    display: block;
    width: 96%;
    border-right: 1px solid #b2b2b2;
    height: 58px;
    font-size: 15px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 25px !important;
    overflow: hidden;
}

.nice-select ul {
    border: 1px solid #b2b2b2;
    width: 100.2% !important;
    margin-top: 0 !important;
    margin-left: -1px;
    -webkit-border-top-right-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    box-shadow: none !important;
}

.nice-select ul::-webkit-scrollbar {display:block;}
.nice-select ul::-moz-scrollbar {display:block;}
.nice-select ul::-o-scrollbar {display:block;}
.nice-select ul::-google-ms-scrollbar {display:block;}
.nice-select ul::-khtml-scrollbar {display:block;}

.nice-select ul::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 10px;
}

.nice-select ul::-moz-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 10px;
}

.nice-select ul::-o-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 10px;
}

.nice-select ul::-google-ms-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 10px;
}

.nice-select ul::-khtml-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 10px;
}

.nice-select ul li {
    padding: 10px 19px;
    font-weight: 600 !important;
    font-size: 15px !important;
    margin-bottom: 0px !important;
    color: #6b6b6b;
    border-bottom: 1px solid #b2b2b2;
}

.nice-select ul li:last-child {
    border: none !important;
}

.nice-select ul li:hover {
    background: #D70C2A !important;
    color: #fff;
    font-weight: normal !important;
}

.nice-select .option {
}

.nice-select ul li.selected::hover, .nice-select ul li.focus:hover {
    background: #D70C2A;
    color: #fff;
}

.form-inline .form-group {
    width: 70% !important;
}

.form-inline .form-group .nice-select {
    width: 99.8%;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    box-shadow: none;
}

.btn {
    margin-top: 10px;
    margin-bottom: 10px;
    /*padding: 14px 40px;*/
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    border-radius: 2px !important;
    font-weight: 700;
}

.btn-hole {
    border: 1px solid #D70C2A;
    background: #fff;
    color: #D70C2A;
    margin-top: 25px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    height: 58px;
}

.btn-hole:hover {
    background: #D70C2A;
    color: #fff;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }


}

@media(max-width: 480px) {

    .inputfile span.content {
        width: 60%;
    }
    .inputfile span.button {
        width: 40%;
        padding: 5px;
    }

    html.login header.top a.bt-back {
        position: absolute;
        top: -15px;
        right: 30%;
        width: 40%;
    }

    .calls-list {
        display: block !important;
    }

    .calls-list .text-xs-left{
        text-align: left !important;
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

.inputfile {
    display: block;
    width: 100%;
    border: 1px solid #b2b2b2;
    border-radius: 2px;
    padding: 18px 15px;
    background: #fff;
    height: 58px;
}
.inputfile span.content {
    display: inline-block;
    width: 70%;
    height: 100%;
    overflow: hidden;
}
.inputfile span.button {
    position: absolute;
    width: 30%;
    right: 15px;
    margin-top: -20px;
    text-align: center;
    background-color: #fff;
    content: "Escolher arquivo";
    border: 1px solid #D70C2A;
    color: #D70C2A;
    height: 59px;
    /*float: right;
    margin: -19px -16px 0 0;*/
    padding: 18px 25px 19px 25px;
    font-weight: 550;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.none span.button {
    right: 175px;
}
span.label {
    display: block;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #898989;
    max-width: 100%;
    margin-bottom: 5px;
}

html.login body.cliente {
    background: url('../img/BG_Clientes.jpg') no-repeat center center fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

html.login body.corretor {
    background: url('../img/BG_Corretores.jpg') no-repeat center center fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

p.txt-desc {
    text-align: center;
    font-weight: bold;
    font-size: 13.5px;
}

.fields-text {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 13.5px;
}

.file-input {
    color: #1d1d1d;
    border: 1.2px solid #1d1d1d;
    overflow: hidden;
    border-bottom: 0px;
    font-weight: bold;
    font-size: 13.5px;
    padding-left: 18px !important;
    padding-right: 18px !important;
    text-align: center;
}

.file-btn-select, .file-btn-remove {
    color: #D70C2A;
    border: 1.2px solid #D70C2A;
    text-align: center;
    font-weight: bold;
    font-size: 13.5px;
}

.file-btn-remove {
    color: #fff;
    background-color:  #D70C2A;
    cursor: pointer;
}

.file-btn-select:hover{
    background-color: #D70C2A;
    color: #fff;
    cursor: pointer;
}

.file-input, .file-btn-select, .file-btn-remove  {
    padding: 18px 0px;
}

.attachments {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .file-input {
        border-right: 0px;
        border-bottom: 1.2px solid #1d1d1d;
        text-align: left;
    }

    .attachments .pr-0 {
        padding-right: 0px !important;
    }

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

.mb-10 {
    margin-bottom: 10px !important;
}

.assistence-btns-box {
    margin-left: -10px;
    margin-right: -10px;
}

.assistence-btns-box .col-md-4 {
    padding: 10px;
}

.assistence-btns {
    padding: 15px 0px 15px 0px;
    font-weight: 500;
}

.btn-outline-danger {
    color: #d9534f;
    border: 1px solid #d43f3a;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-forms .assistence-btns {
    padding: 15px;
}

.problems-actions .btn {
    margin-top: 4px;
    color: #333;
}
.problems-actions .btn.-active {
    color: #d9534f;
}

.text-danger {
    color: #d9534f;
}

.line {
    background-color: #b2b2b2;
    width: 100%;
    display: flex;
    height: 1px;
    margin: 20px 0px;
}

#-urgency-text {
    color: #d9534f;
}

.calls-filter a {
    font-weight: 500;
    color: #898989 !important;
    padding-left: 0 !important;
    padding-right: 30px !important;
}

.calls-filter a:hover, .calls-filter .active, .calls-filter a:focus {
    background-color: #fff !important;
    color: #000 !important;
}

.calls-list {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 0px;
    margin-left: 0px;
    margin-right: 0;
    background-color: #f2f2f2;
}

.calls-list:hover {
    background-color: #d80b2a;
    color: white !important;
}

.call-wrap {
    color: #000;
    display: none;
}

.border {
    border: solid 1px #b2b2b2;
}

.problem-top-box {
    padding: 20px;
}


.comments-assistence {
    border: solid 1px #b2b2b2;
    border-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

.text-black {
    color: #3a3a3a !important;
}

.btn.add-comment {
    padding: 15px 30px;
    font-weight: 500;
}

.stars .fa {
    margin-right: 10px;
}

.estrelas input[type=radio] {
    display: none !important;
}

.estrelas label {
    display: initial !important;
    cursor: pointer;
}

.estrelas label i.fa:before {
    content:'\f005';
    color: #999998 !important;
}

.estrelas input[type=radio]:checked ~ label i.fa:before {
    color: #CCC !important;
}

.problem-top-box.m {
    border-left: 0;
    border-right: 0;
}

input.file-picker {
    height: auto !important;
    background-color: #fff;
    border: 1px solid #b2b2b2;
    outline: none;
    font-size: 15px;
    color: #dedede !important;
    font-weight: 500;
    padding: 17px 10px;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    border-radius: 2px !important;
}

.file-picker::-webkit-file-upload-button {
    visibility: hidden;
    width: 1px;
}

.file-picker::after {
    content: "Escolher arquivo";
    position: absolute;
    border-left: 1px solid #b2b2b2;
    right: 10px;
    top: 25px;
    height: 55px;
    padding: 15px 30px;
    color: #D70C2A;
}

.faq-checks .checkbox-inline {
    padding-left: 0;
}

.faq-checks input[type="checkbox"] {
    position: inherit;
    margin-left: 0;
}

/**
 * Client tabs
 */

#faq-tabs ul {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 60px;
    border-bottom: none;
}

#faq-tabs ul::-webkit-scrollbar {
    display: none;
}

#faq-tabs ul li {
    width: 20%;
    display: inline-block;
    white-space: initial;
    vertical-align: middle;
    float: inherit;
}

#faq-tabs ul li.active a {
    background-color: #f1f1f1;
    color: #000;
    border-top: 5px solid #D70C2A;
    font-weight: 600;
}

#faq-tabs ul li a {
    text-align: center;
    background-color: #000;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    padding: 15px;
}

#faq-tabs ul li.scroll {
    width: 40px;
    position: absolute;
    z-index: 1;
    margin-top: -2px;
}

#faq-tabs ul li.scroll a {
    font-size: 2.7em;
    padding: 0;
    background-color: #fff;
    color: #D70C2A;
}

#faq-tabs ul li.scroll.left-scroll {
    margin-left: -60px;
}

#faq-tabs ul li.scroll.right-scroll {
    right: 18px;
}

#faq-tabs .tab-content {
    background-color: #f1f1f1;
    padding: 25px;
}

#faq-tabs .tab-content .panel-default.level {
    border-color: transparent;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}

#faq-tabs .tab-content .panel-default {
    border-color: transparent;
    background-color: transparent;
}

#faq-tabs .panel-heading {
     border-color: transparent;
    border-bottom: none;
    background-color: transparent;
}

a.level-link {
    color: #D70C2A;
    font-size: 19px;
    text-transform: uppercase;
}

a.question-link {
    color: #1d1d1d;
    font-size: 17px;
    text-transform: uppercase;
}


#faq-tabs .panel-body {
    font-size: 16px;
    color: #1d1d1d;
    font-weight: 500;
    padding: 20px;
}

#faq-tabs .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

#faq-tabs .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.level [data-toggle="collapse"]:after {
    float: right;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f068";
    transition: all linear 0.25s;
}

.level [data-toggle="collapse"].collapsed:after {
    content: "\f067";
}

#faq-tabs .level .panel-body {
    padding-right: 0;
}

.question [data-toggle="collapse"]:after {
    float: right;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f077";
    transition: all linear 0.25s;
    color: #D70C2A;
}

.question [data-toggle="collapse"].collapsed:after {
    content: "\f078";
}

.nice-select.open .nice-select-search-box {
    width: 98%;
}

.search-faq .form-control {
    border: 2px solid #e1e1e1;
    border-radius: 0;
    font-size: 15px;
    color: #b1b1b1;
    padding: 10px 30px;
    height: 45px;
}

.search-faq .form-group::before {
    font-family: 'FontAwesome';
    color:#d1d1d1;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    content: "\f002";
    font-size: 20px;
}
