﻿

body {
    font-family: Arial, Helvetica, sans-serif;
    /*background: url(../img/body-bg.jpg) left top repeat-x;*/
    color: #194970;
    font-size: 15px;
    min-width: 1024px;
    background: #fff;
    overflow: visible;
}

#wrapper {
    min-width: 1024px;
}

#header {
    border-bottom: 1px solid #86b2cd;
}

#header-inner {
    /*padding-bottom: 8px;*/
    background: url(../img/header-inner.jpg) bottom center repeat-x;
}

.no-gutter-left {
    padding-left: 0px !important;
}

.no-gutter-right {
    padding-right: 0px !important;
}

.ms-core-webpartadder {
    z-index: 1000;
    background: #fff;
}

#top-header {
    background: #002a3a;
    border-bottom: 3px solid #f1b434;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

    #top-header h2 {
        text-transform: uppercase;
        font-size: 20px;
        margin: 0;
        margin-top: 5px;
    }

#top-nav {
    text-align: right;
    color: #01508e;
    font-size: 12px;
    padding-top: 7px;
}

    #top-nav a {
        color: #01508e;
        text-decoration: none;
    }

        #top-nav a:hover {
            color: #000;
        }

#logo-text-login {
    padding-top: 25px;
}

#ltl-menu {
    text-align: right;
    color: #87b2cd;
    font-size: 14px;
    font-weight: bold;
}

    #ltl-menu a {
        color: #87b2cd;
        text-decoration: none;
    }

        #ltl-menu a:hover {
            color: #000;
        }

    #ltl-menu img.icon {
        vertical-align: middle;
    }

#main-nav ul, #main-nav ul li {
    list-style: none;
}

#main-nav ul {
    float: right;
    margin-bottom: -1px;
}

    #main-nav ul li {
        float: left;
        display: block;
        background: url(../img/menu-line.png) left top no-repeat;
        padding-left: 1px;
        height: 62px;
    }

        #main-nav ul li a {
            height: 52px;
            color: #194970;
            font-size: 14px;
            text-decoration: none;
            background: url(../img/menu-bg.png) left top repeat-x;
            padding-top: 10px;
            padding-left: 19px;
            padding-right: 19px;
            float: right;
        }

            #main-nav ul li a:hover {
                color: #194970;
                font-size: 14px;
                text-decoration: none;
                background: url(../img/menu-bg-h.jpg) #fff left top repeat-x;
                float: left;
                padding-top: 10px;
                padding-left: 19px;
                padding-right: 19px;
            }

#main-content {
    min-height: 400px;
}

#loginForm {
    width: 400px;
    margin: auto;
}

#footer-bottom {
    background: #002a3a; /*#567995*/
    height: 100px;
}

#footer {
    margin-top: 40px;
    font-size: 11px;
    color: #87b2cd;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.font-copy {
    color: #194970;
    font-size: 10px;
    text-transform: none;
}

#footer a {
    font-family: Arial, Helvetica, sans-serif;
    color: #01508e;
    font-size: 10px;
    text-decoration: none;
    text-transform: lowercase;
}

#login-form {
    margin-top: 40px;
}

    #login-form #login-form-inner {
        background-color: #eee;
        border: 1px solid rgba(0,0,0,0.1);
        padding: 40px;
    }

.form-login {
    background-color: #eee;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
    border-color: #d2d2d2;
    border-width: 5px;
    box-shadow: 0 1px 0 #ccced0;
}

.form-wrapper {
    background-color: #eee;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 1px 0 #e0d9d9;
    /*border-radius: 8px;
	border-color:#d2d2d2;
	border-width: 5px;
	box-shadow:0 1px 0 #a7c9de;*/
}

    .form-wrapper .form-button-container {
        margin-top: 10px;
        padding-top: 20px;
        margin-bottom: 0;
        border-top: 1px #ccc solid;
    }

#main-content {
    margin-top: 30px;
}

h3.header-title {
    color: #587a93;
    border-bottom: 1px #587a93 solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.row.header-title {
    border-bottom: 1px #587a93 solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

div.header-title h4 {
    margin-top: 20px;
}

.m-b {
    margin-bottom: 20px;
}

.m-t {
    margin-top: 20px;
}

#top-header #dropdownMenu1 {
    color: #fff;
    font-size: 16px;
}

    #top-header #dropdownMenu1:hover,
    #top-header #dropdownMenu1:focus,
    #top-header #dropdownMenu1:active {
        text-decoration: none;
    }

.cq-progress {
    margin: 3px;
    border: 1px solid #36c646;
    background: #fff;
    height: 26px;
}

.cq-progress-inner {
    background: #36c646;
    float: left;
    height: 25px;
}

.cq-progress span {
    position: absolute;
    display: block;
    text-align: center;
    color: #111;
    font-weight: bold;
}


/* cb modal*/
.cb-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

.cb-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}


.cb-modal-header {
    padding: 10px 16px;
    background-color: #9abfdd;
    color: white;
}

    .cb-modal-header h2 {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.cb-modal-body h3 {
    color: #218be1;
    font-weight: bold;
}

.cb-modal-body hr {
    margin-bottom: 20px;
}

.cb-modal-body {
    padding: 10px 16px;
}

.cb-modal-footer {
    padding: 10px 16px;
    text-align: right;
    border-top: 1px solid #ccc;
}

.cb-modal-body h1,
.cb-modal-body h2,
.cb-modal-body h3,
.cb-modal-body h4,
.cb-modal-body h5 {
    color: #347fbd;
}

.cb-modal-body h3 {
    font-size: 19px;
    margin-bottom: 5px;
}

}

.cb-modal-body label {
    color: #218be1;
}

/* end cbmodal*/


.table-striped > tbody > tr:nth-of-type(odd).un-answered-row,
.table-striped > tbody > tr.un-answered-row
tr.un-answered-row {
    background: #f2dede;
    color: #a94442;
}

tr.un-answered-row td {
    color: #a94442;
}

.table-striped > tbody > tr.chart-selected:nth-of-type(odd),
tr.chart-selected {
    background: #bedbea;
}

.question-panel h3.panel-title {
    font-size: 18px;
}

.question-panel .label {
}

h4.question-header {
    margin-bottom: 20px;
    font-weight: bold;
}

.radio-check-box input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 3px;
}

.radio-check-box span {
    display: inline-block;
    padding-top: 0px;
    vertical-align: top;
    font-size: 16px;
    font-weight: normal;
}

.radio-check-box label,
.radio-check-box input {
    cursor: pointer;
}

tr.tr-skipped td {
    color: #ccc !important;
}

tr.tr-skipped {
    background: #fff !important;
}

div.radio-check-box label {
    width: 100%;
}

    div.radio-check-box label input {
        float: left;
    }

    div.radio-check-box label span {
        display: block;
        float: right;
        width: 95%;
    }

@media print {
    .hide-on-print,
    button.hide-on-print,
    a.hide-on-print {
        display: none;
    }
}

.system-message {
    /*width: 400px;*/
    text-align: center;
}

.answer-list a.btn-answer {
    width: 100%;
    max-width: 112px;
}
