﻿/*div.calendar
{
    cursor: pointer;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    background-image: url('/Content/Image/Go/calendar.png');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: .25em;
    margin-left: 5px;
}*/

div.full_frame {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: Black;
    filter: alpha(opacity=50); /*Use in IE MAX = 100*/
    opacity: 0.5; /*CSS 3 Opacity MAX = 1.0 Remark: 100=1.0, 20=0.2*/
}

input.inp, select.inp {
    width: 150px;
    height: 22px;
    line-height: 22px;
    background: white;
    border: 1px solid #4ea5c8;
}

.language_sel {
    background: white none repeat scroll 0 0;
    border: 1px solid #4ea5c8;
    height: 22px;
    line-height: 22px;
    width: 98px;
}

.flight_sel {
    background: white none repeat scroll 0 0;
    border: 1px solid #4ea5c8;
    height: 22px;
    line-height: 22px;
    width: 100px;
}

textarea {
    height: 60px;
    vertical-align: top;
    resize: none;
    background: white;
    border: 1px solid #4ea5c8;
}

input.btn {
    width: 80px;
    height: 22px;
    color: white;
    background-color: #6abd45;
    border: 1px solid #509d2e;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}

    input.btn:hover {
        color: white;
        background-color: #509d2e;
    }

input.btn_blu {
    width: 80px;
    height: 22px;
    color: white;
    background-color: #0fafc5;
    border: 1px solid #0088ba;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}

    input.btn_blu:hover {
        color: white;
        background-color: #0088ba;
    }

input.btn_sel, input.btn_copy_link {
    width: 80px;
    height: 22px;
    color: #ffffff;
    background-color: #66a435;
    border: 2px solid #ffffff;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}

    input.btn_sel:hover, input.btn_copy_link:hover {
        background-color: #7ac242;
    }

input.btn_sel_cir {
    width: 30px;
    height: 30px;
    color: #66a435;
    background-color: #ffffff;
    border: 1px solid #66a435;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}

    input.btn_sel_cir:hover {
        border: 1px solid #66a435;
        background-color: #7ac242;
    }

div.ui_tooltip {
    cursor: pointer;
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
    background-image: url('/Content/Image/tooltip.png');
    display: inline-block;
    vertical-align: middle;
    margin-bottom: .25em;
    margin-left: 5px;
}

div.circle-white {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #66a435;
    background-color: #ffffff;
    font-weight: bold;
    border: 1px solid #66a435;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}

div.arrow-left-white {
    width: 0;
    height: 0;
    cursor: pointer;
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid white;
    vertical-align: middle;
    margin-right: 10px;
}

    div.arrow-left-white:hover {
        border-right: 7px solid #c7dde5;
    }

div.arrow-right-white {
    width: 0;
    height: 0;
    cursor: pointer;
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid white;
    vertical-align: middle;
    margin-left: 10px;
}

    div.arrow-right-white:hover {
        border-left: 7px solid #c7dde5;
    }

img.magnify {
    cursor: pointer;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    vertical-align: middle;
    margin-bottom: .25em;
    margin-left: 5px;
}

.rqf {
    color: red;
}

.fa-rotate-315 {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

.fa-rotate-135 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.fa-rotate-225 {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.fa {
    color: #0fafc5;
}

div.calendar {
    padding-left: 5px;
    cursor: pointer;
}

.qr-payment-term ul > li {
    font-size: 11.5px;
}
