*{
	margin: 0px;
	padding: 0px;
}
html,body{
	height: 100%;
	min-height: 100%;
	position: relative;
}
body{
	font-family: 'ProximaNovaRegular', sans-serif;
	background-color: #fbfcfd;
	color: #4d5055;
}
.container_outer{
	/*padding: 100px;*/
	/*background: #4fb2f7 url(../images/bogy-bg.png) center center no-repeat !important;*/
	background-size: cover !important;
	font-family: 'ProximaNovaRegular', sans-serif;
	position: relative;
	min-height: 100%;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 60px;
	margin-bottom: 0px;
	background-color: #fff;
}
.preempdia{
	min-height: 100%
}

.ui-datepicker-month{
	font-family: 'ProximaNovaRegular', sans-serif;
}
.CalEnDaR-SeCtIoN{
	/*min-width: 900px;
	max-width: 1060px;	*/
	display: flex;
	flex: 1 1 auto;
	max-width: 800px;
	min-height: 550px;
	border-radius: 8px;
	margin: 0 auto;
	background-color: #fff;
	transition: all 0.22s ease-out;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.SiDePaNeL{
	display: flex;
	flex-direction: column;
	width: 48%;
	min-width: 300px;
	border-right: 1px solid rgba(77, 80, 85, 0.1);
	transition: all 0.22s ease-out;
	margin-right: 20px;
}
.CalEnDaR-SeCtIoN.isDesktopUp .SiDePaNeL{
	width: 35%;
}

.CalEnDaR-ArEA{
	flex: 1 1 50%;
	width: 50%;
	transition: all 0.22s ease-out;
}
.CalEnDaR-SeCtIoN.isDesktopUp{
	min-width: 900px;
	max-width: 1060px;
}

.CalEnDaR-SeCtIoN.isDesktopUp .date-picker-2.hasDatepicker{
	/*flex: 1 1 50%;
	width: 50%;
	transition: all 0.22s ease-out;*/
	width: 60%;
}
.CalEnDaR-SeCtIoN.isDesktopUp .CalEnDaR-ArEA-InNeR{
	display: flex;
	flex: 1 1 300px;
}
.CalEnDaR-ArEA .popover{
	position: relative;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	width: 38%;
}
.ui-datepicker-inline.ui-datepicker{
	width: 100%;
}
th {
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: 12px;
  line-height: 1;
  font-weight: normal !important;
  color: #4d5055;
}
.ui-datepicker td a{
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	margin-right: auto;
	margin-left: auto;
	padding: 1px 0 0;
	color: rgba(77, 80, 85, 0.6) !important;
	font-size: 14px;
	text-align: center;
	border: 1px solid transparent !important;
	border-radius: 50%;
	background: transparent !important;
	line-height: 40px;
}


.CalEnDaR-SeCtIoN.isDesktopUp .ui-datepicker td a{
	width: 34px;
	height: 34px;
	line-height: 30px;
	font-family: 'ProximaNovaRegular', sans-serif;
}
.ui-datepicker td a.ui-state-default.ui-state-active,
.ui-datepicker td a.ui-state-default.ui-state-active.ui-state-hover,
.ui-datepicker td a.ui-state-default.ui-state-active.ui-state-hover:hover{
	color: #ffffff !important;
	font-weight: bold;
	background-color:rgb(0, 162, 255) !important;
}
.TiMeLiSt li .btn-confirm{
	display: none;
	transform: translateX(40px);
}

.ui-datepicker td.ui-datepicker-week-end a.ui-state-default{}
.ui-datepicker td.ui-datepicker-today a.ui-state-default.ui-state-highlight,
.CalEnDaR-SeCtIoN.isDesktopUp .ui-datepicker td a:hover{
	color:rgb(0, 162, 255) !important;
	font-weight: bold;
	background-color: rgba(0, 162, 255, 0.05) !important;
}

.ui-datepicker td.ui-datepicker-today a.ui-state-default.ui-state-highlight.ui-state-active{
	color: #fff !important;
	font-weight: bold;
	background-color:rgb(0, 162, 255) !important;
}
.CalEnDaR-ArEA h3{
	width: 100%;
	padding-right: 32px;
	padding-left: 20px;
	text-align: left;
	margin-bottom: 20px;
	font-size: 20px;
}

.ui-widget.ui-widget-content {
   border: 0px solid #c5c5c5;
}
.ui-widget-header {
  border: 0px solid #ddd;
  background: none;
  color: #4d5055;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: 'proximanovalight', sans-serif;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 19px;
  line-height: 1.8em;
  text-align: left;
}
.ui-datepicker .ui-datepicker-prev {
    right: 22px;
    left: inherit;
    top: 2px;
}
.ui-datepicker .ui-datepicker-next-hover{
	right: 2px;
	top: 2px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid transparent;
	background: none;
	font-weight: normal;
	/*top: 2px;*/
	color: #2b2b2b;
}
.CalEnDaR-ArEA-InNeR .popover{
	border: none;
	box-shadow: none;
}
.CalEnDaR-ArEA-InNeR .popover .arrow{
	display: none;
}
.CalEnDaR-ArEA-InNeR .popover .popover-title{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	background-color: transparent;
	border:none;
	color: #4d5055;
	font-family: 'ProximaNovaRegular', sans-serif;
}
.popover-content{
	padding: 0px;
}
.popover-content h4{
	padding: 6px 10px;
	color: rgb(77, 80, 85);
	font-size: 14px;
	text-align: center;
	background-color: #f6f8f9;
	border-radius: 4px;
	font-weight: normal;
	margin-right: 15px;
	font-family: 'ProximaNovaRegular', sans-serif;
}
.TiMeLiSt{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	max-height: 390px;
	overflow-x: auto;
	padding-right: 15px;
}
.dot{
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-right: 8px;
	background-color: #40d794;
	border-radius: 50%;
}
.TiMeLiSt li{
	margin-bottom: 10px;
	font-size: 16px;
}
.TiMeLiSt li .btn-success{
	position: relative;
	padding: 13px 10px;
	font-weight: bold;
	vertical-align: top;
	border-radius: 4px;
	width: 100%;
	height: 52px;
	color: rgb(0, 162, 255);
	border: 1px solid rgba(0, 162, 255, 0.5);
	background-color: transparent;
	font-weight: normal;
	font-family: 'ProximaNovaRegular', sans-serif;
}
.TiMeLiSt li .btn{
	transition: all 0.3s ease;
	transition-property: width, transform;
}
.TiMeLiSt li .btn-success.focus, 
.TiMeLiSt li .btn-success:focus{
	color: rgb(0, 162, 255);
	background-color: transparent !important;
	border: 1px solid rgba(0, 162, 255, 0.5);
	box-shadow: none !important;
}
.TiMeLiSt li .btn-success:hover{
	color: rgb(0, 162, 255);
	box-shadow: none !important;
	border: 2px solid rgba(0, 162, 255, 0.5);
	background-color: transparent !important;
}
.TiMeLiSt li .btn-success span{
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-right: 8px;
	background-color: #40d794;
	border-radius: 50%;
}
.TiMeLiSt li.active .btn-success span{
	display: none;
}
.TiMeLiSt li.active{
	display: flex;
}
.TiMeLiSt li.active .btn{
	width: 48.5%;
}
.TiMeLiSt li.active .btn-success,
.TiMeLiSt li.active .btn-success:hover,
.TiMeLiSt li.active .btn-success:focus{
	width: 48.5%;
	color: white;
	background-color: rgba(0, 0, 0, 0.6) !important;
	border-color: transparent;
}
.TiMeLiSt li.active .btn.btn-confirm{
	display: block;
	margin-left: 10px;
	color: #fff;
	transform: translateX(0);
	background-color: rgb(0, 162, 255);
	/*background-color: rgba(0, 162, 255, 0.5);*/
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}
.TiMeLiSt li.active .btn.btn-confirm:hover{
	background-color: rgba(0, 162, 255, 0.5);
}
.PaNeL-InNeRCoNtAiNeR{
	padding-top: 25px;
	padding-bottom: 25px;
}
.InDeX-CoNtAiNeR{
	margin-bottom: 24px;
}
.InDeX-CoNtAiNeR h4{
	margin: 0 0 3px;
	color: rgba(77, 80, 85, 0.6) !important;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	padding-right: 10px;
	padding-left: 30px;
	color: #4d5055;
}
.InDeX-CoNtAiNeR .InDeX-EvEnTTyPeNaMe{
	margin: 0;
	color: #4d5055;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	padding-right: 10px;
	padding-left: 30px;	
}
.sidebar-DetailsContainer{
	padding: 0 30px;
	margin-bottom: 20px;
	color: #4d5055;
}
.styles-Container{
	color: rgba(77, 80, 85, 0.6);
	font-weight: bold;
}
.styles-Container .styles-Item{
	margin-bottom: 12px;
	display: flex;
	text-align: left;
}
.styles-Container .styles-Item .fa{
	font-size: 21px;
	margin-right: 10px;
}

.profile_description-Description{
	padding: 0 30px;
}
.profile_description-Description .TeXt-ViEw p{
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Proxima Nova', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	color: #4d5055;
}
.ui-widget-header .ui-icon{
	background-image: none;
	position: relative;
	cursor: pointer;
}
.ui-datepicker-prev:before{
	content: '\f104';
	font-family: 'fontawesome';
	position: absolute;
	font-size: 18px;
	cursor: pointer;
}
.ui-datepicker-next:before{
	content: '\f105';
	font-family: 'fontawesome';
	position: absolute;
	font-size: 18px;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover{
	top: 1px;
}
.ui-datepicker .ui-datepicker-next{
	right: 2px;
}
.CalEnDaR-FoRM{
	padding: 10px 30px 25px 15px;
}
.CalEnDaR-FoRM h3{
	padding-left: 0px;
	color: #4d5055;
	font-family: 'ProximaNovabold', sans-serif;
}
.CalEnDaR-FoRM form{
	width: 80%;
}
.CalEnDaR-FoRM .form-control{
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 46px;
	padding: 10px 14px;
	color: rgb(77, 80, 85);
	font-size: 16px;
	line-height: 1.5;
	word-wrap: normal;
	background: #ffffff;
	border: 1px solid #d0d0d0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
}
.CalEnDaR-FoRM .form-control:focus{
	box-shadow: none;
	border: 2px solid rgba(0, 162, 255);
}
.CalEnDaR-FoRM .form-control.error{
	border: 1px solid rgba(179, 31, 31, 0.8);
}

.CalEnDaR-FoRM label.error{
	padding: 4px 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	background-color: rgba(236, 93, 93, 0.8);
	border: 1px solid #b31f1f;
	border-radius: 4px;
	margin-bottom: 0;
	margin-top: 10px;
	display: block;
}


#GuestEmailBtn.form-group{
	margin-bottom: 25px;
}
.form-group.AddGuEsTBtN{
	padding-top: 10px;
}

.CalEnDaR-FoRM label{
	display: inline-block;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 14px;
}
.btn-addGuest,
.btn-addGuest:focus,
.btn-addGuest:hover{
	font-size: 16px;
	min-height: 44px;
	padding: 8px 16px;
	border-radius: 6px;
	color: #ffffff;
	line-height: 26px;
	background-color: rgb(0, 162, 255);
	border: 1px solid rgb(0, 162, 255);
}
.BaCkArRoW,
.BaCkArRoW:hover{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 43px;
	height: 43px;
	color: rgb(0, 162, 255);
	font-size: 24px;
	background-clip: padding-box;
	border: 1px solid rgba(77, 80, 85, 0.1);
	border-radius: 50%;
	margin-bottom: 24px;
	margin-left: 30px;
	text-decoration: none;
}
.ui-datepicker td.ui-datepicker-unselectable.ui-state-disabled span,
.ui-button.ui-state-disabled:hover, .ui-button.ui-state-disabled:active{
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	margin-right: auto;
	margin-left: auto;
	padding: 1px 0 0;
	color: rgba(77, 80, 85, 0.6) !important;
	font-size: 14px;
	text-align: center;
	border: 1px solid transparent !important;
	border-radius: 50%;
	background: transparent !important;
	line-height: 40px;
}
.styles-HighlightedItem{
	color: #06c29c;
}
.CTCODE {
    position: relative;
}
.CTCODE span {
    position: absolute;
    left: 15px;
    top: 12px;
    font-size: 18px;
    color: #333;
    display: flex;
    line-height: 24px;
}
.CTCODE span img {
    width: 19px;
    position: relative;
    top: 0;
    margin-right: 4px;
}
.CTCODE input {
    padding-left: 60px !important;
}

.CalEnDaR-ConFirMation{
	flex: 1 1 50%;
	width: 50%;
	transition: all 0.22s ease-out;
}
.ConFirMation-Container{
	width: 100%;
	max-width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.ConFirMation-HeAdER{
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid rgba(77, 80, 85, 0.1);
}
.ConFirMation-HeAdER h2{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	font-family: 'ProximaNovaSemibold', sans-serif;
}
.ConFirMation-HeAdER p{
	font-size: 16px;
	line-height: 1.5;
	color: #4d5055;
}
.fLoW-CoLuMn{}
.MaRkr-MaRkErICoN{
	margin-bottom: 12px;
}
.MaRkr-MaRkErICoN h2{
	margin: 0;
	color: rgb(77, 80, 85);
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
}
.MaRkr-MaRkErICoN h2 .fa{
	color: rgb(74, 145, 233);
	font-size: 21px;
	margin-right: 10px
}
.fLoW-CoLuMn .styles-Item p{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #4d5055;
	display: block;
	width: 100%;
}
.ConFirMation-FoOtER{
	margin-top: 20px;
	padding-top: 30px;
	text-align: center;
	border-top: 1px solid rgba(77, 80, 85, 0.1);
}
.SiGnUP-ConFirMation{
	margin-top: 10px;
}
.SiGnUP-ConFirMation h2{
	margin-top: 0;
	margin-bottom: 10px;
	color: rgb(77, 80, 85);
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	font-family: 'ProximaNovaSemibold', sans-serif;
}
.SiGnUP-ConFirMation form .input-group{}
.SiGnUP-ConFirMation form .input-group .form-control{
	padding: 11px 12px 10px 24px;
	color: rgb(77, 80, 85);
	font-size: 14px;
	word-wrap: normal;
	background-color: transparent;
	border: 1px solid  rgba(77, 80, 85, 0.6);
	border-right-style: none;
	border-radius: 50px 0 0 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 45px;
	box-shadow: none;
}
.SiGnUP-ConFirMation form .input-group .form-control:focus{
	box-shadow: none;
	border-width: 2px 0px 2px 2px;
	border-color:rgb(0, 162, 255);
	border-style: solid;
}
.SiGnUP-ConFirMation form .input-group-btn .btn-default{
	min-width: 100px;
	padding: 10px 12px 10px 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	background-color: rgb(0, 162, 255);
	border-radius: 0 50px 50px 0;
	border: 1px solid rgb(0, 162, 255);
	height: 45px;
}
.CalEnDaRRaDiOBuTtON{}
.CalEnDaRRaDiOBuTtON [type="radio"]:checked,
.CalEnDaRRaDiOBuTtON [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.CalEnDaRRaDiOBuTtON [type="radio"]:checked + label,
.CalEnDaRRaDiOBuTtON [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.CalEnDaRRaDiOBuTtON [type="radio"]:checked + label:before,
.CalEnDaRRaDiOBuTtON [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #014286;
    border-radius: 100%;
    background: #fff;
}
.CalEnDaRRaDiOBuTtON [type="radio"]:checked + label:after,
.CalEnDaRRaDiOBuTtON [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #014286;
    position: absolute;
    top: 5px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.CalEnDaRRaDiOBuTtON [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.CalEnDaRRaDiOBuTtON [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.CalEnDaRRaDiOBuTtON label{
	font-size: 18px;
	line-height: 22px;
	color: #4D5055;
	margin-bottom: 24px;
	font-weight: normal;
	padding-top: 5px;
	font-family: 'ProximaNovaRegular', sans-serif;
}
.CalEnDaRRaDiOBuTtON .RaDiOBuTtON-SeCtIoN label{
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	padding-top: 0px;
	color: #333333;
	font-family: 'ProximaNovaRegular', sans-serif;
}
footer{
	text-align: center;
	background-color: #fff;
	margin-top: 50px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}