﻿.EditPage, .worksheetPage
{
    width: 100%;
    margin: 0px;
    position: relative;
}
.p_errorInput {
    top: 20px;
}
.worksheetPage
{
    color: #555555;
}
.EditPage input[type="text"], .EditPage input[type="password"], .EditPage select, .EditPage textarea
{
    margin: 0px;
    border-width:0px;
    outline: medium none;
}
.divLayout table
{
    width: 100%;
}
.divLayout table th, .divLayout table td
{
    vertical-align: middle;
}
.worksheetPage div.SuiteBox
{
    padding: 20px 15px;
}
.divLayout table table th, .LoginHeader table th, .LoginHeader table td
{
    vertical-align: top;
}
.worksheet-headerPdf table th, .worksheetTitlePdf table td
{
    vertical-align: top;
    display: none;
}
.divLayout table td h3
{
    margin: 0px;
    font-size: 21px;
    color: #000;
}
.divLayout table td h1
{
    margin: -6px auto 0px;
    color: #4d4d4d;
    font-size: 26px;
    line-height: 34px;
}
.edit-header table thead th,.edit-header table thead td
{
    padding-left:0;
}
.edit-header table td h2, .edit-header table td h3
{
    margin: -6px auto 0px;
}

table td .btnClose
{
    text-align: right;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}
.divLayout table td h3
{
    margin: 0px;
}
.divLayout .EW-Logo
{
    max-width: 150px;
    max-height: 60px;
    margin-right: 10px;
}
.divLayout .devLogo
{
    max-height: 60px;
    max-width: 150px;
    margin-right: 10px;
}
#trCondoNowLogo
{
    display: none;
}
.divTentativeDate
{
    display:none;
}
.worksheet-headerPdf
{
    margin-bottom: 10px;
    display: none;
}
.edit-header, .worksheet-header
{
    margin-bottom: 10px;
}
.worksheetTitle
{
    font-size: 24px;
    font-weight: bold;
    color: #4d4d4d;
    margin-bottom: 10px;
}
.edit-body, .feedback-form
{
    border: 1px solid #d5d3d3;
    padding: 10px;
    border-radius: 3px;
}
.worksheet-body
{
    padding: 10px;
}
.edit-body:before, .worksheet-body:before, .feedback-form:before, .edit-body:after, .feedback-form:after
{
    display: table;
    line-height: 0;
    content: "";
}
.edit-body:after, .feedback-form:after, .worksheet-body:after
{
    clear: both;
}
.edit-footer, .worksheet-footer
{
    clear: both;
    padding: 10px;
}
.feedback-form textarea[disabled], .feedback-form textarea[readonly]
{
    background: white;
}
hr.hidden
{
    height: 1px;
    background: transparent;
    border: 0 none;
    margin: 10px auto;
}
hr.hidden1
{
    height: 1px;
    background: transparent;
    border: 0 none;
    margin: 6px auto;
}
.divLayout hr, .worksheet hr
{
    margin: 10px auto 10px;
}
.indicate
{
    color: #4D4D4D;
    font-size: 12px;
    line-height: 15px;
}
div.address
{
    color: #4d4d4d;
}
.btn-dealEdit
{
    color: #444850;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding: 6px 12px;
}
.divInlinebutton .btn:not(:first-child)
{
    margin-left: 12px;
}
/*================Suite Confirmation============*/
.RoundTitle
{
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    padding: 12px 15px 12px 25px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
div.RoundTitle span:only-of-type
{ 
    color: rgb(41, 170, 225);
}
div.SuiteBox
{
    background: white;
    padding: 12px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 3px 3px;
    margin: -1px 10px auto 10px;
}

div.SuiteBox div.address
{
    color: #4D4D4D;
    padding-top: 6px;
}
/*===============================Custom table for Edit table ***/
table
{
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

div.gridTable
{
    background-color: #FFFFFF;
    margin-bottom: 1em;
    padding: 0px;
}
table.TableEditable
{
    line-height: 19px;
    font-style: normal;
    border-collapse: separate;
    width: 100%;
}
.TableEditable thead th
{
    color: #555;
    padding: 8px 15px 8px 8px;
    -moz-box-align: center;
    -moz-box-pack: center;
    text-align: right;
    line-height: 21px;
    height: 31px;
    font-weight: normal;
    background-color: #F6F6F6;
    border-top: 1px solid hsla(0,0%,0%,.03);
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    box-shadow: 0 1px 2px hsla(0,0%,0%,.02) inset, 0 -1px 0 hsla(0,0%,100%,.25);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 0px;
    width: 136px;
    font-size: 90%;
}

.TableEditable thead td
{
    padding: 8px 10px;
    text-align: left;
    color: #666;
    height: 31px;
    line-height: 21px;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-top-right-radius: 12px;
}
.TableEditable thead th:empty
{
    background: transparent;
    border: none;
}
.TableEditable tbody th
{
    color: #555;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    padding: 8px 15px 8px 8px;
    font-weight: normal;
    -moz-box-align: center;
    -moz-box-pack: center;
    text-align: right;
    line-height: 21px;
    height: 31px;
    background-color: #f9f9f9;
    width: 136px;
    font-size: 90%;
}

.TableEditable tbody td
{
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    color: #000;
    height: 31px;
    padding: 8px 10px;
    line-height: 21px;
    text-align: left;
}

.TableEditable tfoot th, .last th
{
    color: #555;
    padding: 8px 15px 8px 8px;
    -moz-box-align: center;
    -moz-box-pack: center;
    text-align: right;
    line-height: 21px;
    height: 31px;
    font-weight: normal;
    background-color: #F9F9F9;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    box-shadow: 0 1px 2px hsla(0,0%,0%,.02) inset, 0 -1px 0 hsla(0,0%,100%,.25);
    border-bottom-left-radius: 12px;
    width: 135px;
    font-size: 90%;
}
.TableEditable tfoot td, .last td
{
    color: #000;
    padding: 8px 10px;
    line-height: 21px;
    height: 31px;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom-right-radius: 12px;
}
.TableEditable tbody td .textfull, .TableEditable thead td .textfull, .TableEditable tfoot td .textfull, .tblSingleRow td .textfull
{
    width: 100%;
    color: #525C66;
    border: 0px none;
    -moz-box-flex: 1;
    padding: 0.7em 0.1em 0.7em 0.4em;
    border-radius: 0 0 3px 3px;
    background: hsla(0,0%,100%,.9) padding-box;
}

.gridTable input.editable, .gridTable select.editable
{
    border: 0px;
    color: #999;
    outline: none;
    font-size: 0.9em;
    vertical-align: middle;
    background-color: #FFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.001) inset;
}
.gridTable input.full
{
    width: 99%;
}
.gridTable select.full
{
    width: 100%;
}
.gridTable input[type=radio]
{
    border: 0px none;
    width: auto;
    color: #4d4d4d;
    font-size: 0.9em;
    vertical-align: middle;
}
.TableEditable textarea
{
    border: 0px none;
    width: auto;
    color: #999;
    font-size: 0.9em;
    vertical-align: middle;
    width: 100%;
}
.editabletextarea
{
    background-color: #f9f9f9;
    border: 1px solid #ccc !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555555;
    height: inherit;
    padding: 5px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
}
/*=================================================*/
.colSection:after
{
    clear: both;
    content: "";
    display: table;
}
.colSection .firstCol, .colSection .secondCol, .colSection .thirdCol
{
    float: left;
    display: block;
}
.firstCol
{
    width: 32%;
    margin-right: 1%;
}
.secondCol
{
    width: 32%;
    margin-right: 1%;
}
.thirdCol
{
    width: 34%;
    margin-right: 0%;
}
.divLayout sup
{
    color: #000000;
}
.div_error_wrapper
{
    position: relative;
}
.divLayout .p_error
{
    background-color: transparent;
    color: Red;
    display: none;
    font-size: 11px;
    font-weight: normal;
    left: 5px;
    margin: 0;
    padding-left: 0px;
    position: absolute; /*top: -2px;*/
}

/*====Worksheet New Styles=======*/
.donepage-body
{
    padding: 0px;
}
.worksheetPage .noborder tr td
{
    vertical-align: middle;
}
.worksheetTitle1
{
    color: #0078A3;
    font-size: 18px;
}

.worksheetPage .desc
{
    color: #4d4d4d;
    font-size: 15px;
}
.worksheetPage .note
{
    color: #999999;
    font-size: 11px;
}
.worksheetPage .confirmatioNumber
{
    color: #4d4d4d;
    font-size: 15px;
}
.airLogo
{
    max-height: 62px;
}
.rewardMiles
{
    color: #0078A3;
}
.clearBothHeight20px
{
    clear: both;
    height: 20px;
}
.roundedFooter
{
    background: none repeat scroll 0 0 white;
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #E5E5E5;
    margin: -10px 10px 10px;
    padding: 12px 0 0;
}
.roundedFooter h3
{
    padding-left: 15px;
}
.roundedFooter .dvPromotionControl
{
    border-bottom-width: 0px;
    border-radius: 0 0 3px 3px;
}
 .DisplayForPrint
{
    display: none;
}
 /*---mobile view---*/
@media only screen and (max-width: 767px) {
    #btnEditSuitePreference, #btnPurchaser {
        margin-bottom: 10px;
    }
}