﻿.hsa-login-form {
    max-width: 800px;
    margin: auto;
}

    .hsa-login-form button[disabled] {
        opacity: 0.5;
        text-shadow: none;
    }

    .hsa-login-form button.close[disabled] {
        color: #eee !important;
    }

button[disabled], html input[disabled] {
    opacity: 0.5;
}

.hsa-login-form .hsa-loading {
    background-image: url("images/loading.gif");
    background-position: center right;
    background-repeat: no-repeat;
}

header.nav {
    table-layout: fixed;
}

.nav_header {
    /*display: table;
    padding: 1.1em 0 1.4em 0;*/
}

.header-title {
    display: table-cell;
}

    .header-title, .header-title a {
        color: #000;
        font-weight: bold;
    }

.login-iframe {
    width: 100%;
    min-height: 430px;
    height: 100%;
    overflow: auto;
}

.logout-form {
    text-align: right;
    display: table-cell;
    width: 50%;
    margin: 0;
    padding-right: 20px;
}

@media (max-width: 768px) {
    #diplomering .logout-form {
        padding-right: 55px;
    }
}

.btn-logout {
    background-color: #406618;
    border: medium none;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

    .btn-logout:hover {
        border: none;
    }

.btn_return {
    border-radius: 5px;
    padding: 0.5em 1.25em;
}

    .btn_return:hover {
        color: #fff;
    }

.modal-footer p {
    width: auto;
}

.login-select {
    border: 1px solid #ccc;
    padding: 5px;
    max-width: 430px;
    color: #333;
}

    .login-select option {
        padding: 5px;
    }


/*bootstrap css
--------------------------------*/
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav:before,
    .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav:before,
    .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

.navbar-left {
    float: left !important;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
}

.hidden {
    display: none;
}

/*Survey list css
--------------------------------*/

.survey_list .title a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

/*button css
------------------------------*/
.button {
    padding: 0.5em 1.25em;
    background-color: #FFF;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    box-sizing: border-box;
    display: inline-block;
    color: inherit;
}

#content .button {
    vertical-align: middle;
}

.button.disabled {
    cursor: default;
    border-color: #f1f1f1;
    color: #7f7f7f;
}

.button:hover {
    border: 1px solid #333;
}

.button.disabled:hover {
    border: 1px solid #f1f1f1;
}

.status-wrapper .button,
.q-wrapper .button {
    color: #000;
    background-color: #ececec;
    border: none;
    font-weight: 600;
    font-size: 95%;
    width: 40%;
}

    .q-wrapper .button.btn-no:hover, .q-wrapper .button.btn-no.selected {
        background-color: #9a0932;
        color: #FFF;
    }

    .q-wrapper .button.btn-yes:hover, .q-wrapper .button.btn-yes.selected {
        background-color: #406618;
        color: #FFF;
    }


.status-wrapper .sign .button.btn-sign {
    width: 2em;
    height: 2em;
    padding: 0;
    background-color: #fff;
    border: 0.6em solid #FFF;
    -moz-box-shadow: inset 0 0 1px #000000;
    -webkit-box-shadow: 0 0 1px #000000;
    box-shadow: 0 0 1px #000000;
    border-radius: 1px;
    margin: -0.5em 1em -0.5em 0;
    vertical-align: middle;
}

    .status-wrapper .sign .button.btn-sign .check-box {
        border: 1px solid #999;
        box-sizing: border-box;
        display: block;
        height: 100%;
        width: 100%;
        border-radius: 1px;
    }


.status-wrapper.signed .button.btn-sign .check-box {
    display: none;
}

.status-wrapper.done.signed .button.btn-sign {
    background-color: #406618;
}

.status-wrapper.done .sign {
    display: inline-block;
}

.status-wrapper .button.btn-klar {
    width: 80%;
    cursor: default;
    color: #FFF;
}

.status-wrapper.done.signed .button.btn-klar {
    cursor: pointer;
    color: #FFF;
    background-color: #ffd400;
}

.sign_form {
    display: table;
}

    .sign_form .sign_left {
        display: table-cell;
    }

    .sign_form .sign_right {
        display: table-cell;
    }

.q-wrapper .trigger {
    height: auto;
}

.q-wrapper .inner .detail {
    margin-top: 1em;
}

    .q-wrapper .inner .detail ul {
        font-size: 80%;
        display: block;
        list-style-position: outside;
        list-style-type: disc;
        margin: 1em 0;
        padding-left: 40px;
    }

    .q-wrapper .inner .detail ul li {
        list-style-type: disc;
        line-height: 1.4em;
        display: list-item;
        letter-spacing: 0.5px;
    }
.q-wrapper .inner .detail ol {
    font-size: 80%;
    display: block;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 1em 0;
    padding-left: 40px;
}

    .q-wrapper .inner .detail ol li {
        display: list-item;
        list-style-type: decimal;
        line-height: 1.4em;
        letter-spacing: 0.5px;
    }

.q-wrapper .btn-q-detail {
    padding: 0.5em 1.25em;
    background-color: #FFF;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    font-weight: normal;
    font-size: 0.85em;
}

    .q-wrapper .btn-q-detail:hover {
        border: 1px solid #333;
    }


@media (max-width: 800px) and (min-width: 768px) {
    #content .progress {
        width: 70%;
    }
}

@media (max-width: 1010px) and (min-width: 768px) {
    #content .progress {
        width: 65%;
    }

    #content .btns {
        margin-left: -1%;
    }
}

@media (max-width: 940px) and (min-width: 768px) {
    #content .btns {
        margin-left: -2%;
    }
}

@media (max-width: 900px) and (min-width: 768px) {
    #content .btns {
        margin-left: -3%;
    }
}


@media (max-width: 890px) and (min-width: 768px) {
    #content .progress {
        width: 50%;
    }

    #content .btns {
        margin-left: -5%;
    }
}

@media (max-width: 850px) and (min-width: 768px) {
    #content .progress {
        width: 45%;
    }

    #content .btns {
        margin-left: -9%;
    }
}



@media (max-width: 660px) {
    #content .progress {
        width: 86%;
    }
}

@media (max-width: 360px) {
    #content .progress {
        width: 82%;
    }
}

#user-progress .bar, #user-progress .fill {
    border-color: #ffd400;
}

.modal-footer .confirm {
    background: #9a0932;
}

/*cover the menu tab*/
#resultModal {
    z-index: 10000;
}

@media (max-width: 767px) {
    .q-wrapper .inner {
        margin-right: 14px;
    }
}


@media (max-width: 360px) {
    .q-wrapper .inner {
        margin-right: 12px;
    }
}

@media (max-width: 768px) {
    .btn-holder {
        margin-right: 14px;
    }

        .btn-holder .btn-yes {
            float: left;
        }

        .btn-holder .btn-no {
            float: right;
        }
}

@media (max-width: 479px) {
    .btn-holder {
        margin-right: 12px;
    }
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.agreement .a_info {
    margin-right: 14px;
}

.agreement .a_warning {
    margin-top: 10px;
    font-size: 0.8em;
    font-style: italic;
    display: none;
}

.agreement.yes .a_warning {
    display: none;
}

.agreement.no .a_warning {
    display: block;
}

@media (max-width: 479px) {
    .agreement .a_info {
        margin-right: 12px;
    }
}

.diplom-container {
    margin-top: 5.5em;
    max-width: 800px;
}

.diplom-content {
    background-color: #fff;
}

.diplom-container .panel-body {
    padding: 10% 10% 6%;
}

.diplom-content .pic img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.diplom-content .title {
    color: #7e8d44;
    font-size: 32px;
    font-weight: normal;
}

.diplom-content .finished_date {
    font-size: 32px;
    margin-top: 10px;
}

.diplom-content .organisation {
    font-size: 30px;
    font-weight: bold;
    margin: 10% 0 8%;
}

.diplom-content .description {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 8%;
}

.diplom-content .bottom {
    margin-top: 8%;
    position: relative;
}

    .diplom-content .bottom img {
        position: absolute;
        right: 0;
        bottom: 0;
    }

.diplom-content .expired {
    margin-top: 5px;
}

    .diplom-content .expired span {
        display: block;
        line-height: 25px;
    }

    .diplom-content .expired .date {
        font-size: 18px;
    }

@media(max-width:640px) {
    .diplom-content .bottom img {
        width: 60%;
    }
}

@media(max-width:445px) {
    .diplom-content .title,
    .diplom-content .finished_date,
    .diplom-content .organisation {
        font-size: 22px;
    }

    .diplom-content .expired .date {
        font-size: 12px;
    }
}

@media(max-width:445px) {
    .diplom-content .expired .date {
        font-size: 10px;
    }
}

.diplom-container .print {
    text-align: right;
    margin-bottom: 10px;
}

.q-wrapper a {
    text-decoration: underline;
}
