﻿
#load_ajax {
    display: none;
    /*position: fixed;*/
    /*left: 0px;*/
    top: 0px;
    /*width: 100%;
    height: 100%;*/
    /*z-index: 9999;*/
    /*z-index: 99999;*/ /*101218*/
    /*background: url('/img/ajax-loader.gif') 50% 50% no-repeat rgb(224, 224, 224);*/
    /*background: url('/img/ajax-loader.gif') no-repeat;*/
    /*opacity: 0.5;*/
    
    margin-top: 200px;
    margin-left: 45%;
    width: 10%;
    height: 10%;
    position: absolute;
}



/*co 180721*/
/*input[name='start']
{
    background-color: Black;    
}*/


.map-popup {
	background: #fff;
    width: 253px;
    border-radius: 10px;
	height: 179px;
    padding: 15px;
    right: 20%;
	top: 40px;
	overflow: hidden;
	display: block;
	opacity: 1;
	-webkit-transition: opacity 0.5s linear;
        -moz-transition: opacity 0.5s linear;
        -ms-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
}

.map-popup .go-to-details {
	display: block;
	clear: both;
	text-decoration: underline;
}
.map-popup p {
	padding: 0;
}
.close-map-popup {
	color: #0D2548;
	cursor: pointer;
	font-size: 18px;
	left: 10px;
	position: absolute;
	top: 5px;
}

.close-map-popup:hover {
	color: #FF9600;
}
.map-popup:after {
	color: #FFFFFF;
    
    font-size: 35px;
    left: -26px;    
    position: absolute;
    top: 60px;
}
.map-popup p {
	color: #AFAFAF;
    float: right;
    font-size: 11px;
    width: 50%;
}
.map-popup img, .map-popup h6 {
	float: right;
}
.map-popup img {
	margin: 0 0 10px 10px;
}
.map-popup button {
	float: left;
}


.button-continue {
	background: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	height: 35px;
	font-weight: bold;
	font-size: 15px;
	width: 115px;
}
.button-continue:hover {
	background: url('../../img/site-images.png') no-repeat -340px -60px;
}



/*.tt-dropdown-menu div div:before {
    content: "\f0f7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 15px;
    padding-right: 0.5em;
    position: absolute;
    top: 1px;
    left: 0;
}*/
.tt-dropdown-menu div
{
    color: #000;
    opacity: 0.9; 
    background: whitesmoke;
    cursor: pointer; 
    width: 350px;
}
    
.tt-dropdown-menu div div
{
    padding-left: 20px; 
    padding-right: 10px;
    width: 100%;

 }

.tt-dropdown-menu div div:hover
{
    background: #23B4ED;
    color: white; 
    font-weight: bold;
}


    
    
.row.totalSum{
       padding: 0 0 0 10px; 
       font-weight: bolder;
    }

.txtRight { /*161121*/
    text-align: right;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* Required for text-overflow to do anything */
    /*d-inline-block: -webkit-calc();
    text-truncate: calc();*/
    /*display: -webkit-box;
    max-width: 400px;
    height: 109.2px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.625;*/
}
    .txtRight:hover {
        /*overflow: visible;*/
        max-width: 500px;
        height: 109.2px;
        display: block;
        text-overflow: clip;
        overflow-y: visible;
        white-space: normal;
    }

    
#pnrPayFrm {
    height: 100%;
}

.pay-center-relative {
    left: 50% !important;
    position: relative !important;
    top: 20px !important;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.btn-primary.disabled, .btn-primary[disabled], .btn-primary[disabled]:hover {
    background-color: #dde0e2;
    /*background-color: #FF9600;*/ /*#428bca;*/
    border: 1px solid #737373;
    color: #737373;
    /*border-color: #e27513;*/
    /*border-color: #357ebd;*/
    /*color: #FF9600;*/
}

.addrm {
    padding: 10px;
    background-color: transparent;
    border: none;
}