/**Forms fields styles -- general*/

.content-header-brand, .page-brand .content-header {
    background-color: #ccc !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.header {
    min-height: 115px;
}

.header-data, .header-data > .col, .header-data > ul {
    min-height: 115px;
}

.header-data > .col-principal {
    display: flex;
}

.col-user-data ul {
    list-style: none;
    min-height: 115px;
}

.col-user-data > ul > li {
    line-height: 17px;
}


li.user-name {
    text-transform: uppercase;
}

li.user-name, li.user-role, li.user-company {
    font-weight: bold;
}

li.user-last-connection {
    font-size: 10px;
    line-height: 12px !important;
    font-weight: 500;
}

li.connection-title {
    padding-top: 5px;
}

ul.dropdown-menu.dropdown-menu-right {
    min-height: 0%;
}

a.transparent:hover {
    color: transparent !important;
}


.page-brand .header-transparent:before, .header-brand {
    background-color: #4BA82C;
}

.page-brand .header-transparent-dian:before {
    background-color: #005BA8;
}

.space-btn-init {
    padding-top: 70px;
}

.transparent-main-card {
    background-color: transparent !important;
    box-shadow: none !important;
    margin-top: 0px;
}

.form-control:focus, .picker__select--month:focus, .picker__select--year:focus {
    border-color: #ccc;
}

.breadcrumb > li + li:before {
    color: white;
}

.breadcrumb > li {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/*li.user-name {
    padding: 17px 80px 10px 1px;
    text-transform: uppercase;
    font-weight: bold;
}

li.user-role {
    padding: 33px 67px 10px 0px;
    position: absolute;
    font-weight: bold;
}

li.user-company {
    padding: 53px 67px 10px 0px;
    position: absolute;
    font-weight: bold;
    line-height: 14px;
}

li.user-last-connection {
    padding: 73px 67px 10px 0px;
    position: absolute;
    font-size: 10px;
    font-weight: 500;
}

li.user-last-connection > ul li {
    line-height: 12px;
}*/

/**Forms fields styles -- h2 sub-title*/
.process-sub-heading {
    color: #4BA82C !important;
    /*border-bottom: 1px solid #009688;*/
    text-align: center;
    margin-top: 0%;
    text-transform: uppercase;
    box-shadow: 0 4px 5px -5px rgba(0, 91, 82, 0.5);
}

.form-group-title {
    margin-top: 0%;
}

/**Forms fields styles -- input*/

.form-group-brand .form-control,
.form-group-brand .form-control:focus,
.form-group-brand .picker__select--month,
.form-group-brand .picker__select--month:focus,
.form-group-brand .picker__select--year,
.form-group-brand .picker__select--year:focus {
    border-color: #c7c7c7;
}


/**Forms fields styles -- textarea*/


textarea#inputDescription {
    border: none;
    color: #b1b0b0;
}

textarea#inputDescription::placeholder {
    color: #b1b0b0;
}

textarea#inputDescription {
    color: black;
}

input{
    font-family: 'Roboto', sans-serif !important;
}
/**Forms fields styles -- login*/


.card-transparent {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 10px;
    border-radius: 5px;
}
.card-white{
    background:#F6F6F6;
    padding: 10px 10px;
    border-radius: 5px;
}
.label-login {
    color: rgba(40, 39, 38, 1) !important;
}

.row-title-login {
    margin-top: 60px;
}

.row-title-login h1 {
    color: white;
    text-align: center;
    font-weight: 500;
    font-size: 57px !important;
    line-height: normal !important;

    border-bottom: solid 4px white;

    margin-top: -30px;

}

.login-div-button {
    text-align: center;
}

.login-div-button-gse {
    text-align: center;
    width: 100%;
    font-family: 'muli', sans-serif;
    font-weight: bold;
}
.recover-div-button-gse {
    width: 70%;
    font-weight: bold;
}
label[id="password-error"]{
    color: #fc4128;
}
label[id="ui_login_password-error"]{
    color: #fc4128;
}
label[id="ui_login_username-error"]{
    color: #fc4128;
}
label[id="confirmPassword-error"]{
    color: #fc4128;
}

textarea[id="swal-input2"]{
    font-size: 1.125em;
    font-family: 'Roboto', sans-serif !important;
}

.control-highlight input[type="text"], .control-highlight input[type="password"] {
    margin-top: 7px !important;
    border-radius: 5px;
    padding: 10px;
}
select[id="swal-input1"]{
    font-family: 'Roboto', sans-serif !important;
}
select[id="rejected-reason"]{
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
}
textarea[id="rejected-observation"]{
    font-size: 16px;
}
/**Forms fields styles -- alert - cards*/

.alert-fidu {
    box-shadow: none !important;
    color: #FFFFFF ;
    opacity: 1 !important;
    border: 1px solid #FA5A00;
}

.alert-fidu ul {
    list-style: none;
    padding: 0px 32px;
}


.alert-fidu-danger {
    background-color: rgba(255, 0, 0, 0.4);;
}
.alert-login{
    color:#FFFFFF;
    border-color: transparent;
}

/**Forms fields styles -- menu*/
.menu-fidu {
    color: #4BA82C !important;
}


/**Forms fields styles -- links*/

a, a.internal-a {
    color: #009BDD;

}

a#message-type[name="pending"] {
    color: #ffdc26;
}

a#message-type[name="rejected"], a#message-type[name="rejectedByAdvise"], a#message-detail[name="rejected"] {
    color: #ff1b2c ;
}
a#message-type-list[name="rejectedByAdvise"]{
    color: #ff1b2c !important;
    text-decoration-line: none;
}
a.link-inactive {
    color: gray !important;
}

a.message-process-type {
    font-weight: normal;
}

a.message-process-type[name="unrealized"] {
    color: #858585;
}

a.message-process-type[name="incompleted"] {
    color: #ffdc26;
}

a.message-process-type[name="completed"] {
    color: #3085d6;
}

a.message-process-type[name="correct"] {
    color: #259e11;
}

a.message-process-type[name="incorrect"] {
    color: #ff1b2c;
}

.error {
    color: #ff4081;
}

a {
    cursor: pointer !important;
}


li.active a {
    color: white;
    font-weight: 600;

}

header a:focus, a:hover {
    color: #c0e7e4;
}


a.btn-green-white.a-btn {
    min-width: 100%;
}

a.btn-blue-white.a-btn {
    min-width: 100%;
}
@font-face { font-family: 'password'; font-style: normal; font-weight: 400; src: url(https://jsbin-user-assets.s3.amazonaws.com/rafaelcastrocouto/password.ttf); }
@font-face { font-family: 'Roboto-light'; font-weight: normal; font-style: normal; src: url('./fonts/Roboto-Light.ttf'); }
@font-face { font-family: 'Roboto-regular'; font-weight: normal; font-style: normal; src: url('./fonts/Roboto-Regular.ttf'); }

a.btn-white-finish-dian.a-btn {
    min-width: 100%;
}

a.btn-white-finish-dian-colf.a-btn {
    min-width: 100%;
}

a.link-green {
    color: #4BA82C;
}

.progress-action-text {
    font-weight: bold;
}

a.link-blue {
    color: #005BA8;
}

a.link-green:focus, a.link-green:hover {
    color: #b9e6e1;
}


.tr-required.tr-answered a.link-green, .tr-required.tr-answered a.link-green:focus, .tr-required.tr-answered a.link-green:hover,
.tr-unanswered a.link-green, .tr-unanswered a.link-green:focus, .tr-unanswered a.link-green:hover, .td-disabled-option a.link-green:hover {
    pointer-events: none;
    color: #b9e6e1;
}

.tr-answered {
    /* pointer-events: none; */
}

a.message-process-type {
    pointer-events: all;
}

/**Forms fields styles -- button*/

.btn-green-white, .btn-red-white, .btn-blue-white,.btn-blue-white-gse, btn-white-gray, .swal-button, .swal-button:focus {
    text-transform: none !important;
    padding: 9px 40px;
    box-shadow: none;
    border-radius: 7px;
    color: white;
    font-weight: bold;
}

.btn-white-finish-dian{
    text-transform: none !important;
    padding: 15px 40px;
    box-shadow: none;
    border-radius: 7px;
    color: #858585;
    border-color: #D0D0D0;
    width: 253px;
    height: 81px;
}

.btn-white-finish-dian-colf{
    text-transform: none !important;
    padding: 15px 35px;
    box-shadow: none;
    border-radius: 7px;
    color: #858585;
    width: auto;
    height: auto;
}

.size-font-one-personalized{
    font-family: Roboto-regular;
    font-size: 18px;
}

.size-font-two-personalized{
    font-family: Roboto-light;
    font-size: 20px;
}


.review-button.btn-white-red, .review-button.btn-white-green {
    color: gray !important;
    background: white;
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 10px;
    margin: 10px 10px !important;
}

.btn-white-red {
    border: darkred 1px solid !important;
}

.btn-white-green {
    border: #4BA82C 1px solid !important;
}

.btn-white-red:hover, .btn-white-green:hover, .btn-type-client:hover {
    color: white;
}

.btn-white-green > svg.svg-inline--fa.fa-check.fa-w-16 {
    color: #4BA82C;
}

.btn-white-red > svg.svg-inline--fa.fa-times.fa-w-11 {
    color: darkred;
}

.btn-green-white, .btn-type-client {
    font-family: 'Roboto', sans-serif !important;
    background-color: #4BA82C !important;
    color: white !important;
}

.btn-blue-white {
    background-color: #1D71B8 !important;
    color: white !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 900;
}

.btn-blue-white-gse {
    background-color: #1D71B8 !important;
    color: white !important;
    font-family: 'muli', sans-serif;
    font-size: 900;
}
.btn-white-finish-dian, .btn-type-client {
    background-color: white !important;
    color: #858585 !important;
    border-width: 1px;
    border-style: solid;
}

.btn-type-client {
    background-color: #4BA82C !important;
    color: white !important;
    border-width: 1px;
    border-style: solid;
}

.btn-white-finish-dian-colf {
    background-color: #005BA8 !important;
    color: white !important;
    border-width: 1px;
    border-style: solid;
}
.size-font-one-personalized + .size-font-two-personalized{
    margin-top: 0.3em;
}

.btn-white-gray {
    background-color: white !important;
    color: gray;
    text-transform: capitalize;
}

.swal-button--success, .swal-button--success:focus {
    background-color: #4BA82C !important;
}

.btn-red-white, .swal-button--cancel, .swal-button--cancel:focus {
    background-color: #bc392f !important;
    font-family: 'Roboto', sans-serif !important;
}

.form-group-submit-buttom-center {
    text-align: center;
}

.form-group-submit-buttom-right {
    text-align: right;
}

.btn-type-client {
    margin: 10px 19px;
    height: 150px;
    border-radius: 10px;
    color: white;
}

.btn-type-client .div-icon {
    font-size: xx-large;
    font-size: -webkit-xxx-large;
    padding: inherit;
}

.step-list-popup {
    padding-bottom: 20px;
}

.SwalBtn1 {
    background-color: #4BA82C;
    border-left-color: #4BA82C;
    border-right-color: #4BA82C;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 30px 5px 0px 5px;
    padding: 10px 8px;
    outline: solid;
}

.SwalBtn2 {
    background-color: #de4b40;
    border-left-color: #de4b40;
    border-right-color: #de4b40;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 30px 5px 0px 5px;
    padding: 10px 8px;
    outline: solid;
}

.SwalBtn3 {
    background-color: #9f9f9f;
    border-left-color: #9f9f9f;
    border-right-color: #9f9f9f;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 30px 5px 0px 5px;
    padding: 10px 8px;
    outline: solid;
}

.SwalBtn1-validate-mail {
    width: 40%;
    background-color: #4BA82C;
    border-left-color: #4BA82C;
    border-right-color: #4BA82C;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    margin: 30px 5px 0px 5px;
    padding: 10px 8px;
    outline: solid;
}

.SwalBtn2-validate-mail {
    width: 40%;
    background-color: #00b4ff;
    border-left-color: #00b4ff;
    border-right-color: #00b4ff;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    margin: 30px 5px 0px 5px;
    padding: 10px 8px;
    outline: solid;
}

.p-input-fileLists {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #676767;

}
.swalButtonCustom {
    border-left-color: rgb(75, 168, 44);
    border-right-color: rgb(75, 168, 44);
    border: 0;
    border-radius: .25em;
    background: initial;
    color: #fff;
    font-size: 1.0625em;
    background-color: #4BA82C !important;
    font-family: 'Roboto', sans-serif !important;
    margin: .3125em;
    padding: .625em 2em;
    font-weight: 500;
    box-shadow: none;
}
.btn-blue-document{
    background-color: #00B4FF !important;
    color :white;
    border-radius: 7px;
    margin: .3125em;
    padding: .625em 2em;
    font-weight: 500;
    box-shadow: none;
    border: 0;
    border-radius: .25em;
    font-size: 1.0625em;
}

/**  */
.swal2-popup .swal2-styled.swal2-confirm,
.swal2-progresssteps .swal2-progresscircle,
.swal2-progresssteps .swal2-progressline,
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background-color: #4BA82C !important;
    font-family: 'Roboto', sans-serif !important;
}
.swal2-popup .swal2-content{
    color:#676767 !important;
}
.input-file-lists{
    display: inline-flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
}
.swal2-popup .swal2-confirm{
    font-family: 'Roboto', sans-serif !important;
}
.swal2-popup .swal2-cancel{
    font-family: 'Roboto', sans-serif !important;
    background-color: #D60000 !important;
    
}
.swal2-popup .swal2-title{
    color:#676767 !important;
    font-family: 'Roboto', sans-serif !important;
}
.swal2-popup{
    font-family: 'Roboto', sans-serif !important;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle,
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
    background-color: #b9deda !important;
}

select.swal2-select {
    background-color: transparent !important;
    border: 1px solid #b1b0b0 !important;
    border-radius: 10px;
}

select.swa.swal2-select {

}
.swal2-popup .swal2-select{
    color:#5A5959 !important;
    font-family: 'Roboto', sans-serif !important;
}
/**Forms fields styles -- checked*/

.radiobtn-adv.disabled input[type=radio]:checked ~ .radiobtn-circle, fieldset[disabled] input[type=radio]:checked ~ .radiobtn-circle, input[type=radio]:checked[disabled] ~ .radiobtn-circle {
    border-color: #4BA82C !important;
}

.radiobtn-adv.disabled input[type=radio]:checked ~ .radiobtn-circle-check, fieldset[disabled] input[type=radio]:checked ~ .radiobtn-circle-check, input[type=radio]:checked[disabled] ~ .radiobtn-circle-check {
    background-color: #4BA82C !important;
}

input[type=radio]:checked ~ .radiobtn-circle {
    border-color: #4BA82C !important;
}

.checkbox-circle-check:after, .checkbox-circle-check:before, .radiobtn-circle-check:after, .radiobtn-circle-check:before,
.radiobtn-circle-check:after {
    background-color: #4BA82C !important;
}

.checkbox.switch, .checkbox.checkbox-adv {
    max-width: 40%;
    margin-left: 40%;
}

input[type=checkbox]:checked + .switch-toggle {
    background-color: rgba(0, 150, 136, .5);
}

input[type=checkbox]:checked + .switch-toggle:before, input[type=radio]:checked + .switch-toggle:before {
    background-color: #4BA82C !important;
}

input[type=checkbox]:checked + .switch-toggle:active:after, input[type=radio]:checked + .switch-toggle:active:after {
    box-shadow: 0 0 0 12.5px #4BA82C;
}

.checkbox-circle-icon {
    background-color: #4BA82C !important;
}

.checkbox-circle-icon-dian {
    background-color: #005BA8 !important;
}

.checkbox-circle-check:after, .checkbox-circle-check:before, .radiobtn-circle-check:after, .radiobtn-circle-check:before {
    background-color: #4BA82C;
}

/*.checkbox-disabled-field.checkbox-circle-icon {
    background-color: grey !important;
}*/

/*.checkbox-disabled-field.checkbox.checkbox-adv label span.checkbox-circle-icon.icon{
    background-color: grey !important;
}*/

.center-checked {
    margin-right: 0px !important;
    margin-left: 0px !important;
    text-align: center !important;
    display: inline-grid;
}

/**Forms fields styles -- table*/

.table-title {
    margin-top: 20px;
    color: #858585 !important
}

thead tr, thead tr th {
    color: #858585 !important;

}

th, td, tr {
    text-align: center;
    color: #858585;

    overflow: hidden;
    text-overflow: ellipsis;
}

.disappear {
    display: none;
}

td.td-date::first-letter {
    text-transform: uppercase;
}


/**Forms fields styles -- forms*/

.row.form-row {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

#companyForm .form-group.col-md-6 {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

/*forms list*/

.align-right {
    text-align: right;
}

/**Forms fields styles -- search*/

.input-group {

    border: 1px solid #ddd;
    border-radius: 5px;
    padding-right: 0;
    padding: 0px 0 0px 17px;
    box-sizing: border-box;
}

.input-group .form-control {
    width: 90%;
    margin: 0;
    display: inline-block;
    border: none;
    padding: 0;
}

.input-group .input-group-append {
    width: auto;
    display: inline-block;
}

.input-group-append button, .input-group-append button:after {
    background: transparent;
    box-shadow: none;
    color: #858585;
}


/**Forms fields styles -- select*/

div.select-state {
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-top: 23px;
    width: 23%;
    padding-left: 13px;
    padding-right: 13px;
}

select#select-states {
    padding-left: 5px;
    height: 38px;
    border: none;
    border-radius: 5px;

}

div.select-status-signer{
    border: 1px solid #dddddd;
    border-radius: 5px;
    width: 23%;
}


/**Forms fields styles -- special titles process*/
.input-title {
    font-size: 24px;
    font-weight: 500;
    color: #858585;
}


/**Forms fields styles -- sweets alerts swal*/
.swal-text {
    color: #858585;
    font-size: large;
    text-align: center;
}

.swal-footer {
    text-align: center;
}

.swal-button {
    margin-top: 10px;
}

/**Forms fields styles -- listed table*/

#data-internal-table.listed-table, .numeration-table {
    counter-reset: rowNumber;
}

#data-internal-table.listed-table tr.tr-enabled,
.numeration-table tbody tr {
    counter-increment: rowNumber;
}

#data-internal-table.listed-table tr.tr-enabled td:first-child::before,
.numeration-table tbody tr td:first-child::before {
    content: counter(rowNumber);
    min-width: 1em;
    margin-right: 0.5em;
}

#data-internal-table.listed-table tr.tr-disabled td:first-child::before {
    content: "---";
    min-width: 1em;
    margin-right: 0.5em;
}


/** validation process*/

tr.tr-required {
    background-color: #4BA82C !important;
}

tr.tr-required td {
    color: white;
    font-weight: 500;
    text-align: center;
}

#data-table td.td-class {
    min-width: 183px !important;
}

.td-description {
    text-align: left;
}

.td-table-fill-form {
    text-align: center;
}

.tr-required .td-description {
    text-align: center !important;
}

.td-icon {
    color: #4BA82C !important;
}

.td-date {
    text-transform: capitalize;
}

/**Forms fields styles -- h2 title process*/

.h2-process-title {
    color: #858585 !important;
    text-align: left !important;
}


/**Forms fields styles -- color*/

.div-form-color {
    padding-top: 20px;
    text-align: right;
    margin-left: auto;
}

#color-picker-wrapper {
    margin-right: 10px;
}

#color-icon {
    height: 20px;
    width: 20px;
    color: #858585;

    cursor: pointer;
}

.tr-answered {
    background-color: #f1f1f1 !important;
}

tbody.process-list .tr-required.tr-pending {
    cursor: pointer;
}
tbody.process-list td {
    text-align: center;
}

tbody.register-list td{
    text-align: center;
}



.form-group.form-group-brand.col-md-6.checkbox.switch, .form-group.form-group-brand.col-md-6.checkbox.switch .checkbox {
    margin-left: 0 !important;
}

.form-group-label.control-focus .floating-label {
    color: #212121;
    font-size: 14px;
}

.switch-personalized {
    margin: 1px;
}

.floating-label {
    color: #858585 !important;
    
}

.h3-index {
    margin-top: 10px;
    color: #1D71B8;
    font-size: 28px;
    font-style: normal;
    text-align: center;
    font-family: 'muli', sans-serif;
    font-weight: 800;
    
}

.h3-index-vinkel {
    margin-top: 10px;
    font-weight: 500;
    color: #282726;
}

.checkbox-disabled {
    border-color: #0096887a !important;
    background: #00968863;
}

.label-select {
    color: #858585 !important;
    font-size: 13px;
    padding-bottom: 10px;
}

li.dropdown.margin-right {
    /*padding-top: 10px;*/
}

.div-form-select {
    padding-top: 30px !important;
}

.div-form-select > label {
    padding-top: 40px;
    padding-left: 32px;
}

.view-ico {
    float: left;
}

.special-description {
    left: -6px !important;
}

.special-description-form {
    left: 10px !important;
}

.col-md-2.correct, .col-md-2.approved, .col-md-2.successfulQuery {
    color: green;
}

.col-md-2.correct, .col-md-2.approved-dian, .col-md-2.successfulQuery {
    color:#005BA8;
}

.col-md-2.rejected {
    color: red;
}

.col-md-2.pending {
    color: #ffdc26;
}
.box-shadow-login{
    box-shadow: 0px 5px 4px #0000004D !important;
}
.messageHidden {
    display: none;
    visibility: hidden;
}

#searchInfoMessage, #searchInfoMessageSearch, #searchInfoMessageSearchinhibitoryList{
    text-align: center;
    padding: 0px 75px;
}

#searchInfoMessage h2, #searchInfoMessageSearch h2{
    margin: 0px;
    color: #c9c9c9;
    font-weight: 500;
}
#searchInfoMessageSearchinhibitoryList h2{
    margin: 0px;
    color: #9A9A9A;
    font-weight: 500;
}
#page-newForm .content .prev-holder,
#page-editForm .content .prev-holder {
    overflow-x: auto;
    overflow-y: hidden;
}
.containerLoader{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}
.loader {
    border: 10px solid #FFFFFF;
    border-top: 10px solid #00B4FF;
    border-left: 10px solid #00B4FF;
    border-right: 10px solid #00B4FF; 
    border-radius: 50%;
    height: 80px;
    width: 80px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(90deg); }
    100% { transform: rotate(360deg); }
  }
#page-newForm .content .prev-holder td.table,
#page-editForm .content .prev-holder td.table {
    width: auto;
    padding: 5px 16px;
    color: #212121;
    box-shadow: none;
    vertical-align: middle;
}

#page-newForm .content .prev-holder table.table,
#page-editForm .content .prev-holder table.table {
    width: 100%;
    margin: 0 0 5px 0;
    border: none !important;
    box-shadow: none;
}


.paginationjs-pages ul {
    list-style-type: none !important;
    overflow: hidden;
    float: right;
}

.paginationjs-pages li {
    float: left;
}

.paginationjs-pages li a {
    color: #4BA82C;
    display: block;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

.paginationjs-pages {
    text-align: right;
}


.btn-group-center {
    text-align: center;
}

#message-result, #message-table {
    font-size: 17px;
    color: gray;
    text-align: center;
}

.select-options {
    padding-top: 15px !important;
}

.message-list > li, .message-process-type > li {
    text-align: left !important;
    font-size: 15px;
}
.message-rejected-reason{
    text-align: left !important;
    font-size: 15px;
    font-weight: bold;

}
.message-list {
    max-height: 200px;
    overflow-y: auto;
    
}
.blue-color-lists{
    color:#009BDD !important;
}
.message-list-review {
    border: 1px solid #e4dada;
    border-radius: 5px;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #0E0E0E;
    font: #0E0E0E;
    width: 10000px;
}
.message-list-review-input{
    border: 1px solid #e4dada !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    background-color: white !important;
    color: #0E0E0E;
    font: #0E0E0E !important;
}
.scrollMessageInhibitory ::-webkit-scrollbar{
    width: 5px;
}
.scrollMessageInhibitory ::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;

}

.div-rejected-lists{
    display: flex;
    text-align: left;
}
.div-reason-rejected{
    display: block;
    text-align: left;
    font-size: 15px;
}
.text-rejected-observarions{
    text-align: left;
    font-size: 12px;
    margin: 0px 0;
    color :#D60000;
}
.p-message-process-type, .p-message-type {
    text-align: center;
    font-weight: initial;
}


/* Menu*/

.menu-content .tab-content .menu-title {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dadada;
    color: #212121;
    display: flex;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 8px;
    min-height: 45px;
    padding: 0 16px;
}

.menu-content .tab-content .menu-title .icon-menu-title {
    color: #4BA82C;
}

.menu-content .tab-content .menu-title[href]:focus,
.menu-content .tab-content .menu-title[href]:hover {
    color: #212121;
    outline: 0;
    text-decoration: none;
}

.menu-content #pills-tab {
    position: absolute;
    margin: 0px;
    right: 0px;
}

.menu-content #pills-tab .nav-item {
    display: block;
    position: absolute;
    font-size: 23px;
    right: 2px;
    width: 42px;
    border-left: 1px solid #dadada;
    text-align: center;
}

.menu-content #pills-tab .nav-item.active {
    display: none;
}

.menu-content #pills-tab .nav-item a {
    color: #999;
}

.menu-content #pills-tab .nav-item a svg {
    width: 43px;
    height: 44px;
    padding: 11px 0px 10px;
}

.menu-content #pills-tab .nav-item a:hover {
    color: #999;
}

.menu-content #pills-tab .nav-item.active a {
    color: transparent;
}

.menu-content #pills-tab .nav-item.active a:hover {
    color: transparent;
}

.row.form-row.checkbox-clientType {
    padding-top: 15px;
}

.checkbox-clientType .checkbox.checkbox-adv {
    display: inline-block;
    margin-left: 16px;
}

.checkbox-clientType .checkbox.checkbox-adv label {
    color: #858585;
}

.checkbox-clientType-form {
    margin-left: -16px !important;
}

.checkbox-clientType-row {
    padding-top: 30px;
}

.onlyLowerCase {
    text-transform: lowercase;
}

#clientType-error {
    position: absolute;
    top: 21px;
    padding-left: 0px;
    left: 0px;
    color: #ff4081;
}

label#inputFormClientType-error {
    padding-left: 15px;
}

.form.form-validateIdentity {
    text-align: center;
    width: 550px;
    margin: 0 auto;
    color: #858585;
}

.form.form-validateIdentity h3 {
    font-weight: 500;
    margin-top: 25px;
    font-size: 25px;
}

.form.form-validateIdentity h5 {
    font-weight: normal;
    margin: 10px 0px 30px;
    text-align: justify;
}

.form.form-validateIdentity input.form-control.token-input {
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
}

.card-inner-full {
    width: 100%;
}


#inputQuestionID-error {
    padding-left: 13px;
}

.form-description {
    margin-top: 0px;
    margin-bottom: 0px;
}


.pull-left.div-button,
.pull-right.div-button {
    border-radius: 6px;
}

.note-paragraph {
    margin: 0px 0px 40px;
    background: #4BA82C;
    border-radius: 5px;
    color: white;
    font-style: italic;
    border-bottom: none;
}

.warning-paragraph {
    margin: 0px 0px 40px;
    background: #d10046;
    border-radius: 5px;
    color: white;
    font-style: italic;
    border-bottom: none;
}

#select-status, #select-sign{
    border-bottom: none;
}

.paragraph {
    padding: 4px 6px;
}


.special-icon {
    padding-right: 0px;
}

#input-start-date, #input-end-date {
    border-bottom: transparent !important;
}

.row-buttons-group {
    margin-top: 20px !important;
    border-top: 1px solid #c7c7c7;
}

.div-view-form {
    margin: 16px;
    color: #564c4c;
}

.row-form-group-button {
    padding-top: 20px !important;
}


li.ui-sortable-handle input {
    background: #9f9f9f;
}


.forms-buttom-group button, .forms-buttom-group a {
    margin: 10px 12px;
    width: 44%;
}

.color-validate-rut, .color-validate-rut a, .color-validate-rut i {
    margin-top: 1rem;
    color: #4BA82C;
}

.color-validate-subsaned{
    margin-top: 5%;
    margin-bottom: 5%;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: white;
    color: #555353;
    font-family: 'Roboto', sans-serif;
    text-align: center; 
    font-weight: 500;
    font-size: 12px;
    border: 1px solid #dadada;
    border-radius: 3px;
    padding: 5px 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: -45px;
    left:-77px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.font-weight-bold{
    font-weight: bold;
}

/***    Sweet alert styles       ***/

h2#swal2-title {
    line-height: initial;
    font-size: 19px;
    font-weight: 500;
}


.div-sweet-review-form .p-message {
    font-size: 14px;
    font-weight: 500;
}

.div-sweet-review-form .p-observation {
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: gray;
    padding-top: 20px;
}

.div-sweet-review-form .div-textarea textarea {
    width: 100%;
    height: 100px;
    border: solid 1px #ccc;
    border-radius: 6px 6px;
    background: #f2747414;
}

.div-review {
    display: none
}

.div-section-card {

    padding-top: 10px;
    margin-top: 17px;
    padding-bottom: 19px;
}


input.hidden {
    display: none;
}

.form-status-check {
    margin-left: 17px;
}


@-moz-document url-prefix() {
    li.user-last-connection > ul {
        padding-top: 15px;
    }
}

.swal2-radio {
    flex-direction: column;
    align-items: flex-start !important;
    font-size: 15px !important;
    padding-left: 23px !important;
} 

.big-card {
    width: 136%;
    position: relative;
    left: -18%;
    min-height: 800px;
}

.document-viewer {
    width: 100%;
    height: 680px;
    background: #fbf9f9;
    max-width: 100%;
    margin-left: 0;
}

.headerPDF {
    width: 100%;
    height: 10% !important;
    background: #4BA82C;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.containerPDF {
    display: flex;
    flex: 1;
    justify-content: center;
    min-height: 0;
}

.btnNextPDF {
    background: #fff;
    border: none;
    border-radius: 4px;
    height: 50%;
    width: 150px;
    margin: 0 20px;
    cursor: pointer;
    right: 0;
}

.titleDocumentNamePDF {
    color: #fff;
    font-size: 1.5vw;
    float: left !important;
    margin: 0 20px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btnNextPDF:hover {
    background: #f7f7f7;
}

.paper-toolbar {
    background: white;
    color: gray;
    height: 40px;
}

.min-card {
    padding: 10px;
    margin: 10px;
}

.full-height {
    min-height: -webkit-fill-available;
}

.full-width {
    min-width: -webkit-fill-available;
}

.form-detail {
    margin: 10px;
}

.form-detail > form-data {
    padding: 0;
    min-width: 100%;
}

.review-text {
    color: red;
    font-size: 12px;
    text-align: right;

}

#checkPermisos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
}

#checkPermisos select {
    diplay: flex;
    height: 30px;
    align-selft: flex-end;
    float: right;
    font-size: 12px !important;
    background: transparent;
    border: 2px solid #646464;
    border-radius: 5px;
}

#checkPermisos input[type=checkbox] + label {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0.2em;
    font-size: 12px !important;

}

#checkPermisos input[type=checkbox] {
    display: none;
}

#checkPermisos input[type=checkbox] + label:before {
    content: "\2714";
    border: 2px solid #646464;
    border-radius: 1px;
    width: 15px;
    height: 15px;
    color: transparent;
    transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px !important;
    margin: 0 10px 0 0;
}

#checkPermisos input[type=checkbox] + label:active:before {
    transform: scale(0);
}

#checkPermisos input[type=checkbox]:checked + label:before {
    background-color: #4BA82C;
    border-color: #4BA82C;
    color: #fff;
}

.containerViewPDF {
    display: flex;
    width: 80% !important;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #d1d1d1;
}

.containCheckSignatures {
    display: flex;
    flex-direction: row;
    margin: 0 !important;
}

.containerColumn {
    display: flex;
    flex-direction: column;
    margin: 5px 0 !important;
    flex: 1;
    padding: 0 5px 0 0;
}

.containerColumn h5 {
    margin: 5px 0 !important;
}

.containerColumn input {
    margin: 5px 0 !important;
    width: 100%;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    float: left;
}

.buttonTabStyleSign {
    display: flex;
    flex: 1;
    height: 30px;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    background: transparent;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.activeStyle, #btnSignNmae {
    border-bottom: 1px solid #4BA82C;
    color: #4BA82C;
}

#page-viewPDF .swal2-actions {
    margin: 0 !important;
}

.containerBtnNetdViewPDF {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}


.min-card {
    padding: 10px;
    margin: 10px;
}

.full-height {
    min-height: -webkit-fill-available;
}

.full-width {
    min-width: -webkit-fill-available;
}

.form-detail {
    margin: 10px;
}

.form-detail > form-data {
    padding: 0;
    min-width: 100%;
}

.review-text {
    color: red;
    font-size: 12px;
    text-align: right;

}

.paper-toolbar {
    color: gray !important;
    background: white !important;
}

.card.card-border {
    border-left: solid 10px #9cff46;
}

.div-right {
    text-align: right;
}

.card-border {

}

.sub-title > .div-text {
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    height: 28px;
    margin-left: 10px;
}

.sub-title > div {
    padding: 0;
}

.sub-title > .div-icon {
    text-align: right;
    color: #9f9f9f;
    width: 10px;
    padding-left: 28px;
}


.form-group-narrow {
    margin-top: 19px !important;
    margin-bottom: 0px !important;
}

.remove-action-card {
    border: none;
    background: none;
}

.card-action {
    border: none;
}

.input-narrow-card {
    font-size: 12px;
    color: gray
}

.card-min-title {
    color: gray
}

.principal-card > .card-min-title {
    padding: 3px 0px;
}

.error-card-min {
    font-size: 10px;
    line-height: 13px;
}

.min-font > td {
    font-size: 12px;
}

.div-principal-title {
    background: #4BA82C;
    color: white;
    padding: 10px 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: inherit;
}

#div-principal-title {
    color: gray !important;
    text-align: left;
    padding-left: 10px
}

.div-file-enum-list {
    padding: 0 16px 0 16px;
}

.without-pagination > .paginationjs {
    display: none;
}


/*** **/

.type-file-icon.icon-file-number {
    padding-left: 5px;
}

.type-file-icon.icon-file-radio-group {
    padding-left: 3px;
}

.type-file-icon.icon-file-text > p {
    padding-top: 2px;
}

.type-file-icon.icon-file-table {
    padding-left: 3px;
    padding-top: 1px;
}

body#page-createPDF.swal2-height-auto,
body#page-viewPDF.swal2-height-auto {
    height: 100% !important;
}

.input-user-name, .input-user-email {
    color: #948f88;
    font-size: 12px;
}

.text-left {
    text-align: left;
}

@media screen and (max-height: 640px) {
    .headerPDF {
        height: 15% !important;
    }
}

.date-disabled{
    color: #9f9f9f;
}

.div-service {
    margin-top: 15px;
    min-height: 80px;
    border: 0.5px solid gray;
    border-radius: 10px;
}

.div-service > .switch > .switch{
    min-width: fit-content;
    max-width: 20% !important;
    margin-left: 20% !important;
}

.div-service > .title{
    position: absolute;
    top: -12px;
    line-height: normal;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    color: #858585;
    font-size: 13px;
}

.sub-title-card{
    color: #c7c7c7;
    font-size: 16px;
    padding-left: 45px;
    margin-bottom: 0;
}

.label-message-services{
    color: gray;
    padding-left: 13px;
}

.row-validations{
    padding-left: 16px;
    padding-right: 16px;
}

.statement-question-label{
    color: #757575 !important;
    font-size: 14px !important;
}

.question-table > table{
    margin-left: 22px;
    max-width: 98%;
}

.button-right-align{
    text-align: right;
}

.instructions-message{
    margin-top: 20px;
    font-style: italic;
    font-size: 12px;
    padding: 8px 17px;
    background: #4BA82C;
    color: white;
    font-weight: 500;
    border-radius: 7px;
}

.select-status-type, .select-status-signer{
    margin-left: 15px;
}

.padding-small-window{
    margin-top: 16px;
}

.select-state {
    margin-left: 16px !important;
}

.icon-gray-color{
    color: gray !important;
}

.field_icon {
  float: right;
  margin-left: -25px;
  margin-right: 8px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
.field_icon-gse{
    float: right;
    margin-left: -30px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
  }

.simple-table{
    margin-top: 40px;
}
.form-group-label-gse{
    margin-top: 24px;
    margin-bottom: 24px;
}
.form-group-label-gse input{
    border-radius: 0px 8px 8px 0px  !important;
    border: solid 1px #dfdddd !important;
    padding-left: 5px !important;
}

.form-group-label input{
    border-radius: 8px !important;
    border: solid 1px #dfdddd !important;
    padding-left: 5px !important;
}

.form-group-label select{
    border-radius: 8px !important;
    border: solid 1px #dfdddd !important;
    padding-left: 5px !important;
    background-position: 98% 11px !important;
}

.form-group-label label{
    padding-left: 5px !important;
}

.form-group-label textarea{
    border-radius: 8px !important;
    border: solid 1px #dfdddd !important;
    padding-left: 5px !important;
    left:0px !important;
}

.form-group-title label, .form-group-title input, .form-group-title textarea{
    font-size: 15px;
}
.form-group-title label{
    font-size: 20px;
    left: 20px;
    top: 30%;
}

.form-group-title input{
    color: black;
    height: 60px;
}

.form-group-title textarea{
    height: 65px;
}

#data-table thead{
    background-color: #eeeeee;
}
#data-table thead tr th{
    font-size: 14px;
    color: black !important;
}

#data-internal-table thead{
    background-color: #eeeeee;
}
#data-internal-table thead tr th{
    font-size: 14px;
    color: black !important;
}

.form-group-title.control-focus .floating-label{
    transform: scale(0.85714, 0.85714) translateY(-42px) !important;
}


.form-group-title.control-highlight .floating-label{
    transform: scale(0.85714, 0.85714) translateY(-42px) !important;
}

.form-group-title.control-highlight input[type="text"]{
    border-radius: 8px !important;
    border: solid 1px #dfdddd !important;
    padding-left: 5px;
    margin-top: 0px !important;
}


body{
    font-family: 'Roboto', sans-serif !important;
}



.form-group-title.color-div label {
    color:#dfdddd;
}

.test-input-color {
    border-radius: 8px;
    border: solid 1px #dfdddd;
    text-align: right;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif !important;
}

.greenText {
    color:  #00AC6C !important;
}

.redText {
    color: #fc4128;
}

.btn-rejected{
    margin-bottom: 18px;
    display: inline-block;
    float: left;
}

.btn-rejected  > button{
    background-color: rgb(221, 51, 51);
}

.btn-rejected  > button:hover{
    background-color: rgb(221, 51, 51);
    color: white
}

.popup-select-label{
    font-family: 'Roboto', sans-serif !important;
    text-align: left;
}

.popup-textarea{
    min-width: 100% !important;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
}

.field-pending {
    color: #FFBF00 !important;
}

.field-errorsFiles , .field-withoutFile {
    color: red !important;
}

.color-user-no-access{
    color: #FF5E03 !important;
}

.field-finalizedByChecker {
    color: #c56dac !important;
}
.spinner-button{
    display: flex;
    margin:auto;
    justify-content: center;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-left-color: rgb(255, 255, 255);
    margin-left: 15px;
    display: none;
    animation: spin 1s ease infinite;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  .form-group-label.control-focus .floating-label, .form-group-label.control-highlight .floating-label {
    -webkit-transform: scale(0.85714, 0.85714) translateY(-27px);
            transform: scale(1, 1) translateY(-27px);
  }
  .icon-login {
    background: #009BDD;
    color: transparent;
    width: 10%;
    height: 35px;
    border-radius: 10px 0px 0px 10px;
    padding: 10px;
    text-align: center;
  }
  .input-field{
    background-color: transparent;
    background-image: none;
    color: inherit;
    font-size: 14px;
    height: 36px;
    line-height: 0px;
    width: 85%;
    padding: 10px;
  }
  .input-field-gse{
    font-family: 'muli', sans-serif!important;
    background-color: transparent;
    background-image: none;
    color: inherit;
    font-size: 14px;
    height: 36px;
    line-height: 0px;
    width: 90%;
    padding: 10px;
  }
  .label-login-vinkel{
    color: #282726 !important;
  }
  .recover-password-gse{
      margin-bottom: 10px;
      margin-top: 10px;
      text-align: right;
      font-family: 'muli', sans-serif;
  }
  .text-login-gse{
    font-family: 'muli', sans-serif;
    color: #707070;
    opacity: 1;
  }
  .text-confirm-gse{
    font-family: 'muli', sans-serif;
    color: #575756;
    opacity: 1;
  }
  .text-recover-gse{
    font-family: 'muli', sans-serif;
    color: #706F6F;
    opacity: 1;
  }
.div-login-gse{
    font-family: 'muli', sans-serif;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}
.div-login-gse label{
    margin-top: 7px;
    width: 100%;
    text-align: center;
}
.div-fill-form{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.message-recover-password{
    color: #464646;
    font-size: 22px  ;
}
.message-password-gse{
    margin-top: 10px;
    color: #706F6F;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    font-family: 'muli', sans-serif;
}
.btn-vinkel{
    font-family: 'Roboto', sans-serif !important;
    background-color: #00AC6C !important;
}
.href-login-vinkel{
    color: #009688;
}
.hr-login-gse{
    color:#DADADA;
    margin-top: 0px;
    margin-bottom: 0px;
}
.card-alert-gse{
    font-family: 'muli', sans-serif;
    background-color: #FA5A0026;
    box-shadow: 0 0px 0 #e5e5e5, 0 0 2px rgb(0 0 0 / 12%), 0 2px 4px rgb(0 0 0 / 24%);
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
}

.card-shadow-logingse{
    box-shadow: 0px 6px 4px #0000004D;
}
.card-margin-recoverpassword{
    margin-top: 300px;
}
.hr-login{
    background-color: #BBBBBB;
    height: 1px
}
.input-login-white{
    background-color: #FFFFFF;
}
option{
    font-family: 'Roboto', sans-serif !important;
}
.change-white-background input:valid{  background: #FFFFFF;
    font-family: 'Roboto', sans-serif !important; }

.change-white-background input:focus{
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif !important;
}

.text-email {
    color: #4BA82C !important;
    text-decoration: underline !important;
}

.vinkel-text {
    color: #4BA82C; 
    font-weight: bold;
}

.vinkel-bold-text {
    color: #5A5959; 
    font-weight: 600;
}

.vinkel-modal-text {
    color: #5A5959; 
    font-weight: 400;
    font-size: 19px !important;
}

input.pw2 {
    font-family: 'password' !important;
  }

@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
