﻿/* version 4.17 */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

body {
    font-family: Arial;
    font-size: 14px;
    color: black;
    margin: 0;
}
/*
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}
*/
a {
    color: cadetblue;
}

textarea {
    resize: none;
}

#Content {
    width: 1250px;
    text-align: left;
    margin: 10px;
    display: block;
}

.btn-sm 
{
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 3px;
}

/* LOGIN */
.loginBox {
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 360px;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
}

.loginModal {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    vertical-align: top;
}

/* AutoCompleteExtenderList Styles */
.aecList {
    overflow: auto;
    max-height: 50%;
    text-align: left;
    list-style-type: none;
    padding: 0px;
    position: absolute;
    z-index: 9999;
    font-size: 12px;
    background-color: white;
    padding: 5px;
    border: solid 1px #aaa;
}

.aecListItem {
    color: #1C1C1C;
}

.aecHighlightedItem {
    background-color: black;
    color: white;
}

.Brand {
    float: left;
    color: white;
}

.btn-seleziona {
    font-size: 12px;
    border: 1px solid #b7cddf;
    background-color: #d0e1f0;
    outline: 0;
    color: black;
    border-radius: 5px;
    padding: 2px;
}

/* Calendar Styles*/
.calendar {
    float: left;
}

.calendarClose {
    float: left;
    width: 40px;
    height: 200px;
    background-color: #428bca;
    color: #ffffff;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    font-size: 25px;
    padding-top: 4px;
}

.calendarClose A {
    color: white;
    text-decoration: none;
}

.calendarClose A:hover {
    color: red;
}

.calendarPanel {
    position: absolute;
    background-color: white;
    margin-top: 5px;
}

.calendarToday {
    clear: both;
    display: block;
    width: 100%;
    height: 30px;
    background-color: #dfedf9;
    color: #428bca;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    font-size: 14px;
    padding-top: 3px;
    padding-right: 3px;
    border-left: 2px solid #428bca;
    border-right: 2px solid #428bca;
    border-bottom: 2px solid #428bca;
}

.calendarToday A {
    color: #23639b;
}

.calendarToday A:hover {
    color: darkblue;
    text-decoration: underline;
}

/* DIV Styles*/
.divLine {
    clear: both;
    border-bottom: 1px solid #ddd;
    margin-top: 3px;
    margin-bottom: 5px;
}
.divList {
    overflow: auto
}

.error {
    font-family: Arial;
    font-size: 13px;
    color: red;
    vertical-align: baseline;
    /*font-stretch:expanded;*/
    font-weight: normal;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

/* Formview Styles */
.fv {
    margin-bottom: 20px;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}

.fvDisabled {
    display: inline-block !important;
    width:auto;
}

.fvDisabled:disabled {
    background-color: #fff !important;
}

.fvDivImg {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid darkgray;
}

.fvError {
    font-family: Arial;
    font-size: 12px;
    color: red;
}

.fvHidden {
    visibility: hidden;
    display: none;
}

.fvImage {
    border: none;
    /*max-width:400px;
    max-height:400px;*/
}

.fvLabel {
    font-size: 13px;
    color: #104370;
    font-weight: bold;
    margin-top: 11px;
    margin-bottom:5px;
}

.fvLabelDescription {
    font-size: 10px;
    color: #104370;
    font-weight: normal;
}

.fvLabelMessage {
    font-size: 15px;
    color: red;
    font-weight: normal;
    margin-left:6px;
}

.fvPanel {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #428bca;
    border-radius: 5px;
    padding: 15px;
    z-index: 999;
    overflow: auto;
    max-height: 90%;
}

.fvTitle {
    font-family: Century Gothic,Arial,Verdana;
    background-color: darkgray;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    vertical-align: middle;
    text-decoration: none;
    border-radius:5px;
}

/* GridView Styles */
.gv {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: black;
    font-size: 12px;
    background-color: white;
    border-left: none;
    border-right: none;
    font-size: 13px;
}


.gv a {
    color: white;
    text-decoration: none;
}

.gv a:hover {
    color: yellow;
    text-decoration:none;
}


.gv th,td {
    padding:5px;
}

.gv th.sortasc a {
    display: block;
    padding: 0 4px 0 15px;
    background: url(../images/arrow_w_asc.gif) no-repeat;
}

.gv th.sortdesc a {
    display: block;
    padding: 0 4px 0 15px;
    background: url(../images/arrow_w_desc.gif) no-repeat;
}

.gvAlternatingRow {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fafafa;
    color: black;
}

.gvAlternatingRowPrint {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.gvAlternatingRowSubMask {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #ffffff;
    color: black;
}

.gvDataEmpty {
    font-size: 14px;
    color: black;
    height: 35px;
    border-bottom: 1px solid lightgray;
    background-color: #c7d7f0;
    padding: 7px;
    font-weight: bold;
}

.gvHeader {
    font-size: 14px;
    font-weight:bold;
    color: white;
    height: 35px;
    border-bottom: 1px solid lightgray;
    background-color: #0e4fb0;
}

.gvHeaderSecondary {
    font-size: 14px;
    font-weight: bold;
    color: black;
    height: 35px;
    border-bottom: 1px solid lightgray;
    background-color: #c7d7f0;
}

.gvPager {
    border-top: 1px solid lightgray;
}

.gvPager td {
    min-height: 26px;
    margin: 0;
    padding: 0;
    border: 0;
}

.gvPager a, .gvPager span {
    display: block;
    min-width: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin: 0;
    padding: 2px 5px;
    border-radius: 4px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.-gvPager a, .gvPager span {
    display: block;
    min-width: 30px;
    width: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin: 0;
    padding: 2px 5px;
    border-radius: 4px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gvPager a {
    background-color: #cad1d5;
    color: #666666;
    border: 1px solid #dddddd;
}

.gvPager a:hover {
    color: red;
    text-decoration: none;
}

.gvPager span {
    background-color: #0e4fb0;
    color: #ffffff;
    border: 1px solid #0e4fb0;
}

.gvPagerTemplate {
    margin-top:5px;
    margin-bottom:5px;
}

.gvPagerDdl {
    display: inline-block;
    background-color: #cad1d5;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.26rem;
    color: #666666;
    font-size: 0.875rem;
    font-weight: bold;
    padding-top: 0.26rem;
    padding-bottom: 0.26rem;
    padding-left: 0.26rem;
    vertical-align: middle;
}

.gvPrint {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: black;
    font-size: 12px;
    background-color: white;
    border-left: none;
    border-right: none;
    font-size: 13px;
}

.gvPrintHeader {
    font-size: 14px;
    font-weight: bold;
    color: white;
    height: 35px;
    border-bottom: 1px solid lightgray;
    background-color: #444;
}

.gvPrintHeaderList {
    font-size: 14px;
    font-weight: bold;
    color: black;
    height: 35px;
    border-bottom: 1px solid lightgray;
    background-color: #ccc;
}

.gvPrintSub {
    color: black;
    font-size: 12px;
}

.gvRowExpand {

}

.gvSub {
    border-bottom: 1px solid darkgray;
    color: black;
    font-size: 12px;
}

.gvTitle {
    background-color: #083f90;
    height: 34px;
    font-size: 16px;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    vertical-align: middle;
}

.gvTitleButtons {
    height: 25px !important;
    padding-top: 1px !important;
    border: 1px solid #5ca3e1;
    float: right;
}

.gvTitleControls {
    color: white !important;
    background-color: #0d6efd !important;
    font-size: 14px;
    border: none !important;    
    border-radius: 5px;
    color: white;
    padding-left: 5px;
    height: 32px;
}

.gvTitleControls:focus {
    outline: none;
}

    .gvTitleControls:disabled {
        color: lightgrey !important;
    }

.gvTitleControls::placeholder {
    color: #eee !important;
    opacity: 1 !important; /* Firefox */
    font-size: 12px;
    font-style: italic;
    color: lightgray;
    ppadding-left: 5px;
}

.gvTitleControls::-ms-input-placeholder { /* Edge 12 -18 */
    color: #eee !important;
    opacity: 1 !important; /* Firefox */
    font-size: 12px;
    font-style: italic;
    color: lightgray;
    padding: 3px;
}

.gvVisibilityOn {
    visibility:visible;
}

.gvVisibilityOff {
    visibility: hidden;
    display: none;
    width: 0px;
}

@media (orientation: portrait) {
    .gv {
        font-size: 10px;
    }
    .gvHeader {
        font-size: 10px;
        font-weight: normal;
    }
    .gvHeaderSecondary {
        font-size: 10px;
        font-weight: normal;
    }
    .gvRowExpand {
        min-width:80%;
    }
    .gvVisibilityOn {
        visibility: hidden;
        display: none;
        width: 0px;
    }
    .gvVisibilityOff {
        display: block;
        visibility: visible;
    }
    .gvPager td {
        display: inline-block;
    }
    .gvPager a, .gvPager span {
        min-width: 30px;
        font-size: 16px;
        margin-right:10px;
    }
}

/* Modal styles */
.modalList {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #428bca;
    border-radius: 5px;
    padding: 15px;
    max-height: 95%;
    overflow: hidden;
    z-index: 99999;
    background-color: white;
}

.modalView {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 99;
    vertical-align: top;
}

.modalLoading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 99999;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    min-height: 100%;
    width: 100%;
}

.modalPanel {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #428bca;
    border-radius: 5px;
    padding: 15px;
    max-height: 95%;
    overflow: auto;
    z-index: 999;
    background-color: white;
}

@media (orientation: portrait) {
    .modalList {
        left: 50%;
        top: 10%;
        transform: translate(-50%, -10%);
    }
    .modalPanel {
        left: 50%;
        top: 10%;
        transform: translate(-50%, -10%);
    }
}

/* Multiview Styles */
.mvLinks {
    border-top: 2px solid #428bca;
}

.mvLinksSelected {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    background-color: #428bca;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #27547b;
    border-radius: 3px 12px 0 0;
}

    .mvLinksSelected :hover {
        color: #fff;
        text-decoration: none;
    }

.mvLinksUnselected {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    background-color: #c2c2c2;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #807d7d;
    border-radius: 3px 12px 0 0;
}

    .mvLinksUnselected :hover {
        color: #428bca;
        text-decoration: none;
    }

/* Other Styles */

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.title {
    font-family: Century Gothic,Arial,Verdana;
    font-weight: bold;
    color: #053e93;
    padding-bottom: 3px;
    text-decoration: none;
    font-size: 22px;
}

.titleLine {
    border-bottom: 1px solid #053e93;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.titleSmall {
    font-size: 16px;
}

.titleBig {
    font-size: 32px;
}

.titleList {
    font-family: Century Gothic,Arial,Verdana;
    font-weight: bold;
    color: white;
    background-color: #0e4fb0;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
}

.menu-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.menu-visibility {
    visibility: hidden;
    display: none;
}

.controlVisibility {
    visibility: visible;
}

@media (max-width: 576px) {
    .menu-visibility {
        visibility: visible;
        display: inline-block;
    }

    .controlVisibility {
        visibility: hidden;
        display: none;
    }
}





