/* Minification failed. Returning unminified contents.
(2178,68): run-time error CSS1030: Expected identifier, found '.'
(2178,104): run-time error CSS1031: Expected selector, found ')'
(2178,104): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url(https://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v5/YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4.woff) format('woff');
}
* {
    font-family: arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 12px;
    outline: none;
}

body {
    color: #333333;
    background-color: #eeeeee;
}

h1 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 15px;
}

h2 {
    font-weight: normal;
    font-size: 26px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #0772ba;
}

    h2 span {
        font-weight: inherit;
        font-size: inherit;
        font-family: inherit;
        color: inherit;
    }

h3 {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

input {
    padding: 6px;
    border-radius: 2px;
}

    input[type="text"] {
        border: 1px solid #cccccc;
    }

        input[type="text"]:focus {
            box-shadow: 0 0 2px #0772ba;
        }

    input[type="password"] {
        border: 1px solid #cccccc;
    }

        input[type="password"]:focus {
            box-shadow: 0 0 2px #0772ba;
        }

    input[type="file"] {
        border: 1px solid #cccccc;
    }

        input[type="file"]:focus {
            box-shadow: 0 0 2px #0772ba;
        }

    input[type="checkbox"] {
        vertical-align: -1px;
    }

    input[type="radio"] {
        vertical-align: -1px;
    }

textarea {
    padding: 6px;
    border: 1px solid #cccccc;
    resize: none;
    box-sizing: border-box;
}

    textarea:focus {
        box-shadow: 0 0 2px #0772ba;
    }

select {
    padding: 6px;
    border: 1px solid #cccccc;
}

    select:focus {
        box-shadow: 0 0 2px #0772ba;
    }

input[type="submit"] {
    cursor: pointer;
    color: #f9fafe;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
    border: 1px solid #486fb2;
    background: linear-gradient(to bottom, #99c3e9, #5271b4) repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99c3e9', endColorstr='#5271b4');
}

    input[type="submit"]:hover {
        background: linear-gradient(to top, #99c3e9, #5271b4) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    input[type="submit"]:active {
        position: relative;
        top: 1px;
    }

input[type="button"] {
    cursor: pointer;
    color: #f9fafe;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
    border: 1px solid #486fb2;
    background: linear-gradient(to bottom, #99c3e9, #5271b4) repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99c3e9', endColorstr='#5271b4');
}

    input[type="button"]:hover {
        background: linear-gradient(to top, #99c3e9, #5271b4) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    input[type="button"]:active {
        position: relative;
        top: 1px;
    }

a {
    text-decoration: none;
    color: #0772ba;
    transition: color 0.2s ease-in-out;
}

    a:hover {
        color: #333333;
    }

    a.danger:hover {
        color: #ff0000 !important;
    }

i.manualicon {
    font-size: 30px !important;
    margin-right: 15px;
    vertical-align: -5px;
}

p {
    margin-bottom: 15px;
}

.error li {
    margin-left: 10px;
    padding-left: 10px;
}

ol {
    list-style-position: inside;
}

ul {
    list-style-position: inside;
    list-style-type: square;
}

    ul.inline-list li {
        margin: 0 !important;
        padding: 0 !important;
    }
/* highlight changed fields for candidate */
.highlightaltered {
    border: 2px solid goldenrod !important;
    padding: 5px;
}
/* make sure disabled check boxes look disabled */
span[disabled="disabled"] {
    opacity: 0.6;
}

    span[disabled="disabled"] * {
        cursor: default !important;
    }
/* make sure disabled buttons look disabled */
input[disabled="disabled"] {
    opacity: 0.6;
}

    input[disabled="disabled"]:active {
        position: relative;
        top: 0;
    }

    input[disabled="disabled"]:hover {
        cursor: default !important;
    }
/* make sure checkbox list and radio lists line up */
input[type="checkbox"] + label,
input[type="radio"] + label {
    margin-right: 20px;
    margin-left: 20px;
}
/* font awesome */
a.fa, span.fa {
    color: #666666;
    font-size: 21px !important;
}

    a.fa:hover, span.fa:hover {
        color: #0772ba;
    }

    a.fa.disabled, span.fa.disabled {
        color: #666666;
        opacity: 0.4;
    }

i.fa.bigicon {
    font-size: 28px !important;
    color: #0772ba;
    margin-right: 15px;
    vertical-align: -5px;
    width: 30px;
}
/* footer */
footer {
    margin-top: 20px;
    padding-bottom: 20px;
}

    footer * {
        font-size: 11px;
    }

    footer a.footer-contact {
    }

    footer .footer-light {
        color: #bbbbbb;
    }

    footer .footer-right {
        text-align: right;
    }
/* layout */
#container {
    margin-right: 30px;
    margin-left: 30px;
    background-color: #fafafa;
    box-shadow: #aaaaaa 0 0 30px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 100vh;
}

header {
    width: 100%;
    height: 160px;
    background-image: url(/Content/Images/earth.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
}

    header span.forum {
        font-weight: normal;
        font-size: 75px;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        color: #0772ba;
    }

    header .headerLink {
        clear: both;
        height: 150px;
    }

    header .logo {
        background-image: url(/Content/Images/logo.png);
        width: 150px;
        height: 140px;
        display: block;
        float: left;
        margin-top: 15px;
    }

.subheader {
    margin-bottom: 20px;
    margin-top: 10px;
    clear: both;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #0772ba;
}

    .subheader .breadcrumb.login {
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 30px;
    }

    .subheader .breadcrumb {
        font-weight: normal;
        font-size: 40px;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        color: #0772ba;
    }

        .subheader .breadcrumb * {
            font-weight: normal;
            font-size: 40px;
            font-family: 'Yanone Kaffeesatz', sans-serif;
            color: #0772ba;
        }

    .subheader.registration {
        margin-bottom: 0px;
    }

    .subheader #headerlinks {
        float: right;
        margin-top: 15px;
    }

        .subheader #headerlinks * {
            font-weight: normal;
            font-size: 16px;
        }

        .subheader #headerlinks a {
            margin-left: 50px;
            font-weight: normal;
            font-size: 16px;
        }

.mainwrapper {
    border: 1px solid #cccccc;
    clear: both;
    background-color: #ffffff;
    border-radius: 2px;
}

#mainwrapper-login {
    border-radius: 15px;
    clear: both;
    background-color: rgba(255,255,255,0.81);
    width: 70%;
    margin: 9% 0;
    float: right;
}

    #mainwrapper-login .login-segment {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #mainwrapper-login .login-label {
        width: 130px;
        display: inline-block;
    }

    #mainwrapper-login input[type="text"] {
        display: inline-block;
        width: 250px;
    }

    #mainwrapper-login input[type="password"] {
        display: inline-block;
        width: 250px;
    }

#maincontent {
    padding: 20px;
    min-height: 400px;
}

#maincontent-login {
    padding: 10px 25px 25px;
}

#mainwrapper-login h2 {
    font-size: 36px;
    margin-bottom: 15px;
    text-align: center;
}

.login-wrapper {
    background: url(/Content/Images/bg_image.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: absolute;
    right: 30px;
    left: 30px;
    top: 185px;
}

#contentlinks {
    float: right;
    margin-left: 20px;
}

    #contentlinks a {
        line-height: 100%;
        text-decoration: none;
        color: #f9fafe;
        margin-left: 10px;
        float: left;
        border: 1px solid #5271b4;
        cursor: pointer;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 2px;
        background: linear-gradient(to bottom, #99c3e9,#5271b4) repeat scroll 0 0 rgba(0, 0, 0, 0);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99C3E9', endColorstr='#5271B4');
    }

        #contentlinks a:hover {
            background: linear-gradient(to bottom, #5271b4, #99c3e9) repeat scroll 0 0 rgba(0, 0, 0, 0);
        }

        #contentlinks a:active {
            position: relative;
            top: 1px;
        }

    #contentlinks input[type="submit"] {
        cursor: pointer;
        float: left;
        margin-left: 10px;
        color: #F9FAFE;
        text-align: center;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 2px;
        border: 1px solid #486FB2;
        background: linear-gradient(to bottom, #99C3E9, #5271B4) repeat scroll 0 0 rgba(0, 0, 0, 0);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99C3E9', endColorstr='#5271B4');
    }

        #contentlinks input[type="submit"]:hover {
            background: linear-gradient(to top, #99C3E9, #5271B4) repeat scroll 0 0 rgba(0, 0, 0, 0);
        }

        #contentlinks input[type="submit"]:active {
            position: relative;
            top: 1px;
        }

#maincontent .helpbox {
    float: right;
    margin-top: 5px;
}

.subcontent {
    background-color: #fafafa;
}
/* styles for reports */
.report-buttons {
    float: right;
    text-align: right;
}

    .report-buttons a {
        margin-left: 10px;
    }

    .report-buttons input {
        margin-left: 10px;
    }

.report-container {
    overflow: auto;
}
/* main menu */
.menuadmin-container {
    clear: both;
}

nav a.menuitem {
    min-width: 80px;
    margin-right: 2px !important;
    line-height: 100%;
    text-decoration: none;
    color: #333333 !important;
    float: left;
    cursor: pointer !important;
    text-align: center !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border: 1px solid #ccc !important;
    border-bottom: none !important;
    background: linear-gradient(to bottom, #e0e0e0, #f2f2f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    z-index: 10000;
}

    nav a.menuitem:hover {
        background: linear-gradient(to bottom, #d9d9d9, #eeeeee) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

nav ul {
    max-width: 1200px;
    float: left;
}

nav a.menuitem.settings {
    min-width: inherit;
    background: linear-gradient(to bottom, #99c3e9,#5271b4) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #5271b4 !important;
    font-family: 'FontAwesome';
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 17px !important;
    color: #f9fafe !important;
    bottom: 0px;
    right: 0px;
    position: absolute;
}

    nav a.menuitem.settings:hover {
        background: linear-gradient(to bottom, #5271b4, #99c3e9) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
/* span based input table allowing for two columns*/
span.form span.pair {
    display: block;
    padding-bottom: 10px;
}

span.form.twocol span.pair {
    display: inline;
    padding-bottom: 10px;
}

span.form.twocol span.twocol {
    display: block;
    padding-bottom: 10px;
}

.mainwrapper.registration span.form .label {
    padding-right: 20px;
    width: 240px !important;
    vertical-align: top;
    padding-top: 4px;
    display: inline-block;
}

span.form .label {
    padding-right: 10px;
    width: 175px !important;
    vertical-align: top;
    padding-top: 4px;
    display: inline-block;
}

span.form .labelindent {
    padding-left: 15px;
    padding-right: 10px;
    width: 175px !important;
    vertical-align: top;
    padding-top: 4px;
    display: inline-block;
}

span.form .value {
    width: 350px;
    display: inline-block;
    vertical-align: top;
}

span.form input[type="text"] {
    width: 220px;
}

span.form input[type="password"] {
    width: 220px;
}

span.form textarea {
    width: 230px;
}

span.form select {
    width: 232px;
}
/* input table */
table.form.wideboy {
    width: 100%;
}

table.form.twocol {
    width: 100%;
}

table.form {
}

    table.form td {
        padding-bottom: 10px;
    }

    table.form .label {
        padding-right: 10px;
        width: 175px !important;
        vertical-align: top;
        padding-top: 4px;
    }

    table.form .labelindent {
        padding-left: 15px;
        padding-right: 10px;
        width: 175px !important;
        vertical-align: top;
        padding-top: 4px;
    }

.mainwrapper.registration table.form .label {
    padding-right: 10px;
    width: 240px !important;
    vertical-align: top;
    padding-top: 4px;
}

table.form.twocol td:nth-child(2) {
    width: 350px;
}

table.form input[type="text"] {
    width: 220px;
}

table.form input[type="password"] {
    width: 220px;
}

table.form textarea {
    width: 230px;
}

table.form select {
    width: 232px
}

select option {
    padding-left: 5px;
}

fieldset {
    border: 1px solid #cccccc;
    padding-left: 10px;
    padding-right: 10px;
}

legend {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}
/* browser warning */
.browser-warning-panel {
    width: 90%;
    z-index: 99999;
    position: absolute
}

.browser-warning {
    font-weight: bold;
    color: #cc0000 !important;
    padding: 20px;
    border: 1px solid #cf8e8e;
    clear: both;
    background-color: #ffeaea;
    border-radius: 2px;
    width: 560px;
    margin: 20px auto 0px auto;
    z-index: 99999;
    position: relative
}

    .browser-warning * {
        font-weight: bold;
        color: #cc0000 !important;
    }
/* drop down check box control */
.ddcb-sb {
    width: 220px;
    border: 1px solid #cccccc !important;
    border-radius: 2px;
    outline: none;
    padding: 5px !important;
}

    .ddcb-sb #caption {
        top: 0px !important;
    }

.ddcb-dd {
    width: 220px;
    top: 28px !important;
}

    .ddcb-dd #checks br {
        padding-top: 2px;
        padding-bottom: 2px;
        overflow-x: hidden;
        overflow-y: auto
    }

    .ddcb-dd #buttons input {
        cursor: pointer;
        color: #f9fafe !important;
        text-align: center !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-radius: 2px !important;
        border: 1px solid #486fb2 !important;
        background: linear-gradient(to bottom, #99c3e9, #5271b4) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99c3e9', endColorstr='#5271b4') !important;
    }

        .ddcb-dd #buttons input:hover {
            background: linear-gradient(to top, #99c3e9, #5271b4) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        }

        .ddcb-dd #buttons input:active {
            position: relative;
            top: 1px;
        }

.ddcb-sb.dd_chk_select input[type=checkbox] + label {
    word-wrap: break-word;
    width: 90%;
}
/* context help icon */
.helpicon {
    vertical-align: -2px;
    margin-left: 5px;
    color: #008b00 !important;
    cursor: help;
}
/* faq on help page */
.faq-link-container {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .faq-link-container .main-nav {
        color: #5271b4 !important;
        vertical-align: -1px;
        margin-right: 5px;
    }

        .faq-link-container .main-nav:hover {
            color: #333333 !important;
        }

    .faq-link-container .response {
        display: none;
        margin-left: 12px;
        margin-top: 4px;
    }
/* useful classes */
.inline {
    display: inline !important;
}

.error {
    color: #cc0000 !important;
}

    .error.modalerror {
        margin-left: 25px;
        margin-top: 5px;
    }

fieldset.error, .errorborder {
    border: 1px solid #cc0000;
    color: #d8000c;
    background-color: #fffbfb;
}

.success {
    color: #008b00 !important;
}

    .success.modalsuccess {
        margin-left: 25px;
        margin-top: 5px;
    }

.warning {
    color: #ff9900 !important;
}

.selected {
    color: #0772ba !important;
}

.disabled {
    color: #999999;
    cursor: default !important;
    text-decoration: none !important;
}

    .disabled:hover {
        text-decoration: none !important;
    }

.categoryname {
    display: block;
    margin-bottom: 8px;
}

.clear {
    clear: both !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.bold {
    font-weight: bold !important;
}

.hidden {
    display: none;
}

.pointer {
    cursor: pointer;
}

.padded {
    margin-left: 20px;
}

.rightToLeft {
    direction: rtl;
}

.img-small {
    width: 80px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    text-align: center;
    cursor: pointer;
    z-index: 99999;
}

.helpcursor {
    cursor: help;
}

.centerItems {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%
}
/* no date of birth checkbox */
div.nodob {
    margin-top: 8px;
}
/* error page icon  */
i.bug {
    font-size: 400px;
    float: left;
    margin-right: 50px;
    color: #eeeeee;
    margin-left: 50px;
}
/* validation summary */
.validationsummary {
    border: 1px solid #cc0000;
    background-color: #fffbfb;
    padding: 8px;
    margin-bottom: 10px;
    color: #cc0000 !important;
}

    .validationsummary ul {
        color: #cc0000;
        margin: 0;
        padding: 0;
        list-style: square;
        margin-left: 10px;
    }

    .validationsummary li {
        color: #cc0000;
        padding-right: 10px;
    }
/* assessor grading icon */
.grading-grey {
    color: #999999;
}

.grading-green {
    color: #008b00;
}

.grading-amber {
    color: #e8ad00;
}

.grading-red {
    color: #990000;
}

.grading-icon {
    margin-right: 5px;
    font-size: 12px;
}
/* default gridview */
table.gridview {
    width: 100%;
    border: 1px solid #cccccc;
    margin-top: 10px;
    border-collapse: collapse;
}

    table.gridview tr td {
        padding: 5px;
        border: 1px solid #cccccc;
    }

    table.gridview tr th {
        color: #555555;
        text-align: left;
        font-weight: normal;
        padding: 5px;
        padding-top: 9px;
        padding-bottom: 9px;
        border: 1px solid #cccccc;
        background: linear-gradient(to bottom, #e0e0e0, #f2f2f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    table.gridview .fa {
        margin-top: 1px;
        margin-bottom: 1px;
        margin-left: 1px;
        margin-right: 7px;
        font-size: 21px !important;
    }

    table.gridview span.tooltip {
        cursor: help;
    }

    table.gridview td * {
        font-size: 12px;
    }

    table.gridview td {
        font-size: 12px;
    }

    table.gridview tr:hover {
        background-color: #f9f9f9;
    }

    table.gridview tr td table tbody tr td {
        border: none;
        padding: 0;
        padding-right: 5px;
    }

    table.gridview img.img-small {
        width: 80px;
        border-radius: 5px;
        border: 1px solid #AAA;
        text-align: center;
    }

    table.gridview div.img-small-div img {
        width: 80px;
        border-radius: 5px;
        border: 1px solid #AAA;
        text-align: center;
    }

    table.gridview tr.highlight {
        background-color: #ffe1e1;
    }
/* modal popups */
.modalbackground {
    opacity: 0.6;
    background-color: #333333;
    width: 100%;
    height: 100%;
}

.modalpopup {
    background-color: #ffffff;
    border: 1px solid #0772ba;
    padding: 20px;
    padding-bottom: 50px;
    width: 900px;
    height: 500px;
    border-radius: 2px;
    overflow: auto;
}

    .modalpopup.supersize {
        width: 1000px;
    }

    .modalpopup.supersize-lg {
        width: auto;
        height: auto;
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

        .modalpopup.supersize-lg .modalpopupbuttons.supersize {
            right: 0;
            left: 0;
            width: auto;
        }

        .modalpopup.supersize-lg .modalpopupcontent.supersize {
            width: 100%;
            height: 100%;
        }

.modalpopup-message {
    background-color: #ffffff;
    border: 1px solid #0772ba;
    padding: 20px;
    min-width: 350px;
    min-height: 190px;
    border-radius: 2px;
    max-height: 50%;
    max-width: 95%;
    overflow-y: auto;
    overflow-x: auto;
}

.modalpopup-image {
    background-color: #ffffff;
    border: 1px solid #0772ba;
    padding: 20px;
    min-width: 350px;
    min-height: 190px;
    border-radius: 2px;
    max-height: 50%;
    overflow-y: auto
}

.mpe-permission {
    width: 400px;
}

.permissionToggleBtn {
    position: absolute;
    top: 0px;
    right: 42px;
    border: 1px solid #5271b4;
    background: linear-gradient(to bottom,#99c3e9,#5271b4) repeat scroll 0 0 rgba(0,0,0,0);
    padding: 4px;
    width: 26px;
    height: 24px;
    text-align: center;
}

    .permissionToggleBtn a.fa {
        color: white;
        font-size: 17px !important;
        padding-top: 3px;
    }

.permissionToggle {
    float: right;
}

#parentPermissionBtn {
    position: relative;
    padding: 15px;
    float: left;
}

.modalpopupcontent {
    width: 900px;
    height: 470px;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

    .modalpopupcontent.supersize {
        width: 1000px;
    }

    .modalpopupcontent h2 {
        display: inline-block;
    }

.modalpopupcontent-examfinish span.icon {
    color: #0772ba;
    font-size: 22px;
    margin-right: 13px;
    margin-left: 1px;
}

.modalpopupcontent-examfinish {
    min-width: 450px;
    min-height: 240px;
    overflow: auto;
}

    .modalpopupcontent-examfinish h2 {
        display: inline-block;
        margin-top: -5px;
    }

.modalpopupbuttons-examfinish {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 20px;
    min-width: 450px;
    margin-right: 20px;
}

.modalpopupcontent-message span.icon {
    color: #0772ba;
    font-size: 22px;
    margin-right: 13px;
    margin-left: 1px;
}

.modalpopupcontent-message {
    min-width: 350px;
    min-height: 140px;
    overflow: auto;
}

    .modalpopupcontent-message h2 {
        display: inline-block;
        margin-top: -5px;
    }

.modalpopupbuttons {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 900px;
    background-color: #eeeeee;
}

    .modalpopupbuttons.supersize {
        width: 1000px;
    }

    .modalpopupbuttons .savebutton {
        float: left;
        border: 1px solid #489411;
        color: #fff;
        background: linear-gradient(to bottom, #c5eba9, #489411 ) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c5eba9', endColorstr='#489411');
    }

    .modalpopupbuttons .saveanotherbutton {
        margin-right: 10px;
    }

    .modalpopupbuttons .savebutton:hover {
        background: linear-gradient(to bottom, #489411, #c5eba9) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    }

.modalpopup-UpdateName-textbox {
    margin-left: 31px;
}

.modalpopup-UpdateEmail-textbox {
    margin-left: 10px;
}

.modalpopup-updatecontactbutton {
    float: right;
}

.addContactButton {
    float: right;
}

.modalpopup-updatecontact-cancelbutton {
    background: lightgray !important;
    color: black !important;
    border: 1px solid darkgray !important;
}

.modalpopupbuttons-boxedmessage {
    text-align: left;
    bottom: 0;
    right: 0;
    padding: 20px;
    min-width: 350px;
    margin-right: 20px;
    border: 1px solid black;
    text-align: center;
}

.modalpopupbuttons-message {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 20px;
    min-width: 350px;
    margin-right: 20px;
}

.modalpopupbuttons-image {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    cursor: zoom-in;
}

#container.exam a.imgclosebutton {
    line-height: 14px;
    cursor: pointer;
    color: #f9fafe;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: black;
}

    #container.exam a.imgclosebutton i {
        font-size: 14px;
        vertical-align: 0px;
        margin-left: 2px;
        margin-right: 2px;
    }

#container.exam img.zoom {
    cursor: zoom-out;
}
/* calendar */
.calendar {
    display: inline-block;
}

    .calendar .calendar-reset {
        padding: 0;
        vertical-align: middle;
        margin-left: 5px;
    }

    .calendar .calendar-day {
        width: 58px !important;
    }

    .calendar .calendar-month {
        width: 100px !important;
        margin-right: 1px;
        margin-left: 1px;
    }

    .calendar .calendar-year {
        width: 65px !important;
    }

    .calendar .calendar-hour {
        width: 75px !important;
    }

    .calendar .calendar-minute {
        width: 75px !important;
    }
/* search fields */
.search-collapse {
    background-color: #fafafa;
    border-radius: 2px;
    border: 1px solid #cccccc;
    padding: 8px;
}

    .search-collapse.search-warning {
        background-color: #feff8f;
        border: 1px solid #e1e281;
    }

.search-collapse-header {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.search-collapse-content {
    margin-top: 6px;
}

.search-collapse-icon {
    margin-right: 8px;
    font-size: 11px !important;
}

.searchform {
}

.searchform-item {
    display: inline-block;
    width: 461px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.searchform-label {
    width: 150px;
    display: inline-block;
}

.searchform-label-top {
    width: 150px;
    display: inline-block;
    vertical-align: top;
}

.searchform-item div {
    display: inline-block;
}

.searchform input[type="text"] {
    width: 220px;
}

.searchform textarea {
    width: 220px;
}

.searchform select {
    width: 232px;
}
/* terms and conditions */
.tc-container {
    overflow: auto;
    height: 300px;
    background-color: #edffdf;
    padding: 20px;
}

    .tc-container ol {
        list-style-position: inside;
    }

    .tc-container ul {
        list-style-position: inside;
    }
/* tool tips */
.tooltipstyle {
    background-color: #0772ba !important;
    border-radius: 2px !important;
}

    .tooltipstyle .tooltipster-content {
        color: #ffffff !important;
        background-color: #0772ba !important;
        padding: 10px !important;
        overflow: hidden !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
        line-height: 15px;
        border-radius: 2px !important;
    }
/* media preview thumbnail */
#media-preview {
    margin-top: 25px;
}

    #media-preview a {
        margin-right: 25px;
        float: left;
    }
/* new document alert */
.newdoc {
    margin-left: 25px;
    text-transform: uppercase;
    color: #fa00ed !important;
}
/* scrollbar */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0772ba;
    -webkit-box-shadow: inset 0 0 6px #055286;
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #0772ba;
    }
/* tabs */
.tabs .ajax__tab_header {
    display: block;
}

    .tabs .ajax__tab_header a {
        color: #333333 !important;
    }

    .tabs .ajax__tab_header .ajax__tab_outer {
        width: 150px;
        margin-right: 2px;
        text-align: center;
        padding-top: 4px;
        padding-bottom: 2px;
        padding-left: 15px;
        padding-right: 15px;
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
        border: 1px solid #cccccc;
        border-bottom: none;
        background: linear-gradient(to bottom, #e0e0e0, #f2f2f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .tabs .ajax__tab_header .ajax__tab_inner {
        width: 150px;
    }

.tabs .ajax__tab_hover .ajax__tab_outer {
    background: linear-gradient(to bottom, #d9d9d9, #eeeeee) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.tabs .ajax__tab_hover .ajax__tab_inner {
}

.tabs .ajax__tab_active .ajax__tab_inner a {
    font-weight: bold;
}

.tabs .ajax__tab_body {
    border-top-width: 0;
    border: solid 1px #cccccc;
    padding: 10px;
    padding-bottom: 0px;
}
/* certificate system */
tr.certificate-urgent {
    background-color: #ffe1e1;
}

    tr.certificate-urgent:hover {
        background-color: #ffd3d3 !important;
    }

tr.certificate-important {
    background-color: #fff0cc;
}

    tr.certificate-important:hover {
        background-color: #ffeab6 !important;
    }
/* loading overlay */
.loading-container {
    position: fixed;
    width: 170px;
    height: auto;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -40px;
    margin: auto;
    background-color: #ffffff;
    z-index: 1000002;
    padding: 15px;
    border: 1px solid #0772ba;
    border-radius: 2px;
    overflow: hidden;
}

.modal-container {
    position: fixed;
    width: 450px;
    height: auto;
    text-align: center;
    left: 0;
    right: 0;
    top: 25%;
    margin-top: -40px;
    margin: auto;
    background-color: #ffffff;
    z-index: 1000002;
    padding: 15px;
    border: 1px solid #0772ba;
    border-radius: 2px;
    overflow: hidden;
}

.loading-container-popup {
    margin: 0 auto;
    width: 150px;
    background-color: #ffffff;
    z-index: 9999;
    padding: 20px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    height: auto;
    overflow: hidden;
}

.loading-text {
    display: inline-block;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    vertical-align: 0;
    color: #0772ba;
    font-size: 30px;
    margin: 0 8px 0 auto;
}

.loading-icons {
    display: inline-block;
    vertical-align: -7px;
}

header div.headerLink {
    clear: both;
    height: 100%;
}

.seperator {
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #aaa;
    margin-top: 20px;
    margin-bottom: 10px;
}

.tabbedPoints {
    padding-left: 30px;
}

#warehouse-separation {
    border: 2px solid #486fb2;
    padding: 10px;
    margin: 5px;
}

.warehouse-delete {
    background: #cc0000 !important;
}
/* responsive rules for header text */
@media screen and (min-width: 1400px) {
    header div.forumHead {
        position: absolute;
        right: 900px;
        top: 30px;
        display: inline-block;
    }

    div.headSpacer {
        height: 0px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1399px) {
    header div.forumHead {
        position: absolute;
        right: 710px;
        top: 30px;
        display: inline-block;
    }

    div.headSpacer {
        height: 0px;
    }
}

@media screen and (max-width: 1100px) {
    header div.forumHead {
        display: none
    }
}

@media screen and (max-width: 500px) {
    div.headSpacer {
        height: 90px;
    }

    .subheader {
        display: inline-block;
    }

        .subheader #headerlinks {
            float: right;
            margin-top: 15px;
            display: inline-block;
        }
}

@media screen and (min-width: 501px) and (max-width: 1399px) {
    div.headSpacer {
        height: 90px;
    }
}
/* login dashboard */
.dashboard_box {
    text-align: left;
}

    .dashboard_box h2 {
        margin-bottom: 10px;
    }

    .dashboard_box table.form td.label {
        width: 125px !important;
    }

    .dashboard_box.box-right {
        width: 25%;
        float: right;
    }

    .dashboard_box.box-left {
        width: 65%;
        float: left;
    }

.dashboardTabStyling {
    min-width: 80px;
    margin-right: 2px !important;
    text-decoration: none;
    color: #333 !important;
    float: left;
    cursor: pointer !important;
    text-align: center !important;
    padding: 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border: 1px solid #ccc !important;
    border-bottom: none !important;
    background: #eee;
}

.dashboard-border-box {
    border: 1px solid #ccc;
    margin-top: 35px;
    padding: 5px;
}

#dashboardLinks {
    list-style-type: none;
    position: relative;
}

.languageTick {
    font-size: 20px !important;
    color: lightgreen;
    text-align: center;
}

.languageCross {
    font-size: 20px !important;
    color: red;
    text-align: center;
}

.dashboard-link-container {
    display: inline-block;
    width: 200px;
    margin-bottom: 10px;
    padding-right: 15px;
    margin-top: 10px;
    vertical-align: top;
}

.glance-container .bigstat {
    font-size: 26px;
}

.glance-container {
    display: inline-block;
    min-width: 180px;
    text-align: center;
    margin-top: 10px;
    padding: 10px 7px;
    border: 1px solid #486fb2;
    background-color: #f9fafe;
    margin-right: 4px;
    margin-left: 4px;
    position: relative;
    left: -4px;
}

    .glance-container:hover {
        background-color: #eceffe;
        color: #0772ba !important;
    }

.main-container {
    width: 50%;
}

.main-nav {
    color: #5271b4 !important;
    vertical-align: -2px;
    margin-right: 5px;
}

    .main-nav:hover {
        color: #333333 !important;
    }
/* certificate validation */
.validationicon {
    font-size: 40px !important;
    display: inline-block;
    vertical-align: top;
}

.validationresult {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.validationbox-fail {
    border: 1px solid #db4848;
    background-color: #ffeeee;
    padding: 15px;
    color: #db4848 !important;
    margin-top: 15px;
}

    .validationbox-fail a {
        color: #db4848 !important;
        font-weight: bold;
    }

.validationbox-pass {
    border: 1px solid #529052;
    background-color: #dff0d8;
    padding: 15px;
    color: #529052 !important;
    margin-top: 15px;
}
/* candidate registration wizard */
#wizard-header li .prevStep {
    background-color: #0772ba;
}

    #wizard-header li .prevStep:after {
        border-left-color: #0772ba !important;
    }

#wizard-header li .currentStep {
    background-color: #cc0000;
}

    #wizard-header li .currentStep:after {
        border-left-color: #cc0000 !important;
    }

#wizard-header li .nextStep {
    background-color: #ebebeb;
    color: #333333;
}

    #wizard-header li .nextStep:after {
        border-left-color: #ebebeb !important;
    }

#wizard-header {
    list-style: none;
    overflow: hidden;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    border-radius: 2px;
}

    #wizard-header * {
        cursor: default;
    }

    #wizard-header li {
        float: left;
    }

        #wizard-header li a {
            color: #ffffff;
            text-decoration: none;
            padding: 10px 0px 10px 75px;
            position: relative;
            display: block;
            float: left;
            transition: 500ms;
        }

            #wizard-header li a:after {
                content: " ";
                display: block;
                width: 0px;
                height: 0px;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 50px solid hsla(120,100%,25%,0.3);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
                transition: 500ms;
            }

            #wizard-header li a:before {
                content: " ";
                display: block;
                width: 0px;
                height: 0px;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 50px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        #wizard-header li:first-child a {
            padding-left: 10px;
        }

        #wizard-header li:last-child {
            padding-right: 50px;
        }

.AutoComplete {
    list-style-type: none;
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-shadow: 0 0 8px #dddddd;
    overflow: auto;
    height: 400px;
}

.AutoCompleteItem {
    color: #c00;
    height: 22px;
    background-color: #ffffff;
    cursor: pointer;
    padding-left: 10px;
    padding-top: 5px;
}

.AutoCompleteItemHighlight {
    color: #c00;
    height: 22px;
    background-color: #999999;
    cursor: pointer;
    padding-left: 10px;
    padding-top: 5px;
}

.AutoCompleteItemHighlightText {
    color: #aa0000;
    font-weight: Bold;
}
/* fancy boxes */
.details-box {
    background: #fafafa;
    padding: 15px;
    margin-top: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1);
}

.info-box {
    padding: 10px;
    background-color: #fff3f3;
    border: 1px solid #cccccc;
}

    .info-box i.icon {
        font-size: 25px;
        margin-right: 15px;
        margin-left: 5px;
        display: inline-block;
        float: left;
        color: #0772ba;
    }

    .info-box span.content {
        float: left;
        line-height: 13px;
        font-size: 13px;
        color: #0772ba;
        width: 90%;
    }

.question-info-box {
    padding: 10px;
    background-color: #fff3f3;
    border: 1px solid #cccccc;
    margin-left: 100px;
    margin-top: 20px;
    margin-right: 100px;
}

    .question-info-box i.icon {
        font-size: 25px;
        margin-right: 15px;
        margin-left: 5px;
        display: inline-block;
        float: left;
        color: #0772ba;
    }

    .question-info-box span.content {
        float: left;
        color: #0772ba;
        width: 90%;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        font-weight: bold;
        font-size: 16px;
    }
/* invigilator availability calendar */
.holiday-calendar {
    background-color: #efefef;
    width: 100%;
    height: 400px;
    border-collapse: collapse;
}

    .holiday-calendar a {
        text-decoration: none;
        color: inherit !important;
    }

    .holiday-calendar .title {
        font-weight: bold;
    }

    .holiday-calendar td.day {
        border: 1px solid #dddddd;
        background-color: #ffffff;
    }

    .holiday-calendar .nextprev {
        text-align: center;
    }

        .holiday-calendar .nextprev a {
            font-size: 150%;
        }

    .holiday-calendar td.unavailable {
        background-color: #ffe1e1;
    }

    .holiday-calendar td.otherday {
        background-color: #ffffff;
        border: 1px solid #dddddd;
        color: #999999;
    }

    .holiday-calendar td.dayheader {
        background-color: #ffffff;
        border: 1px solid #dddddd;
        font-weight: bold;
    }
/* custom form elements */
input[type=checkbox] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox] + label {
        position: relative;
        left: -20px;
        padding-left: 30px;
        height: 15px;
        display: inline-block;
        line-height: 15px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
        background-image: url(/Content/Images/checkbox.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    input[type=checkbox]:checked + label {
        background-position: 0 -15px;
    }

input[type=radio] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=radio] + label {
        position: relative;
        left: -20px;
        padding-left: 30px;
        height: 14px;
        display: inline-block;
        line-height: 14px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 12px;
        vertical-align: middle;
        cursor: pointer;
        background-image: url(/Content/Images/radio.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    input[type=radio]:checked + label {
        background-position: 0 -14px;
    }

.treeview input[type=checkbox] {
    left: 0;
    clip: auto !important;
    z-index: 1000 !important;
    position: relative !important;
    overflow: auto !important;
    height: auto !important;
    width: auto !important;
    margin: 0px !important;
}
/* schedule page stuff */
#candidates .candidate {
    margin-top: 15px;
    margin-bottom: 15px;
}

    #candidates .candidate .activity {
        padding: 10px;
        padding-top: 3px;
        color: #0772ba;
        font-weight: bold;
        font-size: 50px;
        cursor: pointer;
    }

    #candidates .candidate .activity-modules {
        padding: 10px;
        padding-top: 3px;
        color: #0772ba;
        font-weight: bold;
        font-size: 50px;
        cursor: pointer;
    }

    #candidates .candidate .schedule-option {
        padding: 20px;
        cursor: pointer;
        transition: 0.2s;
        font-size: 28px;
        color: #0772ba;
        font-weight: bold;
        margin-left: 10px;
        margin-right: 10px;
    }

        #candidates .candidate .schedule-option:hover {
            background-color: #eeeeee;
            padding: 20px;
        }

        #candidates .candidate .schedule-option:active {
            background-color: #bbbbbb;
        }

        #candidates .candidate .schedule-option.selected {
            background-color: #d9e6ee;
        }

    #candidates .candidate .content {
        display: none;
        clear: both;
    }

    #candidates .candidate .candidate-details {
        float: left;
        width: 350px;
    }

    #candidates .candidate .assessment-details {
        float: left;
    }

        #candidates .candidate .assessment-details table {
            text-align: center;
            width: 500px;
        }

            #candidates .candidate .assessment-details table:has(th.dual:not([style*="display: none;"])) {
                width: 700px;
            }

    #candidates .candidate .candidate-identification {
        float: left;
    }

    #candidates .candidate .candidate-avatar {
        font-size: 50px;
        color: #0772ba;
        float: left;
        margin-right: 25px;
        margin-left: 5px;
    }

    #candidates .candidate .candidate-name {
        font-size: 14px;
        font-weight: bold;
    }

    #candidates .candidate .candidate-dob {
    }

    #candidates .candidate .candidate-iwcfnumber {
        color: #c10000;
    }

    #candidates .candidate .options {
        float: right;
    }

    #candidates .candidate .expand {
        margin-left: 15px;
        float: right;
        color: #0772ba;
        font-size: 40px;
        cursor: pointer;
    }

    #candidates .candidate .delete {
        margin-left: 15px;
        float: right;
        color: #cc0000;
        font-size: 40px;
        cursor: pointer;
    }

#candidates .loading-container {
}

#candidates .loading-text {
    float: left;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #0772ba;
    font-size: 30px;
    margin-right: 10px;
}

#candidates .loading-icons {
    float: left;
    margin-top: 5px;
}

#candidates .left {
    float: left !important;
}

.schedule-practical {
    display: inline-block;
    margin-left: 30px;
    vertical-align: -1px;
}

    .schedule-practical span {
        font-family: arial, sans-serif;
        vertical-align: 2px;
        margin-left: 10px;
    }

.inner {
    width: 20px;
    height: 20px;
    background-color: red;
}
/* Lightbox elements */
.lightbox {
    width: 400px;
    height: auto;
    border: 1px solid #aaaaaa;
    -webkit-box-shadow: 0px 0px 54px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 54px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 54px -9px rgba(0,0,0,0.75);
    background: #FFF;
    padding: 10px;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
    display: none;
    cursor: pointer;
}

    .lightbox img {
        border-radius: 10px;
    }

    .lightbox div {
        border-radius: 10px;
        width: 100%;
    }

.lightboxbig {
    position: fixed;
    min-width: 60%;
    max-width: 60%;
    left: 20%;
    top: 5%;
    height: 90%;
    border: 1px solid #aaaaaa;
    -webkit-box-shadow: 0px 0px 54px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 54px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 54px -9px rgba(0,0,0,0.75);
    background: #FFF;
    padding: 10px;
    border-radius: 10px;
    display: none;
    cursor: pointer;
    z-index: 9999;
}

    .lightboxbig img {
        border-radius: 10px;
        position: relative;
    }

    .lightboxbig .zoom {
        position: relative;
    }

    .lightboxbig div {
        border-radius: 10px;
        width: auto;
    }

@media (max-width:1000px) {
    .lightboxbig {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        overflow: auto;
    }

        .lightboxbig .zoom {
            overflow: auto;
            position: relative;
        }

    .hide-overflow {
        overflow: hidden;
    }
}
/* delivery note */
.delivery-note-box .content {
    padding: 10px;
    border: 1px solid #aaaaaa;
    margin-bottom: 10px;
    border-top: none;
}

.delivery-note-box .title {
    padding: 10px;
    background: linear-gradient(to bottom,#e0e0e0,#f2f2f2) repeat scroll 0 0 rgba(0,0,0,0);
    border: 1px solid #aaaaaa;
    margin-top: 10px;
}
/* recent activity */
.recent-activity-high-legend {
    background-color: #fedbdf;
    width: 15px;
    height: 3px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #cccccc;
}

.recent-activity-medium-legend {
    background-color: #ffe0af;
    width: 15px;
    height: 3px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #cccccc;
}

.recent-activity-low-legend {
    background-color: #e0ffed;
    width: 15px;
    height: 3px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #cccccc;
}

.recent-activity-high {
    background-color: #fedbdf !important;
}

.recent-activity-medium {
    background-color: #ffe0af !important;
}

.recent-activity-low {
    background-color: #e0ffed !important;
}
/* Information Notice*/
.info-notice-unread {
    background-color: #fedbdf !important;
}

.info-notice-read {
    background-color: #e0ffed !important;
}
/* check marking */
tr.checkmarking_unavailable {
    background-color: #ffe1e1;
}

    tr.checkmarking_unavailable:hover {
        background-color: #ffe1e1 !important;
    }
/* schedule wizard */
table.schedule-resit-history-table tr td {
    padding: 10px;
}
/* eCerts default page */
.eCert-box {
    display: inline-block;
    text-align: center;
    padding: 15px;
    padding-bottom: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: #ccc;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}

.eCert-tempBoxContainer {
    max-width: 540px;
    height: 185px;
    margin-top: 20px;
    overflow: auto;
}

    .eCert-tempBoxContainer .label {
        width: 100px;
    }

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.gradingTable tr {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.eCert-validation-image {
    width: 150px;
    float: left;
    position: absolute;
    max-width: 150px;
    max-height: 150px;
}

.eCert-tempBoxContainer .eCert-validation-image {
    position: relative;
    margin-right: 20px;
}

.eCert-tempBox {
    padding-top: 60px;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    background-color: #000;
    top: 0;
    left: 0;
    font-size: 22px;
    z-index: 5;
    text-transform: uppercase;
    height: 150px;
    width: 150px;
    opacity: 0.5;
    text-align: center;
    font-weight: bold;
    margin-right: 20px;
}

.eCert-watermark {
    font-size: 22px;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

/* Andrew Rourke - adding Question history preview styling; */
.changes-label {
    padding: 10px;
    border: 1px solid #CCC;
    background: #ffffe0;
    margin: 10px 0;
    font-weight: bold;
    font-style: italic;
}

.changes-control {
    background: #ffffe0;
}

/* Andrew Rourke - adding styling to hide toolbars unless required for WYSIWYG editors */
/*.cke_top,
.cke_bottom,
.cke_inner:hover .cke_top,
.cke_inner:hover .cke_bottom,
.cke_contents,
.cke_inner:hover .cke_contents,
.cke_inner:hover .cke_contents {
    transition: all .5s ease-out;
}
.cke_bottom {
    display: block;
}
.cke_top {
    height: 30px !important;
    overflow: hidden;
}
.cke_top:hover {
    height: 100px !important;
}*/

/*Ryan Styling for smaller res devices*/
@media screen and (min-width: 1024px) and (max-width:1366px) {
    #maincontent-login {
        padding: 5px 10px;
    }
}
/* exam css */
#container.exam {
    padding: 0px;
}

header.exam {
    background-image: none;
    padding-left: 40px;
    width: auto;
}

footer.exam {
    padding-right: 40px;
    width: auto;
}

#exam-details {
    float: left;
    margin-top: 20px;
    margin-left: 40px;
}

    #exam-details .mocklabel {
        margin-top: 12px;
        color: #e23232;
        font-size: 24px;
        margin-left: 25px;
        float: left;
        text-transform: uppercase;
        vertical-align: middle;
    }

    #exam-details #progressbar {
        margin-top: 10px;
    }

    #exam-details #navigationprogressbox {
        user-select: none;
        font-weight: bold;
        vertical-align: middle;
        line-height: 35px;
        float: left;
        border: 1px solid #0772ba;
        background-color: #0772ba;
        color: #ffffff;
        text-align: center;
        height: 35px; /*width:60px;*/
        width: 15%;
    }

    #exam-details .navigationprogress {
        float: left; /*width:250px;*/
        width: 85%;
        height: 35px;
        background-color: #e5e5e5;
        border: 1px solid #0772ba;
    }

    #exam-details .navigationprogressbar {
        float: left;
        width: 0%;
        height: 35px;
        background: linear-gradient(to bottom, #99c3e9, #5271b4) repeat scroll 0 0 rgba(0, 0, 0, 0);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99c3e9', endColorstr='#5271b4');
    }

    #exam-details .assname {
        user-select: none;
        font-weight: normal;
        font-size: 40px;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        color: #0772ba;
    }

    #exam-details .modulebopname {
        user-select: none;
        color: #0772ba;
        display: block;
        margin-top: 2px;
        margin-bottom: 2px;
        font-size: 16px;
    }

#exam-details-right {
    user-select: none;
    position: absolute;
    bottom: 0;
    right: 45px;
    text-align: right;
}

#exam-timer-right {
    font-weight: bold;
    font-size: 14px;
    user-select: none;
}

    #exam-timer-right * {
        font-weight: bold;
        font-size: 14px;
    }

#container.exam .finishbutton {
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    border: 1px solid #ea7373 !important;
    background: linear-gradient(to bottom, #ea7373, #c22121) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ea7373', endColorstr='#c22121') !important;
}

    #container.exam .finishbutton:active {
        position: relative;
        top: 1px;
    }

#container.exam .timerbox {
    padding: 2px 5px 2px 5px;
    border: 1px solid #0772ba;
}

#question-title {
    color: #e23232;
    font-size: 14px !important;
    float: left;
    padding-left: 100px;
    font-weight: bold;
}

#question-type {
    float: right;
    padding-right: 100px;
}

    #question-type .points {
    }

#examsep {
    width: 100%;
    height: 8px;
    line-height: 8px;
    background-color: #0772ba;
    margin-top: 10px;
}

#exam-content {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 300px;
}

    #exam-content .exam-error {
        padding-left: 100px;
        padding-right: 100px;
    }

    #exam-content .exam-frontpage {
        padding-left: 100px;
        padding-right: 100px;
    }

        #exam-content .exam-frontpage .fp-heading {
            color: #e23232;
            font-size: 18px;
        }

    #exam-content .exam-finish {
        padding-left: 100px;
        padding-right: 100px;
    }

        #exam-content .exam-finish .f-heading {
            color: #e23232;
            font-size: 18px;
        }

#questiontext {
    background-color: #fbfbfb;
    margin-top: 20px;
    margin-right: 100px;
    margin-left: 100px;
    margin-bottom: 25px;
    border: 1px solid #cecece;
    clear: both;
}

#questiontext-content {
    margin-left: 20px;
}

    #questiontext-content img:hover {
        cursor: zoom-in;
    }

.preview #questiontext-content img:hover {
    cursor: context-menu !important;
}

#questiontext .native {
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
}

    #questiontext .native * {
        margin-top: 20px;
        font-weight: bold;
        font-size: 14px;
    }

#questiontext .english {
    color: #aaaaaa;
}

    #questiontext .english * {
        color: #aaaaaa;
    }

#questionresponses {
    padding-left: 140px;
    padding-right: 140px;
    line-height: 20px;
    font-weight: bold;
}

    #questionresponses * {
        font-size: 14px;
    }

    #questionresponses .responseselector {
        display: inline-block;
        margin-right: 2%;
        float: left;
    }

    #questionresponses .responseselector-rtl {
        display: inline-block;
        margin-right: 2%;
        float: right;
    }

    #questionresponses .response {
        display: inline-block;
        float: left;
        width: 92%;
        padding-top: 3px
    }

    #questionresponses .matching-response {
        display: inline-block;
        float: left;
        padding-right: 20px;
        padding-top: 3px
    }

    #questionresponses p {
        margin: 0 !important;
        padding: 0 !important;
        display: inline !important;
    }

    #questionresponses img {
        vertical-align: middle;
    }

#question-content {
    float: left;
    width: 100%;
}

    #question-content .questiontype {
        color: #e23232;
        padding-left: 100px;
        font-weight: bold;
        font-size: 14px;
    }

    #question-content .points {
        font-size: 14px;
        padding-left: 100px;
        font-weight: bold;
    }

#exam-nav-sep {
    width: 100%;
    height: 8px;
    line-height: 8px;
    background-color: #8bb1cf;
    margin-top: 30px;
}

#exam-nav {
    background-color: #edf4fc;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

    #exam-nav #question-selector {
        width: 50%;
        margin: 0 auto 0 auto;
        overflow: auto;
        overflow-y: hidden;
    }

        #exam-nav #question-selector span {
            padding: 0 !important;
            padding-right: 0px;
        }

        #exam-nav #question-selector label {
            margin-right: 0px;
        }

        #exam-nav #question-selector .answered {
            background-color: #92cc9b;
            color: #ffffff;
        }

        #exam-nav #question-selector .current {
            background-color: #0772ba;
            color: #ffffff;
        }

        #exam-nav #question-selector .skipped {
            background-color: #ffb667;
            color: #ffffff;
        }

#container.exam a.exambutton {
    font-weight: normal !important;
    line-height: 14px;
    cursor: pointer;
    color: #f9fafe;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 2px;
    border: 1px solid #486fb2;
    background: linear-gradient(to bottom, #99c3e9, #5271b4) repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99c3e9', endColorstr='#5271b4');
}

    #container.exam a.exambutton:hover {
        background: linear-gradient(to top, #99c3e9, #5271b4) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    #container.exam a.exambutton:active {
        position: relative;
        top: 1px;
    }

    #container.exam a.exambutton i {
        font-size: 14px;
        vertical-align: 0px;
        margin-left: 2px;
        margin-right: 2px;
    }

    #container.exam a.exambutton[disabled="disabled"] {
        opacity: 0.6;
    }

        #container.exam a.exambutton[disabled="disabled"]:active {
            position: relative;
            top: 0;
        }

        #container.exam a.exambutton[disabled="disabled"]:hover {
            cursor: default !important;
            background: linear-gradient(to bottom, #99c3e9, #5271b4) repeat scroll 0 0 rgba(0, 0, 0, 0);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99c3e9', endColorstr='#5271b4');
        }
/* exam popups */
#popup_title {
    padding: 20px;
    padding-bottom: 0px;
    font-weight: normal;
    font-size: 26px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #0772ba;
}

#popup_container {
    background-color: #ffffff;
    border: 1px solid #0772ba;
    min-width: 350px;
    min-height: 190px;
    border-radius: 2px;
}

#popup_content {
    padding: 20px;
    padding-top: 0px;
}

#popup_message {
    text-align: left;
}

#popup_panel {
    text-align: left;
    padding-top: 20px;
}

#popup_prompt {
    text-align: left;
}

/* Timeline */
div.timeline {
    margin-top: 10px;
    position: relative;
    background: url(Content/images/timelineBg800.jpg) no-repeat;
    background-position: center;
    height: 159px;
    width: 800px;
    padding: 0 20px;
}

    div.timeline .tl-step {
        position: absolute;
        font-size: 0.8em;
        width: auto;
    }

        div.timeline .tl-step p {
            text-align: left;
            margin: 0;
        }

    div.timeline .tl-top {
        top: 15px;
    }

        div.timeline .tl-top p {
            margin-bottom: 11px;
        }

    div.timeline .tl-bottom {
        top: 109px;
    }

        div.timeline .tl-bottom p {
            margin-top: 11px;
        }

    div.timeline .tl-step-1 {
        left: 22px;
    }

    div.timeline .tl-step-2 {
        left: 155px;
    }

    div.timeline .tl-step-3 {
        left: 289px;
    }

    div.timeline .tl-step-4 {
        left: 420px;
    }

    div.timeline .tl-step-5 {
        left: 554px;
    }

    div.timeline .tl-step-6 {
        left: 687px;
    }

    div.timeline span.tl-date {
        color: #333;
        font-size: 0.8em;
    }

    div.timeline .tl-today {
        color: #c00;
        top: 57px;
        font-weight: bold;
    }

        div.timeline .tl-today .today-marker {
            width: 3px;
            height: 8px;
            border-left: 2px solid #c00;
        }
/* PR Information + Comms */
.stats-widget {
    border: 1px solid #CCC;
    width: 30%;
    margin: 1%;
}

    .stats-widget .stat-widget-header {
        background: #f7f7f7;
        border-bottom: 1px solid #CCC;
        font-size: 16px;
        width: 100%;
    }

    .stats-widget .content {
        padding: 10px;
    }

.analytics-content {
    float: left;
    margin: 20px 0;
    width: 100%;
}

.debug {
    border: 2px yellowgreen;
}
/* Ryan Exam Mobile Styling */
/* Header Styles*/
#mobile-exam-details-right {
    user-select: none;
    float: right !important;
    margin-top: 20px;
    position: relative;
    padding-right: 5px;
}

.mobExam {
    margin: 0 !important;
}

@media screen and (max-width: 768px) {
    header.exam {
        padding: 0;
    }

    #exam-details {
        margin-left: 0;
    }

    #mobile-exam-details-right {
        float: left !important;
    }

    #exam-details .mocklabel {
        margin-left: 0;
    }
}
/* End of Header Styles*/
/*Footer Styles*/
#exam-nav .mobQuestion-selector {
    width: 90% !important;
}

.mobExam-nav {
    padding: 30px 0 30px 0 !important;
}

#exam-details .mobAssname {
    font-size: 27px !important;
}

.mobkill {
    width: auto !important;
}

@media screen and (max-width:1000px) {
    .mobQuestiontext-content img:hover {
        cursor: none !important;
    }

    .lightboxbig {
        max-width: 100%;
        width: 100%;
        top: 1%;
        top: 1%;
        margin: 0;
    }

    #wrapper {
        overflow: auto !important;
    }

    .lightboxbig div {
        width: 100%;
    }

    .lightboxbig .zoom {
        width: 100%;
        height: auto;
    }

    .main-container {
        width: 100% !important;
    }

    #mainwrapper-login {
        width: 98% !important;
        margin-top: 40px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .login-wrapper {
        right: 30px;
        left: 30px;
        bottom: -127px;
        top: 185px;
    }

    .MobileHeaderLink {
        display: none !important;
    }

    .MobileHeader {
        display: none !important;
    }

    .login-wrapper {
        right: 0 !important;
        left: 0 !important;
        top: 0 !important;
    }

    .mobileContainer {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mobHeadSpacer {
        display: none !important;
    }

    #wizard-header {
        display: none !important;
    }

    .mobGrid {
        width: 70% !important;
        float: left !important;
    }

    header {
        background-image: none !important;
    }
}

@media screen and (max-width: 768px) {
    .bottomFinish {
        display: none;
    }

    #container.exam a.exambutton {
        padding-left: 5px;
        padding-right: 5px;
    }

    .modalpopup-message {
        top: 20% !important;
        padding: 10px !important;
    }

    .modalpopupcontent-examfinish {
        min-width: 0px;
    }

    .overlay-container .overlay-content {
        width: auto !important;
        margin: 0 auto !important;
        top: 25% !important;
    }

    #questiontext {
        margin: 20px auto 25px auto;
    }

    #questionresponses {
        padding: 0;
        padding-left: 30px;
        width: 100%;
    }

    #question-content .questiontype {
        padding-left: 30px;
    }

    #question-content .points {
        padding-left: 30px;
    }
    /*.mobileHeaderSection, .progressBarMob, .courseName {display:none!important;}*/
    .mobileDropDowns {
        width: 170px !important;
    }

    .question-info-box {
        margin-left: 0;
        margin-right: 0;
    }

    .mobileMockDropdwn {
        width: 80% !important
    }

    .loading-container {
        width: 100%;
        height: 100%;
        padding-top: 50%;
        top: 0;
    }

    #questionresponses .response {
        padding-top: 0;
    }

    .headerLink.left, #exam-details {
        float: none !important;
    }

    #newLogo {
        max-width: 150px;
    }

    .nxtBtnMob {
        float: right !important;
    }

    .finishbutton {
        float: none !important;
    }

    .prevBtnMob {
        float: left !important;
    }

    #exam-nav #question-selector span {
        padding: 0 !important;
    }
}

@media screen and (min-width: 345px) and (max-width: 768px) {
    .finishbutton {
        float: none !important;
    }

    .nxtBtnMob {
        width: 150px !important;
        margin-top: -90px;
        float: right !important;
    }

    .prevBtnMob {
        width: 150px !important;
        margin-bottom: 20px;
        margin-bottom: 20px;
        float: left !important;
    }

    #exam-nav #question-selector span {
        padding: 0 !important;
    }

    #exam-nav #question-selector span {
        padding: 0 !important;
    }

    #exam-details .navigationprogress {
        width: 210px;
    }

    #exam-content .exam-finish, #exam-content .exam-frontpage {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobileTextBox {
        width: 90% !important;
    }

    .mobkill {
        width: auto !important;
    }

    table.mockList select {
        width: 90% !important;
    }

    #question-title {
        padding-left: 15px;
    }

    .responseselector {
        padding: 3px 0 0;
    }
}

@media screen and (min-width:431px) and (max-width: 670px) {
    #questiontext-content p img {
        width: 98% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 550px) and (min-width: 520px) {
    .mobileDropDowns {
        width: 140px !important;
    }
}

@media screen and (min-height:565px) {
    .login-wrapper {
        bottom: 0px;
    }
}

.b-padding-5 {
    padding-bottom: 5px
}

.b-padding-5 {
    padding-bottom: 5px
}

.b-padding-10 {
    padding-bottom: 10px
}

.t-margin-10 {
    margin-top: 10px
}

.removeHoverColour:hover {
    text-decoration: none;
    transition: none;
    color: #0772ba;
}

.mobileHeaderSection {
    width: 100%;
    margin-right: 30px;
}

.button {
    cursor: pointer;
    color: #f9fafe;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
    border: 1px solid #486fb2;
    background: linear-gradient(to bottom,#99c3e9,#5271b4) repeat scroll 0 0 rgba(0,0,0,0);
}

.buttonDisabled {
    cursor: default !important;
    text-decoration: none !important;
    background: #999 !important;
    transition: none !important;
    border: none !important;
    color: inherit !important;
}

.chkboxlist td {
    padding-bottom: 10px;
}

.repeaterItem div {
    vertical-align: middle;
    display: inline-block;
}

.inlineItem div {
    display: inline-block;
    text-align: center;
    padding-left: 5px;
    vertical-align: middle;
}
/* Ryan Exam Mobile Styling */
/* Header Styles*/
#mobile-exam-details-right {
    user-select: none;
    float: right;
    margin-top: 20px;
    position: relative;
}

.mobExam {
    margin: 0 !important;
}

@media screen and (max-width: 768px) {
    header.exam {
        padding: 0;
    }

    #exam-details {
        margin-left: 0;
    }

    #mobile-exam-details-right {
        float: left;
    }

    #exam-details .mocklabel {
        margin-left: 0;
    }
}
/* End of Header Styles*/
/*Footer Styles*/
#exam-nav .mobQuestion-selector {
    width: 90% !important;
}

.mobExam-nav {
    padding: 30px 0 30px 0 !important;
}

#exam-details .mobAssname {
    font-size: 27px !important;
}

.mobQuestion-selector table {
    margin-left: auto;
    margin-right: auto;
}

.fullWidth {
    width: auto;
    display: block;
}

.scrollablePanel-40pc {
    height: 40vh;
    overflow-y: auto;
}

.scrollablePanel-25pc {
    height: 50vh;
    overflow-y: auto;
}

.ecertImg {
    border-width: 0;
    max-height: 525px;
    max-width: 100%;
}

@media screen and (min-width: 345px) and (max-width: 768px) {
    .nxtBtnMob {
        width: 150px !important;
        margin-top: -73px;
    }

    .prevBtnMob {
        width: 150px !important;
        margin-bottom: 20px;
    }

    #exam-details .navigationprogress {
        width: 210px;
    }

    #exam-content .exam-finish, #exam-content .exam-frontpage {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobileTextBox {
        width: 90% !important;
    }

    .mobkill {
        width: auto !important;
    }

    table.mockList select {
        width: 90% !important;
    }

    #question-title {
        padding-left: 15px;
    }
}

@media screen and (min-width:431px) and (max-width: 670px) {
    #questiontext-content p img {
        width: 98% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 550px) and (min-width: 520px) {
    .mobileDropDowns {
        width: 140px !important;
    }
}

@media screen and (max-width: 519px) and (min-width: 500px) {
    .mobileDropDowns {
        width: 120px !important;
    }
}

@media screen and (max-width: 499px) and (min-width: 480px) {
    .mobileDropDowns {
        width: 110px !important;
    }
}

@media screen and (max-width: 479px) and (min-width: 475px) {
    .mobileDropDowns {
        width: 100px !important;
    }
}

@media screen and (max-width: 474px) and (min-width: 446px) {
    .mobileDropDowns {
        width: 120px !important;
    }

    .matching-response {
        width: 80%;
    }
    /*.mobDropsAll {margin-left:-50px;}*/
}

@media screen and (max-width: 445px) and (min-width: 400px) {
    .mobileDropDowns {
        width: 120px !important;
    }

    .matching-response {
        width: 70%;
    }
    /*.mobDropsAll {margin-left:-90px;}*/
}

@media screen and (max-width: 399px) and (min-width: 360px) {
    .mobileDropDowns {
        width: 140px !important;
    }

    .matching-response {
        width: 60%;
    }

        .matching-response p {
            font-size: 12px !important;
        }
    /*.mobDropsAll {margin-left:-130px;}*/
    .mobDropsAll select {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 359px) and (min-width: 290px) {
    .mobileDropDowns {
        width: 100px !important;
    }

    .matching-response {
        width: 60%;
    }

        .matching-response p {
            font-size: 12px !important;
        }
    /*.mobDropsAll {margin-left:-130px;}*/
    .mobDropsAll select {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 344px) and (max-width:430px) {
    #questiontext-content p img {
        width: 98% !important;
        height: auto !important;
    }

    table.mockList .label {
        width: 120px !important;
    }
}

@media screen and (max-width: 344px) {
    .nxtBtnMob {
        width: 100px !important;
        margin-top: -104px;
    }

    .prevBtnMob {
        width: 100px !important;
        margin-bottom: 20px;
    }

    #questionresponses {
        padding: 0;
        padding-left: 30px;
    }

    #question-content .questiontype {
        padding-left: 10px;
    }

    #question-content .points {
        padding-left: 10px;
    }

    .modalpopup-message {
        padding: 35px !important;
    }

    #exam-details .navigationprogress {
        width: 170px;
    }

    #exam-content .exam-finish, #exam-content .exam-frontpage {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobileTextBox {
        width: 90% !important;
    }

    #questiontext-content p img {
        width: 95% !important;
        height: auto !important;
    }

    #questiontext-content {
        margin-left: 5px;
        padding-right: 5px;
    }

    .question-info-box {
        margin-left: 0;
        margin-right: 0;
    }

    .lightboxbig {
        max-width: 100%;
        width: 100%;
        top: 1%;
        top: 1%;
        margin: 0;
    }

        .lightboxbig div {
            width: 100%;
        }

        .lightboxbig .zoom {
            width: 150%;
            height: auto;
        }

    table.mockList select {
        width: 120px !important;
    }

    #question-title {
        padding-left: 15px;
    }
}

@media screen and (max-width:520px) {
    .dd.ddcommon.borderRadius {
        width: 200px !important;
        left: 51px;
        position: absolute;
        margin-top: 13px;
    }

    .mobTerms {
        width: 90% !important;
    }

    .mobVersion {
        float: left !important;
        margin-top: -30px;
    }

    span.form .value {
        width: 250px !important;
    }

    .fupMob {
        width: 180px !important;
    }

    table.form td {
        padding-bottom: 40px;
    }

    .countryMob {
        margin-bottom: 40px;
    }

    .mobHeaders {
        margin-top: 20px;
    }

    .idDropMob {
        margin-top: -10px;
    }

    .mobCol {
        margin-top: 20px;
    }
}

@media screen and (min-width: 520px) and (max-width:580px) {
    .tc-container {
        width: 80% !important;
    }

    .mobTerms {
        width: 80% !important;
    }

    .mobVersion {
        float: left !important;
        margin-top: -30px;
    }

    span.form .value {
        width: 250px !important;
    }

    .fupMob {
        width: 180px !important;
    }
}

@media screen and (min-width: 480px) and (max-width:519px) {
    .tc-container {
        width: 70% !important;
    }

    .mobTerms {
        width: 70% !important;
    }
}

@media screen and (min-width: 405px) and (max-width:450px) {
    .genInfoMob, .info-box, .validationsummary {
        width: 80% !important;
    }

    .idDetailsMob {
        width: 70% !important;
    }
}

@media screen and (min-width: 380px) and (max-width:404px) {
    .genInfoMob, .info-box, .validationsummary {
        width: 70% !important;
    }

    .idDetailsMob {
        width: 70% !important;
    }
}

@media screen and (min-width: 330px) and (max-width:379px) {
    .genInfoMob, .info-box, .validationsummary {
        width: 60% !important;
    }

    .idDetailsMob {
        width: 70% !important;
    }
}

@media screen and (max-width:329px) {
    .genInfoMob, .info-box, .validationsummary {
        width: 50% !important;
    }

    .idDetailsMob {
        width: 58% !important;
    }
}

@media screen and (min-width: 430px) and (max-width:479px) {
    .tc-container {
        width: 50% !important;
    }

    .mobTerms {
        width: 50% !important;
    }
}

@media screen and (min-width: 390px) and (max-width:429px) {
    .tc-container {
        width: 50% !important;
    }

    .mobTerms {
        width: 50% !important;
    }

    .genPassMob {
        width: 80% !important;
    }
}

@media screen and (min-width: 350px) and (max-width:389px) {
    .tc-container {
        width: 40% !important;
    }

    .mobTerms {
        width: 40% !important;
    }

    .genPassMob {
        width: 70% !important;
    }
}

@media screen and (min-width: 401px) and (max-width:420px) {
    .payMob {
        width: 90% !important;
    }
}

@media screen and (min-width: 350px) and (max-width:400px) {
    .payMob {
        width: 80% !important;
    }
}

@media screen and (min-width: 320px) and (max-width:349px) {
    .payMob {
        width: 70% !important;
    }

    .discMob {
        width: 48% !important;
    }
}

@media screen and (max-width: 319px) {
    .payMob {
        width: 58% !important;
    }
}

@media screen and (max-width:349px) {
    .tc-container {
        width: 35% !important;
    }

    .mobTerms {
        width: 40% !important;
    }

    span.form input[type="text"] {
        width: 180px !important;
    }

    .calendar {
        width: 200px !important;
    }

    .nodob {
        width: 250px !important;
        margin-bottom: 20px;
    }

    .genPassMob {
        width: 60% !important;
    }

    .mainwrapper.registration span.form .label {
        width: 200px !important;
    }

    fieldset {
        border: none !important;
    }
}
/* End of Footer Styles*/

.customPaging {
    border: 1px solid #ccc;
    padding: 3px;
}

    .customPaging a {
        padding: 2px;
    }

    .customPaging span {
        padding: 2px;
    }

.sheets {
    border-collapse: collapse;
    width: 100%;
}

    .sheets tr td, #sheets tr th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .sheets tr:nth-child(even) {
        background-color: #f2f2f2;
    }


    .sheets tr th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #6189C4;
        color: white;
        padding-left: 5px;
    }

.statusBoxes {
    padding: 5px;
    text-align: center;
    width: 70px;
    display: block;
    color:#000;
}

.statusSuccess {
    background: #9DBF87;
}

.statusWarning {
    background: #EFD183;
}

.statusDanger {
    background: #CF6F6E;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/content/fonts/fontawesome-webfont.eot?v=4.4.0');src:url('/content/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('/content/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('/content/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('/content/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('/content/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}
body {
}
.borderRadius{-moz-border-radius:2px; border-radius:2px; }
.borderRadiusTp{-moz-border-radius:2px 2px 0 0; border-radius:2px 2px 0 0;}
.borderRadiusBtm{-moz-border-radius:0 0 2px 2px ; border-radius:0 0 2px 2px;}

.ddcommon {position:relative;display:-moz-inline-stack; zoom:1; display:inline-block; *display:inline; cursor:default;}
.ddcommon ul{padding:0;margin:0;}
.ddcommon ul li{list-style-type:none;}
.borderRadiusTp ul li:last-child{-moz-border-radius:0 0 2px 2px ; border-radius:0 0 2px 2px;border-bottom:0 none #c3c3c3; }
.borderRadiusBtm ul li:first-child{-moz-border-radius:2px 2px 0 0; border-radius:2px 2px 0 0 ;border-bottom:1 solid #c3c3c3; }

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll{
opacity: .5; /* standard: ff gt 1.5, opera, safari */
-ms-filter:"alpha(opacity=50)"; /* ie 8 */
filter:alpha(opacity=50); /* ie lt 7 */
-khtml-opacity:.5; /* safari 1.x */
-moz-opacity:.5; /* ff lt 1.5, netscape */
color:#999999;
}
.ddcommon .clear{clear:both}
.ddcommon .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.ddcommon input.text{color:#7e7e7e;padding:0 0 0 0; position:absolute; background:#fff; display:block; width:98%; height:98%; left:2px; top:0; border:none;}
.ddOutOfVision{position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;}
.borderRadius .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.borderRadiusBtm .shadow{-moz-box-shadow:-5px -5px 5px -5px #888888;-webkit-box-shadow:-5px -5px 5px -5px #888888;box-shadow: -5px -5px 5px -5px #888888}
.borderRadiusTp .border, .borderRadius .border{-moz-border-radius:0 0 2px 2px ; border-radius:0 0 2px 2px;}
.borderRadiusBtm .border{-moz-border-radius:2px 2px 0 0; border-radius:2px 2px 0 0;}
img.fnone{float:none !important}
.ddcommon .divider{width:0; height:100%; position:absolute;}
.ddcommon .ddArrow{display:inline-block; position:absolute; top:50%; right:4px;}
.ddcommon .ddArrow:hover{background-position:0 100%;}
.ddcommon .ddTitle{padding:0; position:relative; display:inline-block; width:100%}
.ddcommon .ddTitle .ddTitleText{display:block;}
.ddcommon .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ddcommon .ddTitle .description{display:block;}
.ddcommon .ddTitle .ddlabel                {color:#333333; margin-left:3px;}
.ddcommon .ddTitle .ddTitleText img{position:relative; vertical-align:middle; float:left; width:19px; height:19px;}
.ddcommon .ddChild{position:absolute;display:none;width:100%;overflow-y:auto; overflow-x:hidden; zoom:1; z-index:9999}
.ddcommon .ddChild li{clear:both;}
.ddcommon .ddChild li .description{display:block;}
.ddcommon .ddChild li img{border:0 none; position:relative;vertical-align:middle;float:left; width:19px; height:19px;}
.ddcommon .ddChild li.optgroup{padding:0;}
.ddcommon .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.ddcommon .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.ddcommon .noBorderTop{border-top:none 0  !important; padding:0; margin:0;}

/*************** default theme **********************/
.dd                     {border:1px solid #cccccc;}
.dd:focus               {box-shadow:0 0 2px #0772ba;}
.dd .divider            {right:24px;}
.dd .ddArrow            {width:16px;height:16px; margin-top:-8px; background:url(/Content/Images/dd_arrow.gif) no-repeat;}
.dd .ddArrow:hover      {background-position:0 100%;}
.dd .ddTitle            {color:#333333; background-color:#ffffff;}
.dd .ddTitle:focus      {box-shadow:0px 0px 2px #cccccc;}
.dd .ddTitle .ddTitleText{padding:5px 20px 5px 5px;}
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{font-size:12px; color:#666}
.dd .ddTitle .ddTitleText img{padding-right:8px; padding-left:1px; width:19px; height:19px;}
.dd .ddChild{border:1px solid #cccccc; background-color:#ffffff; left:-1px;}
.dd .ddChild li{padding:5px; background-color:#fff; border-bottom:1px solid #c3c3c3;}
.dd .ddChild li .description{color:#666;}
.dd .ddChild li .ddlabel                {color:#333333; margin-top:1px; margin-left:3px;}
.dd .ddChild li.hover{background-color:#f2f2f2}
.dd .ddChild li img{padding:0 6px 0 0;}
.dd .ddChild li.optgroup{padding:0;}
.dd .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.dd .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.dd .ddChild li.selected{background-color:#e9e9e9; color:#000;}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

@font-face {
    font-family: 'dotsfont';
    src: url('dotsfont.eot');
    src: url('dotsfont.eot?#iefix') format('embedded-opentype'), url('dotsfont.svg#font') format('svg'), url('dotsfont.woff') format('woff'), url('dotsfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

input.fakepass {
    -webkit-text-security: disc;
    font-family: dotsfont;
}

.autoSize + div { width: auto !important; }

.importboxes{
    width:50%!important
}

.cell {
    display: block;
    float: left;
    align-content: center;
}

.inline-panel {
    display: inline;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    height: 100%;
}

.v-padding-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.vh-padding-7 {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
}

.v-padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.v-padding-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.v-padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.equal {
    display: flex;
    flex-wrap: wrap;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.v-scoll-200 {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.bg-info {
    background-color: #f8f8ff;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #a9a9a9;
}

.add_permission { 
    background: black;    
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    float:left;
    position:absolute;
    left :0;
    top:0;
}

    .add_permission.fa, table.gridview .add_permission.fa {
        font-size: 13px !important;
        color: #FFD700 !important;
        border: 1px solid #000 !important;
        cursor:pointer;
    }

.has_perm{
    background:red!important;
    width:10px;
    height:10px;
    color:white;
}
.disabledBtn{
    color:lightgray!important;
}
.reportFeedback .calendar .calendar-day {
    width: 50px !important;
}
.reportFeedback .calendar .calendar-month{
    width:79px!important;
} .reportFeedback .calendar .calendar-year {
    width: 62px !important;
}

  table.gridview .info-icon {
      font-size: 12px !important;
  }

.break-all {
    word-break: break-all;
}
.prompt-background {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
}

    .prompt-background .prompt-holder {
        width: 400px;
        height: auto;
        position: fixed;
        z-index: 999999;
        font-family: Arial;
        font-size: 14px;
        color: #222;
        padding: 15px;
        border: 1px solid #CCC;
        text-align: center;
        left: 50%;
        margin-left: -200px;
        top: 50px;
        background: white;
    }

        .prompt-background .prompt-holder .prompt-header {
            border-bottom: 1px solid #ccc;
        }

            .prompt-background .prompt-holder .prompt-header h2 {
                margin-top: 0;
            }

        .prompt-background .prompt-holder .prompt-content {
            padding-top: 15px;
        }

            .prompt-background .prompt-holder .prompt-content .prompt-input {
                width: 100px;
                font-size: 18px;
                padding: 10px 20px;
                text-align: center;
            }

            .prompt-background .prompt-holder .prompt-content .prompt-submit {
                width: 100px;
                font-size: 18px;
                padding: 11px 21px;
                text-align: center;
                cursor: pointer;
                background: #ccc;
                border: 1px solid #aaa;
            }

            .prompt-background .prompt-holder .prompt-content .prompt-response {
                padding-top: 15px;
                font-weight: bold;
            }

.tooltipster-shadow {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	color: #2c2c2c;
	padding:10px;
    white-space: nowrap;
}
.tooltipster-shadow .tooltipster-content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	line-height: 50px;
	padding: 8px 10px;
	color:#0772ba;
	font-weight:bold;
    overflow-x:auto;
}

.tooltipster-shadow .tooltipster-content span {
    padding:20px; 
    cursor:pointer; 
    transition:0.2s; 
    font-size:28px; 
    color:#0772ba; 
    font-weight:bold; 
    margin-left:10px; 
    margin-right:10px;
}
.tooltipster-shadow .tooltipster-content span:hover {
    background-color:#eeeeee; 
    padding:20px;
}

.tooltipster-shadow .tooltipster-content span:active {
    background-color:#bbbbbb;
}
.tooltipster-shadow .tooltipster-content span.selected {
    background-color:#d9e6ee;
}

.tooltipster-shadow .tooltipster-content span.mandatory {
    background-color:#0772ba;
    color:#ffffff;
}
