﻿html {
    background: url("images/") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.well {
    background-color: #b3b3b3 !important;
}

body {
    font-family: 'Intro', sans-serif;
    font-size: 14px;
    color: #8B8D7E !important;
    line-height: normal; /*margin: 0; 	padding: 0;*/
    background-color: transparent !important;
}

.LoggedoutTheme {
    color: grey;
    font-size: 14px;
    font-weight: bold;
}

@font-face {
    font-family: 'dotsfont';
    src: url('../../styles/fonts/dotsfont/dotsfont.eot');
    src: url('../../styles/fonts/dotsfont/dotsfont.eot?#iefix') format('embedded-opentype'), url('../../styles/fonts/dotsfont/dotsfont.woff') format('woff'), url('../../styles/fonts/dotsfont/dotsfont.ttf') format('truetype'), url('../../styles/fonts/dotsfont/dotsfont.svg#dotsfontregular') format('svg');
}

[conceal]:not(:active):not(:focus) {
    font-family: 'dotsfont';
}

.LoginAgainTheme a {
    color: grey;
    font-size: 14px;
    font-weight: bold;
}

p, h1, form, button {
    border: 0;
    margin: 0;
    padding: 0;
}

a:link {
    color: #8B8D7E;
    text-decoration: none;
    outline: none;
}

a:visited {
    color: #bfbfbf;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #bfbfbf;
    text-decoration: none;
    outline: none;
}

a:active {
    color: white;
    text-decoration: none;
    outline: none;
}

:hover {
    -moz-outline-style: none;
}

:-moz-any-link:focus {
    outline: none;
}
/*
a
{
    color: White;


}
*/

.spacer {
    clear: both;
    height: 1em;
}

.bigspacer {
    clear: both;
    height: 10px;
}
/* ----------- My Form ----------- */
.myform {
    margin: 0 auto;
    width: 660px;
    padding: 14px;
    font-size: 12px;
}

.myformlarge {
    margin: 0 auto; /*width: 800px;*/
    padding: 14px;
    font-size: 14px;
}

/* ----------- content columns ----------- */

.contentleft {
    float: left;
    width: 68%;
}

.contentright {
    float: right;
    width: 28%;
    margin: 0px 12px 5px 12px;
}

/* ----------- stylized ----------- */
.stylized {
    /*border: solid 2px gray;*/ /*background: White;*/
}

    .stylized h1 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 8px;
        color: #8B8D7E !important;
    }

    .stylized h2 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 8px;
        color: #8B8D7E !important;
    }

    .stylized p {
        font-size: 12px;
        margin-bottom: 20px;
        border-bottom: solid 1px rgba(28, 62, 148, 1); /* originally removed from the extCandidate theme */
        padding-bottom: 10px;
    }
    /*
.stylized a
{
    color: #95a0a9;
}
*/

    .stylized .labeltext {
        display: block;
        font-weight: normal;
        text-align: right;
        width: 240px;
        float: left;
    }

    .stylized .contentlabeltext {
        display: block;
        font-weight: normal;
        text-align: right;
        width: 100px;
        float: left;
    }

    .stylized .contentsmall {
        display: block;
        font-size: 11px;
        font-weight: normal;
        text-align: right;
        width: 100px;
    }

    .stylized .small {
        display: block;
        font-size: 11px;
        font-weight: normal;
        text-align: right;
        width: 240px;
    }

    .stylized .smallleft {
        display: block;
        font-size: 11px;
        font-weight: normal;
        margin: 0px 0 0px 10px;
    }

    .stylized .smallleftnomargin {
        font-size: 11px;
        font-weight: normal;
    }

    .stylized .verysmall {
        display: block;
        font-size: 9px;
        font-weight: normal;
        text-align: right;
        width: 240px;
    }

    .stylized input[type=date] {
        float: left;
        font-size: 14px;
        padding: 4px 2px; /*border: solid 1px #aacfe4;*/
        border: solid 1px #95a0a9;
        width: 270px;
        margin: 2px 0 20px 10px;
    }

    .stylized input[type=text] {
        float: left;
        font-size: 14px;
        padding: 4px 2px; /*border: solid 1px #aacfe4;*/
        border: solid 1px #95a0a9;
        width: 270px;
        margin: 2px 0 20px 10px;
    }

    .stylized .textboxsmallmargin input[type=text] {
        float: left;
        font-size: 14px;
        padding: 4px 2px; /*border: solid 1px #aacfe4;*/
        border: solid 1px #95a0a9;
        width: 270px;
        margin: 5px 0 0 10px;
    }

    .stylized input[type=checkbox] {
        float: left;
        font-size: 14px;
        padding: 4px 2px; /*border: solid 1px #95a0a9;*/ /*width: 270px;*/
        margin: 2px 5px 20px 2px;
    }

    .stylized .checkboxnotspaced input[type=checkbox] {
        float: left;
        font-size: 14px;
        padding: 0px 0px;
        margin: 2px 5px 2px 2px;
    }

    .stylized .watermarked {
        background-color: #F0F8FF;
        color: gray;
    }

    .stylized .filename {
        float: left;
        font-size: 14px;
        font-weight: bold;
        padding: 0px 2px; /*border: solid 1px #aacfe4;*/
        width: 270px;
        margin: 2px 0 20px 10px;
        vertical-align: top;
    }

    .stylized .upload {
        float: left;
        font-size: 14px;
        padding: 4px 2px;
        width: 270px;
        margin: 2px 0 20px 10px;
    }

    .stylized .emphasise {
        float: left;
        font-size: 14px;
        font-weight: bold;
        padding: 0px 2px; /*border: solid 1px #aacfe4;*/ /*width: 270px;*/
        margin: 0px 0 0px 10px;
        vertical-align: top;
    }

    .stylized input[type=submit] {
        /*float: left;*/
        font-size: 14px;
        padding: 4px 2px;
        border: solid 1px #95a0a9;
        width: 170px;
        margin: 2px 0 20px 10px;
    }

    .stylized input[type=file] {
        float: left;
        font-size: 14px;
        padding: 4px 2px;
        border: solid 1px #95a0a9;
        width: 270px;
        margin: 2px 0 20px 10px;
    }

    .stylized .list {
        float: left;
        font-size: 12px;
        padding: 4px 2px;
        border: solid 1px #95a0a9;
        width: 270px;
        margin: 2px 0 20px 10px;
    }

    .stylized .uploader {
        float: left;
        font-size: 12px;
        padding: 4px 2px;
        width: 270px;
        margin: 2px 0 20px 10px;
    }

    .stylized .uploadify {
        float: left;
        font-size: 12px;
        padding: 4px 2px;
        border: solid 1px #95a0a9;
        width: 270px;
        margin: 2px 0 20px 10px;
    }

    .stylized .uploadifyQueueItem {
        background-color: #F5F5F5;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font: 11px Verdana, Geneva, sans-serif; /*color: Black;*/
        margin-top: 5px;
        max-width: 270px;
        padding: 7px;
    }

.uploadifyQueueItem .cancel {
    float: right;
}

.stylized .uploadifyProgress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}

.stylized .uploadifyProgressBar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}

.reg-uploadify-error {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    width: 100%;
    padding-bottom: 4px; /*margin-top: 20px;*/
    margin-bottom: 10px;
    color: rgba(28, 62, 148, 1);
}

.stylized textarea {
    float: left;
    font-family: "Karla",Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding: 4px 2px;
    border: solid 1px #95a0a9;
    width: 270px;
    margin: 2px 0 20px 10px;
}

.stylized select {
    float: left;
    font-size: 13px;
    padding: 4px 2px;
    border: solid 1px #95a0a9;
    width: 276px;
    margin: 2px 0 20px 10px;
}

.stylized .savedinfo {
    float: left;
    padding-left: 10px;
    padding-top: 35px; /*color: rgba(28, 62, 148, 1);*/
}

.stylized .button {
    clear: both;
    width: 125px;
    height: 31px;
    background: #7db491;
    text-align: center;
    line-height: 15px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
}

.stylized .smallbutton {
    clear: both;
    padding: 5px 10px 5px 10px !important;
    margin: 0 !important;
    color: #FFFFFF;
    background: rgba(28, 62, 148, 1);
    border: solid 1px #95a0a9;
    text-align: center;
    font-size: 12px !important;
    font-weight: bold;
    cursor: pointer;
    width: auto !important;
}

.stylized .link {
    clear: both;
    padding: 0 10px 0 10px;
}

.stylized .darklink {
    clear: both;
}

    .stylized .darklink a:link {
        color: rgba(28, 62, 148, 1);
        text-decoration: none;
        outline: none;
    }

    .stylized .darklink a:visited {
        color: rgba(28, 62, 148, 1);
        text-decoration: none;
        outline: none;
    }

    .stylized .darklink a:hover {
        color: #95a0a9;
        text-decoration: none;
        outline: none;
    }

    .stylized .darklink a:active {
        color: #95a0a9;
        text-decoration: none;
        outline: none;
    }

.fieldlabel {
    vertical-align: top;
}

.textfield {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #95a0a9;
    width: 270px;
    margin: 2px 0 20px 10px;
}

.button {
    clear: both;
    width: 125px;
    height: 31px;
    background: rgba(28, 62, 148, 1);
    text-align: center;
    line-height: 15px;
    color: White;
    font-size: 11px;
    font-weight: bold;
    margin-left: 0px;
}

.button-disabled {
    clear: both;
    width: 125px;
    height: 31px;
    background: #F2F2F2;
    text-align: center;
    line-height: 15px;
    color: White;
    font-size: 11px;
    font-weight: bold;
    margin-left: 0px;
}

.button-autosize {
    width: 260px !important;
    height: 31px;
    background: rgba(28, 62, 148, 1);
    text-align: center;
    line-height: 15px;
    color: White;
    font-size: 11px;
    font-weight: bold;
    margin-left: 30px !important;
    margin-top: 20px !important;
}

.buttonleftmargin {
    clear: both;
    width: 125px;
    height: 31px;
    background: rgba(28, 62, 148, 1);
    text-align: center;
    line-height: 15px;
    color: White;
    font-size: 11px;
    font-weight: bold; /*margin-left: 25px;*/
}

.reg-required {
    float: left;
    padding-bottom: 4px;
    margin-top: 2px;
    margin-bottom: 10px;
}

.ui-datepicker-trigger {
    float: left;
    padding: 4px 2px;
    width: 20px;
    margin: 2px 0 20px 10px;
    padding-bottom: 4px;
    margin-top: 2px;
    margin-bottom: 20px;
}

.reg-required-wide {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    width: 160px;
    margin: 2px 0 10px 10px;
    padding-bottom: 4px;
    margin-top: 2px;
    margin-bottom: 10px;
}

.reg-recapture-message {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    width: 100%;
    padding-bottom: 4px; /*margin-top: 20px;*/
    margin-bottom: 10px;
    color: rgba(28, 62, 148, 1);
}

.clear-button {
    clear: both;
    width: 200px;
    height: 31px;
    border: solid 1px #95a0a9;
    background: rgba(28, 62, 148, 1);
    text-align: center;
    line-height: 15px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
}

.stylized .patronlabel {
    font-weight: bold;
}

.stylized .text {
    font-size: 12px; /*color: White;*/
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.stylized .confirmtext {
    font-size: 11px;
}

.stylized .confirmlabel {
    margin: 2px 0 10px 10px;
    padding: 4px 2px;
    width: 350px;
}

#tblSkills label {
    width: 40px;
}

#tblSkills input[type=radio] {
    width: 20px;
}

.proficiency {
    background-color: rgba(28, 62, 148, 1);
    border-radius: 8px;
    color: White;
}

li {
    margin-bottom: 10px;
}

.reg-image-error {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    width: 100%;
    padding-bottom: 4px; /*margin-top: 20px;*/
    margin-bottom: 10px;
    margin-left: 250px;
    color: rgba(28, 62, 148, 1);
}

.content-reg-image-error {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    width: 100%;
    padding-bottom: 4px; /*margin-top: 20px;*/
    margin-bottom: 10px;
    margin-left: 100px;
    color: rgba(28, 62, 148, 1);
}

.required {
    font-size: 12px;
    color: #FF0000;
}

.attention {
    color: rgba(28, 62, 148, 1);
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.social {
    text-align: right;
    margin: 10px;
}

#logindisplay {
    /*font-size:1.1em;*/
    display: block;
    text-align: right;
    margin: 10px; /*color:White;*/
    color: #8B8D7E !important;
}

    #logindisplay a:link {
        /*color: white;*/
        text-decoration: underline;
    }

    #logindisplay a:visited {
        /*color: white;*/
        text-decoration: underline;
    }

    #logindisplay a:hover {
        /*color: white;*/
        text-decoration: none;
    }

.hide {
    display: none;
}

.show {
}

/* Tips
   -------------------------------- */
.infotip {
    float: left;
    padding-left: 4px;
}

/* Special links
   -------------------------------- */
.darklink a:link {
    color: #000;
    text-decoration: none;
    outline: none;
}

.darklink a:visited {
    color: #000;
    text-decoration: none;
    outline: none;
}

.darklink a:hover {
    color: rgba(28, 62, 148, 1);
    text-decoration: none;
    outline: none;
}

.darklink a:active {
    color: rgba(28, 62, 148, 1);
    text-decoration: none;
    outline: none;
}

.darklink {
    color: rgba(28, 62, 148, 1);
}

/* Grid
   -------------------------------- */
/* table level rules */
.grid {
    /*font-family: Verdana, Arial, Sans-Serif, Helvetica; 	font-size: 11px;*/
    border: solid 1px #7f7f7f;
    border-collapse: collapse;
    color: #333333;
    width: 100%;
}

    /* header column rules */
    .grid th {
        /*background: url(images/sprite.png) repeat-x 0px 0px;*/
        background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; /*border-color: #989898 #cbcbcb #989898 #989898;*/
        border-color: #989898 #989898 #989898 #989898;
        border-style: solid solid solid none;
        border-width: 1px 1px 1px medium;
        color: #000;
        padding: 4px 5px 4px 10px;
        vertical-align: bottom;
        text-align: left;
    }

        .grid th a {
            color: rgba(28, 62, 148, 1); /* pink */
            font-weight: bold;
            font-size: small;
            text-decoration: none;
            display: block;
            padding-right: 10px;
        }

            .grid th a:hover {
                color: White;
                font-size: small;
                cursor: pointer;
            }

    .grid td a {
        color: rgba(28, 62, 148, 1); /* pink */
        cursor: pointer;
    }

        .grid td a:hover {
            color: White;
        }

    .grid .header {
        /*background: url(images/sprite.png) repeat-x 0px 0px;*/
        background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
        border-color: #989898 #cbcbcb #989898 #989898;
        border-style: solid solid solid none;
        border-width: 1px 1px 1px medium;
        color: #000;
        padding: 4px 5px 4px 10px;
        vertical-align: bottom;
        text-align: left;
    }

        .grid .header a {
            color: rgba(28, 62, 148, 1); /* pink */
            font-weight: bold;
            font-size: small;
            text-decoration: none;
            display: block;
            padding-right: 10px;
        }

            .grid .header a:hover {
                color: White;
                font-size: small;
                cursor: pointer;
            }

    /* data cell and data row rules */
    .grid td {
        /*color:#333333;*/
        padding: 4px 10px 4px 10px; /*border-bottom: solid 1px #BBD9EE;*/
    }

    .grid .altrow {
        /*background-color: #EBF4FA;*/
        background-color: #E8E8E8;
    }

    .grid .row {
        /*background-color: #fff;*/
        background-color: #F0F0F0;
    }

    .grid .separatorrow {
        background-color: #808080;
        height: 1px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .grid .grouprow {
        background-color: rgba(28, 62, 148, 1); /* pink */
        color: #fff;
        font-weight: bold;
    }

    .grid .rownum {
        text-align: center;
        padding-left: 0px;
        font-weight: bold;
        color: #333333;
    }

    .grid .caption {
        color: rgba(28, 62, 148, 1); /* pink */ /*color: Green;*/
    }

.pager {
    height: 30px; /*background:url(images/pager_bg.gif) repeat-x;*/ /*background:url(images/grd_pgr.png) repeat-x; */
    background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: Black;
}

    .pager .container {
        padding: 4px;
    }

    .pager .command {
        float: left;
        padding: 4px 5px;
        font-size: 12px;
    }

    .pager .info {
        font-size: 12px;
        padding: 4px 0px;
        float: right;
    }

/* ----------- ref ----------- */

.ref h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    color: rgba(28, 62, 148, 1);
}

.ref h2 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
    color: rgba(28, 62, 148, 1);
}

.ref p {
    font-size: 11px;
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(28, 62, 148, 1); /* originally removed from the extCandidate theme */
    padding-bottom: 10px;
}

.ref .labeltext {
    display: block;
    font-weight: normal;
    text-align: left;
    width: 150px;
    float: left;
}

.ref .small {
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 150px;
}

.ref .smallleft {
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin: 0px 0 0px 10px;
}

.ref .smallleftnomargin {
    font-size: 11px;
    font-weight: normal;
}

.ref .verysmall {
    display: block;
    font-size: 9px;
    font-weight: normal;
    text-align: right;
    width: 150px;
}

.ref input[type=text] {
    float: left;
    font-size: 12px;
    padding: 4px 2px; /*border: solid 1px #aacfe4;*/
    border: solid 1px #95a0a9;
    width: 400px;
    margin: 2px 0 20px 10px;
}

.ref .watermarked {
    background-color: #F0F8FF;
    color: gray;
}

.ref .filename {
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 2px; /*border: solid 1px #aacfe4;*/
    width: 400px;
    margin: 2px 0 20px 10px;
    vertical-align: top;
}

.ref .emphasise {
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 2px;
    color: Black; /*border: solid 1px #aacfe4;*/ /*width: 270px;*/
    margin: 0px 0 0px 10px;
    vertical-align: top;
}

.ref input[type=submit] {
    /*float: left;*/
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #95a0a9;
    width: 170px;
    margin: 2px 0 20px 10px;
}

.ref input[type=file] {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #95a0a9;
    width: 400px;
    margin: 2px 0 20px 10px;
}

.ref textarea {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #95a0a9;
    width: 400px;
    margin: 2px 0 20px 10px;
}

.ref select {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #95a0a9;
    width: 400px;
    margin: 2px 0 20px 10px;
}

.ref .button {
    clear: both;
    width: 125px;
    height: 31px;
    background: rgba(28, 62, 148, 1);
    text-align: center;
    line-height: 15px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
}

.ref .link {
    clear: both;
    padding: 0 10px 0 10px;
}

.ref .rating {
    float: left;
    font-size: 12px;
    padding: 4px 2px; /*border: solid 1px #95a0a9;*/
    width: 400px;
    margin: 2px 0 20px 10px;
}

/* Ratings
   -------------------------------- */
.emptyRatingStar {
    background-image: url(images/emptystar.png);
}

.filledRatingStar {
    background-image: url(images/filledstar.png);
}

.waitingRatingStar {
    background-image: url(images/filledstar.png);
}

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px; /*margin: 2px 0 20px 10px;*/
    padding: 0px; /*padding: 4px 2px; */
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    float: left;
}

/* Information section
   -------------------------------- */
#divInfo .header {
    font-size: 12px;
    color: rgba(28, 62, 148, 1);
    font-weight: bold;
}

#divInfo .text {
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.modalPopup {
    background-color: white;
    width: 360px;
    height: 260px;
    border: 2px solid rgba(28, 62, 148, 1);
    padding: 1em 1em 1em 2em;
    font-size: 110%;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.warning {
    color: Red;
}

.pointer {
    cursor: pointer;
}

.already-applied {
    color: Green;
}

.big-button {
    width: 300px;
    height: 100px;
    font-size: 22px;
    font-weight: bold;
}

.modalPopup400h {
    background-color: #F0F0F0;
    border-width: 2px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 400px;
    height: 300px;
    overflow: auto;
}

.login .spacer {
    height: 1em;
    clear: both;
}

.login label {
    color: #5d5d5f;
    font-size: 22px;
    text-align: right;
}

.login .loginctl {
    margin-bottom: 2em;
}

.login input {
    font-size: 22px;
    width: 300px;
    color: #5d5d5f;
    border: solid 1px #5d5d5f;
    margin-top: .4em;
    padding: .4em;
}

.login .button {
    clear: both;
    width: 320px;
    height: 60px;
    background: #bcbea2;
    text-align: center;
    line-height: 15px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
    border: none;
}

.login .loginfailure {
    color: Red;
    width: 320px;
    text-align: center;
}

.login h2 {
    color: #5d5d5f;
    font-size: 28px;
}

.login h3 {
    color: #5d5d5f;
    font-size: 22px;
    font-weight: normal;
}

.btn.btn-success.btn-lg.center-block {
    background-color: #7db491 !important;
    border: 1px ##7db491;
}

.refereeTitle {
    color: #8B8D7E !important;
    text-align: left;
    font-family: 'Lato', sans-serif !important;
    font-size: 20px !important;
}
