﻿.ui_textbox, .ui_select, .ui_textarea
{
    width: 200px;
    height: 22px;
    background: white;
    border: 1px solid #dbdfe6;
}
/*Add 21/06/2016*/
.ui_textbox_file
{
    width: 75px;
    height: 20px;
}
.ui_textbox_file2
{
    width: 175px;
    height: 22px;
    background: white;
    /*border: 1px solid #dbdfe6;*/
    border: 1px solid white;
}
.ui_readonly
{
    background: #dddddd;
    border: 1px solid #dbdfe6;
}
.ui_textarea
{
    height: 60px;
    vertical-align: top;
    resize: none;
}
.ui_txt_calendar
{
    width: 85px;
    text-align: center;
}
.ui_calendar
{
    cursor: pointer;
    width: 18px;
    min-width: 18px;
    height: 20px;
    min-height: 20px;
    background-image: url('/Content/Image/calendar.png');
    display: inline-block;
    vertical-align: middle;
    margin-bottom: .25em;
    margin-left: 5px;
}
.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;
}
.ui_magnify
{
    cursor: pointer; 
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    vertical-align: middle;
    margin-bottom: .25em;
    margin-left: 5px;
}
/*ปุ่ม Login*/
.ui_btn_login
{
    color: white;
    border: 2px solid white;
    background-color: #0088ba;
    font-weight: bold;
    cursor: pointer;
    width: 80px;
    height: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}
.ui_btn_login:hover
{
    color: #0088ba;
    background-color: #efefef;
}

/*ชุดปุ่มที่ 1*/
.ui_button_1, .ui_button_2
{
    color: white;
    background-color: #0fafc5;
    border: 1px solid #0088ba;
    font-weight: bold;
    cursor: pointer;
    width: 80px;
    height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}
.ui_button_1:hover
{
    color: white;
    background-color: #0088ba;
}

.ui_button_2
{
    color: white;
    background-color: #7ac242;
    border: 1px solid #5fc112;
}
.ui_button_2:hover
{
    color: white;
    background-color: #5fc112;
}
.ui_button_1_disabled
{
    background: #f0f0f0;
    border: 1px solid;
    color: #000;
    cursor:pointer;
        width: 80px;
    height: 24px;
}
/*ปุ่มที่ 1*/

/*ปุ่มใน List*/
.ui_btn_list
{
    color: white;
    background-color: #0fafc5;
    border: 1px solid #0088ba;
    font-weight: bold;
    cursor: pointer;
    width: 80px;
    height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}
.ui_btn_list:hover
{
    color: white;
    background-color: #0088ba;
}
/*ปุ่มใน List*/

/*ปุ่ม Upload*/
.ui_btn_fileup
{
    color: white;
    background-color: #0fafc5;
    border: 1px solid #0088ba;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    width: 120px;
    height: 22px;
    padding-bottom: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}
.ui_btn_fileup:hover
{
    color: white;
    background-color: #0088ba;
}
/*ปุ่ม Upload*/

/*Begin ชุดหัว Column Bar*/
.ui_bar
{
    width: 100px;
    height: 26px;
    line-height: 26px;
    border-top: 1px solid #0fafc5;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    /*-webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;*/
    background: #cee3f6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cee3f6), to(#f5f5f5));
    background: -webkit-linear-gradient(#cee3f6, #f5f5f5);
    background: -moz-linear-gradient(#cee3f6, #f5f5f5);
    background: -ms-linear-gradient(#cee3f6, #f5f5f5);
    background: -o-linear-gradient(#cee3f6, #f5f5f5);
    background: linear-gradient(#cee3f6, #f5f5f5);
    -pie-background: linear-gradient(#cee3f6, #f5f5f5);
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}
.ui_bar li
{
    line-height: 26px !important;
    color: black;
    font-weight: bold;
    display: inline-block;
    zoom:1; *display:inline;
}
/*End ชุดหัว Column*/

/*Begin Class lightLine :: List data style*/
.lightLine{}
.lightLine ul
{
    border-bottom: 1px dotted #0088ba;
}
.lightLine ul:hover
{
    background-color: #fffacd;
}
.lightLine li
{
    line-height: normal !important;
    vertical-align: top !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: auto !important;
}
.lightLine span.link
{
    color: #298cbb;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    text-align: inherit;
}
.lightLine span.link:hover
{
    color: blue;
    text-decoration: underline;
}
span.link
{
    color: #298cbb;
    cursor: pointer;
}

.lightLine span.linkexpc
{
    color: red;
    cursor: pointer;
    display: inline-block;
    text-align: inherit;
}
.lightLine span.linkexpc:hover
{
    color: red;
    text-decoration: underline;
}
span.linkexpc
{
    color: red;
    cursor: pointer;
}

/*End*/

div.float_bottom
{
    width: inherit;
    position: absolute; 
    bottom: 0; 
    margin-bottom: 10px; 
    text-align: center;                                
}
.div_bg_full
{
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;	
	position: fixed;
	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*/
}

/*TAB CONTENT*/
.ct_background
{
    padding: 2px 0 0 2px;
    border: 1px solid #b0d2ed;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eaf3fc 50%, #e5f2fa 51%, #dceef8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#eaf3fc), color-stop(51%,#e5f2fa), color-stop(100%,#dceef8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eaf3fc 50%,#e5f2fa 51%,#dceef8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eaf3fc 50%,#e5f2fa 51%,#dceef8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eaf3fc 50%,#e5f2fa 51%,#dceef8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#eaf3fc 50%,#e5f2fa 51%,#dceef8 100%); /* W3C */
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}
.ct_blue_border
{
    width: 100%;
    border: 1px solid #61bceb;
    color: #61bceb;
    font-weight: bold;
    padding: 5px 7px;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}
.ct_blue
{
    border: 1px solid #428bcf;
    background: #61bceb; /* Old browsers */
    background: -moz-linear-gradient(top,  #61bceb 0%, #61bceb 50%, #36aadb 51%, #61bceb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61bceb), color-stop(50%,#61bceb), color-stop(51%,#36aadb), color-stop(100%,#61bceb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #61bceb 0%,#61bceb 50%,#36aadb 51%,#61bceb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #61bceb 0%,#61bceb 50%,#36aadb 51%,#61bceb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #61bceb 0%,#61bceb 50%,#36aadb 51%,#61bceb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #61bceb 0%,#61bceb 50%,#36aadb 51%,#61bceb 100%); /* W3C */
}
.ct_green
{
    border: 1px solid #67bf44;
    background: #88c96f; /* Old browsers */
    background: -moz-linear-gradient(top,  #88c96f 0%, #88c96f 50%, #6abd4b 51%, #88c96f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88c96f), color-stop(50%,#88c96f), color-stop(51%,#6abd4b), color-stop(100%,#88c96f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #88c96f 0%,#88c96f 50%,#6abd4b 51%,#88c96f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #88c96f 0%,#88c96f 50%,#6abd4b 51%,#88c96f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #88c96f 0%,#88c96f 50%,#6abd4b 51%,#88c96f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #88c96f 0%,#88c96f 50%,#6abd4b 51%,#88c96f 100%); /* W3C */
    
}
.ct_violet
{
    border: 1px solid #a2688e;
    background: #b889ab; /* Old browsers */
    background: -moz-linear-gradient(top,  #b889ab 0%, #b889ab 50%, #9f6e8e 51%, #b889ab 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b889ab), color-stop(50%,#b889ab), color-stop(51%,#9f6e8e), color-stop(100%,#b889ab)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b889ab 0%,#b889ab 50%,#9f6e8e 51%,#b889ab 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b889ab 0%,#b889ab 50%,#9f6e8e 51%,#b889ab 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b889ab 0%,#b889ab 50%,#9f6e8e 51%,#b889ab 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b889ab 0%,#b889ab 50%,#9f6e8e 51%,#b889ab 100%); /* W3C */
    
}
.ct_blue, .ct_green, .ct_violet
{
    width: 100%;
    color: White;
    font-weight: bold;
    padding: 5px 7px;
    border-bottom: 0px;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}
.ct_body, .ct_body_1
{
    width: 100%;
    padding: 2px 7px;
    border: 1px solid #c9c9c9;
    background-color: #ededed;
    border-top : 0px;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}
.ct_body_1
{
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
/*TAB*/



.bookingdetail {
    width: 60%;
    text-align: left;
    padding: 2.5px 0px 2.5px 0px;
    padding: 5px 5px 5px 0px;
    font-weight: bold;
    color: White;
    font-size: 10pt;
    background: #0088ba;
    background: -moz-linear-gradient(top, #7C0000 0%, #bb0000 100%);
    background: -webkit-linear-gradient(top, #7C0000 0%, #bb0000 100%);
    background: linear-gradient(to bottom, #7C0000 0%, #bb0000 100%);
}

.pricedetails {
    width: 40%;
    text-align: right;
    padding: 5px 5px 5px 0;
    font-weight: bold;
    color: White;
    font-size: 10pt;
    background: #0088ba;
    background: -moz-linear-gradient(top, #7C0000 0%, #bb0000 100%);
    background: -webkit-linear-gradient(top, #7C0000 0%, #bb0000 100%);
    background: linear-gradient(to bottom, #7C0000 0%, #bb0000 100%);
}

.pricedetails_content {
    background-color: #d9e4e8;
    padding: 2.5px 0px 2.5px 0;
}

.pricedetails_content_Right {
    background-color: #d9e4e8;
    padding: 2.5px 0px 2.5px 0;
    text-align: right;
}

.flight_information {
    background-color: #d9e4e8;
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    color: Black;
    font-size: 10pt;
}
.infoBank {
    background-color: #d9e4e8;
}
.qr-content {
    margin-top: 50px;
    text-align: center;
}


.qr-tag {
    color: #3D3C3C;
    margin: 0 auto;
    padding: 5px;
    width: 180px;
    height: 220px;
    border: 1px solid #ccc;
    text-align: center;
}

    .qr-tag > img {
        margin: 3px;
    }
