html,
body {
    min-height: 100vh;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    background-color: #eceff1;
    padding: 0 !important;
    color: #3B3E44;
}

* {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
img{
    image-orientation: from-image !important;
}
.content-wrapper {
    position: relative;
}

#img-profilo #loader {
    border-radius: 50%;
}
.img-circle-bam {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center center;
}
#loader {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.displaytable{
    display: table;
    width: 100%;
    height: 100%;
}
.displaytablecell{
    display: table-cell;
    vertical-align: middle;
}
.overlay {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border-radius: 3px;
    z-index: 50;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.overlay > .fa {
    color: #000;
    font-size: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
}
.progress-margin-top{
    margin-top: 25px;
}
.genericLoader {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.genericLoader img {
    width: 30px;
    margin-right: 20px;
    display: inline-block;
}
.overGenericLoader {
    position: absolute;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    margin: auto;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
}

.overGenericLoader .genericLoaderContent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    height: 16px;
}

.modal-dialog-generic{
    width:666px;
}

.modal-dialog-generic .modal-header{
    display: inline-block;
    width: 100%;
}

#loader_step.overlay {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}

.form-error {
    padding: 15px;
}

.navbar-custom-menu {
    float: right;
    top: 0;
    position: absolute;
    right: 0;
}

.navbar-custom-menu .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
    padding: 25px 20px 21px;
    color: #b6b6b6;
}

.navbar-custom-menu .navbar-nav > li > a > .label {
    position: absolute;
    top: 20px;
    right: 8px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.navbar-custom-menu .navbar-nav {
    margin: 0 !important;
}

.navbar-custom-menu .nav > li {
    position: relative;
    display: inline-block;
}

#show_right {
    display: none;
    cursor: pointer
}

/* STRUTTURA GENERICA (RIGHT BAR, LEFT BAR) */

.anim4 {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

#menu_dash {
    height: calc(100% - 70px);
    position: fixed;
    top:70px;
    width: 90px;
    background-color: #191d1e;
    /*z-index: 9;*/
    z-index: 601;
}

.body_dash {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 90px;
    /*background-color: yellow; */
}

.body_dash_central {
    min-height: calc(100vh - 70px);
    overflow: hidden;
    margin-top: 70px;
}

#no_enabled .body_dash {
    padding-left: 0px;
}

#main_content_dash {
    width: 100%;
    padding-right: 300px;
    background-color: #eceff1;
    /*height: 100%;*/
    display: table;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#main_content_dash.full_main_content_dash {
    padding-right: 0;
}

#corpo_centrale {
    /* padding: 15px 0; */
    padding-bottom: 15px;
    display: table;
    width: 100%;
    min-height: calc(100vh - 70px);
}

#hook_right_bar_dash {
    background-color: #FFF;
    width: 300px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    -ms-transition: right 0.5s;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    transition: right 0.5s;
    display: block;
    min-height: 100%;
    padding-bottom: 15px;
    z-index: 500;
}

#hook_right_bar_dash {
    position: fixed;
    top: 70px;
}

.sfondo-bianco {
    background-color: #FFF;
}

.add-margin-top-hook {
    margin-top: 30px;
}
.add-bottom-margin{
    margin-bottom: 30px;
}
.margin-top20{
    margin-top: 20px;
}
.margin-bot20{
    margin-bottom: 20px;
}

.add-bottom-margin-default{
    margin-bottom: 15px;
}

.btn-blue {
    color: #FFF;
    background-color: #3594CC;
    border-radius: 4px;
    padding: 0px 32px;
    border: 1px solid #3594CC;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-weight: 300;
    font-size: 11px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    box-shadow:  0 4px 11px 0px rgba(0, 0, 0, 0.3);

}
.btn-blue.big-edit {
    height: 50px;
}

.btn-green {
    color: #FFF;
    background-color: #21b872;
    border-radius: 4px;
    padding: 0px 32px !important;
    border: 1px solid #21b872;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-weight: 300;
    font-size: 11px;
    height: 40px;
    text-align: center;
    /*line-height: 43px;*/
    line-height: 37px;
    box-shadow:  0 4px 11px 0px rgba(0, 0, 0, 0.3);

}
.btn-green.curve{
    border-radius:23px;
}

.btn-green:hover{
    background-color: #2ecc83;
    border: 1px solid #2ecc83;
    color: #FFF;
    text-decoration: none;
    box-shadow: 0 6px 13px 0px rgba(0, 0, 0, 0.3);
}

.btn-whitecurve {
    color: #FFF;
    background-color: transparent;
    border-radius: 4px;
    padding: 0px 32px !important;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-weight: 300;
    font-size: 11px;
    height: 40px;
    text-align: center;
    border-radius:23px;
    line-height: 37px;
    opacity:1;
}

.btn-whitecurve:hover{
    opacity:0.8;
    color: #FFF;
    text-decoration: none;
    box-shadow: 0 6px 13px 0px rgba(0, 0, 0, 0.3);
}

.btn-grey-blue{
    color: #bcbfc4;
    background-color: #ecf0f3;
    border-radius: 4px;
    padding: 0px 32px;
    border: 1px solid #ecf0f3;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-weight: 300;
    font-size: 11px;
    height: 40px;
    text-align: center;
    line-height: 37px;
}

.btn-grey-blue:hover, .btn-grey-blue.activeHover{
    opacity:0.8;
    color: #FFF;
    text-decoration: none;
    background-color: #3594CC;
    border: 1px solid #3594CC;
    box-shadow: 0 6px 13px 0px rgba(0, 0, 0, 0.3);
}


.btn:active, .btn.active{
    box-shadow: none;
}
.square-rating {
    display: inline-block;
    padding: 8px;
    border: 1px solid #BCBFC4;
    border-radius: 4px;
    font-size: 16px;
    font-weight: lighter;
    color: #BCBFC4;
}
.modal-generic .modal-header {
    border: 0;
    padding-bottom: 0;
}

#hook_right_bar_tool_appuntamento .btn-small_appuntamento.edit_appuntamento_button{
    margin-bottom: 30px;
    margin-top: 20px;
}

/*tabella generale*/
thead th {
    color: #939599 !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 15px 15px 15px 30px;
}

.table td {
    font-size: 14px;
    color: #3a3d44;
    line-height: 23px;
    vertical-align: middle !important;
}

tr.odd {
    background-color: #f7fafc !important;
}

tr.even {
    background-color: #fff !important;
}

.table tbody tr.parent, .table_split tbody tr {
    border-top: 1px solid #E0E4E7 !important;
}

/*pagination tabelle*/
.pagination > li > a {
    color: #c9c9c9;
    background-color: transparent !important;
    border: none !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #3598d0;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #3598d0;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #c9c9c9;
}

/*no notifiche, no richieste ecc..*/
.nonot{
    padding-bottom: 30px;
    text-align: center;
}

.nonot h2{
    font-weight: 400;
    color: #CDDBEA;
    font-size: 28px;
}

.nonot img{
    width:80px;
}

.box-background-white{
    background-color: white;
}

/* box ricerca*/
.cerca input{
    display: inline-block;
    min-height: 40px;
    background-color: white;
    padding-right: 12px;
    margin: 0;
    margin-top: 0px;
    margin-top: 0px;
    border-radius: 4px;
    border: 1px solid #E0E4E7 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
}

.logo_my_bam img{
    padding: 24.5px 0px;
    width:83px;
}

.cerca {
    float: right;
}

.cerca img {
    width: 16px;
    margin-right: 12px;
}

.btn-blue:hover {
    background-color: #56a7d5;
    border: 1px solid #56a7d5;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 6px 13px 0px rgba(0, 0, 0, 0.3);
}

.btn-blue:focus, .btn-blue.active{
    background-color: #56a7d5;
    border: 1px solid #56a7d5;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 6px 13px 0px rgba(0, 0, 0, 0.3);
}

.btn-number{
    height:45px;
    height: 45px;
    color: #fff;
    background-color: #3594CC;
    border: 0;
    font-size: 18px;
    padding: 0 15px;
    width:41px;
}

.btn-number:hover, .btn-number:active, .btn-number:focus{
    background-color: #56a7d5;
    text-decoration: none;
    color: #fff;
}

.btn-default.disabled, .btn-default[disabled]{
    border: 1px solid #E0E4E7;
    color: #bcbfc4;
    width:41px;
    background-color: #3594CC;
}

.btn-blue-revert {
    color: #3594CC;
    background-color: #FFF;
    border-radius: 4px;
    padding: 0px 32px;
    border: 1px solid #3598d0;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 300;
    height:40px;
    width:135px;
    text-align: center;
    line-height: 37px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.btn-blue-revert.small{
    width: auto;
    display: inline-block;
    padding: 12px 25px;
    height: auto;
    line-height: 100%;
    text-transform: inherit;
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
}

.btn-blue-revert.active{
    background-color: #56a7d5;
    border: 1px solid #56a7d5;
    text-decoration: none;
    color: #fff;
}


.btn-blue-small:hover {
    background-color: #56a7d5;
    border: 1px solid #56a7d5;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 6px 13px 0px rgba(0, 0, 0, 0.3);
}

.btn-blue-revert:hover {
    color: #FFF;
    background-color: #3598d0;
    border: 1px solid #3598d0;
    text-decoration: none;
}


.btn-grey-revert {
    color: #BCBFC4;
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #E0E4E7;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 0px 32px;
    font-size: 11px;
    height:40px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 37px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;

}

.btn-grey-revert:hover {
    color: #939599;
    background-color: #fff;
    border: 1px solid #939599;
    text-decoration: none;
}

.btn-grey-revert-small {
    color: #939599;
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #E0E4E7;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 5px 20px;

}

.btn-grey-revert-small:hover {
    color: #939599;
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    text-decoration: none;
}

.btn-blue-small {
    color: #FFF;
    background-color: #3594CC;
    border-radius: 4px;
    border: 1px solid #3594CC;
    height: 35px;
    line-height: 33px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-size: 11px;
    box-shadow:  0 4px 11px 0px rgba(0, 0, 0, 0.3);
}

.btn-green {
    color: #FFF;
    background-color: #21b872;
    border-radius: 4px;
    padding: 5px 20px;
    border: 1px solid #21b872;
    letter-spacing: 1px;
    cursor: pointer;
}


.btn-square-blue {
    display: inline-block;
    background-color: #3594CC;
    border: 1px solid #3594CC;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: normal !important;
    cursor: pointer;
    border-radius: 4px;
}

.btn-square-blue:hover {
    background-color: #fff;
    color: #3594CC;
    border: 1px solid #3594CC;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 30px;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

#mn_relax_bank {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.label-price-button {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  /*  margin-top: 2px;*/
    /*margin-top: 1px;*/
    /*text-transform: uppercase;*/
    font-weight: 300;
    color: #C5C4C4;
}

.cont-price-button.bilancio {
    margin-left: 20px;
    position: relative;
    /*top: 12px;*/
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 16px;
    margin-bottom: 0;
    vertical-align: middle;
}

.switch .check_switch {
    display: none;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e0e4e7;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    z-index: 2;
    content: "";
    height: 18px;
    width: 18px;
    left: -5px;
    bottom: -1px;
    background-color: #bcbfc4;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: -1px 1px 2px #0006;
}

input:checked + .slider {
  /*  background-color: #3598d0;*/
    background-color: #e0e4e7;
}

input:focus + .slider {
    box-shadow: 0 0 1px #3594CC;
}

input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
    background-color: #3594CC;
    box-shadow: 1px 1px 2px #0006;
}

.check_switch {
    position: absolute;
    left: 6px;
    z-index: 1;
    top: 5px;
    color: #fff;
}

/* Rounded sliders */
.slider.round {
    border-radius: 50px;

}

.slider.round:before {
    border-radius: 50%;
}

@media screen and ( max-height: 500px ) {
    #mn_relax_bank {
        position: relative !important;;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

/* HEADER DASHBOARD */

.barrafissa {
    position: fixed;
    top:0;
    left:0;
    padding-left: 0 !important;
    z-index: 600;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);

}

#head_dash {
    height: 70px;
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1;
}

#logo_dash {
    height: 50px;
    position: absolute;
    top: 10px;
    left: 35px;
}

#head_dash h3 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    line-height: 70px;
    color: #666;
    font-family: 'Roboto';
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 300;
}

.link_logo_mob {
    display: none;
}

#head_dash h3 strong {
    font-weight: 500;
}

#head_dash .messages-menu svg path, #head_dash .tasks-menu svg path, #head_dash .notifications-menu svg path {
    fill: #C5C4C4;
}

#head_dash .notifications-menu:hover svg path{
    fill:#d5332a;
}

#head_dash .messages-menu a.current svg path {
    fill: #3598d0;
}

#logout {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 27px;
    margin-right: 35px;
}

#img_logout {
    width: 17px;
}

#img_notifica {
    display: inline-block;
    width: 17px;
}

.right_menu {
    margin-right: 15px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}


.red_icon {
    background-color: #d5332a;
}

.green_icon {
    background-color: #21bc72;
}

.blue_icon {
    background-color: #3598d0;
}

.red_text {
    color: #d5332a !important;
}

.green_text {
    color: #21bc72 !important;
}

.blue_text {
    color: #3594cc;
}

/* MENU RIGHT */

.menu_right {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.menu_right li {
    height: 60px;
    padding: 17.5px 0;
    position: relative;
    cursor: pointer;
}

.active_menu_dash {
    width: 5px;
    height: 60px;
    background-color: #3598d0;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.menu_right li:hover,
.menu_right li.active {
    background-color: #121414;
}

.menu_right li:hover > .active_menu_dash,
.active_menu_dash.active {
    display: block;
}

.menu_right li img {
    width: 25px;
    display: block;
    margin: 0 auto;
}

.tooltip.right {
    width: 130px;
    padding: 0 4px;
    font-size: 13px;
}

.tooltip.top {
    padding: 4px 0;
    margin-top: -3px;
    width: 80px;
}

/* HOOK */

.hook_right_title {
    /*background-color: #eceff1;*/
    width: 100%;
    padding: 15px 10px 5px 20px;
    padding-top: 15px;
   /* text-transform: uppercase;*/
    font-size: 16px;
    font-weight: 300;
}

.body_hook_right {
    padding-top: 0;
    padding-bottom: 12px;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 15px;
    text-align: left;
}

.hook_right_title span {
    background-color: #d5332a;
    padding: 3px 14px;
    margin-left: 5px;
    border-radius: 15px;
    color: #FFF;
}

.hook_full {
    width: 100%;
    padding: 20px 30px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.hook_blue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3594cc+0,1d70b3+100 */
    background: rgb(53, 148, 204); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(53, 148, 204, 1) 0%, rgba(29, 112, 179, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(53, 148, 204, 1) 0%, rgba(29, 112, 179, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(53, 148, 204, 1) 0%, rgba(29, 112, 179, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3594cc', endColorstr='#1d70b3', GradientType=1); /* IE6-9 fallback on horizontal gradient */

    border-radius: 15px;
}

#hook_right_bar_chat_personale, #hook_right_bar_scadenze, #hook_right_bar_notifiche{
    border-bottom: 1px solid #ededed;
}



/*finestra categorie*/
.et_cate {
    display: table;
    width: 100%;
    height: 100%;
}
.radio_img:before{
    font-size: 42px;
}

/*
.radio_img, .radio_img_lab, .radio_layout{
    display: table-cell;
    vertical-align: middle;
}
*/

.radio_layout{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;

}

.titoli_finestra {
    font-size: 16px;
    color: #3b3e44 !important;
    font-weight: 300 !important;
    padding-left: 15px;
    padding-right: 15px;
}

.stitolo_finestra{
    font-size: 12px;
    color: #bcbfc4;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.form-group #nome.form-control, .form-group #importo.form-control{

    margin-top: 10px;
    width:60%;

}

.form-group label[for="id_sub_categoria"], .form-group label[for="id_macro_categoria"]{
    padding-left: 15px;
}

.radio_img_lab{
    font-weight: 300;
}

.radio_layout:checked + .radio_img{
    color: #21bc72 !important;
}

.radio_layout:checked ~ .radio_img_lab{
    color: #3b3e44;
}

.radio_layout:hover {
    color: #000;
}


/* MODAL & BOOTBOX */

.warning-img{
    width: 45px;
    margin-bottom: 20px;
}

.close{
    font-weight: 400;
}
.modal-content {
    border-radius: 4px;
}

.modal-title {
    /*margin: 0;
    line-height: 3.429;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px !important;*/
    font-family: "Roboto";
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #3b3e44;
    text-align: left;
    padding-bottom: 0;
    text-transform: capitalize;

}

.modal .btn{
    width:135px;
}

.modal-header {
    border-bottom: 1px solid #E0E4E7;
    padding: 15px 20px;
}

.modal-content label {
    font-weight: normal;
    color: #878787;
}

.modal-content blockquote {
    font-size: 12px !important;
    padding: 10px !important;
    border-left: 0px;
    background-color: #eee;
}

.box-footer {
    text-align: center;
}

.box-footer {
    text-align: center;
    display: table;
    width: 100%;
    padding: 20px 0;
}
.modal-footer{
    border: 0;
}


/*modal cancellazione*/
.conferma-canc .bootbox-body {
    font-size: 14px;
    color: #939599;
    font-weight: 300;
    text-align: center;
}
.conferma-canc .modal-footer{
    text-align: center;
}
.conferma-canc .btn{
    width:135px;
}

.conferma-canc .modal-body{
    padding-top: 20px;
    padding-bottom: 10px;
}

.conferma-canc .modal-footer{
    padding-bottom: 20px;
    padding-top: 5px;

}
.conferma-canc .modal-footer .btn{
    margin:10px 15px;
}

/*modal generic*/
.modal-bam .bootbox-body {
    font-size: 16px;
    color: #939599;
    font-weight: 300;
}
.modal-bam .btn{
    width:190px;
}

.modal-bam .modal-body{
    padding-top: 15px;
    padding-bottom: 10px;
}

.modal-bam .modal-footer{
    padding-bottom: 30px;

}
.modal-bam .modal-footer .btn{
    margin:10px 15px;
}

.container_widget_right{
    background-color: #FFF;
    width: 100%;

}


    /*modal prendi appuntamento da finire*/
#form_tool_appuntament select{

}

#form_tool_appuntamento .form-group{
    margin: 0 0 15px 0px;
}


/*MODAL MODAL_ADD_INFO */
.modal_add_info_lg .titoli_finestra{
    padding: 0;
}

.modal_add_info_lg .box-footer{
    border:0
}

.modal_add_info_lg .modal-body{
    padding: 20px;
}



/*MODAL MODAL_ADD_TARGHE*/
.modal_add_targhe .modal-body{
    padding: 20px;
}

/*tooltip generic*/
.tooltip_generic {
    display: inline-block;
    cursor: pointer;

    padding-bottom: 7px;
    padding-top: 6px;
    padding-right: 5px;
    padding-left: 5px;
    height: 38px;
    width: 36px;
    margin-top: 5px;
}

.tooltip_generic[aria-describedby]{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2) !important;
}

.open_tooltip_generic{
    display: none;
    list-style: none;
}
.popover-content li{
    list-style: none;
}
.box_popover {
    display: inline-block;
    width: auto;
    position: relative;
}

.box_popover.right .popover {
    margin-top: 0px !important;
    min-width: 200px;
    text-align: right;
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2) !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 0px !important;
    border: none;
    left: auto !important;
    right: 0px !important;
}
.box_popover.right .popover.bottom > .arrow {
    display: none;
}

.grey_popover{
    position: relative;
}
.grey_popover .popover {
    margin-top: 0px !important;
    min-width: 200px;
    text-align: right;
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2) !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 0px !important;
    border: none;
    left: auto !important;
    right:0px !important;
}

.grey_popover .popover::before {
    position: absolute;
    content: '';
    top: -10px;
    right: 0;
    width: 36px;
    height: 10px;
    background-color: #fff;
}

.grey_popover .popover .popover-content {
    padding: 0px !important;
}
.grey_popover .popover li {
    padding: 15px;
    border-bottom: 1px solid #e0e4e7;
    list-style: none;
}
.grey_popover .popover li:last-child {
    border: none;
}
.grey_popover .popover .arrow{
    display: none !important;
}

.li_fx_dashboard{
    padding: 10px !important;
    display: table;
    width: 100%;
}

.fx_dashboard_text, .fx_dashboard_check{
    display: table-cell;
    vertical-align: middle;
}
.fx_dashboard_check{
    width: 20%;
}

select {
    padding: 8px 12px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #E0E4E7 !important;
    background: transparent url("../../img/dashboard/select_arrow.png") no-repeat 95% center !important;
    cursor: pointer;
    background-size: 12px !important;
    height: 40px;
    border-radius: 4px;
    color: #3B3E44;
}
.custom_checkbox {
    display: inline-block;
    cursor: pointer;
    margin: 0 !important;
    font-weight: normal;
}
.custom_checkbox.disabled {
    opacity: 0.4;
}
.custom_checkbox input {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

/*menu occhio */
.custom_checkbox input + span {
    background: url("../../img/area-riservata/sprite_checkbox.png") 0 0;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.custom_checkbox input:checked + span {
    background-position: 0 -60px;
}


.custom_checkbox input + span:hover {
    background-position-y: -30px;
}

.custom_checkbox input:checked + span:hover {
    background-position-y: -90px;
}

.custom_checkbox.disabled input + span:hover{
    background-position: 0 -60px;
}


.box_ricerca{
    height: 40px;
    background-image: url('./../../img/icone/search.svg');
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right:12px;
    font-weight: 300;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position-y: 50%;
    background-position-x: 12px;
    box-shadow: none ;
    border: 1px solid #E0E4E7;
    border-radius: 4px;
    width: 100%;
}

.box_ricerca:focus, .box_ricerca:active{
    padding-left: 12px;
    background-position-x: -50px;
}

.etichetta_checkbox{
    vertical-align: middle;
    margin: 0;
    font-weight: 300 !important;
    color: #939599;
    padding-left: 10px;
}

.form-control:focus{
    border: 1px solid #E0E4E7;
}

.form-control{
    border: 1px solid #E0E4E7;
    border-radius: 4px;
    color: #3B3E44;
}

.select_radius {
    display: inline-block;
    min-height: 40px;
    border: none;
    background-color: white;
    padding: 10px;
    padding-right: 45px;
    margin: 0;
    border-radius: 4px;
    height: 40px;
    background-position-y: 13px;
    background-position-x: 95%;
}

.full-circle {
    border: 1px solid #333;
    height: 45px;
    width: 46px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 12px;
    text-align: center;
    display: inline-block;
}

.ed-box-step .full-circle {
    margin-right: 15px;
    border: 1px solid #e0e4e7;
    color: #939599;
}

.ed-box-container {
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ed-box-container-step {
    position: relative;
    width: 100%;
    display: inline-block;
}

.ed-box-step {
    background-color: #F7FAFC;
    text-align: center;
    padding: 20px;
}
.ed-box-step:first-of-type{
    border-top-left-radius: 4px;
}


.ed-box-step:last-of-type{
    border-top-right-radius: 4px;
}

.ed-container-box-step {
    position: relative;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    margin-top: -5px;
    display: table;
}

.ed-container-box-step .custom_checkbox{
    display: table-cell;
    vertical-align: middle;
}

.ed-container-box-step .etichetta_checkbox{
    display: table-cell;
    vertical-align: middle;
}

.ed-container-box-step .btn-grey-revert {
    width: 135px;
    display: inline-block;
    text-align: center;
}

.ed-container-box-step .torna-dash{
    width:auto !important;
}

.ed-box-container, .ed-container-box-step{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ed-title-step {
    color: #8a8a8a;
}

.active.ed-box-step {
    background-color: #3594CC;
}

.active.ed-box-step .full-circle {
    margin-right: 15px;
    border: 1px solid #fff;
    color: #fff;
}

.active.ed-box-step .ed-title-step {
    color: #fff;
}

.ed-container-box-footer {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ed-box-next-step {
    position: relative;
    float: right;
}

.form-input, .form-select{
    height: 40px;
    font-weight: 300;
    color: #3B3E44;
}

.form-input, .form-select, .form-textarea {
    position: relative;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #E0E4E7;
    border-radius: 4px;
}
.form-input.space-icon {
    padding-left: 28px;
}

.form-input.big-edit{
    padding: 8px;
    height: 50px;
}
.form_box .icon_input {
    position: absolute;
    left: 10px;
    top: 19px;
    width: 12px;
    z-index: 1;
    margin: auto;
}
.form_box .icon_input img {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.form-textarea {
    resize: none;
}

.form-box {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.form-control{
    height: 40px;
}
.label_group {
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 300 !important;
    color: #bcbfc4 !important;
}

.container-custom-radio-icone {
    margin: 15px 0;
}

.box-custom-radio-icone {
    /*margin-bottom: 20px;*/
    height: 120px;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.paddinglr30 {
    padding-right: 30px;
    padding-left: 30px;
}

.paddinglr20 {
    padding-right: 20px;
    padding-left: 20px;
}

.h1_standard {
    font-size: 22px;
    padding: 20px 0;
    color: #575756;
    font-weight: 300;
}

.h2_standard {
    font-size: 22px;
    padding: 20px 0;
    color: #575756;
    font-weight: 800;
    margin: 0;
}

.color_grey_bam {
    color: #939599;
}

.color_blue_bam {
    color: #3598d0;
}

.text-italic {
    font-style: italic;
}

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

.text-bold {
    font-weight: bold !important;
}

.no-border {
    border: none !important;
}

.full-width {
    width: 100%;
}

.disable_button {
    opacity: 0.5;
    cursor: not-allowed;
}
.circle_button_blue{
    background-color: #3598d0;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    height: 40px;
    line-height: 37px;
    text-align: center;
}

.circle_button_blue .fa{
    margin-top: 10px;
}
.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    min-height: 36px;
    border: 1px solid #E0E4E7 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    min-height: 36px;
    line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

.div_ultimi_aggiornamento_text {
    position: relative;
    color: #BCBFC4;
    width: 100%;
    display: inline-block;
    padding-left: 30px;
    padding-top: 12px;
    font-size: 12px;
}
.div_ultimi_aggiornamento_text.last_noupgrade_relax {
    color: #d5332a;
    font-size: 13px;
}

.container_white {
    display: inline-block;
    width: 100%;
    background-color: white;
}

#loader_infinite_scroll, #loader_infinite_scroll_social, .loader_infinite_scroll, #loader_infinite_scroll_esterno {
    height: 0;
    overflow: hidden;
    line-height: 60px;
    text-align: center;
    color: #9d9d9d;
}

#loader_infinite_scroll img, #loader_infinite_scroll_social img, .loader_infinite_scroll img, #loader_infinite_scroll_esterno img {
    width: 25px;
    margin-right: 15px;
}

#loader_infinite_scroll.active, #loader_infinite_scroll_social.active, .loader_infinite_scroll.active, #loader_infinite_scroll_esterno.active {
    height: 60px;
}

.icon_image_menu {
    width: 20px;
}

#show_right_menu_sidebar.noshow, #show_left_menu_sidebar.noshow {
    display: none;
}

.radius_dash {
    border-radius: 4px;
}

.radius_dash_bot {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.radius_dash_top {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ombre_dash {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

/*RESPONSIVE DASHBOARD*/
#menu_dashmobile {
    display: none;
    width: 100%;
    background-color: #1d1d1b;
    /*padding: 20px;*/
    padding: 13px;
    text-align: center;
    cursor: pointer;
}

#menu_dashmobile img {
    width: 25px;
}

.filter_mobile_headbox {
    display: none;
    width: 100%;
    padding: 0px;
    text-align: center;
    border-bottom: 1px solid #e0e4e7;
    background-color: #fff;
}

.filter_mobile_headbox.saldo_conto_c{
    padding-top: 0 !important;
}

.saldo_conto_c .graph_before_filter_mobile{
    margin-top: 0;
    padding: 10px;
}

.saldo_conto_c .first_bloc_boxrepsaldo{
    padding: 0;
    border: 0;
}



.saldo_conto_c .saldo_conto_graph{
    margin-top: 0;
}

.fx_headbox {
    color: #c5c4c4;
    font-weight: bold;
    margin-right: 40px;
    margin-left: 40px;
    cursor: pointer;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 12px;
}

.fx_headbox.active {
    border-bottom: 3px solid #3598d0;
    color: #3b3e44;
}

.container_boxhead {
    position: relative;
    width: 100%;
    display: inline-block;
}

.container_fullpage{
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 20px;
}
.container_fullpage.more_padding, .content_catalogo_premi.more_padding{
    padding: 40px;
}
#content_box_head_1 {
    padding-left: 30px;
}

#content_box_head_2 {
    position: relative;
    top: 0;
    right: 0;
    padding-right: 30px;
}

#block_left_calendar {
    padding-left: 30px;
}

#block_right_calendar {
    padding-right: 30px;
}

#block_right_calendar > .col-md-12, #block_right_calendar > .col-lg-12 {
    padding: 0 !important;
}

#end_dashboardpost {
    width: 100%;
    display: inline-block;
    padding: 30px 15px 6px 2px;
    text-align: center;
}

.text_menu_mobile {
    display: none;
    color: #868686;
    position: relative;
    top: 3px;
    margin-left: 8px;
    text-transform: uppercase;
}
.text_menu_mobile.text_menu_ememory {
    text-transform: inherit;
}

.menu_right li.active .text_menu_mobile {
    color: white;
}

.title_default_page {
    font-size: 20px;
    color: #3B3E44;
    line-height: 34px;
    margin-top: 0px;
    font-weight: 300;
    margin-bottom: 0px;
}

.h4_title{
    font-size: 16px;
    font-weight: 300;
    color: #3b3e44;
    font-family: "Roboto";
    margin: 0;
}

#div-grafico-mutui .h4_title{
    padding-left: 20px;

}

.dark_popover .popover {
    background-color: #303133;
    border-radius: 4px;
}
.dark_popover .popover.top > .arrow::after {
    border-top-color: #303133 !important;
}
.dark_popover .popover-content{
    padding: 0;
}


.popover.bottom > .arrow::after{
    border-bottom-color: #303133;

}
.title_popover{
    display: inline-block;
    width: 100%;
    color: white;
    padding: 12px;
}
.li_pr_menu {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 12px;
    min-width: 170px;
}
.li_pr_menu:hover{
    background-color: #343638;
}
.li_pr_menu:hover span{
    color: white;
}
.li_pr_menu.active{
    background-color: #343638;
}
.li_pr_menu.active span{
    color: white;
}
.li_pr_menu img {
   /* width: 20px;*/
    display: inline-block;
    vertical-align: middle;
}
.li_pr_menu span {
    display: inline-block;
    vertical-align: middle;
    color: #939599;
    font-weight: 300;
    margin-left: 15px;
}

.bootbox-body .box_insert_send{
    float: none;
    display: inline-block;
    margin-left: 15px;
}

/*page choice*/
.container_choice {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.box_choice {
    display: inline-block;
    margin: 0 auto;
    width: 80%;
    max-width: 600px;
    background-color: white;
    padding: 50px;
}
.box_choice h1 {
    font-size: 18px;
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: lighter;
}
.btn-choice-login{
    width: 100%;
    margin-bottom: 18px;
}
.box-checkbox-choice{
    text-align: left;
    margin-top: 10px;
}
.box-checkbox-choice label{
    margin-left: 10px;
    font-weight: lighter;
    font-size: 13px;
}
/*page choice*/

@media screen and (min-width: 1920px) {
    #menu_dash {
        width: 240px;
    }

    .body_dash {
        padding-left: 240px;
    }

    .menu_right li img {
        display: inline-block;
        margin-left: 12px;
    }

    .text_menu_mobile {
        display: inline-block;
    }

    .text_menu_mobile {
        font-size: 12px;
    }

    .tooltip.fade.right.in {
        display: none !important;
    }

    .container_boxhead, .div_ultimi_aggiornamento_text {
        display: block;
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1550px){
    /*.agg{
        margin-left: 15px !important;
    }
    .mess{
        margin-right: 15px !important;
    }*/
}

@media screen and (max-width: 1550px){
    .agg, .mess, .rif{
        padding: 0 18px;
        width: auto;
    }

    /*.agg{
        margin-left: 10px !important;
    }
    .mess{
        margin-right: 10px !important;
    }*/
}

@media screen and (max-width: 1300px) {

    #main_content_dash {
        padding-right: 0;
    }

    #hook_right_bar_dash {
        right: -300px;
      /*  position: absolute;
        top: 0 !important;*/
        height: 100%;
        overflow-y: auto;
    }
    #hook_right_bar_dash.show_mobile{
        top:70px;
    }
    #show_right {
        display: inline-block;
    }

    #show_right_menu_sidebar svg path {
        fill: #3598d0 !important;
    }
}

@media screen and (max-width: 1199px) {
    .hide_boxhead {
        opacity: 0;
        display: none;
        visibility: hidden;

    }

    #block_left_calendar {
        padding: 0 30px;
    }

    #block_right_calendar {
        padding: 0 30px;
    }

    #content_box_head_2 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .filter_mobile_headbox {
        display: inline-block;
    }

    #content_box_head_1 {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .div_ultimi_aggiornamento_text{
        padding-top: 15px;
        padding-left:30px;
        padding-right: 30px;
    }

    #block_left_calendar, #block_right_calendar {
        position: relative;
        top: auto !important;
        right: auto !important;
    }

    #content_box_head_2 {
        position: relative;
        top: auto !important;
        right: auto !important;
        margin-top: 0px !important;
    }

    #content_box_head_1 {
        position: relative;
        top: auto !important;
        right: auto !important;
        margin-top: 0px !important;
    }

    .div_ultimi_aggiornamento_text {
        /*display: none;*/

    }
    .extract_url{
        margin-top: 15px !important;
    }

    .content_box_head.fade_boxhead {
        opacity: 1;
        visibility: visible;
    }
}



@media screen and (max-width: 920px) {
    .ed-title-step{
        display: none;
    }
}

@media screen and (min-width: 481px) and (max-width: 991px){
    .navbar-custom-menu .navbar-nav > li > a{
        padding: 25px 20px 21px !important;
    }
}

@media screen and (max-width: 800px) {

    .saldo_conto_c .first_bloc_boxrepsaldo {
        margin: 0 !important;
    }
    #hook_right_bar_dash.show_mobile{
        top:116px;
    }
    .profilo-persona{
        padding: 0 !important;
    }
    .profilo-persona .col-md-7, .profilo-persona .col-md-5{
        padding: 0 10px !important;
    }

    .profilo-persona .col-md-5{
        width: 100%;
        text-align: center;
        background-color: #fff;
    }
    .agg, .mess, .rif{
        height: 35px;
        line-height: 33px;
        /*width: calc(50% - 20px);
        margin: 0 10px;*/
    }

    .box-custom-radio-icone{
        padding: 0 10px 0 15px;
        height:98px;
    }
    #tr_id_macro_categoria .paddinglr30, #tr_id_icona .paddinglr30, #tr_nome .paddinglr30{
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo_my_bam{
        text-align: left !important;
        padding-left: 60px;
    }
    .logo_my_bam img{
        padding: 25.5px 0px;
        width: 75px;
    }

    .ed-box-step{
        padding: 10px;

    }
    .full-circle{
        height: 37px;
        width:38px;
        padding: 8px;
        margin-right: 0px !important;
    }
    .menu_right li{
        height: 60px;
        padding: 15.5px 0;
    }
    .active_menu_dash{
        height:60px;
    }
    .label-price-button{
        color: #878787;
    }
    .navbar-custom-menu .navbar-nav > li > a{
        padding: 25px 12px 21px;
    }
    #logo_dash{
        height: 30px;
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -15px;
    }
    .link_logo_mob{
        position: absolute;
        height: 100%;
        top: 0;
        left: 10px;
        width: 140px;
        display: block;
        z-index:100;
    }
    .switch{
        height: 19px;
        width: 38px;

    }
    .slider:before{
        height: 19px;
        width: 19px;
        left: 1px;
        margin-left: -2px;
        top: 0px;
    }
    .label-price-button{
        font-size: 12px;
    }
   /* #content_box_head_1 {
        padding-right: 30px;
    }

    #content_box_head_2 {
        padding-left: 30px;
    }*/

    #menu_dashmobile {
        display: block;
    }

    .text_menu_mobile {
        display: inline-block;
    }

    .menu_right li img {
        display: inline-block;
    }

    .menu_right li {
        text-align: left;
        padding-left: 5%;
    }

    #h3areariservata {
        /*display: none;*/
        padding-left: 58px;
    }


    #head_dash h3 {
        text-align: left;
        font-size: 18px;

    }

    #menu_dash {
        position: fixed;
        width: 100%;
        top: 116px ;
        height: auto ;
        display: none;
    }

    .body_dash {
        padding-left: 0;

    }
    .body_dash_central{
        margin-top: 116px;
    }

    #mn_relax_bank {
        position: relative;
    }

    #menu_dash.active {
        display: block;
    }


}



@media screen and (max-width: 480px){
    .etichetta_checkbox{
        font-size: 12px;
    }
    .txtDossier{
        font-size: 10px;
    }
    select{
        font-size: 12px;
    }
    #div-grafico-mutui .paddinglr30{
        padding-left: 20px;
        padding-right: 20px;
    }
    #div-grafico-mutui .h4_title{
        padding-left: 20px;
    }
    #content_box_head_1, #content_box_head_2{
        padding-left: 15px;
        padding-right: 15px;
    }
    .add-margin-top-hook{
        margin-top: 20px;
    }
    .text_menu_mobile{
        font-size: 12px;
    }
    #cmb-grafico-mutui{
        width:100% !important;
    }
    .active_menu_dash {
        height: 45px;
    }
    .menu_right li{
        height: 45px;
        padding: 10px 0;
        padding-left: 5%;
    }

    .div_ultimi_aggiornamento_text{
     padding-left: 20px;
        padding-right: 20px;
    }

    .box_choice {
        display: inline-block;
        margin: 0 auto;
        width: 80%;
        max-width: 600px;
        background-color: white;
        padding: 25px;
    }

    .btn-choice-login {
        width: 100%;
        margin-bottom: 18px;
        white-space: normal;
        height: auto;
        line-height: 35px;
        min-height: 40px;
        font-size: 10px;
    }

}

@media screen and (max-width: 360px){
    .cs-skin-border > span{
        font-size: 15px !important;
    }
    .ed-container-box-step{
        padding: 10px;
    }
    .label-price-button{
        font-size: 11px;
        display: block;
        margin:0;
    }
    .logo_my_bam {
        /*padding-left: 55px;*/
        padding-left: 45px;
    }

    #logo_dash {
        left: 5px;
    }

    .link_logo_mob {
        width: 115px;
    }

    .navbar-custom-menu .navbar-nav > li > a {
        padding-right: 10px;
        padding-left: 10px;
    }

    .btn-choice-login {
        line-height: 23px;
    }
}

@media screen and (min-width: 360px) and (max-width: 800px){
    .col-xs-6.box-custom-radio-icone{
        width: 33.3%;
    }
}

@media screen and (max-height: 768px) and (min-width:801px) and (max-width: 1920px){
    #mn_relax_bank{
        position: relative;
    }
    .menu_right li{
        height: 60px;
        padding: 15.5px 0;
    }
    .active_menu_dash{
        height: 60px;
    }
}

@media screen and (max-height: 640px) and (min-width:801px) and (max-width: 1920px){
    .menu_right li{
        height: 50px;
        padding: 10px 0;
    }
    .active_menu_dash{
        height: 50px;
    }
}

@media screen and (max-height: 580px) and (min-width:801px) and (max-width: 1920px){
    .menu_right li{
        height: 48px;
        padding: 10px 0;
    }
    .active_menu_dash{
        height: 48px;
    }
}

@media screen and (max-height: 480px) and (min-width:801px) and (max-width: 1920px){
    .menu_right li{
        height: 46px;
        padding: 10px 0;
    }
    .active_menu_dash{
        height: 46px;
    }
}