﻿
@font-face {
    font-family: "Barlow-Regular";
    src: url(fonts/Barlow-Regular.ttf);
}

@font-face {
    font-family: "Barlow-Regular";
    src: url(fonts/Barlow-Regular.ttf);
}

@font-face {
    font-family: "BarlowCondensed-Regular";
    src: url(fonts/BarlowCondensed-Regular.ttf);
}

html, body, form {
    height: 100%;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    background-color: #FFFFFF;
}




/* BARRA DI NAVIGAZIONE */

#navigation {
    position: fixed;
    top: 0;
    width: 100%;
    color: #ffffff;
    height: 35px;
    text-align: center;
    padding-top: 5px;
    /* Adds shadow to the bottom of the bar */
    -webkit-box-shadow: 0px 0px 8px 0px #000000;
    -moz-box-shadow: 0px 0px 8px 0px #000000;
    box-shadow: 0px 0px 8px 0px #000000;
    /* Adds the transparent background */
    background-color: rgba(0,0,0,0.4);
    color: rgba(1, 1, 1, 0.8);
}

    #navigation a {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
        color: #FFFFFF;
        text-decoration: none;
    }

        #navigation a:hover {
            color: #FFFFFF;
        }

#pagebody {
    padding-top: 40px;
}

.page-title {
    padding-left: 10px;
}

.results-content-list {
    padding-top: 10px;
    padding-bottom: 10px;
}



@media(device-height: 1024px) and (orientation: landscape) {

    body.ios7 {
        /*
        position: fixed;
        width: 100%;
        height: 672px !important;
		*/
    }

    body.ios8 {
        /*
        position: fixed;
        width: 100%;
        height: 682px !important;
		*/
    }
}

h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}

h1 {
    font-size: xx-large;
}

h2 {
    font-size: x-large;
    color: royalblue;
}

.wrapper-relative {
    width: 100%;
    height: 100%;
    position: relative;
}

.results-content-fullpage {
    position: absolute;
    top: 10px;
    left: 45px;
    right: 5px;
    bottom: 20px; /*127px;*/
    overflow: visible;
}

.results-options {
    width: 100%;
    /*position: absolute;*/
    /*top: 45px;*/
    /*position: fixed;*/
    /*top: 50px;*/
    /*left: 5px;*/
    /*width: 200px;*/
    /*bottom: 15px;*/
    /*overflow: visible;*/
    /*padding-bottom: 81px;*/
}

    .results-options .caption-cell {
        font-size: 12px;
        color: #808080;
        padding-bottom: 4px;
    }

.results-content,
.results-none {
    /*position: absolute;*/
    /*top: 5px;*/
    /*left: 215px;*/
    /*right: 5px;*/
    /*bottom: 20px; */ /*127px;*/
    /*overflow: visible;*/
}

.results-detail {
    position: absolute;
    top: 10px;
    left: 220px;
    right: 10px;
    overflow: visible;
}

.results-options .item-1,
.results-options .item-2,
.results-options .item-3,
.results-options .item-4 {
    padding: 14px 20px;
}

.results-options .item-1,
.results-options .item-2,
.results-options .item-3 {
    border-bottom: 1px solid #d9d9d9;
}

.results-options .button-container {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 80px;*/
    background: none repeat scroll 0 0 #F7F7F7;
    border-top: 1px solid #DEDEDE;
    padding: 20px 20px;
    text-align: center;
}

    .results-options .button-container .search-button {
        font-size: 14px;
        height: 40px;
        width: 150px;
        background-color: #F2F2F2;
    }

/*
@media(max-width: 768px) {

    .results-options {
        top: 5px;
        left: 5px;
        right: 5px;
        width: auto;
        height: 150px;
        padding-bottom: 0;
    }

    .results-content,
    .results-none,
    .results-detail {
        top: 162px;
        left: 5px;
    }

    .results-options .control-cell,
    .results-options .caption-cell {
        padding-right: 17px;
        padding-left: 17px;
    }

    .results-options .caption-cell {
        padding-top: 4px;
    }

    .results-options .item-1,
    .results-options .item-2,
    .results-options .item-3,
    .results-options .item-4 {
        position: absolute;
        border-right: 1px solid #DEDEDE;
        border-bottom: none;
        padding: 0;
    }


    .results-options .item-1 {
        top: 11px;
        height: 64px;
        left: 0;
        width: 35%;
    }

    .results-options .item-2 {
        top: 11px;
        left: 35%;
        width: 38%;
        height: 64px;
        border-right: 1px solid #DEDEDE;
    }

    .results-options .item-3 {
        top: 75px;
        left: 35%;
        width: 38%;
        height: 94px;
    }

    .results-options .item-4 {
        top: 75px;
        left: 0;
        width: 35%;
        height: 94px;
    }

    .results-options .button-container {
        top: 11px;
        bottom: 11px;
        height: auto;
        right: 0;
        left: auto;
        width: 27%;
        padding: 39px 0;
        border-top: none;
        background: transparent;
    }

        .results-options .button-container .search-button {
            width: 110px;
            height: 80px;
        }
}
*/

.results-options, .results-content, .results-content-fullpage, .results-content-list, .results-none {
    /*box-shadow: 0px 0px 5px rgba(0,0,0,0.1);*/
    border: 1px solid #c1c1c1;
    background: #FFFFFF;
}

.results-content {
    /*box-shadow: 0px 0px 5px rgba(0,0,0,0.1);*/
    background: #FFFFFF;
}

.button-white-hover {
    color: #FFFFFF !important;
}

/**/

.list-card-container {
    width: 100%;
    border-bottom-style: solid;
    border-bottom-color: silver;
    border-bottom-width: 1px;
    padding: 3px;
    background-color: #F2F2F2;
    overflow:auto;
}

    .list-card-container table {
        width: 100%;
    }

    .list-card-container td {
        padding-left: 5px;
    }

    .list-card-container .first {
        padding-top: 10px;
    }

    .list-card-container .last {
        padding-bottom: 10px;
    }


    .list-card-container a {
        text-decoration: none;
    }

    .list-card-container .header {
        font-size: inherit;
        font-weight: 700;
    }

    .list-card-container .label {
        font-size: X-Small;
    }

    .list-card-container .value {
        font-size: X-Small;
    }

    .list-card-container .action {
        width: 40px;
        text-align: center;
        padding-right: 5px;
        font-size: xx-small;
    }

    .list-card-container .item-icon {
        vertical-align: top;
        width: 40px;
        text-align: center;
        padding-right: 20px;
        padding-right: 5px;
        font-size: xx-small;
    }

    .list-card-container .green {
        padding-left: 0px !important;
        background-color: #85FF5C !important;
    }

    .list-card-container .blue {
        padding-left: 0px !important;
        background-color: #33ADFF !important;
    }

    .list-card-container .red {
        padding-left: 0px !important;
        background-color: #FF3333 !important;
    }

    .list-card-container .locktype_outofcommitment {
        padding-left: 0px !important;
        background-color: #ffb033 !important;
    }

    .list-card-container .locktype_expired {
        padding-left: 0px !important;
        background-color: #FF3333 !important;
    }

    .list-card-container .orderstatus_toRelease {
        padding-left: 0px !important;
        background-color: Crimson !important;
    }

    .list-card-container .orderstatus_released {
        padding-left: 0px !important;
        background-color: greenyellow !important;
    }

    .list-card-container .orderstatus_completed {
        padding-left: 0px !important;
        background-color: DarkGreen !important;
    }


/**/



/**/

.popup-footer {
    float: right;
    padding-top: 5px;
    padding-bottom: 10px;
}

/**/

.table-grid-2 {
    width: 100%;
    padding: 0px;
}

    .table-grid-2 td {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .table-grid-2 .separator {
        padding-bottom: 10px !important;
        border-bottom-style: solid;
        border-bottom-color: silver;
        border-bottom-width: 1px;
    }

    .table-grid-2 .cell-label {
        width: 20%;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .table-grid-2 .cell-label .label {
            font-size: x-small;
        }

        .table-grid-2 .cell-label .label-large {
            font-size: large;
            font-weight: 600;
        }

        .table-grid-2 .cell-label .label-x-large {
            font-size: x-large;
            font-weight: 800;
        }

    .table-grid-2 .cell-value {
        width: 30%;
        padding-left: 5px;
        padding-right: 5px;
    }

        .table-grid-2 .cell-value .label {
            font-size: x-small;
        }

        .table-grid-2 .cell-value .label-large {
            font-size: large;
            font-weight: 600;
        }

        .table-grid-2 .cell-value .label-x-large {
            font-size: x-large;
            font-weight: 800;
        }


/**/

.table-budget-summary {
    width: 100%;
    padding: 0px;
}

    .table-budget-summary td {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .table-budget-summary .title {
        font-weight: 600;
        font-size: X-Large;
        color: aquamarine;
    }

    .table-budget-summary .separator {
        padding-bottom: 5px !important;
        border-bottom-style: solid;
        border-bottom-color: silver;
        border-bottom-width: 1px;
        font-weight: 800 !important;
    }

    .table-budget-summary .cell-label {
        width: 20%;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .table-budget-summary .cell-label .label {
            font-size: small;
        }

        .table-budget-summary .cell-label .label-large {
            font-size: large;
            font-weight: 600;
        }

        .table-budget-summary .cell-label .label-x-large {
            font-size: x-large;
            font-weight: 800;
        }

    .table-budget-summary .cell-value {
        width: 30%;
        padding-left: 5px;
        padding-right: 5px;
        text-align: right;
    }

        .table-budget-summary .cell-value .label {
            font-size: small;
        }

        .table-budget-summary .cell-value .label-large {
            font-size: large;
            font-weight: 600;
        }

        .table-budget-summary .cell-value .label-x-large {
            font-size: x-large;
            font-weight: 800;
        }

/**/

.alert-panel {
    background-color: red;
    text-align: center;
    padding: 5px;
}

.alert-panel-content {
    color: white;
    font-weight: 800;
}

/* BUDGET */

.budget-row {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
}

    .budget-row .header {
        padding-bottom: 5px;
    }

        .budget-row .header .left {
            float: left;
            padding-left: 10px;
        }

        .budget-row .header .right {
            float: right;
            padding-right: 10px;
        }

/* Foundation */

.alert-box {
    border-style: solid;
    border-width: 1px;
    /*display: block;*/
    font-weight: normal;
    /*margin-bottom: 1.25rem;*/
    /*position: relative;*/
    /*padding: 0.875rem 1.5rem 0.875rem 0.875rem;*/
    /*padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    */
    font-size: 0.8125rem;
    transition: opacity 300ms ease-out;
    background-color: #008cba;
    border-color: #0078a0;
    color: white;
}

    .alert-box .close {
        font-size: 1.375rem;
        padding: 9px 6px 4px;
        line-height: 0;
        position: absolute;
        top: 50%;
        margin-top: -0.6875rem;
        right: 0.25rem;
        color: #333333;
        opacity: 0.3;
    }

        .alert-box .close:hover, .alert-box .close:focus {
            opacity: 0.5;
        }

    .alert-box.radius {
        border-radius: 3px;
    }

    .alert-box.round {
        border-radius: 1000px;
    }

    .alert-box.success {
        background-color: #43ac6a;
        border-color: #3a945b;
        color: white;
    }

    .alert-box.alert {
        background-color: #f04124;
        border-color: #de2d0f;
        color: white;
    }

    .alert-box.secondary {
        background-color: #e7e7e7;
        border-color: #c7c7c7;
        color: #4f4f4f;
    }

    .alert-box.warning {
        background-color: #f08a24;
        border-color: #de770f;
        color: white;
    }

    .alert-box.info {
        background-color: #a0d3e8;
        border-color: #74bfdd;
        color: #4f4f4f;
    }

    .alert-box.alert-close {
        opacity: 0;
    }



.labelNFPage {
    font-family: Barlow-Regular;
    height: 60px;
    border: none;
    vertical-align: central;
    font-size: x-large;
    padding-top: 10px;
    background-color: white;
}

.labelNFTitolo {
    font-family: Barlow-Regular;
    border: none;
    background-color: transparent;
    font-size: x-large;
}

.labelNFTitoloWhite {
    font-family: Barlow-Regular;
    border: none;
    background-color: transparent;
    color: white;
    font-size: x-large;
}


.labelNFLogin {
    font-family: Barlow-Regular;
    border: none;
    background-color: transparent;
    font-size: x-large;
}

.labelNFOrdine {
    font-family: Barlow-Regular;
    border: none;
    background-color: #848484;
    font-size: x-large;
    color: white;
}



.labelNF .labelNFBlue .labelNFGreen .labelNFWhite {
    font-family: Barlow-Regular;
    font-size: large;
}

.labelNFWhite {
    color: white;
    font-weight: bold;
}

.labelNFWhiteSmall {
    font-family: BarlowCondensed-Regular;
    color: white;
    font-size: medium;
}

.labelNFGreen {
    color: #4DBC7B;
    font-size: large;
    font-weight: bold;
}

.labelNFBlue {
    color: #5BA3AD;
    font-size: large;
    font-weight: bold;

}


.labelNFRed {
    color: #FF6A00;
    font-size: large;
    font-weight: bold;
}

.labelNFFlat1 {
    border: none;
    background-color: #003049;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.labelNFFlat2 {
    border: none;
    background-color: #d62828;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.labelNFFlat3 {
    border: none;
    background-color: #f77f00;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.labelNFFlat4 {
    border: none;
    background-color: #fcbf49;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.labelNFFlat5 {
    border: none;
    background-color: #eae2b7;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.labelNFFlat6 {
    border: none;
    background-color: #94d2bd;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.labelNFFlat7 {
    border: none;
    background-color: #0a9396;
    height: 100%;
    position: relative;
    cursor: pointer;
}



.labelNFFlat8 {
    border: none;
    background-color: #ae2012;
    height: 100%;
    position: relative;
    cursor: pointer;
}


.righemenu {
    height: 70px;
    vertical-align: central;
}

.righemenu2 {
    height: 40px;
    vertical-align: central;
}

.dxbButton_NF.dxbTSys {
    font-family: Barlow-Regular;
    font-size: x-large;
    text-transform: none;
    font-weight: normal;
}
/*.dx-vam{
                float:left;
    }*/


.DevExpreesFormCaption {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: chocolate;
}

.btnNFCenter {
    padding: 5px;
    font-family: BarlowCondensed-Regular;
    font-size: x-large;
    text-transform: none;
    font-weight: normal;
    cursor: pointer;
    color: white;
    vertical-align: baseline;
    align-content:center;
    margin: auto;
    width: 100%;
}


.navbar {
    background: #444;
    transition: all .6s;
    backface-visibility: hidden;
    box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.5);
}

.navbar-dark .navbar-nav {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .navbar-dark .navbar-nav .nav-link {
        color: #fff;
        color: rgba(255, 255, 255, 0.8);
        border: 0;
    }

        .navbar-dark .navbar-nav .nav-link:hover {
            color: #fff;
        }

        .navbar-dark .navbar-nav .nav-link:focus {
            color: #fff;
            outline: 0;
        }

.navbar-dark .navbar-toggler {
    border-color: #444;
}

    .navbar-dark .navbar-toggler:focus {
        background: none;
        outline: 0;
    }

    .navbar-dark .navbar-toggler span {
        display: block;
        width: 30px;
        height: 2px;
        margin: 6px auto;
        background: #fff;
        transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    }

    .navbar-dark .navbar-toggler:hover span,
    .navbar-dark .navbar-toggler:focus span {
        background: #ccc;
    }

    /* rotate first span */
    .navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
        transform: rotate(45deg) translate(6px, 6px);
    }

    /* hide second span */
    .navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
        opacity: 0;
    }

    /* rotate third span */
    .navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .navbar-dark .navbar-toggler[aria-expanded="false"] span {
        transform: none;
        opacity: 1;
    }

/*.navbar-brand {
    width: 162px;
    height: 44px;
    border: 0;
    text-indent: -99999px;
}*/

.navbar-dark .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.lblgliglia {
    font-family: Barlow-Regular;
    font-weight: normal;
}

.xsmall{
    font-size:x-small;
}

.normal {
    font-size:small;
}

.big {
    font-size: medium;
}
.verybig {
    font-size: large;
}
.bold {
    font-weight: bold;

}


.white, .white a {
    color: #fff;
}
.menuitem{
    vertical-align: middle;
}
.avatar {
    font-size: 16px;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: #555555;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .avatar::after {
        content: attr(data-label);
        font-family: "Readex Pro", sans-serif;
        color: #ffffff;
    }

.logo {
    width: 64px;
    height: 64px;
    background: transparent;
    transform: rotateY(90deg);
    animation: rotateAnimation 5s alternate infinite;
}

@keyframes rotateAnimation {
    from {
        transform: rotateY(90deg);
    }

    to {
        transform: rotateY(360deg);
    }
}


.avatar_menu {
    width: 8em;
    height: 8em;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-family: BarlowCondensed-Regular;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    cursor: pointer;
    color: white;

}



.bg_menu1 {
    background-color: #3bae6a;
}

.bg_menu2 {
    background-color: #f5cf14;
}

.bg_menu3 {
    background-color: #3bae6a;
}

.bg_menu4 {
    background-color: #f5cf14;
}

.bg_menu5 {
    background-color: #3bae6a;
}

.bg_menu6 {
    background-color: #f5cf14;
}

.bg_menu7 {
    border: none;
    background-color: #3bae6a;
}



.bg_menu8 {
    background-color: #f5cf14;
}

.clock {
    /*position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%) ;*/
    color: #003049;
    font-weight:bold;
    font-size: 16px;
    font-family: BarlowCondensed-Regular;
    letter-spacing: 7px;
}

/*.bgimage {*/
    /* The image used */
    /*background-image: url("../../Images/sfondo.png");*/
    /* Full height */
    /*height: 100%;*/
    /* Center and scale the image nicely */
    /*background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.bg-user {
    background-color: #3bae6a;
}

.bg-customer {
    background-color: #f5cf14;
}




.bgimage {
    height: 100%;
    width: 100%;
    background-image: url("../../Images/sfondo.jpg");
    background-size: 110% 110%;
    background-position: center center;
    animation: shrink 5s infinite alternate;
}

.bgimage_GAI001 {
    height: 100%;
    width: 100%;
    background-image: url("../../Images/GAI001/sfondo.jpg");
    background-size: 110% 110%;
    background-position: center center;
    animation: shrink 5s infinite alternate;
}


@keyframes shrink {
    0% {
        background-size: 110% 110%;
    }

    100% {
        background-size: 100% 100%;
    }
}


.blink_me {
    animation: blinker 1s linear infinite;
    background-color: orangered;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}