﻿.uppercase {
    text-transform: uppercase;
}

/* Apply for all devices */
/* Star style */
.star {
    background: transparent url("../Images/Icons/star.png") no-repeat 0 0;
    display: block;
    height: 19px;
}

.s5 {
    background-position: 0 0;
    width: 104px;
}

.s4 {
    background-position: 0 -23px;
    width: 83px;
}

.s3 {
    background-position: 0 -46px;
    width: 61px;
}

.s2 {
    background-position: 0 -69px;
    width: 40px;
}

.s1 {
    background-position: 0 -92px;
    width: 19px;
}
/* table style */
table tr td {
    vertical-align: top;
}

table.tbOddEvenStyle tr td {
    background-color: #f5f5f5;
    padding: 4px;
}

table.tbOddEvenStyle tr.evenRow td {
    background-color: #fff;
}

table.tbOddEvenStyle tr th {
    text-align: left;
    font-weight: bold;
    border-bottom: solid 2px #1a63ac;
    color: #1a63ac;
    padding: 4px;
}

    table.tbOddEvenStyle tr th i {
        font-weight: normal;
    }

    table.tbOddEvenStyle tr th.mergeCols {
        border: none;
        text-align: center;
        border-bottom: dashed 1px #1a63ac;
    }

#wrapper {
    width: 1000px;
    height: 425px;
    margin: 0 auto;
    padding-top: 15px;
}

#banner {
    width: 1000px;
    height: 440px;
    background-image: url(../Images/Common/banner.png);
    background-repeat: no-repeat;
}

#column-left {
    width: 203px;
    float: left;
    min-height: 875px;
    height: auto !important;
    height: 875px;
    display: block;
    background-position: top center;
    background-image: url(../Images/Common/bg-column-right.png);
    background-repeat: no-repeat;
    margin-top: -420px;
    margin-left: 25px;
}

    #column-left .logo {
        width: 170px;
        height: 170px;
        margin: 0 auto;
        margin-top: -20px;
    }

    #column-left .sologan {
        width: 195px;
        text-align: center;
        color: Yellow;
        font-size: 11px;
    }

    #column-left .year {
        margin-left: 40px;
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        margin-right: 20px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    #column-left .date {
        width: 170px;
        margin: 0 auto;
        color: #7e060b;
        font-size: 14px;
        line-height: 24px;
        display: table;
    }

    #column-left .menu {
        padding-left: 20px;
    }

        #column-left .menu ul {
            width: 166px;
            margin: 0 auto;
            margin-top: 110px;
        }

            #column-left .menu ul li a {
                font-size: 12px;
                color: #4c4b4a;
                line-height: 28px;
            }

                #column-left .menu ul li a:hover, #column-left .menu ul li a.selected {
                    color: #ef0f18;
                }

.button-login {
    background-image: url(../Images/Common/button-login.png);
    background-repeat: no-repeat;
    width: 130px;
    height: 36px;
    text-align: center;
    font-size: 11px;
    line-height: 33px;
    display: block;
    color: #fff;
    margin: 0 auto;
    margin-top: 5px;
}

    .button-login:hover {
        color: #ef0f18;
        text-decoration: none;
    }

#column-left .adv {
    width: 172px;
    margin-top: 36px;
    clear: both;
}

    #column-left .adv img {
        margin-top: 10px;
    }

#column-right {
    float: right;
    width: 748px;
    margin-right: 10px;
    margin-top: -36px;
}

.content-intro {
    border-bottom: 2px dotted #8ab6e1;
    padding-bottom: 16px;
    width: 748px;
    display: table;
    padding-top: 16px;
}

    .content-intro .pic {
        width: 220px;
        height: 109px;
        float: left;
    }

    .content-intro .des {
        color: #4c4b4a;
        float: right;
        width: 500px;
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
    }

    .content-intro h1.text1 {
        font-size: 54px;
        color: #ef0f18;
        text-transform: uppercase;
        font-weight: normal;
        text-align: center;
    }

    .content-intro h1.text2 {
        font-size: 54px;
        color: #b1cee9;
        text-transform: uppercase;
        text-align: center;
        font-weight: normal;
    }

.items1 {
    float: left;
    width: 189px;
    height: 160px;
    text-align: center;
    display: table;
    margin-left: 22px;
}

    .items1 .pic {
        width: 189px;
        height: 160px;
        background-image: url(../Images/Common/pic-bg.png);
        background-repeat: no-repeat;
        display: block;
    }

        .items1 .pic img {
            margin-top: 8px;
            width: 169px;
            height: 142px;
        }

        .items1 .pic:hover {
            overflow: hidden;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            filter: alpha(opacity=70);
            opacity: 0.7;
        }

    .items1 .title {
        color: #1763ac;
        font-size: 12px;
    }

        .items1 .title:hover {
            color: #ef0f18;
        }

.items2 {
    float: left;
    width: 275px;
    height: 160px;
    text-align: center;
    margin-left: 40px;
}

    .items2 .pic {
        width: 189px;
        height: 160px;
        background-image: url(../Images/Common/pic-bg.png);
        background-repeat: no-repeat;
        display: block;
        margin-left: 40px;
    }

        .items2 .pic:hover {
            overflow: hidden;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            filter: alpha(opacity=70);
            opacity: 0.7;
        }

        .items2 .pic img {
            margin-left: 0px;
            margin-top: 9px;
            width: 171px;
            height: 141px;
        }

    .items2 .title {
        color: #1763ac;
        font-size: 12px;
        clear: both;
        display: block;
    }

        .items2 .title:hover {
            color: #ef0f18;
        }

.directors {
    width: 748px;
    background-image: url(../Images/Common/bg-direct.jpg);
    background-repeat: no-repeat;
    background-position: right;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    display: table;
    margin-top: 10px;
}

    .directors .titlemain {
        color: #ef0f18;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .directors .items {
        width: 235px;
        float: left;
        margin-right: 0px;
        margin-top: 20px;
    }

        .directors .items .pic {
            width: 77px;
            height: 85px;
            background-image: url(../Images/Common/pic-bg2.png);
            background-repeat: no-repeat;
            float: left;
            margin-right: 8px;
        }

            .directors .items .pic:hover {
                overflow: hidden;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
                filter: alpha(opacity=70);
                opacity: 0.7;
            }

            .directors .items .pic img {
                margin: 0 auto;
                width: 68px;
                height: 76px;
                margin-top: 4px;
                margin-left: 4px;
            }

        .directors .items .title {
            font-weight: bold;
            font-size: 12px;
            color: #333333;
            margin-top: 20px;
            display: table;
        }

            .directors .items .title:hover {
                color: #ef0f18;
            }

        .directors .items .add {
            font-size: 12px;
            color: #4c4b4a;
        }

.banner-footer {
    width: 406px;
    height: 81px;
    clear: both;
    margin-top: 10px;
    margin-left: 140px;
}

#footer {
    width: 999px;
    margin: 0 auto;
    height: 85px;
    background-image: url(../Images/Common/bg-footer.png);
    background-repeat: no-repeat;
    clear: both;
}

    #footer ul {
        float: right;
        margin-top: 40px;
        margin-right: 20px;
    }

        #footer ul li {
            display: inline;
        }

            #footer ul li a {
                font-size: 12px;
                color: #fff;
                margin-right: 20px;
            }

                #footer ul li a:hover {
                    color: #ef0f18;
                }

.UpdateProgress {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 5-7 */
    filter: alpha(opacity=80); /* Netscape */
    -moz-opacity: 0.8; /* Safari 1.x */
    -khtml-opacity: 0.8; /* Good browsers */
    opacity: 0.8;
}

    .UpdateProgress img {
        text-align: center;
        position: fixed;
        left: 50%;
        top: 50%;
        margin-top: -34px;
        margin-left: -34px;
    }
/*form elements*/
.requiredField {
    color: Red;
    font-size: 14px;
    margin-left: 2px;
}

.error {
    color: Red;
    font-size: 14px;
    clear: both;
    background: transparent url("../Images/Icons/error.jpg") no-repeat 0 6px;
    padding: 6px 0 2px 20px;
    float: left;
}

.StepContactInformation .error {
    margin: 0px 0 0 105px;
}

.StepAbstractBody .error {
    margin: 0px 0 0 105px;
}

p.error-message-desc {
    font-style: italic;
    font-size: 11px;
    color: #333333;
    text-align: right;
}

.errorStar {
    color: Red;
    font-size: 14px;
}

.error br {
    clear: both;
    display: block;
}

input, select, textarea {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    height: 27px;
}

    input[type=text], input[type=password], textarea {
        border: solid 1px #c9c9c9;
        padding: 4px 8px;
    }

        input[type=text]:focus, input[type=password]:focus, textarea:focus {
            border: 1px solid #4D90FE;
            box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset;
            outline: medium none;
        }

    input.primary {
        background-color: #0ea641;
        padding: 4px 6px;
        color: #ffffff;
        outline: none;
    }

    input.secondary {
        background-color: #333333;
        padding: 4px 6px;
        color: #ffffff;
        outline: none;
    }

    input[type=submit], input[type=button] {
        background-color: #0ea641;
        color: #ffffff;
        padding: 3px 5px;
        outline: none;
        border-radius: 5px;
        border-width: thin;
    }
/* Helper styles */
.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

.dn {
    display: none;
}

.curhand {
    cursor: pointer;
}

.ofh {
    overflow: hidden !important;
}

.EmptyPane {
    width: 0 !important;
}

.FullPane {
    width: auto !important;
}

.ErrorMessage {
    color: Red !important;
}

fieldset {
    margin: 1em 0px;
}

    fieldset p {
        margin: 2px 12px 10px 0;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 0;
}
/*Login*/
.loginDisplay p {
    text-align: center;
}

input.textEntry {
    width: 100%;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 100%;
    border: 1px solid #ccc;
}
/* Apple effect */
.apple_overlay img {
    width: 582px;
}

.apple_overlay ul li {
    margin-bottom: 10px;
}
/* the overlayed element */
.apple_overlay {
    /* initially overlay is hidden */
    display: none; /* growing background image */
    background-image: url(../Images/Backgrounds/white.png) !important; /* width after the growing animation finishes height is automatically calculated */
    width: 582px; /*640px some padding to layout nested elements nicely */
    padding: 35px; /* a little styling */
    font-size: 11px;
}

    .apple_overlay .details .desc {
        height: 114px;
        overflow: auto;
    }
/* black version of the overlay. simply uses a different background image */
div.apple_overlay.black {
    background-image: url(../Images/Backgrounds/transparent.png);
    color: #fff;
}
/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image: url(../Images/Icons/close.png);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}
/* Hotel List */
.mainContentPane .tbStarList tr td, .mainContentPane .tbStarList tr th {
    border-right: none;
}

.mainContentPane .tbStarList tr th {
    text-align: left;
}

.mainContentPane .tbStarList tr td span.star {
    float: left;
    margin-right: 4px;
}

.tbHotelList tr th.col1 {
    width: 42%;
}

.tbHotelList tr th.col2 {
    width: 15%;
    text-align: center;
}

.tbHotelList tr th.col3 {
    width: 150px;
}

.tbHotelList tr th.col4 {
    width: 110px;
}

.tbHotelList tr th {
    text-align: center;
    background-color: #0ea641;
    color: #ffffff;
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    padding: 4px;
}

.tbHotelList tr td img {
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    padding: 4px;
    width: 74px;
    float: left;
    margin: 3px;
}

.tbHotelList tr td {
    vertical-align: middle;
    padding: 2px 4px;
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}

.tbHotelList tr.hotel5Start {
    background-color: #ef918a;
}

.tbHotelList tr.hotel4Start {
    background-color: #bfd945;
}

.tbHotelList tr.hotel3Start {
    background-color: #eae438;
}
/* Photo gallary */
.photoGallery {
    margin-left: 6px;
}

    .photoGallery a {
        display: inline-block;
        height: 140px;
        margin: 0 10px 0 0;
        overflow: hidden;
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
        vertical-align: top;
        width: 200px;
        z-index: 1;
    }

        .photoGallery a img {
            display: block;
            max-height: 120px;
            width: 190px;
            border: 1px solid #bbbbbb;
            background-color: #ffffff;
            padding: 4px;
        }
/* Form */
table.formGeneral td {
    padding: 4px;
    vertical-align: middle;
}

    table.formGeneral td.col1 {
        width: 120px;
    }

    table.formGeneral td.col2 {
        width: 506px;
    }

    table.formGeneral td.col3 {
        width: auto;
    }

    table.formGeneral td input[type=text] {
        width: 350px;
    }

    table.formGeneral td textarea {
        width: 500px;
        height: 200px;
    }
/*Online Submission Style*/
.uploaded-file-list-grid td {
    padding: 4px;
    vertical-align: middle;
}

.GeneralForm .Row {
    clear: both;
    padding: 5px;
}

.StepAbstractReview .Row span {
    width: 110px;
    display: block;
    float: left;
    color: #0ea641;
}

    .StepAbstractReview .Row span.label-value {
        color: #000000;
        width: auto;
    }

.GeneralForm .Row .col {
    float: left;
    width: 50%;
}

.GeneralForm .Row select {
    border: 1px solid #C9C9C9;
    padding: 4px 8px;
    width: 100%;
}

.StepAuthors h3 {
    margin: 0 !important;
}

.GeneralForm h3 {
    font-size: 14px;
    color: #0ea641;
    border-bottom: solid 1px #0ea641;
    margin: 30px 0 10px 0;
}

.m-portlet .m-portlet__head h3.m-portlet__head-text {
    border-bottom: 0;
}

.GeneralForm .Row label {
    display: block;
}

.GeneralForm .Row input.TextBox, .GeneralForm .Row textarea {
    clear: right;
    display: block;
    width: 100%;
}

.GeneralForm .Row ol.GenderList {
    margin: 0;
    padding: 0;
}

.GeneralForm .Row .GenderList label {
    width: auto;
}

.GeneralForm .Row ol.GenderList li {
    display: inline-block;
}

    .GeneralForm .Row ol.GenderList li input {
        margin: 3px;
    }

.GeneralForm .Row .GenderList input {
    float: left;
}

.GeneralForm .CheckBoxGroup {
    width: 48%;
}

    .GeneralForm .CheckBoxGroup input {
        clear: left;
        float: left;
        margin-bottom: 5px;
    }

.CheckBoxGroup label {
    clear: right;
    float: left;
    width: 90%;
    margin-bottom: 10px;
}

.StepAuthors fieldset {
    margin: 0;
}

.StepAuthors .Row label {
    width: 33%;
}

.StepAuthors .Row textarea {
    width: 54%;
}

.StepAbstractBody input, .StepAbstractBody textarea {
    width: 78%;
}

.StepConfirmation a {
    color: #0ea641;
}
/*Online Submission*/
/* WIZARD */
table.TbWizard tr td {
    margin: 0px;
    padding: 0 2px;
    width: 10%;
    text-align: center;
}

    table.TbWizard tr td a {
        text-decoration: none;
        display: block;
        line-height: 15px;
        padding: 14px 4px 0 4px;
        text-align: center;
    }

        table.TbWizard tr td a span {
            color: #ffffff !important;
            margin-bottom: 8px;
            display: block;
            text-align: center;
        }

.StepContain h2 {
    background-color: #0ea641;
    color: #ffffff !important;
    padding: 0;
    text-transform: uppercase;
    border: none;
    margin: 0;
    padding: 10px;
    font-size: 16px;
}

.StepContain a {
    color: #0ea641;
    text-decoration: underline;
}

    .StepContain a:hover {
        color: #7FA605;
    }

.NavigationPane {
    padding: 15px 0;
    border-top: solid 5px #0ea641;
}

.NavButton, .WizardControlButton {
    background-color: #0ea641;
    color: #ffffff;
    margin-left: 5px;
    padding: 4px;
    outline: none;
}

.SubmitControlButton {
    background-color: #0ea641;
    color: #ffffff;
    margin-left: 5px;
    padding: 4px;
    outline: none;
}

table.TbWizard tr td.stepNotCompleted {
    margin-right: 5px;
    color: White;
    text-align: center;
    background: transparent url("../Images/Icons/IncompleteStep.png") no-repeat 50% 0 !important;
}

.stepNotCompleted:hover {
    color: #0ea641;
}

.stepCompleted {
    color: White;
    font-size: 12px;
    text-align: center;
}

.stepCurrent {
    background: transparent url("../Images/Icons/CurrentStep.png") no-repeat 50% 0;
    color: White;
}

    .stepCurrent a {
        color: #df0026;
    }

.stepCompleted a {
    color: #0ea641;
}

    .stepCompleted a:hover {
        color: #0ea641;
    }

table.TbWizard tr td.step {
    margin-right: 4px;
    background: transparent url("../Images/Icons/Step.png") no-repeat 50% 0;
}

table.tbWizardOfSubmission tr td.step5 {
    display: none !important;
    width: 0;
}

.wizardProgress {
    padding-right: 10px;
    font-family: Arial;
    color: #333333;
    font-size: 12px;
}

.wizardTitle {
    font-family: Arial;
    font-size: 120%;
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
}

.StepContain {
    padding: 10px;
}

.WizardHeaderPane {
    background: transparent url("../Images/Backgrounds/WizardArrow.png") no-repeat right -3px;
    margin-bottom: 17px;
    width: 100%;
}

    .WizardHeaderPane table {
        width: 100%;
    }
/*Abstract List*/
.AbstractList {
    margin-bottom: 10px;
}

    .AbstractList th {
        padding: 8px 4px;
    }

    .AbstractList td {
        padding: 5px;
    }

    .AbstractList a.bt-delete-abstract {
        width: 20px;
        height: 20px;
        background: transparent url("../Images/Icons/icon-delete3.png") no-repeat 0 0;
        display: block;
        text-indent: -9999px;
        background-size: cover;
    }

    .AbstractList a.bt-select-abstract {
        width: 20px;
        height: 20px;
        background: transparent url("../Images/Icons/icon-edit3.png") no-repeat 0 0;
        display: block;
        text-indent: -9999px;
        background-size: cover;
    }

    .AbstractList fieldset {
        margin: 0;
    }

        .AbstractList fieldset legend {
            margin: 0;
            padding: 2px;
        }

.main .mainContentPane .AbstractList fieldset legend h1 {
    margin: 0;
    color: #0ea641;
}

.EmptyData {
    color: #333333;
    font-style: italic;
}

.topic-list tr td {
    padding: 4px 0;
}

.MainContent_lblmsg {
    padding-left: 5px;
}

input.bt-add-new-abstract {
    background: #0ea641 url("../Images/Icons/add.gif") no-repeat 6px 50%;
    padding-left: 24px;
}
/* Online registration */
.StepRegistrationForConference table {
    border-collapse: separate;
}

    .StepRegistrationForConference table tr td.col-amount-person, .StepRegistrationForConference table tr td.col-sub-total-person, .StepRegistrationForConference table tr td.col-price-person, .StepRegistrationForConference table tr td.col-sub-total {
        text-align: right;
    }

    .StepRegistrationForConference table tr td .amount-person, .StepRegistrationForConference table tr td .sub-total-person {
        width: 130px;
    }

    .StepRegistrationForConference table tr td.col-no-person select {
        width: 80px;
        height: 28px;
    }

.StepAccommodation table tr td {
    vertical-align: middle;
}

    .StepAccommodation table tr td.col-cin, .StepAccommodation table tr td.col-cout {
        width: 150px;
    }

        .StepAccommodation table tr td.col-cin input.datepicker, .StepAccommodation table tr td.col-cout input.datepicker {
            width: 85px;
        }

    .StepAccommodation table tr td.col-no-nite {
        width: 50px;
        text-align: right;
    }

        .StepAccommodation table tr td.col-no-nite input {
            width: 50px;
            text-align: right;
            background: none;
        }

    .StepAccommodation table tr td.col-total-amount {
        width: 150px;
    }

    .tb-accommodation tr td.col-total-amount input, .tb-accommodation tr td.sub-total input, .StepAccommodation table tr td input.total-sub {
        width: 100px;
        float: right;
    }

table.tbWizardOfRegistration tr td.step9 {
    display: none !important;
    width: 0;
}

.chk-register-for-group {
    display: flex;
}

.register-for-group-pane {
    margin-bottom: 10px;
}

.hotel-selection {
    display: flex;
}

.StepAccommodation table.tb-accommodation tr th i {
    font-weight: normal;
}

.StepAccommodation table.tb-accommodation tr .col-cin .ui-datepicker-trigger, .StepAccommodation table.tb-accommodation tr .col-cout .ui-datepicker-trigger {
    float: right;
}

.StepAccommodation table.tb-accommodation tr td select {
    width: 50px;
}

.StepAccommodation table.tb-accommodation tr td.accommodation-more-info p {
    margin: 10px 0 5px;
}

.StepAccommodation table.tb-accommodation tr td.accommodation-more-info input {
    margin: 5px 0 10px 0;
    width: 720px;
}

.tb-flight-info input[type="text"] {
    width: 80px;
}

.tb-flight-info td input.datepicker {
    width: 98px;
    float: left;
}

.tb-flight-info td .ui-datepicker-trigger {
    float: right;
}

.tb-flight-info td.col_date_picker {
    width: 150px;
}

.tb-tour td.col-tour-date {
    width: 100px;
}
/*Airport transfer*/
.tb-airport-transfer tr td select.num-of-car {
    width: 60px;
}

.tb-airport-transfer tr td.col-airport-num-of-ways, .tb-airport-transfer tr td.col-airport-num-of-ways input {
    width: 50px;
}

.tb-airport-transfer tr td.col-airport-total-amount {
    width: 150px;
}

    .tb-airport-transfer tr td.col-airport-total-amount input {
        width: 130px;
    }

.tb-airport-transfer tr td.col-airport-num-of-car {
    width: 60px;
}

.tb-airport-transfer tr td.sub-total input {
    width: 130px;
}

.airport-to-hotel {
    display: flex;
}

.hotel-to-airport {
    display: flex;
}

/*tour*/
.tb-tour tr td.col-tour-num-person, .tb-tour tr td.col-tour-num-person select {
    width: 50px;
}

.col-tour-date {
    display: flex;
}
/*visa*/
.tb-visa tr td.col-visa-num-person, .tb-visa tr td.col-visa-num-person select {
    width: 50px;
}

.tb-visa tr td.col-visa-price {
    text-align: right;
    width: 25px;
}

.tb-visa tr td input.visa-arrival-date, .tb-visa tr td input.visa-departure-date {
    width: 500px;
}

.tb-visa tr td.information-required-title {
    background-color: #ffffff;
}

.tb-visa tr td.col-visa-total-amount {
    width: 20px;
}

    .tb-visa tr td.col-visa-total-amount input {
        width: 25px;
    }

.tb-visa tr td.sub-total input {
    width: 130px;
}

.tb-ReviewTotalRegistration tr td {
    text-align: right;
}

    .tb-ReviewTotalRegistration tr td.review-registration-fee {
        width: 160px;
        text-align: left;
    }

td.review-registration-fee {
    width: 150px;
}

    td.review-registration-fee input {
        width: 130px;
    }

.col-visa-date {
    display: flex;
}
/*General style*/
table.tb-online-table-style tr td {
    vertical-align: middle;
}

table.tb-online-table-style tr th {
    font-weight: bold;
    text-align: center;
    padding: 2px 4px;
    background-color: #999999;
    color: White;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}

table.tb-online-table-style tr td.sub-total, table.tb-online-table-style tr td.sub-total span, table.tb-online-table-style tr td.sub-total input {
    color: #000000 !important;
    font-weight: bold;
    font-size: 16px;
}

.payment-option-list input {
    float: left;
}

.payment-option-list .payment-option-desc {
    margin-left: 25px;
    margin-bottom: 10px;
}

table.tb-online-table-style tr td input.label-style {
    background-color: transparent !important;
    border: none;
    color: #000000;
    padding: 0;
    text-align: left;
}
/*Time picker*/
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
    }

        .ui-timepicker-rtl dl dd {
            margin: 0 65px 10px 10px;
        }

.image-map-pane .area-tooltip {
    background-color: #7FA605;
    color: #ffffff;
    padding: 10px;
}

.StepContain table.tbOddEvenStyle tr th {
    border-bottom: solid 1px #ffffff;
}
/*FacultyFullList*/
table.FacultyFullList tr td {
    padding: 5px;
}

    table.FacultyFullList tr td img {
        padding: 3px;
        border: solid 1px #010101;
    }

.tb-airport-transfer td.col1 {
    width: 50px;
}

.tb-airport-transfer td.col-airport-type-vehicle {
    width: 160px;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
    background-color: #fff;
}

.m-header-menu .m-menu__nav.m-menu__nav--logos > .m-menu__item {
    padding: 10px 5px;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-topbar__userpic img {
    border: 1px solid #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.m-content h1 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.m-nav .m-dropdown .m-dropdown__wrapper .m-dropdown__header {
    padding-bottom: 0;
}

.auth-bg {
    background-size: cover;
    background-color: #00000;
    position: relative;
}

.auth-page, .auth-page--row {
    height: 100%;
}

.m-login.m-login--6 .m-login__aside .m-grid__item .m-grid__item .m-login__title {
    line-height: 1.6;
}

.m-login.m-login--6 .m-login__aside .m-grid__item .m-grid__item .m-login__subtitle {
    color: #000;
}

.m-login.m-login--6 .m-login__aside {
    padding: 10px 20px;
}

.login-copyright {
    margin-top: 100px;
    position: absolute;
    bottom: 10px;
}

.form-main {
    height: 100%;
}

.page-container {
    height: 100%;
}

.accountInfo.forgot-pass {
    margin-top: 0px;
    border-top: 1px #c0c0c0 dotted;
    padding-top: 0px;
}

.accountInfo {
    margin-top: 20px;
}

.m-login__logo img {
    width: 100%;
}

.sponsor-logo {
    float: right;
    padding: 2px;
    max-width: 84px;
    text-align: center;
}

    .sponsor-logo p {
        font-size: 11px;
        text-align: center;
        display: none;
    }

    .sponsor-logo img {
        width: 40px;
        height: 40px;
    }

.auth-heading {
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 60px;
}

    .auth-heading p {
        font-size: 16px;
        font-family: Arial;
        color: white;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.m-login.m-login--6 .m-login__aside .m-grid__item .m-login__logo {
    margin-bottom: 0;
}

.m-login.m-login--6 .m-login__aside .m-grid__item .m-login__info .m-login__section > a:last-child {
    font-size: 10px;
}

.m-login.m-login--6 .m-login__wrapper {
    padding: 2rem 2rem;
}

.failureNotification {
    color: red;
}

span.failureNotification {
    font-family: Arial;
}

.m-aside-left-close.m-aside-left-close--skin-dark {
    background-color: #0ea641;
    z-index: 9999;
    border-radius: 0;
    width: 26px;
    height: 26px;
}

    .m-aside-left-close.m-aside-left-close--skin-dark > i {
        color: #fff;
    }

.m-subheader--single.m-subheader {
    padding-top: 0;
}

    .m-subheader--single.m-subheader .m-subheader__title.m-subheader__title--separator {
        border: none;
    }

.m-portlet--none .m-portlet__body {
    padding: 0;
}

.table--head-blue th {
    background-color: #116F8E;
    color: #fff;
}

.m-badge {
    text-transform: capitalize;
}

    .m-badge.m-badge--success {
        background-color: #0ea641;
    }

    .m-badge.m-badge--danger {
        background-color: #df0026;
    }

.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-topbar__username {
    color: #0ea641;
    text-transform: capitalize;
    display: block;
    margin-top: 4px;
    font-size: 10px;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-topbar__userpic {
    border-radius: 50%;
    overflow: hidden;
    background-color: #0ea641;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-top: 3px !important;
}

.m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-topbar__userpic i {
    font-size: 24px;
    line-height: 31px;
    color: #fff;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item > a.m-nav__link {
    padding: 0;
}

.m-card-user .m-card-user__details {
    padding: 0;
}

.logout-button-item {
    margin-top: 10px;
}

.m-brand .m-brand__logo {
    position: absolute;
    top: 6px;
    /*-webkit-transform: rotate(-14deg);*/ /* Chrome, Opera 15+, Safari 3.1+ */
    /*-ms-transform: rotate(-14deg);*/ /* IE 9 */
    /*transform: rotate(-14deg);*/
}

    .m-brand .m-brand__logo img {
        width: 100px !important;
    }

.m-brand .m-brand__logo-sponsors {
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -106.79px;
}

    .m-brand .m-brand__logo-sponsors img {
        height: 50px !important;
        border-radius: 50%;
        border: solid 5px #30b15c;
    }

.m-header--fixed-mobile .m-topbar {
    top: -70px;
}

a.avatar-button {
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.m-aside-left {
    padding-top: 0;
}

.WizardHeaderPaneContainer {
    overflow: auto;
    width: 335px;
}

.WizardHeaderPane table {
    width: 100%;
}

.m-portlet .m-portlet__body {
    padding: 10px 15px;
}

.m_ver_menu--avatar {
    background-image: url("../Images/Backgrounds/bgLogin.jpg");
    height: 150px;
    background-size: cover;
}

.m_ver_menu--avatar-name {
    font-size: 15px;
    color: #0ea641;
    text-align: center;
    padding: 10px;
}

    .m_ver_menu--avatar-name .m-dropdown a.m-dropdown__toggle {
        display: block;
        background-color: transparent;
        border: none;
    }

    .m_ver_menu--avatar-name .m-dropdown .m-dropdown__wrapper .m-dropdown__inner {
        width: 95%;
        background-color: rgba(255,255,255,0.95);
    }

.btn-primary:hover {
    color: #fff;
    background-color: #E37E13;
    border-color: #E37E13;
}

.btn.btn-default, .btn.btn-secondary {
    color: #212529;
}

.portlet.m-portlet {
    margin-bottom: 0;
}

.m-brand .m-brand__tools .m-brand__icon {
    vertical-align: top;
}

input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    margin: 3.5px 5px 0 0;
    height: 12px;
}
