
@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css"); 

* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

/*
::-webkit-scrollbar {
    width: 5px;
    height: 20px;
}
*/

body::-webkit-scrollbar {
    display: block;
    width: 5px;
}

body::-webkit-scrollbar-track {
    background: transparent;
}
    
body::-webkit-scrollbar-thumb {
    background: transparent;
    border-right: none;
    border-left: none;
}

body::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 10px; 
}

body:-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 10px;
}

label{
    color: #535363;
    font-size:11px;
}

legend{
    padding-left: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #87ceeb;
    margin-top: 20px;
    font-size: 22px;
    color: #383838;
    display: none;
}

h2{
    color: #535353;
}

h6{
    color: #535363;
}

@-webkit-keyframes autofill {
    0%,100% {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

fieldset{
    padding-top:40px;
}

button:focus,
button:hover{
    box-shadow:none !important;
    outline: none !important;
}

textarea { resize: none; }

.alert{
    text-align: center;
}

#container_credenciamento{
 /*   zoom:95%;*/
}

#frm_credenciamento {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#frm_credenciamento fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    /*box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);*/
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#frm_credenciamento fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#frm_credenciamento fieldset:not(:first-of-type) {
    display: none
}

#frm_credenciamento fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

#frm_credenciamento input,
#frm_credenciamento select {
    /*padding: 0px 8px 4px 8px; 
   /* border: none; 
    border-bottom: 1px solid #ccc*/
    /*font-family: montserrat;*/
    font-size: 15px;
   /* border-radius: 0px; */
    box-sizing: border-box;
    letter-spacing: 1px;
}

#frm_credenciamento input:focus,
#frm_credenciamento select:focus,
#frm_credenciamento textarea:focus  {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  /*  border: none; */
    border-bottom: 1px solid #f60722;
    outline-width: 0;
}

#frm_credenciamento .action-button {
    width: 100px;
    background: #f60722;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    margin: 10px 5px
}

#frm_credenciamento .action-button:hover,
#frm_credenciamento .action-button:focus {
    box-shadow: none;
}

#frm_credenciamento .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#frm_credenciamento .action-button-previous:hover,
#frm_credenciamento .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}


#container_documentacao{
    margin-top: 100px;
    -webkit-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.75);
    padding: 50px;
    padding-bottom: 0;
    background-color: #fcf9f9;
}

#frm_documentacao{
    background-color: #fcf9f9;
}

#container_contrato{
     margin-top: 100px;
    -webkit-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.75);
    padding: 0 50px;
    background-color: #fcf9f9;
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid #f60722;
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    color: lightgrey
}

#progressbar .active {
    color: #535353;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 20%;
    float: left;
    position: relative
}

#progressbar > #informacoes_cadastrais:before {
    font-family: "Font Awesome 5 Free"; 
    content: '\f007';
    font-size:20px;
    color:#000;
    font-weight: 900;
}

#progressbar > #informacoes_cadastrais.active:before {
    color:#fff;
}

#progressbar > #informacoes_administrativas:before {
    font-family: "Font Awesome 5 Free"; 
    content: '\f508';
    font-size:20px;
    color:#000;
    font-weight: 900;
}

#progressbar > #informacoes_administrativas.active:before {
    color:#fff;
}

#progressbar > #informacoes_tecnicas:before {
    font-family: "Font Awesome 5 Free"; 
    content: '\f085';
    font-size:20px;
    color:#000;
    font-weight: 900;
}

#progressbar > #informacoes_tecnicas.active:before {
    color:#fff;
}

#progressbar > #dados_bancarios:before {
    font-family: "Font Awesome 5 Free"; 
    content: '\f53c';
    font-size:20px;
    color:#000;
    font-weight: 900;
}

#progressbar > #dados_bancarios.active:before {
    color:#fff;
}

#progressbar > #assistencia_tecnica:before {
    font-family: "Font Awesome 5 Free"; 
    content: '\f4c4';
    font-size:20px;
    color:#000;
    font-weight: 900;
}

#progressbar > #assistencia_tecnica.active:before {
    color:#fff;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #f60722;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.upper-case{
    text-transform: uppercase;
}

.center{
    text-align: -moz-center;
    text-align: -webkit-center;
}

.question{
    color:#535353;
}

.shadow{
    -webkit-box-shadow: -1px 2px 16px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 16px -9px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 16px -9px rgba(0,0,0,0.75);
}

.radio-wrapper{
    margin-top:20px;
}

.padding-top{
    padding-top: 25px;
}

.padding-bottom{
    padding-bottom: 25px;
}


.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 20px;
    font-size: 11px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
    text-indent: .9em;
    color: #00000029;
    background-color: #ccc;
    font-family: "Font Awesome 5 Free";
    content: '\2714';   
    font-weight: 900;

}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;

}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {

    font-family: "Font Awesome 5 Free"; 
    content: '\2714';
    text-indent: .9em;
    font-weight: 900;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    font-family: "Font Awesome 5 Free"; 
    content: '\2714';
    text-indent: .9em;
    color:#fff;
    font-weight: 900;
    background-color:#f60722;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio input.input-outros{
    position: absolute;
    border: none !important;
    height: 100%;
    margin-left: 2%;
    border-left: 1px solid #ccc !important;
    border-radius: 2px;
    padding-left: 2%;
    color: #495057;
    width: 400px;
}

.funkyradio label.label-outros{
    position:relative;
    overflow:hidden;
}

.radio-text{
    font-size: 10px;
}

.input-group-btn{
    /*background-color:#ddd;*/
}

.btn-add{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 0;
    height: 36px;
    padding-left: 15px;
    padding-right: 15px;
    height: 37px;
}

.btn-add > i{
    font-size:10px;
}

.btn-remove{
    border-radius: 0;
    height: 36px;
    padding-left: 15px;
    padding-right: 15px;
    height: 37px;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-remove > i{
    font-size:10px;
}

.btn-add:hover{
    background-color: #ebebeb;
    border-color: #adadad
}

.upload{
    border-radius: 5px;
    padding: 6px !important;
    border: 1px solid #00000054 !important;
}

.responsive {
    width: 100%;
    height: auto;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    cursor:pointer;
}

.collapsible:hover {
    background-color: #555;
}

.content {
    padding: 18px;
    display: none;
    overflow: hidden;
}

.navbar-documentacao{
    background-color: #000;
    text-align: center;
    display: block;
    color: #fff;
}

.btn-enviar-documentacao{
    background-color: #000;
    color: #fff;
    width: 150px;
    border-radius: 20px;
}

.btn-enviar-documentacao:hover{
    color: #fff !important;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-success {
    background-color: #5cb85c;
}

.label-primary {
    background-color: #337ab7;
}


.label-status{
    position: absolute;
    top: 45%;
    padding: 5px;
}

.switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle label {cursor: pointer; text-indent: -9999px; width: 80px; max-width: 80px; height: 26px; background: #d1d1d1; display: block; border-radius: 100px; position: relative; }
.switchToggle label:after {content: ''; position: absolute; top: 3px; left: 2px; width: 20px; height: 20px; background: #fff; border-radius: 90px; transition: 0.3s; }
.switchToggle input:checked + label, .switchToggle input:checked + input + label  {background: #f60722; }
.switchToggle input + label:before, .switchToggle input + input + label:before {content: 'Não'; position: absolute; top: 3px; left: 35px; width: 50px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'Sim'; position: absolute; top: 3px; left: 10px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
.switchToggle label:active:after {width: 60px; } 
.toggle-switchArea { margin: 10px 0 10px 0; }
.switchToggle{font-weight:bold; padding-top:10px;}


@media all and (max-width: 800px) {

    fieldset{
        padding-top:10px;
    }

    h6{
        font-size:12px !important;
    }

    #form_container{
        padding:0 !important;
    }

    #progressbar li {
        font-size: 8px;
    }

    .menu-bar:before {
        font-size: 13px !important;
    }

    .form-card{
        padding-left: 0 !important;
        padding-right:0 !important;
    }

    .funkyradio input.input-outros{
        font-size: 10px !important;
    }


    .label-status{
        display:none;
    }
}