
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

body {
    font: 13px/1.231 sans-serif;
    *font-size: small;
}

select, input, textarea, button {
    font: 99% sans-serif;
}

pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

html {
    overflow-y: scroll;
}

a:hover, a:active {
    outline: none;
}

ul, ol {
    margin-left: 2em;
}

ol {
    list-style-type: decimal;
}

nav ul, nav li {
    margin: 0;
    list-style: none;
    list-style-image: none;
}

small {
    font-size: 85%;
}

strong, th {
    font-weight: bold;
}

td {
    vertical-align: top;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 15px;
}

textarea {
    overflow: auto;
}

.ie6 legend, .ie7 legend {
    margin-left: -7px;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

label, input[type="button"], input[type="submit"], input[type="image"], button {
    cursor: pointer;
}

button, input, select, textarea {
    margin: 0;
}

    input:valid, textarea:valid {
    }

    input:invalid, textarea:invalid {
        border-radius: 1px;
        -moz-box-shadow: 0px 0px 5px red;
        -webkit-box-shadow: 0px 0px 5px red;
        box-shadow: 0px 0px 5px red;
    }

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
    background-color: #f0dddd;
}

::-moz-selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}

a:link {
    -webkit-tap-highlight-color: #FF5E99;
}

button {
    width: auto;
    overflow: visible;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

body, select, input, textarea {
    color: #444;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

a, a:active, a:visited {
    color: #607890;
}

    a:hover {
        color: #036;
    }

/*----------------------------------------------------------
The base color for this template is #FC0. If you'd like
to use a different color start by replacing all instances of
#FC0 with your new color.
----------------------------------------------------------*/
body {
    background-color: #454545;
    font-size: 100%;
    font-family: Calibri, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
body {
    margin-left: auto;
    margin-right: auto;
    background: #fff url(images/bg-main.jpg) no-repeat;
    background-color: #fff !important;
    background-position-x: center;
}

#container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 2em;
        vertical-align: middle;
    }

#main h2 {
    font-size: 1.75em;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    border: 1px solid #999;
}

#footer {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

.page-shadow img {
    max-width: 100%;
    _width: 100%;
    margin-bottom: 30px;
}

header #title {
    height: 100px;
    padding-left: 12px;
    background: url(images/bg-logo.png) 0 50% no-repeat;
}

.logo-type-start {
    text-transform: uppercase;
    color: #1e1e1e;
}

.logo-type-end {
    font-style: italic;
    text-transform: lowercase;
    font-size: 1.3125em;
    margin-right: 24px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #FC0 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
    float: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

    ul#menu li#greeting {
        padding: 10px 20px;
        font-weight: bold;
        text-decoration: none;
        line-height: 2.8em;
        color: #fff;
    }

    ul#menu li a {
        padding: 10px 20px;
        font-weight: bold;
        text-decoration: none;
        line-height: 2.8em;
        background-color: #e8eef4;
        color: #034af3;
    }

        ul#menu li a:hover {
            background-color: #fff;
            text-decoration: none;
        }

        ul#menu li a:active {
            background-color: #a6e2a6;
            text-decoration: none;
        }

    ul#menu li.selected a {
        background-color: #fff;
        color: #000;
    }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    color: #1e1e1e;
}

textarea {
    min-height: 60px;
}

    textarea.multi-line {
        width: 100%;
    }

input, textarea {
    padding: 5px !important;
    font-family: Calibri, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
}

    input[type="text"] {
        width: 200px;
        border: 1px solid #CCC;
    }

    input[type="password"] {
        width: 200px;
        border: 1px solid #CCC;
    }

    input[type="submit"], input[type="button"] {
        background: #38A0F9;
        color: #fff;
    }

        input[type="submit"]:hover, input[type="button"]:hover,
        input[type="submit"]:focus, input[type="button"]:focus{
            border-color: #444;
            background: #38A0F9;
        }

.button {
    background: rgb(181, 211, 52) !important;
    color: #fff !important;
    text-decoration: none !important;
}

    .button:hover, .button:focus {
        border-color: rgb(250, 166, 76) !important;
        background: rgb(250, 166, 76) !important;
        color: #000 !important;
    }

.submit-with-text {
    margin-top: 18px;
}

    .submit-with-text input[type="submit"] {
        margin-top: 0;
    }


.check-box {
    vertical-align: middle !important;
}

img.image {
    max-width: 100%;
}

.divider {
    border-top: 1px solid #ccc;
    height: 20px;
    margin-top: 20px;
    width: 100%;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 10px;
        text-align: left;
        /*background-color: #e8eef4; */
        background: #c1dce5 url(images/bg-heading.png) 0 0 repeat-x !important;
        border: solid 1px #e8eef4;
    }

.tableactions {
    width: 150px !important;
}

.tableanswer {
    width: auto !important
}


/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

#menucontainer {
    margin-top: 60px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    display: block;
    text-align: right;
    margin: 10px;
    color: gray;
}

    #logindisplay a:link {
        color: gray;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: gray;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: gray;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
    width: 100%;
}

.text-box {
}

    .text-box.multi-line {
    }

.tri-state {
    width: 6em;
}

/* List styles
----------------------------------------------------------*/
.listview, .detailsview {
    width: 100%;
}

    .listview th {
        color: #444;
        padding-right: 20px;
    }

    .listview td {
        padding: 4px 16px 4px 12px;
        vertical-align: middle;
    }

    .detailsview .display-label {
        color: #1e1e1e;
    }

    .detailsview .display-field {
        margin-top: 3px;
    }

.edit-link, .delete-link, .details-link, .create-link, .approve-link, .manage-assessments-link,
.edituser-link, .deleteuser-link, .detailsuser-link, .createuser-link, .createquestion-link,
.createcategory-link, .editquestion-link, .detailsquestion-link, .deletequestion-link,
.editcategory-link, .deletecategory-link, .detailscategory-link, .editanswer-link,
.deleteanswer-link, .createanswer-link, .answer-link, .correctanswer, .incorrectanswer, approveuser-link,
.approveaccess-link, .revokeaccess-link, .invites-link, .resend-link, .changepassword-link, .takeassessment-link,
.assigncandidates-link, .viewresults-link, .dashboard-link, .back-link, .assign-assessorrole-link, .restoreuser-link,
.manage-students-link, .results-link, .copy-link {
    display: block;
    background: url(images/icons.png) 0 0 no-repeat;
    height: 50px;
    width: 50px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    vertical-align: middle;
}

.copy-link {
    background-position: -100px -150px;
}

.approveaccess-link {
    background-position: -150px -100px;
}

.revokeaccess-link {
    background-position: -200px -100px;
}

.correctanswer {
    background-position: -250px -250px;
}

.incorrectanswer {
    background-position: -200px -250px;
}

.answer-link {
    background-position: -100px -100px;
}

.createanswer-link {
    background-position: 0 -50px;
}

.editanswer-link {
    background-position: -150px -50px;
}

.deleteanswer-link {
    background-position: -100px 0;
}

.createcategory-link {
    background-position: -50px -200px;
}

.editcategory-link {
    background-position: -150px -200px;
}

.detailscategory-link {
    background-position: 0 -200px;
}

.deletecategory-link {
    background-position: -100px -200px;
}

.editquestion-link {
    background-position: -200px -50px;
}

.detailsquestion-link {
    background-position: -250px -50px;
}

.deletequestion-link {
    background-position: -200px 0;
}

.createquestion-link {
    background-position: -100px -50px;
}

.create-link {
    background-position: -150px -150px;
}

.invites-link {
    background-position: -50px 0px;
}

.resend-link {
    background-position: -50px -300px;
}

.link-outer {
    float: left;
    display: block;
    vertical-align: middle;
}

.link-text {
    display: block;
    float: left;
    padding-top: 10px;
}

td .link-text {
    padding-top: 15px;
}

.link-divider {
    float: left;
    display: block;
    padding: 10px 10px 0 10px;
}

.edit-link {
    background-position: -50px -50px;
}

.delete-link {
    background-position: -200px -150px;
}

.details-link {
    background-position: -150px -100px;
}

.approve-link {
    background-position: -250px -250px;
}

.approveuser-link {
    background-position: -250px -350px;
}

.edituser-link {
    background-position: -150px -350px;
}

.manage-assessments-link {
    background-position: 0 -150px;
}

.deleteuser-link {
    background-position: -100px -350px;
}

.detailsuser-link {
    background-position: -50px -350px;
}

.createuser-link {
    background-position: -200px -350px;
}

.changepassword-link {
    margin-left: 10px;
    margin-top: 8px;
    background: #fff url(images/changepassword.png) 0 0 no-repeat;
}

.takeassessment-link {
    background-position: -250px -300px;
}

.assigncandidates-link {
    background-position: -200px -350px;
}

.viewresults-link {
    background-position: -50px -400px;
}

.dashboard-link {
    margin-left: 10px;
    margin-top: 8px;
    background: #fff url(images/chart.png) 0 0 no-repeat;
}

.back-link {
    background-position: -100px -250px;
}

.assign-assessorrole-link {
    background-position: 0px -350px;
}

.restoreuser-link {
    background-position: -250px -350px;
}

.manage-students-link {
    background-position: -150px -350px;
}

.results-link {
    background-position: -250px -350px;
}











.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


@media all and (orientation:portrait) {
}

@media all and (orientation:landscape) {
}

@media screen and (max-device-width: 480px) {

    /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.categoryResultsFooter {
    display: none;
}

.navbar-default {
    background-color: #FFF !important;
    border-color: #FFF !important;
}

.nav > li {
    background-color: rgb(0, 178, 90);
    border-color: rgb(0, 178, 90);
    border-radius: 0px 0px 15px;
    margin-right: 4px;
}

body {
    background: #fff !important;
}