/* #################################################################### ||
|| SITE MASTER 
|| #################################################################### */

/*#region SITE MASTER  */


/* !IMPORTANTS */
.IMP_TAL {
    text-align: left!important;
}

/* MARGINS */
.xrow {
    margin-left: 20px;
}

.marginR15 {
    margin-right: 15px;
}

.marginR12 {
    margin-right: 12px;
}

.marginR20 {
    margin-right: 20px;
}

.marginR50 {
    margin-right: 50px;
}

.marginL5 {
    margin-left: 5px;
}

.marginL10 {
    margin-left: 10px;
}

.marginL20 {
    margin-left: 20px;
}

.marginL50 {
    margin-left: 50px;
}

.marginT20 {
    margin-top: 20px;
}

.marginT10 {
    margin-top: 10px;
}

/* width */
.width78 {
    width: 78px;
}

/* LINE HEIGHT */
.LH10 {
    line-height: 10px;
}

/* FONT SIZES */
.fontSize10 {
    font-size: 10px;
}

.fontSize14 {
    font-size: 14px;
}

/* FLOATS */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* COLORS */
.color33 {
    color: #333;
}

.color66 {
    color: #666;
}

.color99 {
    color: #999;
}

.colorBlack {
    color: #000;
}

.boldRed {
    color: #ff0000;
    font-weight: bold;
}

.GrayF7 {
    color: #7F7F7F;
}

/* ALIGNMENTS */
.text-align-center {
    text-align: center;
}

.textAlignRight {
    text-align: right;
}

.textAlignLeft {
    text-align: left;
}

/* Developer STUFF */
.DeveloperMenu {
    height: 320px;
    width: 300px;
    background-color: #efefef;
    border: 1px solid #444;
}

.lblEnvironment {
    margin-left: 5px;
}

.OwnerInfo {
    margin-left: -50px;
}

#AdminPnl_pnlDragMe {
    height: 30px;
    background-color: aliceblue;
    border-bottom: 1px solid #444;
}

#pnlHorizonalColor_bottom {
    width: 100%;
    height: 35px;/*20px*/
}

/* ERROR STUFF */
#ErrorMessage {
    text-align: left;
}

/* pnlHorizonalColor_bottom */
.hClbrown {
    /* old background-color: #B58F4E; */
    background-color: #99AD00;
}

.hCdbrown {
    /* old background-color: #876422; */
    background-color: #99AD00;
}

.hCgreen {
    background-color: #7F942D;
}

.hClblue {
    background-color: #97C0DE;
}

.hCwblue {
    background-color: #019ED1;
}

.hCturk {
    background-color: #47778D;
}

.hCpurp {
    background-color: #020684;
}

/* LOG OFF */
.logOFF {
    float: right !important;
    color: white;
    margin-right: 25px;
    margin-top: 25px;

}
/*#endregion*/

/* #################################################################### ||
|| MAINTENANCE FEE PAGE 
|| #################################################################### */

/*#region MAINTENANCE FEE PAGE */
#lbl_balDue {
    float: right;
    font-size: 14px;
    font-weight: bold;
}

#vacGuardPrice {
    float: right;
}

#MainContent_txtAdditionalPayment {
    bottom: 20px;
    position: relative;
}

#CancelationFee {
    display: none;
}

#maint_TotalBalance {
    color: red;
    font-weight: bold;
}

.balDue {
    font-size: 14px;
}

.paymentTxt {
    font-size: 14px;
    font-weight: bold;
    top: 175px;
    position: absolute;
}

.lineThrough {
    text-decoration: line-through;
}

.chkBoxAlign {
    margin-right: 5px!important;
    margin-bottom: 5px!important;
}

.snp_AdditionPayment {
    bottom: 8px;
    position: relative;
}

/*#endregion*/

/* #################################################################### ||
|| CREDIT CARD MODAL 
|| #################################################################### */

/*#region CREDIT CARD MODAL */
.modal-CC {
    width: 477px;
    font-size: 14px;
}

.modal-CC-header {
    background-color: #ccc;
    border-bottom: 1px solid #000;
}

    .modal-CC-header h1 {
        font-size: 28px;
        color: #fff;
    }

/* CREDIT CARD ICONS */
.iconCc {
    background: url(../img/icons/cc.png)0 0;
    width: 172px;
    height: 32px;
    float: right;
}

.iconLock {
    background: url(../img/icons/lock.png)0 0;
    width: 16px;
    height: 21px;
    float: left;
}

.iconQuestion {
    background: url(../img/icons/question.png)0 0;
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
}

.iconSecure-godaddy {
    background: url(../img/icons/secure-godaddy.png)0 0;
    width: 132px;
    height: 31px;
    float: left;
}

/* CREDIT CARD INPUT STYLES */
.CC_number {
    width: 200px;
    color: gray;
}

.CVV_code {
    width: 55px;
    color: gray;
}

.CC_ZIP {
    width: 55px;
    color: gray;
}

.CC_expire_month {
    width: 120px;
    color: gray;
}

.CC_expire_year {
    width: 70px;
    color: gray;
}

/*#endregion*/

/* #################################################################### ||
|| OWNER BOOKING
|| #################################################################### */

/*#region OWNER BOOKING  */
.arrow { /* top: 22%; */
}

#popoverRestrictions {
    top: 0px!important;
}

.dd_pop {
    width: 436px;
}

.dd_280_pop {
    width: 320px;
}

.popover_green {
    background-color: #99AD00;
    color: #fff;
}

/*#endregion*/

/* #################################################################### ||
|| EXCHANGE DEPOSIT REQUEST FORM
|| #################################################################### */

/*#region EXCHANGE DEPOSIT REQUEST FORM  */
.txtNotes {
    height: 90px;
    width: 355px;
}

.smlDrpDwn {
    width: 105px;
}

.ddcontrol-label {
    font-weight: bold;
    float: left;
    width: 200px!important;
    padding-top: 5px;
    padding-right: 15px;
    text-align: right;
}


/*#endregion*/

/* #################################################################### ||
|| IE8 COMPATIBILITY
|| #################################################################### */

/*#region IE8  */
.ie8 #MainContent_btnGetAvailableReservations {
    position: relative;
    margin-top: 33px;
}

/*#endregion*/

/* #################################################################### ||
|| DAY USE
|| #################################################################### */

/*#region DAY USE  */
.duseTable {
    background-color: white;
    padding: 10px 10px 10px 10px;
}

/*#endregion*/

/* #################################################################### ||
|| ADMIN PANEL
|| #################################################################### */

/*#region ADMIN PANEL  */
#AdminPnl_lblEnvironment {
    cursor: move;
}

.DragMe {
    cursor: move;
}
/*#endregion*/

/* #################################################################### ||
|| MORE MODAL
|| #################################################################### */

/*#region MORE MODAL  */

#mdlDeleteUser, #mdlResetUser {
    top: 70%!important;
}
/*#endregion*/


/* #################################################################### ||
|| TODO
|| #################################################################### */

/*#region TODO  */
/*#endregion*/