﻿
#showbestprice {
    cursor: pointer;
    font-family: Arial;
    text-decoration: underline;
    text-decoration-color: blue;
}

.header-layout-heading {
    font-weight: bold;
    margin: 15px auto;
    text-align: center;
    color: #333;
    font-size: 18px;
}

.popupboxbgcolor {
    background: #fff2db;
}

/* ******** for header graphics options - START ********** */
.regprocessinnerheaderoption {
    width: 100%;
    /*margin: 0px 100px;*/
    float: left;
    overflow-y: auto;
    height: 100%;
    font-size: 14px;
}

.regprocessinnerheaderoption input[type="radio"] {
    margin-right: 10px;
}
.regprocessinnerheaderoption input[type="text"] {
	margin: 10px 28px;
	width: 300px;
    /*margin: 10px 11px 10px 28px;
    width: 227px;*/
}   
.regprocessinnerheaderoption textarea {
    margin: 10px 28px;
    width: 300px;
}  

/* ******** for header graphics options - END ********** */

.cancelbutton1 {
	background: #d96204; /* For browsers that do not support gradients */
    background-image: linear-gradient(#fccd01 3px, #d19318 18px);
    width: 220px;
}

.cancelbutton1:hover {
    background-image: linear-gradient(#dc7016 3px, #dc7016 18px);
}

.edit-btn {
	background: #d96204; /* For browsers that do not support gradients */
    background-image: linear-gradient(#ff9006 5px, #dc7016 16px);
    background-repeat: no-repeat;
    border-radius: 7px;
    height: 28px;
    color: #ffffff;
    font-weight: bolder;
    font-size: 14px;
    border: 0px;
    cursor: pointer;
    width: 90px;
    text-align:center;
}

.edit-btn:hover, {
    background-image: linear-gradient(#dc7016 3px, #dc7016 18px);
}

.edit-header-options {
    margin: 30px;
}
.edit-header-options table td {
    border-top:1px solid #f5c82d;
    padding: 10px 0;
}

.edit-header-options table td:last-child {
    width: 28%;
}

.edit-header-options table td:last-child {
    width: 60px;
}

.edit-header-options tr:last-child td {
    border-top:1px solid #f5c82d;
    border-bottom:1px solid #f5c82d;
}

/*** registration-credentials-START  ***/
.bottomtext {
    /*padding: 5px;*/
    padding-top: 5px;
    padding-left: 3px;
    padding-right: 10px;
/*    border-bottom-style: solid;
    border-bottom: solid;
    border-bottom-color: blue;
    border-bottom-width: 1px;*/
}

.bottomtext ul {
    list-style-image: url('/images/bullet.gif');
    color: #27333b;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-left: 0px;
    margin-bottom: 5px;
}

.bottomtext li {
    padding-bottom: 10px;
}

.bottombuttons {
    text-align: center;
}
/*** registration-credentials-END  ***/

/* *********** accordion button-START *********** */

button.accordion {
    background: url(/App_Themes/Sixwise/images/HelpText_Ico.jpg) no-repeat;
    color: #3278A3;
    height: 16px;
    cursor: pointer;
    padding: 0 5px 0 20px;
    border: none;
    outline: none;
    font-size: 11px;
    transition: 0.4s;
    margin: 5px 0 5px 105px;
}

button.accordion.active, button.accordion:hover {
    background-color: #e0eaf7;
}

div.panel {
    background-color: #fdfbf3;
    border: 1px solid #eae7da;
    padding: 5px;
    font-size: 11px;
    color: #000000;
    transition: max-height 0.2s ease-out;
    margin-left: 105px;
    display: none;
}

/* *********** accordion button-END *********** */

/* *********** center buttons of dialog boxes-START *********** */
.ui-dialog .ui-dialog-buttonpane {
    text-align: center !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    padding: 3px 25px;
}
/* *********** center buttons of dialog boxes-END *********** */

.bookingsitecolumn {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.bookingsiterow:after {
    content: "";
    display: table;
    clear: both;
}

/* ********** dynamic best price pop-up - START ************** */

#dialog-vacationpromo {
    background: #f2f2f2;
    text-align: center;
    padding: .5em .5em !important;
}

#dialog-vacationpromo h2 {
    color: #36847e;
    font-size: 30px;
    margin: 0;
    font-weight: normal;
}

#dialog-vacationpromo .p-dialog-vacation-promo {
    color: #939393;
    font-size: 15px;
}

#dialog-vacationpromo .discount-msg-box {
    background: #fcb627;
    color: #fff;
    font-size: 18px;
    padding: 2px;
}

#dialog-vacationpromo .bookingsitecolumn ul.bookingsitecolumn-list {
    list-style-type: none;
    color: #fcb627;
    font-size: 14px;
    font-weight: bold;
}

#dialog-vacationpromo .bookingsitecolumn ul.bookingsitecolumn-list li {
    padding: 5px 0;
}

/* ********** dynamic best price pop-up - END ************** */

/* ********** pop-up with two columns - START ************** */
.popupleft {
    float: left;
    width: 35%;
    /*background-color:#aaa;*/
}
.popupright {
    float: left;
    width: 65%;
    /*background-color:#bbb;*/
}
.popuprow {

}
.popupcolumn {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 5px;
    padding-bottom: 3px;
    height: 18px;
}

.popupcolumn2 {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 3px;
}

.popupcolumn2 input[type="text"] {
    margin: 1px 2px;
    width: 215px;
}

#ctl00_Middle_popupBusinessCity {
    width: 82px;
}
/* Clear floats after the columns */
.popuprow:after {
    content: "";
    display: table;
    clear: both;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.main-update-h2-blinking-text {
    animation: blink 1s linear infinite;
    color: #dc8100;
}
.main-update-text {
    font-style: italic;
    font-weight: bold;
}

/* ********** pop-up with two columns - END ************** */
