﻿/*@import url('https://fonts.googleapis.com/css?family=Karla|Lato');*/
@import url('FontsLato/latofonts.css');

body {
    font-family: Segoe UI, Tahoma, Verdana;
}

.box-validation {
    margin-left: 10px;
}

    .box-validation > div > span {
        line-height: 18px;
    }

        .box-validation > div > span:before {
            content: '\2022'; /* For a square bullet */ /*content:'\25A0';*/
            display: block;
            position: relative;
            max-width: 0px;
            max-height: 0px;
            left: -10px;
            top: -0px;
        }

    .box-validation > div > span {
        line-height: 18px;
    }

        .box-validation > div > span:before {
            content: '\2022'; /* For a square bullet */ /*content:'\25A0';*/
            display: block;
            position: relative;
            max-width: 0px;
            max-height: 0px;
            left: -10px;
            top: -0px;
        }

.box-waiting {
    width: 760px;
    height: 118px;
    background-image: url('/Images/manage/pulsantiera/bg_operation_waiting_repeat.png');
    z-index: 10000;
    position: absolute;
}

.box-waiting-inner {
    width: 387px;
    height: 86px;
    background-image: url('/Images/manage/pulsantiera/bg_operation_waiting_inner.png');
    background-repeat: no-repeat;
    margin: 20px auto;
    overflow: hidden;
    padding-top: 15px;
}

    .box-waiting-inner > div {
        margin-left: 15px;
    }

    .box-waiting-inner > div {
        margin-left: 15px;
    }

.validation-error {
    color: Red;
    margin: 3px 0;
    font-size: 9pt;
}

.loader {
    width: 100%;
    background-color: #ffffff;
    height: 100%;
}

    .loader tr td {
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }

        .loader tr td img {
            border: 0;
        }

.loader-popup {
    background-color: #EBFBFE !important;
}

.button-pill-red, .button-pill-orange, .button-pill-red-disabled {
    width: 138px;
    height: 48px;
    text-align: center;
}

    .button-pill-red a, .button-pill-orange a, .button-pill-green a, .button-pill-red-disabled {
        margin: 0;
        padding: 0;
        text-decoration: none;
        font-size: 12pt;
        text-transform: uppercase;
        color: #333;
    }

.align-right {
    float: right !important;
}

.align-left {
    float: left !important;
}

.button-pill-red {
    background: url(/images/details/button_pill_red.png) no-repeat;
}

.button-pill-red-disabled {
    background: url(/images/details/button_pill_red_disabled.png) no-repeat;
    color: #b17979;
}


    .button-pill-red-disabled a {
        color: #b17979;
    }

.button-pill-orange {
    background: url(/images/details/button_pill_orange.png) no-repeat;
}

.button-pill-green {
    background: url(/images/details/button_pill_green.png) no-repeat;
}


.grid-filterbox td {
    border: none !important;
    border-top: solid 1px #888 !important;
    padding-top: 6px !important;
}

.grid-filterbox-policy td {
    border: none !important; /*  border-top: solid 1px #888 !important; */
}

    .grid-filterbox-policy td input {
        margin-top: 3px !important;
    }

.grid-filterbox td input {
    border: solid 1px #aaa !important;
}

.rgRow td.first-column, .rgAltRow td.first-column {
    padding-left: 10px !important;
}

.first-column-vm, .first-column-vm, .rgRow td.first-column-vm, .rgAltRow td.first-column-vm {
    padding-left: 20px !important;
}


div.button-add-small {
    overflow: hidden;
    font-size: 11pt;
    font-weight: bold;
    height: 36px;
    color: #3E3E3E !important;
}

    div.button-add-small > div {
        float: left;
        line-height: 36px;
        background-image: url(/Images/manage/btn_add_center.png);
    }

    div.button-add-small .content-left {
        width: 43px;
        background-image: url(/Images/manage/btn_add_left.png);
        background-position: top;
        background-repeat: no-repeat;
    }

    div.button-add-small .content-right {
        background-image: url(/Images/manage/btn_add_right.png);
        background-position: top;
        background-repeat: repeat-x;
        width: 11px;
    }

div.button-add-small-disabled {
    overflow: hidden;
    font-size: 11pt;
    font-weight: bold;
    height: 36px;
    color: #999999 !important;
}

    div.button-add-small-disabled > div {
        float: left;
        line-height: 36px;
        background-image: url(/Images/manage/btn_add_center_disabled.png);
    }

    div.button-add-small-disabled .content-left {
        width: 43px;
        background-image: url(/Images/manage/btn_add_left_disabled.png) !important;
        background-position: top;
        background-repeat: no-repeat;
    }

    div.button-add-small-disabled .content-right {
        background-image: url(/Images/manage/btn_add_right_disabled.png) !important;
        background-position: top;
        background-repeat: repeat-x;
        width: 11px;
    }

.dashboard {
}

.dashboard-header {
    width: 742px;
    line-height: 48px;
    background: url(/images/details/bg_statusBar.png) no-repeat;
    overflow: hidden;
    margin-top: 20px;
}

    .dashboard-header > div {
        float: left;
        margin-left: 5px;
    }

    .dashboard-header div:first-child {
        margin-left: 20px;
    }

    .dashboard-header, .dashboard-header a {
        font-size: 12pt;
        font-weight: bold;
        text-decoration: none;
    }

.dashboard .summary, .chart {
    overflow: hidden;
    width: 740px;
    margin-top: 35px;
}

    .dashboard .summary > div {
        float: left;
        overflow: hidden;
    }

    .dashboard .summary .row {
        overflow: hidden;
        margin: 8px 0 8px 0;
    }

        .dashboard .summary .row span {
            font-weight: bold;
            float: left;
            width: 180px;
        }

            .dashboard .summary .row span:first-child {
                font-weight: normal;
            }

.chart-header {
    overflow: auto;
    padding: 0px 0px 2px 0px;
    border-bottom: solid 1px black;
}

.chart-filterbox {
    float: right;
    overflow: auto;
}

.dashboard-area {
    background-image: url(/Images/backgrounds/bg_consult_details.png);
    width: 800px;
    color: #000;
    background-repeat: no-repeat;
    margin: 30px 0 0 -22px;
}

.dashboard-area-header {
    overflow: auto;
    padding: 25px 0px 0px 20px;
}

.dashboard-area h1 {
    padding: 30px 0px 0px 0px !important;
}

.dashboard-grid-title {
    background-image: url(/Images/backgrounds/details_section_shape.png);
    background-repeat: no-repeat;
    width: 792px;
    line-height: 42px;
    padding-left: 15px;
    margin-top: 20px;
}


.container-title, .container-title a {
    font-size: 14pt;
    font-weight: bold;
    color: Black;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.container-subtitle {
    font-size: 9pt;
    color: gray;
    font-weight: bold;
}

.container-subtitle-edit {
    font-size: 8pt;
}


body {
    font-family: Karla, Tahoma, Verdana;
    font-size: 14px;
    /*font-family: Segoe UI, Tahoma, Verdana;*/
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.right {
    float: right;
}

.rightMarginBottom {
    float: right;
    margin-bottom: 10px;
}

.lbOrange {
    color: Orange;
    text-decoration: underline;
}

    .lbOrange:hover {
        color: #c27e02;
    }

.btnValidate {
    margin-top: 30px;
    background-image: url('../Images/bg_arancio.png');
    background-repeat: repeat-x;
    border: 1px solid #945d03;
    padding: 4px 35px 4px 35px;
    color: White;
    font-size: medium;
    cursor: pointer;
}

.btnLogDetail {
    background-image: url(../Images/bg_arancio.png);
    background-repeat: repeat-x;
    border: 1px solid #ab6400;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
}


.infoBoxLowCredit {
    width: 755px;
    border-radius: 4px;
    height: 50px;
    background-color: #ffdfdb;
    border: solid 1px #d0011b;
    position: relative; 
    margin-bottom: 10px;
    z-index: 10;
}

.infoBoxLowCreditTextContainer {
    width: 70%;
    height: 100%;
    float: left;
}

.infoBoxLowCreditText {
    width: 100%;
    position: relative;
    top: 50%;
    margin-top: -9px;
    margin-left: 10px; 
    font-family: Karla;
    font-size: 12px;
    text-align: left;
    color: #222222;
}

.infoBoxLowCreditActionButtonContainer {
      width: 25%;
  height: 100%;
  float: left;
}

.infoBoxLowCreditActionButton {
    height:14px;
    position: relative;
    top: 38%;
    margin-top: -7px !important;
    left: 50%;
    margin-left: -65px !important;
}

.infoBoxLowCreditCloseButtonContainer {
  width: 5%;
  height: 100%;
  float: left;
}


.infoBoxLowCreditCloseButton {
  width: 16px;
height: 16px;
object-fit: contain;
position: relative;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
cursor:pointer;
}

.lowCredtError, .error {
    background-image: url('../Images/bg_rosa.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 34px;
    border: 1px solid #ffafaf;
    margin-bottom: 10px;
}

.borderRed {
    border: 1px solid Red !important;
}

.txtBox {
    border: 1px solid Gray;
    color: #455655;
    padding: 0px 5px 0px 5px;
}

    .txtBox:hover {
        border: 1px solid Black;
    }

.imgLang:hover {
    cursor: pointer;
}

.userControlTabTitle {
    font-size: x-large;
    padding-left: 5px;
    font-weight: bold;
}

.IcoDettaglio {
    width: 16px !important;
    height: 16px;
}

.MainDescription, small {
    font-size: 9pt;
}

.MainTitle, h1 {
    white-space: nowrap;
    font-weight: bold;
    font-size: 19pt;
    color: #3E3E3E;
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: #3d6aff;
}

    a[id$="moreInfoLink"], a[id$="lbHowCosts"] {
        color: #3d6aff !important;
        white-space: nowrap;
    }

.OverdraftTitle {
    font-size: 11pt;
    font-weight: bold;
}

.OverdraftValue {
    color: #FFADAD;
    font-size: 14pt;
    font-weight: bold;
}

.ValutaOverdraft {
    color: #adadad;
    font-size: 14pt;
    font-weight: bold;
}

.OverdraftTitle {
    font-size: 11pt;
    font-weight: bold;
}

.OverdraftValue {
    color: #FFADAD;
    font-size: 14pt;
    font-weight: bold;
}

.ValutaOverdraft {
    color: #adadad;
    font-size: 14pt;
    font-weight: bold;
}

.info {
    background-color: InfoBackground;
    border: 1px solid #aaa;
    padding: 2px;
    font-size: 12px;
}

/*****************************************/
/* Page list style class
/*****************************************/

h3 {
    font-size: 12pt;
    margin: 5px 0px 5px 0px;
    font-weight: bold;
    padding: 0px;
}

div.form-container {
    background-image: url(/Images/backgrounds/list_bg.png);
    width: 800px;
    color: #3e3e3e;
    background-repeat: no-repeat;
}

    div.form-container h1 {
        padding: 10px 0px 0px 15px;
    }

    div.form-container .header {
        overflow: auto;
        margin: 36px 0px 5px 15px;
    }

        div.form-container .header .description {
            float: left;
            width: 503px;
        }

        div.form-container .header .menu {
            margin-right: 22px;
            float: right;
        }

div.button-add {
    overflow: hidden;
    width: 206px;
    margin-left: 20px;
    color: #3E3E3E !important;
}

    div.button-add .content-left {
        width: 74px;
        background-image: url(/Images/add.png);
        background-position: top;
        background-repeat: no-repeat;
        float: left;
        height: 61px;
    }

    div.button-add .content-center {
        background-image: url(/Images/bg_buttonAdd.png);
        background-position: top;
        background-repeat: repeat-x;
        height: 61px;
        float: left;
        width: 115px;
        font-size: 11pt;
        font-weight: bold;
        padding-top: 10px !important;
    }


    div.button-add .content-right {
        width: 17px;
        background-image: url(/Images/end_buttonAdd.png);
        background-position: top;
        background-repeat: no-repeat;
        float: left;
        height: 61px;
    }


div.shadow {
    overflow: hidden;
    width: 245px;
    margin-top: 5px;
}

    div.shadow .content-left {
        width: 55px;
        height: 20px;
        background-image: url(/Images/shadowButtonCreate_l.png);
        background-repeat: no-repeat;
        float: left;
    }

    div.shadow .content-center {
        background-image: url(/Images/shadowButtonCreate_c.png);
        background-repeat: repeat-x;
        width: 135px;
        float: left;
        height: 20px;
    }

    div.shadow .content-right {
        width: 55px;
        height: 20px;
        background-image: url(/Images/shadowButtonCreate_r.png);
        background-repeat: no-repeat;
        float: left;
    }

div.grid-norecord {
    text-align: center;
    padding: 20px 0px 20px 0px;
    color: Black;
    font-weight: bold;
    font-size: 11px;
}

.textbox {
    border: 1px solid #accbd3;
    background-color: #fff0d7;
    font-weight: bold;
    padding: 6px !important;
}

.inner-container, .inner-container-edit {
    margin: 30px 6px 0px 0px;
    background-color: #E3F6FF;
    border: solid 2px #D7EEF9;
    border-top: none;
    padding: 0px 20px 30px 20px;
}

.inner-container-edit {
    background: url(/images/backgrounds/sheet_edit_repeat.png);
    background-repeat: repeat-x;
    border: solid 2px #8DD5F9;
    border-top: none;
    background-color: #EDF8FE;
}

.command-area {
    text-align: center;
    padding-top: 12px;
    background-image: url(/Images/backgrounds/form_command_box.png);
    background-repeat: no-repeat;
    height: 53px;
    width: 799px;
    margin-top: -3px;
}


.form-container .command-area input {
    font-weight: bold;
    font-size: 11pt;
}

div.form-box {
    margin: 30px 0;
}


    div.form-box .header {
        width: 195px;
        height: 20px;
        padding-top: 5px;
        padding-left: 10px;
        background-image: url("/Images/manage/bg_header_panel.png");
        background-repeat: no-repeat;
        font-weight: bold;
        margin: 0 !important;
    }

    div.form-box .footer {
        display: none;
        background-color: #fff;
        overflow: auto;
    }

        div.form-box .footer .top {
            background-image: url("/Images/help_box_bg_top.png");
            background-repeat: repeat;
            height: 25px;
        }

        div.form-box .footer .center {
            padding: 0 15px 0 15px;
            display: none;
        }

        div.form-box .footer .bottom {
            background-image: url("/Images/help_box_bg_bottom.png");
            background-repeat: repeat;
            height: 25px;
        }

    div.form-box .container {
        padding: 20px;
        border: solid 1px gray;
        background-color: white;
        margin-top: -1px;
        overflow: hidden;
    }
/*
div.form-box .container input[type="text"]
{
    width: 200px;
}
*/

.RadGrid_Default .rgMasterTable .rgSelectedCell, .RadGrid_Default .rgSelectedRow {
    background: url("/Images/selected_item_bg.png") repeat-x !important;
    height: 50px !important;
}

input[type="text"].disable {
    border: solid 1px #aaa !important;
}


.detailTable {
    margin-bottom: 10px !important;
}

.detailTable-dashboard {
    margin-bottom: 10px !important;
}

.btn-slide {
    background: url("/Images/button_bg_details.png") no-repeat;
    height: 14px;
    width: 65px;
    color: Black;
    font-size: 9pt;
    font-weight: bold;
    padding: 3px 0px 3px 3px;
    text-decoration: none;
    cursor: pointer;
    margin-top: -1px;
    float: right;
    overflow: hidden;
}

    .btn-slide .arrow {
        background: url("../../Images/details/grey_arrow_down.png") no-repeat;
        margin: 2px 4px 0;
        float: right;
        width: 10px;
        height: 10px;
    }

    .btn-slide .arrow-active {
        background: url("../../Images/details/grey_arrow_up.png") no-repeat;
        margin: 2px 4px 0;
        float: right;
        width: 10px;
        height: 10px;
    }

div.pictureframe {
    overflow: hidden;
}

    div.pictureframe > div {
        float: left;
    }

.price-box-small {
    background: url("../../images/details/bg_costSMS.png") no-repeat;
    width: 112px;
    height: 71px;
    padding-top: 20px;
    text-align: center;
}

.price-box {
    background: url("../../images/details/bg_cost_balancer.png") no-repeat;
    width: 209px;
    height: 71px;
    padding-top: 17px;
    text-align: center;
}

.btnDetails {
    background-image: url(../Images/bg_arancio.png);
    background-repeat: repeat-x;
    border: 1px solid #ab6400;
    font-weight: bold;
    font-family: Segoe UI, Tahoma, Verdana !important;
    font-size: 9pt;
    cursor: pointer;
    padding: 3px 8px 3px 8px;
}

.btnManage {
    border: 1px solid #ab6400;
    text-decoration: none;
    font-family: Segoe UI,Tahoma,Verdana;
    cursor: pointer;
    width: 95px;
    height: 18px;
    font-size: 9pt;
}

.orangeGradient {
    background: rgb(240,185,69); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwYjk0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMjliMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(240,185,69,1) 0%, rgba(226,155,37,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,185,69,1)), color-stop(100%,rgba(226,155,37,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(240,185,69,1) 0%,rgba(226,155,37,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(240,185,69,1) 0%,rgba(226,155,37,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(240,185,69,1) 0%,rgba(226,155,37,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(240,185,69,1) 0%,rgba(226,155,37,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b945', endColorstr='#e29b25',GradientType=0 ); /* IE6-8 */
}

.btnManage:hover {
    background: #ffe79c !important;
    border: 1px solid #c98400;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.listBgAlert {
    background-image: url(/Images/backgrounds/list_alert_bg.png);
    color: #3e3e3e;
    width: 794px;
    background-repeat: no-repeat;
}

.listBg {
    background-image: url(/Images/backgrounds/list_bg.png);
    color: #3e3e3e;
    width: 794px;
    background-repeat: no-repeat;
}

.listBgTopAlert {
    margin: 0px;
    padding-left: 28px;
    height: 92px;
    background-image: url(/Images/backgrounds/t_creation_top_bg_alert.png);
    background-repeat: no-repeat;
}

.listBgTop {
    margin: 0px;
    padding-left: 28px;
    height: 92px;
    background-image: url(/Images/backgrounds/t_creation_top_bg.png);
    background-repeat: no-repeat;
}

.listBgLong {
    background-image: url(/Images/backgrounds/list_bg_long.png);
    color: #3e3e3e;
    width: 794px;
    background-repeat: no-repeat;
}

.displayNone {
    display: none;
}

.loading-image {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -32px;
}

.ajax-loading {
    position: relative;
}

.truncate {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

html {
    overflow-y: scroll;
}

body {
    font-size: 10pt;
}

.pointer {
    cursor: pointer;
}

.Highlight:hover {
    cursor: pointer;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
}

.Highlight65:hover {
    cursor: pointer;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
}

/*.Highlight90:hover {
    cursor: pointer;
    opacity: 0.90;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}*/

.rmRootGroup, rmItem {
    background: none !important;
    border: none !important;
    line-height: 20px !important;
}

.rmText {
    padding: 0px !important;
    margin: 0px !important;
}

#tableTab[selected$="false"]:hover {
    color: #878787;
    margin-top: 1px;
    cursor: pointer;
}

.btnMngNotification {
    font-size: 7pt;
    cursor: pointer;
    background-image: url(../Images/bg_arancio.png);
    background-repeat: repeat-x;
    border: 1px solid #ab6400;
}

.pnlNotification {
    border: 1px solid white;
    background: White;
    margin: 5px 20px 0 20px;
}

table[id*=_radgridNotification_] {
    border-collapse: separate !important;
    border-spacing: 0 2px !important;
}
                                 
.itemNews {
    background-color: Transparent !important;
    cursor: default;
}

    .itemNews > td {
        overflow: hidden;
    }

    .itemNews > td {
        /*border-top: 1px solid #f1f1f1 !important;*/
        /*border-bottom: 0px !important;*/
        padding-left: 3px;
        padding-right: 7px;
        padding-bottom: 3px;
        padding-top: 4px;
        border-top: solid 1px #f2f2f2;
        border-bottom: solid 1px #f2f2f2;
    }

    .itemNews > td:first-child {
        /*border-top: 1px solid #f1f1f1 !important;*/
        /*border-bottom: 0px !important;*/
        border-left: solid 1px #f2f2f2;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        padding-left: 5px;
    }

    .itemNews > td:last-child {
        /*border-top: 1px solid #f1f1f1 !important;*/
        /*border-bottom: 0px !important;*/
        border-right: solid 1px #f2f2f2;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

.newsNotReaded {
    /*background-color: #fffdde !important;*/
    background-color: #f2f2f1 !important;
    line-height: 24px;
}

    .newsNotReaded td {
        border-bottom: 1px solid #f1f1f1 !important;
        border-top: 0px !important;
        /*padding: 4px 7px 3px 3px;*/
    }

tr.newsNotReaded > td:first-child {
    padding-left: 5px;
}

.displayNone {
    display: none !important;
}

.divBtnOpenNewsCollapsed {
    /*background-image: url(../Images/Notification/bg_news_off.png) !important;*/
    background-image: url(../Images/Notification/bg_news_off_65.png) !important;
}

.divBtnOpenNewsExpanded {
    background-image: url(../Images/Notification/bg_news_on.png) !important;
}

.divNewsBalloonGray {
    background-image: url(../Images/Notification/balloon.png) !important;
}

.divNewsBalloonRed {
    background-image: url(../Images/Notification/balloon_red.png) !important;
}

#divNotification {
    background-image: url(../Images/Notification/header-bg.png) !important;
}

.divLangs_background {
    background-image: url(../Images/Notification/bg_news_off_41.png) !important;
}

.divLangs_background_combo_opened {
    background-image: url(../Images/bg_langs_blank_65.png) !important;
}

/*#divLangs {
    background-image: url(../Images/shape_master_top_left.png) !important;
    
}*/

#divDatacenter {
    background-image: url(../Images/shape_master_top_center.png) !important;
}

#divLogOut {
    /*background-image: url(../Images/shape_master_top_right.png) !important;*/
    background-image: url(../Images/shape_master_top_right_150.png) !important;
}

#divTopCredit {
    /*background-image: url(../Images/shape_master_top_credit.png) !important;*/
    background-image: url(../Images/shape_master_top_right_535.png) !important;
}

.tblHeadNotes {
    background-image: url(../Images/Notification/bg_notification_head.png) !important;
    background-repeat: repeat-x;
}

td.rwLoading {
    background: white url(../Images/109.gif) no-repeat center !important;
}

.btnManageDC {
    border: 0px;
    background-color: transparent;
    width: 120px;
    height: 33px;
    cursor: pointer;
    font-size: 11pt;
    font-weight: bold;
    background-image: url(../Images/datacenter/btn_manage_dc.png);
    background-repeat: no-repeat;
    font-family: Segoe UI, Tahoma, Verdana;
}

.btnManageDCDisabled {
    border: 0px;
    background-color: transparent;
    width: 120px;
    height: 33px;
    cursor: default;
    font-size: 11pt;
    font-weight: bold;
    background-image: url(../Images/datacenter/disabled/btn_manage_dc.png);
    background-repeat: no-repeat;
    font-family: Segoe UI, Tahoma, Verdana;
}

.labelResource {
    color: #303030;
    font-size: 15px;
    font-weight: bold;
}

.creditLeftBoxContainer {
    color: #303030;
    border-top: 1px solid Gray;
    margin: 5px auto 0px auto;
    padding: 25px 0px 25px 0px;
    background-image: url('../Images/bg_grigio.png');
    background-repeat: repeat-x;
}

.TitleSectionDashboard {
    font-size: 13pt;
    font-weight: bold;
}

.overlay {
    background: White;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    z-index: 10;
    position: absolute;
}

.overlay55 {
    background: White;
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    filter: alpha(opacity=55);
    -moz-opacity: 0.55;
    z-index: 10;
    position: absolute;
}

.overlay85 {
    background: White;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    z-index: 10;
    position: absolute;
}

.radius15 {
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.radius8 {
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.radius5 {
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.radius2 {
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.radius8bottom {
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.waiter {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
}

.darkBox {
    width: 300px;
    height: 40px;
    color: White;
    background: rgba( 30, 30, 30, .8 );
}

.fullSize {
    width: 100%;
    height: 100%;
}

.TitleCreditLabel {
    font-size: 13px;
}

.LblCost {
    font-weight: bold;
    font-size: 15px;
}

.LblCostSmall {
    font-weight: bold;
    font-size: 11px;
}

.LblCostLittle {
    font-weight: bold;
    font-size: 9px;
}

.LblCostLittleUp {
    font-size: 0.6em;
    font-weight: bold;
    position: relative;
    top: -0.4em;
    vertical-align: baseline;
}

.LblCostLittle {
    font-size: 9px;
}

.LblCostMedium {
    font-weight: bold;
    font-size: 16px;
}

.ResourceUnit {
    font-weight: bold;
    font-size: 13pt;
}

.ResourceName {
    font-size: 14px;
}

.LightShadow {
    text-shadow: 0 1px 1px #ADADAD;
}

.VeryLightShadow {
    text-shadow: 0 1px 1px #CCCCCC;
}

.TopHeaderText {
    font-size: 9pt;
}

.TopHeaderValue {
    font-size: 9pt;
    font-weight: bold;
}

.TopMost {
    position: relative;
    z-index: 9999;
}

.RadComboBox_Office2007 .rcbInputCellLeft {
    background-position: 0 0 !important;
}

.RadComboBoxDropDown_Office2007, .RadComboBox_Office2007 .rcbInput {
    color: #00156E !important;
}

.RadButton_Office2007 .rbDecorated {
    color: Black !important;
}

.required {
    color: Red !important;
    font-size: 8pt !important;
}

.btnPill {
    border: 0px;
    background-color: transparent;
    width: 188px;
    height: 48px;
    cursor: pointer;
    font-size: 11pt;
    font-weight: bold;
    color: #740000;
    background-image: url(/Images/details/button_pill_orange_DNS.png);
    background-repeat: no-repeat;
    font-family: Segoe UI, Tahoma, Verdana;
}

.btnPillRed {
    border: 0px;
    background-color: transparent;
    width: 188px;
    height: 48px;
    cursor: pointer;
    font-size: 11pt;
    font-weight: bold;
    color: #740000;
    background-image: url(/Images/details/button_pill_red_active_vlan_ip.png);
    background-repeat: no-repeat;
    font-family: Segoe UI, Tahoma, Verdana;
}

.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}


/***** MauPopup *****/

.popupTrigger {
    cursor: pointer;
}

.popupOverlay {
    display: none;
    position: fixed;
    z-index: 99997;
    top: 0;
    left: 0;
    background:rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

    .popupOverlay .popupContainer {
        background: #ffffff;
        border: none;
        border-radius: 2px;
        z-index: 99998;
        display: inline-block;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        -webkit-transition: height 0.3s ease-in-out;
        -moz-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
        text-align: center;
    }

        .popupOverlay .popupContainer .popupWrapper {
            background-color: transparent;
            position: relative;
            z-index: 99999;
        }
            /* Stili pannello 1.5*/
            .popupOverlay .popupContainer .popupWrapper .popupHeader {
                display: none;
            }
            .popupOverlay .popupContainer .popupClose {
                position: absolute;
                top:-45px;
                right:0;
                box-sizing: border-box;
                width: 24px;
                height: 24px;
                background: url("../Images/popup_close.png") center center no-repeat;
                cursor: pointer;
            }

        .popupOverlay .popupContainer .popupContent {
            clear: both;
        }

            .popupOverlay .popupContainer .popupContent iframe {
                -webkit-transition: height 0.3s ease-in-out;
                -moz-transition: height 0.3s ease-in-out;
                -o-transition: height 0.3s ease-in-out;
                transition: height 0.3s ease-in-out;
                background-color: #fff;
            }

        /***** Office2007 Skin *****/

        .popupOverlay .popupContainer.Office2007 .popupContent {
            background-color: #fff;
        }

        /***** Silver Skin *****/

        .popupOverlay .popupContainer.Silver .popupContent {
            background-color: #f0f0f0;
        }

/***** End MauPopup ******/
