body {
    background: url(../images/col_bg.jpg) no-repeat left top #1d2939;
    /*background: #1d2939;*/
	color: #999;
    font-size: 15px;
    color: #636e7b;
}

    body.signin {
        background: url(../images/bg_login.jpg) no-repeat center center #e4e7ea;
        background-size: cover;
    }

html {
    height: 100%;
}

mainpanel {
    background: #efefef;
}

a, a:link, a:visited {
    color: #666;
}

    a:active, a:hover, a:focus {
        color: #D9534F;
    }

.headermenu .dropdown-menu-head {
    padding: 0;
    min-width: 300px;
}

.sidebartitle {
    color: #86bbe7;
}

.nav-bracket > li.active > a,
.nav-bracket > li.active > a:hover,
.nav-bracket > li.active > a:focus {
    background-color: #1caf9a;
    color: #fff;
}

.nav-bracket > li > a:hover,
.nav-bracket > li > a:active {
    background-color:#9fe3d9;
    color: rgba(255,255,255,.8);
}

.nav-bracket > li > a:hover,
.nav-bracket > li > a:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-bracket > li.nav-active > a {
    background-color: #9fe3d9;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-bracket > li.nav-active:hover > a {
    background-color: #c8f4ee;
    color: #1d2939;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-bracket > li > ul.children,
.nav-bracket > li > ul.children li {
    background: #c8f4ee;
}

    .nav-bracket > li > ul.children > li a {
        /*margin: auto 5px;*/
        padding: 5px 5px 5px 15px;
        position: relative;
        color: #000;
        transition: all 0.0 ease-in-out !important;
    }

        .nav-bracket > li > ul.children > li a:hover {
            color: #000;
        }

.nav-bracket .children > li .fa {
    padding: 0;
    margin-top: -6px;
}

.nav-bracket > li > ul.children > li:hover a {
    background: #9fe3d9;
}

.leftpanelinner .nav-bracket > li a {
    line-height: 28px;
    font-size: 15px;
}

.leftpanelinner .nav-bracket > li > ul.children > li a {
    line-height: 28px;
    font-size: 13px;
    padding: 10px 10px 15px 10px;
}



.leftpanel-collapsed .nav-bracket > li.nav-hover > a,
.leftpanel-collapsed .nav-bracket li a span {
    background-color: #c8f4ee;
    color: #000;
}

.leftpanel-collapsed .nav-bracket li.nav-hover ul {
    top: 47px;
}

    .leftpanel-collapsed .nav-bracket li.nav-hover ul.children span {
        background: #c8f4ee;
        left: 20px;
        padding-bottom:15px;
    }

    .leftpanel-collapsed .nav-bracket li.nav-hover ul.children li:hover span {
        background: #9fe3d9;
    }



.leftpanel-collapsed .nav-bracket > li.nav-hover > a {
    box-shadow: 3px 3px 4px rgba(0,0,0,.3);
}

.leftpanel-collapsed .nav-bracket > li.nav-hover.active > a,
.leftpanel-collapsed .nav-bracket li.nav-hover.active a span {
    background: #c8f4ee;
    color: #fff;
}

.leftpanel-collapsed .nav-bracket > li.nav-hover > a span {
    box-shadow: 3px 3px 4px rgba(0,0,0,.3);
}


.btn-success,
.btn-primary {
    color: #fff !important;
    background-color: #D9534F;
    border-color: #f7133e;
    
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #f7133e;
    border-color: #D9534F;
    }

.btn-primary-o {
    color: #1d2939 !important;
    background-color: #fff;
    border-color: #1d2939;
}

    .btn-primary-o:hover,
    .btn-primary-o:focus,
    .btn-primary-o:active,
    .btn-primary-o.active,
    .open .dropdown-toggle.btn-primary-o {
        color: #e3001b;
        background-color: #fff;
        border-color: #e3001b;
    }


.signinpanel {
    background: rgba(28,175,154,.8);
    border-radius: 10px;
}

    .signinpanel form,
    .signinpanel .formDivLogin {
        background: rgba(28,175,154,0.);
        border: 1px solid #1caf9a;
        -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
        -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
        box-shadow: 0 3px 0 rgba(12,12,12,0.03);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 30px;
        color: #fff;
    }

.signup-footer {
    border-top: 1px solid #1caf9a;
    color: #000;
}

body.leftpanel-collapsed .menutoggle {
    background-color: rgba(255,255,255,.6);
}

    body.leftpanel-collapsed .menutoggle:hover {
        background-color: rgba(255,255,255,.85);
    }


.headermenu .dropdown-toggle {
    height: 50px;
}

    .headermenu .dropdown-toggle img {
        border: solid 1px #636e7b;
        padding: 2px;
    }

.leftpanel .userlogged .media-object {
    border: 1px solid #fff;
    vertical-align: middle;
}

.leftpanel .userlogged .media-body {
    color: #fff;
}

.tp-icon .badge {
    right: 3px;
    line-height: 11px;
    background-color: #e2001a;
    padding: 2px 2px;
    z-index: 1;
    min-width: 16px;
    max-width: 20px;
}

/* #################################   
DIALOG override css: start   
################################# */

.ui-widget-overlay {
    background: #000;
    opacity: .5;
}

div.ui-dialog {
    width: 80% !important;
    left: 50% !important;
    margin-left: -40% !important;
    border: solid 1px #fff;
    box-shadow: 0 10px 18px rgba(0,0,0,.5);
    webkit-box-shadow: 0 10px 18px rgba(0,0,0,.5);
    -moz-box-shadow: 0 10px 18px rgba(0,0,0,.5);
}

    div.ui-dialog .ui-widget-header {
        border: none;
        background: none;
    }

.modal-dialog {
    width: auto !important;
    margin: auto !important;
}

    .modal-dialog .modal-content {
        box-shadow: none !important;
    }

.ui-dialog .ui-dialog-titlebar {
    z-index: 1500;
}

.ui-dialog .ui-dialog-content {
    top: -45px;
}

.ui-dialog-titlebar.ui-widget-header .ui-state-default {
    background: none;
    border: none;
    width: 21px;
    height: 21px;
    opacity: .5;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

    .ui-dialog-titlebar.ui-widget-header .ui-state-default:hover {
        opacity: 1;
    }

    .ui-dialog-titlebar.ui-widget-header .ui-state-default span.ui-button-icon-primary.ui-icon.ui-icon-closethick {
        background: url(../images/close_x.png) no-repeat left top;
        left: 0;
        top: 0;
        margin: 0 0 0 0;
        width: 21px;
        height: 21px;
    }

.ui-dialog-buttonpane.ui-widget-content .ui-state-default {
    color: #fff !important;
    background: #e3001b !important;
    border: solid 1px #e3001b !important;
    -moz-transition: all .2s ease-out 0s;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

    .ui-dialog-buttonpane.ui-widget-content .ui-state-default:hover {
        background: #e3001b !important;
        border: solid 1px #e3001b !important;
    }
/* #################################   
DIALOG override css: end   
################################# */

/* #################################   
CUSTOMERS override css: start   
################################# */

.people-item a,
.people-item a:hover {
    text-decoration: none;
}

.people-item h4,
.people-item .text-muted {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    min-width: 1px;
    height: 24px;
}

.visibleHiddenTest {
    white-space: normal !important;
    overflow: visible !important;
    z-index: 100;
}

    .visibleHiddenTest a.showtext,
    .visibleHiddenTest span.showtext {
        display: block;
        background: rgba(255,255,255,.9);
        padding-bottom: 2px;
        border-bottom: dashed 1px #999;
    }


.people-item .text-muted {
    line-height: 25px;
    height: 25px;
}

.people-item h4 a[href="#"] {
    color: #666;
    cursor: default;
    text-decoration: none;
}

.people-item .assignedTo {
    overflow: hidden;
    height: 42px;
}

/* #################################   
CUSTOMERS override css: end   
################################# */


/* #################################   
FORM mandatory/required element  start   
################################# */
.requiredElement {
    position: absolute;
    background: rgba(255,255,255,.5);
    right: 0;
    bottom: -9px;
    height: 10px;
    font-size: 35px;
    font-weight: bold;
    color: #f00;
}
/* #################################   
FORM mandatory/required element  end   
################################# */
.signinpanel .signin-info img {
    margin-left: 15px !important;
}

@media screen and (max-width: 770px) {
    html {
        height: 100%;
    }

    .signinpanel .signin-info {
        text-align: center !important;
        margin-bottom: 40px;
    }
}

@media (max-width: 560px) {
    .headermenu > li,
    .btn-group, .btn-group-vertical {
        position: static;
    }

    .dropdown-menu {
        top: 50px;
        left: 0 !important;
        right: auto !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    .user-list {
        width: auto;
    }
}

/*** [Pulsante "TORNA SU"] ***/
.back-to-top:link {
    position: fixed;
    bottom: 2em;
    right: 20px;
    text-decoration: none;
    color: #ffffff;
    background-color: #e3001b;
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {
    background-color: #f6d018;
}
/*** [/Pulsante "TORNA SU"] ***/


/* #################################   
CALENDART EVENT COLOR: start   
################################# */
/*.fc-event {   
    margin: 4px;   
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);   
    border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);   
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);   
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);   
    background: rgb(66,139,202);    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyOGJjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTQ1NmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);   
    background: -moz-linear-gradient(top, rgba(66,139,202,1) 0%, rgba(25,69,108,1) 100%);    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,139,202,1)), color-stop(100%,rgba(25,69,108,1)));    
    background: -webkit-linear-gradient(top, rgba(66,139,202,1) 0%,rgba(25,69,108,1) 100%);    
    background: -o-linear-gradient(top, rgba(66,139,202,1) 0%,rgba(25,69,108,1) 100%);    
    background: -ms-linear-gradient(top, rgba(66,139,202,1) 0%,rgba(25,69,108,1) 100%);   
    background: linear-gradient(to bottom, rgba(66,139,202,1) 0%,rgba(25,69,108,1) 100%);    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428bca', endColorstr='#19456c',GradientType=0 );    
}*/
/* #################################   
CALENDART EVENT COLOR: end   
################################# */

.people-item .media-object {
    width: 50px;
    height: 50px;
}

.table-responsive,
.table-responsive * {
    font-size: 15px;
    text-transform: lowercase;
}

    .table-responsive th {
        font-size: 15px;
        text-transform: none;
        font-weight: bold;
        background-color: #ffffff !important;
    }

.AutoExtender {
    font-size: 12px;
    line-height: 25px;
    padding: 2px 5px;
    background-color: #ffffff;
    color: #555555;
    border: solid 1px #e3001b;
}

.AutoExtenderList {
    border-bottom: dotted 1px #ddd;
    cursor: pointer;
    color: #555555;
    list-style: none;
}

.AutoExtenderHighlight {
    color: #fff;
    background-color: #e3001b;
    cursor: pointer;
}

.panelTransparent {
    margin-bottom: 20px;
}

.people-item .media-object {
    width: 50px;
    height: 50px;
}

.modalBackground {
    background-color: #999999;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

/* ModalPopupExtender */
.modalPopup {
    background-color: #FFFFFF;
    border: none;
    border-radius: 0;
    padding: 15px;
}

    .modalPopup .header {
        background-color: #fff;
        height: 30px;
        color: #000;
        line-height: 30px;
        text-align: left;
        font-weight: normal;
        border-top-left-radius: 0;
        border-top-right-radius: 6px;
        font-size: 24px;
    }

    .modalPopup .body {
        min-height: 50px;
        line-height: 30px;
        /* text-align: center; */
        /* font-weight: bold; */
    }


.panel-stat h4 {
    font-size: 14px;
}

.panel-stat .stat {
    color: #fff;
    max-width: 100%;
}

.signinpanel {
    width: 720px;
    max-width: 720px;
    overflow: hidden;
}

    .signinpanel .smRightAlign {
        text-align: right;
    }

    .signinpanel .signup-footer {
        /*   
    background:rgba(254,181,43,.4);   
    float:left;   
    width:100%;   
    */
    }

    .signinpanel .smRightAlign img {
        margin: -5px 0 0 5px;
    }

@media screen and (max-width: 767px) {
    .signinpanel .smRightAlign {
        text-align: center;
    }

        .signinpanel .smRightAlign img {
            margin: 10px 10px 0 10px;
        }

    .table-responsive {
        width: calc( 100% - 40px );
    }
}

@media screen and (max-width: 740px) {
    .signinpanel {
        width: 640px;
        max-width: 640px;
    }
}

@media screen and (max-width: 640px) {
    .signinpanel {
        width: 480px;
        max-width: 480px;
    }
}

@media screen and (max-width: 480px) {
    .signinpanel {
        width: 360px;
        max-width: 360px;
    }
}

@media screen and (max-width: 360px) {
    .signinpanel {
        width: 320px;
        max-width: 320px;
    }

        .signinpanel .signin-info img {
            width: 240px !important;
        }
}

@media screen and (max-width: 320px) {
    .signinpanel {
        width: 280px;
        max-width: 280px;
    }

        .signinpanel .signin-info img {
            width: 240px !important;
        }
}

.nav-bracket > li > a {
    color: #8f939e;
}

    .nav-bracket > li > a i {
       /* color: #1d2939;*/
    }

.leftpanelinner h5.sidebartitle {
    color: #999;
}

.panel-success .panel-heading {
    background-color: #1CAF9A !important;
    border: 0 !important;
}

.panel-danger .panel-heading {
    background-color: #D9534F !important;
    border: 0 !important;
}

.panel-primary > .panel-heading {
    background-color: #428bca !important;
    border: 0 !important;
}

.panel-dark .panel-heading {
    background-color: #1d2939 !important;
    border: 0 !important;
}

.menutoggle,
.menutoggle:hover,
.logopanel h1,
.nav-bracket > li > a:hover,
.nav-bracket > li > a:active,
.nav-bracket > li.nav-active > a,
.pageheader h2,
.leftpanel-collapsed .nav-bracket > li.nav-hover > a {
    color: #000;
}

.modalPopup .footer {
    padding: 20px 6px 6px 6px;
    clear: both;
    text-align: center;
}

    .modalPopup .footer #btn_saveData,
    .modalPopup .footer #btn_cancel {
        color: #fff !important;
        background-color: #e3001b;
        border: solid 1px #e3001b;
        border-radius: 3px;
        margin: 0 50px;
        font-size: 16px;
        padding: 3px 15px;
    }

.panel-stat h1 {
    line-height: 30px;
    font-size: 30px;
}

.dropdown-menu-head .title {
    background: #1d2939;
    color: #fff;
}

.headermenu .dropdown-menu:after {
    border-bottom: 6px solid #1d2939;
}

.badge-success {
    background-color: #e2001a;
}

.headermenu .dropdown-menu-head li a:hover {
    color: #1caf9a;
}

.headermenu .dropdown-menu-usermenu {
    background: #1d2939;
}

.headermenu .dropdown-menu li a {
    background: transparent;
    color: #fff;
}

    .headermenu .dropdown-menu li a:hover {
        background: #1caf9a;
        color: #fff;
    }

.headermenu .dropdown-list.gen-list li a,
.headermenu .dropdown-list li .desc a {
    background: none;
    color: #000;
}

    .headermenu .dropdown-list.gen-list li a:hover,
    .headermenu .dropdown-list li .desc a:hover {
        background: none;
        color: #000;
        text-decoration: underline;
    }

.panel-stat .stat-label {
    line-height: 11px;
    height: 22px;
}

.tableActionsIcon {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    width: 24px !important;
    height: 24px !important;
    background: transparent !important;
    border: none !important;
    font-family: FontAwesome !important;
    font-size: 24px !important;
    color: #666 !important;
    line-height: 0 !important;
}
/*table.table.table-striped a.fa.fa-calendar ,   
table.table.table-striped a.fa.fa-calendar:hover {   
    font-size:26px !important;   
    text-decoration:none;   
}   
table.table.table-striped a.fa.fa-pencil ,   
table.table.table-striped a.fa.fa-pencil:hover {   
    font-size:26px !important;   
    text-decoration:none;   
}*/
.btn-group.actionButtonsStatistics .btn-primary {
    margin: 0 1px 0 0 !important;
}

    .btn-group.actionButtonsStatistics .btn-primary:hover {
        background: #eb4c5f;
    }

/*[sponsorizzazione rubriche]*/
.sponsor-free {
    cursor: pointer !important;
    background: url(../images/sponsor_free_space.png) no-repeat center center !important;
}

.sponsor-confirmed-editable,
.sponsor-confirmed-not-editable {
    background-color: #969696 !important; /* gray */
    color: white !important;
}

.sponsor-not-confirmed-editable {
    background-color: #ff9c00 !important; /* orange */
    color: #ffffff;
}

.sponsor-not-confirmed-not-editable {
    background-color: #ffcc00 !important; /* yellow */
    color: #000 !important;
}

.sponsor-free,
.sponsor-confirmed-editable,
.sponsor-not-confirmed-editable {
    cursor: pointer !important;
}

    .sponsor-free:hover,
    .sponsor-confirmed-editable:hover,
    .sponsor-not-confirmed-editable:hover {
        opacity: 0.8;
    }

.sponsor-month-not-valid {
    background-color: #f24141 !important;
}
/*[/sponsorizzazione rubriche]*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ddd !important;
}

.bigIcon {
    font-size: 24px !important;
    text-decoration: none;
}

.results-grid {
    margin: 20px !important;
    overflow-x: auto;
}

.fc-cell-overlay { /* semi-transparent rectangle while dragging */
    background: #f6d018 !important;
}

.fc-event {
    border: 1px solid #f6d018 !important; /* default BORDER color */
    background-color: #f6d018 !important; /* default BACKGROUND color */
}

.eventToDo {
    background: #f6d018 !important;
    border: 1px solid #e2bb00 !important;
}

.eventAppointment {
    background: #1d2939 !important;
    border: 1px solid #8f939e !important;
}

.eventPhone {
    background: #e37856 !important;
    border: 1px solid #e3003a !important;
}

.detail {
    padding: 20px !important;
}

.dataTables_wrapper .top .dataTables_info,
.dataTables_wrapper .bottom .dataTables_info {
    margin-right: 20px;
}

.dataTables_wrapper .top .dataTables_filter,
.dataTables_wrapper .bottom .dataTables_filter {
    margin-left: 20px;
}

.dataTables_wrapper .paginate_enabled_previous,
.dataTables_wrapper .paginate_enabled_next {
background-color: #D9534F;
border-color: #f7133e;
color:#fff;
}

    .dataTables_wrapper .paginate_enabled_previous:hover,
    .dataTables_wrapper .paginate_enabled_next:hover {
        background-color: #f7133e;
border-color: #D9534F;
color:#fff;
    }

/* lwegenda sponsor */
h4.legendaHeadline {
    font-size: 16px;
    font-weight: bold;
}

ul.sponsorLegenda {
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    list-style: none;
}

    ul.sponsorLegenda li {
        position: relative;
        margin: 5px 0;
        text-indent: 24px;
    }

        ul.sponsorLegenda li span {
            position: absolute;
            left: 0;
            top: 50%;
            margin: -10px 0 0 0;
            width: 20px;
            height: 20px;
            cursor: default !important;
            border: solid 1px #ddd;
        }


/* error Page */
.errorPanel .errorMessage {
    margin: 15px;
    display: block;
    background: rgba(255,255,255,.5);
    height: 250px;
    border-radius: 5px;
    padding: 20px;
    color: #000;
}

    .errorPanel .errorMessage h3 {
        color: #c00;
    }

.errorPanel .signin-info img {
    width: 170px;
    margin: 20px 0 0 0;
}

.alignRight {
    text-align: right;
    white-space: nowrap;
}
.alignRightRed {
    text-align: right;
    white-space: nowrap;
    color: #c00;
}
.alignRightGreen {
    text-align: right;
    white-space: nowrap;
    color: #green;
}
.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.alignRightBold {
    text-align: right;
    font-weight: bold;
}

.alignLeftBold {
    text-align: left;
    font-weight: bold;
}

.alignCenterBold {
    text-align: center;
    font-weight: bold;
}

.fa-check-square-o {
    color: green;
}

.fa-times-circle {
    color: red;
}


.deleteProspect {
    position: absolute;
    right: 5px;
    top: -5px;
    font-family: FontAwesome !important;
    padding: 0 0 0 0;
    line-height: 30px;
    height: 32px;
    width: 32px;
    text-align: center;
    font-size: 22px;
    border-radius: 100%;
    z-index: 10;
}

.infoClient {
    position: absolute;
    left: 5px;
    top: -5px;
    font-family: FontAwesome !important;
    padding: 0 0 0 0;
    line-height: 30px;
    height: 32px;
    width: 32px;
    text-align: center;
    font-size: 22px;
    border-radius: 100%;
    z-index: 10;
}


.table-responsive {
    overflow-x: auto;
}

.form-control {
    font-size: 15px !important;
    color: #000 !important;
    height: 41px !important;
    line-height: 41px !important;
}

textarea.form-control {
    height: auto !important;
    line-height: normal !important;
}


.sidebartitle {
    font-size: 15px;
}

#UpdatePanelSponsor table.table.table-striped td {
    white-space: nowrap;
    line-height: 44px;
}

.cellSponsor {
    position: relative;
}

    .cellSponsor .clientItem,
    .cellSponsor .agentItem,
    .cellSponsor .priceItem,
    .cellSponsor .noteItem {
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 18px;
    }

    .cellSponsor .overlayInfo {
        display: none;
    }
        /*.cellSponsor .overlayInfo {
        position: absolute;
        background: #f00;
        padding: 10px;
        left: 0;
        top: 0;
        display: none;
        line-height: normal;
        border: solid 1px #999;
        background: #eee;
        box-shadow: 3px 3px 8px rgba(0,0,0,.3);
        max-width: 250px;
        min-width: 200px;
        white-space: normal !important;
        color: #555;
        z-index: 1;
    }*/

        .cellSponsor .overlayInfo ul {
            padding: 0 0 0 0;
            margin: 0 0 0 10px;
        }

        .cellSponsor .overlayInfo * {
            text-transform: none !important;
        }

/*
    .cellSponsor:hover .overlayInfo {
        display: block;
    }
    */

.sponsorOverlayLayer {
    position: absolute;
    background: #f00;
    padding: 10px;
    left: 0;
    top: 0;
    display: none;
    line-height: normal;
    border: solid 1px #999;
    background: #eee;
    box-shadow: 3px 3px 8px rgba(0,0,0,.3);
    max-width: 250px;
    min-width: 200px;
    white-space: normal !important;
    color: #555;
    z-index: 5;
}


.dtpagerPanel a.btn, span.btn {
    margin-bottom: 10px;
}

.dtpagerPanel span.pagerRecord {
    margin-bottom: 10px;
    line-height: 21px;
    padding: 6px 0;
}


/* mandatory field layer */

.mandatoryFields {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}

    .mandatoryFields .formAlertMandatory {
        position: absolute;
        background: #fff;
        /*width: calc(34% - 20px);*/
        min-height: 100px;
        left: 50%;
        top: 15px;
        margin: 0 0 0 -17%;
        box-shadow: 0 10px 18px rgba(0,0,0,.5);
        border-radius: 5px;
        padding: 20px;
    }

        .mandatoryFields .formAlertMandatory h3 {
            margin: 0 0 15px 0;
            font-size: 20px;
        }

        .mandatoryFields .formAlertMandatory .dataInfo {
            margin: 0 0 0 0;
        }

        .mandatoryFields .formAlertMandatory .buttonsToolbar {
            text-align: center;
        }

        .mandatoryFields .formAlertMandatory .dataInfo ul {
            margin: 0 0 25px 0;
            padding: 0 0 0 0;
        }

            .mandatoryFields .formAlertMandatory .dataInfo ul > li {
                width: 100%;
                margin: 0 3% 10px 35px;
                padding: 0 0 0 0;
                font-size: 15px;
                color: #f00;
                font-weight: normal;
            }

div.scrollingFixedCellsContainer.scrollingDiv {
    width: 100%;
    height: 300px;
    overflow: scroll;
    padding-bottom: 1px;
    position: relative;
}

div.scrollingFixedCellsContainer .topDivInfo {
    position: absolute;
    left: 0;
    top: 0;
    background: #eee;
    z-index: 2;
}

div.scrollingFixedCellsContainer .leftDivInfo {
    position: absolute;
    left: 0;
    top: 0;
    background: #eee;
    z-index: 1;
}

div.scrollingFixedCellsContainer .topLeftDivInfo {
    position: absolute;
    left: 0;
    top: 0;
    background: #eee;
    z-index: 3;
}

div.scrollingFixedCellsContainer table.scrollingFixedCells {
    border-collapse: collapse;
    border: 0;
}

    div.scrollingFixedCellsContainer table.scrollingFixedCells th,
    div.scrollingFixedCellsContainer table.scrollingFixedCells td {
        margin: 0;
        border: solid 1px #000;
        height: 35px;
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        overflow: hidden;
        height: 50px;
        vertical-align: top;
        padding: 10px;
    }

div.scrollingFixedCellsContainer.quoteContainer table.scrollingFixedCells th,
div.scrollingFixedCellsContainer.quoteContainer table.scrollingFixedCells td {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
}

div.scrollingFixedCellsContainer.quoteContainer table.scrollingFixedCells th {
    height: 110px;
}

div.scrollingFixedCellsContainer table.scrollingFixedCells tr th:first-of-type,
div.scrollingFixedCellsContainer table.scrollingFixedCells tr td:first-of-type {
    min-width: 150px;
    max-width: 150px;
}

#pnl_results {
    padding: 20px;
}

/*[preventivi]*/
.estimate-detail-sunday {
    color: red;
}

.estimate-detail-subtotal-header, .estimate-detail-subtotal-data,
.estimate-detail-discount, .estimate-detail-surcharge,
.estimate-detail-price, .estimate-detail-priceByDate, .estimate-detail-noprice, .estimate-detail-priceSpacer {
    height: 41px;
    margin-bottom: 8px;
}

.estimate-detail-total-header, .estimate-detail-subtotal-header {
    font-weight: bold;
}

.estimate-detail-priceByDate, .estimate-detail-noprice {
    color: red;
}

.estimate-detail-column-buttonbar {
    float: right !important;
    position: relative !important;
    margin: 0 0 0 8px !important;
}

.deleteEstimateDetail, .insertEstimateDetailQuantity {
border: none !important;
border-radius: 100% !important;
background-color: #e3001b !important;
color: #ffffff !important;
font-family: FontAwesome !important;
font-size: 16px !important;
font-weight: normal !important;
margin: 0 0 0 8px !important;
padding: 0 0 0 0 !important;
width: 24px !important;
height: 24px !important;
line-height: 0 !important;
}

div.weekDataEdit {
    display: table;
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 10px 10px 10px;
}

    div.weekDataEdit table {
        width: 100%;
    }

        div.weekDataEdit table th,
        div.weekDataEdit table td {
            padding: 3px 8px !important;
        }

        div.weekDataEdit table input {
            height: 20px !important;
            line-height: 20px !important;
        }

            div.weekDataEdit table input[type=radio],
            div.weekDataEdit table input[type=checkbox] {
                margin: 4px !important;
                height: auto !important;
            }
/*[/preventivi]*/

.requiredElementMessage {
    color: red;
    font-weight: bold;
}

.textBoxRedBg {
    background-color: #D43F3A;
    color: #FFFFFF;
    text-align: right;
    white-space: nowrap;
}

.textBoxGreenBg {
    background-color: #2e8b57;
    color: #FFFFFF;
    text-align: right;
    white-space: nowrap;
}

.scrollingControlContainer {
    overflow-x: hidden;
    overflow-y: scroll;
}

.scrollingCheckBoxList {
    border: 1px #808080 solid;
    margin: 10px 10px 10px 10px;
    height: 300px;
}
.redtext {
    color: #c00;
}

.scrollingFixedCells.mainTable .infoMaxSized,
.topInfoTable .infoMaxSized {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topInfoTable .infoTitleHeader {
    padding-bottom: 0;
}

.topInfoTable th {
    position: relative;
}

.topInfoTable th:hover .infoMaxSized,
.topInfoTable th:active .infoMaxSized {
    display: block;
    white-space: normal;
    overflow: visible;
    text-overflow: none;
    position: absolute;
    margin: -21px 0 0 0;
    background: #eee;
    box-shadow: 0 5px 10px #eee;
    left: 0;
    right: 0;
    padding: 0 10px;
}


.scrollingFixedCells.mainTable th:hover .infoTitleHeader,
.scrollingFixedCells.mainTable th:active .infoTitleHeader,
.topInfoTable th:hover .infoTitleHeader,
.topInfoTable th:active .infoTitleHeader {
    padding-bottom: 21px;
}

