﻿

/* BOOTSTRAP CUSTOMIZATION*/
/* valmessage in primo piano*/
#ContentPlaceHolder1_pnlVXPANEL {
    z-index: 111111 !important;
}

#ContentPlaceHolder1_modVXPANEL_backgroundElement {
    z-index: 111110 !important;
}


fieldset.fieldset-border {
    border: 1px groove #ddd !important;
    padding: 0 1.0em 1.0em 1.0em !important;
    margin: 0 0 1.0em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    border-radius: 4px;
}

legend.fieldset-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    margin-bottom: 3px;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    border-radius: 4px;
}


/* header */

#topheader {
    background-color: gray;
    color: white;
}

#footer {
    background-color: transparent;
    text-align: center;
}

.required {
    color: gray;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 8px;
}
/* ASP.NET BOOTSTRAP */
.CustomValidator {
    color: #e31937;
    font-weight: bold;
}

.header_container .header_close {
    float: right;
    margin: 28px 20px 0 0;
    padding: 0 0 28px;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 22px
}
/* Modal pop-up */
.modal-backdrop {
    opacity: 0.5 !important;
}

.panel-header {
    background-color: #286090;
    color: #FFFFFF;
    padding: 5px;
    margin: 5px;
    cursor: move;
}

.panel-padding {
    padding: 5px
}

.ModalPopupBG {
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
/*errore altezza*/
.left-zero {
    margin-left: 0 !important;
    margin-top: -100px !important;
}
/* CALENDAR */
.AjaxCalExt {
    z-index: 99999;
    background-color: whitesmoke;
    color: #428bca;
    border: solid 1px white;
}

.ajax__calendar_days {
    background-color: lightgray;
    color: White;
}

.ajax__calendar_day {
    background-color: #428bca;
    font-style: italic;
    font-family: Courier;
}

.ajax__calendar_header {
    background-color: lightgray;
}
/* Correzione per ASP.NET radiobuttonlist*/
.aspnet-radiobuttonlist label {
    padding-right: 23px;
}

.ajaxautocom {
    z-index: 100002 !important;
    border: solid 1px lightgrey;
    margin: 0px;
    padding: 2px;
    max-height: 200px;
    overflow: auto;
    background-color: snow;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 1em;
}

.ajaxautocom_listItem {
    color: #1C1C1C;
    z-index: 100002 !important;
}

.ajaxautocom_itemHighlighted {
    background-color: gray;
    color: white;
    z-index: 100002 !important;
}
/* pagination for gridview*/
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

/* LOGIN */
.etc-login-form {
    color: #919191;
    padding: 10px 20px;
}

    .etc-login-form p {
        margin-bottom: 5px;
        font-size: 16px;
    }
