﻿@font-face {
    font-family: rsfont;
    src: url('/Content/fonts/calibri.woff');
}

@font-face {
    font-family: rs_bold;
    src: url('/Content/fonts/calibrib.woff');
}

body {
    font-family: 'rsfont', sans-serif;
    font-size: 14px;
}


.no_select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hidden {
    display: none;
}

.space {
    display: inline-block;
    width: 20px;
}

.mr10 {
    margin-right: 10px;
}

.br {
}

.a_right {
    text-align: right;
}

.a_left {
    text-align: left;
}

.a_center
{
    text-align:center;
}

.grid_btn
{
    cursor:pointer;
}

.selected_thumb {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px #00ff00 solid;
}

#header_main_container {
    height: 100px;
    width: 1024px;
    margin: 0 auto;
}

#menu_container {
    margin-top: 20px;
}

#menu_user_data {
    float: right;
    padding-top: 8px;
}

.user_image {
    background-image: url(images/utente.png);
    width: 25px;
    height: 25px;
    float: right;
}

.form_input_container {
    /*width:670px;*/
    /*background-color: #e0e0e0;*/
    /*padding: 10px;*/
    overflow: hidden;
    margin-bottom: 20px;
}

.form_title {
    color: #E52712;
    font-size: 2em;
}

.form_section {
    overflow: hidden;
    margin-bottom: 20px;
}

.form_input_set {
    float: left;
}

.form_check_set {
    display: inline-block;
    width: 118px;
}

.form_input_container .input_large {
    width: 280px;
    height: 30px;
    /*border: 1px solid #e0e0e0;*/
    border: 1px solid #000;
    border-radius: 5px;
    padding-left: 20px;
    margin: 5px;
    float: left;
    clear: left;
}

.form_input_container .select_large {
    width: 305px;
    height: 34px;
    /*border: 1px solid #e0e0e0;*/
    border: 1px solid #000;
    border-radius: 5px;
    padding-left: 20px;
    margin: 5px;
    float: left;
    clear: left;
}

.label_regForm{
    float:left;
    margin-left:5px;
}

.input_error::placeholder {
    color: red;
    font-style: italic;
}

.form_input_container .input_large::placeholder {
    font-style: italic;
}

.form_input_container .input_medium {
    width: 250px;
    height: 20px;
    /*border: 1px solid #e0e0e0;*/
    border: 1px solid #000;
    border-radius: 5px;
    padding-left: 10px;
    margin: 0 0 3px 0;
}

.input_small {
    width: 150px;
    height: 18px;
    border-radius: 5px;
    padding-left: 10px;
    border: 1px solid #e0e0e0;
}

.select_medium {
    width: 200px;
    padding: 1px 2px 1px 2px;
}

.input_label {
    margin-left: 3px;
    
}

.form_input_container .check_label {
    margin-left: 3px;
    font-size: 0.8em;
    position: relative;
    top: -2px;
}

.input_area_title {
    font-weight: bold;
    margin-bottom: 10px;
}

.form_input_container input[type=checkbox] {
    /*width:20px;
    height:20px;*/
    transform: scale(1.5);
}

    .form_input_container input[type=checkbox]:focus {
        outline: 0;
    }

#errors_box {
    color: #f00;
}

input:read-only{
    background-color:#ccc;
}

#partner_logo
{
    float:right;
    text-align:right;
    margin-right:70px;
    height:110px;
    width:300px;
    overflow:hidden;
    margin-top:-20px;
}

#quotation_summary {
    color: #333;
    float: right;
    width: 260px;
    clear: right;
    margin: 5px 0;
}

#section {
    width: 1000px;
    margin: 30px auto 0 auto;
    padding-top: 10px;
}

#titolo {
    padding: 5px 0;
    background-color: #E52712;
    color: #fff;
    text-align: center;
    margin: 30px auto 0 auto;
    text-transform: uppercase;
}

.titolo {
    font-size: 24px;
    font-weight: bold;
}

#row {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

#box_CF {
    position: relative;
    width: 30%;
    height: 300px;
    line-height: 300px;
    padding: 0 10px;
    margin: 0 2.5px;
    display: inline-block;
    text-align: center;
    border: solid 3px #ccc;
    font-size:16px;
}

.span_CF {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.span_CF_TITLE {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size:20px;
    margin:20px 0 40px 0;
}

/* PANNELLO ADMIN < */
#orders_grid, #users_grid {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px;
}

    #orders_grid tbody tr td, #users_grid tbody tr td {
        padding: 0 7px 0 7px;
    }

#admin_menu {
    overflow: hidden;
}

#orders_searching {
    overflow: hidden;
    margin-bottom: 10px;
}



/* > PANNELLO ADMIN */

/* RIEPILOGO ORDINE < */

#summary_detail {margin-top:20px;}
#summary_detail table {border-collapse:collapse;}
#summary_detail table tbody tr td, #summary_detail table thead tr th
{
    padding:5px;
}
#summary_header table tr td { border-bottom:1px #ccc solid;}
#summary_header table tr td:last-child {text-align:right;}


/* > RIEPILOGO ORDINE */

/* FORM PAYPAL < */

.zoid-visible {
    height: 400px;
}

#paypal_success_msg {
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}

/* > FORM PAYPAL */

/* < PROVA MENU SCORREVOLE */

.f-nav {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 8px;
}

.header_scroll {
    background: #fff;
    width: 100%;
}

/* PROVA MENU SCORREVOLE > */


/* FOOTER */

#footer_container {
    width: 100%;
}

.sfondo_rosso {
    background: #E52712;
    height: 150px;
    margin-top: 20px;
}

#footer_section {
    width: 1024px;
    margin: 0 auto;
    color: #fff;
}

#footer_piva {
    padding-top: 100px;
    text-align: center;
}

#footer_policy {
    padding-top: 20px;
    float: left;
    width: 100%;
}

.policy {
    text-decoration: none;
    color: #000;
    background: #fff;
    margin-right: 10px;
    border-radius: 18px;
    padding: 2px 10px;
    width: 100px;
}

#footer_link {
    float: right;
    display: inline-block;
}

.link_fb {
    text-decoration: none;
    color: #000;
    background-image: url(images/facebook.png);
    margin-left: 10px;
    width: 25px;
    height: 25px;
    float: left;
}

.link_instagram {
    text-decoration: none;
    color: #000;
    background-image: url(images/instagram.png);
    margin-left: 10px;
    width: 25px;
    height: 25px;
    float: left;
}

.link_linkedin {
    text-decoration: none;
    color: #000;
    background-image: url(images/linkedin.png);
    margin-left: 10px;
    width: 25px;
    height: 25px;
    float: left;
}

/* FOOTER */

/* VIRTUALTOUR */
.virtualtour_box{
    margin:10px;
    float:left;
}


/* */

#errors_box{
    width:1014px;
    margin:0 auto 20px auto;
}


/* rooms settings < */

.roomset_input{
    margin-top:40px;
}

.thumb_box
{
    width:100px;
}

btn_room_set, selected_set_prev {
}

room_floor, selected_floor_prev{ }

room_wall_type, selected_wall_prev{ }

/* > rooms settings */


/* recuoero e modifica psw */
.psw_dimenticata{
    overflow:hidden;
    width:1024px;
    margin:0 auto;
}

.psw_dimenticata_title {
    font-size: 20px;
    color: #E52712;
    margin: 0 auto;
    width:200px;
    font-weight:bold;
}

.psw_dimenticata_data_box_div{
    margin-bottom:10px;
}
/* recuoero e modifica psw */