/*
    Theme Name: Activello con Qlik
    Template: activello
*/
    @import url("../activello/style.css");

/**
 * OverWrite Theme
 */
.new-home .modal-backdrop.fade.show {
    opacity: .75;
}
.new-home .modal.fade.show {
    opacity: 1;
}
.new-home .modal.fade.show .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    
    -webkit-transform: none ;
    -ms-transform: none ;
    -o-transform: none ;
    transform: none ;
}
.new-home .modal {
    font-family: "Cutive Mono";
}
.new-home .modal h5 {
    font-size: 1.2em;
    color: #000;
}
.modal-msn {
    position: absolute ! important;
    width: 100% ! important;
    bottom: -30px ! important;
    transform: translateY(100%);
}


.btn-primary {
    color: #fff;
    background-color: #e0bd33;
    border-color: #d1af2a;
}
.btn-primary:hover ,
.btn-primary:focus ,
.btn-primary:active ,
.btn-primary.active.focus , 
.btn-primary.active:focus , 
.btn-primary.active:hover , 
.btn-primary:active.focus , 
.btn-primary:active:focus , 
.btn-primary:active:hover ,
.btn-secondary:hover ,
.btn-secondary:focus ,
.btn-secondary:active ,
.btn-secondary.active.focus , 
.btn-secondary.active:focus , 
.btn-secondary.active:hover , 
.btn-secondary:active.focus , 
.btn-secondary:active:focus , 
.btn-secondary:active:hover {
    color: #fff;
    background-color: #262626;
    border-color: #000000;
}
.btn-check:active + .btn-primary:focus , 
.btn-check:checked + .btn-primary:focus , 
.btn-primary.active:focus, 
.btn-primary:active:focus, 
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(224,189,51,.5);
}
.btn-check:active + .btn-primary, .btn-primary:active ,
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #e0bd33;
    border-color: #d1af2a;
    box-shadow: 0 0 0 .25rem rgba(224,189,51,.5);
}

.form-control:focus {
    border-color: #d1af2a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(224,189,51,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(224,189,51,.6);
}
a:focus {
    outline: 0;
    outline-offset: 0;
}


/**
 * Custom New Home
 */
.new-home ,
.new-home body {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;    
    margin: 0;
    padding: 0;
}
.new-home ,
.new-home * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/* Header */
.new-home body #header_new_home ,
.new-home body #footer_new_home {
    position: fixed;
    width: 100%;
}
.new-home body #header_new_home a.login_button {
    position: relative;
    display: block;
    float: right;
    width: 68px;
    height: 83px;
    
    margin: 20px 20px 0 0;
    
    text-indent: -9999px;
    background: url('assets/img/fingerprint_gold.png') center center;
    background-size: cover;
}
.new-home body #header_new_home a.login_button:hover {
    background: url('assets/img/fingerprint.png') center center;
}
.new-home body #header_new_home a.login_button button {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
    font-size: 40px ! important;
    opacity: 1 ! important;
    
    text-shadow: -1px -1px #FFF, 0 -1px #FFF, 1px -1px #FFF, -1px 0 #FFF, 1px 0 #FFF, -1px 1px #FFF, 0 -1px #FFF, 1px -1px #FFF, 0 0 3px #FFF, 0 0 5px #FFF, 0 0 10px #FFF;
}
.new-home body #header_new_home a.login_button:hover button ,
.new-home body #header_new_home a.login_button:hover button span,
.new-home body #header_new_home a.login_button button:hover ,
.new-home body #header_new_home a.login_button button span:hover {
    color: #e0bd33;
    background: none ! important;
}
.new-home body #header_new_home {
    top: 0;
}

/* Footer */
.new-home body #footer_new_home {
    bottom: 0;
}
.new-home body #footer_new_home .left ,
.new-home body #footer_new_home .right {
    padding: 20px;
}
.new-home body #footer_new_home p {
    margin: 0;
    padding: 0;
    
    color: #000;
    font-family: "Cutive Mono";
    font-size: 1.2em;
    line-height: 1.5em;
}
.new-home body #footer_new_home .left {
    float: left;
}
.new-home body #footer_new_home .right {
    float: right;
}
.new-home body #footer_new_home .right a {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #000;
    font-weight: bold;
}
.new-home body #footer_new_home .right a:hover {
    color: #262626;
}

/* Home */
.new-home body #custom_new_home {
    width: 100%;
    height: 100%;    
    margin: 0;
    padding: 0;
    
    background: url('assets/img/thebasement_onconstruction.jpg') center center;
    background-size: cover;
}
.new-home body #custom_new_home h1 {
    display: block;
    position: absolute;
    
    width: 300px;
    height: 68px;
    
    left: 50%;
    top: 40%;
    
    transform: translate(-50%,-50%);
    
    text-indent: -9999px;
    background: url('assets/img/thebasement_dna_logo_negro.png') center center;
    background-size: cover;
}

@media (max-width: 768px) {
    
    .new-home body #custom_new_home h1 ,
    .new-home body #custom_new_home h1 a {
        display: block;
        width: 250px;
        height: 56px;
    }
    
    .new-home body #footer_new_home p {
        font-size: 1.5em;
    }
}

@media (max-width: 520px) {
    
    .new-home body #footer_new_home p {
        font-size: 1em;
    }
}



/**
 *
 * Qlik 
 *
 */
.qlik-container ,
.qlik-container body {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;    
    margin: 0;
    padding: 0;
}
.qlik-container ,
.qlik-container * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.iframe-error ,
.qlik-container iframe ,
.qlik-container .sidebar {
    position: relative;
    display: block;
    height: 100%;    
    margin: 0;
    padding: 0;
    border: 0;
}
.iframe-error ,
.qlik-container iframe {
    float: right;
    width: calc(100% - 235px);
}
.qlik-container .sidebar {
    position: fixed;
    width: 235px;
    z-index: 999;
    
    background-color: #3d3d3d;
}
.qlik-container .sidebar.dinamic i {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 10px;
    color: #fff;
    font-size: 30px;
}
.qlik-container .sidebar > img {
    display: block;
    margin: 20px;
    width: calc(100% - 40px);
    height: auto;
}
.qlik-container .sidebar ul {
    display: block;
    width: 235px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.qlik-container .sidebar ul li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}
.qlik-container .sidebar ul li > a {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    
    text-decoration: none;
    
    color: #d9d9d9;
    border-left: 5px solid transparent;
}
.qlik-container .sidebar ul .current_page_item > a ,
.qlik-container .sidebar ul li > a:hover ,
.qlik-container .sidebar ul li > a:focus {
    background: rgba(255,255,255,.05);
    border-color: #fff;
}
.qlik-container .sidebar ul li li > a {
    padding: 5px 15px 5px 30px;
    font-size: 13px;
}
.qlik-container .sidebar ul li li li > a {
    padding: 2px 15px 2px 45px;
    font-size: 12px;
}
.qlik-container .sidebar ul li li li li > a {
    padding: 2px 15px 2px 60px;
    font-size: 11px;
}
.qlik-container .sidebar ul li li li li li > a {
    padding: 2px 15px 2px 75px;
    font-size: 10px;
}

.qlik-container .sidebar.dinamic {
    width: 50px;
    overflow: hidden;
}
.qlik-container .sidebar.dinamic ul ,
.qlik-container .sidebar.dinamic img {
    opacity: 0;
}
.qlik-container .sidebar.dinamic ,
.qlik-container .sidebar.dinamic i {
    transition: all .25s ease-out;
}




.qlik-container .sidebar.dinamic:hover {
    width: 235px;
    overflow-y: auto;
}
.qlik-container .sidebar.dinamic:hover i {
    opacity: 0;
}
.qlik-container .sidebar.dinamic:hover ul ,
.qlik-container .sidebar.dinamic:hover img {
    opacity: 1;
}
.iframe-error ,
.qlik-container iframe.dinamic {
    width: calc(100% - 50px);   
}
.iframe-error ,
.iframe-error * {
    text-align: center;
}
.iframe-error > div {
    position: absolute;
    top: 50%;
    left: 50%;
    
    -webkit-transform: translate(-50%,-50%); 
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.iframe-error h1 {
    font-size: 5em;
    font-weight: bold;
}
.iframe-error h2 {
    font-size: 3em;
    opacity: .5;
}
.iframe-error h1 ,
.iframe-error h2 {
    text-shadow: -1px -1px #000, -1px 0 #000, 0 -1px #000;
}



.qlik-container .sidebar .menu-item-has-children a {
    display: block;
    position: relative;
}
.qlik-container .sidebar .menu-item-has-children > a:after {
    display: block;
    position: absolute;
    
    content: "";
    width: 0; 
    height: 0; 
    
    top: 50%;
    right: 12px;
    
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #d9d9d9;
    
    -webkit-transform: translateY(-2px); 
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    
    opacity: .5;
}
.qlik-container .sidebar .menu-item-has-children.open > a:after {
    border-top: 0;
    border-bottom: 5px solid #d9d9d9;
}
.qlik-container .sidebar .menu-item-has-children > a:hover:after {
    border-top-color: #fff;
    opacity: 1;
}
.qlik-container .sidebar .menu-item-has-children.open > a:hover:after {
    border-bottom-color: #fff;
}