/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */


.zoomloader {
    height: 64px;
    left: 50%;
    margin-bottom: 0;
    margin-left: 25px;
    margin-right: 0;
    margin-top: 25px;
    position: fixed;
    top: 30%;
    width: 64px;
    z-index: 940;
}
.iti__country {
    width: 95% !important;
    padding: 5px 10px !important;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    min-height: 100%;
    position: relative;
}

.showMessage {
    background: #fdb90e;
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    text-align: center;
    z-index: 10000;
    font-size: 0.85em;
    font-weight: bold;
    padding: 5px 0;
}

/*hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}*/

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSansBold.eot');
    /*src: url('../fonts/OpenSansBold.eot') format('embedded-opentype'), url('../fonts/OpenSansBold.woff2') format('woff2'), url('../fonts/OpenSansBold.woff') format('woff'), url('../fonts/OpenSansBold.ttf') format('truetype'), url('../fonts/OpenSansBold.svg#OpenSansBold') format('svg');*/
    src: url('../fonts/OpenSansBold.eot') format('embedded-opentype'), url('../fonts/OpenSansBold.woff') format('woff'), url('../fonts/OpenSansBold.ttf') format('truetype'), url('../fonts/OpenSansBold.svg#OpenSansBold') format('svg');
    font-weight: 600;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSansSemibold.eot');
    src: url('../fonts/OpenSansSemibold.eot') format('embedded-opentype'), url('../fonts/OpenSansSemibold.ttf') format('truetype'), url('../fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
    font-weight: 400;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;*/
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1 {
    font-size: 1em;
    font-weight: 400;
}

img { /*outline: none;*/
    border: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #555555; /*outline: 0;*/
}

input[type="text"], input[type="password"], textarea {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    font-size: 0.85em;
    padding: 6px 8px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
    height: 65px;
}

    input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
        outline: 0;
    }

:focus {
    outline: 0;
}

button, input[type="submit"], input[type="reset"], input[type="button"] {
    border: 0;
    font-size: 0.87em;
    background: #e4e2e2;
    width: auto;
    border-radius: 4px;
    height: 32px;
    display: block;
    padding: 0 4px;
}

input[type="submit"], input[type="reset"], input[type="button"] {
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 0 10px;
    display: inline-block;
}

    button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
        background-color: #d4d2d2;
    }

.LinkButtonUI {
    background: #A9A9A9;
    width: auto;
    -webkit-appearance: button;
    cursor: pointer;
    padding: 5px 5px;
}
    .LinkButtonUI:hover {
        background-color: #d4d2d2;
    }




    body { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,e4e4e4+100 */
        background: #f4f4f4; /* Old browsers */
        background: -moz-linear-gradient(top, #f4f4f4 0%, #e4e4e4 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4f4f4 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f4f4f4 0%,#e4e4e4 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f4f4f4 0%,#e4e4e4 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f4f4f4 0%,#e4e4e4 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
        font-family: "OpenSans";
        font-weight: 400;
        color: #555555; /*margin-bottom: 70px;*/
        padding-bottom: 70px;
    }

.wrapper {
    padding-top: 20px;
}

.container {
    width: 100%;
    padding: 0 1.5%;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*radio buttons*/
.radioBtn {
    float: left;
    width: 82%;
}

    .radioBtn li {
        width: auto;
        margin-right: 4%;
        margin-bottom: 0;
        float: left;
    }

    .radioBtn input[type="radio"] {
        display: none;
    }

    .radioBtn label {
        -moz-user-select: none;
        background-image: url("../images/radio-btn.png");
        width: auto;
        padding-right: 0;
    }

    .radioBtn input[type="radio"] + label {
        background-position: 0 0;
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
        height: 16px;
        line-height: 1.2em;
        padding-left: 22px;
        vertical-align: middle;
        width: auto;
        padding-right: 0;
    }

    .radioBtn input[type="radio"]:checked + label {
        background-image: url("../images/radio-btn-active.png");
    }

/*checkbox*/
.chkBox {
    float: left;
    width: 82%;
}

    .chkBox li {
        width: auto;
        margin-right: 4%;
        margin-bottom: 0;
        float: left;
    }

    .chkBox label {
        background-image: url("../images/chk-box.png");
        padding-right: 0;
    }

    .chkBox input[type="checkbox"] {
        border: 0 none;
        height: 1px;
        overflow: hidden;
        padding: 0;
        width: 1px;
        float: left;
        width: auto;
        display: none;
    }

        .chkBox input[type="checkbox"] + label {
            background-position: 0 0;
            background-repeat: no-repeat;
            cursor: pointer;
            display: inline-block;
            height: 19px;
            line-height: 1.2em;
            padding-left: 25px;
            vertical-align: middle;
            width: auto;
            padding-right: 0;
        }

        .chkBox input[type="checkbox"]:checked + label {
            background-image: url("../images/chk-box-active.png");
        }

/*multiselect*/
.dropdown-menu.active {
    display: block;
}

label.checkbox {
    background: url("../images/chk-box.png") no-repeat 0 center;
    padding-right: 0;
}

    label.checkbox input[type="checkbox"] {
        opacity: 0;
    }

.multiselect-container li.active label.checkbox {
    background-image: url("../images/chk-box-active.png");
}

.multiselect-container li a label {
    padding-left: 6px;
}

    .multiselect-container li a label.radio, .multiselect-container li a label.checkbox {
        width: 100%;
        color: #555555;
    }

button.multiselect:hover {
    background-color: transparent;
}

.multiselect.btn-default {
    text-align: left;
    background: url("../images/arrow-select.png") no-repeat 100% center #ffffff;
    font-size: 0.85em;
    color: #555555;
    border: 1px solid #d8d8d8 !important;
    padding: 6px 8px;
}

.multiselect.btn-defaultCMST {
    text-align: left;
    background: url("../images/arrow-select.png") no-repeat 100% center #ffffff;
    font-size: 0.85em;
    color: #555555;
    border: 1px solid #d8d8d8 !important;
    padding: 6px 8px;
}

.dropdown-menu {
    top: 99%;
    box-shadow: inherit;
    border: 1px solid #d8d8d8;
    border-radius: 0 0 4px 4px;
    width: 100%;
}
/*.multiselect-container{ max-height: 200px; overflow-x: hidden; overflow-y: scroll;}*/
.multiselect-container {
    box-sizing: border-box;
    max-height: 150px;
    overflow: auto; /*position: relative;*/
    position: absolute;
    width: 100%;
}


header {
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #e4e4e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%,#e4e4e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#e4e4e4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%,#e4e4e4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
    padding: 32px 0 0 0;
}

.headerTop {
    margin: 0 0 0px 0;
}

.gameName {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 8px;
    display: block;
    background: url("../images/nav-button.png") no-repeat 0 center;
    padding: 0 0 0 22px;
}

.gamesContainer {
    width: 80%;
    position: relative;
}

.games {
    float: left;
}

.gameList {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    z-index: 2;
    display: none;
}

    .gameList.active {
        display: block;
    }

    .gameList li {
        font-size: 0.8em;
        border-bottom: 1px solid rgba(54,54,54,0.1);
    }

        .gameList li a {
            display: block;
            padding: 12px 10px;
        }

            .gameList li a:hover {
                background: rgba(54,54,54,0.05);
            }

.loginContainer {
    width: 20%;
    text-align: right;
    position: relative;
}

.login {
    line-height: 1em;
    padding-bottom: 8px;
    float: right;
}

    .login .fa-caret-down {
        margin: 0 0 0 5px;
    }

.loginSubmenu {
    background: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    right: 0;
    width: 171px;
    display: none;
    z-index: 2;
}

    .loginSubmenu.active {
        display: block;
    }

    .loginSubmenu li {
        font-size: 0.8em;
        border-bottom: 1px solid rgba(54,54,54,0.1);
    }

        .loginSubmenu li:hover {
            background: rgba(54,54,54,0.05);
            cursor: pointer;
        }

        .loginSubmenu li a {
            display: block;
            padding: 10px 18px 10px 8px;
        }

    .loginSubmenu .icon {
        background-repeat: no-repeat;
        background-position: center;
        float: left;
        width: 20%;
        height: 38px;
        border-right: 1px solid rgba(54,54,54,0.1);
    }

    .loginSubmenu .txt {
        float: right;
        width: 80%;
    }

    .loginSubmenu .profile .icon {
        background-image: url("../images/profile.png");
    }

    .loginSubmenu .changePassword .icon {
        background-image: url("../images/change-password.png");
    }

    .loginSubmenu .logout .icon {
        background-image: url("../images/logout.png");
    }

.headerBottom {
    margin: 10px 0 0 0;
    border-bottom: 2px solid #7f9ebf;
}

nav {
}

    nav ul {
    }

        nav ul li {
            float: left;
            font-size: 1em;
            border-right: 1px solid #ffffff;
        }

            nav ul li:last-child {
                border-right: 0;
            }

            nav ul li a {
                display: block;
                background-color: #5a7da5;
                color: #FFFFFF;
                padding: 12px 20px 12px 48px;
                background-repeat: no-repeat;
                background-position: 20px center;
            }

            nav ul li.active a {
                background-color: #FFFFFF;
                color: #5a7da5;
            }

            nav ul li.team a {
                background-image: url("../images/team.png");
            }

            nav ul li.active.team a {
                background-image: url("../images/team-active.png");
            }

            nav ul li.portal a {
                background-image: url("../images/portal.png");
            }

            nav ul li.active.portal a {
                background-image: url("../images/portal-active.png");
            }

            nav ul li.reports a {
                background-image: url("../images/reports.png");
            }

            nav ul li.active.reports a {
                background-image: url("../images/reports-active.png");
            }

            nav ul li.system a, nav ul ul.subMenuList li.setting1 a {
                background-image: url("../images/system.png");
            }

            nav ul li.active.system a {
                background-image: url("../images/system-active.png");
            }

            nav ul li.active li a {
                color: #FFFFFF;
            }

        nav ul ul.subMenuList li.setting1 a:hover {
            background-image: url("../images/system-active.png");
        }

.subMenuList {
    position: absolute;
    z-index: 1;
    display: none;
    width: 220px;
}

    .subMenuList.active {
        display: block;
    }
/*.subMenu.active .subMenuList{ display: block;}*/
/*.subMenu:hover .subMenuList{ display: block;}*/

nav ul li:hover ul li a {
    color: #FFF;
}

nav ul li:hover ul li:hover a {
    color: #668db6;
}

nav ul ul.subMenuList li {
    float: none;
    border-right: 0;
    border-bottom: 1px solid #94afcc;
}
    /*nav ul ul.subMenuList li:last-child{ border-bottom: 0;}*/
    nav ul ul.subMenuList li a {
        background-color: #5a7da5;
        padding: 10px 20px 10px 48px;
    }

        nav ul ul.subMenuList li a:hover {
            background-color: #FFFFFF;
        }

    nav ul ul.subMenuList li.searchMenu a {
        background-image: url("../images/search2.png");
        background-position: 23px center;
    }

        nav ul ul.subMenuList li.searchMenu a:hover {
            background-image: url("../images/search2-active.png");
        }

    nav ul ul.subMenuList li.accreditation a {
        background-image: url("../images/accreditation.png");
    }

        nav ul ul.subMenuList li.accreditation a:hover {
            background-image: url("../images/accreditation-active.png");
        }

    nav ul ul.subMenuList li.outfitting a {
        background-image: url("../images/outfitting.png");
    }

        nav ul ul.subMenuList li.outfitting a:hover {
            background-image: url("../images/outfitting-active.png");
        }

    nav ul ul.subMenuList li.travel a {
        background-image: url("../images/travel.png");
        background-position: 22px center;
    }

        nav ul ul.subMenuList li.travel a:hover {
            background-image: url("../images/travel-active.png");
        }

    nav ul ul.subMenuList li.housing a {
        background-image: url("../images/housing.png");
    }

        nav ul ul.subMenuList li.housing a:hover {
            background-image: url("../images/housing-active.png");
        }

    nav ul ul.subMenuList li.schedule a {
        background-image: url("../images/schedule.png");
    }

        nav ul ul.subMenuList li.schedule a:hover {
            background-image: url("../images/schedule-active.png");
        }

    nav ul ul.subMenuList li.setup a {
        background-image: url("../images/setup.png");
    }

        nav ul ul.subMenuList li.setup a:hover {
            background-image: url("../images/setup-active.png");
        }

    nav ul ul.subMenuList li.forms a {
        background-image: url("../images/forms.png");
    }

        nav ul ul.subMenuList li.forms a:hover {
            background-image: url("../images/forms-active.png");
        }

    nav ul ul.subMenuList li.agreements a {
        background-image: url("../images/agreements.png");
    }

        nav ul ul.subMenuList li.agreements a:hover {
            background-image: url("../images/agreements-active.png");
        }

    nav ul ul.subMenuList li.information a {
        background-image: url("../images/information.png");
        background-position: 19px center;
    }

        nav ul ul.subMenuList li.information a:hover {
            background-image: url("../images/information-active.png");
        }

    nav ul ul.subMenuList li.myTeam a {
        background-image: url("../images/my-team.png");
        background-position: 17px center;
    }

        nav ul ul.subMenuList li.myTeam a:hover {
            background-image: url("../images/my-team-active.png");
        }

    nav ul ul.subMenuList li.notification a {
        background-image: url("../images/notifications.png");
        background-position: 19px center;
    }

        nav ul ul.subMenuList li.notification a:hover {
            background-image: url("../images/notifications-active.png");
        }

    nav ul ul.subMenuList li.settings a {
        background-image: url("../images/portal.png");
    }

        nav ul ul.subMenuList li.settings a:hover {
            background-image: url("../images/portal-active.png");
        }

    nav ul ul.subMenuList li.quickReports a {
        background-image: url("../images/reports.png");
    }

        nav ul ul.subMenuList li.quickReports a:hover {
            background-image: url("../images/reports-active.png");
        }

    nav ul ul.subMenuList li.reportWriter a {
        background-image: url("../images/reports.png");
    }

        nav ul ul.subMenuList li.reportWriter a:hover {
            background-image: url("../images/reports-active.png");
        }

    nav ul ul.subMenuList li.quickAqebuf a {
        background-image: url("../images/reports.png");
    }

        nav ul ul.subMenuList li.quickAqebuf a:hover {
            background-image: url("../images/reports-active.png");
        }

    nav ul ul.subMenuList li.aqebufWriter a {
        background-image: url("../images/reports.png");
    }

        nav ul ul.subMenuList li.aqebufWriter a:hover {
            background-image: url("../images/reports-active.png");
        }

    nav ul ul.subMenuList li.users a {
        background-image: url("../images/user.png");
    }

        nav ul ul.subMenuList li.users a:hover {
            background-image: url("../images/user-active.png");
        }

    nav ul ul.subMenuList li.adhoc a {
        background-image: url("../images/adhoc.png");
        background-position: 19px center;
    }

        nav ul ul.subMenuList li.adhoc a:hover {
            background-image: url("../images/adhoc-active.png");
        }

    nav ul ul.subMenuList li.auditting a {
        background-image: url("../images/auditing.png");
        background-position: 18px center;
    }

        nav ul ul.subMenuList li.auditting a:hover {
            background-image: url("../images/auditing-active.png");
        }

    nav ul ul.subMenuList li.gamesSetUp a {
        background-image: url("../images/games-setup.png");
        background-position: 17px center;
    }

        nav ul ul.subMenuList li.gamesSetUp a:hover {
            background-image: url("../images/games-setup-active.png");
        }

    nav ul ul.subMenuList li.settings a {
        background-image: url("../images/portal.png");
    }

        nav ul ul.subMenuList li.settings a:hover {
            background-image: url("../images/portal-active.png");
        }

    nav ul ul.subMenuList li.preferences a {
        background-image: url("../images/preferences.png");
        background-position: 19px center;
    }

        nav ul ul.subMenuList li.preferences a:hover {
            background-image: url("../images/preferences-active.png");
        }

    nav ul ul.subMenuList li.dataUpload a {
        background-image: url("../images/data-upload.png");
        background-position: 22px center;
    }

        nav ul ul.subMenuList li.dataUpload a:hover {
            background-image: url("../images/data-upload-active.png");
        }

    nav ul ul.subMenuList li.contactMerge a {
        background-image: url("../images/cm_white.png");
        background-position: 16px center;
    }

        nav ul ul.subMenuList li.contactMerge a:hover {
            background-image: url("../images/cm_blue.jpg");
        }

.hiddenCols {
    display: none;
}


.contactContainer {
}

    .contactContainer ul {
    }

.subMenuList {
    width: 212px;
    z-index: 9999 !important;
}

.contactContainer ul li {
    float: left;
    border-right: 1px solid #ffffff;
}

    .contactContainer ul li:last-child {
        border-right: 0;
    }

    .contactContainer ul li a {
        background-color: #5a7da5;
        background-repeat: no-repeat;
        background-position: center;
        color: #FFFFFF;
        display: block;
        padding: 12px 20px;
    }

    .contactContainer ul li.contact a {
        background-position: 18px center;
        background-image: url("../images/contact.png");
        padding-left: 50px;
    }

    .contactContainer ul li.active a {
        background-color: #FFFFFF;
        color: #5a7da5;
    }

    .contactContainer ul li.active.contact a {
        background-image: url("../images/contact-active.png");
    }

    .contactContainer ul li.search {
        width: 42px;
        position: relative;
    }

        .contactContainer ul li.search a {
            background-image: url("../images/search.png");
            padding: 0;
            height: 46px;
        }

    .contactContainer ul li.help a {
        background-image: url("../images/help.png");
        height: 46px;
    }

    .contactContainer ul li .subMenuList li {
        float: none;
        border-right: 0;
        border-bottom: 1px solid #94afcc;
    }

        .contactContainer ul li .subMenuList li a {
            background-color: #5a7da5;
        }

.contactContainer ul ul.subMenuList a {
    background-color: #5a7da5;
    color: #FFFFFF;
}

    .contactContainer ul ul.subMenuList a:hover {
        background-color: #FFFFFF;
        color: #668db6;
    }

.contactContainer ul ul.subMenuList li.individuals a {
    background-image: url("../images/individual.png");
}

    .contactContainer ul ul.subMenuList li.individuals a:hover {
        background-image: url("../images/individual-active.png");
    }

.contactContainer ul ul.subMenuList li.organisations a {
    background-image: url("../images/organisation.png");
}

    .contactContainer ul ul.subMenuList li.organisations a:hover {
        background-image: url("../images/organisation-active.png");
    }

.contactContainer ul ul.subMenuList li.setUp a {
    background-image: url("../images/setup.png");
}

    .contactContainer ul ul.subMenuList li.setUp a:hover {
        background-image: url("../images/setup-active.png");
    }

.searchContainer {
    width: 298px;
    position: absolute;
    right: -15px;
    top: 100%;
    background: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    display: none;
    z-index: 1;
}

    .searchContainer.active {
        display: block;
    }

    .searchContainer .left {
        width: 63%;
        padding: 0 15px 0 0;
    }

    .searchContainer .right {
        width: 37%;
        text-align: right;
    }

.searchBtn {
}

.buttonTxt {
    height: 100%;
    line-height: 2.3em;
    width: auto;
    float: left;
    padding: 0 6px 0 4px;
}

.buttonIcon {
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 32px; /*height: 100%;*/
    border-left: 1px solid #c4c2c2;
    float: right;
}

.searchBtn .buttonIcon {
    background-image: url("../images/search1.png");
}

.saveBtn .buttonIcon {
    background-image: url("../images/save.png");
}

.cancelBtn .buttonIcon {
    background-image: url("../images/cancel.png");
}
/*End header*/

.mainContainer {
}

.mainContent {
    background: #FFFFFF;
    padding-bottom: 15px;
}

.pageTitle {
    border-bottom: 1px solid rgba(102,102,102,0.15);
    padding: 12px 20px;
    margin: 0 0 20px 0;
}

    .pageTitle h1 {
        background-position: 0 center;
        background-repeat: no-repeat;
        padding: 0 0 0 23px;
    }

    .pageTitle .searchTitle {
        background-image: url("../images/search1.png");
    }

    .pageTitle .formBuilderTitle {
        background-image: url("../images/forms-active.png");
    }

    .pageTitle .teamentryTitle {
        background-image: url("../images/team-active.png");
    }

    .pageTitle .schedule_resultTitle {
        background-image: url("../images/schedule-active.png");
    }

    .pageTitle .outfittingTitle {
        background-image: url("../images/outfitting-gray.png");
        padding-left: 35px;
    }

    .pageTitle .systemTitle {
        background-image: url("../images/system-active.png");
        padding-left: 35px;
    }

    .pageTitle .ReportTitle {
        background-image: url("../images/reports-active.png");
        padding-left: 35px;
    }

    .pageTitle .AdHocTitle {
        background-image: url("../images/adhoc-active.png");
        padding-left: 35px;
    }

    .pageTitle .PreferencesTitle {
        background-image: url("../images/preferences-active.png");
        padding-left: 35px;
    }

    .pageTitle .passwordTitle {
        background-image: url("../images/password1.png");
    }

    .pageTitle .accreditationTitle {
        background-image: url("../images/accr_new.png");
        padding-left: 35px;
    }

    .pageTitle .travelTitle {
        background-image: url("../images/travel_new1.png");
        padding-left: 35px;
    }

    .pageTitle .contactMergeTitle {
        background-image: url("../images/cm_grey.png");
        padding-left: 35px;
    }

    .pageTitle .audittingTitle {
        background-image: url("../images/auditing-active.png");
        padding-left: 35px;
    }

    .pageTitle .dataUploadTitle {
        background-image: url("../images/data-upload-active.png");
        padding-left: 35px;
    }

    .pageTitle .notificationTitle {
        background-image: url("../images/notifications-active.png");
        padding-left: 35px;
    }

    .pageTitle .setupMenuTitle {
        background-image: url("../images/setup-active.png");
        padding-left: 35px;
    }


.pageContent {
    padding-bottom: 20px;
}

.searchFields {
    margin: 0 0 10px 0;
}

.searchContent {
    width: 80%;
    margin: 0 auto;
}

    .searchContent li {
        width: 45.5%;
        float: left;
        margin: 0 9% 10px 0;
    }

        .searchContent li label {
            font-size: 0.85em;
            float: left;
            /*width: 18%;*/
            width: 22%;
            padding-right: 10px;
        }

        .searchContent li .radioBtn {
            margin-top: 3px;
        }

            .searchContent li .radioBtn li {
                width: auto;
                margin-right: 4%;
                margin-bottom: 0;
            }

        .searchContent li .chkBox {
            margin-top: 3px;
        }

            .searchContent li .chkBox li {
                width: auto;
                margin-right: 4%;
                margin-bottom: 0;
            }

        .searchContent li .multiselect-container li {
            width: 100%;
            margin: 0;
            padding: 5px 10px;
            border-bottom: 1px solid #d8d8d8;
        }

            .searchContent li .multiselect-container li:last-child {
                border-bottom: 0 none;
            }

            .searchContent li .multiselect-container li:hover {
                background-color: rgba(54, 54, 54, 0.05);
            }

        .searchContent li:nth-child(2n) {
            margin-right: 0;
        }
/*Select tag*/
.select-box {
    padding: 0;
    width: 100%;
    padding: 0;
    border-radius: 4px;
}

.select {
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    position: relative;
    width: 100%;
}

select.selectArrow {
    -moz-appearance: none;
    cursor: pointer;
    width: 90%;
    border: 0;
    margin-left: 4px;
    display: none;
}

.styledSelect {
    background: url("../images/arrow-select.png") no-repeat scroll 100% center #FFF;
    bottom: 0;
    font-size: 0.85em;
    left: 0;
    padding: 0 0 0 12px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
}

.selectOptions .styledSelect {
    background-color: #ffae34;
    padding: 0 10px;
    line-height: 22px;
    font-size: 1em;
    text-align: center;
}

.options {
    background-color: #fff;
    display: none;
    left: 0;
    line-height: 25px;
    list-style: outside none none;
    position: absolute;
    right: 0;
    top: 99%;
    width: 100%;
    border-radius: 0 0 4px 4px;
    border: 1px solid #d8d8d8;
    z-index: 3;
    height: 150px;
    overflow: auto;
}

.selectOptions .options {
    line-height: 22px;
    top: 22px;
    text-align: center;
}

.options li {
    clear: both;
    display: block;
    font-size: 0.85em;
    margin: 0;
    padding: 4px 13px;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
}

.selectOptions .options li {
    padding: 2px 5%;
}

.options li:hover {
    background-color: rgba(54,54,54,0.05);
}

.options li:last-child {
    border-bottom: 0 none;
}

.searchContent li.contentBtns {
    text-align: right;
    width: auto;
    float: right;
    margin-right: 0;
}

.s-hidden {
    display: none;
}

ul.options li {
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
}

div.styledSelect {
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
}

/*.select-box .multiSelectComboButton {*/
div.multiSelectComboButton button {
    position: relative;
    top: -32px;
    float: right;
    left: 25px;
    width: 20px;
}

.addBtn .buttonIcon {
    background-image: url("../images/add.png");
}

.contentBtns button {
    margin: 0 0 0 4px;
    float: left;
}

input.addBtn[type="submit"] {
    background-image: url("../images/add.png");
    background-position: 8px center;
    padding-left: 30px;
    color: #555555;
}

input.searchBtn[type="submit"] {
    background-image: url("../images/search1.png");
    background-position: 8px center;
    padding-left: 30px;
}

.searchAreaContainer {
    text-decoration: none;
}

    .searchAreaContainer li {
        /*margin: 0 0 7px 0;*/
        height: 100%;
    }

    .searchAreaContainer ul li {
        float: left;
        border-right: 1px solid #f5f5f5;
        margin: 0;
    }

    .searchAreaContainer ul.title {
        background: #668db6;
    }

        .searchAreaContainer ul.title li {
            color: #FFFFFF;
            border-right: 1px solid #FFFFFF;
            padding: 5px 15px;
        }

            .searchAreaContainer ul.title li:last-child {
                border-right: 0;
            }

    .searchAreaContainer ul.contentList {
        background: #f5f5f5;
        border: 1px solid #d4d4d4; /*margin: 0 0 10px 0;*/
        border-bottom: none;
    }

        .searchAreaContainer ul.contentList li {
            font-size: 0.85em;
            line-height: 32px;
            padding: 3px 15px;
        }

    .searchAreaContainer li.active ul.contentList {
        background: #e4e4e4;
    }

    .searchAreaContainer .active ul li {
        border-right: 1px solid #e4e4e4;
    }

.tabContent h2 {
    margin: 0 0 10px 0;
    font-size: 0.85em;
    font-weight: 400;
}

.searchAreaContainer .tabContent ul {
    border-top: 1px solid rgba(102, 141, 182, 0.5);
}

    .searchAreaContainer .tabContent ul li {
        float: none;
        border-bottom: 1px solid rgba(102, 141, 182, 0.5);
        border-right: 0 none;
        color: #668db6;
        font-size: 0.8em;
        padding: 8px 10px;
    }

        .searchAreaContainer .tabContent ul li a {
            color: #668db6;
        }

            .searchAreaContainer .tabContent ul li a:hover {
                text-decoration: underline;
            }

    .searchAreaContainer .tabContent ul.tabsAccordion li h3 {
        display: block;
        font-weight: 400;
    }

    .searchAreaContainer .tabContent ul.tabsAccordion li h4, .searchAreaContainer .tabContent ul.tabsAccordion li p {
        color: #555555;
        margin: 0 0 10px 0;
    }

    .searchAreaContainer .tabContent ul li.tabAccordionContent {
        cursor: pointer;
        padding: 0 10px;
    }

        .searchAreaContainer .tabContent ul li.tabAccordionContent:hover {
            background-color: #f5f5f5;
        }

.tabAccordionContent h3 {
    background: url("../images/arrow-down1.png") no-repeat 100% center;
    padding: 8px 0;
}

.searchAreaContainer .tabContent ul li.active.tabAccordionContent h3 {
    background-image: url("../images/arrow-up.png");
    margin-bottom: 10px;
}

.tabsAccordionContent {
    display: none; /*padding: 10px 0;*/
    height: auto !important;
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

.searchAreaContainer .tabContent ul li.tabAccordionContent.active {
    padding-bottom: 10px;
}

.searchAreaContainer .tabsAccordionContent ul {
    border: 0;
}

.searchAreaContainer .tabContent .tabsAccordionContent li {
    padding: 0;
    margin: 0 1% 10px 0;
    border: 0;
    width: 49.5%;
    float: left;
    color: #555555;
}

    .searchAreaContainer .tabContent .tabsAccordionContent li:nth-child(2n) {
        margin-right: 0;
    }

.tabsAccordionContent li label {
    float: left;
    width: 30%;
    padding: 0 10px 0 0;
    text-align: right;
    margin: 5px 0 0 0;
    line-height: 16px;
}

.tabsAccordionContent li .inputBox {
    float: right;
    width: 70%;
}

.searchAreaContainer .tabContent ul.tabsAccordion .options li {
    max-height: 30px;
    float: none;
    margin: 0;
    padding: 4px 13px;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}

    .searchAreaContainer .tabContent ul.tabsAccordion .options li:last-child {
        border-bottom: 0 none;
    }

.tabContent input[type="text"], .tabContent input[type="password"] {
    font-size: 100%;
}

.searchAreaContainer .tabContent ul li * {
    font-size: 100%;
}

.searchAreaContainer .tabContent ul .options {
    border: 1px solid #d8d8d8;
}

.searchAreaContainer .tabContent ul li .contentBtns {
    float: right;
    width: auto;
    margin-right: 0;
}

    .searchAreaContainer .tabContent ul li .contentBtns button {
        padding: 0 10px;
    }

.tabsAccordionContent input.addBtn[type="submit"] {
    font-size: 1.1em;
}

.searchAreaContainer ul .name {
    /*width: 24%;*/
    width: 29%;
}

    .searchAreaContainer ul .name a {
        color: #668DB6;
        text-decoration: underline;
        cursor: pointer;
    }

        .searchAreaContainer ul .name a:hover {
            text-decoration: none;
        }

.searchAreaContainer ul .gender {
    width: 8%;
}

.searchAreaContainer ul .sport {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*width: 32%;*/
    width: 31%;
}

.searchAreaContainer ul .function {
    /*width: 16%;*/
    width: 12%;
}

.searchAreaContainer ul .selection {
    width: 20%;
}

.searchAreaContainer ul .viewDetails {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 5%;
}

/*.contentList li {
    cursor: pointer;
}*/
.searchAreaContainer ul .viewDetails {
    border-right: none !important;
}


.searchAreaContainer .tabs {
    display: none;
    background-color: #FFFFFF;
    margin-top: 10px;
    height: auto !important;
}

.searchAreaContainer .tabContent input[type="radio"] {
    margin-top: 7px;
    margin-right: 10px;
}

span.unit {
    padding-left: 5px;
}

.btnViewDetails {
    background: url("../images/view.png") no-repeat scroll 6px center !important;
    display: inline-block !important;
    /*height: 2.4em !important;*/
    padding-left: 19px !important;
    vertical-align: middle !important;
}

.tabList {
    background: #eeeeee;
}

    .searchAreaContainer .tabList li, .tabList li {
        font-size: 0.75em;
        border: 1px solid #eeeeee;
        border-bottom: 1px solid #d7d7d7;
        width: auto;
        padding: 6px 7px;
    }

    .tabList li {
        float: left;
    }

        .tabList li:hover {
            cursor: pointer;
        }

.searchAreaContainer .tabList li.tabActive, .searchAreaContainer .tabList li:hover {
    border-right-color: #d7d7d7;
}

.searchAreaContainer .tabList li:first-child {
    border-left: 0;
    padding: 6px 15px;
}

.tabList li a {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 0 0 0 18px;
    display: block;
}

.tabList li.tabActive, .tabList li:hover {
    background-color: #FFFFFF;
    border: 1px solid #d7d7d7;
    border-bottom: 1px solid #FFFFFF;
}

    .tabList li.tabActive:first-child {
        border-left-color: #FFFFFF;
    }

.tabList li.contact a {
    background-image: url("../images/contact1.png");
}

.tabList li.personal a {
    background-image: url("../images/profile.png");
}

.tabList li.history a {
    background-image: url("../images/history.png");
}

.tabList li.sport a {
    background-image: url("../images/sport.png");
}

.tabList li.selection a {
    background-image: url("../images/selection.png");
}

.tabList li.accreditation a {
    background-image: url("../images/accreditation1.png");
    padding-left: 22px;
}

.tabList li.outfitting a {
    background-image: url("../images/outfitting1.png");
}

.tabList li.travel a {
    background-image: url("../images/travel1.png");
}

.tabList li.housing a {
    background-image: url("../images/housing1.png");
}

.tabList li.health a {
    background-image: url("../images/health.png");
}

.tabList li.bio a {
    background-image: url("../images/bio.png");
}

.tabList li.other a {
    background-image: url("../images/other.png");
}

.tabContainer {
    border-top: 1px solid #d7d7d7;
    margin-top: -1px;
    background: #FFF;
}

.tabContent {
    padding: 20px;
    display: none;
    padding-top: 10px;
}

.txtBld {
    font-weight: 600;
}

.mainLoginContainer {
    width: 488px;
    margin: 50px auto 0;
}

.mainLogin {
    background: #fefefe;
}

.logo {
    text-align: center; /*border-bottom: 1px solid #f0f0f0;*/ /*padding: 20px 0;*/
}

.logoContainer {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
}

.logo {
    background-image: url("../images/logo1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 96px;
    width: 101px;
    margin: 0 auto;
}

.mainLoginContainer .content {
    padding: 30px 0;
    width: 80%;
    margin: 0 auto;
}

    .mainLoginContainer .content li {
        margin: 0 0 20px 0;
        font-size: 0.85em;
        color: #767676;
    }

.mainLoginContainer a {
    color: #767676;
}

    .mainLoginContainer a:hover {
        text-decoration: underline;
    }

.mainLoginContainer .content li:last-child {
    margin-bottom: 0;
}

.mainLoginContainer input[type="text"] {
    background: #fefefe url("../images/username.png") no-repeat 15px center;
}

.mainLoginContainer input[type="password"] {
    background: #fefefe url("../images/password.png") no-repeat 15px center;
}

.mainLoginContainer input[type="text"], .mainLoginContainer input[type="password"] {
    padding-left: 40px;
    font-size: 100%;
}

.loginBtn, input.loginBtn[type="submit"] {
    text-transform: uppercase;
    background: #5a7da5;
    color: #FFFFFF;
    border-radius: 0;
    height: auto;
    font-size: 1.2em;
    padding: 10px 42px;
}

    .loginBtn:hover, input.loginBtn[type="submit"]:hover {
        background-color: #456e9d;
    }

.mainGamesContainer {
    width: 855px;
    margin: 25px auto;
}

    .mainGamesContainer ul {
        text-align: center;
    }

        .mainGamesContainer ul li {
            display: inline-block;
            background: #fefefe;
            border: 1px solid #c8c8c8;
            text-align: center; /*min-height: 285px;*/
            width: 31.5%;
            margin: 0 2% 12px 0;
        }

            .mainGamesContainer ul li:nth-child(3n) {
                margin-right: 0;
            }

/*.mainGamesContainer ul li:nth-child(4n) {
                margin-left: 2%;
            }*/

.gameImg { /*width: 280px;*/
    width: 1%;
    height: 215px;
    vertical-align: middle;
    display: table-cell;
}

    .gameImg a {
        display: block;
    }

.gameTitle {
    background: #5a7da5;
    padding: 10px;
    height: 55px;
    display: table-cell;
    vertical-align: middle; /*width: 280px;*/
    width: 1%;
}

    .gameTitle p {
        color: #FFFFFF;
        font-size: 0.8em;
        font-weight: 600;
    }

    .gameTitle a {
        color: #FFFFFF;
        display: block;
    }

.outFittingContainer .pageContent {
    background: #eeeeee;
    margin: 0 20px;
    padding: 10px;
    border-radius: 4px;
}

.outFittingContainer .tabList li {
    font-size: 0.85em;
    padding: 12px 2%;
}

    .outFittingContainer .tabList li a {
        padding: 0;
    }

.outFittingContainer {
    min-height: 400px;
    padding-bottom: 20px;
}

    .outFittingContainer .tabContent {
        padding: 10px 15px;
    }

.listing {
    border: 1px solid #e6e6e6;
}

.title .listingContent li {
    font-size: 1em;
}

.listing li {
    border-bottom: 1px solid #e6e6e6;
    font-size: 0.85em;
}

    .listing li:last-child {
        border-bottom: 0;
        border-right: 0;
    }

.listing .title {
    background: #668db6;
    color: #FFFFFF;
}

.listingContent {
}

    .listingContent li {
        float: left;
        border: 0;
        border-right: 1px solid #e6e6e6;
        padding: 7px 8px;
    }

.wardrobe {
    width: 84%;
}

.outfits {
    width: 6%;
}

.clone {
    width: 5%;
}

.delete {
    width: 5%;
}

.deletebutton {
    width: auto;
}

.nameListContent {
    width: 100%;
}

    .nameListContent li {
        float: left;
        width: 32.6%;
        margin-right: 1%;
        margin-bottom: 8px;
    }

        .nameListContent li:nth-child(3n) {
            margin-right: 0;
        }

.outfitstabledesign {
    margin-top: -550px !important;
    margin-left: 80px !important;
}

.tableDesign {
    margin: 0 0 20px;
}

    .tableDesign table {
        width: 100%;
    }

        .tableDesign table th, .tableDesign table td {
            color: #555555;
            padding: 8px 10px;
            text-align: left;
        }

        .tableDesign table thead {
            background: #e4e4e4;
        }

        .tableDesign table th {
            border-right: 1px solid #d7d7d7;
            border-bottom: 1px solid #d7d7d7;
            border-top: 1px solid #d7d7d7;
        }

            .tableDesign table th:first-child {
                border-left: 1px solid #d7d7d7;
            }

        .tableDesign table tbody {
            background: #ffffff;
        }

            .tableDesign table tbody tr:hover {
                background-color: #F6F6F6;
            }

        /*.tableDesign table tbody .headerDatagrid:hover {
                background-color: #668db6;
            }*/

        .tableDesign table td {
            border-right: 1px solid #d7d7d7;
            border-bottom: 1px solid #d7d7d7;
        }

            .tableDesign table td:first-child {
                border-left: 1px solid #d7d7d7;
            }

.editBtn, .deleteBtn, .primaryBtn, .cloneBtn, .changeGameBtn, .sendmail, .unlockBtn, .lockBtn {
    width: 28px;
    height: 28px;
    display: block;
}

    .editBtn a, .deleteBtn a, .primaryBtn a, .cloneBtn a, .changeGameBtn a, .sendmail a, .unlockBtn a, .lockBtn a {
        background: #668db6 no-repeat center;
        border-radius: 50%;
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
    }

        .editBtn a:hover, .deleteBtn a:hover, .primaryBtn a:hover, .cloneBtn a:hover, .changeGameBtn a:hover, .sendmail a:hover, .unlockBtn a:hover, .lockBtn a:hover {
            background-color: #555555;
        }

    .unlockBtn a {
        background-image: url(../images/unlock16x16.png );
    }

    .lockBtn a {
        background-image: url(../images/Lock2.png );
    }

    .editBtn a {
        background-image: url("../images/edit.png");
    }

    .deleteBtn a {
        background-image: url("../images/delete.png");
    }
/*.deleteBtn1 {
         width: 28px;
    height: 28px;
    display: block;
    }*/
.deleteBtn1 a {
    background: white no-repeat center;
}

.sendmail a {
    background-image: url("../images/sendmail.png");
}

.primaryBtn a {
    background-image: url("../images/primary.png");
}

.cloneBtn a {
    background-image: url("../images/clone.png");
}

.changeGameBtn a {
    background-image: url("../images/ref.png");
}

.tableBtns {
    margin: 0 0 10px 0;
    text-align: right;
}

    .tableBtns .addBtn {
        display: inline-block;
        line-height: 2.1em;
    }

.searchAreaContainer .tableBtns .buttonTxt {
    color: #555555; /*font-size: 1.1em;*/
}

.contentSpace {
    margin-right: 3%;
}

.searchAreaContainer .tabContent ul li a.anchorButton {
    background: #e4e2e2;
    color: #555555;
    border-radius: 4px;
    font-size: 1.1em;
    padding: 0 4px;
    display: inline-block;
}

    .searchAreaContainer .tabContent ul li a.anchorButton:hover {
        text-decoration: none;
        background-color: #d4d2d2;
    }

.addLink a {
    /*background: #e4e2e2;
    color: #555555;
    border-radius: 4px;
    font-size: 1.1em;
    padding: 0 4px;
    display: inline-block;*/
    padding: 5px 8px 7px 30px !important;
    margin-bottom: 5px;
    background: #e4e2e2;
    color: #555555;
    border-radius: 4px;
    font-size: 0.87em;
    padding: 0 4px 0 30px;
    display: inline-block;
    background-image: url("../images/add.png");
    background-repeat: no-repeat;
    background-position: 8px center;
}

    .addLink a:hover {
        text-decoration: none;
        background-color: #d4d2d2;
    }


.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #d8d8d8;
}

    .bootstrap-select.btn-group .dropdown-menu li:last-child {
        border-bottom: 0;
    }

.bootstrap-select .dropdown-toggle {
    background: url("../images/arrow-select.png") no-repeat 100% center #ffffff;
    color: #555555;
}

/*.dropdown-menu li a {
    background: url("../images/chk-box.png") no-repeat 12px center;
    padding: 7px 12px 7px 35px;
    color: #555555;
}*/

div.dropdown-menu li a {
    padding: 7px 12px 7px 35px;
    color: #555555;
}

select[multiple] + div div.dropdown-menu li a {
    background: url("../images/chk-box.png") no-repeat 12px center;
}


select[multiple] + div .dropdown-menu li.selected a {
    background-image: url("../images/chk-box-active.png");
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.bootstrap-select .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-default {
    color: #555555;
    font-size: 0.85em;
}

.btn-defaultCMST {
    color: #555555;
    font-size: 0.85em;
    padding-left: 10px;
    padding-right: 10px;
    width: 57px;
    background: #d9d9d9;
    cursor: pointer;
    border-radius: 3px;
}

.formContent {
    width: 50%;
    margin: 0 auto;
}

    .formContent li {
        margin: 0 0 10px 0;
    }

    .formContent .contentBtns {
        text-align: right;
    }

        .formContent .contentBtns button, .formContent .contentBtns input[type="submit"] { /*float: right;*/
            margin: 0;
            display: inline-block;
        }

input[type="submit"].saveBtn1 {
    background-image: url("../images/save.png");
    background-position: 10px center;
    padding: 0 10px 0 32px;
}

input[type="submit"].caneclBtn {
    background-image: url("../images/cancel.png");
    background-position: 10px center;
    padding-left: 27px;
}

.addContainer {
}

    .addContainer label {
        float: left;
        width: 20%;
        padding: 0 20px 0 0;
    }

.addContent {
    float: right;
    width: 80%;
}

.searchAreaContainer .tabContent .addContent ul li:nth-child(2n) {
    float: right;
}

.result {
    margin: 0 0 10px; /*border: 1px solid #d7d7d7; background: #FFFFFF;*/
}

    .result span {
        color: #555555;
        display: block;
        float: left;
        margin: 0 2% 0 0; /*padding: 5px 10px;*/
        width: 32%;
    }

        .result span:nth-child(2n) {
            text-align: center;
        }

        .result span:last-child {
            margin-right: 0;
            text-align: right;
        }

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
    padding: 4px 12px;
}

.mainLoginContainer footer {
    position: relative;
    bottom: auto;
    background-color: #fcfcfc;
    margin: 22px 0 0 0;
    padding: 20px 0;
}

    .mainLoginContainer footer .container {
        padding: 0;
        width: 80%;
        margin: 0 auto;
    }

footer {
    background: #777777;
    padding: 12px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*End footer*/


/*Select Box Style*/
.cboStyle {
    /*background: url("../images/arrow-select.png") no-repeat scroll 100% center #FFF !important;*/
    bottom: 0 !important;
    /*padding: 0 0 0 12px !important;*/
    right: 0 !important;
    top: 0 !important;
    border-radius: 4px !important;
    border: 1px solid #d8d8d8 !important;
    width: 100% !important;
    /*background-position-x: 105% !important;*/
    /*height: 2em !important;*/
    cursor: pointer !important;
}

.combo {
    bottom: 0 !important;
    padding: 0 0 0 12px !important;
    right: 0 !important;
    top: 0 !important;
    border-radius: 4px !important;
    border: 1px solid #d8d8d8 !important;
    background-position-x: 105% !important;
    height: 2em !important;
    cursor: pointer !important;
    display: block !important;
    max-width: 100%;
    min-width: 100%;
}

.radio input {
    margin-top: 5px;
    margin-right: 10px;
}

.multiselect input {
    margin-top: 7px;
}

.errorSummary {
    color: red;
    margin-left: 40px;
    padding-left: 0;
}

    .errorSummary div.Error ul li {
        list-style: initial !important;
    }

    .errorSummary div.Error {
        color: red;
        margin-left: 2em;
    }

        .errorSummary div.Error ul {
            color: red;
            margin-left: 2em;
        }

/* Schedule and Results */

.CompSchedAthlete a {
    color: #FF9900 !important;
    text-decoration: underline !important;
}

    .CompSchedAthlete a:hover {
        text-decoration: none !important;
    }

.altheleteProfileAnchor a {
    color: #3f68a1 !important;
    text-decoration: underline !important;
}

    .altheleteProfileAnchor a:hover {
        text-decoration: none !important;
    }


.CompSchedAthlete {
    color: #FF9900 !important;
}

.CompSchedEvent {
    color: #3f68a1 !important;
}

    .CompSchedEvent a {
        color: #3f68a1 !important;
        text-decoration: underline !important;
    }

        .CompSchedEvent a:hover {
            text-decoration: none !important;
        }

.CompSchedDay {
    border: 1px solid #d7d7d7;
    background: #e4e4e4;
}

.CompSchedTitle {
    background: rgba(209, 219, 220, 0.3);
}

a.CompSchedSport {
    color: #3f68a1 !important;
}

    a.CompSchedSport:hover {
        color: #7D9ECC !important;
    }

a.medalListName {
    color: #3f68a1 !important;
}

    a.medalListName:hover {
        color: #7D9ECC !important;
    }

td.profilesmlink a {
    color: #3f68a1 !important;
    text-decoration: underline !important;
}

    td.profilesmlink a:hover {
        text-decoration: none !important;
    }

.profilelisttitle {
    background: rgba(18, 33, 34, 0.12);
    padding: 2px;
    /*border-radius: 3px;*/
}

.profilefilter {
    background: rgba(18, 33, 34, 0.12);
    padding: 1px;
}

.athleteProfilePage a {
    color: #3f68a1 !important;
    text-decoration: underline !important;
}

    .athleteProfilePage a:hover {
        text-decoration: none !important;
    }

.profileresultgames {
    color: #006699;
}

span.profileresultgtype {
    font-size: small;
}

td.profileresultevent {
    font-weight: bolder;
}

td.profileplacing {
    font-weight: bolder;
}

td.CompSchedSubHeader {
    font-size: 0.8em;
}

td.CompSched {
    background: rgba(226, 226, 226, 0.82);
    padding: 2px;
    border: 1px solid #D8D8D4;
}

td.compschednote {
    padding: 2px;
    border: 1px solid #D8D8D4;
}

td.itemline {
    border-top: 1px solid #d7d7d7;
}

.tableDesign table {
    width: 100%;
}

td.TableHeader {
    background: #d7d7d7;
}

td.profileitemtitle {
    background: #d7d7d7;
    padding: 3px;
}

td.profileitembg a {
    color: #3f68a1 !important;
    text-decoration: underline !important;
}

    td.profileitembg a:hover {
        text-decoration: none !important;
    }

/* Team search custom sorting */
.tsHeader {
    background-image: url("/images/bg.gif");
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

.headerSortUp {
    background-image: url("/images/asc.gif");
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

.headerSortDown {
    background-image: url("/images/desc.gif");
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

/* -------------------------------------- */

/*Anchor tab design*/
a.anchorDesign {
    color: #3f68a1 !important;
    text-decoration: underline !important;
}

    a.anchorDesign:hover {
        text-decoration: none !important;
    }

td.profileitemline a {
    color: #3f68a1 !important;
    text-decoration: underline !important;
}

    td.profileitemline a:hover {
        text-decoration: none !important;
    }

.CompSchedDaySelected {
    font-weight: bold;
    font-size: 8pt;
    color: #ffffff;
    padding-left: 2px;
    text-decoration: none;
    background-color: #336699;
}

td.fldcaptionsm table tr td {
    padding-right: 15px;
}

table.medalLists tbody tr td {
    padding-right: 9px;
}

    table.medalLists tbody tr td img {
        padding-right: 1px;
    }

table.medalLists {
    margin-bottom: 5px;
}

.drawEntryTableBorderStyle {
    border: solid 1px #d7d7d7;
}

/* End Schedule and Results */

/* Team quick entry css */
li.formLi {
    width: 50%;
    float: left;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1.5em;
}

    li.formLi .inputBox {
        width: 70%;
        float: right;
        padding-left: 1em;
    }

    li.formLi label {
        width: 30%;
        float: left;
    }

.FormSubheading {
    background-color: #668DB6;
    color: white;
    padding: 6px;
    margin-top: 26px;
    margin-left: 15px;
    margin-right: 15px;
}

.rarioListClass label {
    padding-right: 20px;
    margin-left: 6px;
}

.formContentClass {
    margin: 25px 32px 0px 32px;
}

.showErrorMessageStyle {
    color: red;
    font-size: 70%;
}

.compSchedAnchorHeading {
    text-decoration: underline;
    color: #3f68a1;
}

    .compSchedAnchorHeading:hover {
        text-decoration: none !important;
    }

.LightGreen {
    background-color: LightGreen;
    padding: 3px 3px 3px 3px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}


/*.errorSummary {
            color: red;
            margin-left: 40px;
            padding-left: 0;
        }
            .errorSummary div.Error ul li {
                list-style: initial !important;
            }

            .errorSummary div.Error ul {
                color: red;
                margin-left: 2em;
            }*/

/* End Team quick entry css */

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*Pagination Style*/
.page_enabled, .page_disabled {
    display: inline-block;
    height: 21px;
    min-width: 21px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
}

.page_enabled {
    background-color: #eee;
    color: #000;
}

.page_disabled {
    /*background-color: #6C6C6C;
    color: #fff !important;*/
    z-index: 2;
    color: #fff !important;
    cursor: default !important;
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}

/* Bootstrap Pagination css start */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

/* Bootstrap Pagination end */



/*Datagrid table css under tableDesign class*/
.tableDatagrid {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.headerDatagrid {
    border-top: 1px solid #d7d7d7;
    background: #e4e4e4;
}

/*tr.headerDatagrid:hover {
    background-color: #668db6 !important;
}*/

.oddRowDatagrid {
    background-repeat: repeat-x;
}

.evenRowDatagrid {
    background-repeat: repeat-x;
}
/* outfitting tab css*/
.tab-content li > label {
    float: left;
    width: 30%;
    padding: 0 10px 0 0;
    text-align: right;
    margin: 5px 0 0 0;
    line-height: 16px;
}



.tab-content li.formFields {
    padding: 0;
    margin: 0 1% 10px 0;
    border: 0;
    width: 44.5%;
    float: left;
    color: #555555;
}
.tab-content li.FileUploadMaxMinAlignment {
    padding: 0;
    margin: 0 1% 10px 0;
    border: 0;
    width: 22%;
    float: left;
    color: #555555;
}
.FileUploadMaxMinAlignmentControl {
    width: 25% !important;
    float: left !important;
}
.FileUploadMaxMinAlignmentInputBox {
    margin-left: -3px;
}
.FileUploadMaxMinAlignmentLabel {
    margin-left: 22% !important;
    width: 40% !important;
}
/*.tab-content li.formFieldsFileUPload {
    padding: 0;
    margin: 0 0.9% 0px 0;
    border: 0;
    width: 29.5%;
    float: left;
    color: #555555;
}*/
/*.FileUploadWidth {
    width: 89%;
    float: left;
    padding: 0;
    margin-left: 110px;
}*/
/*.FileUploadMaxMinAlignment {
    padding: 0;
    margin: 0 0.9% 0px 0;
    border: 0;
    width: 22.2%;
    float: left;
    color: #555555;
}*/
.tab-content li.handbookPhoto {
    padding: 0;
    margin: 0 1% 10px 0;
    border: 0;
    width: 44.5%;
    float: left;
    color: #555555;
    display: none;
}

.slips li label {
    float: left;
    width: 20%;
    padding: 0 10px 0 0;
    text-align: right;
    margin: 5px 0 0 0;
    line-height: 16px;
}

.tab-content li .controls {
    float: right;
    width: 70%;
}

.slips li {
    padding: 0;
    margin: 0 1% 10px 0;
    border: 0;
    width: 78%;
    float: left;
    color: #555555;
}

.slips hr {
    border-top: 1px solid #ccc;
    margin: 5px 40px;
}

.tab-content li .controls .inputBox {
    float: left;
    width: 97%;
}

.tab-content li .controls .inputBox, input[type="checkbox"] {
    margin-top: 4px;
}

.tab-content li .controls .select-box {
    float: right;
    width: 100%;
}

.slips li .chkBox {
    float: right;
    width: 78%;
}

    .slips li .chkBox input[type="checkbox"] + label {
        padding-right: 7px;
    }

.slips li .select-box {
    float: left;
    width: 40%;
    margin-left: 19px;
}

.formFields .customSelect {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 4px 12px;
    font-size: 0.85em;
    width: 100%;
}

.customSelect option {
    padding: 0px 5px;
}



.tab-content .contentBtns {
    text-align: right;
    width: 100%;
    float: right;
    margin-bottom: 25px;
}

.tab-content .validationSummary {
    text-align: left;
    width: 50%;
    float: left;
    margin-right: 0;
    color: red;
    font-size: 0.85em;
}

.requiredErrMsg {
    float: right;
    color: red;
}

.error {
    margin-left: 10px;
    color: red;
    font-size: 0.85em;
}

.error2 {
    margin-left: 10px;
    color: red;
    /*font-size: 0.85em;*/
}

.error1 {
    margin-left: 10px;
    color: green;
    font-size: 0.85em;
}

.rb {
    margin-left: 3px;
}

    .rb label {
        float: left;
        margin-top: 3px;
    }

    .rb input {
        margin-top: 7px;
        margin-left: 5px;
        margin-right: 10px;
    }



/*css for placeholder*/
.tab-content .tableBtns .buttonTxt {
    color: #555555; /*font-size: 1.1em;*/
}

.tab-content .tableBtns .btnPlaceholder a.anchorButton {
    background: #e4e2e2;
    color: #555555;
    border-radius: 4px;
    font-size: 1.1em;
    padding: 0 4px 0 30px;
    display: inline-block;
    background-image: url("../images/add.png");
    background-repeat: no-repeat;
    background-position: 8px center;
}

    .tab-content .tableBtns .btnPlaceholder a.anchorButton:hover {
        text-decoration: none;
        background-color: #d4d2d2;
    }

/*end*/

/* Table with default paging design*/
table.tableWithDefaultPaging tbody tr[align="right"] {
    display: inline-block;
    padding-left: 0;
    margin: 8px 0px 0px;
    border-radius: 4px;
}

    table.tableWithDefaultPaging tbody tr[align="right"] span {
        display: inline-block;
        height: 100%;
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        text-decoration: none;
    }

    table.tableWithDefaultPaging tbody tr[align="right"] td {
        border-left-width: 0px;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-right-width: 0px;
    }

    table.tableWithDefaultPaging tbody tr[align="right"] a {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

/* ----------------------------------- */

.report input[type="text"] {
    width: 43%;
    padding: 4px;
    border: 1px solid #ccc;
}

.report select {
    width: 25%;
}

.clause select {
    width: 43%;
}

.clause button {
    float: right;
}

.tab-content li .dvDataFlag label {
    float: left;
    line-height: 16px;
    margin: 5px 0 0;
    padding: 0 10px 0 0;
    text-align: right;
    width: 30%;
}

.editBtnNew {
    width: 27px;
    height: 27px;
    display: block;
}

    .editBtnNew a {
        background: #668db6 no-repeat center;
        border-radius: 50%;
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
    }

    .editBtnNew a {
        background-image: url("../images/edit.png");
    }

.detailsview li label {
    text-align: left;
    width: 32%;
}

.detailsview li .controls {
    width: 68%;
}

.pageTitle .HousingTitle {
    background-image: url("../images/housing-active.png");
    padding-left: 25px;
}

.ReportEngine {
    margin-left: 10px;
}

.headerDatagridContact {
    border-top: 1px solid #d7d7d7;
    /*background: #e4e4e4;*/
    background-color: #668db6;
    color: #FFFFFF !important;
}

/*tr.headerDatagridContact:hover {
    background-color: #668db6 !important;
}*/

.phNamecolor a {
    color: #668DB6 !important;
    cursor: pointer;
    text-decoration: underline;
}
/*.*/

.classNewTableHeader {
    background-color: #668db6;
    color: #ffffff !important;
}

/**/


.wrapper-content {
    width: 100%;
    margin: 0px auto;
    padding: 20px 30px;
    display: inline-block;
    background: #fff;
}

.addEditBtn {
    text-align: center;
    display: inline-block;
    margin: 0 5px 0 0;
}

    .addEditBtn a {
        background: url(../../Images/Common/add-edit.png) no-repeat center;
        font-size: 1em;
        width: auto;
        height: auto;
        margin: 0 !important;
        padding: 0.2em 25px 0.2em 8px;
        display: inline-block !important;
        vertical-align: middle;
        cursor: pointer;
        line-height: 24px;
    }

        .addEditBtn a:hover {
            background: url(../../Images/Common/add-edit-hover.png) no-repeat center;
            color: #0366ae;
        }

.liFullScreen {
    width: 100%;
    border: 0 none;
    color: #555555;
    float: left;
    margin: 0 1% 10px 0;
    padding: 0;
}


.settingsBtn {
    text-align: center;
    display: inline-block;
    margin: 0 12px 0 0;
}

    .settingsBtn a {
        background: url(../../images/cog-icon.png) no-repeat center;
        width: 20px;
        height: auto;
        margin: 0 !important;
        display: inline-block !important;
        vertical-align: middle;
        cursor: pointer;
        padding: 0.2em 5px;
        font-size: 1em;
        color: #4e4f50;
        line-height: 24px;
        height: 25px;
        text-indent: -9999px;
    }

        .settingsBtn a:hover {
            background: url(../../images/cog-icon-hover.png) no-repeat center;
            background-color: #0366ae;
            color: #fff;
        }

.divSettingArrowContainerParent {
    display: inline-block;
}

    .divSettingArrowContainerParent ul {
        padding: 5px;
        margin-top: 0;
        background: #EFEFEF;
        cursor: pointer;
        border: 1px solid #BDBDBD;
        border-radius: 5px;
        display: none;
        position: absolute;
        width: 150px;
    }


        .divSettingArrowContainerParent ul li {
            display: block;
            padding: 6px;
        }

            .divSettingArrowContainerParent ul li:hover {
                background: rgb(212, 212, 212);
                color: black;
            }

.aocaddBtn {
    text-align: center;
    display: inline-block;
    margin: 0 5px 0 0;
}

    .aocaddBtn a {
        background: url(../../images/AOC/add.png) no-repeat 100% center;
        font-size: 1em;
        width: auto;
        height: auto;
        margin: 0 !important;
        padding: 0.2em 25px 0.2em 8px;
        display: inline-block !important;
        vertical-align: middle;
        cursor: pointer;
        line-height: 24px;
    }

        .aocaddBtn a:hover {
            background: url(../../images/AOC/add-hover.png) no-repeat 100% center #0366ae;
            color: #fff;
        }

.AgreementTitle {
    background-image: url("../images/agreements-active.png");
}

.EmailReportTitle {
    background-image: url("../images/reports-active.png");
}

.AdHocFormBuilderTitle {
    background-image: url("../images/adhoc-active.png");
}

.pageTitle .myteamTitle {
    background-image: url("../images/my-team-active.png");
    padding-left: 35px;
}

.pageTitle .informationTitle {
    background-image: url("../images/information-active.png");
    padding-left: 35px;
}

/*.pagingright td {
    background-color: white;
    border: none !important;
}

.pagingright table {
    float: right !important;
    width: 5px !important;
}

.pagingright tr {
    background-color: white;
    border: none !important;
}

.pagingright td a {
    text-decoration: underline;
}*/


.pagingright td {
    background-color: white;
    border: none !important;
}

.pagingright table {
    float: right !important;
    width: 5px !important;
}

.pagingright tr {
    background-color: white;
    border: none !important;
}

.pagingright td {
    /*text-decoration: underline;*/
    padding: 2px !important;
}


    .pagingright td a {
        /*text-decoration: underline;*/
        padding: 2px !important;
    }

.pagingright a:hover {
    background-color: #F7BE81;
    border: 1px solid gray;
}

.pagingright span {
    font-weight: bold !important;
    color: #3C82CE !important;
    border: 1px solid gray;
    padding: 5px;
}

.bottomPager span {
    font-weight: bold !important;
    color: #3C82CE !important;
    border: 1px solid gray;
    padding: 5px;
}

.bottomPager a {
    padding: 5px !important;
}

    .bottomPager a:hover {
        background-color: #F7BE81;
        border: 1px solid gray;
    }

.tabs-menu-setup.nav.nav-tabs li a {
    padding: 10px 7px !important;
}


.repeaterHeaderLink {
    color: #ffffff !important;
    text-decoration: none !important;
}

.customlink {
    text-decoration: underline !important;
    color: blue !important;
}

    .customlink:hover {
        color: blueviolet !important;
    }

.textAlignment {
    text-align: left !important;
}

.formContent.leftSpace span label {
    width: 100px !important;
}

.headerDatagridUpm {
    border-top: 1px solid #d7d7d7;
    background: #668db6;
}

tr.headerDatagridUpm th {
    color: #ffffff !important;
}

tr.headerDatagridUpm:hover {
    background-color: #668db6 !important;
}


/*logout*/

.logoutContainer ul li a {
    background-color: #5a7da5;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFFFFF;
    display: block;
    padding: 14px 25px;
    /*font-size: larger;*/
}


/*AMOSD-1150 Amol*/
.ConvertedUlToSelect {
    cursor: pointer;
    width: 90%;
    border: 0;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    font-size: 0.85em;
    padding: 0 0 0 12px;
    background: url("../images/arrow-select.png") no-repeat scroll 100% center #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
}

/* MultiFactorAuthentication */
.mfa p, .mfa div, .mfaSecCodeContainer, .mfaBackupCodeContainer {
    margin-bottom: 10px;
}

.mfa h3 {
    margin-bottom: 10px;
}

.mfa input.mfaSecCodeBox {
    float: left;
    margin-right: 10px;
    width: 25%;
}

.mfa input.mfaBackupCodeBox {
    float: left;
    margin-right: 10px;
    width: 25%;
}

.mfa input.mfaLoginSetupSecCodeBox {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.chk label input {
    float: left;
    margin-right: 10px;
}

#cookieConsentContainer {
    background-color: #f4f4f4;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
}

#cookieConsentContainer a {
    text-decoration: underline;
}

#cookieConsentContainer button {
    display: inline-block;
    margin-left: 50px;
}

#footerLinks a {
    text-decoration: none;
    font-size: 0.85em;
}

#footerLinks a:hover {
    text-decoration: underline !important;
}

#footerLogin #footerLinks {
    margin-top: 40px;
}

#footerLoggedIn #footerLinks {
    color: white;
    line-height: 40px;
    vertical-align: middle;
}

#footerLoggedIn #footerLinks a {
    color: white;
    text-decoration: none;
}
.fldcaptionleftmargin {
    padding-left: 25px;
}
.pdfContainer {
    margin: 5px 0 0 0;
}
a.pdfBtn {
    color: #4e4f50;
    font-size: 0.9em;
    text-decoration: none;
    width: 148px;
    float: left;
    margin-top:10px;
}
.pdfContainer img {
    max-width: 100%;
    max-height: 100%;
}
.contactFileUpload {
    float: none;   
    width: 950px
}
.contactFileUpload .inputBoxContainer {
    width: auto;
}
.contactFileUpload .inputBox {
    float: left;
    width: 260px;
    margin: 0 15px 0 0;
}
.contactFileUpload .inputBoxContent {
    width: 90px;
    margin-right: 5px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin-left: 1px;
}
.uploadButton {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 4px 8px 5px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    float: left;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 1.25em;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.btn-primary {
    background-color: #0366ae;
    border-color: #357ebd;
    color: #fff;
}
input[type="submit"].fileUploadDelete {
    background: url(../../Images/AOC/delete.png) no-repeat 90% center;
    width: auto;
    height: auto;
    margin: 0 !important;
    margin-left: 15px !important;
    padding: 5px 30px 5px 8px;
    display: inline-block !important;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1em;
    color: #4e4f50;
    border: none;
    background: url(../../Images/AOC/delete-hover.png) no-repeat 90% center #c1251d;
    color: #FFF;
}

    input[type="submit"].fileUploadDelete:hover {
        background: url(../../Images/AOC/delete-hover.png) no-repeat 90% center #c1251d;
        color: #FFF;
    }