﻿body {
    width: 1px;
    min-width: 100%;
    *width: 100%;
}

hr {
    margin-top: 0px;
    margin-bottom: 20px;
}

h4 {
    font-weight:400;
}

label {
    margin-bottom: .4rem;
}

a {
    font-weight: 500;
}

b {
    font-weight: 500;
}

.btn {
    cursor:pointer;
}

.nav > li > a {
    /* padding-bottom: 2px; */
}

.nowrap {
    white-space:nowrap;
}

.f12 {
    font-size: 12px;
}

.f18 { font-size:18px;}

.fcfix {
    width: unset;
    display: inline-block;
}

#divLoading {
    display: none;
}

.survey-container {
   
}

.survey-header {
    margin-bottom:10px;
}

.survey-name {
    font-size: 36px;
    font-weight: bold;
}

.survey-text {
    font-size: 18px;
}

.survey-question {
    border-top: 1px solid #eee;
    padding: 5px;
    background-color: #fff;
    background-color: #f8f8f8;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

.survey-question-toolbar {
    background-color: #eee;
    padding:4px 10px 4px 10px;
}

.survey-question-toolbar div {
    display:inline-block;
}

.survey-question-toolbar .form-control {
    display:inline-block;
    width:unset;

}

.survey-question-handle {
    font-weight: bold;
    line-height: 0.5em;
    display:inline-block;
}

.survey-question-handle-horizontal {
    display: block;
    background-color: #ddd;
    text-align: center;
    line-height: 1em;
}

.survey-question-required-info
{
    color:#cc0000;
    font-size:12px;
    margin-top:5px;
    margin-bottom:15px;
    font-weight:bold;
}

.survey-question-required {
    color: #cc0000;
    font-size: 20px;
    margin-left:3px;
}

.survey-question-type {
    margin-right:30px;
}

.survey-question-image-container {
    padding:10px;
}

.survey-question-image-container img {
    width:100%;
}

.survey-question-youtube-container {
    padding: 10px;

}


.survey-question-link-container {
    margin-left:10px;
}

.survey-button {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px;
}

.survey-question-text {
    border:none;
    font-size:24px;
    font-weight:bold;
    background-color:inherit;
}

.survey-question-text:hover {
    background-color:#fafafa;
}

.survey-question-text-temp {
    border: none;
    border-bottom: 1px dotted #888;
    font-size: 14px;
    color:#888;
}

.survey-question-answers {
    padding-left:10px;
}


.survey-status-published {
    font-weight:500;
    color: #00aa00;
}

.survey-status-expired {
    font-weight: 500;
    color: #888;
}

.survey-status-closed {
    font-weight: 500;
    color: #888;
}


.survey-status-unpublished {
    font-weight: 500;
    color: #aa0000;
}


.center {
    text-align:center;
}

.vam {
    vertical-align: middle;
}

.tar {
    text-align: right;
}


.w50 {
    width: 50%;
}

.w100 {
    width: 100%;
}

.w50p {
    width: 50px;
}

.w25p {
    width: 25px;
}

.w30p {
    width: 30px;
}

.h200 {
    height: 200px;
}

.mr10 {
    margin-right:10px;
}

.mt20 {
    margin-top: 20px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.scrollingdiv {
    overflow-y: scroll;
}

.b1 {
    border: 1px solid #000;
}

.p10 {
    padding: 10px;
}

.muted {
    color: #888;
    font-size: 14px;
}

#divResponse, #divResponseSecondary {
    display:none;
}

#divResponseEmpty, #divResponseEmptySecondary {
    display: none;
}

.divResponseSeparator {
    margin-top:20px;
    border-top: 1px solid #aaa;
    margin-bottom:20px;
}

#navDashboards, #navAdmin, #navCourses {
    margin-bottom: 20px;
}


#divMainContainer {
    display: none;
}

#divChangesNotSaved {
    display:inline-block;
    color:#aa0000;
    font-weight:bold;
    visibility:hidden;
}

.modallist
{
    overflow-y:scroll;
    height:200px;
    border: 1px solid #aaa;
    padding:5px;
}

/************************************************************************/
#divOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    display: none;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

#divOverlayContent {
    background-color: #444444;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    width: 400px;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.table {
    margin-bottom: 0px !important;
}

.noborder {
    border: none !important;
}

.subcontainer {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.nav-loc {
    padding-left: 30px;
    font-size: 13px;
}

    .nav-loc:hover {
        background-color: #eee;
    }

.ck {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .ck th,
    .ck td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #f5f5f5;
    }

    .ck thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #f5f5f5;
    }

    .ck tbody + tbody {
        border-top: 2px solid #f5f5f5;
    }

    .ck .ck {
        background-color: #fff;
    }

.youtubewrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.youtubewrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************************************************************************/

.options-small {
    width: 100px;
}

.options-medium {
    width: 150px;
}

.options-large {
    width: 200px;
}

.options-xlarge {
    width: 300px;
}

.btn-marg {
    margin-right: 5px;
}

.btn-largemarg {
    margin-right: 50px;
}

.btn-info, .btn-info:hover {
    color:#fff;
}

.btn-warning, .btn-warning:hover {
    color: #fff;
}

.notopborder th {
    border-top: none;
}

#loginError, #dashError, #modalError {
    display: none;
}

.input-sep {
    width: 35px !important;
    text-align: center;
}

.input-go {
    width: 60px !important;
    text-align: center;
}

.input-addnew {
    width: 100px !important;
    text-align: center;
}


/* .dashhead-toolbar { margin-top:0px !important; } */

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

/************************************************************************/

.course-code {
    color:#888;
    font-size:12px;
    text-transform: uppercase;
}

.form-check-label {
    /* padding-left:0px; */
}

.form-check-input {
    margin-left: 0px;
}


#search_text {
    width: 30em;
    margin-right: 1em;
}

#search_group {
    width: 10em;
    margin-right: 1em;
}

.sidebar-nav {
   
}

.nav > .nav-header {
    /*font-weight: bold;
    color: #666;
    */
}

.nav-pills .nav-link {
    padding-left: 30px;
}

.alert-danger {
    background-color: #d45767;
    border:none;
    color:#fff;
}

a {
    font-weight:400;
}