﻿.lb-sm {
    font-size: 12px;
}

.lb-md {
    font-size: 16px;
}

.lb-lg {
    font-size: 20px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #222222;
}

.table-hover > tbody > tr:hover {
    background-color: #080808;
}

.loginHeader {
    height: 310px;
    background-color: #202C63;
    text-align: center;
    align-items: center;
    color: white;
}

    .loginHeader .loginHeaderText {
        font-size: 28px;
        line-height: 37px;
        padding-top: 90px;
        border-bottom: 1px solid white;
        width: 350px;
        display: inline-block;
        padding-bottom: 15px;
    }

@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");

body {
    color: rgb(245, 245, 245);
    /*font-family: Open Sans;*/
    font-size: 14px;
    line-height: 1.42857;
    background: #333333;
    height: 350px;
    padding: 0;
    margin: 0;
}

.text-primary {
    color: #307198;
}

.container-login {
    min-height: 0;
    width: 480px;
    color: #333333;
    margin-top: 40px;
    background: white;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.container-login > section {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
}

#top-bar {
    display: inherit;
}

.nav-tabs.nav-justified {
    border-bottom: 0 none;
    width: 100%;
}

    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
        float: none;
    }

.container-login .nav-tabs.nav-justified > li > a,
.container-login .nav-tabs.nav-justified > li > a:hover,
.container-login .nav-tabs.nav-justified > li > a:focus {
    background: #ea533f;
    border: medium none;
    color: #ffffff;
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 0;
}

.container-login .nav-tabs.nav-justified > .active > a,
.container-login .nav-tabs.nav-justified > .active > a:hover,
.container-login .nav-tabs.nav-justified > .active > a:focus {
    background: #ffffff;
    color: #333333;
}

.container-login .nav-tabs.nav-justified > li > a:hover,
.container-login .nav-tabs.nav-justified > li > a:focus {
    background: #de2f18;
}

.tabs-login {
    background: #ffffff;
    border: medium none;
    margin-top: -1px;
    padding: 10px 30px;
}

.container-login h2 {
    color: #307198;
}

.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #999999;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333333;
    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: 100%;
}

.container-login .checkbox {
    margin-top: -15px;
}

.container-login button {
    background: #307198;
    border-color: #fefefe;
    color: #ffffff;
    border-radius: 0;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
    width: 100%;
}

    .container-login button:hover,
    .container-login button:focus {
        background: #307198;
        border-color: #fefefe;
    }

.modal-header {
    color: #307198;
}

form.form-horizontal {
    padding: 20px;
}

.message {
    background: #171717;
    font-size: xx-large;
    width: 930px;
    margin: auto;
    border-radius: 10px;
}

/*----------------------------------------------------------------------------*/

body {
    background-color: #1C1F2A;
    font-family: Montserrat;
}

small {
    color: #ffffff !important;
}

.blockHeader {
    height: 100px;
    background-color: #202C63;
}

.mainContainer {
    max-width: 1024px;
}

.layoutHeader {
    margin-right: 30px;
    height: 100%;
    padding-top: 5px;
    float: right;
}

    .layoutHeader .up {
        font-size: 25px;
        line-height: 33px;
        border-bottom: 1px white solid;
        display: inline-block;
        width: 281px;
        padding-bottom: 6px;
    }

    .layoutHeader .down {
        font-size: 36px;
        line-height: 26px;
    }

nav.navbar.navbar-inverse.navbar-default.navbar-fixed-side {
    background-color: #0C0D0E;
    height: calc(100vh - 100px);
}

.page-header h1, .page-header small {
    color: #ffffff;
}

.page-header h1 {
    font-size: 38px;
    font-weight: 500;
    line-height: 47px;
}



.form-group label, .greyLabel {
    color: #A0A0A0;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 600;
}

.form-group .inputContainer {
    background-color: #0C0D0E;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}

.form-group input.form-control, .form-group select.form-control {
    border-radius: 5px;
    background-color: #F5F7F9;
    max-width: 300px;
}

.iconText span {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin-right: 20px;
    color: #A0A0A0;
}

.iconText small {
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}

.accordion {
    display: none;
}

    .accordion.open {
        display: block;
        width: 100%;
    }

.accordionLabel, .accordionLabelEsplora {
    width: 100%;
    padding: 10px;
    background: #0C0D0E;
    color: ghostwhite;
    border-radius: 5px;
    margin: 5px 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

    .accordionLabel:before {
        content: '\02795'; /* Unicode character for "plus" sign (+) */
        font-size: 13px;
        color: #777;
        margin-left: 5px;
    }

    .accordionLabel.open:before {
        content: "\2796"; /* Unicode character for "minus" sign (-) */
    }

/*.accordionLabelEsplora:after {
        content: '\02795'; 
        font-size: 13px;
        color: #777;
        margin-left: 5px;
        position: absolute;
        right: 30px;
    }

    .accordionLabelEsplora.open:after {
        content: "\2796"; 
    }*/

.allegatoBlock {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 10px;
    border-bottom: 1px solid rgba(118, 118, 118, 0.5);
    width: 200px;
    display: inline-block;
    height: 38px;
    cursor: pointer;
    white-space: nowrap;
    justify-content: center;
    display: inline-flex;
}

    .allegatoBlock .allegatoTitle {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
    }


.product-icon {
}

    .product-icon:hover .icon-locked:before {
        content: "\f023";
        color: rgb(255, 0, 0);
        opacity: 0.7;
    }

.lock-container {
}

    .lock-container:hover .icon-locked:before {
        content: "\f023";
        color: rgb(255, 0, 0);
        opacity: 0.7;
    }

    .lock-container:hover .icon-unlocked:before {
        content: "\f07c";
        color: #333;
    }

.locked:hover {
    position: relative;
}

    .locked:hover:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f023";
        font-size: 95px;
        /* background: rgba(255, 0, 0, 0.35); */
        position: absolute;
        left: 47%;
        color: red;
    }


.videogular-container {
    width: 90%;
    height: 90%;
    margin: auto;
    width: 500px;
    height: 350px;
}

vg-overlay-play {
    left: 0px;
    right: 0px;
}

[ng-bind-html] p {
    margin: initial;
}

.btn-primary {
    background: linear-gradient(180deg, #202C63 0%, #3DD2E8 100%) !important;
    border-radius: 5px !important;
    text-transform: uppercase;
    border: 1px solid #3DD2E8 !important;
    color: white;
    transition: background 0.3s;
}

    .btn-primary:hover {
        background: rgba(0,0,0,0.1) !important;
        color: #3DD2E8 !important;
    }

    .btn-primary:active:focus {
        background: #3DD2E8 !important;
        color: #ffffff !important;
    }

a:hover {
    text-decoration: underline !important;
}

.menuItem {
    min-height: 90px;
    display: flex !important;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-left: 30px;
    text-align: center;
}

    .menuItem i {
        font-size: 28px;
    }

    .menuItem a {
        width: 100%;
        border: none !important;
        color: white !important;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        background-color: inherit !important;
    }

li.menuItem.active a, li.menuItem.active i {
    color: #413de8 !important;
}

.menuItem a:hover {
    background-color: inherit !important;
}

.menuItem.active:hover {
    background-color: inherit !important;
}

.loadingBar {
    position: absolute;
    font-size: 22px;
    background: #39b9d4;
    height: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 0%;
    transition: all 0.3s;
}

.licenzaLabel {
    font-size: 16px;
    font-weight: 600;
}

.licenzaText {
    font-size: 16px;
    font-weight: 600;
}

.licenzaHeader {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

input.form-control[disabled] {
    color: #606267;
    background: lightgray;
}

i.fa.fa-chess {
    height: 40px;
    width: 32px;
    background: url('../img/Icon_prodotti.svg');
}

.text-warning {
    color: #ffa100;
}

@media (max-width: 768px) {


    .videogular-container {
        width: 90%;
        height: 90%;
        margin: auto;
    }

    .blockHeader {
        display: none;
    }

    .container-login {
        width: 100%;
        margin-top: 0px;
    }

    nav.navbar.navbar-inverse.navbar-default.navbar-fixed-side {
        height: unset;
    }

    .navbar-header {
        height: 88px !important;
        background-color: #202C63;
    }

    button.navbar-toggle {
        margin-top: 30px;
        border: none;
        transform: scale(1.3);
    }

        button.navbar-toggle:hover, button.navbar-toggle:active, button.navbar-toggle:visited {
            background: unset !important;
        }

    .layoutHeader {
        margin-left: 40px;
        height: 100%;
        margin-top: 8px;
        display: inline-block;
        padding-top: 0px;
        margin-right: unset;
        float: unset;
    }

        .layoutHeader .up {
            font-size: 18px;
            line-height: 24px;
            border-bottom: 1px white solid;
            display: inline-block;
            width: 181px;
            padding-bottom: 8px;
            font-family: "Roboto Slab";
            margin-bottom: 5px;
        }

        .layoutHeader .down {
            font-family: "Roboto Slab";
            font-size: 25px;
            line-height: 34px;
        }

    .menuItem {
        text-align: right;
    }
}
