@font-face {
    font-family: "NeueHaasGrotesk";
    src: url("../fonts/neue-haas-grotesk/NHaasGroteskDSPro-45Lt.otf");
}
html{
    font-size: 1rem !important;
    font-family: "NeueHaasGrotesk","Arial";
    /*letter-spacing: 1px;*/
}
body{
    font-size: 1rem !important;
}
body,input, button, select, optgroup, textarea,option {
    font-family: "NeueHaasGrotesk","Arial";

    /*letter-spacing: 1px;*/
}


input:focus-visible {
    outline:2px solid #00efb6;
    border-radius: 2px;
}

main > .container {
    padding: 0px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/*custom*/

.container{
    width: auto;
    max-width: none;
}
nav .container{
    width: auto;
    padding: 0 30px;

}
.footer .container {
    width: auto;
    padding: 20px;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #00efb6;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: fixed;
    animation: spin 2s linear infinite;
    z-index: 9999999;
    left: 50%;
    top: 40%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loadingBox {
    height: 100vh;
    width: 100vw;
    position: fixed;
    margin-top: 0;
    background-color: #ffffff8a;
    z-index: 9999;

}

#accesorios a,#productosListado a, #configuredProductReference a{
    cursor: pointer;
}

.bg-dark {
    background-color: #000 !important;
}

a {
    color: #00e0aa;
}

a:hover {
    color: #00e0aa;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #00e0aa;
}

.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.9);
}
.nav li > form > button.logout:hover {
    padding-top: 7px;
    color: #00e0aa;
}

.btn-success, .btn-primary {
    color: #fff;
    background-color: #00e0aa;
    border-color:#00e0aa;
}

.btn-success:hover, .btn-primary:hover {
    color: #fff;
    background-color: #00efb6;
    border-color: #00efb6;;
}

.btn-white-black {
    color: #000;
    background-color: white;
    border-color:black;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00e0aa;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00efb6;
    border-color: #00efb6;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #00efb6;
    border-color: #00efb6;
    box-shadow: 0 0 0 0.2rem #00efb6;
}

i.fas{
    color: #00e0aa;
}

.btn-white-black i.fas {
    color: black;
}

.help-block{
    color: red;
}

.breadcrumb {
    margin-top: 1rem;
}

#productosListado{
    overflow-y: scroll;
    direction: rtl;
    padding-left: 10px;
    margin-top: 20px;
}

.formCargarConfiguredProductReference{
    display: inline;
}
.formCargarConfiguredProductReference .btn{
    padding: 0;
    color:#00e0aa ;
    background-color: white;
}
.navbar {
    border-radius: 0;
    padding: 10px;
    margin-bottom: 0;
}
.navbar-nav{
    margin-top: 8px;
}
.nav > li > a{
    background: none !important;
}

.navbar-header{
    margin-right: 20px;
}

header .nav > li > a:hover, header .nav > li > a:focus {
    text-decoration: none;
    color:white;
    background: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color:white;
}

.navbar-brand > img {
    display: inline;
    height: 65px;
}
.navbar-brand {
    float: none;
    min-height: 90px;

}
.nav li > form > button.logout {
    padding-top: 13px;
    color: rgba(255, 255, 255, 0.9);
    margin-left: 50px;
}
.nav li > form > button.logout:hover {
    padding-top: 13px;
    color: #00e0aa;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #00e0aa;
}
.dropdown-menu > li > a {
    padding: 11px 20px;
}

.btn {
    font-size: 1rem;
}
#mensajes{

    padding-top: 10px;
    padding-left: 50px;
}
#tarifa{
    text-align: right;
    padding: 10px;
}

.alert{
    margin-bottom: 0px;
}
#configuredProductOptions{
    position: fixed;
    right: 0;
}
footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

#configuredProductReference label{
       display: none;
}

.form-control {
    height: 37px;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #00e0aa;
    border-color: #00e0aa;
}
div.bloque {
    margin-bottom: 85px !important;
}

.site-index.row > div.col-md-9{
    padding-left: 50px;
}

.clear{
    clear: both;
}
.textoBloque{
    position: absolute;
    top:305px;
}

.divProductoCodigo{
    float: left;
    text-align: center;
    position: relative;
    height: 290px
}

.validar{
    float: left;
    text-align: center;
    position: relative;
    height: 290px
}

.productoCodigo{
    text-align: center;
    padding: 10px 5px;
    margin:2px;
    border:0;
    border-bottom:1px solid #000
}
.bloque{
    border-bottom: 1px solid #000;
    float: left;
    margin: 0 10px;
    position: relative
}

.textoBloque{
    position: absolute;
    top:305px
}

.mobile{
    display: none;
}

.desktop{
    display: block;
}
#divConfiguredProductReference {
    height: auto;
    position: relative
}

.pagination{
    margin-bottom: 80px;
}

.productosVinculados{
    margin-left: 25px;
}

@media (max-width: 600px) {

    .mobile{
        display: block;
    }

    .desktop{
        display: none;
    }

    #divConfiguredProductReference {
        height: auto;
    }

    #configuredProductOptions {
        position: relative;
    }
    #productosListado{
        height: auto !important;
    }
    .site-index.row > div.col-md-9{
        padding-left: 20px;
    }
    .validar{
        clear: both;
        height: 80px !important;
        float: none;
    }
    #mensajes {
        padding-top: 10px;
        padding-left: 20px;
    }
    .loader {
        left: 42%;
    }
    .navbar-toggle .icon-bar {
        border: 1px solid white;
    }
    .navbar-toggle {
        margin-top: 17px;
    }
    .nav li > form > button.logout {
        margin-left: 14px;
    }
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #000;
    background-color: #337ab7;
}