.container-fluid {
    margin-bottom: 123px;
}


.form-lote-edit {
    display: none;
}



.right-important-sqad-show{
    position:absolute;
    right:48px;
    width: 12px;
    height: 12px;
    background-color: #4dc145;
    z-index:10;
}

.right-important-sqad-hidden {
    display:none;
}



/*** Start New Disighn **/
@media screen and (min-width: 1277px) {

    h1,
    .big-top-stars {
        margin-top: 60px;
    }

    #content-front,
    #content-front-home,
    #content-middle,
    #contnet-bottom,
    #content-footer {
        position: relative;
        width: 1277px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (min-width: 1000px) and (max-width: 1400px) {

    h1,
    .big-top-stars {
        margin-top: 60px;
    }

    #content-front,
    #content-front-home, 
    #content-middle,
    #contnet-bottom,
    #content-footer {
        position: relative;
        width: 1070px;
        margin-left: auto;
        margin-right: auto;
    }
    .right-important-sqad-show{
        top: 43%;
    }
}

/*** End New Disighn **/

.form-for-docs p {
    margin-bottom: 0px;
}

.btn-logout {
    position: relative;
    display: block;
    padding: 3px 10px;
}

.btn-danger {
    margin-left: 7px !important;
}

.translate-form {
    background-color: #53728d;
    color: white;
    border: 1px solid #728799;
    margin-right: 10px;
}

.translate-form:hover {
    background-color: #3d5d79;
    color: white;
}

h1 {
    margin-bottom: 58px;
}

.admin-logo {
    height: 34px;
    width: 117px;
    margin: 3px 0px 0px 10px;
}

.custom-btn-create {
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.table-body-td {
    font-size: 16px;
    /* text-align:center; */
}

.reqiured-form-field {
    color: red;
    margin-right: 10px;
}


/*** Start form login register styles  **/
.login-logo {
    display: block;
    margin-top: 50px;
    margin-bottom: 8px;
}

.login-register {
    margin-bottom: 100px;
}

input[type=text],
input[type=checkbox] {
    border: 1px solid #A5ADC2;

}

.consultant-lists input[type=checkbox] {
    border: 2px solid #e9a846;
}

input::placeholder {
    color: #7F89A8 !important;
}

input[type=text] {
    border-radius: 25px;
}

.conusltant-name-title {
    display: block;
    width: fit-content;
    position: absolute;
}

.btn-login-register {
    width: 224px;
    height: 50px;
    margin: 14px auto 0px auto;
    padding-right: 20px !important;
    padding-left: 20px !important;
    color: #fff !important;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 41px;
    text-transform: uppercase;
    background-image: linear-gradient(to left, #FC8103, #FAC30B);
    background-size: 100%;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 50px;

}

.btn-login-register:hover {
    box-shadow: 1px 1px 20px #c1b7b7b5;
    border: none;
}


.btn-customer-password-update,
.btn-customer-presentador-update {
    width: 224px;
    height: 50px;
    margin: 40px auto 0px auto;
    padding-right: 20px !important;
    padding-left: 20px !important;
    color: #fff !important;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 41px;
    text-transform: uppercase;
    background-image: linear-gradient(to left, #FC8103, #FAC30B);
    background-size: 100%;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 50px;

}

.btn-customer-password-update:hover,
.btn-customer-presentador-update:hover {
    box-shadow: 1px 1px 20px #a0a0a0;
    border: none;
}

.remember-me {
    color: #959292;
}

/*** End form login register styles  **/

.status-disabled,
.status-enabled {
    font-size: 14px;
    font-weight: 600;
}

.status-disabled {
    color: rgb(255, 38, 0);
}

.status-enabled {
    color: green;
}

.required-errors {
    display: none;
}

/* Form Builder */

.form-section-title {
    font-weight: 600;
    text-align: center;
    line-height: 56px;
    font-size: 23px;
}

.fb-editor-desighn {
    border: 1px solid #cdcbcb;
    padding: 16px;
    width: 98%;
    margin-left: 3%;
}

/* Скрыты поля куда уходит и приходят данные формы, при необходимости можно открыть для визуализации,
   так же скрыта кнопка "update-forms" она нажимаеться програмно без этого не обновляеться данные в полях. 
*/
.update-forms,
#form_data,
#row_form_data {
    display: none;
}

/* Start block choose Languages */

/* .language-choose {
    position:absolute;
    right: 10%;
    top: 20%;
} */

.language-choose {
    margin-right: 125px;
}

#left-column-front {
    width: 15%;
    border-right: 1px solid #d3d2d2;
}

.order-notify,
.feedback-notify,
.review-notify {

    position: relative;
    margin-left: 45%;
    color: white;
    height: 18px;
    width: 18px;
    font-size: 11px;
    line-height: 18px;
    font-weight: 800;
    display: inline-block !important;
    border-radius: 50%;
    text-align: center;

}


.consultant-answer-notify,
.consultant-list-notify,
.consultant-errors-notify,
.consultant-errors-notify-list {

    position: absolute;
    color: white;
    font-size: 11px;
    font-weight: 800;
    display: inline-block !important;
    border-radius: 50%;
    text-align: center;

}

.consultant-answer-notify {
    margin-left: 45%;
    height: 18px;
    width: 18px;
    line-height: 18px;
}

.consultant-errors-notify {
    height: 18px;
    width: 18px;
    line-height: 18px;
}

.consultant-list-notify,
.consultant-errors-notify-list {
    height: 21px;
    width: 21px;
    line-height: 21px;
}

.order-notify {

    left: 33%;
    background-color: #05af05;
}


.feedback-notify {
    left: 16%;
    background-color: #00b7ff;

}

.review-notify {
    left: 16%;
    background-color: #7e7b02;

}

.consultant-answer-notify,
.consultant-list-notify {
    margin-left: 12px !important;
    background-color: #00b7ff;

}

.consultant-errors-notify {
    margin-left: 46px !important;
}

.consultant-errors-notify,
.consultant-errors-notify-list {
    background-color: #f56b6b;
}

.wrp-visible-block {
    color: black;
    display: block;
    margin-top: 3px;
}



/*** Province checkbox admin  */

.main-wrp-provinces .switcher {
    font-size: 26px;
    line-height: 9px;
    margin-left: -7px;
}

.btn-province-hidde-show {
    width: 27px;
    height: 27px;
    margin-left: 18px;
}

.main-wrp-provinces {
    position: relative;
}

.all-province-wrp {
    position: absolute;
    left: 15%;
    display: none;
    background-color: white;
    margin-top: 37px;
    width: 370px;
    max-height: 500px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: scroll;
    z-index: 100;
    border: 10px solid white;
    box-shadow: 1px 1px 10px black;
}

.item-province span {
    color: #1975a7;
    font-weight: 600;
    font-size: 13px;
}

.item-province:hover {
    background-color: rgb(233, 233, 233);
}

.item-province label {
    float: right;
    margin-right: 20px;
}

.item-province:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.item-province input {
    display: inline-block;
    margin-right: 5px;

}

.ck-editor__editable {
    min-height: 300px;
}

.small-modal-content {
    height: 62px;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 3px 9px rgb(0 0 0 / 25%) !important;
}

.small-modal-save {
    height: 60px;
    width: 260px;
    margin: 0px auto;
    background-color: #3cd53c;
    color: white;
    border: 3px solid white;
    border-radius: 5px !important;
}

.small-modal-save .modal-title {
    line-height: 25px;
    font-weight: 600;
    font-size: 22px;
}

/** Hidding button from ckeditor */
#description_lang>div:nth-child(2)>div>div>div.ck.ck-editor__top.ck-reset_all>div>div.ck.ck-sticky-panel__content>div>div>button:nth-child(24) {
    display: none;
}

@media screen and (min-width:1400px) {

    .login-logo {
        width: 285px;
        margin-left: 39%;
    }
}

@media screen and (min-width: 1000px) {
    #left-column-front {
        float: left;
        width: 15%;
        min-height: 100vh;
    }

    .form-for-docs {
        width: 1000px;
    }

    input[type=text],
    input[type=number] {
        height: 50px;
        border-radius: 25px;
    }

    .form-for-docs select {
        height: 50px;
        border-radius: 25px;
    }

    .login-btn {
        margin-right: 20px;
    }

    .links-fogot-register-login a {
        font-size: 14px;
    }


    .captcha-wrp {
        display: inline;
        margin-right: 23px;
        width: 50%;
    }

    input[name="codSeguridadForm"] {
        display: inline;
        width: 24%;
        padding-left: 14px;
    }

    .form-submit {
        width: 20%;
        height: 50px;
        margin: 28px 0px;
        border-radius: 25px;
        font-size: 19px;
    }

    .title-download-pdfs {
        float: left;
        margin-bottom: 12px;
        min-width: 18%;
        line-height: 44px;
        margin-right: 21px;
    }

    .conusltant-name-title {
        /* right: 236px; */
        left: 475px;
        margin-top: -5px;
    }

    .consultant-link-list-errors {
        position: absolute;
        top: 19px;
        right: 75px;
    }

    .consultant-show-date {
        position: absolute;
        top: 19px;
        right:230px;
        margin-top: 5px;
        display: block;
        font-weight: normal;
        font-size: 15px;
        color:#25697c;
    }

    #status-order {
        width: 20%;
    }

}

@media screen and (max-width: 1000px) {

    .login-logo {
        width: 77%;
        margin-left: auto;
        margin-right: auto;
    }

    .links-fogot-register-login a {
        font-size: 18px;
        text-align: center;
    }

    .btn-login-register {
        margin-bottom: 12px;
    }

    .btn-logout {
        float: right;
        margin-right: -56%;
    }

    #left-column-front {
        width: 100%;
        margin-top: 7px;
        border: none;
    }

    #content-front,
    #content-front-home,
    #content-middle,
    #contnet-bottom,
    #content-footer {
        min-height: 50vh;
        padding: 6% 3% 8% 3%;
    }

    #content-middle,
    #contnet-bottom,
    #content-footer {
      overflow:hidden;
    }

    .form-for-docs {
        width: 95%;
        margin: 0px auto;
    }

    input[name="codSeguridadForm"] {
        padding-left: 14px;
    }

    .conusltant-name-title {
        font-size: 18px;
        right: 152px;
        margin-top: -5px;
    }

    .consultant-link-list-errors {
        position: absolute;
        top: 60px;
        right: 8px;
    }

    .wrp-visible-block {
        height: 50px;
    }

    .consultant-show-date {
        position: absolute;
        top: 59px;
        left: 11px;
        margin-top: 5px;
        display: block;
        font-weight: normal;
        font-size: 15px;
        color: #25697c;
    }

    .right-important-sqad-show{   
        top: 44%;
    }

    #status-order {
        width: 90%;
    }
}

.form-list .list-group-item-info {
    background-color: #314c66;
    color: white;
    border: 1px solid rgb(0 0 0 / 7%);
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    transition: background 250ms linear 0s;
}

.form-list .list-group-item-info:hover {
    background-color: #202f3e;
}

.footer-front {
    min-height: 150px;
    padding: 40px 0px 15px 0px;
    background-color: #001348;
}

.footer-admin {
    min-height: 107px;
    padding: 30px 0px 50px 0px;
    background-color: #ffffff;
    border-top: 2px solid #146fa359;
    color: white;
}

.lar-version {
    text-align: center;
    color: #565656;
    font-size: 15px;
}

.descritpion-form {
    margin: 10px 0px 60px 0px;
}

.form-for-docs input {
    border: 1px solid #A5ADC2;
    margin-bottom: 15px;
}

.form-for-docs input[type="radio"] {
    margin-right: 5px;
}

.form-for-docs select {
    border: 1px solid #A5ADC2;
    margin-bottom: 15px;
}

.formbuilder-select-label {
    margin-bottom: 1rem;
}

.field-consiento_confirmar label {
    width: 95%;
    margin: -31px 0px 58px 0px;
}

.consiento-confirmar {
    position: relative;
    left: -24px;
    top: 37px;
}

/*** Dasboard statistics **/

.last-seven-days .tile {
    background-color: #3678c9;
}

.statistics-page .main-subtitle {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.row-heads,
.last-seven-days {
    margin-bottom: 16px;
}

/*** Start instruction pdf file manager  **/
.wrp-file-instruction {
    float: left;
    width: 152px;
    height: 108px;
    margin-left: 40px;
    margin-bottom: 30px;

}

.wrp-file-instruction label {
    cursor: pointer;
}

.img-instruction {
    display: block;
    width: 44px;
    margin: 0px auto 2px auto;
    color: #ff3838d6;
    font-size: 60px;
    font-weight: 100;
    box-shadow: -10px 4px 16px #0000003d;



}

.wrp-file-instruction:hover .img-instruction {
    box-shadow: -10px 4px 16px #0000005c;
}

.file-name-instruction {
    display: inline-block;
    margin-top: 7px;
    word-wrap: break-word;
    color: #585858;
    font-weight: 600;
    width: 122px;
    font-size: 13px;
}

.wrp-file-instruction input[type=checkbox] {
    float: left;
    /* display:inline-block; */
    margin-top: 7px;
    margin-right: 5px;

}


.insturction-pdf-buttons {
    padding-left: 6% !important;
}

.header-instructions-pdf {
    margin-bottom: 46px;
}

.btn-instruction-upload {
    margin-right: 10px;
}

/*** End instruction pdf file manager  **/

.accordion .card-header:before {
    font-family: FontAwesome;
    content: "\f107";
    margin-top: 8px;
    font-size: 17px;
    float: right;
    color: #C4C4C4;
    ;
    margin-right: 42px;


}

.accordion .card-header.collapsed:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-top: 8px;
    font-size: 17px;
    color: #C4C4C4;
    float: right;
    margin-right: 33px;
}

.accardion-inner {
    color: #8b8b8b !important;
    background-color: #444444;
}

.accardion-inner a {
    margin-left: 15px;
    font-size: 13px !important;
    transition: margin-left 350ms ease-out 0s;
}

.accardion-inner a:hover {
    margin-left: 25px;
}

/* accordion cunsultant */

.consultant-show li {
    list-style-type: none;
}

.consultant-show .card-header:before {
    display: none;
    font-family: FontAwesome;
    content: "\f107";
    margin-top: 0px !important;
    font-size: 26px;
    float: right;
    color: #0586c7;
    margin-right: 42px;
}

.consultant-show .card-header.collapsed:before {
    display: none;
    font-family: FontAwesome;
    content: "\f105";
    margin-top: 0px !important;
    font-size: 26px;
    color: #0586c7;
    float: right;
    margin-right: 33px;
}

.consultant-show .question {
    color: black !important;
    background-color: #f1f1f1;
    margin-bottom: 27px;
    text-align: center;
    padding: 15px 14px;
    border-radius: 30px;
}

.consultant-show .answer {
    margin-bottom: 20px;
    background-color: #c9ffe1bd;
    padding: 15px 14px;
    border-radius: 30px;
}

.consultant-show .answer a {
    margin-left: 0px;
    font-size: 17px !important;
    color: #0d6efd;
    text-decoration: underline;
}

/* Consultant Error Answer */

.consultant-show .answer h1,
.consultant-show .answer h2,
.consultant-show .answer h3,
.consultant-show .answer h4,
.consultant-show .answer h5 {
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: .5em;

}

.consultant-show .answer h1 {
    font-size: 3.00rem;
}

.consultant-show .answer h2 {
    font-size: 2.50rem;
}

.consultant-show .answer h3 {
    font-size: 2.25rem;
}

.consultant-show .answer h4 {
    font-size: 2.00rem;
}

.consultant-show .answer h5 {
    font-size: 1.75rem;
}

.consultant-show .answer h6 {
    font-size: 1.50rem;
}

.consultant-show .answer ul li {
    list-style-type: disc;
}

.consultant-show .answer ul li,
.consultant-show .answer ol li {
    line-height: 33px;
}

.consultant-show .answer ol li {
    list-style-type: auto;
}

.consultant-error-answer ol li {
    list-style-type: none;
}

.consultant-error-answer .card-header:before {
    display: none;
    font-family: FontAwesome;
    content: "\f107";
    margin-top: 0px !important;
    font-size: 26px;
    float: right;
    color: #0586c7;
    margin-right: 42px;
}

.consultant-error-answer .card-header.collapsed:before {
    display: none;
    font-family: FontAwesome;
    content: "\f105";
    margin-top: 0px !important;
    font-size: 26px;
    color: #0586c7;
    float: right;
    margin-right: 33px;
}

.consultant-error-answer .question {
    color: black !important;
    background-color: #f1f1f1;
    margin-bottom: 11px;
    text-align: center;
    padding: 15px 0px;
}

.consultant-error-answer .answer {
    margin-bottom: 20px;
    text-align: center;
    color: black !important;
    background-color: #c9ffe1bd;
    padding: 15px 0px;
}




.info-customer-admin {
    margin-bottom: 30px;
}

.info-customer-admin .form-control {
    font-weight: 700;
    border: none !important;
    box-shadow: none !important;
}

.info-customer-admin .control-label {
    margin-right: 17px;
}

.info-customer-admin .form-group {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border: none !important;
    margin-right: 17px;
}



/* .orders-customer-adm {
    margin-top: 25px;
  } */

.orders-tabl-admin .btn-form-orders {
    width: 47%;
}

.orders-tr {
    background-color: #0B3CC9;
}

.tbl-orders tr td {
    height: 50px;
    padding: 17px 0px 2px 0px;
}

.btn-form-orders {
    width: 25%;

    border: 1px solid #1E9957;
    background-color: #1E9957;
    color: white;
    font-size: 12px;
    border-radius: 3px;
    transition: background-color 100ms linear 0s;
}

.btn-form-orders:hover {
    color: #ffffff;
    background-color: #05763a;
    border-color: #05763a;
}

.orders-tabl-admin .btn-taca-orders {
    width: 42%;
}

.btn-taca-orders {
    width: 20%;
    font-size: 12px;
    color: #fff;
    background-color: #1A85F8;
    border-color: #1A85F8;
    border-radius: 3px;
    transition: background-color 100ms linear 0s;
}



.btn-taca-orders:hover {
    background-color: #0456ae;
    color: #fff;
    border-color: #0456ae;
}



.btn-form-indicaciones {
    width: 35%;
    margin-top: -11px;
    font-size: 13px;
    color: #1384fc;
    background-color: white;
    border-color: #4ba0fc;
    border-width: 2px;
    border-radius: 12px;
    transition: background-color 100ms linear 0s;
}

.btn-form-indicaciones:hover {
    color: #1384fc;
    border-color: #4ba0fc;
    background-color: #cbe4fe;
}

.orders-time-left {
    color: #005ed9 !important;
    font-size: 15px;
    /* padding-left: 50px !important; */
    text-align: center;
}

.users-loged-orders .indicaciones {
    padding-left: 4px;
    padding-right: 4px;
}

.users-loged-orders .orders-time-left {
    padding-left: 35px !important;
}

#filter-orders {
    margin-left: 25px;
    margin-bottom: 20px;
    width: 300px;


}

#filter-orders option {
    font-size: 15px;
    color: black !important;
}

.title-order-total {
    float: left !important;
    height: 49px;
    margin-left: 44px;
    width: 85%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(0 110 155 / 96%);
    text-align: center;
    text-decoration: underline;
}


@media screen and (min-width:1000px) and (max-width: 1400px) {

    .login-logo {
        width: 250px;
        margin-left: 38%;
    }

    .orders-tabl-admin .orders-files {
        min-width: 142px;
    }


    .btn-form-orders {

        font-size: 11px;
        border-radius: 3px;
        padding: 3px 1px;
    }

    .orders-tabl-admin .btn-taca-orders,
    .orders-tabl-admin .btn-form-orders {
        width: 45%;

    }

    .btn-taca-orders {
        font-size: 11px;
        border-radius: 3px;
        padding: 3px 1px;
    }

    .orders-tabl-admin .btn-del-show {
        min-width: 70px;
    }

    .orders-tabl-admin,
    .orders-tabl-admin tr td {
        font-size: 12px;
        text-align: center;
    }

    .orders-tabl-admin .btn-danger,
    .orders-tabl-admin .btn-primary {
        padding: 3px 6px;
        font-size: 11px;
    }


    .orders-tabl-admin .btn-danger {
        margin-left: 4px !important;
    }

    .orders-tabl-admin .date-order {
        min-width: 81px;
    }

    .orders-tabl-admin .spend-times {
        min-width: 81px;
    }
}


@media screen and (min-width:1400px) {


    .orders-tabl-admin .orders-files {
        width: 167px;
    }

    .btn-form-orders,
    .btn-taca-orders {

        font-size: 12px;
        border-radius: 3px;
        padding: 4px 1px;
    }

    .orders-tabl-admin .btn-taca-orders {
        width: 42%;

    }

    .orders-tabl-admin .btn-del-show {
        width: 108px;
    }

    .orders-tabl-admin,
    .orders-tabl-admin tr td {
        font-size: 13px;
        text-align: center;
    }

    .orders-tabl-admin .date-order {
        width: 100px;
    }

    .orders-tabl-admin .spend-times {
        min-width: 85px;
    }

    .right-important-sqad-show {     
        top: 21px;
    }
}
