﻿
    body {
        background-image: url('../Images/bg.jpg');
        background-repeat: repeat-x;
        font-size:14px; 
        margin: 0;
        font-family: Arial;
        background-color:#F7F7F7;
    }

    #main {
        width: 900px;
        margin: 0 auto;
    }

    #header {
        width: 100%;
        height: 140px;
        position: relative;
    }

    #site-title {
        float: left;
        margin: 10px 0 0 5px;
        width: 600px;
    }

        #site-title a {
            float: left;
        }

        #site-title h1 {
            background-image: url('../Images/separator.jpg');
            background-repeat: no-repeat;
            font-size: 18px;
            font-style: italic;
            font-weight: bold;
            color: #036BB2;
            padding-left: 15px;
            padding-top: 15px;
            float: left;
            height: 85px;
        }

    #btnLogout1 {
        float: right;
        padding:5px;
        border: none;
        cursor: pointer;
        background-color:#036BB2;
        border-radius:3px;
        color:#fff;
        margin-top: 10px;
        font-size:11px;
    }
        #btnLogout1:hover {
            text-decoration: none;
        }

    #pacotes {
        float: right;
        margin-top: 15px;
    }


    #content {
        width: 900px;
        height: auto;
        min-height: 300px;
    }


    .page-title {
        padding-bottom: 5px;
        margin: 20px 0 10px 10px;
        border-bottom: 1px solid #eee;
        color: #016DB5;
        font-size:20px;
        font-weight:bold;
        float: left;
        width: 790px;
    }
    .contentin {
        width: 880px;
        margin:10px;
        float:left;
        border: 1px solid #b7b7b7;
        padding: 6px;
        border-radius:5px;
    }
        .contentin .contentin-title {
            margin: 6px;
            width:846px;
            color: #016DB5;
            font-weight: bold;
            text-align:center;
            border-radius: 4px;
            padding: 5px 0;
        } 

    .booking-data {
        color:#635C5C;
        width:250px;
        margin:6px 15px;
        float:left;
    }

    .guest-list {
        width:100%;
        /*border:1px solid gray;*/
        border-radius:5px;
        float:left;
        /*margin:15px 0;*/
    }

    .gues-list-type {
        width: 600px;
        font-weight: bold;
        float: left;
        margin: 3px 5px;
        font-size: 13px;
    }

    .gues-list-type-long {
        width: 600px;
        font-weight: bold;
        float: left;
        margin: 3px 5px;
        font-size: 13px;
    }

     .guest-list-item-name{
        width: 600px;
    }

    .guest-list-item-total{
        width: 100px;
        margin-left: 40px;
    }

    .guest-list-item-extract{
        width: 60px;
        margin-left: 25px;
    }

    .total-confirmation {
        float: left;
        width: 100%;
        margin: 12px 0;
        padding-left: 5px;
        font-size: 16px;
    }

    #ContentPlaceHolder1_divExtract {
        position: fixed;
        z-index: 500;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 10px;
        width: 830px;
        margin: 10px 0 0 40px;
        max-height:500px;
        overflow:auto;
        font-size:12px;
    }
        #ContentPlaceHolder1_divExtract table {
            margin:5px auto 15px;
        }

        #ContentPlaceHolder1_divExtract table tr th {
            padding:5px;
            border:1px solid #E9E9EA;
        }

        #ContentPlaceHolder1_divExtract table tr td {
            padding:2px 5px;
            border:1px solid #E9E9EA;   
        }
        #ContentPlaceHolder1_divExtract img {
            cursor:pointer;
            float:right;
            margin:5px 5px 0 0;
        }

        #ContentPlaceHolder1_divExtract h4 {
            margin: 5px;
            color: #016DB5;
            font-weight: bold;
            text-align: center;
        }

    #divExtract {
        position: fixed;
        z-index: 500;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 10px;
        width: 830px;
        margin: 10px 0 0 40px;
        max-height:500px;
        overflow:auto;
        font-size:12px;
    }
        #divExtract table {
            margin:5px auto 15px;
        }

        #divExtract table tr th {
            padding:5px;
            border:1px solid #E9E9EA;
        }

        #divExtract table tr td {
            padding:2px 5px;
            border:1px solid #E9E9EA;   
        }
        #divExtract img {
                cursor: pointer;
                /* float: right; */
                margin: -14px 0px 0 810px;
                z-index: 555;
                position: fixed;
                height: 30px;
        }

        #divExtract h4 {
            margin: 5px;
            color: #016DB5;
            font-weight: bold;
            text-align: center;
        }

    .col-date{width:80px}
    .col-hour{width:70px}
    .col-product{width:250px}
    .col-quantity{width:40px}
    .col-value{width:90px}
    .col-total{width:90px}
    .col-pdv{width:100px}

.logout {
    float: right;
    padding: 5px;
    border: none;
    cursor: pointer;
    background-color: #036BB2;
    border-radius: 3px;
    color: #fff;
    margin-top: 10px;
    font-size: 11px;
}

    #divBackground {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: gray;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
        filter: alpha(opacity=20); /* IE 5-7 */
        -moz-opacity: 0.2; /* Netscape */
        -khtml-opacity: 0.2; /* Safari 1.x */
        opacity: 0.5; /* Good browsers */
        z-index: 100;
    }

    .divBackground2 {
        position: fixed;
        width: 200%;
        height: 200%;
        top:-100%;
        left:-100%;
        background-color: gray;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
        filter: alpha(opacity=70); /* IE 5-7 */
        -moz-opacity: 0.7; /* Netscape */
        -khtml-opacity: 0.7; /* Safari 1.x */
        opacity: 0.7; /* Good browsers */
        z-index: 100;
        overflow-y:hidden;
    }

    .oferflow-hidden{overflow-y:hidden;}

    .selected-guests {
        margin: 6px;
        width: 650px;
        color: #515151;
        font-weight: bold;
        float:left;
    }

    .subtotal {
        margin: 6px 6px 6px 42px;
        width: 140px;
        color: #515151;
        font-weight: bold;
        float:left;
    }

    .item-guest {
        border:1px solid gray;
        border-radius:3px;
        background-color:#fff;
        float:left;
        padding:6px;
    }

    .name-guest-long {
        width: 722px;
        margin:3px 6px; 
    }

    .name-guest {
        width: 600px;
        margin:3px 6px; 
    }

    .value-guest {
        width: 100px;
        margin:3px 0 3px 19px;
    }

    .subtotal-guest {
        width:100px;
        margin:3px 0 3px 25px; 
    }

    .total-guest {
        width:100%;
        float:right;
        margin:10px 5px; 
        font-weight:bold;
        text-align:right;
        font-size:20px;
        color: #515151;
    }

    .label-total-value{
        float:left; width:100%; margin:12px 0; padding-left:5px; font-size:16px; 
    }

    .btn-payment-booking{
        float: right;
        margin: 0 15px 10px 0;
        font-size: 16px;
    }

    .contentin-pay {
        width: 460px;
        margin:10px 0 10px 205px;
        float:left;
        border: 1px solid #b7b7b7;
        padding: 6px;
        border-radius:5px;
    }

    .contentin-pay table{margin:0 auto;}

        .contentin-pay .labels{ margin-left:5px; }

        .contentin-pay .value-group-name{width:300px; font-size:16px; text-align:center;}

        .contentin-pay .value-group{width:100px; font-size:16px; text-align:center;}

        .contentin-pay .labelsgroup {float:left; width:100%; margin:12px 0; padding-left:5px;        }

        .contentin-pay .labelsgroup td {padding:3px; text-align:center;       }

        .contentin-pay .label-group{font-size:16px; text-align:center;}
    
    .c-title {
        margin: 5px;
        width: 440px;
        color: #016DB5;
        font-weight: bold;
        float: left;
    }

    .c-cielo {
        width: 100%;
        float: left;
        padding-top: 5px;
    }

       
        .c-cielo .t {
            float: left;
            margin: 0 5px;
            width: 85px;
            height: 60px;
            border: 1px solid #E9E9EA;
            margin-top: 3px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .c-cielo .t .in {
                float: left;
                height: 40px;
                padding-top: 20px;
                width: 15px;
            }

            .c-cielo .t .im {
                float: left;
                height: 60px;
                width: 60px;
            }


        .c-cielo input[type=radio] {
            font: 12px/15px Arial, Helvetica, sans-serif;
            vertical-align: middle;
            color: #2f2f2f;
        }

    .pay-card-box {
        margin: 2px;
        float: left;
        width: 70px;
        min-height: 50px;
        padding: 4px;
    }


    



    /* LOGIN PAGE */
    /**************************************************/

    #login {
        margin: 74px 0 70px 280px;
        /*background-image: url('../Images/bg-login.jpg');
    width: 339px;
    height: 235px;*/
        width: 400px;
        margin: 0 auto;
        margin-top: 8px;
        transition: opacity 1s;
        -webkit-transition: opacity 1s;
        font-family: 'Open Sans',sans-serif;
    }

        #login h1 {
            background: #016DB5;
            padding: 20px 0;
            font-size: 140%;
            font-weight: 300;
            text-align: center;
            color: #fff;
        }

    .insidelogin {
        background: #f0f0f0;
        padding: 6% 4%; 
    }
        .insidelogin ul {
            list-style:none;
            margin-bottom:40px;
        }

        .insidelogin li {
            float: left;
        }

        .insidelogin li label {
            padding-left: 5px;
            margin-right:50px;
        }

        .insidelogin table tr td{width:50%; text-align:center;}

    #login input[type="text"] {
        width: 100%;
        background: #fff;
        margin-bottom: 4%;
        border: 1px solid #ccc;
        padding: 4%;
        font-family: 'Open Sans',sans-serif;
        font-size: 95%;
        color: #555;
        text-align: center;
        border-radius: 4px;
        outline:none;
        transition: all .3s;
    }
        #login input[type="text"]:focus {
            -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 50, 50, 0.6);
            -moz-box-shadow:    0px 0px 6px 0px rgba(51, 50, 50, 0.6);
            box-shadow:         0px 0px 6px 0px rgba(51, 50, 50, 0.6);
        }

    #login .button {
        width: 100%;
        background: #3399cc;
        border: 0;
        padding: 4%;
        font-family: 'Open Sans',sans-serif;
        font-size: 100%;
        color: #fff;
        cursor: pointer;
        transition: background .3s;
        -webkit-transition: background .3s;
    }

        #login .button:hover {
            background: #2288bb;
        }

    .msgLogin {
        width: 400px;
        margin: 0 auto;
        margin-top: 8px;
        margin-bottom: 2%;
        transition: opacity 1s;
        -webkit-transition: opacity 1s;
        font-family: 'Open Sans',sans-serif;
        background-color: #eec4c4;
        border:2px solid #ee8a8a;
        padding:5px;
        text-align:center;
    }


    /*
        
    /* LOGIN PAGE GROUP */
    /**************************************************/

    #logingrupo {
        margin: 74px 0 70px 280px;
        /*background-image: url('../Images/bg-login.jpg');
    width: 339px;
    height: 235px;*/
        width: 400px;
        margin: 0 auto;
        margin-top: 8px;
        transition: opacity 1s;
        -webkit-transition: opacity 1s;
        font-family: 'Open Sans',sans-serif;
    }

        #logingrupo h1 {
            background: #016DB5;
            padding: 20px 0;
            font-size: 140%;
            font-weight: 300;
            text-align: center;
            color: #fff;
        }

    .insidelogin {
        background: #f0f0f0;
        padding: 6% 4%; 
    }
        .insidelogin ul {
            list-style:none;
            margin-bottom:40px;
        }

        .insidelogin li {
            float: left;
        }

        .insidelogin li label {
            padding-left: 5px;
            margin-right:50px;
        }

    #logingrupo input[type="text"] {
        width: 100%;
        background: #fff;
        margin-bottom: 4%;
        border: 1px solid #ccc;
        padding: 4%;
        font-family: 'Open Sans',sans-serif;
        font-size: 95%;
        color: #555;
        text-align: center;
        border-radius: 4px;
        outline:none;
        transition: all .3s;
    }
        #logingrupo input[type="text"]:focus {
            -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 50, 50, 0.6);
            -moz-box-shadow:    0px 0px 6px 0px rgba(51, 50, 50, 0.6);
            box-shadow:         0px 0px 6px 0px rgba(51, 50, 50, 0.6);
        }

    #logingrupo .button {
        width: 100%;
        background: #3399cc;
        border: 0;
        padding: 4%;
        font-family: 'Open Sans',sans-serif;
        font-size: 100%;
        color: #fff;
        cursor: pointer;
        transition: background .3s;
        -webkit-transition: background .3s;
    }

        #logingrupo .button:hover {
            background: #2288bb;
        }

    .msgLogin {
        width: 400px;
        margin: 0 auto;
        margin-top: 8px;
        margin-bottom: 2%;
        transition: opacity 1s;
        -webkit-transition: opacity 1s;
        font-family: 'Open Sans',sans-serif;
        background-color: #eec4c4;
        border:2px solid #ee8a8a;
        padding:5px;
        text-align:center;
    }    
        
 
    
    
    
    

/* Selecionar FORM */
#div-select-options {
    float:left;
    width:420px;
    margin:50px 0 50px 240px;
}

/* Selecionar Reserva */
#div-select-booking{
        float:left;
        width:420px;
        margin:30px 0 30px 220px;

    }

.grd-select-booking{

}



.grd-select-booking tr td, .grd-select-booking tr th{ padding:5px; border:1px solid #ccc;
}

.grd-select-booking input[type=image]{opacity:0.8;}
.grd-select-booking input[type=image]:hover{opacity:1;}

    /* REGISTRATION FORM */
    .textfield {
        width:100%;
    }
    
    .field-medium {
        width:400px;
        margin:10px 20px 5px 0;
        float:left;
        height:50px;
    }
        .field-medium span {
            font-size:12px;
        }

    .field-small {
        width:190px;
        margin:10px 20px 5px 0;
        float:left;
        height:50px;
    }
    .field-small span {
            font-size:12px;
        }
    .field-small select {
            height:25px;
        }

    .field-large {
        width:820px;
        margin:10px 0px 5px 0;
        float:left;
        height:50px;
    }

    .field-mini {
        width:70px;
        margin:10px 20px 5px 0;
        float:left;
        height:50px;
    }
    .field-mini span {
            font-size:12px;
        }

    .titlesection {
        font-size:15px;
        margin-top:10px;
        float:left;
        width:100%;
    }

    .listoptions {
        margin:5px 0;
        width:100%;
        height:auto;
        float:left;
        list-style-type:none;
        padding:0;
    }
    .listoptions li{
     float:left;
     margin:5px 8px;
    }
    .listoptions li label {
     margin-left:5px;
    }

    .buttons {
        margin:5px 30px 5px 0; 
        text-align:center;
    }

    .radiosfnrh tr td{padding-right:20px; }

    .line-field{width:100%; float:left;}









    #footer {
        margin-top:25px;
        height:80px;
        background-image:url('../Images/bg-foot.jpg');
        background-repeat:repeat-x;
        width: 100%;
        float: left;
    }

    #footer-content {
        width:900px;
        margin:0 auto;
    }
        #footer-content h2 {
            background-image:url('../Images/fone.jpg');
            background-repeat:no-repeat;
            padding-left:30px;
            text-transform:uppercase;
            color:#fff;
            font-style:italic;
            font-size:20px;
            float:left;
        }
        #footer-content .social {
            float:left; 
            margin:15px 0 0 235px; 
            width:150px; 
        }
        #footer-content .social a.facebook {
                margin-left:5px;
                height:25px; width:25px;
                float:left;
                background-image:url('../Images/facebook.jpg');
                -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
                -webkit-transition-property: background-position-y;
                transition-property: background-position-y;
            }
            #footer-content .social a:hover {
                background-position-y :25px;
            }
        #footer-content .ssl {
            float:right;
        }

.ssl img {
    opacity: 0.7; 
    -moz-opacity: 0.7;
    Filter: Alpha(Opacity=70)
}

.ssl img:hover {
    opacity: 0.9; 
-moz-opacity: 0.9;
Filter: Alpha(Opacity=90)
}