﻿
.no-close .ui-dialog-titlebar-close {
    display: none;	
}

.ui-widget-header {
    background-color: #38464f !important;
	color: white !important;
}

.ui-dialog-buttonset .ui-button {
    background-color: white !important;
    color: #DD7A16 !important;
    font-weight: bold !important;
    line-height: 20px;
    /*border-radius: 8px;*/
    border: 1px solid #DD7A16;
}

.ui-dialog-buttonset .ui-button:hover {
    background-color: #D66C16 !important;
    color: white !important;
    font-weight: bold !important;
    border: 1px solid #DD7A16;
}

.ui-dialog-titlebar-close {
	background: none !important;
	border: none !important;
}

/* 'X' button not displaying so comment out as of 07/24/2018
.ui-button .ui-icon {
	background-image: url(images/ui-close-icon-custom.png) !important;
	background-position: -3px -3px !important;
}*/

/* *************************** show 'X' button - START *************************** */

#ui-dialog-titlebar-close {background: none !important;}

.ui-dialog-titlebar-close .ui-icon,
.ui-dialog-titlebar-close .ui-icon:hover {
display: block;
box-sizing: border-box;
width: 25px;
height: 25px;
/*border-width: 3px;
border-radius: 100%;
background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%, white 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white 56%,transparent 56%, transparent 100%);
*/
transition: all 0.3s ease;
}

/*new css*/
.ui-dialog-titlebar-close .ui-icon:before,
.ui-dialog-titlebar-close .ui-icon:after {

position: absolute;
left: 8px;
content: '';
height: 15px;
width: 2px;
background-color: #fff;

}

.ui-dialog-titlebar-close .ui-icon::before {
transform: rotate(45deg);
}
.ui-dialog-titlebar-close .ui-icon::after {
transform: rotate(-45deg);
}

/*new css*/

/* *************************** show 'X' button - END *************************** */

.ui-icon-arrow-r, .ui-icon-arrow-l {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-right: -8px;
}

.ui-icon-arrow-r {
    background-image: url(images/ui-arrow-r-icon-custom.png) !important;
}

.ui-icon-arrow-l {
    background-image: url(images/ui-arrow-l-icon-custom.png) !important;
}

#signupoptioncontinue1, .ui-button-cancel {
    background: white !important;
    background: -webkit-linear-gradient(#febf00, #e8a202) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#febf00, #e8a202) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#febf00, #e8a202) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#febf00, #e8a202) !important; /* Standard syntax */
}

#rightArrow, #leftArrow {
    height: 20px !important;
    top: 40% !important;
}

input:focus { outline: 0; outline-style:none; outline-width:0; }
button::-moz-focus-inner { border: 0; }
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { outline: none; }

.buss-info-btn-upload, .buss-info-btn-options {
    border-radius: 3px; border: 1px solid #696969;
    padding: 3px 8px;
    background-color: #e1e1e1;
}

.ui-widget {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}

/* ************************* price option-START ************************* */
input {
	vertical-align:middle;
}
label {
	/*padding: 5px;
	color: black; 
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 10px;*/
}
/*.solo {
	color: #3b8680; 
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 10px;
	cursor: pointer;
}
.annual {
	color: #38464f; 
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 10px;
	cursor: pointer;
}
.split {
	color: #fcb627; 
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 10px;
	cursor: pointer;
}
.priceinfo {
	margin-left:28px;
	color: black;
	font-size: small;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:600;
	cursor: pointer;
}
.savings {
	margin-left:28px;
	color: gray;
} */

.esckey {
	color: black;
	font-size: smaller;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/* ---- added as of 07/23/2018 - START */

#dialog-signup-option {
padding: 2.5em 4em 1em 4em;
}

/*input#solopriceoption[type=radio],
input#annualpriceoption[type=radio],
input#splitpriceoption[type=radio]{
  display:none;
}

input#solopriceoption[type=radio] + label.solo:before,
input#annualpriceoption[type=radio] + label.annual:before,
input#splitpriceoption[type=radio] + label.split:before{
  content: '\25CF';
  display:inline-block;
  border-radius: 10px;
  width: 16px;
  height:16px;
  background:#fff;
  color:#fff;
  border: 2px solid gray;
  line-height: 13px;
  text-align: center;
  font-size:20px;
  margin-right: 5px;
}

input#solopriceoption[type=radio]:checked + label.solo:before,
input#annualpriceoption[type=radio]:checked + label.annual:before,
input#splitpriceoption[type=radio]:checked + label.split:before {
  color: #efaa28;
}

#dialog-signup-option label {
	display: initial;
}

#dialog-signup-option span.solo,
#dialog-signup-option span.annual,
#dialog-signup-option span.split {
	display: none;
}

#dialog-signup-option .solo {
	color: #3b8681;
}

#dialog-signup-option .annual {
	color: #39464f;
}*/

.label-solo {
    color: #3b8680;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
  
}

.label-annual {
	color: #38464f;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.label-split {
	color: #fcb627;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.priceinfo {
    color: black;
    font-size: small;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.savings {
    color: gray;
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid grey; 
}

.checkcontainer input:checked ~ .radiobtn {
    background-color: #fff;
}

.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

.checkcontainer .radiobtn:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #efaa28;
}

.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}

.ui-dialog-titlebar-close .ui-icon.price-close, 
.ui-dialog-titlebar-close .ui-icon.price-close:hover {
	background: initial;
    border-radius: initial;
    border-width: initial;

}

.price-close {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
}


.price-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.price-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.price-close::before, .price-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
}

/* ---- added as of 07/23/2018 - END */

/* ************************* price option-END ************************* */
/* *********** center buttons of dialog boxes-START *********** */
.ui-dialog .ui-dialog-buttonpane {
	text-align: center !important;
	padding: 1em; /*added last aug. 03*/
}

.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 *********** */

