/* Minimizzazione non riuscita. Verrà restituito il contenuto non minimizzato.
(2719,5): run-time error CSS1019: Unexpected token, found '4223D'
 */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap');

html, body, * {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    background: #fafafa;
    min-width: 280px;
}



/*--- Dimensione .tableauPlaceholder (div generale nel corpo) ---*/

.tableauPlaceholder {
    width: 100% !important;
    height: 1000px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    position: relative;
    display: block;
}

.powerplanner {
    display: inline-flex;
    width: 100%;
    height: 100%;
}

.powerplanner_grafico {
    width: 83%;
}

    .powerplanner_grafico .tableauPlaceholder {
        height: 100% !important;
    }

.powerplanner_input {
    width: 17%;
    text-align: center;
    font-size: 9pt;
    font-family: "Tableau Book", Arial, sans-serif;
    line-height: 19px;
    font-style: normal;
    font-weight: normal;
}

    .powerplanner_input input[type=text], select, textarea {
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        resize: vertical;
    }

    .powerplanner_input input[type=submit] {
        margin-top: 10%;
        float: left;
        margin-left: 5%;
    }

    .powerplanner_input input[type=checkbox] {
        width: 16px !important;
        height: 16px !important;
        margin-right: 5px !important;
    }

    .powerplanner_input table {
        margin-left: 5%;
        table-layout: fixed;
        float: left;
    }

        .powerplanner_input table h3 {
            float: left;
        }

        /*.powerplanner_input table td {
            float: left;
        }*/

        .powerplanner_input table label {
            vertical-align: super;
        }

.validazione table {
    background-color: aqua;
}

.powerplanner_input th {
    width: 5%;
}


/*-- Header e menu ---
.header {position:relative; z-index: 1000; width: 100%; min-height: 34px; background:#00223d; margin-bottom: 40px; display: grid; grid-template-columns:  10% 10% 45% 25% 10%; grid-template-rows: auto; border-top: solid 2px #00a651; padding-top: 10px;} */
.header {
    position: relative;
    z-index: 1000;
    width: 100%;
    min-height: 34px;
    background: #00223d;
    margin-bottom: 40px;
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: 10% 10% 45% 25% 10%;
        grid-template-columns: 10% 10% 45% 25% 10%;*/
    -ms-grid-columns: 10% 10% 60% 15% 5%;
    grid-template-columns: 10% 10% 60% 15% 5%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-top: solid 2px #00a651;
    padding-top: 10px;
}

    .header > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .header > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .header > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .header > *:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

    .header > *:nth-child(5) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }


.logo {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    min-height: 40px;
    background: url(Immagini/logo_white.png) no-repeat top left;
    background-size: auto 80%;
}

#button, #buttonsettings {
    display: none;
}

.header ul {
    display: flex;
    align-items: flex-end;
    width: 100%;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fafafa;
    font-size: 1.05em;
    margin-bottom: 0;
}

    .header ul li {
        padding: 0 25px 0;
        text-align: center;
    }

        .header ul li a, .header ul li label {
            float: left;
            text-decoration: none;
            font-size: 16px !important;
            text-align: center;
            color: #fafafa;
            padding: 0 0 16px;
            height: auto !important;
            line-height: normal;
            margin-bottom: 0;
            font-weight: 400;
            padding-bottom: 16px;
        }

            .header ul li a:hover {
                font-weight: 700;
            }

        .header ul li.dropdown:hover {
            background: url(Immagini/triangle.png) no-repeat center bottom;
            background-size: auto 9px;
        }

ul.submenu li.dropdown:hover {
    background: url(Immagini/trianglesub.png) no-repeat center bottom;
    background-size: auto 9px;
}

.header ul ul {
    font-size: 0.8em;
}

    .header ul ul ul {
        font-size: 1em;
    }

.submenu li {
    padding: 8px 25px 0 !important;
}

    .submenu li a, .submenu li p {
        padding: 0 0 8px !important;
    }


.submenu {
    display: none !important;
}

    .submenu:hover,
    .submenu:focus {
        display: flex !important;
    }

.item:hover + .submenu,
.item:focus + .submenu {
    display: flex !important;
}


.settingsmenu {
    justify-content: flex-end;
}

    .settingsmenu li {
        text-align: right;
        float: right;
        padding: 8px 0 0 25px !important;
    }

        .settingsmenu li:nth-child(1) {
        }
/* .settingsmenu li:nth-child(3) a {display: block; width: 25px; height: 25px; background: url(Immagini/ico_ingranaggio.png) no-repeat center top; background-size: contain; text-indent: -9999px;} */


.dropdown {
    position: static !important;
}

.submenu {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background: #b5b5b5;
    top: 100%;
    box-sizing: border-box;
    padding: 0 20%;
}

    .submenu a {
        color: #00223d !important;
    }

        .submenu a .submenu {
            display: none;
        }

        .submenu a:hover .submenu {
            display: flex;
        }

    .submenu .submenu {
        background: #d7d7d5;
    }



/*-- Header e menu appaninato  ---*/
/*@media (max-width: 980px) {
    .header {
        grid-template-columns: 10% 40% 20% 25% 5%;
        grid-template-rows: auto;
    }

    #buttonsettings {
        display: block !important;
        justify-self: end;
        width: 40px;
        height: 40px;
        background: url(Immagini/ico_ingranaggio.png) no-repeat center;
        background-size: 70%;
        cursor: pointer;
    }

    #button {
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
        width: 50%;
        max-width: 45px;
        height: 40px;
        padding: 8px;
        box-sizing: border-box;
        cursor: pointer;
    }

        #button div {
            display: block;
            height: 4px;
            background: #fafafa;
        }

        #button:hover, #buttonsettings:hover {
            opacity: 0.8;
        }

    .starthide, .starthidden {
        display: none !important;
    }

    .startshow, .startrevealed {
        display: block;
    }

    .header ul {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 100%;
        background: #00223d;
        flex-direction: column !important;
        font-size: 40px !important;
    }

        .header ul li, .header ul li a, .header ul li label {
            width: 100%;
            text-align: center;
            margin: 5px;
            padding: 0;
            box-sizing: border-box;
            color: #fafafa;
        }

    .submenu {
        z-index: 100;
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
        position: relative !important;
        background: #b5b5b5 !important;
        font-size: 60px !important;
    }

        .submenu .submenu {
            background: #d7d7d5 !important;
        }

    .settingsmenu li:nth-child(3) a {
        width: 100%;
        height: auto;
    }
}*/

/*@media (max-width: 700px) {
    .header {
        grid-template-columns: 10% 40% 20% 25% 5%;
        grid-template-rows: auto;
    }
}*/


/*-- FORM LOGIN --*/
.loginform {
    width: 225px;
    margin: 100px auto 0 auto;
    font-family: 'Montserrat', sans-serif;
}

    /*@media (max-width: 980px) {
    .loginform {
        width: 500px;
    }
}*/

    .loginform .welcomelogo {
        display: block;
        float: left;
        width: 100%;
        text-indent: -9999px;
        padding-top: 52%;
        background: url(Immagini/logo.png) no-repeat;
        background-size: contain;
    }

    .loginform input {
        width: 100%;
        border: 0;
        margin-bottom: 15px;
        background: #D6D8D5 !important;
        font-weight: 400;
        color: #9D9D9C;
        font-size: 12px;
        box-sizing: border-box;
        padding: 5%;
    }

.rememberme {
    float: left;
    width: 100%;
}

    .rememberme input, .rememberme label {
        float: left;
        width: auto;
        margin: 5px;
        padding-top: 3px;
        font-size: 0.5em;
        font-weight: 400;
        color: 9D9D9C;
    }

.loginform .rememberme label {
    text-transform: uppercase;
}

/* queste due classi controllano l'hover dei campi text form ora dovrebbero funzionare solo sul login--*/
.loginform input[type=text] {
    /*border: 0;*/
    background: #E3E3E3;
    /*transition: all 0.5s ease;*/
}

    .loginform input[type=text]:focus, textarea:focus {
        background: #d3d3d3;
        /*padding: 8% 5%;*/
        color: #333;
    }

input[type=checkbox] {
    width: 32px;
    height: 32px;
}

.checkbox input[type="checkbox"]:checked {
    background-color: #00223d;
    background: #00223d;
}

.loginform input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.loginform .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background: #E3E3E3;
}

.loginform .containercheck {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loginform input:checked ~ .checkmark {
    background-color: #7A8991;
}

.loginform .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.loginform .containercheck:hover input ~ .checkmark {
    background-color: #7A8991;
}

.loginform input:checked ~ .checkmark:after {
    display: block;
}

.loginform .checkmark:after {
    left: 4px;
    top: -1px;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.loginform .bigbuttons {
    float: left;
    width: 100%;
    margin: 8px 0;
}

.loginform button.submit {
    display: block;
    float: right;
    clear: both;
    background: #7A8991;
    color: white;
    border: 0;
    padding: 5% 14%;
    font-weight: 600;
    font-size: 0.8em;
    text-transform: uppercase;
    cursor: pointer;
}

.loginform .reset {
    float: left;
    width: 100%;
    color: #7A8991;
    text-decoration: none;
    margin: 25px 0 0;
    font-size: 0.7em;
    font-weight: 600;
}

    .loginform .reset:hover {
        color: #E3E3E3;
    }

.loginform h4, .footer h4 {
    float: left;
    width: 100%;
    margin: 70px 0 30px;
    text-align: center;
    color: #7A8991;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

    .footer h4 em {
        position: relative;
        font-size: 0.8em;
        top: -0.4em;
    }
/*------ FINE form Login ---*/



/*-- FORM INTERNI ---*/
/*.form-horizontal {
    float: left;
    width: 70%;
    margin: 0 15% 0 15%;
}*/

/*@media (max-width: 768px) {
    .form-horizontal {
        float: left;
        width: 100%;
        margin: 0;
    }
}*/

.form-horizontal .form-group div {
}

.form-horizontal table td {
    text-align: center;
}

.form-horizontal h1 {
    margin-left: 0 !important;
    text-align: center;
}

/*input.form-control,  a.form-control  {background-color: inherit !important; background: #fff !important; color: #000;}*/
/*.form-horizontal table input, .form-horizontal table a, .btn, .btn-primary {*/
.form-horizontal table input, .form-horizontal table a, .btn {
    display: block;
    background: #7A8991;
    background-color: #7A8991;
    color: white;
    border: 0 !important;
    padding: 8px 10px;
    font-weight: 600;
    font-size: 0.8em;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 0 !important;
}

.btn-primary {
    display: block;
    background: #7A8991 !important;
    background-color: #7A8991 !important;
    color: white !important;
    border: 0 !important;
}

/*.form-group {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}*/

.form-horizontal .form-group {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.form-horizontal .col-sm-4 {
    width: 20% !important;
}

.form-horizontal .col-md-6 .col-sm-4 {
    width: 100% !important;
}

/*@media (max-width: 768px) {
    .form-horizontal .col-sm-4 {
        width: 100%;
    }
}*/

.form-control[disabled], .form-control[readonly], fieldset[disabled] {
    color: #000 !important
}

input.form-control {
    box-shadow: none !important;
}

    input.form-control:focus {
        border: 0;
        box-shadow: none !important;
    }

.no-bordo a, .no-bordo input {
    background: #fff !important;
}

    /*.no-bordo input.form-control {
        background-color: #7A8991 !important;
        color: #fff;
    }*/

    .no-bordo input.form-control[type~=file] {
        background-color: #fff !important;
        color: #000;
    }

/*-- Fine form interni ----*/


/*--- pannelli misti form e tabelle --*/
/*.panel-body {
    width: 80%;
    margin: 0 auto 0 auto !important;
}*/

.panel-body .btn {
    display: block;
    background: #7A8991;
    color: white;
    border: 0;
    padding: 8px 10px;
    font-weight: 600;
    font-size: 0.8em;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 0;
    font-family: arial !important;
}

.fa-plus {
    /*font-size:medium;*/
}

.fa-search:before {
    font-family: "Font Awesome 5 Free" !important;
}

.table-responsive {
    overflow-x: hidden !important;
    font-size: 0.8em !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
}

/*ALE*/
/*--------------------------------------*/
body {
    display: grid;
}

.empty {
    width: 10%;
}

.form_inserimento input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

.form_inserimento label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

.form_inserimento input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

.form_inserimento {
    border-radius: 5px;
    /*background-color: #f2f2f2;*/
    padding: 20px;
    border-bottom: 100px;
}

.col-50 {
    float: left;
    width: 45%;
    margin-top: 2px;
    white-space: nowrap;
    margin: 2%;
}

    .col-50 table {
    }

.form_inserimento .col-25 {
    float: left;
    width: 25%;
    margin-top: 2px;
    white-space: nowrap;
}

.form_inserimento .col-75 {
    float: left;
    width: 75%;
    margin-top: 2px;
    position: relative;
}

    .form_inserimento .col-75 table {
        width: 100%;
    }

.form_inserimento .row:after {
    content: "";
    display: table;
    clear: both;
}

.asterix {
    font-size: 150%;
}

.asterix_div {
    margin: 0 !important;
    font-style: oblique;
}

/*@media screen and (max-width: 600px) {
    .form_inserimento .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}*/

.bootstrap-datetimepicker-widget {
    white-space: normal !important;
    margin: initial !important;
}

    .bootstrap-datetimepicker-widget table td.active,
    .bootstrap-datetimepicker-widget table td.active:hover {
        background: #002b54 !important;
        background-color: #002b54 !important;
        color: white !important;
        border: solid 2px #00a651 !important;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

    .bootstrap-datetimepicker-widget .timepicker-hour,
    .bootstrap-datetimepicker-widget .timepicker-minute,
    .bootstrap-datetimepicker-widget .timepicker-second {
        width: 54px;
        font-weight: bold;
        font-size: 1.2em;
        margin: 0;
        background: #002b54 !important;
        background-color: #002b54 !important;
        color: white !important;
    }

    .bootstrap-datetimepicker-widget .btn {
        background: #002b54 !important;
        background-color: #002b54 !important;
        color: white !important;
        border: solid 2px !important;
    }

        .bootstrap-datetimepicker-widget .btn :hover {
            border: solid 2px #00a651 !important;
        }

    .bootstrap-datetimepicker-widget .picker-switch :hover {
        border-color: #00a651 !important;
        background: #002b54 !important;
        background-color: #002b54 !important;
        color: white !important;
    }

    .bootstrap-datetimepicker-widget span {
        background: none;
        background-color: none;
    }

    .bootstrap-datetimepicker-widget table td span:hover {
        background: #eeeeee !important;
    }

    .bootstrap-datetimepicker-widget table td span.active {
        background: #002b54 !important;
        background-color: #002b54 !important;
        color: white !important;
        border: solid 2px #00a651 !important;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

    .bootstrap-datetimepicker-widget .picker-switch .table-condensed {
        background: #002b54 !important;
        background-color: #002b54 !important;
        color: white !important;
        border: solid 2px !important;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

    .bootstrap-datetimepicker-widget .picker-switch td span {
        width: auto !important;
    }

.form-horizontal {
    margin-left: 20% !important;
    margin-right: 20% !important;
}

.fixTableHead {
    display: flex;
    flex-flow: column;
    width: 100%;
}

    .fixTableHead thead {
        flex: 0 0 auto;
        font-size: 15px;
    }

    .fixTableHead tbody {
        flex: 1 1 auto;
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
    }

    /*.fixTableHead tbody::-webkit-scrollbar {
            display: none;
        }*/

    .fixTableHead tr {
        width: 100%;
        display: table;
        table-layout: fixed;
    }

    /*ACTIVE COUNTERPARTIES*/
    /*----------------------------------------------------------------------------------------------*/
    .fixTableHead th {
        vertical-align: middle !important;
    }

        .fixTableHead th:nth-child(1), .fixTableHead th:nth-child(3), .fixTableHead th:nth-child(4), .fixTableHead th:nth-child(5), .fixTableHead th:nth-child(6) {
            width: 6%;
        }

        .fixTableHead th:nth-child(2) {
            width: 70%;
        }

    .fixTableHead td:nth-child(1), .fixTableHead td:nth-child(3), .fixTableHead td:nth-child(4), .fixTableHead td:nth-child(5), .fixTableHead td:nth-child(6) {
        width: 6%;
    }
/*----------------------------------------------------------------------------------------------*/

/*ARCHIVIO DEALS*/
/*----------------------------------------------------------------------------------------------*/
.table-deals th {
    vertical-align: middle !important;
}

.table-deals td:nth-child(2), .table-deals td:nth-child(9), .table-deals td:nth-child(10) {
    width: 6%;
}

.table-deals td:nth-child(3) {
    width: 5%;
}

.table-deals td:nth-child(4) {
    width: 5%;
}

.table-deals td:nth-child(5) {
    width: 3%;
}

.table-deals td:nth-child(8) {
    width: 5%;
}

.table-deals td:nth-child(11) {
    width: 5%;
}

.table-deals td:nth-child(12) {
    width: 5%;
}

.table-deals td:nth-child(13) {
    width: 5%;
}

.table-deals td:nth-child(14) {
    width: 5%;
}
/*----------------------------------------------------------------------------------------------*/

/*ARCHIVIO SUPPLIES*/
/*----------------------------------------------------------------------------------------------*/
.table-supplies input {
    text-align: center !important;
}

.table-supplies th {
    vertical-align: middle !important;
}

.table-supplies td:nth-child(1) {
    width: 4%;
}

.table-supplies td:nth-child(2), .table-supplies td:nth-child(6), .table-supplies td:nth-child(7) {
    width: 6%;
}

.table-supplies td:nth-child(3) {
    width: 3%;
}

.table-supplies td:nth-child(8) {
    width: 5%;
}

.table-supplies td:nth-child(9) {
    width: 6%;
}
/*----------------------------------------------------------------------------------------------*/

/*ARCHIVIO COSTI FISSI*/
/*----------------------------------------------------------------------------------------------*/
.table-costs th {
    vertical-align: middle !important;
}

.table-costs td:nth-child(1) {
    width: 4%;
}

.table-costs td:nth-child(2), .table-costs td:nth-child(8) {
    width: 15%;
}

/*.table-costs td:nth-child(3), .table-costs td:nth-child(4), .table-costs td:nth-child(9) {
    width: 6%;
}*/

.table-costs td:nth-child(5) {
    width: 5%;
}

.table-costs td:nth-child(6) {
    width: 5%;
}

.table-costs td:nth-child(7) {
    width: 5%;
}
/*----------------------------------------------------------------------------------------------*/

/*ARCHIVIO REMIT*/
/*----------------------------------------------------------------------------------------------*/
.table-remit th {
    vertical-align: middle !important;
}
/*----------------------------------------------------------------------------------------------*/

/*ARCHIVIO SII*/
/*----------------------------------------------------------------------------------------------*/
.table-sii th {
    vertical-align: middle !important;
}
/*----------------------------------------------------------------------------------------------*/

/*ARCHIVIO POWER SUPPLIES*/
/*----------------------------------------------------------------------------------------------*/
.table-supplies-power input {
    text-align: center !important;
}

.table-supplies-power td:nth-child(3), .table-supplies-power td:nth-child(7), .table-supplies-power td:nth-child(8) {
    width: 5%;
}
/*----------------------------------------------------------------------------------------------*/
/*ARCHIVIO SHAPE BASELOAD*/
/*----------------------------------------------------------------------------------------------*/
.shape_Baseload th {
    vertical-align: middle !important;
}

.shape_Baseload td:nth-child(3), .shape_Baseload td:nth-child(8), .shape_Baseload td:nth-child(9) {
    width: 5%;
}

.shape_Baseload td:nth-child(5) {
    width: 3%;
}

.shape_Baseload td:nth-child(10) {
    width: 3%;
}

.shape_Baseload td:nth-child(11), .shape_Baseload td:nth-child(12) {
    width: 5%;
}
/*----------------------------------------------------------------------------------------------*/

/*ARCHIVIO SHAPE FASCIA*/
/*----------------------------------------------------------------------------------------------*/
.shape_Fascia th {
    vertical-align: middle !important;
}

.shape_Fascia td:nth-child(1) {
    width: 3%;
}

.shape_Fascia td:nth-child(3), .shape_Fascia td:nth-child(8), .shape_Fascia td:nth-child(9) {
    width: 5%;
}

.shape_Fascia td:nth-child(5) {
    width: 3%;
}

.shape_Fascia td:nth-child(10), .shape_Fascia td:nth-child(12), .shape_Fascia td:nth-child(14) {
    width: 3%;
}

.shape_Fascia td:nth-child(11), .shape_Fascia td:nth-child(13), .shape_Fascia td:nth-child(15), .shape_Fascia td:nth-child(16) {
    width: 5%;
}

/*----------------------------------------------------------------------------------------------*/

/*ARCHIVIO SHAPE PEEK OFF PEAK*/
/*----------------------------------------------------------------------------------------------*/
.shape_Peak_off_peak th {
    vertical-align: middle !important;
}

.shape_Peak_off_peak td:nth-child(3), .shape_Peak_off_peak td:nth-child(8), .shape_Peak_off_peak td:nth-child(9) {
    width: 5%;
}

.shape_Peak_off_peak td:nth-child(5) {
    width: 3%;
}

.shape_Peak_off_peak td:nth-child(10), .shape_Peak_off_peak td:nth-child(12) {
    width: 3%;
}

.shape_Peak_off_peak td:nth-child(11), .shape_Peak_off_peak td:nth-child(13), .shape_Peak_off_peak td:nth-child(14) {
    width: 5%;
}

/*----------------------------------------------------------------------------------------------*/

/*ARCHIVIO TTF*/
/*----------------------------------------------------------------------------------------------*/
.table-ttf th {
    vertical-align: middle !important;
}

.table-ttf td:nth-child(6), .table-ttf td:nth-child(7), .table-ttf td:nth-child(8) {
    width: 6%;
}

/*----------------------------------------------------------------------------------------------*/

/*ARCHIVIO PSV*/
/*----------------------------------------------------------------------------------------------*/
.table-psv th {
    vertical-align: middle !important;
}

.table-psv td:nth-child(1), .table-psv td:nth-child(5), .table-psv td:nth-child(6) {
    width: 10% !important;
}

.table-psv td:nth-child(2) {
    width: 4%;
}

.table-psv td:nth-child(3), .table-psv td:nth-child(4) {
    width: 10%;
}

.table-psv td:nth-child(7), .table-psv td:nth-child(10) {
    width: 4%;
}

.table-psv td:nth-child(8), .table-psv td:nth-child(9) {
    width: 12%;
}

/*----------------------------------------------------------------------------------------------*/
/*ARCHIVIO Trading Mail*/
/*----------------------------------------------------------------------------------------------*/
.table-tradingmail th {
    vertical-align: middle !important;
}

.table-tradingmail td:nth-child(2), .table-tradingmail td:nth-child(3), .table-tradingmail td:nth-child(4), .table-tradingmail td:nth-child(5), .table-tradingmail td:nth-child(8), .table-tradingmail td:nth-child(11), .table-tradingmail td:nth-child(12), .table-tradingmail td:nth-child(15) {
    width: 5%;
}

.table-tradingmail td:nth-child(6) {
    width: 3%;
}
/*----------------------------------------------------------------------------------------------*/


/*ARCHIVIO PSV*/
/*----------------------------------------------------------------------------------------------*/
.table-psv input {
    text-align: center !important;
}

.table-psv th {
    vertical-align: middle !important;
}

.table-psv td:nth-child(1) {
    width: 4%;
}
/*----------------------------------------------------------------------------------------------*/

/*ARCHIVIO MERCATI*/
/*----------------------------------------------------------------------------------------------*/
.table-mercati {
    margin-bottom: 3% !important;
    margin-top: 3% !important;
    width: 30% !important;
}

    .table-mercati input {
        text-align: center !important;
    }

    .table-mercati th {
        vertical-align: middle !important;
    }

/*----------------------------------------------------------------------------------------------*/

/*CONTENITORE ARCHIVIO SHORT TERM OPERATOR*/
/*----------------------------------------------------------------------------------------------*/
/*.table-sto td:nth-child(1) {
    width: 8%;
}*/

.table-sto td:nth-child(2) {
    width: 8%;
}

/*.table-sto td:nth-child(1) {
    width: 8%;
}*/

/*----------------------------------------------------------------------------------------------*/

/*ARCHIVIO SHORT TERM OPERATOR*/
/*----------------------------------------------------------------------------------------------*/
#contenitore_tabella {
    height: 500px !important;
    overflow-y: scroll;
    display: inline-block;
}

    #contenitore_tabella .table-short-term-operator tr:nth-child(2) {
        white-space: nowrap !important;
        padding: 5px 10px !important;
        border: 1px solid #ddd !important;
        background: white !important;
        position: sticky !important;
        top: 0 !important;
        z-index: 9 !important;
    }

.table-short-term-operator input {
    text-align: center !important;
}

.table-short-term-operator th {
    vertical-align: middle !important;
}

.table-short-term-operator input[type=checkbox] {
    width: 20px !important;
    height: 20px !important;
}

/*checkbox*/
.table-short-term-operator th:nth-child(1) {
    width: 1%;
}

/*period*/
#Tabella_Valori #Period {
    width: 3%;
}

/*time_resolution*/
#Tabella_Valori #Time_Resolution {
    width: 3%;
}

/*ora*/
#Tabella_Valori #Ora {
    width: 3%;
}

/*portafoglio*/
#Tabella_Valori #Portafoglio {
    width: 3%;
}

/*PCE*/
#Tabella_Valori #PCE {
    width: 3%;
}

/*IPEX*/
#Tabella_Valori #IPEX {
    width: 3%;
}

/*MGP*/
#Tabella_Valori #MGP {
    width: 3%;
}

/*MI1*/
#Tabella_Valori #MI1 {
    width: 3%;
}

/*MI2*/
#Tabella_Valori #MI2 {
    width: 3%;
}

/*MI3*/
#Tabella_Valori #MI3 {
    width: 3%;
}

/*XBID*/
#Tabella_Valori #XBID {
    width: 3%;
}

/*open_position*/
#Tabella_Valori #Open_Position {
    width: 6%;
}

/*prezzo_mercato*/
#Tabella_Valori #Prezzo_Mercato {
    width: 6%;
}

/*Bid*/
#Tabella_Valori #Bid {
    width: 6%;
}

/*Ask*/
#Tabella_Valori #Ask {
    width: 6%;
}

/*spread_buy*/
#Tabella_Valori #Spread_Buy {
    width: 6%;
}

/*spread_sell*/
#Tabella_Valori #Spread_Sell {
    width: 6%;
}

/*buy_sell*/
#Tabella_Valori #BS {
    width: 3%;
}

/*qta*/
#Tabella_Valori #Qta {
    width: 6%;
}

/*prezzo*/
#Tabella_Valori #Prezzo {
    width: 6%;
}

/*----------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------*/

/*FILTRI ARCHIVIO SHORT TERM OPERATOR*/
/*----------------------------------------------------------------------------------------------*/
.table-filtri-sto {
    /*width:53%;*/
}

    .table-filtri-sto input[type=checkbox] {
        margin: auto;
    }

    /*giorno*/
    .table-filtri-sto td:nth-child(1) {
        width: 18% !important;
    }

    /*unit�*/
    .table-filtri-sto td:nth-child(2) {
        width: 20% !important;
    }

    /*qh*/
    .table-filtri-sto td:nth-child(3) {
        width: 1% !important;
    }

    /*hh*/
    .table-filtri-sto td:nth-child(4) {
        width: 1% !important;
    }

    /*fh*/
    .table-filtri-sto td:nth-child(5) {
        width: 1% !important;
    }

/*----------------------------------------------------------------------------------------------*/

/*STRATEGIA ARCHIVIO SHORT TERM OPERATOR*/
/*----------------------------------------------------------------------------------------------*/

.table-strategia-sto {
    width: 53%;
}

    /*mercato*/
    .table-strategia-sto td:nth-child(1) {
        width: 10% !important;
    }

    /*prezzo_mercato*/
    .table-strategia-sto td:nth-child(1) {
        width: 8% !important;
    }

    /*spread_buy*/
    .table-strategia-sto td:nth-child(2) {
        width: 10% !important;
    }

    /*spread_sell*/
    .table-strategia-sto td:nth-child(3) {
        width: 10% !important;
    }
/*----------------------------------------------------------------------------------------------*/

/*EXPORT SHORT TERM OPERATOR*/
/*----------------------------------------------------------------------------------------------*/

/*replace*/
.table-genera-xml-sto input[type=checkbox] {
    margin: auto;
}

/*genera_xml_nomina*/
.table-genera-xml-sto td:nth-child(2) {
    width: 32% !important;
}

/*----------------------------------------------------------------------------------------------*/

/*TIME RESOLUTION - EXPORT SHORT TERM OPERATOR*/
/*----------------------------------------------------------------------------------------------*/

/*rb_qh*/
.table-genera-xml-sto-timeresolution td:nth-child(1) {
    width: 1% !important;
}

/*lb_qh*/
.table-genera-xml-sto-timeresolution td:nth-child(2) {
    width: 1% !important;
}

/*rb_hh*/
.table-genera-xml-sto-timeresolution td:nth-child(3) {
    width: 1% !important;
}

/*lb_hh*/
.table-genera-xml-sto-timeresolution td:nth-child(4) {
    width: 1% !important;
}

/*rb_fh*/
.table-genera-xml-sto-timeresolution td:nth-child(5) {
    width: 1% !important;
}

/*lb_fh*/
.table-genera-xml-sto-timeresolution td:nth-child(6) {
    width: 1% !important;
}

/*----------------------------------------------------------------------------------------------*/


/*POSIZIONI SHORT TERM OPERATOR*/
/*----------------------------------------------------------------------------------------------*/
.table-sto-posizioni {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1%;
}

    .table-sto-posizioni label {
        width: auto;
    }

    .table-sto-posizioni td:nth-child(1) {
        width: 8% !important;
    }

    .table-sto-posizioni td:nth-child(2) {
        width: 20% !important;
    }

    .table-sto-posizioni td:nth-child(3) {
        width: 15% !important;
    }

    .table-sto-posizioni td:nth-child(4) {
        width: 10% !important;
    }

    .table-sto-posizioni td:nth-child(7) {
        width: 5% !important;
    }

/*----------------------------------------------------------------------------------------------*/

/*OPERAZIONI SHORT TERM OPERATOR*/
/*----------------------------------------------------------------------------------------------*/
.table-sto-operazioni {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1%;
}

    .table-sto-operazioni input[type=checkbox] {
        margin: auto;
    }

    .table-sto-operazioni label {
        width: auto;
    }

    .table-sto-operazioni td:nth-child(1) {
        width: 8% !important;
    }

    .table-sto-operazioni td:nth-child(2) {
        width: 20% !important;
    }

    .table-sto-operazioni td:nth-child(3) {
        width: 5% !important;
    }

    .table-sto-operazioni td:nth-child(4) {
        width: 1% !important;
    }

    .table-sto-operazioni td:nth-child(5) {
        width: 55% !important;
    }

/*----------------------------------------------------------------------------------------------*/


/*CRUSCOTTO MESSAGGI SHORT TERM OPERATOR*/
/*----------------------------------------------------------------------------------------------*/
#Tabella_Messaggi {
    width: 40% !important;
}

/*PCE*/
#Tabella_Messaggi td:nth-child(1) {
    width: 3% !important;
}

/*MGP*/
#Tabella_Messaggi td:nth-child(2) {
    width: 3% !important;
}

/*MI1*/
#Tabella_Messaggi td:nth-child(3) {
    width: 3% !important;
}

/*MI2*/
#Tabella_Messaggi td:nth-child(4) {
    width: 3% !important;
}

/*MI3*/
#Tabella_Messaggi td:nth-child(5) {
    width: 3% !important;
}

/*XBID*/
#Tabella_Messaggi td:nth-child(6) {
    width: 3% !important;
}

/*----------------------------------------------------------------------------------------------*/

/*CRUSCOTTO MERCATI SHORT TERM OPERATOR*/
/*----------------------------------------------------------------------------------------------*/

/*MGP*/
#Tabella_Mercati td:nth-child(1) {
    width: 7% !important;
}

/*MI1*/
#Tabella_Mercati td:nth-child(2) {
    width: 7% !important;
}

/*MI2*/
#Tabella_Mercati td:nth-child(3) {
    width: 7% !important;
}

/*MI3*/
#Tabella_Mercati td:nth-child(4) {
    width: 7% !important;
}

/*----------------------------------------------------------------------------------------------*/

/*FILTRI PCE SHORT TERM OPERATOR*/
/*----------------------------------------------------------------------------------------------*/
.pce-filtri {
    width:53%;
}

    .pce-filtri label {
        width: auto;
    }

    .pce-filtri td {
        text-align: center;
    }


/*----------------------------------------------------------------------------------------------*/

/*ARCHIVIO PRIORITA' UNITA' PCE TERM OPERATOR*/
/*----------------------------------------------------------------------------------------------*/
#Tabella_Priorita {
    width: 40% !important;
}

    /*Unit�*/
    #Tabella_Priorita th:nth-child(1) {
        width: 7% !important;
    }

    /*Priorit�*/
    #Tabella_Priorita th:nth-child(2) {
        width: 7% !important;
    }

    /*Percentuale*/
    #Tabella_Priorita th:nth-child(3) {
        width: 7% !important;
    }
/*----------------------------------------------------------------------------------------------*/


    .table-responsive tr th {
    padding: 0px !important;
    word-wrap: break-word !important;
    text-align: center !important;
    font-weight: bold !important;
}

.table-responsive tr td {
    padding: 0px !important;
    margin: 0px !important;
    word-wrap: break-word !important;
    border-collapse: collapse !important;
    border-spacing: 0px !important;
    text-align: center !important;
}

.form-control {
    border-color: #ccc !important;
    transition: none !important;
}

/*DEMAND*/

.table-demand th {
    vertical-align: middle !important;
}

.table-demand td:nth-child(1) {
    width: 5%;
}

.table-demand td:nth-child(2) {
    width: 5%;
}

.table-demand td:nth-child(3) {
    width: 5%;
}

.table-demand td:nth-child(4) {
    width: 5%;
}

.table-demand td:nth-child(5) {
    width: 5%;
}

.table-demand td:nth-child(6) {
    width: 10%;
}

.table-demand td:nth-child(7) {
    width: 6%;
}

.table-demand td:nth-child(8) {
    width: 6%;
}

/*-----------------------------------*/



.piccola {
    width: auto !important;
    white-space: nowrap !important;
    margin: 0 auto !important;
}

    .piccola tr th {
        font-weight: bold !important;
    }

    .piccola input {
        padding: 8px !important;
    }

.filtri {
    width: auto !important;
    white-space: nowrap !important;
    margin: 0 auto !important;
}

    .filtri .btn {
        margin-right: 12px !important;
        margin-left: 12px !important;
    }

    .filtri table td {
        padding-right: 1%;
        padding-left: 1%;
    }

        .filtri table td .col-sm-12 {
            padding-right: 0px;
            padding-left: 0px;
        }

    .filtri .form-control:focus {
        border: 1px solid #ccc !important;
    }

.filtri_power {
    white-space: initial !important;
}

    .filtri_power div, .filtri_power label {
        padding: 0;
    }

form {
    width: auto;
    margin-left: 1%;
    margin-right: 1%;
}

.panel-body {
    width: 100%;
    margin: 0 auto 0 auto !important;
}

.pulsantiera {
    width: 100%;
    margin: 0 auto !important;
}

.btn-primary {
    background: #002b54 !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
}

    .btn-primary:hover {
        border: solid 2px #00a651 !important;
    }

.loginform button.submit {
    background: #002b54 !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
}

    .loginform button.submit:hover {
        border: solid 2px #00a651 !important;
    }

.form-horizontal table input, .form-horizontal table a {
    border: solid 2px !important;
}

/*.table-shape label {
    white-space: nowrap;
}*/

.table-shape td input {
    /*        border: solid #ccc 1px !important;*/
    text-transform: none;
}

.table-shape td a {
    border: none !important;
}

.table-shape tbody tr td {
    vertical-align: middle !important;
}

.table-shape td:nth-child(4), .table-shape td:nth-child(5), .table-shape td:nth-child(6) {
    width: 13%;
}

.edit_shape td:nth-child(1) table td:nth-child(1) {
    width: 25%;
}

.edit_shape td:nth-child(3), .edit_shape td:nth-child(4), .edit_shape td:nth-child(5) {
    width: 13%;
}

.edit_shape td:nth-child(1) {
    width: 30%;
}

    .edit_shape td:nth-child(1) table td:nth-child(1) {
        width: 25%;
    }

    .edit_shape td:nth-child(1) table td:nth-child(2) {
        width: 75%;
    }

.edit_shape td:nth-child(2) {
    width: 31%;
}

    .edit_shape td:nth-child(2) table td:nth-child(1) {
        width: 25%;
    }

    .edit_shape td:nth-child(2) table td:nth-child(2) {
        width: 75%;
    }

.pre_edit_shape td:nth-child(1) {
    width: 13%;
}

.add_shape td:nth-child(1) table td:nth-child(1) {
    width: 25%;
}

.add_shape td:nth-child(1) table td:nth-child(2) {
    width: 75%;
}

.add_shape td:nth-child(2) table td:nth-child(1) {
    width: 25%;
}

.add_shape td:nth-child(2) table td:nth-child(2) {
    width: 75%;
}

.add_shape td:nth-child(3) table td:nth-child(1) {
    width: 25%;
}

.add_shape td:nth-child(3) table td:nth-child(2) {
    width: 75%;
}



.no-bordo {
    vertical-align: central !important;
}

    .no-bordo input.form-control[type~=file] {
        background-color: #fff !important;
        border: solid #ccc 1px !important;
        color: black;
    }

    .no-bordo input.form-control {
        background-color: #fff !important;
        border: solid #ccc 1px !important;
        color: dimgrey;
    }

.comandi {
    margin: 0 auto;
}

    .comandi input {
        padding: 8px !important;
    }

/*POPUP Trading Mail*/
.messagepop {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    cursor: default;
    /*display: none;*/
    position: absolute;
    top: 40%;
    left: 40%;
    text-align: left;
    width: 20%;
    z-index: 50;
    padding: 0;
}

/*WAIT*/
#wait {
    z-index: 999;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7A8991;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.submit-progress p {
    text-align: center;
    line-height: 200px;
    display: table-cell;
    vertical-align: middle;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    color: black;
    opacity: 1;
    font-size: 150%;
    width: 100%;
}

/*MANINA*/
.busy * {
    cursor: pointer !important;
}

/*MOBILE*/
@media (max-width: 1100px) {

    .logo {
        height: 60%;
        width: 60%;
    }

    html, body {
        height: 100%;
    }

    body {
        margin: 0;
    }

    .header {
        grid-template-columns: 0% 40% 20% 35% 5%;
        grid-template-rows: auto;
        justify-items: center;
        align-items: center;
        margin-bottom: 5% !important;
        height: 100%;
    }

        .header ul li label {
            display: none;
        }

    #button {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 50%;
        max-width: 45px;
        height: 40px;
        padding: 8px;
        box-sizing: border-box;
        cursor: pointer;
    }

        #button div {
            display: block;
            height: 4px;
            background: #fafafa;
        }

    .header .mainmenu {
        justify-items: center;
        align-items: center;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 100%;
        background: #00223d;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .starthide:active, .starthide:focus, .starthide:hover {
        display: inline-flex !important;
    }

    #button:hover + #mainmenu {
        display: inline-flex !important;
    }

    #mainmenu {
        display: none;
    }

    .submenu {
        z-index: 100;
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
        position: relative !important;
        background: #b5b5b5 !important;
        font-size: 60px !important;
        justify-items: center;
        align-items: center;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

        .submenu .submenu {
            background: #d7d7d5 !important;
        }

    .row {
        width: 100%;
        display: block;
    }

    .col-25 {
        float: none !important;
        margin: 0;
        width: 100% !important;
    }

        .col-25 label {
            margin: 0;
        }

    .col-75 {
        /*float: none !important;*/
        margin: 0;
        width: 100% !important;
    }

    .comandi {
        margin: 0 auto;
        border-collapse: collapse;
        margin-top: 5%;
    }

        .comandi a {
            display: inline-grid !important;
        }

        .comandi input {
            margin: 0 auto !important;
            float: inherit !important;
        }

        .comandi tr {
            display: block;
            float: left;
        }

        .comandi th, .comandi td {
            display: block;
        }
}


/*ICONE*/

/* Gas Trades */

.menuicon .add_trade {
    /*background: url(Immagini/icons/Trades/Add_Trade_Gas.png) no-repeat !important;*/
    background: url('Immagini/icons/Add_Icon.png') no-repeat !important;
    /*background-size: contain !important;*/
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .add_multiple_trade {
    /*background: url(Immagini/icons/Trades/Add_Multiple_Trade_Gas.png) no-repeat !important;*/
    background: url(Immagini/icons/Multiple_Add_Icon.png) no-repeat !important;
    /*background-size: contain !important;*/
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .add_profiled_trade {
    /*background: url(Immagini/icons/Trades/Add_Profiled_Trade_Gas.png) no-repeat !important;*/
    background: url(Immagini/icons/ascending-business-graphic.png) no-repeat !important;
    /*background-size: contain !important;*/
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .edit_profiled_trade {
    /*background: url(Immagini/icons/Trades/Add_Profiled_Trade_Gas.png) no-repeat !important;*/
    background: url(Immagini/icons/edit_profiled_trade.png) no-repeat !important;
    /*background-size: contain !important;*/
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .update_trade {
    /*background: url(Immagini/icons/Trades/Update_Trade_Gas.png) no-repeat !important;*/
    background: url(Immagini/icons/reuse.png) no-repeat !important;
    /*background-size: contain !important;*/
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .storage_trade {
    /*background: url(Immagini/icons/Trades/Update_Trade_Gas.png) no-repeat !important;*/
    background: url(Immagini/icons/Storage_Icon.png) no-repeat !important;
    /*background-size: contain !important;*/
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .gme_deals {
    /*background: url(Immagini/icons/Trades/Add_Profiled_Trade_Gas.png) no-repeat !important;*/
    background: url(Immagini/icons/GME.png) no-repeat !important;
    /*background-size: contain !important;*/
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

/* Gas Supplies */

.menuicon .add_supplies {
    /*background: url(Immagini/icons/Trades/Add_Supplies.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url('Immagini/icons/Add_Icon.png') no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .category_supplies {
    /*background: url(Immagini/icons/Trades/Categories_Supplies.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/reuse.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .massive_supplies {
    /*background: url(Immagini/icons/Trades/Categories_Supplies.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/Multiple_Add_Icon.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .massive_shape {
    /*background: url(Immagini/icons/Trades/Categories_Supplies.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/massive_shape.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

/* Storage */

.menuicon .past_inj {
    /*background: url(Immagini/icons/Trades/Past_Inj.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/back.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .planned_inj {
    /*background: url(Immagini/icons/Trades/Planned_Inj.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/forward.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .massive_planned_inj {
    /*background: url(Immagini/icons/Trades/Planned_Inj.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/Planned_Stock_Massive.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .monthly_target {
    /*background: url(Immagini/icons/Trades/Monthly_Storage.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/Ale.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

/* Transport */

.menuicon .add_import {
    /*background: url(Immagini/icons/Trades/Add_Import.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url('Immagini/icons/Add_Icon.png') no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

/* Logistics */

.menuicon .capacity {
    /*background: url(Immagini/icons/Trades/Logistic_C.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url('Immagini/icons/Capacity_Icon.png') no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .volumes {
    /*background: url(Immagini/icons/Trades/Logistic_V.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url('Immagini/icons/ascending-business-graphic.png') no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .areas {
    /*background: url(Immagini/icons/Trades/Logistic_A.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url('Immagini/icons/Areas_Icon.png') no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .customer_capacity {
    /*background: url(Immagini/icons/Trades/Logistic_CC.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url('Immagini/icons/Customer_Capacity.png') no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

/* Other */

.menuicon .last_deals {
    /*background: url(Immagini/icons/Trades/Last_Deal.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url('Immagini/icons/Last_Deals.png') no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .fix_costs {
    /*background: url(Immagini/icons/Trades/Fixed_Cost.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url('Immagini/icons/Fix_Costs.png') no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .storicizza {
    /*background: url(Immagini/icons/Trades/Storicizza.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/Storicizza_Icon.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .credit_limit {
    /*background: url(Immagini/icons/Trades/Credit_Limits.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/Credit_Limit.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .spread {
    /*background: url(Immagini/icons/Trades/Credit_Limits.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/Spread.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .trading_mail {
    /*background: url(Immagini/icons/Trades/Credit_Limits.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/letter.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .price_scenarios {
    /*background: url(Immagini/icons/Trades/Credit_Limits.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/Price_Scenario.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .trayport {
    /*background: url(Immagini/icons/Trades/Credit_Limits.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/Trayport.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .bank_holiday {
    /*background: url(Immagini/icons/Trades/Credit_Limits.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/Bank_Holiday.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

/* Settings */

.menuicon .settings_counterparties {
    /*background: url(Immagini/icons/Trades/Settings_Counterparty.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/Active_Counterparty.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .settings_indexes {
    /*background: url(Immagini/icons/Trades/Settings_Indexes.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/ascending-business-graphic.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .settings_shapes {
    background: url(Immagini/icons/Settings_Shapes.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .settings_strategy {
    /*background: url(Immagini/icons/Trades/Storicizza.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/Trading_Strategy.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .settings_dispatch {
    /*background: url(Immagini/icons/Trades/Storicizza.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/Dispatch.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .settings_dispatch_summer {
    /*background: url(Immagini/icons/Trades/Storicizza.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/sunbed.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .settings_dispatch_winter {
    /*background: url(Immagini/icons/Trades/Storicizza.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/Dispatch.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .settings_dispatch_spring {
    /*background: url(Immagini/icons/Trades/Storicizza.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/easter-bunny.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .settings_dispatch_autumn {
    /*background: url(Immagini/icons/Trades/Storicizza.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/leaves.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .settings_workload {
    /*background: url(Immagini/icons/Trades/Settings_Counterparty.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/workload.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .settings_terna {
    /*background: url(Immagini/icons/Trades/Storicizza.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/Terna.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

/* Remit */

.menuicon .remit_standard {
    /*background: url(Immagini/icons/Trades/Settings_Counterparty.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/Remit_Standard.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .remit_non_standard {
    /*background: url(Immagini/icons/Trades/Settings_Counterparty.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/Remit_Non_Standard.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .remit_execution {
    /*background: url(Immagini/icons/Trades/Settings_Counterparty.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/Remit_Execution_2.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

/*SII*/

.menuicon .sii {
    /*background: url(Immagini/icons/Trades/Categories_Supplies.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/sii.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}


/* Invoicing */

.menuicon .invoicing_upload_cg {
    /*background: url(Immagini/icons/Trades/Settings_Counterparty.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/invoicing_upload_cg.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .invoicing_upload_contratti {
    /*background: url(Immagini/icons/Trades/Settings_Counterparty.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/invoicing_upload_cg.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .invoicing_upload_allocati {
    /*background: url(Immagini/icons/Trades/Settings_Counterparty.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/invoicing_upload_cg.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

/* Nomination */
.menuicon .TTF {
    /*background: url(Immagini/icons/Trades/Credit_Limits.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/ttf.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .NL {
    /*background: url(Immagini/icons/Trades/Credit_Limits.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/nl.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .PSV {
    /*background: url(Immagini/icons/Trades/Credit_Limits.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/PSV.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .DK {
    /*background: url(Immagini/icons/Trades/Credit_Limits.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/dan.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: 50% 25% !important;
}

.menuicon .BE {
    /*background: url(Immagini/icons/Trades/Credit_Limits.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/zee.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .DE {
    /*background: url(Immagini/icons/Trades/Credit_Limits.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/goc.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .Stogit {
    /*background: url(Immagini/icons/Trades/Credit_Limits.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/stogit.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: top !important;
}

.menuicon .IT {
    /*background: url(Immagini/icons/Trades/Credit_Limits.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/it.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: 50% 25% !important;
}

.menuicon .transport {
    /*background: url(Immagini/icons/Trades/Credit_Limits.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/transport.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: 50% 25% !important;
}

.menuicon .stock {
    /*background: url(Immagini/icons/Trades/Credit_Limits.png) no-repeat !important;*/
    /*background-size: contain !important;*/
    background: url(Immagini/icons/stock.png) no-repeat !important;
    background-color: #002b54 !important;
    border: solid 2px !important;
    background-size: 75% !important;
    background-position: 50% 25% !important;
}


/*--------------------------------------*/
.table-responsive input, .table-responsive select {
    font-size: 1em !important;
}

    04223D
    .table-responsive input:hover, .table-responsive select:hover {
        background-color: #04223D !important;
    }



/*---- MENU A PULSANTI nel corpo ---*/
.pulsantiera {
    float: left;
    width: 100%;
}

.menuicon {
    display: grid;
    grid-template-columns: repeat(6, minmax(12rem, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 1rem;
    width: 80%;
    margin: 100px auto 0 auto;
    z-index: 0;
}

    .menuicon::before {
        content: '';
        width: 0;
        padding-bottom: 100%;
        grid-row: 1 / 1;
        grid-column: 1 / 1;
    }

    .menuicon > *:first-child {
        grid-row: 1 / 1;
        grid-column: 1 / 1;
    }

.grid > * {
    background: rgba(0,0,0,0.1);
    border: 1px white solid;
}

.menuicon li {
    display: flex;
    position: relative;
    background: #a7a9ac;
}

    .menuicon li input {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        box-sizing: border-box;
        padding-top: 70%;
        width: 100%;
        border: 0;
        background-color: transparent;
        /*text-transform: uppercase;*/
        text-transform: none !important;
        color: #fafafa;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 0.9vw;
        white-space: normal;
    }

        /*@media (max-width: 900px) {
    .menuicon li input {
        font-size: 1.2vw;
    }
}*/
        /*@media (max-width: 650px) {
    .menuicon li input {
        font-size: 1.8vw;
    }
}*/
        /*@media (max-width: 1539px) {
    .menuicon {
        grid-template-columns: repeat(4, minmax(12rem, 1fr));
    }
}*/
        /*@media (max-width: 1020px) {
    .menuicon {
        grid-template-columns: repeat(3, minmax(12rem, 1fr));
    }
}*/
        /*@media (max-width: 760px) {
    .menuicon {
        grid-template-columns: repeat(2, minmax(12rem, 1fr));
    }
}*/
        /*@media (max-width: 500px) {
    .menuicon {
        grid-template-columns: repeat(2, minmax(7rem, 1fr));
        grid-gap: 0.6rem;
        width: 95%;
    }

        .menuicon input p {
            font-size: 0.65em;
        }
}*/
        /* assegnazione icone */
        /*.menuicon li:nth-child(1) input {
    background: url(Immagini/icons/reload.png) no-repeat !important;
    background-size: contain !important;
}

.menuicon li:nth-child(2) input {
    background: url(Immagini/icons/stats.png) no-repeat !important;
    background-size: contain !important;
}

.menuicon li:nth-child(3) input {
    background: url(Immagini/icons/recycle.png) no-repeat !important;
    background-size: contain !important;
}

.menuicon li:nth-child(4) input {
    background: url(Immagini/icons/curve.png) no-repeat !important;
    background-size: contain !important;
}*/
        .menuicon li input:hover {
            background-color: #002b54 !important;
            border: solid 3px #00a651 !important;
        }


/*-- SHORT TERM ---*/

.short_term {
    display: inline-flex;
    width: 100%;
    height: 100%;
}

.short_term_tabella {
    width: 83%;
}

.short_term_funzioni {
    width: 17%;
}

/*--------------------------------------*/

/*-------- PARTE DA ELIMINARE ------*/ .contenuto {
    float: left;
    width: 100%;
    height: 800px;
    background: url(Immagini/image.jpg) no-repeat left top;
    background-size: auto 100%;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.45
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

