* {
    margin:0;
    padding:0;
    font-family:arial;
    font-size:13px;
    color:#444;
}

.full-div{
    float: left;
    width: 100%;
    overflow: auto;
}

.full-div-center{
    float: left;
    width: 100%;
    overflow: auto;
    text-align: center;
}

.float-div-left{
    float: left;
    width: auto;
}

.float-div-right{
    float: right;
    width: auto;
}

.space-div-5{
    float: left;
    width: 100%;
    height: 5px;
}

.space-div-10{
    float: left;
    width: 100%;
    height: 10px;
}

.space-div-20{
    float: left;
    width: 100%;
    height: 20px;
}

.space-div-40{
    float: left;
    width: 100%;
    height: 40px;
}

.space-div-80{
    float: left;
    width: 100%;
    height: 80px;
}

h1{
    font-size: 26px;
    font-family: arial;
    font-weight: normal;
}

h2{
    padding: 0;
    margin: 0;
    font-size: 23px;
    font-family: arial;
    font-weight: normal;
    color: #2074BE;
}

h3{
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-family: arial;
    font-weight: normal;
    color: #2074BE;
}

li{
    list-style-position: inside;
}

.tc-orange-button{
    -moz-border-radius:2px !important;
    -webkit-border-radius:2px !important;
    border-radius: 2px !important;
    border:none;
    color: #FFFFFF;
    font-family: arial !important;
    margin: 0;
    cursor:pointer;
    text-decoration:none;
    display:inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px;
    background-color: #FF7403;
    -webkit-appearance: none;
}

.tc-blue-button{
    -moz-border-radius:2px !important;
    -webkit-border-radius:2px !important;
    border-radius: 2px !important;
    border:none;
    color: #FFFFFF;
    font-family: arial !important;
    margin: 0;
    cursor:pointer;
    text-decoration:none;
    text-align: center;
    display:inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px;
    background-color: #2074BE;
    -webkit-appearance: none;
}

.tc-grey-button{
    -moz-border-radius:2px !important;
    -webkit-border-radius:2px !important;
    border-radius: 2px !important;
    border:none;
    color: #444;
    font-family: arial !important;
    margin: 0;
    cursor:pointer;
    text-decoration:none;
    text-align: center;
    display:inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px;
    background-color: #ccc;
    -webkit-appearance: none;
}

.tc-link{
    color: #2074BE;
    text-decoration: none;
}

.tc-link:hover{
    color: #FF7403;
}

.tc-container{
    overflow: auto;
    padding: 0px 10px;
}

.tc-box{
    margin: 0% 2%;
    width: 86%;
    overflow: auto;
    background: #fff;
    padding: 5%;
    box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
}

.border-bottom{
    border-bottom: 1px solid #CCC;
}

.tc-input{
    border: 1px solid #ccc;
    padding: 9px;
    width: 180px;
    -webkit-appearance: none;
}

label.error{
    color: #BE0000;
}

input.error,
select.error,
textarea.error{
    border: 1px solid #BE0000;
}

/* Header Start */
.header-row-1{
    background: url("/images/texture.min.png") repeat scroll 0 0 #444;
    padding: 10px;
    overflow: auto;
}

.header-row-2{
    padding: 10px;
    overflow: auto;
    background: url("/images/texture.min.png") repeat scroll 0 0 #666;
}

.header-row-2 table{
    width: 100%;
}

.header-credits-balance{
    text-align: left;
}

.header-credits-balance p{
    color: #fff;
}

.header-buy-credits{
    text-align: right;
}

.header-buy-credits a{
    text-align: center;
}
/* Header End */

/* Main Start */
.main{
    background: url("/images/texture.min.png") repeat scroll 0 0 #f5f5f5;
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    min-height: 400px;
}
/* Main End */

/* Footer Start */
.footer{
    background: url("/images/texture.min.png") repeat scroll 0 0 #444;
}

.footer-copyright{
    color: #888;
}

.footer-link{
    text-decoration: none;
    color: #888;
    font-size: 13px;
}

.footer-link:hover{
    color: #DDD;
}
/* Footer End */

/* Jquery UI Dialog Start */
.ui-widget-overlay {
    background-color: rgba(30, 30, 30, 0.9) !important;
    opacity: 0.9 !important;
    background-image: none !important;
}

.ui-dialog{
    border: none !important;
    padding: 0 !important;
    -moz-border-radius:2px !important;
    -webkit-border-radius:2px !important;
    border-radius: 2px !important;
}

.ui-dialog-titlebar{
    display: none !important;
}

.ui-dialog-content{
    padding: 15px !important;
}
/* Jquery UI Dialog End */

/* TC Autocomplete Start */
.tc-autocomplete{
    border: 1px solid #DDD;
    padding: 4px;
    width: 170px;
    font-size: 13px;
}

.tc-autocomplete-dd{
    padding: 0;
    margin: 0;
    list-style-position: inside;
    list-style-type: none;
    float: left;
    width: auto;
    position: absolute;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    z-index: 2000;
    background: #FFF;
    box-shadow: 0 4px 4px -2px #000;
    -webkit-box-shadow: 0 4px 4px -2px #000;
    -moz-box-shadow: 0 4px 4px -2px #000;
}

.tc-autocomplete-dd li{
    border-bottom: 1px solid #DDD;
    padding: 6px 3px;
    display: block;
    font-family:arial;
    font-size: 12px;
    cursor: pointer;
}

.tc-autocomplete-dd li:nth-child(even){
    background-color: #F2F2F2;
}

.tc-autocomplete-dd li:hover,
.tc-autocomplete-dd li.selected{
    background-color: #444;
    color: #FFF;
}

.tc-phone{
    background: url("../../images/noise.png") repeat;
    overflow: auto;
}
/* TC Autocomplete End */

/* Agent drawer */
/* Menu for travel agents */
.menu-button-holder {
    position: absolute;
    top: 12px; right: 12px;
}
.menu-button-holder img { height: 20px; width: 20px; }
.mobile-menu {
    display: none;
    position: fixed;
    right: 0; top: 0;
    z-index: 101;
    width: 100%; height: 100%;
    background-color: #eee;
}
.mobile-menu.mobile-menu-open { display: block; }
.mobile-menu #close-mobile-menu {
    text-decoration: none;
    display: inline-block;
    padding-left: 5px;
    font-size: 22px;
    line-height: 22px;
    color: #888;
}
.mobile-menu #header-menu ul {
    list-style: none;
}
.mobile-menu #header-menu ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.mobile-menu #header-menu ul li a {
    font-size: 22px;
    display: inline-block;
    text-decoration: none;
    color: #444;
    padding-left: 25px;
}

