*,
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    background: transparent;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

button,
input,
img,
a img {
    border: 0;
    max-width: 100%;
}

section,
header,
footer,
article,
aside,
nav,
figcaption,
figure {
    display: block
}


/*Global Style*/

body {
    font: 12px 'Roboto', 'Arial', 'Helvetica', 'sans-serif';
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

h1 {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}

h2 {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
}

h3 {
    font-size: 10px;
    font-weight: 400;
    color: #000;
}

h3.mod {
    font-weight: bold;
    font-size: 12px;
    width: 98%;
    display: inline-block;
    text-align: center;
    margin: 0;
    color: #fff;
    line-height: 23px;
}

.graph .labels.x-labels {
    fill: white;
    text-anchor: middle;
}

.graph .labels.y-labels {
    fill: white;
    text-anchor: end;
}

.graph {
    background: linear-gradient(to bottom, rgba(0, 173, 239, 1), rgba(17, 175, 239, 1), rgba(88, 203, 245, 1), rgba(111, 210, 246, 1));
    height: 435px;
    width: 415px;
}

.graph .grid {
    stroke: #F8F8F8;
    stroke-dasharray: 0;
    stroke-width: 0.5;
}

.labels {
    font-size: 13px;
}

.lab {
    font-size: 7px;
}

.lab_m {
    font-size: 10px;
}

.label-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    fill: white;
}


/* .data {
          stroke-width: 1;
        } */


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 70px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modl {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 70px;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-con {
    position: absolute;
    left: 20%;
    /*relative  change absolute; add left:20%*/
    background-color: #fefefe;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #888;
    width: 800px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #888;
    width: 420px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.close {
    color: white;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.close1 {
    color: white;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
}

.close1:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 0px;
    background: #094359;
    color: #ffffff;
    text-transform: uppercase;
}

.modal-header h2 {
    display: inline;
    font-size: 12px;
    margin: 0 155px;
    font-weight: bold;
    text-align: center;
    line-height: 23px;
    padding: 4.5px 2px;
}

.modal-body {
    padding: 2px 2px;
    background: linear-gradient(to bottom, rgba(0, 173, 239, 1), rgba(17, 175, 239, 1), rgba(88, 203, 245, 1), rgba(111, 210, 246, 1));
}

.modal-dialog {}

.flt {
    float: left
}

.flr {
    float: right
}

.clr {
    clear: both
}

a {
    color: #00B6F1;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#header a:hover {
    color: #fff;
}

a.active {
    color: #fff;
    position: relative;
}

.txt {
    color: #007ca4;
}

.darkbluemain {
    color: #007ca4;
    height: 15px;
}

.darkbluemain1 {
    height: auto;
    font-size: 10px;
}

.subtxt {
    color: #2e2d32;
    height: 15px;
    width: 100px;
}

.subtxtcol {
    color: #007ca4;
}

.tabhead {
    height: 23px;
}

.tbrow {
    height: 50px;
}

.orange_txt {
    color: #ec720c;
    cursor: pointer;
    padding: 0 0 0 6px;
}

.dark_blue {
    color: #007ca4;
}

.cell {
    width: 50px;
}

.cell-1 {
    width: 80px;
}

.unit {
    display: inline;
    margin-left: 5px;
}

.paddingtable {
    padding: 0 0 30px 0;
}

.line_height {
    line-height: 18px;
}

.txt-trans {
    text-transform: uppercase;
}

.tablehead th {
    text-transform: uppercase;
    height: 25px;
    text-align: left;
    vertical-align: middle;
    padding: 0 15px;
    border: 1px solid black;
}

.query {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url("../images/drop_arrow1.png") no-repeat scroll 90px 6px;
    border: 1px solid #9b9b9b;
    border-radius: 0;
    color: #9b9b9b;
    cursor: pointer;
    font-size: 14px;
    height: 27px;
    padding: 0 5px 0 15px;
    width: 130px;
    margin-right: 15px;
}

@media print {
    #header, #footer{ display: none !important; }
    .heading_frt{display: none !important; }
    .downn{display: none !important;}
    .imgbox{margin-left:4.7625mm !important;}
    .aircraft{display: none !important;}
    .downArr{display: none !important;}
    .pagination{display: none !important;}
    * {-webkit-print-color-adjust:exact;}
} 

.new {
    height: 25px;
    width: 115px;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    color: #000;
    padding-left: 5px;
    font-family: Roboto;
    margin-left: 105px;
    margin-right: -8px;
}
.new1 {
    padding: 0px 5px;
    cursor: pointer;
    border-left: none;
    width: 115px;
    height: 27px;
    background: #ec720c;
    color: #fff;
    border: 1px solid #ec720c;
    font-family: Roboto;
    position: relative;
    left: 13px;
}

.savqueries {
    border: 1px solid #fff;
    color: #fff;
    width: 130px;
    height: 27px;
    cursor: pointer;
}

.data {
    color: #007ca4;
}

.ome {
    color: #007ca4;
}

.mar_top {
    margin-top: 8px;
}

.marginicon_top {
    margin-top: 2px;
}

.m-left {
    margin-left: 30px;
}

.mar-left {
    margin-left: 4px;
}

.m-rght {
    margin-right: 15px;
}

.route_avg {
    margin-left: 25px;
}

.cbox {
    width: 15px;
    height: 15px;
}
tr.noBorder td {
    border: none;
}

.color-text a.dark_blue1 {
    color: #007ca4;
    text-decoration: underline;
}

.color-text a.dark_blue1:hover {

    text-decoration: none;
}

#downloadflightlog {
    margin-top: 6px;
    margin-right: 8px;
    cursor: pointer;
    text-transform: uppercase;
    color: #007ca4;
}

#downloadflightlog:hover {
    text-decoration: underline;
}

.noremarks_txt {}

.canvas_seatting {
    background-color: #007ca4;
    height: 0px;
    width: 100%;
    margin: auto;
}

.canvas_div_pdf {
    margin-top: -33px;
    margin: auto;
    width: 1000px;
    position: relative;
    top: -56px;
}

.loading_image {
    display: none;
    position: absolute;
    width: 100%;
    height: 1722vh;
    background-color: rgba(0, 0, 0, 0.6);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}


.loader {

    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading_text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 145px;
    margin-left: 70px;
    font-size: 15px;
    text-align: center;
}

@media print {

    #header,
    #footer {
        display: none !important;
    }

    .heading_frt {
        display: none !important;
    }

    .downn {
        display: none !important;
    }

    .imgbox {
        margin-left: 4.7625mm !important;
    }

    .color-text {
        display: none !important;
    }

    .canvas_seatting {
        height: 0;
    }

    .canvas_div_pdf {
        position: relative;
        top: -60 !important;
    }

    * {
        -webkit-print-color-adjust: exact;
    }
}

tr.noBorder td {
    border: none;
}

.cboxcheck {
    vertical-align: middle;
    margin-right: 6px;
    width: 15px;
    height: 15px;
}

.visibility {
    display: none;
}

.txt-time {
    padding-left: 6px;
}

.errorMessage {
    text-align: center;
    font-weight: 400;
    color: #fff;
    margin: 0px auto;
    display: block;
    padding-top: 4px;
}

input[type="checkbox"] {
    -webkit-border-radius: 0px;
}


/*home page style*/

#header .lftmenu a {
    position: relative;
    display: inline-block;
}

#header .lftmenu a.active::after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #007CA4;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -4px;
    margin-bottom: -2px;
}

#header .rghtmenu a {
    position: relative;
}

#header .rghtmenu a.active::after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #007CA4;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -4px;
    bottom: -13px;
    margin-bottom: -2px;
}

#contentBox {
    width: 100%;
    margin: 0 auto;
    min-width: 980px;
    /*box-shadow: 0px 0px 10px #989898; -moz-box-shadow: 0px 0px 10px #989898; -webkit-box-shadow: 0px 0px 10px #989898; -ms-box-shadow: 0px 0px 10px #989898;*/
}

#header {
    line-height: 33px;
    background: #000;
    color: #00B6F1;
    width: 100%;
    background: rgba(41, 44, 51, 1);
    background: -moz-linear-gradient(left, rgba(41, 44, 51, 1) 0%, rgba(41, 44, 51, 1) 87%, rgba(1, 123, 164, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 44, 51, 1)), color-stop(87%, rgba(41, 44, 51, 1)), color-stop(100%, rgba(1, 123, 164, 1)));
    background: -webkit-linear-gradient(left, rgba(41, 44, 51, 1) 0%, rgba(41, 44, 51, 1) 87%, rgba(1, 123, 164, 1) 100%);
    background: -o-linear-gradient(left, rgba(41, 44, 51, 1) 0%, rgba(41, 44, 51, 1) 87%, rgba(1, 123, 164, 1) 100%);
    background: -ms-linear-gradient(left, rgba(41, 44, 51, 1) 0%, rgba(41, 44, 51, 1) 87%, rgba(1, 123, 164, 1) 100%);
    background: linear-gradient(to right, rgba(41, 44, 51, 1) 0%, rgba(41, 44, 51, 1) 87%, rgba(1, 123, 164, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#292c33', endColorstr='#017ba4', GradientType=1);
}

.container {
    width: 980px;
    margin: 0 auto;
}

#contentBox .hText h1 span {
    float: left;
    padding-right: 20px;
}

#contentBox .hText .logotailog {
    float: left;
    padding-right: 20px;
    padding-top: 10px;
}

.imgbox {
    width: 43px;
    height: 43px;
    float: left;
    padding-right: 20px;
    padding-top: 10px;
}

.imgbox img {
    border: solid 1px white;
    border-radius: 50%;
}


/*NEED TO FURTHER USE
        .details_Ctp .flight_subrow h3:nth-child(2) { margin-left:-20px; }
        .details_Ctp .flight_subrow h3:nth-child(3) { margin-left:-40px; }
*/

#header .lftmenu ul.flt li {
    padding-right: 50px;
}

.heading_frt .download {
    margin-top: 15px;
}

.heading_frt .savqueries {
    margin: 25px 0px 0px 15px;
}

#header .lftmenu {
    padding: 0px;
    margin-left: 63px;
}


/*change margin-left:78 to 63px*/

#header .lftmenu ul {
    list-style-type: none;
    font-size: 12px;
}

#header .lftmenu ul li {
    display: inline-block;
    line-height: 33px;
}

#header .lftmenu .close {
    margin-left: 5px;
    cursor: pointer;
}

#userName {
    padding-right: 18px;
    background: url("../images/arrow_down1.png") no-repeat right center;
}

#header .rghtmenu {
    text-align: center;
    margin-right: 20px;
}

#header .rghtmenu .logoutline {
    border-left: 1px solid #00B6F1;
    padding-left: 20px;
    display: inline-block;
}


/* change padding padding-left:10px to 20px;*/

#header .rghtmenu1 {
    text-align: center;
    padding-left: 5px;
    margin-left: 15px;
}

#contentBox .hText {
    height: 64px;
    width: 100%;
    background-color: #007CA4;
    color: #fff;
}

#contentBox h1 {
    float: left;
    line-height: 64px;
}


/*padding-top:10px remove and line-height 64 and margin-left:15px; removed*/

#contentBox .hText .saveQuery {
    color: #fff;
    padding: 5px;
    border: 1px solid #fff;
    right: 10px;
    top: 30px;
    position: relative;
    cursor: pointer;
}

.aircraft {
    width: 100%;
    float: left;
    margin: 0 5px 0 5px;
    padding: 8px 0;
}

.aircraft_time {
    width: 100%;
    float: left;
}

.savechange {
    margin-top: 26px;
    width: 130px;
    margin-right: 15px;
    line-height: 25px;
    background: #ec720c;
    color: white;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ec720c;
    font-family: Roboto;
}

.aircraft .savechange {
    margin-top: 13px;
    width: 130px;
    margin-right: 0px;
    line-height: 27px;
    background: #ec720c;
    color: white;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ec720c;
}

.aircraft .aircraft1 {
    margin-right: 10px;
}

.aircraft .aircraft1 select {
    height: 25px;
    width: 115px;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    color: #000;
    padding-left: 5px;
    background: url(../images/drop_arrow1.png) no-repeat 94px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Roboto;
}
tr.noBorder td {
    border: none;
}	
.js-arrow-down {    display: inline-block;    width: 0;    height: 0;    border-left: 4px solid transparent;    border-right: 4px solid transparent;    border-top: 6px solid #fff;    position: relative;}.js-arrow-up {    display: inline-block;    width: 0;    height: 0;    border-left: 4px solid transparent;    border-right: 4px solid transparent;    border-bottom: 6px solid #fff;    position: relative;        bottom: 2px;} 

option {
    height: 25px;
    padding: 6.5px 5px 0;
    line-height: 25px;
}

.multiple_select option {
    line-height: 18px;
    height: 18px;
    padding-top: 4px;
}

.aircraft .aircraft2 {
    margin-right: 10px;
    background: #fff;
}

.aircraft .aircraft2 select {
    margin-left: 2px;
    height: 25px;
    width: 210px;
    border: 1px solid #9b9b9b;
    color: #000;
    padding-left: 5px;
    background: url(../images/drop_arrow1.png) no-repeat 189px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Roboto;
}

.aircraft .aircraft2 input {
    text-transform: uppercase;
    margin-left: 2px;
    height: 23px;
    width: 200px;
    border: 1px solid #9b9b9b;
    color: #000;
    padding-left: 5px;
    background: url(../images/drop_arrow1.png) no-repeat 186px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Roboto;
}

.aircraft .searchBox {
    width: 450px;
    background: #fff;
    margin-top: -1px;
}

.aircraft .searchBox input {
    border: 1px solid #9c9c9c;
    width: 290px;
    height: 23px;
    color: #000;
    padding-left: 5px;
    font-family: Roboto;
}

.aircraft .searchBox .btn {
    padding: 0px 5px;
    cursor: pointer;
    border-left: none;
    width: 130px;
    height: 27px;
    margin-left: 9px;
    background: #ec720c;
    color: #fff;
    border: 1px solid #ec720c;
    position: relative;
    left: 40%;
    font-family: Roboto;
}

.aircraft .download {
    background: #fff;
    height: 40px;
    padding: 12px 30px 0px 30px;
}

.aircraft img.downArr {
    width: 26px;
    height: 26px;
    padding-top: 2px;
    cursor: pointer;
    margin-left: -5px;
}

.aircraft .queries {
    line-height: 54px;
}

.aircraft .queries select {
    height: 30px;
    padding-right: 25px;
    border: none;
    color: #fff6ee;
    padding-left: 5px;
    background: url(../images/arrow_down1.png) no-repeat 61px 8px #e9740d;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#section {
    width: 100%;
    background: #fff;
}

#section table {
    border-collapse: collapse;
    width: 100%;
}

#section table tr:hover {
    background: #f5f5f5;
    cursor: pointer;
}

#section table th {
    text-transform: uppercase;
    line-height: 28px;
    background-color: #094359;
    color: #ffffff;
    font-size: 13px;
}

#section table th,
td {
    text-transform: uppercase;
    line-height: 23px;
    height: 62px;
    text-align: left;
    border-bottom: 0px solid #9b9b9b;
    vertical-align: middle;
    padding: 0 15px;
}


/*add for test*/

#section table th,
td {
    text-transform: uppercase;
    height: 50px;
    text-align: left;
    border-bottom: 1px solid #9b9b9b;
    vertical-align: middle;
}

#section table th,
td .cbox {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

#section table th,
td img {
    vertical-align: middle;
}


/*#section table td:first-child {text-align:center}*/

#section table .downArrow {
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
    cursor: pointer;
}

#section table .upArrow {
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
    cursor: pointer;
}

#section table.waypt tr th {
    background: #fff;
    color: #000;
}

#section table.waypt tr:last-child td {
    border-bottom: none;
}

#segment {
    width: 100%;
    background: #fff;
}

#segment table {
    border-collapse: collapse;
    width: 100%;
}

#segment table tr:hover {
    cursor: pointer;
}


/*background:#f5f5f5;*/

#segment table tr td {
    line-height: 18px;
}

#segment table th {
    text-transform: uppercase;
    line-height: 13px;
}

#segment table th,
td {
    text-transform: uppercase;
    height: 49px;
    text-align: left;
    border-bottom: 1px solid #9b9b9b;
    vertical-align: middle;
    padding: 0 15px;
}

#segment table th,
td img {
    vertical-align: middle;
}

#segment table td:first-child {
    text-align: left;
}


/*change to text-align:center to left;*/

#segment table.waypt tr th {
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: 400;
    height: 20px;
    padding: 8px 9px 0;
}

#segment table.waypt tr:last-child td {
    border-bottom: none;
}

#footer {

    background: #000;
    color: #00B6F1;
    width: 100%;
    background: rgba(41, 44, 51, 1);
    background: -moz-linear-gradient(left, rgba(41, 44, 51, 1) 0%, rgba(41, 44, 51, 1) 87%, rgba(1, 123, 164, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 44, 51, 1)), color-stop(87%, rgba(41, 44, 51, 1)), color-stop(100%, rgba(1, 123, 164, 1)));
    background: -webkit-linear-gradient(left, rgba(41, 44, 51, 1) 0%, rgba(41, 44, 51, 1) 87%, rgba(1, 123, 164, 1) 100%);
    background: -o-linear-gradient(left, rgba(41, 44, 51, 1) 0%, rgba(41, 44, 51, 1) 87%, rgba(1, 123, 164, 1) 100%);
    background: -ms-linear-gradient(left, rgba(41, 44, 51, 1) 0%, rgba(41, 44, 51, 1) 87%, rgba(1, 123, 164, 1) 100%);
    background: linear-gradient(to right, rgba(41, 44, 51, 1) 0%, rgba(41, 44, 51, 1) 87%, rgba(1, 123, 164, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#292c33', endColorstr='#017ba4', GradientType=1);
    height: 33px;
}


/*information details*/

.aircraft_time ul {
    list-style: none;
}

.aircraft_time ul li {
    display: inline-block;
    line-height: 27px;
    padding: 8px 15px;
    text-transform: uppercase;
}


/*.aircraft  img{height: 25px; margin-top: 10px; margin-right: 15px; cursor:pointer;}*/

.fltinfo {
    background: #094359;
    color: #ffffff;
    font-size: 13px;
    line-height: 40px;
    padding: 0 28px;
    text-transform: uppercase;
}

.approval {
    background: #e6e6e6;
    color: #444444;
    font-size: 13px;
    line-height: 28px;
    padding: 0 28px;
    text-transform: uppercase;
}


/*Aircraft page new Style*/

.t_width {
    width: 250px;
}

.t_width_1 {
    width: 300px;
}

.t_widthofp {
    width: 270px;
}

table.tabular_form {
    border-collapse: collapse;
    width: 100%;
    margin-top: 8px;
}

table.tabular_form th,
table.tabular_form td {
    text-transform: uppercase;
    line-height: normal;
    text-align: left;
    border-bottom: 1px solid #9b9b9b;
    vertical-align: middle;
    padding: 5px;
}

table.tabular_formtech th,
table.tabular_formtech td {
    text-transform: initial;
    line-height: normal;
    text-align: left;
    border-bottom: 1px solid #9b9b9b;
    vertical-align: middle;
    padding: 5px;
}

/*table.tabular_form td{text-transform: none;}remove comment*/

table.tabular_form td {
    height: 37px;
    padding: 0px 15px;
}

table.tabular_form tr td:last-child {
    width: 22px;
}

table.tabular_form th {
    text-transform: uppercase;
    line-height: 23px;
    background-color: #084458;
    color: #ffffff;
    padding: 0px 15px;
    margin: 0px;
}

table.tabular_form th,
table.tabular_form td img {
    vertical-align: middle;
}

table.tabular_form tr:hover {
    background: #f5f5f5;
    cursor: pointer;
}

table.tabular_form .downArrow {
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
    cursor: pointer;
    margin-left: 5px;
}

.drop_down select {
    height: 27px;
    width: 100px;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    padding: 0 5px;
    color: #000;
    font-size: 13px;
    background: url(../images/drop_arrow1.png) no-repeat 70px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.drop_downbox select {
    height: 27px;
    width: 200px;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    color: #000;
    padding: 0 5px;
    font-size: 13px;
    background: url(../images/drop_arrow1.png) no-repeat 170px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 5px;
}

table.tabular_form1 {
    border-collapse: collapse;
    width: 100%;
}

table.tabular_form1 th,
table.tabular_form1 td {
    text-transform: initial;
    line-height: 18px;
    text-align: left;
    border-bottom: 1px solid #9b9b9b;
    vertical-align: middle;
    padding: 5px;
}

/*table.tabular_form td{text-transform: none;}remove comment*/

table.tabular_form1 td {
    vertical-align: top;
    height: 90px;
    padding: 8px 15px;
}

table.tabular_form1 tr:last-child td {
    border-bottom: none;
}

table.tabular_form1 th {
    text-transform: uppercase;
    line-height: 23px;
    background-color: #ffffff;
    color: #ffffff;
    padding:0px 15px 0;
    margin: 0px;
}

table.tabular_form1 th,
table.tabular_form1 td img {
    vertical-align: middle;
}

table.tabular_form1 tr:hover {
    background: #f5f5f5;
    cursor: pointer;
}

table.tabular_form1 .downArrow {
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
    cursor: pointer;
    margin-left: 5px;
}



table.tabular_defect {
    border-collapse: collapse;
    width: 100%;
    margin-top: 15px;
}

table.tabular_defect th,
table.tabular_defect td {
    text-transform: initial;
    line-height: 18px;
    text-align: left;
    border-bottom: none;
    /* border-bottom: 2px solid #9b9b9b; */
    vertical-align: middle;
    padding: 5px;
}

/*table.tabular_form td{text-transform: none;}remove comment*/

table.tabular_defect td {
    vertical-align: top;
    height: 15px;
    padding: 8px 15px;
}

table.tabular_defect tr:last-child td {
    border-bottom: none;
}

table.tabular_defect th {
    text-transform: uppercase;
    line-height: 23px;
    background-color: #ffffff;
    color: #ffffff;
    padding: 0px 15px;
    margin: 0px;
}

table.tabular_defect th,
table.tabular_defect td img {
    vertical-align: middle;
}

table.tabular_defect tr:hover {
    background: #ffffff;
    cursor: pointer;
}

table.tabular_defect .downArrow {
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
    cursor: pointer;
    margin-left: 5px;
}

/*.flight_mainrow .fltimage{ margin:0 20px;}/*change margin:0 auto; display:block;*/

#configdoor {
    padding: 8px 0 30px 0;
}


/*change 10px 0 to 8px 0 30px 0*/

#configdoor input[type=password] {
    border: 1px solid #ccc;
    padding: 4px 5px;
    margin-left: 10px;
    color: #000;
    width: 60%;
}

#configdoor .row {
    margin-bottom: 5px;
}

.piccaption {
    padding: 8px 0 30px 0;
}

.paraprogress {
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 586px;
}

.right-box {
    position: absolute;
    left: 375px;
    top: 0px;
    width: 449px;
}

.left-box {
    position: absolute;
    left: 394px;
    top: 221px;
    width: 449px;
}

.paraprogress1 {
    position: relative;
    height: 467px;
    margin: 0 auto;
    width: 826px;
}

.paraprogress .cricleicon {
    width: 25px;
    height: 25px;
    position: absolute;
    background: #094558;
    border-radius: 4px;
    text-align: center;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color: #fff;
}

.padding30 {
    padding: 30px 0px !important;
}

.helper_global1 label {
    color: #00b6f1;
    float: left;
    display: inline-block;
}

.desc_riw label {
    color: #00b6f1;
    display: inline-block;
    margin-right: 5px;
}

.desc_riw .desc {
    float: left;
    width: 300px;
}

.desc_riw .sidex {
    display: inline-block;
}

.desc_riw input[type="text"] {
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 17px;
}

.desc_riw .desc input[type="text"] {
    width: 65%;
}

.desc_riw select {
    height: 27px;
    width: 80px;
    padding: 0 5px;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    color: #000;
    font-size: 13px;
    background: url(../images/drop_arrow1.png) no-repeat 85% 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 5px;
    margin-right: 15px;
}

.desc_riw .sidex input.inputsmally {
    width: 80px;
}

.desc_riw .addnewbtn {
    width: 130px;
    margin: 0px;
    border: 1px solid #ec720c;
    display: block;
    line-height: 25px;
    background: #ec720c;
    color: white;
    text-align: center;
    cursor: pointer;
    float: right;
}

table.confdts_table {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    margin-bottom: 30px;
}

table.confdts_table tr th,
table.confdts_table tr td {
    text-align: left;
    height: auto;
    line-height: normal;
}

table.confdts_table tr th {
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #9b9b9b;
    line-height: 28px;
    padding: 0px 4px;
}

table.confdts_table tr td {
    width: 5.5%;
    color: #000;
    border: 0px;
    padding: 8px 0 0 0;
}

table.confdts_table tr td:nth-child(3) {
    width: 20%;
}

table.confdts_table tr td:last-child a {
    text-decoration: underline;
    text-transform: capitalize;
}

table.confdts_table tr td:last-child a:hover {
    text-decoration: none;
}

table.confdts_table tr td input[type="text"] {
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 17px;
}

table.confdts_table tr td select {
    height: 27px;
    padding: 0 5px;
    width: 80px;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    color: #000;
    font-size: 13px;
    background: url(../images/drop_arrow1.png) no-repeat 85% 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
}

table.confdts_table tr td input.input_sm {
    width: 80px;
}

table.confdts_table tr td input.input_md {
    width: 91%;
}

table.confdts_table tr td:first-child {
    color: #00b6f1;
}

.row_line {
    margin: 0;
}

.row_line p {
    display: inline-block;
    color: #007ca4;
    width: 110px;
}

.row_line span {
    padding-left: 5px;
    display: inline-block;
    width: 180px;
    word-wrap: break-word;
}

.row_line input[type="text"] {
    font-family: Roboto;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
    margin-bottom: 5px;
}

.row_line input[type="number"] {
    font-family: Roboto;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
    margin-bottom: 5px;
}

.row_line select {
    display: inline-block;
    font-family: Roboto;
    height: 25px;
    width: 100px;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    padding: 0 5px;
    color: #000;
    font-size: 12px;
    background: url(../images/drop_arrow1.png) no-repeat 77px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.row_line select:disabled {
    background: url(../images/drop_arrow1.png) no-repeat 77px 5px #dddddd;
}

.row_line1 {
    margin: 0;
}

.row_line1 p {
    display: inline-block;
    color: #007ca4;
    width: 110px;
}

.row_line1 span {
    padding-left: 5px;
    display: inline-block;
    width: 180px;
    word-wrap: break-word;
}

.row_line1 input[type="text"] {
    font-family: Roboto;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
    margin-bottom: 5px;
    width: 145px;
}

.row_line1 input[type="number"] {
    font-family: Roboto;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
    margin-bottom: 5px;
    width: 145px;
}

.row_line1 select {
    display: inline-block;
    font-family: Roboto;
    height: 25px;
    width: 150px;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    padding: 0 5px;
    color: #000;
    font-size: 12px;
    background: url(../images/drop_arrow1.png) no-repeat 77px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.row_lineinfo {
    margin: 0;
}

.row_lineinfo p {
    display: inline-block;
    color: #007ca4;
    width: 110px;
    vertical-align: top;
}

.row_lineinfo span {
    display: inline-block;
    width: 180px;
    word-wrap: break-word;
}

.row_lineinfo input[type="text"] {
    font-family: Roboto;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}

.row_lineinfo select {
    display: inline-block;
    height: 27px;
    width: 100px;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    padding: 0 5px;
    color: #000;
    font-size: 12px;
    background: url(../images/drop_arrow1.png) no-repeat 70px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Roboto;
}

.row_lineapproval {
    margin: 0;
}

.row_lineapproval p {
    display: inline-block;
    color: #007ca4;
    width: 400px;
    vertical-align: top;
}

.row_lineapproval span {
    display: inline-block;
    width: 100px;
    word-wrap: break-word;
}

.h_class {
    margin-top: 5px;
    width: 88px;
}

.row_linef {
    margin: 0;
}

.row_linef p {
    display: inline-block;
    color: #007ca4;
    width: 145px;
}

.row_linef select {
    display: inline-block;
    height: 25px;
    width: 100px;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    padding: 0 5px;
    color: #000;
    font-size: 12px;
    background: url(../images/drop_arrow1.png) no-repeat 80px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Roboto;
}

.row_linef input[type="text"] {
    font-family: Roboto;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
    margin-top: 5px;
}

.row_linef input[type="number"] {
    font-family: Roboto;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    margin-left: 10px;
    height: 15px;
    margin-top: 5px;
}

.row_lineflap {
    margin: 0px;
}

.row_lineflap p {
    display: inline-block;
    color: #007ca4;
    width: 110px;
}

.row_lineflap input[type="text"] {
    font-family: Roboto;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}

.row_lineflap select {
    height: 25px;
    width: 170px;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    color: #000;
    padding: 0 5px;
    font-size: 12px;
    background: url(../images/drop_arrow1.png) no-repeat 148px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 5px;
    font-family: Roboto;
}

.row_lineflap1 {
    margin: 0px;
}

.row_lineflap1 p {
    display: inline-block;
    color: #007ca4;
    width: 124px;
}

.row_lineflap1 input[type="text"] {
    font-family: Roboto;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}

.row_lineflap1 select {
    height: 25px;
    width: 170px;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    color: #000;
    padding: 0 5px;
    font-size: 12px;
    background: url(../images/drop_arrow1.png) no-repeat 148px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 5px;
    font-family: Roboto;
}

.row_linefield {
    margin: 0px;
}

.row_linefield p {
    display: inline-block;
    color: #007ca4;
    width: 70px;
}

.row_linefield input[type="text"] {
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 17px;
}

.row_linefield select {
    font-family: Roboto;
    height: 25px;
    width: 210px;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    color: #000;
    padding: 0 5px;
    font-size: 12px;
    background: url(../images/drop_arrow1.png) no-repeat 180px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 5px;
}

.line_rowf {
    margin: 0;
}

.line_rowf p {
    display: inline-block;
    width: 155px;
    color: #007ca4;
    vertical-align: top;
}

.line_rowf span {
    padding-left: 5px;
    display: inline-block;
    width: 270px;
    word-wrap: break-word;
}


/* chnage width:146 to 270*/

.line_rowf input[type="text"] {
    font-family: Roboto;
    width: 95px;
    margin-bottom: 5px;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}


/*.line_rowf div{width:150px; display:inline-block;word-wrap: break-word;}*/

.line_rowf select {
    height: 25px;
    width: 141px;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    color: #000;
    padding: 0 5px;
    font-size: 12px;
    background: url(../images/drop_arrow1.png) no-repeat 118px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 5px;
    font-family: Roboto;
}

.line-rowweight {
    margin: 0;
}

.line-rowweight p {
    display: inline-block;
    width: 123px;
    color: #007ca4;
    vertical-align: top;
}

.line-rowweight input[type="text"] {
    font-family: Roboto;
    width: 95px;
    margin-bottom: 5px;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}

.line-rowweight select {
    display: inline-block;
    height: 25px;
    width: 150px;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    padding: 0 5px;
    color: #000;
    font-size: 12px;
    background: url(../images/drop_arrow1.png) no-repeat 125px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Roboto;
}

.line-rowSeating {
    margin: 0;
}

.line-rowSeating p {
    display: inline-block;
    width: 80px;
    color: #007ca4;
    vertical-align: top;
}

.line-rowSeating input[type="text"] {
    font-family: Roboto;
    width: 95px;
    margin-bottom: 5px;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}

.line-rowSeating input[type="number"] {
    font-family: Roboto;
    width: 95px;
    margin-bottom: 5px;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}

.line-rowSeatings p {
    display: inline-block;
    width: 100px;
    color: #007ca4;
    vertical-align: top;
}

.line-rowSeatings input[type="text"] {
    font-family: Roboto;
    width: 95px;
    margin-bottom: 5px;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}

.line-rowSeatings input[type="number"] {
    font-family: Roboto;
    width: 95px;
    margin-bottom: 5px;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}

.line-rowSeatings input[type="date"], .line-rowSeatings input[type="time"], .line-rowSeatings input[type="datetime-local"] {
    font-family: Roboto;
    padding-left: 4px;
    border: 1px solid #9b9b9b;
    color: #000;
    height: 15px;
}

.line-rowSeating select {
    display: inline-block;
    height: 25px;
    width: 150px;
    margin-bottom: 5px;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    padding: 0 5px;
    color: #000;
    font-size: 12px;
    background: url(../images/drop_arrow1.png) no-repeat 125px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Roboto;
}

.line-rowSeatings select {
    display: inline-block;
    height: 25px;
    width: 101px;
    margin-bottom: 5px;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    padding: 0 5px;
    color: #000;
    font-size: 12px;
    background: url(../images/drop_arrow1.png) no-repeat 79px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Roboto;
}

.flightinfo-widthbweight h3 {
    display: inline-block;
    width: 480px;
    float: left;
}

.flightinfo-widthbweight1 h3 {
    display: inline-block;
    width: 440px;
}

.row_linebasic {
    margin: 0;
}

.row_linebasic p {
    display: inline-block;
    width: 118px;
    color: #007ca4;
    vertical-align: top;
}

.row_linebasic input[type="text"] {
    font-family: Roboto;
    width: 75px;
    margin-bottom: 5px;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}

.unit1 {
    display: inline;
    margin-left: 5px;
    margin-right: 10px;
}

.row_linebasicweight {
    margin: 0;
}

.row_linebasicweight p {
    display: inline-block;
    width: 118px;
    color: #007ca4;
    vertical-align: top;
}

.row_linebasicweight input[type="text"] {
    font-family: Roboto;
    width: 55px;
    margin-bottom: 5px;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}

.line-rowStandpayload {
    margin: 0;
}

.line-rowStandpayload p {
    display: inline-block;
    width: 140px;
    color: #007ca4;
    vertical-align: top;
}

.line-rowStandpayload input[type="text"] {
    font-family: Roboto;
    width: 95px;
    margin-bottom: 5px;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}

.disable_gray {
    background-color: #9b9b9b;
    border: 5px solid;
}

.line_row textarea {
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    resize: none;
    width: 420px;
    height: 40px;
}

.line_rowfseal {
    margin: 0;
}

.line_rowfseal p {
    display: inline-block;
    width: 155px;
    color: #007ca4;
    vertical-align: top;
}

.line_rowfseal span {
    display: inline-block;
    width: 237px;
    word-wrap: break-word;
}


/* chnage width:146 to 270*/

.line_rowsys {
    margin: 0;
}

.line_rowsys p {
    display: inline-block;
    width: 58px;
    color: #007ca4;
    vertical-align: top;
}

.line_rowsys span {
    padding-left: 5px;
    display: inline-block;
    width: 270px;
    word-wrap: break-word;
}


/* chnage width:146 to 270*/

.line_rowsys input[type="text"] {
    font-family: Roboto;
    width: 72%;
    margin-bottom: 5px;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}


/*.line_rowf div{width:150px; display:inline-block;word-wrap: break-word;}*/

.line_rowsys select {
    height: 25px;
    width: 76%;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    color: #000;
    padding: 0 5px;
    font-size: 12px;
    background: url(../images/drop_arrow1.png) no-repeat 205px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 5px;
    font-family: Roboto;
}

.line_rowfield {
    margin: 0;
}

.line_rowfield p {
    display: inline-block;
    width: 50px;
    color: #007ca4;
    vertical-align: top;
}

.line_rowfield span {
    padding-left: 5px;
    display: inline-block;
    word-wrap: break-word;
    font-weight: normal;
}


/* chnage width:146 to 270*/

.line_rowfield input[type="text"] {
    font-family: Roboto;
    width: 72%;
    margin-bottom: 5px;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}

.line_rowfieldfuel {
    margin: 0;
}

.line_rowfieldfuel select {
    height: 25px;
    width: 76%;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    color: #000;
    padding: 0 5px;
    font-size: 12px;
    background: url(../images/drop_arrow1.png) no-repeat 131px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 5px;
    font-family: Roboto;
}

.line_rowfieldfuel p {
    display: inline-block;
    width: 50px;
    color: #007ca4;
    vertical-align: top;
}

/*.line_rowf div{width:150px; display:inline-block;word-wrap: break-word;}*/
/*background: url(../images/drop_arrow1.png) no-repeat 217px to 150px 5px #ffffff;*/
.line_rowfield select {
    height: 25px;
    width: 76%;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    color: #000;
    padding: 0 5px;
    font-size: 12px;
    background: url(../images/drop_arrow1.png) no-repeat 136px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 5px;
    font-family: Roboto;
}

.line_rowsecu {
    margin: 0;
}

.line_rowsecu p {
    display: inline-block;
    width: 180px;
    color: #007ca4;
    vertical-align: top;
}

.line_rowsecway p {
    display: inline-block;
    width: 60px;
    color: #007ca4;
    vertical-align: top;
}

.line_rowsecu span {
    padding-left: 5px;
    display: inline-block;
    width: 270px;
    word-wrap: break-word;
}


/* chnage width:146 to 270*/

.line_rowsecu input[type="text"] {
    font-family: Roboto;
    width: 29%;
    margin-bottom: 5px;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}


/*.line_rowf div{width:150px; display:inline-block;word-wrap: break-word;}*/

.line_rowsecu select {
    height: 25px;
    width: 33%;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    color: #000;
    padding: 0 5px;
    font-size: 12px;
    background: url(../images/drop_arrow1.png) no-repeat 77px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 5px;
    font-family: Roboto;
}

.line_row_wt {
    margin: 0;
}

.line_row_wt p {
    display: inline-block;
    width: 70px;
    color: #007ca4;
    vertical-align: top;
}

.line_row_wt textarea {
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    resize: none;
    width: 510px;
    height: 40px;
    font-family: Roboto;
}

.line_colflight {
    margin: 0;
    display: inline-block;
    padding: 0 220px 0 0;
}

.line_colflight2 {
    margin: 0;
    display: inline-block;
    padding: 0 370px 0 0;
}


/*padding: 0 340px 0 0; change to padding: 0 370px 0 0;*/

.line_colflightmini {
    margin: 0;
    display: inline-block;
    padding: 0 405px 0 0;
}


/*padding: 0 382px 0 0; change to padding: 0 405px 0 0; */

.line_colflightminitxt {
    margin: 0;
    display: inline-block;
    padding: 0 358px 0 0;
}


/*company system setting add module*/

.line_rowfaddwaypoint {
    margin: 0;
}

.line_rowfaddwaypoint p {
    display: inline-block;
    width: 70px;
    color: #007ca4;
    vertical-align: middle;
}

.line_rowfaddwaypoint span {
    padding-left: 5px;
    display: inline-block;
    width: 270px;
    word-wrap: break-word;
}


/* chnage width:146 to 270*/

.line_rowfaddwaypoint input[type="text"] {
    font-family: Roboto;
    width: 95px;
    margin-bottom: 5px;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}

.line_rowfaddwaypoint input[type="number"] {
    font-family: Roboto;
    width: 95px;
    margin-bottom: 5px;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}


/*.line_rowf div{width:150px; display:inline-block;word-wrap: break-word;}*/

.line_rowfaddwaypoint select {
    height: 25px;
    width: 140px;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    color: #000;
    padding: 0 5px;
    font-size: 12px;
    background: url(../images/drop_arrow1.png) no-repeat 118px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 5px;
    font-family: Roboto;
}

.line_rowfaddwaypoint select.smalldropdownway {
    height: 25px;
    width: 65px;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    color: #000;
    padding: 0 5px;
    font-size: 12px;
    background: url(../images/drop_arrow1.png) no-repeat 40px 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 5px;
    font-family: Roboto;
}

.line_rowfaddwaypoint input.smallinput[type="text"] {
    font-family: Roboto;
    width: 65px;
    margin-bottom: 5px;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}

.line_rowpro {
    margin: 0
}

.line_rowpro p {
    display: inline-block;
    width: 100px;
    color: #007ca4;
    vertical-align: top;
}

.line_rowpro span {
    padding-left: 5px;
    display: inline-block;
    width: 340px;
    word-wrap: break-word;
}

.line_rowpro1 {
    margin: 0
}

.line_rowpro1 p {
    display: inline-block;
    width: 170px;
    color: #007ca4;
    vertical-align: top;
}

.line_rowpro1 span {
    padding-left: 5px;
    display: inline-block;
    width: 310px;
    word-wrap: break-word;
}

.line_rowfli {
    margin: 0;
}

.line_rowfli p {
    display: inline-block;
    width: 50px;
    color: #007ca4;
    vertical-align: top;
}

.line_rowfli span {
    padding-left: 5px;
    display: inline-block;
    width: 840px;
    word-wrap: break-word;
}


/*Details page new Style*/

.flight_row {
    background: #084458;
    color: #fff;
    line-height: 23px;
    padding: 0 15px;
    text-transform: uppercase;
}

.flight_subrow {
    background: #fff;
    color: #000;
    line-height: 14px;
    padding: 8px 15px 0;
    text-transform: uppercase;
    border-bottom:1px solid #9b9b9b;
    font-weight: 400;
    margin-top:5px;
}

.flight_subcol1 {
    width: 65%;
    text-transform: uppercase;
}

.flight_subcol2 {
    width: 20%;
    text-transform: uppercase;
}

.flight_mainrow {
    padding: 0 15px;
}

.flight_col1 {
    width: 50%;
    line-height: 20px;
    padding: 10px 0;
    word-wrap: break-word;
}

.flight_col2 {
    width: 16%;
    padding: 10px 0;
    line-height: 1.5;
    word-wrap: break-word;
}

.flight_col3 {
    width: 27%;
    line-height: 20px;
    padding: 10px 10px;
    word-wrap: break-word;
}

.flight_col4 {
    width: 80%;
    line-height: 20px;
    padding: 10px 0;
    word-wrap: break-word;
}

.col2 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 10px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 10px;
    /* Firefox */
    column-gap: 10px;
}

.col3 {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-gap: 10px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 10px;
    /* Firefox */
    column-gap: 10px;
}

.col4 {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
    -webkit-column-gap: 10px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 10px;
    /* Firefox */
    column-gap: 10px;
}

.helper ul {
    list-style: none;
}

.helper ul li {
    display: inline-block;
    padding: 20px 30px;
    margin-left: -30px;
}

.flight_mainrow.deptarure .helper ul li {
    padding: 8px 30px 30px;
}


/*change padding:5px 30px; to 8px 30px 30px;*/

.flight_mainrow a {
    color: #007ca4;
    text-decoration: underline;
}

.flight_mainrow a:hover {
    text-decoration: none;
}

.f_col1 {
    width: 10px;
}

.f_col2 {
    width: 20px;
}

.f_col2sub {
    width: 27px;
}

.f_col3 {
    width: 30px;
}

.f_col4 {
    width: 40px;
}

.f_col5 {
    width: 50px;
}

.f_col6 {
    width: 60px;
}

.f_col7 {
    width: 70px;
}

.f_col8 {
    width: 80px;
}

.f_col9 {
    width: 90px;
}

.f_col10 {
    width: 100px;
}

.f_col11 {
    width: 110px;
}

.f_col12 {
    width: 120px;
}

.f_col13 {
    width: 130px;
}

.f_col14 {
    width: 140px;
}

.f_col15 {
    width: 150px;
}

.f_col16 {
    width: 160px;
}

.f_col17 {
    width: 170px;
}

.f_col18 {
    width: 180px;
}

.f_col19 {
    width: 190px;
}

.f_col20 {
    width: 200px;
}

.f_col21 {
    width: 210px;
}

.f_col22 {
    width: 220px;
}

.f_col23 {
    width: 230px;
}

.f_col23_s {
    width: 235px;
}

.f_col24 {
    width: 240px;
}

.f_col25 {
    width: 250px;
}

.f_col26 {
    width: 260px;
}

.f_col27 {
    width: 270px;
}

.f_col28 {
    width: 280px;
}

.f_col29 {
    width: 290px;
}

.f_col30 {
    width: 300px;
}

.f_col31 {
    width: 310px;
}

.f_col32 {
    width: 320px;
}

.f_col33 {
    width: 330px;
}

.f_col34 {
    width: 340px;
}

.f_col35 {
    width: 350px;
}

.f_col36 {
    width: 360px;
}

.f_col37 {
    width: 370px;
}

.f_col38 {
    width: 380px;
}

.f_col39 {
    width: 390px;
}

.f_col40 {
    width: 400px;
}

.f_col41 {
    width: 410px;
}

.f_col42 {
    width: 420px;
}

.f_col43 {
    width: 430px;
}

.f_col44 {
    width: 440px;
}

.f_col45 {
    width: 450px;
}

.f_col46 {
    width: 460px;
}

.f_col47 {
    width: 470px;
}

.f_col48 {
    width: 480px;
}

.f_col49 {
    width: 490px;
}

.f_col50 {
    width: 600px;
}

.f_col51 {
    width: 510px;
}

.f_col53 {
    width: 530px;
}

.f_col9lg {
    width: 900px;
}

.padding {
    padding: 8px 0 30px 0;
}


/*change the padding: 10px 0;*/

.padding_txt {
    padding: 10px 15px;
}

.l_height {
    line-height: 2em;
}

.w_break {
    word-wrap: break-word;
}

.m_left {
    margin-left: 140px;
}

.txt_wrap {
    white-space: nowrap;
    overflow: auto;
    text-overflow: ellipsis;
}

.no_remarks {
    padding-left: 10px;
    color: #000;
}

.fuel_time {
    padding-left: 10px;
    min-width: 39px;
    display: inline-block;
}

.fuel_weight {
    min-width: 59px;
    text-align: right;
    display: inline-block;
    text-transform: uppercase;
}


/* for col3 and col2 */

.flightinfo-width h3 {
    display: inline-block;
    width: 320px;
    float: left;
}

.flightinfo-width1 h3 {
    display: inline-block;
    width: 320px;
    float: left;
}

.flightinfo-width2 h3 {
    display: inline-block;
    width: 310px;
}

.flightinfo-width3 h3 {
    display: inline-block;
    width: 480px;
    float: left;
}

.flightinfo-width4 h3 {
    display: inline-block;
    width: 460px;
}

.flightinfo-width5 h3 {
    display: inline-block;
    width: 260px;
    float: left;
}

.flightinfo-width6 h3 {
    display: inline-block;
    width: 100px;
    float: left;
}

.flightinfo-width7 h3 {
    display: inline-block;
    width: 120px;
    float: left;
}

.flightinfo-width8 h3 {
    display: inline-block;
    width: 260px;
    float: left;
}

.flightinfo-width9 h3 {
    display: inline-block;
    width: 100px;
    float: left;
}

.flightinfo-width10 h3 {
    display: inline-block;
    width: 100px;
}

.flightinfo-width11 h3 {
    display: inline-block;
    width: 100px;
    float: left;
}

.flightinfo-width12 h3 {
    display: inline-block;
    width: 260px;
    float: left;
}

.flightinfo-width13 h3 {
    display: inline-block;
    width: 220px;
    float: left;
}

.flightinfo-width18 h3 {
    display: inline-block;
    width: 210px;
    float: left;
}

.flightinfo-width14 h3 {
    display: inline-block;
    width: 260px;
    float: left;
}

.flightinfo-width15 h3 {
    display: inline-block;
    width: 200px;
}

.flightinfo-width16 h3 {
    display: inline-block;
    width: 250px;
    float: left;
}

.flightinfo-width17 h3 {
    display: inline-block;
    width: 230px;
    float: left;
}


/*aircraft details page seatingng map (graphical display
.seatingMap ul{list-style-type:none;}
.seatingMap ul li{float:left;padding:0 11px;}
.seatingalphabet ul{list-style-type:none;}
.seatingalphabet ul li{float:left;padding:7px 7px;}
aircraft details page seatingng map vertically(graphical display
.seating-row ul{list-style-type:none;}
.seating-row ul li{margin:5px 3px; text-align:right;}
.seating-letter ul{list-style-type:none;}
.seating-letter ul li{float:left; padding: 7px 7px;}
aircraft details page seatingng map arrangement(graphical display*/

.pagination {
    display: inline-block;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    color: black;
    float: left;
    line-height: 25px;
    width: 25px;
    text-align: center;
    text-decoration: none;
}

.pagination > .active > span {
    background-color: #094359;
    color: white;
    border-radius: 5px;
}

.pagination > .disabled > span {
    display:none;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}

nav ul {
    list-style-type: none;
    white-space: nowrap;
}

.seatingicon {
    background: #094558;
    color: #fff;
    border-radius: 9px;
    margin: 1px 1px;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    text-decoration: none;
}

.front-txt {
    float: left;
    transform: rotate(270deg);
    transform-origin: left top 0;
    position: relative;
    right: 25px;
    top: 10px;
}

.front-ver {
    margin: 65px 0 0 0;
    float: right;
    transform: rotate(270deg);
}

.front-ver_1 {
    margin: 42px 0 0 0;
    /*margin: 30px 0 0 0;*/
    float: right;
    transform: rotate(270deg);
}

.seatingicon-space {
    border-radius: 8px;
    margin: 0 1px;
    width: 5px;
    height: 5px;
    text-align: center;
    line-height: 5px;
    text-decoration: none;
}

.seatingCol {}

.seatingRownum {}

.seatingRownum span {
    padding: 0 9px;
    display: inline-block;
}

.seatingRowalpha span {
    padding: 5px 9px;
    /*width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    border-radius: 4px;*/
}

/*if need the use for seating icon*/
.seatingRowalpha_seatingma {
    width: 50px;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 !important;
    border-radius: 9px;

}

.seatingiconRow-space {
    margin: 2px 0;
}

.spac-margin {
    margin-bottom: -8px;
}

.f_col2sub_numbrseat {
    width: 44px;
    text-align: center;
}

/*login page*/

body.loginBody {
    background: #225777;
    /* background: #007ca4; */
}

.loginbox {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
    /* bottom: 100px; */
}

.loginbox .logintitle {
    width: 100%;
    float: left;
    margin: 0 auto;
    display: block;
}

.loginbox .logintitle img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.loginbox .logintitle .submain_logo {
    margin-top: 30px;
}

.loginbox .logintitle h3 {
    text-align: center;
    padding-top: 30px;
}

.loginbox .emailpart {
    width: 100%;
    background: #225777;
    margin-top: 30px;
}

.loginbox .emailpart .form-gp {
    width: 100%;
    float: left;
}


.loginbox .emailpart .form-password {
    width: 100%;
    /* float: left; */
    display: flex;
    flex-direction: row;
    width: 396px;
    height: 50.5px;
    margin: 1px auto 2px auto;
    border: 1px solid #b0b0b0;
    border-top: 0px;
    position: relative;
    border-radius: 0px 0px 15px 15px;
    z-index: 10;

}

.loginbox .emailpart input {  
    line-height: 30px;
    background: #225777;
    outline: 0px;
    padding: 0px 0px 0px 10px;
    /* padding: 5px; */
   
    display: block;
    z-index: 10;
   
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}


.loginbox .emailpart #email{
    border: 1px solid #b0b0b0;
    margin: 0 auto -1px auto;
    color: #fff;
    width: 386px;
    height: 50.5px;
    z-index: 10;
    border-radius: 15px;
    
}
.loginbox .emailpart #email1{
    border: 1px solid #b0b0b0;
    border-radius: 15px 15px 0px 0px;
    margin: 0 auto -1px auto;
    color: #fff;
    width: 386px;
    height: 50.5px;
    position: relative;
    z-index: 10;
    
}
.loginbox .emailpart #email1::placeholder{
    color: #b0b0b0;
}
.new-password::placeholder{
    color: #b0b0b0;
}

.loginbox .emailpart #email::placeholder{
    color: #b0b0b0;
}

.loginbox .emailpart #password{ 
    color: #fff;
    flex-grow: 2;
    border-radius: 0px 0px 0px 15px;
}
.new-password{
    width: 100%;
    /* float: left; */
    display: flex;
    position: relative;
    flex-direction: row;
    width: 386px;
    color: #fff;
    height: 50.5px;
    margin: 0 auto 2px auto;
    border: 1px solid #b0b0b0;
    border-radius: 0px 0px 0px 0px;
    z-index: 10;
}

#success-message{
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

#strong{
    font-weight: 400;
}


#password_confirmation{
    border-radius: 0px 0px 15px 15px;
    margin-top: -3px;
}

.loginbox .emailpart #password::placeholder{
    color: #b0b0b0;
}


.loginbox .emailpart .login_btn {
    width: 100%;
    float: left;
    clear: both;
    display: block;
    position: relative;
    min-height: 67px;
}

.loginbox .emailpart .logbutton {
    width: 226px;
    line-height: 35px;
    height: 36px;
    background-color: #00b6f1;
    border-radius: 8px;
    font-size: 17px;
    font-family:  'Open Sans', sans-serif;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;
}

.loginbox .resetpass {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #00b6f1;
    font-weight: 400;
    cursor: pointer;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
}
.resetpass1{
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #00b6f1;
    font-weight: 400;
    cursor: pointer;
    margin-top: 8px;
    font-family: 'Open Sans', sans-serif;
}

.loginbox .resetpass a{
    color: #81bbdd;
}

.center_box {
    position: relative;
}


/*user profile page*/

.proinfo1 {
    background: #094359;
    color: #ffffff;
    font-size: 13px;
    line-height: 33px;
    padding: 0 40px;
    text-transform: uppercase;
}

.proinfo1 ul {
    list-style: none;
}

.proinfo1 ul li {
    display: inline-block;
}

.co_info {
    margin-left: 310px;
}


/*.widthsize{width:300px;}for input text size increase*/

.usemembercontainer {
    width: 980px;
    height: auto;
    background: #fff;
}

.usemembercontainer ul {
    list-style: none;
}

.usemembercontainer ul li {
    padding: 10px 30px;
}

.usemembercontainerdata {
    line-height: 40px;
    padding: 0 40px;
}

#userForm {
    padding: 0px;
}


/*change 10 to 0*/

#userForm .width40per {
    width: 40%;
    margin: 0 15px;
    padding: 8px 0 30px 0;
}


/*change 20 to 0 add padding: 8px 0 30px 0;*/

#userForm .width60per {
    width: 50%;
    padding: 8px 0 30px 0;
    margin: 0 -6px;
}

#userForm label {
    width: 110px;
    display: inline-block;
    color: #007ca4;
}

#userForm input[type=text] {
    font-family: Roboto;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    margin-left: 10px;
    color: #000;
    width: 60%;
    height: 15px;
}

#userForm input[type=password] {
    font-family: Roboto;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    margin-left: 10px;
    color: #000;
    width: 60%;
    height: 15px;
}

#userForm .row {
    margin-bottom: 5px;
}

#aircraftForm {}

#systemmemberForm {
    margin-bottom: 30px;
}

#systemmemberForm label {
    display: inline-block;
    color: #00B6F1;
    margin: 15px 0px;
}

.pad_lft {
    padding-left: 35px;
}

#systemmemberForm input[type=text] {
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    margin-left: 10px;
    color: #000;
    width: 30%;
    height: 17px;
}

#securityForm {
    margin-bottom: 30px;
}

#securityForm label {
    display: inline-block;
    color: #00B6F1;
    margin: 15px 0px;
}

#securityForm input[type=text] {
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    margin-left: 10px;
    color: #000;
    width: 30%;
    height: 17px;
}

#securityForm .sidex {
    display: inline-block;
}

#securityForm .sidex select {
    height: 27px;
    padding: 0 5px;
    width: 80px;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #9b9b9b;
    color: #000;
    font-size: 13px;
    background: url(../images/drop_arrow1.png) no-repeat 85% 5px #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 5px;
    margin-right: 15px;
}

.add_button {
    margin-top: 13px;
    width: 130px;
    margin-right: 0px;
    line-height: 25px;
    background: #ec720c;
    color: white;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ec720c;
    display: block;
}

.add_section {
    width: 130px;
    margin-right: 0px;
    line-height: 25px;
    background: #ec720c;
    color: white;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ec720c;
    display: block;
    font-family: Roboto;
}

.gray-helptxt {
    float: right;
    width: 130px;
    color: #9b9b9b;
    line-height: 1.5em;
    margin-top: 6px;
}


/*.add_section:hover{background:#fb9948;}*/

.helper_global {
    margin-bottom: 30px;
}

.helper_global1 {
    margin: 15px 0px;
}

.usr_main_profile {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.user_profile {
    width: 950px;
    float: left;
    padding: 8px 15px;
    border-bottom: 1px solid #9b9b9b;
}


/* change width:100% to 950px;*/

.user_profile.none {
    border: 0px;
}

.user_profile .code_no {
    float: left;
    display: inline-block;
    width: 142px;
    padding-top: 5px;
}

.user_profile .code_id {
    display: inline-block;
    width: 190px;
    float: left;
}

.user_profile .code_name {
    display: inline-block;
    width: 617px;
    float: left;
}

.user_profile .code_desc {
    width: 808px;
    float: right;
    clear: both;
    display: block;
    padding-top: 5px;
}

.user_profile label {
    color: #007ca4;
    display: inline-block;
    float: left;
    padding-right: 8px;
}

.user_profile .code_id label,
.user_profile .code_name label {
    padding-top: 5px;
}

.user_profile input[type="text"] {
    font-family: Roboto;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    height: 15px;
}

.user_profile textarea {
    font-family: Roboto;
    border: 1px solid #9b9b9b;
    padding: 4px 5px;
    color: #000;
    resize: none;
    width: 722px;
    height: 33px;
}

.user_profile input.cd_input {
    font-family: Roboto;
    width: 70px;
    margin-left: 18.5px;
}

.user_profile input.cd_input_lg {
    width: 561px;
    font-family: Roboto;
}

.pfa_class {
    width: 927px;
    padding: 3px 8px; 
    margin-top: 8px; 
    margin-left: 14px;
    resize: none;
    font-family: Roboto;
    line-height: 1.5;
}

.pfa_section_class {
    width: 950px;
    padding: 8px 15px;
    margin:0px;
}

/*placeholder text color*/

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #9b9b9b;
}

#email1:-webkit-autofill,
#email1:-webkit-autofill:hover, 
#email1:-webkit-autofill:focus, 
#email1:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #225777 inset !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: white;
}

.new-password:-webkit-autofill,
#password:-webkit-autofill,
#password:-webkit-autofill:hover, 
#password:-webkit-autofill:focus, 
#password:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #225777 inset !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: white;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #9b9b9b;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #9b9b9b;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #9b9b9b !important;
}


/* CSS-- */

body.loginBody header#header {
    line-height: normal;
}

body.loginBody header#header img {
    padding: 10px 0px 10px 5px;
}

body.loginBody footer#footer {
    background: none;
    clear: both;
    display: block;
}

#take_off_options_ms {
    padding-left: 0px;
}

#landing_options_ms {
    padding-left: 0px;
}
.aircraft .searchBox button.btn img {
    padding-top: 3px;
}

.main_logo img {
    border: solid 1px white;
    border-radius: 50%;
}

.redok {
    color: #f62904;
}


/*need to further use*/

.main_row {
    width: 100%;
    float: left;
    display: block;
    clear: both;
}

.main_row .coloumn {
    width: 33%;
    float: left;
}

.main_row .coloumn .line_row {
    padding: 5px 15px;
}

.main_row .coloumn .line_row h5 {
    width: 65px;
    float: left;
    display: table-cell;
    padding-right: 10px;
}

.main_row .coloumn .line_row p {
    display: table-cell;
}


/*Calender*/

.ui-datepicker .ui-datepicker-group table.ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-active {
    background: #007ca4 none repeat scroll 0 0;
    border: 1px solid #007ca4;
    color: #fff;
}

.ui-datepicker .ui-datepicker-group table.ui-datepicker-calendar td.ui-datepicker-week-end.ui-datepicker-range a.ui-state-default.ui-state-active,
.ui-datepicker .ui-datepicker-group table.ui-datepicker-calendar td.ui-datepicker-week-end.ui-datepicker-range a.ui-state-default.ui-state-hover {
    background: #007ca4 none repeat scroll 0 0;
    border: 1px solid #007ca4;
    color: #fff;
}

.ui-datepicker table.ui-datepicker-calendar td,
.ui-datepicker table.ui-datepicker-calendar th {
    height: auto;
    line-height: normal;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    text-transform: none;
}


/*for ie arrow select box*/

select::-ms-expand {
    display: none;
}

.linkbutton{
    text-decoration: underline;
    color: #007ca4;
    cursor: pointer;
}

.Taillog-Administration{
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.submainlogo{
    width: 100%;
    text-align: center;
}


#login-img{
    margin-right: 5px;
    width: 50px;
    z-index: 10;
    height: 50px;
}

#login-footer{
  color: #b0b0b0; /* Text color */
  padding: 20px; /* Padding around content */
  text-align: center; /* Align text in the center */
  position: fixed; /* Fixed position at the bottom */
  left: 0; /* Align to the left */
  bottom: 0; /* Align to the bottom */
  font-size: 13px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  width: 100%; /* Full width */
}

#plane{
    position: absolute;
    /* left: 0; */
    right: -170px;
    /* top: 0;
     */
    margin-top: -90px;
    width: 760px;
     
    z-index: 2;
}

#cloud_1{
    position: absolute;
    /* left: 0; */
    left: 70px;
     top: 145px;
     
    /* margin-top: -55px; */
    width: 400px;
     
    z-index: 2;
}


#cloud_2{
    position: absolute;
    /* left: 0; */
    right: 70px;
    /* top: 0;
     */
    margin-top: -55px;
    width: 162px;
     
    z-index: 2;
}

@media only screen and (min-width: 200px) and (max-width: 600px) {
   
    #plane{
        right: -400px;
    }
    #cloud_2{
        right: -150px;
       
    }
    #cloud_1{
       left: -54px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
   
    #plane{       
        right: -353px;
    }
    #cloud_2{
        right: -106px;
       
    }
    #cloud_1{
        left: -54px;
    }
}


@media only screen and (min-width: 1000px) and (max-width: 1300px) {
   
    #plane{
        right: -295px;
       
    }
    #cloud_2{
        right: -50px;
       
    }
    #cloud_1{
        left: -45px;
       
    }
}


@media only screen and (min-width: 1300px) and (max-width: 1400px) {
   
    #plane{
        right: -173px;
    }
    #cloud_2{
        right: 70px;
    }
    #cloud_1{
        left: 50px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
   
    #plane{
        right: -108px;
    }
    #cloud_2{
        right: 120px;
    }
    #cloud_1{
        left: 90px;
    }
}

@media only screen and (min-width: 1600px)  {
   
    #plane{
        right: -60px;
    }
    #cloud_2{
        right: 200px;
    }
    #cloud_1{
        left: 160px;
    }
}

.loginBody{
    overflow: hidden;
}