@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,800');


body{
    font-family: "Open Sans";
}


@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/material/MaterialIcons-Regular.eot"); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("../fonts/material/MaterialIcons-Regular.woff2") format('woff2'),
    url("../fonts/material/MaterialIcons-Regular.woff") format('woff'),
    url("../fonts/material/MaterialIcons-Regular.ttf") format('truetype');
}
.slaask-button{
    z-index:1000 !important;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    /*line-height: 1;*/
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

/*CARD*/
.card-container{
    background:white;
    color:#616161;
    border-radius:7px;
    font-weight:700;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border:2px solid #cecece;
    -webkit-transition: box-shadow 0.2s ease-in-out 0s;
    -moz-transition: box-shadow 0.2s ease-in-out 0s;
    -o-transition: box-shadow 0.2s ease-in-out 0s;
    -ms-transition: box-shadow 0.2s ease-in-out 0s;
    transition: box-shadow 0.2s ease-in-out 0s;
}
.card-container:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card-title{
    text-align:center;
    font-family: Lato;
    font-size:23px;
    padding:7px 20px;
    text-transform:uppercase;
    color:#406281;
    font-weight:500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-title-reduced{
    font-size:18px;
}
.card-subtitle{
    font-family: Lato;
    text-align:center;
    color:#95959f;
    font-size:15px;
    padding:0px 20px;
    font-weight:400;
    margin-top:-10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-divider{
    border: 0;
    height: 1px;
    background: #bad3d8;
    margin-top:20px;
    margin-left:20px;
    margin-right: 20px;
}
.card-divider-title{
    margin-top:-8px;
    font-size:11px;
    color:#455671;
    margin-left: 20px;
    font-weight:400;
}
.card-divider-content{
    font-family: Lato;
    text-align:center;
    font-size:17px;
    padding:0px 20px;
    font-weight:400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-footer{
    font-family: Lato;
    color:#95959f;
    font-size:12px;
    padding-top:20px;
    padding-bottom:10px;
    text-align:center;
    font-weight:400;
    text-transform:uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*LOGIN*/
.login{
    background: -webkit-gradient(linear, left top, right bottom, from(#253440), to(#4b566c)); position:fixed
}
.back-to-login{
    float: left;
    top: 20px;
    left: 40px;
    font-size: 20px;
    position: absolute;
    color: #f4f4f4 !important;
    font-family: Lato;
}
.login-input-field{
    background: transparent;
    border: 0px;
    font-size: 18px;
    color: #f4f4f4 !important;
    outline: none;
    margin-left:10px;
    margin-right:10px;
}
.login-label{
    text-transform: uppercase;
    color: #9a9aa0;
    margin-left: 5px;
}

.button-login{
    width: 100%;
    border-radius: 50px;
    background-color: transparent;
    text-transform: uppercase;
    border: 1px solid #a7b2b6;
    color: #f4f4f4;
    font-size: 18px;
    padding: 15px 20px;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;

}
.button-login:hover{
    background-color: #a7b2b6;
}

.login-copyright{
    float: right;
    bottom: 20px;
    right: 20px;
    font-size:17px;
    position: absolute;
    color:#f4f4f4;
    font-family: Raleway;
}

.login-divider{
    border-top:1px solid #9a9aa0;
    opacity:0.5;
}

/*TABELLE*/
thead{
    background-color: rgba(240,240,240,1);
    color: #455671;
    -moz-transition: all 0.2s ease-out;  /* FF4+ */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.2s ease-out;  /* IE10 */
    transition: all 0.2s ease-out;
}
thead  th{
    text-transform: uppercase !important;
    font-size:12px;
}

table th, table td {
    padding: 1em;
}
table > tbody > tr {
    height: 40px;
    font-size: 13px;
}
table > tbody > tr > td {
    padding: 15px 15px;
    padding-bottom:10px !important;
    border-color: #e4e4e4;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.2px;
    border-top:0px !important;
}
table > thead > tr > th {
    border-bottom: 0;
}

tbody > tr>:first-child {
    font-weight: 600;
    font-size:15px;
}

.marked-tr{
    font-weight: 600;
    font-size:15px;
}


.table.table-condensed thead tr th {
    padding: 10px 4px 10px 4px;
}
/*TABELLE INTERNE*/

.interior-table tbody > tr > :first-child{
    font-size:12px;
}
.tr-hover-eff:hover{
    background:#fefefe;
    transition: background-color 0.4s;
}
.thead-color{
    background-color:#003366 ;
    color: #efefef;
}

.divider{
    border: 0;
    height: 1px;
    background: #bad3d8;
    margin-top:20px;
    overflow: visible;
}

.footer{
    background-color: #003366;
}

.plan-status {
    padding: 2px 4px;
    width: 130px;
    margin: 0px;
    border-radius: 2px;
}
.panel-primary > .panel-heading {
    color: white;
    background-color: #003366;
    border-color: #003366;
}
.sidebar-panel {
    font-size: 1.15em;
}

.sidebar-panel > nav > ul > li a {
    padding: 16px 25px;
}

.cumulative {
    margin-left: 30px;
}

.checks i{
    font-size: 1.6em;
}

.panel-heading > .pull-left {
    font-size: 16px;
    font-weight: bold;
}

.table > thead:nth-child(1) > tr:nth-child(1){
    font-size: 1.2em;
}

table.weeklyplan, table.cdcweeklyplan {
    width: 100%;
}

.weeklyplan-container{
    width: 100%;
}

#calendar-modal > .modal-dialog{
    width:60%;
}


@media screen and (max-width: 1367px){
    .cumulative {
        float: right;
        margin-right: 66px;
    }

    .end-date-label{
        width: 100px;
    }

    .accordion-container.col-sm-8{
        min-width: 90%;
    }
}


.input-group-addon, .form-control {
    border: none;
    border-bottom: 1.5px solid #bfd2d8;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.dropdown-menu > li > a{
    padding: 7px 20px;
    font-size:15px;
}
/* TABLE */


.custom_table ul.container {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.custom_table .title {
    font-weight: bold;
    text-transform: uppercase;
}

.custom_table .theader > span {
    font-weight: bold;
    text-transform: capitalize;
    text-align: left;
    font-size: 13px;
    background-color: #f0f0f0;
    color: #455671; /*#616161;*/
}

.custom_table .big {
    font-size: large;
    font-size: 1.0vw;
}

.custom_table .empty > span {
    background-color: white;
}

.custom_table .margin > span {
    margin-top: 1em;
}

.custom_table .gray > span {
    background-color: #eee;
}

.custom_table span {
    border-bottom: 1px solid #d7d7d7;
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px;
}

.custom_table span.amount {
    text-align: right;
}

.custom_table span.percentage {
    text-align: right;
}


.custom_table .pvheader, #forecast .pvheader > span {
    background-color: #0086b3;
    color: white;
    font-size: large;
    font-weight: bold;
    text-transform: capitalize;
}

.custom_table .trow span {
    height: 45px;
}

span.p10 {
    padding: 10px;
}


/* TABLE */

.multiselect-container
{
    width: 100%;
}

.multiselect-container .active
{
    border-left: none;
}

.multiselect-container > li > a > label
{
    padding-left: 0;
    font-family: "Open Sans";
}

.multiselect-container li.active label
{
    color: #0086b3;
    font-weight: bold;
    font-family: "Open Sans";
}
.multiselect-container li label input
{
    display: none;
}

.multiselect-selected-text, .filter-option
{

    font-family: "Open Sans";

}
.bg-theme{
    background-color: #253440;
    color: #f4f4f4 !important;
    border-radius: 10px;
}
.bg-success{
    background-color: #106346;
}
.bg-primary {
    color: #FFFFFF;
    background-color: #003366;
}
.sidebar-panel {
    background-color: #003366;
}

.sidebar-panel > .brand {
    background-color: #003366;
}

.main-panel > .header {
    /*height: 80px;*/
}

.brand {
    /*height: 80px;*/
}
/* SIDEBAR e TOPBAR*/

.sub-menu > li:hover {
    background-color: #286da8;
    color: #ffffff;
}
.menu-accordion > .sub-menu {
    background-color: #003366;
    color: #ffffff;
}
.menu-accordion > .sub-menu > li:hover {
    color: #ffffff;
}

.sidebar-panel > nav > ul > li > a:hover {
    background-color: #286da8;
    color: #ffffff;
}
.sidebar-panel > nav li ul li a:hover {
    color: #ffffff;
}

.sidebar-panel nav ul li a {
    padding: 20px 25px;
}
.sidebar-panel > .brand .hamburger-icon span {
    background-color: transparent;
}
.sidebar_active {
    background-color: #212734;
    font-weight: 600;
    color:#0099b8;
}
.sidebar-panel > nav > ul > li.open > a{
    background-color:#286da8;
    color: #ffffff;

}
.sidebar-panel > nav > ul > li.open > a:hover{
    background-color: #286da8;
    color: #ffffff;
}

.sidebar_active > a {
    color: #ffffff !important;

}
.sidebar-title{
    padding:20px 28px 20px 30px;
    font-size: 25px;
    font-weight: 600;
    color:#406281;
}

.sidebar-divider{
    margin: -15px 30px 10px 30px;
}
.sidebar-text-label{
    text-transform: uppercase;
    font-size: 11px;
    color: #455671;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-panel > .header .navbar-text {
    font-size: 17px;
    font-weight: 600;
    margin-top: 8px;
    color:#406281;
}
.bg-danger{
    background-color: #b82601;
}
.full-width{
    width: 100%;
}
.btn-success {
    color: #007849;
    font-weight: 500;
    font-size:14px;
    background-color: transparent;
    border:1px solid #007849;
    border-radius:50px;
    text-transform: uppercase;
}
.btn-danger {
    color: #b82601 !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #b82601;
}

.btn-info {
    color: #455670 !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #455670;
}
.btn-info.disabled{
    background-color: transparent;
    border:1px solid #95959f;
    color:#95959f;
}
.btn-default {
    color: #616161;
    font-weight: 500;
    font-size: 14px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #cecece;
}

.btn-default:hover{
    border-radius: 7px;
}
.btn-default:before{
    border-radius: 7px;
}

.btn-info:hover{
    color:white !important;
    background-color:#455670;
    border-color:#455670;
    border-radius: 50px;
}
.btn-info:before{
    color:white;
    background-color:#455670;
    border-color:#455670;
    border-radius: 50px;
}
.btn-success:before{
    color: #25a25a;
    background-color: transparent;
    border: 1px solid #25a25a;
    border-radius: 50px;
}

.btn-danger:before{
    color: #ed948e !important;
    background-color: transparent;
    border: 1px solid #b82601;
    border-radius: 50px;
}
.btn-danger:hover{
    color:white !important;
}

.btn-danger.disabled{
    border-radius:50px;
    background-color: transparent;
    border-color: #d96557;
}

.btn-primary {
    color: white;
    background-color: #0375b4;
    border-color: #0375b4;
    font-weight: 500;
}
.btn-primary.disabled{
    background-color: #f5f5f5;
    border-color: gray;
    color:#9099A2;
    cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu {
    border-radius: 7px;
}
.fs13{
    font-size:13px !important;
}
.fs12{
    font-size:12px !important;
}
.fs15{
    font-size:15px !important;
}
.fs16{
    font-size:16px !important;
}

.mt35{
    margin-top:35px;
}
.mt40{
    margin-top:40px;
}
.mt45{
    margin-top:45px;
}
.mt50{
    margin-top:50px;
}
.header-font{
    font-size:16px;
    font-weight: 500;
}
.header-icon{
    font-size:20px !important;
    line-height: 18px;
}
.layout-small-menu .sidebar-panel > nav > ul > li > .sub-menu a {
    position: relative;
    height: 60px;
    background-color:#286da8 !important;
    color:#ffffff;
    line-height: 24px;
    font-weight: 500;
}
.sidebar-skin-simulation .sidebar-panel > nav > ul > li > .sub-menu a {
    background-color: #66ab8c !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}
.dashboard-icon{
    font-size:60px !important;
}
.icon-align{
    font-size: 20px !important;
    vertical-align:sub;
}
.icon-align-min{
    font-size: 15px !important;
    vertical-align:sub;
}

.main-panel > .header {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

/*.widget{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.2s ease-in-out;
}

.widget:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}*/

.main-panel > .header .navbar-nav .dropdown-menu {
    margin-top: 1px;
    padding: 0;
    border-color: rgba(0, 0, 0, 0.1);
    border-top: 0;
    background-color: white;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.sidebar-panel > nav ul > li > a {
    font-size: 15px;
    font-family:"Raleway";
}
.sidebar-panel > nav li ul li a {
    padding: 18px 25px 10px 58px;
}

.multiselect-container>li>a>label {
    padding: 3px 20px 3px 15px !important;
}

.sweet-alert .btn-danger
{
    color: white;
    font-weight: 500;
    background-color: #b82601;
    border-color: #b82601;
    box-shadow: none;
    font-family: "Open Sans";
}
.sweet-alert .btn-success
{
    color: white;
    font-weight: 500;
    background-color: #007849;
    border-color: #007849;
    box-shadow: none;
    font-family: "Open Sans";
}
.sweet-alert .btn-default
{
    font-weight: 500;
    box-shadow: none;
    font-family: "Open Sans";
}

/*AVATAR CSS*/
.fileinput .thumbnail > img {
    height: 100%;
}
.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
    font-family: "Open Sans";
    font-size: 13.5px;

}
.big-avatar-initials{
    border: 2px solid #cecece;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    text-align: center;
    margin-left: 35%;
    margin-top: 20px;
    display: block;
    font-size: 25px;
    font-weight: 300;
    left:0;
    line-height: 70px;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.avatar-container{
    margin: -7px 3px 0 0 !important;
    background-color: #406281;
    border-radius: 18px;
    color: whitesmoke;
    display: block;
    float: left;
    height: 34px;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
    width: 34px;
}
.avatar-initials{
    display: block;
    font-size: 12pt;
    font-weight: 600;
    height: 35px;
    left: 0;
    line-height: 36px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.main-panel > .header .header-avatar{
    margin: -8px 10px 0 0 !important;
    background-color: #003366;
    border-radius: 26px;
    color: whitesmoke;
    display: block;
    float: left;
    height: 36px;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
    width: 36px;
}

.sidebar-panel > nav li.menu-accordion > a::before{
    font-size: 22px !important;
}
.fa-caret-down:before {
    font-size: 22px;
}
.btn-primary:active::before, .btn-primary.active::before, .open > .dropdown-toggle.btn-primary::before{
    background-color: #003366;
}

/*spazio a sinistra del bottone config*/
.main-panel > header > ul > li:nth-child(2) > a{
    padding: 10px 15px 10px 1px;
    line-height: 20px !important;
}

.form-layout{
    padding: 0 !important;
}
/*Classe per il modal della ripartizione dei costi sui pv del marketing*/
.distribute-focus{
    z-index: 99999;
    position: absolute;
    margin-left:5%;
    margin-right:5%;
    top:-70%;
    background-color: transparent !important
}
.distribute-focus > td {
    border-bottom: 0 !important;
}
.sweet-alert{
    z-index:9999999 !important;
}

.panel-heading > .pull-left {
    font-size: 20px;
}

.panel-icon-chevron:before {
    font-size: xx-large;
}

.over-allocated {
    color: #b82601;
    font-weight: 600;
}

.perfect-allocated {
    color: #007849;
    font-weight: 600;
}

.under-allocated {
    color: #FF9009;
    font-weight: 600;
}
.bg-over-allocated{
    background-color:#b82601;
    color:white;
}
.bg-perfect-allocated{
    background-color: #007849;
    color: white;
}
.bg-under-allocated{
    background-color: #ff9009;
    color:white;
}

.weekly-cell-yellow{
    background-color: #ff9009;
    border:1px #ff9009 !important ;
}

td{
    vertical-align: middle !important;
}
.text-right{
    text-align: right !important;
}

.text-center{
    text-align: center !important;
}

.resume-details .resume-data
{
    margin-top: 18px !important;
    color: #616161;
    font-size: 30px;

}
.icon-align-top{
    vertical-align: top;
}
.fs16{
    font-size: 16px;
}
.fs18{
    font-size:18px;
}

.confirm-color{
    color: #007849;
}

.warning-color{
    color: #FF9009;
}

.error-color{
    color: #b82601;
}

.form-control:focus{
    border-color: #003366 !important;
}

.search-bar-icon{
    color: #fefefe;
    background-color: #003366;
    border-bottom: 2px solid #003366;
}
.select-button{
    color:#fefefe;
    background-color: #003366;
    border-bottom: 2px solid #003366;
    max-height: 34px;
}

/*Colonne dispari per boostrap 5 colonne*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 1610px)
{
    .toggle-sidebar
    {
        display: none;
    }

    .layout-fixed-header.layout-small-menu .sidebar-panel > nav
    {
        margin-top: 15px;
    }
}

.button-icons{
    font-size: 18px !important;
    vertical-align: middle !important;
    font-weight: 500;
    margin-right:5px;
}

.btn-reduced{
    font-size: 12px;
    padding:5px 5px;
}
.blue-starry-night{
    background-color: #0f5191 !important;
    border-color: #0f5191 !important;
}
.blue-starry-night:before{
    background-color:#003366 !important;
    border-color: #003366 !important;
    color:#fefefe;
}

.danger-red{
    background-color:#b82601 !important;
    border-color: #b82601 !important;
    color:white;
}
.danger-red:before{
    background-color:#e43507 !important;
    border-color: #e43507 !important;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #049945;
    border-color: #049945;
}

.fixed-date-icon{
    position: absolute;
    display: block;
    left: 21%;
    top: 23%;
    z-index: 9;
    color:#757575;
}

.mr35{
    margin-right: 35px;
}
.mr40{
    margin-right: 40px;
}

.edit-graph{
    margin-right: 35px;
}
.label-text{
    font-family: "Open Sans";

}
@media (max-width: 1610px)
{
    .edit-graph{
        margin-right: 45px;
    }
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #293341;
    color: #fefefe;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #293341;
    color:#fefefe;
}

.material-panel{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.main-panel > .header .nav > li > a:hover, .main-panel > .header .nav > li > a:focus{
    background-color:transparent;

}

.text-uppercase{
    text-transform: uppercase !important;
}
.p0{
    padding:0px;
}
.bold{
    font-weight: bold !important;
}
.middle-icon-align{
    font-size: 20px;
    vertical-align: middle;
}

/*Bottone upload in import dati*/
.fixed-upload{
    position: fixed;
    right:1.5%;
    bottom:9%;
    z-index: 1000;
    border-radius: 50%;
    background-color:#253440;
    color:white;
}
/*Contenitore principale, rimozione margini*/
.layout-fixed-header .main-content{
    /*padding-top:60px !important;*/
}
.main-panel > .main-content{
    /*padding:0px;*/
}
.no-border-lr{
    border-left:0 !important;
    border-right: 0 !important;
}
/*Dropzone*/
.dropzone {
    min-height: 90px !important;
    border: 2px solid #003366 !important;
    background: white;
    padding: 20px 20px;
}
.dropzone .dz-preview{
    right:36% !important;
}

/*Material icon bootstrap select silvio moreto*/
 .panel-icon-chevron:before {
     font-family: "Material Icons";
     content: "\e316";
 }

 .material-icons-check:before {
     content: "check";
     color: #007849;
     line-height: 1;
 }
 .material-icons-check.check-mark{
    margin-top: -4px !important;
 }
/*Material icon caret select silvio moreto*/
.bootstrap-select.btn-group .dropdown-toggle .caret {
    width: 10px;
    height: 10px;
    border: none;
    font-size:18px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
    margin-top: -9px !important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
    font-family: "Material Icons";
    content: "\e313";
}

/*ANALYTICS*/
.analytics {
    font-size: 40px;
    text-align: center;
    color: #616161;
    font-weight: bold;
}

.analytics-title, .graph-title {
    text-align: center;
    font-family: Lato;
    font-size: 23px;
    padding: 7px 20px;
    text-transform: uppercase;
    color: #406281;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.analytics-title {
    font-size: 20px;
    text-align: center;
    color: #616161;
}*/
.col-border{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-left: 15px;
    width: 98%;
}
.col-border-gauge{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-left: 15px;
    width: 96%;
}
/*.graph-title {
    color: #616161;
    font-weight: 500;
}*/

.gauge-number{
    font-size: 35px;
    font-weight: bold;
    font-family: Lato;
}
.gauge-text{
    font-size: 20px;
    font-weight: 500;
    color: #70707a;
    font-family: Lato;
}
.divider span {
    background-color: #fefefe;
    display: inline-block;
    padding: 0 20px;
    min-height: 20px;
    min-width: 10%;
}

/*Notifications*/
.amaran-wrapper.top {
    top: 6% !important;
    bottom: auto;
}
.amaran{
    background-color: transparent;
    background: transparent !important;
    width: inherit !important;
    margin: 0px !important;
    margin-right: 10px !important;
}
.amaran .notification-wrapper{
    background-color:white;
    width:inherit;
    height:100%;
    border-radius:5px;
    text-align: center;
}

.amaran span{
    display:block;
    font-size:16px;
    padding:10px;
    line-height:45px;
}

.amaran.success .notification-wrapper{
    border:2px solid #00b571;
}
.amaran.success span{
    color:#00b571;
}

.amaran.error .notification-wrapper{
    border:2px solid #b82601;
}
.amaran.error span{
    color:#b82601;
}

.amaran.warning .notification-wrapper{
    border:2px solid #ff9009;
}
.amaran.warning span{
    color:#ff9009;
}

.amaran.info .notification-wrapper{
    border:2px solid #4d86bd;
}
.amaran.info span{
    color:#4d86bd;
}

.hovertable{
    cursor:pointer;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.hovertable:hover{
/*    background-color:#efefef !important;  #84c1ff*/
    background-color:#c9daeb !important;

}

/*Progetti marketing*/
.project-container{
    background:antiquewhite;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.project-container-expanded{
    background:antiquewhite;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 10px 10px 0px 0px;
}
.project-container:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.page-title{
    font-size: 25px;
    font-weight: 600;
    color:rgb(37,102,117);
}

/*Sidebar*/
.sidebars > .sidebar{
    z-index: 9999;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    position: fixed;
    color: white;
    padding: 30px;
    font-size: 2em;
    text-align: center;
}

.sidebar.left {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    background: #293341;
}
.sidebar.right {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 365px;
    background: white;
    z-index: 1200;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.sidebar.right.extended{
    width: 85%;
    right: -85%;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
/*Sidebar style*/
.dark-sidebar{
    background: #293341 !important;
}
.open-nav{
    z-index:1200;
    top:4px;
    color:#616161;

}
.new-nav{
    padding-left: 0px;
    position: fixed;
    list-style-type: none;
    margin-top: -22px;
    margin-left: -30px;
    width: 250px;
}
.new-nav > li >a.active{
    background-color: #212734;
    font-weight: 600;
    color:white;
}
.new-nav > li > a{
    text-align:center !important;
    padding:18px 25px;
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 0.5;
    -webkit-transition: background 300ms, color 300ms;
    -moz-transition: background 300ms, color 300ms;
    -o-transition: background 300ms, color 300ms;
    transition: background 300ms, color 300ms;
}
.new-nav > li > a:hover{
    background-color: #212734;
    font-weight: 600;
    color:white;
}

.new-nav > li > a > i{
    float:left;
}
.new-nav > li > a > span{
    padding-top: 10px;
    display: inline-block;
    font-size: 14px;
    font-family: "Lato";
    text-transform: uppercase;

}

.new-nav-footer{
    background-color: #293341;
}
.new-nav-footer > a{
    font-size: 15px;
    padding-left: 0px;
    width: 250px;
    display: inline-block;
    bottom: 0;
    position: absolute;
    margin-left: -126px;
    height: 40px;
    background-color: #293341;
}
.new-nav-footer  > a > span{
    font-size: 15px;
    font-family: "Raleway";
}

/* SUB MENU*/
.new-sub-menu {
    padding-left: 0px;
    list-style-type: none;
    margin-top: -10px;
    width: 250px;
}
.new-sub-menu li{
    list-style-type: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}
.new-sub-menu > li > a{
    padding:10px;
    padding-left: 115px;
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 1;
    -webkit-transition: background 300ms, color 300ms;
    -moz-transition: background 300ms, color 300ms;
    -o-transition: background 300ms, color 300ms;
    transition: background 300ms, color 300ms;
}
.new-sub-menu > li > a > i{
    float:left;
}
.new-sub-menu > li > a > span{
    margin-left: 10px;
    padding-top: 4px;
    display: inline-block;
    font-size: 15px;
    font-family: "lato";
}
.new-sub-menu > li > a:hover{
    background-color: #212734;
    font-weight: 600;
    color:white;
}

.new-nav-chevron-down{
    transform: rotate(0deg);
    transition: .3s;
}
.new-nav-chevron-up{
    transform: rotate(-180deg);
    transition: .3s;
}
@media (max-width: 1400px) {
    .new-nav > li > a{
        padding:14px 25px;
    }
    .new-nav > li > a > span {
        font-size: 14px;
    }
    .new-sub-menu > li > a > span {
        font-size: 13px;
    }
    .new-sub-menu > li > a {
        padding: 5px;
        padding-left: 70px;
    }
}

.brand .brand-logo {
    margin-left: -15px;
}
/*SWITCH*/
.onoffswitch {
    position: relative; width: 45px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 10px; padding: 0; line-height: 10px;
    border: 0px solid #FFFFFF; border-radius: 25px;
    background-color: #9E9E9E;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 25px; margin: -7.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 31px;
    border-radius: 25px;
    box-shadow: 0 6px 12px 0px #757575;
    transition: all 0.2s ease-in-out;

}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #406281;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #406281;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
    background-color: #406281;
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
}

/*Input like Label*/
.input-label{
    background-color: transparent;
    border: none;
    font-size: 50px;
    text-align: right;
    color: #cecece;
    font-weight: 300;
    pointer-events: none;
    padding:10px 30px 0px 0px;
}
.input-label-description{
    margin-right: -200px;
    font-size: 20px;
    text-transform: uppercase;
    color: lightgray;
}

/*TAB STYLE CUSTOM*/
.tab-heading{
    padding-left: 10px;
}
.tab-page-selected
{
    font-size: 16px;
    font-weight: 600;
    color: #984b43;
    padding:5px;
    padding-bottom: 2px;
    background-color: transparent;
}

.tab-page{
    font-size:16px;
    color: #406281;
    font-weight: 600;
    padding:5px;
    background-color:transparent;
}
.tab-page a{
    color:gray;
}

.panel-body {
    padding: 5px !important;
}

.mbm10{
    margin-bottom: -10px;
}
.mb40{
    margin-bottom: 40px;
}

.fixed-action{
    position: fixed;
    z-index: 500;
    background-color: rgba(240,240,240,1);
    -moz-transition: all 0.2s ease-out;  /* FF4+ */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.2s ease-out;  /* IE10 */
    transition: all 0.2s ease-out;
}
.mt110{
    margin-top: 110px !important;
}
.mt115{
    margin-top:115px !important;
}
.mt55{
    margin-top:55px;
}
.mt100{
    margin-top:100px !important;
}
.mt85{
    margin-top:85px !important;
}
.label-theme{
    border-radius:4px;
    background-color:#406281;
    font-size:85%;
    font-weight: 600;
}
/*
.notify {
    border-right: 2px solid #003366;
}

.notify:before {
    height: 3px;
}*/
.notifications{
    overflow-y: auto;
    max-height: 600px;
}

.selectrounded .btn-default {
    border-bottom: none;
    border-radius: 50px;
    border: 1px solid #999;
}
.selectrounded{
    border-radius: 50px;
}
.selectrounded .btn-default:active {
    border-radius: 50px;
}
.selectrounded .btn-group .dropdown-toggle:active{
    outline: 0;
    border-radius: 50px;
}
.selectrounded .btn-group {
    border-radius: 50px;
    border: 1px solid #999;
}
.selectrounded .btn-default:active::before, .selectrounded .btn-default:hover::before{
    border-radius: 50px !important;
}
.selectrounded .btn-default:before {
    border-radius: 50px;
}

.w90i{
    width: 90px !important;
}