﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

.buttonList {
    min-width: 275px;
    margin-top: 10px;
}

.companyName {
    color: white;
    position: relative;
    top: 15px;
    left: 100px;
    font-size: 10pt;
    font-weight: 600;
}

.flagBorder {
    border: aqua;
    border-width: 2px;
    border-style: solid;
    padding: 0px !important;
    margin: 0px;
    /*display: flex !important;
    top: 16px;*/
}

.editDot {
    height: 15px;
    width: 15px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border-color: white;
    border-width: 2px;
    border-style: solid;
}

.editDot:hover {
    cursor: pointer;
}

#editLanguageInputBox{
    min-width: 300px;
}

.editLanguageContainer {
    position: absolute;
    display: none;
}

.closeLanguageEditBox {
    float: right;
    width: 100%;
    background-color: #1f5758;
    padding: 3px;
}

#nav-container {
    display: -webkit-box;
}

#closeBox {
    margin-left: 10px;
}

#closeBox:hover {
    cursor: pointer;
}

#updateBox:hover {
    cursor: pointer;
}

.dropdown-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

.delete-listItem{
    padding-right:.5em;
}

.progress-panel {
    line-height: 2em;
}

.btnPosition {
    position:relative;
    float:left;
}

.btnPositionWpadding {
    position: relative;
    float: left;
    margin-left:.7em;
}

.successMessage {
    position: relative;
    max-width: 25em;
    padding: .5em;
    background-color: #d4ffd6;
    float: left;
    margin-left: 2em;
    border: 1px solid #73AD21;
    border-radius: .3em;
}

.testTitleFont {
    font-weight: bold;
    color: #009899;
    text-transform: uppercase;
}
.gobutton {
    background: rgb(68 222 97);
    transition: all 0.2s ease-in-out
}
.errorMessage {
    position: relative;
    max-width: 25em;
    padding: .5em;
    background-color: #ffd4d4;
    float: left;
    margin-left: 2em;
    border: 1px solid #ad3121;
    border-radius: .3em;
}

.ch-inquiry{
    max-width:420px;
}

.ch-answers {
    position: relative;
    float: left;
    margin-right: 1em;
}

.ch-correct-answers {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

.spacer {
    padding:.5em;
}

.question-image{
    float:left;
    max-height:200px;
    max-width:200px;
    padding-right:2em;
}

.videoControl {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
    border-width: 1px;
    border-color: #cccaca;
    border-style: solid;
    border-radius: 5px;
    text-align:center;
    margin: auto;
    width: 75%;
}

.testingContainer {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
    border-width: 1px;
    border-color: #cccaca;
    border-style: solid;
    border-radius: 5px;
    margin: auto;
    width: 75%;
}

.testListQuestion {
    font-size: 1.2em;
}
.testListAnswer {
    font-size: 1.2em;
    line-height: 2em;
}

.certificatename {
    position: relative;
    top: -357px;
}

.coursename {
    position: relative;
    top: -350px;
}

.certificatedate {
    position: relative;
    top: -230px;
    left: -35px;
}

.certificatefacility {
    position: relative;
    top: -335px;
    left: 180px;
}

.certificatenameAll {
    position: relative;
    top: -377px;
}

.certificatedateAll {
    position: relative;
    top: -195px;
    left: -35px;
}

.certificatefacilityAll {
    position: relative;
    top: -225px;
    left: 180px;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .certificatefacility {
        position: relative;
        top: -335px;
        left: 175px;
    }
}

.liAnswers input[type="radio"] {
    margin-right: 1em;
    display: -webkit-inline-box;
}

.printbutton {
    background-color: #9ff584;
    width: 145px;
    color: black;
    border: black;
    border-width: 1px;
    border-style: solid;
    font-size: 12pt;
    border-radius: 3px;
    padding: 5px 10px;
}

.scroll {
    padding: 4px;
    max-width: 500px;
    height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
} 

.question{
    line-height: 1.5em;
    padding-left: .3em;
    display:flex;
}

.progress-bar-background {
    margin: .5em;
    width: 100%;
    height: 1.2em;
    border: black;
    border-width: 1px;
    border-style: solid;
    display: inline-flex;
}

.progress-bar-value {
    background: linear-gradient(to right, #472bff, #472bff);
    /*width: 80%;*/
    height: 1.1em;
}

.score-bar-value {
    background: linear-gradient(to right, #1cd81c, #1cd81c);
    width: 60%;
    height: 1.1em;
}

.alternate {
    background-color: #45515112;
}

.wipeAnimationSet {
    
    background-repeat: no-repeat;
    background-size: 0 1.1em;
    transition: background-size 1s 0s;
    /*border-radius: 10px;*/
}

.wipeAnimationApply {
    background-size: 100% 100%;
}

.textCenter {
    text-align: center;
}

.margin-override{
    margin-left:0px !important;
}

.rightpadding {
    position: relative;
    left: -250px;
}

@media screen and (min-width: 1300px) {
    .navbar-top-right {
        color: white;
        font-style: italic;
        font-size: 16px;
        position: relative;
        float: left;
        left: 15em;
        top: -1.5em;
    }
}

@media screen and (max-width: 1299px) {
    .navbar-top-right {
        display:none;
    }
}
    /* Responsive: Portrait tablets and up */
    @media screen and (min-width: 768px) {
        .messageboard {
            margin-top: 20px;
        }

        .body-content {
            padding: 0;
        }
    }

    #navlogo {
        top: 0;
        height: 35px;
        position: absolute;
        background-image: -webkit-linear-gradient(140deg, #009899 65%, #fff 65%);
        width: 100%;
    }

    @media (max-width: 386px) {
        #navlogo {
            display: none;
        }

        .navbar-fixed-top-image {
            top: -3.6em;
        }

        .successMessage {
            position: relative;
            max-width: 25em;
            padding: .5em;
            background-color: #d4ffd6;
            float: left;
            margin-top: 2em;
            margin-left: 0em !important;
            border: 1px solid #73AD21;
            border-radius: .3em;
        }

        .errorMessage {
            position: relative;
            max-width: 25em;
            padding: .5em;
            background-color: #ffd4d4;
            float: left;
            margin-top: 2em;
            margin-left: 0em !important;
            border: 1px solid #ad3121;
            border-radius: .3em;
        }
    }

    .navlogoimg {
        position: relative;
        background: #fff;
        top: .2em
    }

