/*****************MENU PRINCIPAL*****************/


.navbar-nav>li>a {
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-brand {
    height: 43px;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 12px;
    padding-top: 5px;
}

.no-border {
    border: 0;
    box-shadow: none;
    /* You may want to include this as bootstrap applies these styles too */
}

.navbar {
    min-height: 48px;
    margin-bottom: 0px;
}

.login_user {
    max-width: 124px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.login_user .glyphicon.glyphicon-remove-sign {
    float: right;
    position: relative;
    right: -13px;
    top: -16px;
}

/*****************FIN MENU PRINCIPAL*****************/

.header {
    width: 90%;
    margin: auto;
}


/*****************CSS Administración sistema************************/

.menu_head {
    border-radius: 0px;

}

.head {
    height: 50px;
    padding: 5px;
    background-color: #212121;

}

.head ul {
    list-style-type: none;
    margin: auto 3%;
    padding: 5px;
    float: left;

}

.head li {
    margin-left: 20px;
    display: inline;
}

.head li a {
    text-decoration: none;
    color: #f1f1f1;

}


/******************************************CSS mensaje Producto en el carro****************************************/

#mensajeBody {
    position: fixed;
    bottom: 0;
    background-color: #E6E6E6;
    padding: 25px;
    z-index: 3;
    width: 100%;
    left: 0;
}

#mensajeBody .button-close {
    color: #B3B3B3;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

#mensajeBody .mensaje__text {
    text-align: center;
    font-size: 16px;
}

.page_title {
    margin-bottom: 20px;
}

.content {
    width: 90%;
    margin: auto;

}


.display_manu_list {
    margin-top: 5px;
    margin-bottom: 5px;
}

.icon_menu {
    text-decoration: none;
    color: #080808;
    opacity: 0.4;
    cursor: pointer;

}

#search_product {
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

#list {
    margin-top: 40px;
}

.product_total {
    margin: 57px 0 0;
    position: absolute;
    right: 0;
}

#details {
    margin-top: 20px;
}

.separation_row {
    border-bottom: 1px solid #777777;
    width: 95%;
    margin: auto;
    opacity: 0.4;
    margin-top: 10px;


}


.save_button_line {
    width: 95%;
    margin: auto;
    margin-top: 10px;
    text-align: right;
}

.mod_menu_form {

    margin: 10px;
    padding: 20px;
    border: 1px dashed #D8D8D8;

}

.sub_menu_form {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    border: 1px dashed #D8D8D8;
}

.marco_area_texto {
    border: 1px solid #bebebe;
    padding: 10px;
}


/**************************************/

.input__simple {
    border: none;
}

.input__simple {
    background-color: #ffffff;
    background-image: none;
    border-bottom: 0.5px dashed #cccccc;
    color: #666666;
}

.input__simple--product {
    max-width: 350px;
}

.variant__item__visibility .select2-container--default .select2-selection--single {
    border: none;
}

.variant__item__visibility .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
}

.variant__item .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
    background-color: #ffffff !important;
    color: #999999 !important;
}

.sub-title {
    color: #cccccc;
    float: left;
    margin-top: 10px;

}

.measures {
    color: #cccccc;
    float: left;
    margin-bottom: 20px;

}

.measures input {
    padding-left: 0px;
    padding-right: 0px;
}

.measures .container-input {
    padding-left: 0px;
}

.cabecera-master {
    margin-bottom: 10px;
    width: 100%;
}

.base_box {
    height: auto;
    width: 86%;
    min-width: 900px;
    float: left;
    margin: auto 7%;
    background-color: #FFFFFF;
    padding-bottom: 10px;
}

.ui-shadow {
    -moz-box-shadow: 0px 1px 4px/*{global-box-shadow-size}*/
    rgba(0, 0, 0, .3)/*{global-box-shadow-color}*/
    ;
    -webkit-box-shadow: 0px 1px 4px/*{global-box-shadow-size}*/
    rgba(0, 0, 0, .3)/*{global-box-shadow-color}*/
    ;
    box-shadow: 0px 1px 4px/*{global-box-shadow-size}*/
    rgba(0, 0, 0, .3)/*{global-box-shadow-color}*/
    ;
}

.ui-btn-corner-all {
    -moz-border-radius: 1em/*{global-radii-buttons}*/
    ;
    -webkit-border-radius: 1em/*{global-radii-buttons}*/
    ;
    border-radius: 1em/*{global-radii-buttons}*/
    ;
}


.ui-btn-corner-all_small {
    -moz-border-radius: 0.3em/*{global-radii-buttons}*/
    ;
    -webkit-border-radius: 0.3em/*{global-radii-buttons}*/
    ;
    border-radius: 0.3em/*{global-radii-buttons}*/
    ;
}


/*********Css asociado a administración de contenido****************/

.code_edit_block {
    border: 1px dashed;
    border-color: #e8e5e0;
    padding: 1%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    width: 70%;

}

.bt_editor_save {
    width: 70%;
    padding-right: 6%;
    text-align: right;

}

textarea#editable {
    width: 90%;
    height: 30%;
    padding: auto;
    border: none;

}

.froala_text_border {

    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.pencil {
    margin: 2px;
    color: #000000;
}

.page_list img {
    width: 50px;
    height: 70px;
}

.template_list img {
    width: 30px;
    height: 32px;
}

.delimiter {
    border-top: 1px solid #D8D8D8;
    padding: 10px;

}

.p_form_delimiter {
    border: 1px dashed #D8D8D8;
    padding: 3%;
    margin-right: 10px;
    margin-bottom: 10px;


}

.p_form_image_area {
    border: 1px dashed #D8D8D8;
    padding: 3%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.p_form_title_input {
    float: right;

}

#img_list .thumbnail {
    width: 100%;

}

#img_list .thumbnail img {
    max-width: 100%;
    max-height: 60px;
    height: auto;
    width: auto;
}

#img_list .thumbnail__content {
    padding-left: 7px;
    padding-right: 7px
}

#img_list .thumbnail__text {
    color: #cccccc;
    float: left;
    margin-top: 10px;
}

#img_list #select2-imagen_leyenda-container,
.select2-results__option {
    font-size: 12px;
}

#img_list .select2-container--default .select2-selection--single {
    border: none;
}

#img_list {
    display: flex;
    flex-wrap: wrap;
}

#img_list .current {
    font-size: 1.2em;
    color: #33add6;
    opacity: 1;
}

[id*="imagen_leyenda"][aria-disabled="true"] {
    text-decoration: line-through !important;
}

#img_list .select2-selection__choice {
    white-space: pre-wrap;
}

.cancel {
    padding-top: 5px;

}

.template_list {
    margin: 2px;
}

.related_form {

    padding: 10px;
}

/**************CSS checkout*************************/

.nav_bar {
    text-align: left;

}

.nav_bar_icon {
    margin-left: 5px;
    margin-right: 5px;
}



.checkout_line {
    border-top: 1px solid #dddddd;
}


.checkout_line_doted {
    border-top: 1px solid #dddddd;
    margin-top: 30px;
}


.checkout_form_line {
    margin-top: 10px;
}

.checkout_section_tittle {
    margin-top: 30px;
}

.b_go_to_pay {
    background-color: #4091bd;
    border-color: #3d89b3;
    color: #f1f1f1;
    float: right;
}

#map {
    margin-top: 30px;

}


.input_remark {

    border: 3px solid !important;
    border-color: #900 !important;

}


.st_popover {
    text-align: center;
    height: 30px;
    padding: 10px 20px 5px 10px;
}

.car_container .line div {
    height: 30px;
}


/**********************Página de notificación **************************/

.notice {
    width: 90%;
    padding: 0px auto;
    margin-top: 50px;
    text-align: center;
}

/* .menubc_externo {
    background-color: #555656;
    color: #545555;
    list-style: outside none none;
    width: 100%;
    height: 115px;
    padding-left: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
} */

@font-face {
    font-family: 'Inter';
    src: url('stylesheets/fonts/inter_18pt-Bold.woff?v=1.1.0') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('stylesheets/fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
.notice-header {
    background-color: #33517A;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notice-body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    background-color: #EBEEF2;
    color: #33517A;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}


.notice-logo {
    width: 220px;
    height: auto;
}

.notice-content {
    max-width: 90%;
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-top: -300px;
}

.notice-error-title {
    font-family: "Inter", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.notice-error-message {
    font-size: 1.5rem;
    font-weight: 300;
}

.notice-error-url {
    font-size: 1rem;
    padding-bottom: 20px;
}

.notice-error-url a {
    color: #33517A;
    text-decoration: none;
    font-weight: 300;
}

.notice-error-url a:hover {
    text-decoration: underline;
}

@media(max-width:768px) {

    .notice-error-title {
        font-size: 2rem;
    }

    .notice-error-message {
        font-size: 1.2rem;
    }
}


@media(max-width:480px) {

    .logo-notice {
        width: 120px;
    }
    
    .notice-error-title {
        font-size: 1.8rem;
    }

    .notice-error-message {
        font-size: 1.1rem;
    }

    .notice-content {
        padding: 15px;
    }
}
/************************Página de ordenes de pedido**********************************/

.ds-line {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 10px;

}


.line {
    width: 100%;
    display: inline-block;
}

.hr {
    display: inline-block;
    height: 1px;
    width: 100%;
}


.shwich {
    margin-top: 9px;
}

.rotar-180 {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

/*Formulario*/

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

.margin-admin_to {
    margin-top: 10px;
    margin-bottom: 10px;
}

.button {
    cursor: pointer;
}

.button.atribute {
    float: right;
    margin: 0;
}

.draggable {
    cursor: grab;
}

#captcha-box {
    width: 100%;
    margin-bottom: 5px;
    float: left;
}

#captcha {
    width: 30%;
    float: left;
}

#captcha-text {
    float: left;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 40%;
}

.filter_variant .m-onoff-switch {
    float: left;
}

.filter_variant {
    position: absolute;
    margin-top: 28px;
    left: 352px;
    float: left;
}

.filter_variant_text {
    font-size: 10px;
    width: 159px;
    margin: 5px 0px 0px 10px;
    float: left;
}

.variant_text {
    font-size: 10px;
}

.product_list_status_active {
    color: #ee7320;
}

.product_list_status_unactive {
    color: #999;
}

.product_list_status {
    font-size: 10px;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    min-width: 40px;
}

.m-onoff-switch {
    position: relative;
    display: inline-block;
    min-width: 40px;
    height: 20px;
    margin: 3px auto 0px auto;
}

.m-onoff-switch input[type="checkbox"] {
    display: none;
}

.m-onoff-switch span {
    padding-top: 7px;
    padding-left: 65px;
    padding-right: 10px;
    color: #fff;
    height: 26px;
    line-height: 100%;
}

.m-onoff-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background-color: #cccccc;
    -webkit-transition: .1s;
    transition: .1s;
}

.m-onoff-switch .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .1s;
    transition: .1s;
}

.m-onoff-switch input[type="checkbox"]:checked+.slider {
    background-color: #33add6;
}

.m-onoff-switch input[type="checkbox"]:focus+.slider {
    box-shadow: 0 0 1px #33add6;
}

.m-onoff-switch input[type="checkbox"]:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

button.c-orders__button {
    -moz-user-select: none;
    background-image: none;
    border: 0.5px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 5px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #33add6;
    text-transform: uppercase;
    color: #ffffff;
    float: right;
    margin-top: 27px;

}

/************************Página de navegador no compatible**********************************/

.template-browsers {
    display: flex;
    flex-direction: column; 
    align-items: center;  
    padding-top: 25px;
    text-align: center;
    color: #707070;
}

.container-browsers {
    /* display: flex; 
    flex-wrap: wrap; */
    margin-top: 20px;
    padding-bottom: 20px;
}

.img-browser {
    border: solid 1px#D8D8D8;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 5px 9px #d8d8d8;
}

.browser {
    /* display: flex;  */
    display: inline-block; /*sin flex*/
    flex: 20px;
    width: 150px;  
    padding: 10px; 
    /* height: 220px; */
    /* justify-content: space-between;
    flex-direction: column; 
    align-items: center; */
}

.browser-download {
    display: block;
    margin-top: 15px;
    padding: 2px 15px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;  
    width: 80%;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #474C54;
}

.browser-download:visited, .browser-download:hover, .browser-download:link {
    text-decoration: none;  
    color: #FFFFFF;
}

.browser-title-alert {
    font-weight: bold; 
    font-size: large;
    margin-top: 2rem;
    padding: 0 45px;
}

.paragraph {
    padding: 0 35px;
}

.date-filter{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#mytable > thead > tr > th{
    padding-left: 5px;
}

@media (max-width: 800px) {
    /* .container-browsers{
        flex-direction: column;
    } */

    a.browser-download {
        display: none;
    }

}
