﻿@media (max-width:1024px) {
    body {
        font-size: 1em;
    }
}

.page-header {
    padding-bottom: 9px;
    margin: 10px 0 20px;
    border-bottom: 1px solid #eee;
}


.page-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f8f8f8;
    text-align: center;
    margin-top: 5px;
    z-index: 1000;
}


.text-blue {
    color: steelblue;
    font-weight: bold;
}

.text-light-warning {
    color: #eea236;
}

.btn-light-blue {
    border-color: #2b75b4;
}

.btn-light-warning {
    border-color: #eea236;
}

.btn-nopadding {
    padding: 0 !important;
}

.sortASC:before {
    font-family: Arial;
    content: "↑";
    display: inline-block;
    padding: 0px 5px 0px 0px;
}

.sortDESC:before {
    font-family: Arial;
    content: "↓";
    display: inline-block;
    padding: 0px 5px 0px 0px;
}

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.required:before {
    /*font-family: FontAwesome;*/
    content: "*";
    /*font-size: 16px;*/
    display: inline-block;
    font-weight: 800;
    padding: 0px 0px 0px 0px;
    color: #ff0000;
    vertical-align: top;
    margin-right: 5px;
}

.required2:before {
    /*font-family: FontAwesome;*/
    content: "!";
    /*font-size: 16px;*/
    display: inline-block;
    padding: 0px 0px 0px 0px;
    color: #ff0000;
    font-weight: 800;
    vertical-align: top;
    margin-right: 5px;
}


.info:before {
    /*font-family: FontAwesome;*/
    content: "**";
    /*font-size: 16px;*/
    display: inline-block;
    padding: 0px 0px 0px 0px;
    color: #ff6a00;
    font-weight: 800;
    vertical-align: top;
    margin-right: 5px;
}


.help:before {
    /*font-family: FontAwesome;*/
    content: "?";
    /*font-size: 16px;*/
    display: inline-block;
    padding: 0px 0px 0px 0px;
    color: #0000ff;
    font-weight: 800;
    vertical-align: top;
    margin-right: 5px;
}


.logoLic {
    text-align: center;
    /*width: 100%;*/
    /*max-width: 250px;*/
    max-height: 25px;
}

.logoLicSide {
    text-align: center;
    max-width: 250px;
    display: inline-block;
    margin-top: 50px;
    /*position: fixed;*/
    /*bottom: 25px;*/
}

@media (max-width:768px) {

    .logoLicSide {
        display: none;
    }


    .freshwidget-button {
        left: 0px !important;
    }
}



.loading {
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 25%;
    background-color: #ffffffbf;
}

a.disabled {
    text-decoration: none;
    color: #000;
}

.pre-scrollable-sm {
    max-height: 100px !important;
    overflow-y: scroll;
}

.light {
    opacity: .7;
}


.xsmall {
    font-size: .7em;
    vertical-align: top;
}

.dropdown-menu {
    z-index: 9000;
}

/* PERSONALIZZAZIONE WIDGET FRESHDESK*/

.freshwidget-theme {
    font-size: 10px !important;
    padding: 6px 20px !important;
}


/*USER DETAIL WEB CONTROL*/
.user-details {
    position: relative;
    padding: 0;
}

    .user-details .user-image {
        position: relative;
        z-index: 1;
        width: 100%;
        text-align: center;
    }

.user-image img {
    clear: both;
    margin: auto;
    position: relative;
}

.user-details .user-info-block {
    width: 100%;
    /*position: absolute;*/
    top: 55px;
    background: rgb(255, 255, 255);
    z-index: 0;
    /*padding-top: 35px;*/
}

.user-info-block .user-heading {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
}

.user-info-block .navigation {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #428BCA;
    border-top: 1px solid #428BCA;
}

.navigation li {
    float: left;
    margin: 0;
    padding: 0;
}

    .navigation li a {
        padding: 20px 30px;
        float: left;
    }

    .navigation li.active a {
        background: #428BCA;
        color: #fff;
    }

.user-info-block .user-body {
    float: left;
    padding: 5%;
    width: 90%;
}

.user-body .tab-content > div {
    float: left;
    width: 100%;
}

.user-body .tab-content h4 {
    width: 100%;
    margin: 10px 0;
    color: #333;
}


/**/


.my-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
}

.my-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
}

    .my-legend .legend-scale ul li {
        font-size: 80%;
        list-style: none;
        margin-left: 0;
        line-height: 18px;
        margin-bottom: 2px;
    }

.my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}

.my-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
}

.my-legend a {
    color: #777;
}

.btn-md {
    font-size: 15px !important;
    height: 41px;
}
