﻿body {
    font-family: "Comic Sans MS","Lucida Console",Tahoma,Arial,Verdana,"Trebuchet MS" !important;
}

#DivLogin {
    padding: 50px 15px;
}

div#mainDiv {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

div.contentDIv {
    margin: 0px auto;
    width: 95%;
}

#ContentPlaceHolderDiv {
    width: 100%;
    min-height: 400px;
    height: auto;
    padding: 5px;
}

#gradiantDiv {
    border: 2px solid;
    border-radius: 135px;
}

#DivCtrlHolder {
    width: 470px;
    background-color: #EFEFE6;
    display: table;
    margin: 0px auto;
    padding: 24px 14px;
    border: 1px solid;
    border-radius: 8px;
    margin-top: 20px;
}

.LogdInuserInfo {
    height: 30px;
    padding: 5px 20px 5px;
    font-size: 18px;
    font-weight: bold;
    color: #00619B;
    text-align: right;
    font-family: "Comic Sans MS","Lucida Console",Tahoma,Arial,Verdana,"Trebuchet MS";
}

.InnerContentBody {
    background-color: #F5F5EF;
    min-height: 430px;
    border: 1px solid #808080;
    height: auto;
    float: left;
    width: 100%;
}

div.footer {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding-top: 10px;
}

#tblRegistration {
    width: 100%;
}

    #tblRegistration tr td {
        padding: 5px;
    }

div.DivgridData {
    width: 100%;
    height: auto;
    padding: 5px;
    margin: 5px;
}

div.PageHeading {
    padding: 10px 0px 6px 0px;
    color: #C80000;
    font-weight: bold;
    border-bottom: 1px solid #C80000;
}

.MessageinRedBold {
    padding: 10px 0px 6px 0px;
    color: #C80000;
    font-weight: bold;
    font-size: 14px;
    font-family: "Comic Sans MS","Lucida Console",Tahoma,Arial,Verdana,"Trebuchet MS";
}

.Defaulttextbox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #848484;
    outline: 0;
    height: 25px;
    width: 170px;
}

.textbox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #848484;
    outline: 0;
    height: 25px;
    width: 275px;
}

.selectbox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #848484;
    outline: 0;
    height: 32px;
    width: 278px;
}

.textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #848484;
    outline: 0;
    height: auto;
    width: 710px;
    font-size: 13px;
}

.button {
     background-color: #00619b;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
}

    .button:hover {
        background-color: #fff;
    border: medium none;
    border-radius: 10px;
    color: #00619b;
    display: inline-block;
    font-size: 15px;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    border:1px solid #00619b;
    cursor:pointer;
    }

    .button:active {
        position: relative;
        top: 1px;
    }
/*-------------------Css for Airlines Markup Table----------------------------*/
#tblFlightMarkup {
    width: 100%;
    border: 1px solid gray;
    margin: 10px 0px;
}

    #tblFlightMarkup th {
        background-color: #4A4A4A;
        color: #fff;
        font-weight: bold;
        padding: 3px 3px 5px 5px;
    }

    #tblFlightMarkup tr {
        padding: 3px 3px 5px 5px;
        border: 1px solid gray;
    }

        #tblFlightMarkup tr td {
            padding: 5px;
        }

        #tblFlightMarkup tr:nth-child(odd) {
            background-color: #D8EBF3;
        }

        #tblFlightMarkup tr td:nth-child(1) {
            width: 15%;
        }

        #tblFlightMarkup tr td:nth-child(2) {
            width: 15%;
            text-align: left;
        }
        /* same */
        #tblFlightMarkup tr td:nth-child(3) {
            width: 15%;
            text-align: left;
        }
        /* represents every even row of an HTML table */
        #tblFlightMarkup tr td:nth-child(4) {
            width: 10%;
            text-align: center;
        }

        #tblFlightMarkup tr td:nth-child(5) {
            width: 10%;
            text-align: center;
        }

        #tblFlightMarkup tr td:nth-child(6) {
            width: 10%;
            text-align: left;
        }

        #tblFlightMarkup tr td:nth-child(7) {
            width: 10%;
            text-align: center;
        }

        #tblFlightMarkup tr td:nth-child(8) {
            width: 15%;
            text-align: left;
        }

        #tblFlightMarkup tr td input[type="text"] {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #848484;
            outline: 0;
            height: 25px;
            width: 50px;
            text-align: center;
        }

.selectMarkup {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #848484;
    outline: 0;
    height: 25px;
    width: 105px;
}

/*-------------------Css for Customer Markup Table----------------------------*/
#tblCustFlightMarkup {
    width: 100%;
    border: 1px solid gray;
    margin: 10px 0px;
}

    #tblCustFlightMarkup th {
        background-color: #4A4A4A;
        color: #fff;
        font-weight: bold;
        padding: 3px 3px 5px 5px;
    }

    #tblCustFlightMarkup tr {
        padding: 3px 3px 5px 5px;
        border: 1px solid gray;
    }

        #tblCustFlightMarkup tr td {
            padding: 5px;
        }

        #tblCustFlightMarkup tr:nth-child(odd) {
            background-color: #D8EBF3;
        }

        #tblCustFlightMarkup tr td:nth-child(1) {
            width: 12%;
        }

        #tblCustFlightMarkup tr td:nth-child(2) {
            width: 10%;
            text-align: center;
        }
        /* same */
        #tblCustFlightMarkup tr td:nth-child(3) {
            width: 15%;
            text-align: center;
            font-size: 10px;
        }
        /* represents every even row of an HTML table */
        #tblCustFlightMarkup tr td:nth-child(4) {
            width: 15%;
            text-align: center;
            font-size: 10px;
        }

        #tblCustFlightMarkup tr td:nth-child(5) {
            width: 10%;
            text-align: center;
        }

        #tblCustFlightMarkup tr td:nth-child(6) {
            width: 10%;
            text-align: center;
        }

        #tblCustFlightMarkup tr td:nth-child(7) {
            width: 10%;
            text-align: center;
        }

        #tblCustFlightMarkup tr td:nth-child(8) {
            width: 10%;
            text-align: center;
        }

        #tblCustFlightMarkup tr td:nth-child(9) {
            width: 10%;
            text-align: center;
        }

        #tblCustFlightMarkup tr td input[type="text"] {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #848484;
            outline: 0;
            height: 20px;
            width: 40px;
            font-family: Verdana;
            text-align: center;
            margin: 1px;
        }
/*-------------------Css for Continent Listing Table----------------------------*/

/*-------------------Css for Continent Markup Listing Table----------------------------*/
#tblComninentMarkup {
    width: 100%;
    border: 1px solid gray;
    margin: 10px 0px;
}

    #tblComninentMarkup th {
        background-color: #4A4A4A;
        color: #fff;
        font-weight: bold;
        padding: 3px 3px 5px 5px;
    }

    #tblComninentMarkup tr {
        padding: 3px 3px 5px 5px;
        border: 1px solid gray;
    }

        #tblComninentMarkup tr td {
            padding: 5px;
        }

        #tblComninentMarkup tr:nth-child(odd) {
            background-color: #D8EBF3;
        }

        #tblComninentMarkup tr td:nth-child(1) {
            width: 10%;
        }

        #tblComninentMarkup tr td:nth-child(2) {
            width: 10%;
            text-align: center;
        }
        /* same */
        #tblComninentMarkup tr td:nth-child(3) {
            width: 13%;
            text-align: left;
            font-size: 10px;
        }
        /* represents every even row of an HTML table */
        #tblComninentMarkup tr td:nth-child(4) {
            width: 14%;
            text-align: left;
            font-size: 10px;
        }

        #tblComninentMarkup tr td:nth-child(5) {
            width: 10%;
            text-align: center;
        }

        #tblComninentMarkup tr td:nth-child(6) {
            width: 10%;
            text-align: center;
        }

        #tblComninentMarkup tr td:nth-child(7) {
            width: 10%;
            text-align: center;
        }

        #tblComninentMarkup tr td:nth-child(8) {
            width: 10%;
            text-align: center;
        }

        #tblComninentMarkup tr td:nth-child(9) {
            width: 10%;
            text-align: center;
        }

        #tblComninentMarkup tr td:nth-child(10) {
            width: 5%;
            text-align: center;
        }

        #tblComninentMarkup tr td input[type="text"] {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #848484;
            outline: 0;
            height: 15px;
            width: 30px;
            font-family: Verdana;
            text-align: center;
            margin: 1px;
        }
/*-------------------Css for Continent Markup Listing Table----------------------------*/
#tblContinentListing {
    width: 100%;
    border: 1px solid gray;
    margin: 10px 0px;
}

    #tblContinentListing th {
        background-color: #4A4A4A;
        color: #fff;
        padding: 3px 3px 5px 5px;
        font: bold 12px/12px arial;
    }

    #tblContinentListing tr {
        padding: 3px 3px 5px 5px;
        border: 1px solid gray;
    }

        #tblContinentListing tr td {
            padding: 5px;
        }

        #tblContinentListing tr:nth-child(odd) {
            background-color: #D8EBF3;
        }

        #tblContinentListing tr td:nth-child(1) {
            width: 20%;
            vertical-align: top;
            padding-top: 15px;
        }

        #tblContinentListing tr td:nth-child(2) {
            width: 15%;
            text-align: center;
            vertical-align: top;
            padding-top: 15px;
        }
        /* same */
        #tblContinentListing tr td:nth-child(3) {
            /*width: 55%;*/
            text-align: center;
        }
/* represents every even row of an HTML table */

#tblCountryListing {
    width: 100%;
    border: 1px solid gray;
    margin: 10px 0px;
}

    #tblCountryListing th {
        background-color: #4A4A4A;
        color: #fff;
        font-weight: bold;
        padding: 3px 3px 5px 5px;
    }

    #tblCountryListing tr {
        padding: 3px 3px 5px 5px;
        border: 1px solid gray;
    }

        #tblCountryListing tr td {
            padding: 5px;
        }

        #tblCountryListing tr:nth-child(odd) {
            background-color: #D8EBF3;
        }

        #tblCountryListing tr td:nth-child(1) {
            width: 10%;
            vertical-align: top;
            padding-top: 15px;
        }

        #tblCountryListing tr td:nth-child(2) {
            width: 10%;
            padding-top: 15px;
        }
        /* same */
        #tblCountryListing tr td:nth-child(3) {
            width: 10%;
            text-align: center;
        }
        /* represents every even row of an HTML table */
        #tblCountryListing tr td:nth-child(4) {
            width: 10%;
            text-align: center;
        }

        #tblCountryListing tr td:nth-child(5) {
            width: 50%;
            text-align: center;
        }

        #tblCountryListing tr td:nth-child(6) {
            width: 10%;
            text-align: center;
            /*vertical-align:top;
            padding-top:15px;*/
        }

        #tblCountryListing tr td input[type="text"].Small {
            border: 1px solid #848484;
            border-radius: 5px;
            font-family: Verdana;
            height: 25px;
            outline: 0 none;
            text-align: center;
            width: 50px;
        }

        #tblCountryListing tr td input[type="text"].big {
            border: 1px solid #848484;
            border-radius: 5px;
            font-family: Verdana;
            height: 25px;
            outline: 0 none;
            text-align: center;
            width: 150px;
        }
/*-----------------------Airports Listing-----------------------------*/
#tblAirportListing {
    width: 100%;
    border: 1px solid gray;
    margin: 10px 0px;
}

    #tblAirportListing th {
        background-color: #4A4A4A;
        color: #fff;
        font-weight: bold;
        padding: 3px 3px 5px 5px;
    }

    #tblAirportListing tr {
        padding: 3px 3px 5px 5px;
        border: 1px solid gray;
    }

        #tblAirportListing tr td {
            padding: 5px;
        }

        #tblAirportListing tr:nth-child(odd) {
            background-color: #D8EBF3;
        }

        #tblAirportListing tr td:nth-child(1) {
            width: 10%;
            vertical-align: top;
            padding-top: 15px;
        }

        #tblAirportListing tr td:nth-child(2) {
            width: 10%;
            padding-top: 15px;
        }
        /* same */
        #tblAirportListing tr td:nth-child(3) {
            width: 10%;
            text-align: center;
        }
        /* represents every even row of an HTML table */
        #tblAirportListing tr td:nth-child(4) {
            width: 60%;
            text-align: center;
        }

        #tblAirportListing tr td:nth-child(5) {
            width: 10%;
            text-align: center;
        }

        #tblAirportListing tr td input[type="text"].Small {
            border: 1px solid #848484;
            border-radius: 5px;
            font-family: Verdana;
            height: 25px;
            outline: 0 none;
            text-align: center;
            width: 50px;
        }

        #tblAirportListing tr td input[type="text"].big {
            border: 1px solid #848484;
            border-radius: 5px;
            font-family: Verdana;
            height: 25px;
            outline: 0 none;
            text-align: center;
            width: 210px;
        }

span.locationCode {
    font-size: 10px;
    color: red;
}
/*-----------------------------For User Listing Table Css fro Here------------------------------------*/
#tblUserListing {
    width: 100%;
    border: 1px solid gray;
    margin: 10px 0px;
}

    #tblUserListing th {
        background-color: #4A4A4A;
        color: #fff;
        font-weight: bold;
        padding: 3px 3px 5px 5px;
    }

    #tblUserListing tr {
        padding: 3px 3px 5px 5px;
        border: 1px solid gray;
    }

        #tblUserListing tr td {
            padding: 5px;
        }

        #tblUserListing tr:nth-child(odd) {
            background-color: #D8EBF3;
        }

        #tblUserListing tr td:nth-child(1) {
            width: 20%;
            vertical-align: top;
            padding-top: 15px;
        }

        #tblUserListing tr td:nth-child(2) {
            width: 8.4%;
            padding-top: 15px;
        }
        /* same */
        #tblUserListing tr td:nth-child(3) {
            width: 8.4%;
            text-align: center;
        }
        /* represents every even row of an HTML table */
        #tblUserListing tr td:nth-child(4) {
            width: 8.4%;
            text-align: center;
        }

        #tblUserListing tr td:nth-child(5) {
            width: 8.4%;
            text-align: center;
        }

        #tblUserListing tr td:nth-child(6) {
            width: 8.4%;
            text-align: center;
        }

        #tblUserListing tr td:nth-child(7) {
            width: 8.4%;
            text-align: center;
        }

        #tblUserListing tr td:nth-child(8) {
            width: 8.4%;
            text-align: center;
        }

        #tblUserListing tr td:nth-child(9) {
            width: 10%;
            text-align: center;
        }
