﻿body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f85bb+0,4f85bb+100;Blue+3D+%239 */
    background: #466A8D !important; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
}

@media screen and (min-width: 800px) {
    .main-container {
        width: 800px;
        min-width: 300px;
        left: 50%;
        margin-left: -401px;
        border-left: 1px solid #555;
        border-right: 1px solid #555;
        position: absolute;
        top: 0px;
        bottom: 0px;
        /*background-color: #FFF;*/
        -moz-box-shadow: 0px -3px 20px #333;
        -webkit-box-shadow: 0px -3px 20px #333;
        box-shadow: 0px -3px 20px #333;
        /*overflow-y: auto;*/
    }
}

@media screen and (max-width: 799px) {
    .main-container {
        width: 100%;
        min-width: 300px;
        /*background-color: #FFF;*/
        position: absolute;
        top: 00px;
        bottom: 00px;
        /*overflow-y: auto;*/
        /*width: calc(100% - 20px);
        left:10px;*/
        /*margin:10px;*/
    }
}

.main-container {
    background: rgb(255,255,255);
    background-image: url('../img/bg_enti_online2.jpg');
    background-size: cover;
}

#iphone_status_bar {
    width: 100%;
    /*background-color: #3d3e46;*/
    background-color: #DFDFE0;
    height: 25px;
    margin-bottom: 0px;
    display: none;
}

.logo-top {
    /*margin-top: 15px;*/
    padding: 20px;
    text-align: center;
    background-color: transparent;
    /*border: 1px solid #999;*/
    margin: 0px 0px 15px 0px;
    border-radius: 10px;
}

    .logo-top img {
        width: 100%;
        max-width: 350px;
    }

.action-bar-top {
    /*position: relative;*/
    position: absolute;
    top: 0px;
    width: 100%;
    /*background-color: #337AB7;*/
    background-color: #01579B;
    color: #FFF;
    padding: 10px;
    vertical-align: middle;
    z-index: 101;
}

    .action-bar-top table {
        width: 100%;
        border-spacing: 0px;
        border-collapse: collapse;
    }

        .action-bar-top table td:first-child {
        }

        .action-bar-top table td:last-child {
            width: 1px;
        }

    .action-bar-top td, th {
        padding: 5px;
    }

    .action-bar-top img {
        cursor: pointer;
        height: 20px;
        vertical-align: middle;
    }

    .action-bar-top span {
        font-size: 18px;
        vertical-align: middle;
        cursor: pointer;
    }

    .action-bar-top .glyphicon {
        font-size: 22px;
        vertical-align: middle;
        cursor: pointer;
    }

    .action-bar-top .glyphicon-arrow-left {
        margin-right: 5px;
    }

#action-bar-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    width: calc(100% - 60px);
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
}

.evomenu {
    position: absolute;
    background-color: #FFF;
    right: 5px;
    top: 45px;
    z-index: 1000;
    -moz-box-shadow: 0px 3px 10px rgba(51, 51, 51,0.7);
    -webkit-box-shadow: 0px 3px 10px rgba(51, 51, 51,0.7);
    box-shadow: 0px 3px 10px rgba(51, 51, 51,0.7);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: none;
}

    .evomenu .menu-item {
        color: #555;
        padding: 10px 20px;
        min-width: 150px;
        cursor: pointer;
        border-bottom: 1px solid #ccc;
    }

        .evomenu .menu-item span {
            font-size: 18px !important;
        }

        .evomenu .menu-item:last-child {
            border-bottom: none;
        }

.content-container {
    padding: 15px;
    margin-top: 56px;
    padding-bottom: 10px;
    z-index: 100;
    overflow-y: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
}

.cred-container {
    padding: 10px 20px;
}

    .cred-container .cred-title {
        font-size: 20px;
        color: #666;
        font-weight: bold;
        margin-bottom: 10px;
        vertical-align: middle;
    }

        .cred-container .cred-title img {
            height: 24px;
            vertical-align: middle;
        }

        .cred-container .cred-title span {
            vertical-align: middle;
        }

.checkbox-item {
    vertical-align: middle;
    padding: 5px;
}

    .checkbox-item input[type='checkbox'] {
        vertical-align: middle;
        margin-right: 10px;
    }

    .checkbox-item span {
        vertical-align: middle;
    }

#iphone_status_bar {
    position: fixed;
    z-index: 1001;
}

.btn {
    /*vertical-align: middle;*/
    text-align: left;
}

    .btn span {
        /*vertical-align: middle;*/
        /*float:left;*/
    }

        .btn span.glyphicon {
            margin-right: 8px;
            vertical-align: central;
            /*float:left;*/
        }

    .btn.btn-block i {
        margin-right: 8px;
        vertical-align: central;
        /*float:left;*/
        width: 25px;
        text-align: center;
    }

    .btn img {
        margin-right: 8px;
        vertical-align: central;
        width: 20px;
        height: 20px;
    }


/*GESTIONE PULSANTONI NUOVI*/

.buttons_container {
    overflow-y: auto;
    position: absolute;
    top: 110px;
    left: 15px;
    right: 15px;
    bottom: 10px;
}
    .buttons_container table {
        width: 100%;
    }
        .buttons_container table td:first-child {
            width: 48.5%;
        }
        .buttons_container table td:nth-child(2) {
            width: 3%;
        }
        .buttons_container table td:last-child {
            width: 48.5%;
        }

.btn_main_new {
    max-width: 200px;
    /*background-color: #337AB7;*/
    background-color: #01579B;
    color: #FFFFFF;
    /*border-radius: 5px;*/
    border-radius: 12px;
    text-align: center;
    flex-grow: 1;    
}
    .btn_main_new:hover {
        /*background: #286090;*/
        background-color: #003E6C;
        cursor: pointer;
    }

    .btn_main_new .btn_img {
        padding-top: 18px;
        padding-bottom: 5px;
    }

.btn_container_left {
    display: flex;
    flex-direction: row-reverse;
}

.btn_container_right {
    display: flex;
    flex-direction: row;
}

.div_2_lines {
    line-height: 18px;
    height: 36px;
}