﻿body {
    color: #404040;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* rounded yes/no switch */
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}


    .cmn-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        user-select: none;
        max-width: none;
    }

input.cmn-toggle-round-flat + label {
    padding: 2px;
    width: 50px;
    height: 30px;
    color: #fff;
    background-color: #ddd;
    border-radius: 15px;
    transition: background 0.4s;
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

    input.cmn-toggle-round-flat + label:before,
    input.cmn-toggle-round-flat + label:after {
        display: block;
        position: absolute;
        content: "";
        padding-top: 2px;
    }

    input.cmn-toggle-round-flat + label:before {
        top: 2px;
        left: 2px;
        bottom: 2px;
        right: 2px;
        background-color: #fff;
        border-radius: 15px;
        transition: background 0.4s;
    }

    input.cmn-toggle-round-flat + label:after {
        top: 4px;
        left: 4px;
        bottom: 4px;
        width: 24px;
        background-color: #ddd;
        border-radius: 12px;
        transition: margin 0.4s, background 0.4s;
        content: "\e014";
    }

input.cmn-toggle-round-flat:checked + label {
    background-color: #8ce196;
}

    input.cmn-toggle-round-flat:checked + label:after {
        margin-left: 18px;
        background-color: #8ce196;
        content: "\e013";
    }
/* end rounded toggle switch */

.shim {
    position: absolute;
    background-color: #e8efd6;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    z-index: 1000;
    display: none;
}

.shim-loader {
    position: absolute;
    background-color: #eee;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: 1000;
    display: none;
}

    .shim-loader img {
        position: absolute;
        top: 48%;
    }

#floatingCirclesG {
    position: relative;
    top: 48%;
    width: 74px;
    height: 74px;
    margin: auto;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
}

.f_circleG {
    position: absolute;
    background-color: rgba(255,255,255,0.43);
    height: 13px;
    width: 13px;
    border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#frotateG_01 {
    left: 0;
    top: 30px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#frotateG_02 {
    left: 9px;
    top: 9px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#frotateG_03 {
    left: 30px;
    top: 0;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#frotateG_04 {
    right: 9px;
    top: 9px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#frotateG_05 {
    right: 0;
    top: 30px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#frotateG_06 {
    right: 9px;
    bottom: 9px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#frotateG_07 {
    left: 30px;
    bottom: 0;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#frotateG_08 {
    left: 9px;
    bottom: 9px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}



@keyframes f_fadeG {
    0% {
        background-color: rgb(68,173,62);
    }

    100% {
        background-color: rgba(255,255,255,0);
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: rgb(68,173,62);
    }

    100% {
        background-color: rgba(255,255,255,0);
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: rgb(68,173,62);
    }

    100% {
        background-color: rgba(255,255,255,0);
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: rgb(68,173,62);
    }

    100% {
        background-color: rgba(255,255,255,0);
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: rgb(68,173,62);
    }

    100% {
        background-color: rgba(255,255,255,0);
    }
}

.display-label {
    font-size: 1em;
}

.display-data {
    font-size: 1.2em;
}

/* fix for firefox bug*/
.navbar-brand {
    padding: 0px;
}

    .navbar-brand > img {
        /*height: 100%;*/
        padding: 0px;
        width: auto;
    }

.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

/* Custom Navbar coloring*/
.navbar-custom {
    background-color: #023064;
    border-color: #012044;
}

    .navbar-custom .navbar-brand {
        color: #c0c0c0;
    }

        .navbar-custom .navbar-brand:hover,
        .navbar-custom .navbar-brand:focus {
            color: #e6e6e6;
            background-color: transparent;
        }

    .navbar-custom .navbar-text {
        color: #ffffff;
    }

    .navbar-custom .navbar-nav > li > a {
        color: #ffffff;
    }

        .navbar-custom .navbar-nav > li > a:hover,
        .navbar-custom .navbar-nav > li > a:focus {
            color: #c0c0c0;
            background-color: transparent;
        }

    .navbar-custom .navbar-nav > .active > a,
    .navbar-custom .navbar-nav > .active > a:hover,
    .navbar-custom .navbar-nav > .active > a:focus {
        color: #c0c0c0;
        background-color: #012044;
    }

    .navbar-custom .navbar-nav > .disabled > a,
    .navbar-custom .navbar-nav > .disabled > a:hover,
    .navbar-custom .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-custom .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-custom .navbar-toggle:hover,
        .navbar-custom .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-custom .navbar-toggle .icon-bar {
            background-color: #cccccc;
        }

    .navbar-custom .navbar-collapse,
    .navbar-custom .navbar-form {
        border-color: #011f41;
    }

    .navbar-custom .navbar-nav > .dropdown > a:hover .caret,
    .navbar-custom .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #c0c0c0;
        border-bottom-color: #c0c0c0;
    }

    .navbar-custom .navbar-nav > .open > a,
    .navbar-custom .navbar-nav > .open > a:hover,
    .navbar-custom .navbar-nav > .open > a:focus {
        background-color: #012044;
        color: #c0c0c0;
    }

        .navbar-custom .navbar-nav > .open > a .caret,
        .navbar-custom .navbar-nav > .open > a:hover .caret,
        .navbar-custom .navbar-nav > .open > a:focus .caret {
            border-top-color: #c0c0c0;
            border-bottom-color: #c0c0c0;
        }

    .navbar-custom .navbar-nav > .dropdown > a .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

@media (max-width: 767) {
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

        .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #c0c0c0;
            background-color: transparent;
        }

    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #c0c0c0;
        background-color: #012044;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.navbar-custom .navbar-link {
    color: #ffffff;
}

    .navbar-custom .navbar-link:hover {
        color: #c0c0c0;
    }

a.disabled {
    pointer-events: none;
    cursor: default;
}

.counter-connector:after {
    content: "";
    position: absolute;
    left: auto;
    top: 30%;
    height: 2px;
    width: 100%;
    background: #404040;
}

.border-left-rounded {
    /* a radius of 999px is a way to make the left or right border 50% of the height
    due to w3c spec forcing rounding adjustments;*/
    border-bottom-left-radius: 999px;
    border-top-left-radius: 999px;
}

.border-right-rounded {
    /* a radius of 999px is a way to make the left or right border 50% of the height
    due to w3c spec forcing rounding adjustments;*/
    border-bottom-right-radius: 999px;
    border-top-right-radius: 999px;
}

.border-left-right-rounded {
    /* a radius of 999px is a way to make the left or right border 50% of the height
    due to w3c spec forcing rounding adjustments;*/
    border-bottom-left-radius: 999px;
    border-top-left-radius: 999px;
    border-bottom-right-radius: 999px;
    border-top-right-radius: 999px;
}

.input-group-addon-filter {
    color: #fff;
    background-color: #005a96;
    border-color: #005a96;
}

.input-group-addon-select {
    color: #000;
    background-color: #eee;
    border-color: #005a96;
}

.bootstrap-select-square-corners .bootstrap-select button {
    border-radius: 0px;
}

div.dataTables_filter label {
    color: #fff;
    background-color: #005a96;
    border-color: #005a96;
    border-bottom-left-radius: 999px;
    border-top-left-radius: 999px;
    border-bottom-right-radius: 999px;
    border-top-right-radius: 999px;
    font-weight: normal;
    padding-left: 1em;
}

div.dataTables_filter input {
    color: #000;
    /*background-color: #fff;*/
    border-color: #005a96;
    border-bottom-right-radius: 999px;
    border-top-right-radius: 999px;
    border-width: 1px;
    font-weight: normal;
    padding-right: 1em;
}

.navbar-itel {
    margin-bottom: .5em;
}

.page-title {
    font-size: 1.5em;
    color: #4d6a8a;
    margin-top: 1em;
    margin-bottom: .1em;
}

.well-login {
    padding: 20px 30px;
    width: 400px;
    max-width: 70%;
    margin: 30px auto;
}

.label-login {
    color: #005a96;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

/* Password Peek animation */
.btn-peek-password {
    color: #005a96;
    visibility: hidden;
    transition: visibility 0s 1s, opacity 1s ease-in-out;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px !important;
}

.peek-password:focus ~ .btn-peek-password {
    color: #005a96;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible;
    transition: opacity 2s ease-in-out;
    opacity: 1;
}

.center {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-vertically {
    min-height: 100%;
    display: flex;
    align-items: center;
}

.center-horizontally {
    display: flex;
    justify-content: center;
}

.vertical-align-middle {
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* itel footer */
footer {
    font-size: 14px;
    background-color: grey;
}

    footer a,
    footer a:hover,
    footer a:visited {
        color: #fff;
    }

.copyright {
    background-color: darkgrey;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logon-title {
    background-color: grey;
    height: 100px;
    color: #c7c7c7;
    font-size: 4rem;
    font-weight: 700;
    padding-top: 20px;
}

.logon-background-image {
    position: relative;
    background-color: white;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #b2d9fd;
}

    .logon-background-image::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: url(/images/Backgrounds/ItelLab.png);
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 0.3;
    }

.background-opacity {
    /*width: 300px;
    height: 200px;*/
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5));
}

.form-opaque .form-group {
    margin-left: 15px;
    margin-right: 15px;
}

.card {
    position: relative;
    z-index: 1;
}

    .card::before {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.7;
        z-index: -1;
    }

.alternative-background {
    /*width: 300px;
    height: 200px;*/
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("https://i.imgur.com/xnh5x47.jpg");
}

/* Material Design Inputs */

.group {
    position: relative;
    margin-bottom: 45px;
}

    .group.group-sm-vertical-space {
        position: relative;
        margin-bottom: 15px;
    }

.float-over-transparency {
    position: relative;
}

.input-group-animated {
    position: relative;
}

input.material-design {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
}

    input.material-design:focus {
        outline: none;
    }

/* LABEL ======================================= */
label.material-design {
    color: #005a96;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input.material-design:focus ~ label.material-design,
/* to handle readonly fields*/
input.material-design[readonly] ~ label.material-design,
/* to handle validation fields filled from chrome, like password*/
input.material-design[data-val="true"] ~ label.material-design,
input.material-design:valid ~ label.material-design {
    top: -20px;
    font-size: 14px;
    color: #005a96;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #005a96;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 0%;
        /*left: 50%;*/
    }

/*.bar:after {
        right: 50%;
    }*/

/* active state */
input.material-design:focus:not([readonly]) ~ .bar:before,
input.material-design:focus:not([readonly]) ~ .bar:after {
    /*width: 50%;*/
    width: 100%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input.material-design:focus:not([readonly]) ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #005a96;
    }

    to {
        width: 0;
        background: transparent;
    }
}

/*checkboxes */
.checkbox.cr label {
    color: #005a96;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    color: #005a96;
    position: relative;
    display: inline-block;
    border: 1px solid #818181;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon, .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    position: absolute;
    left: -9999px;
    /*display: none;*/
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

    .checkbox label input[type="checkbox"]:hover + .cr,
    .radio label input[type="radio"]:hover + .cr {
        background-color: white;
        /*opacity: 1;*/
    }

    .checkbox label input[type="checkbox"]:focus + .cr,
    .radio label input[type="radio"]:focus + .cr {
        background-color: white;
        border: 1px solid #005a96;
    }

.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    display: table;
    width: 100%;
}

.alert-white {
    background-image: linear-gradient(to bottom, #fff, #f9f9f9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 61px;
    position: relative;
}

    .alert-white.rounded {
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .alert-white.rounded .icon {
            border-radius: 3px 0 0 3px;
            -webkit-border-radius: 3px 0 0 3px;
        }

    .alert-white .icon {
        text-align: center;
        width: 45px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #bdbdbd;
        padding-top: 15px;
    }


        .alert-white .icon:after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            display: block;
            content: '';
            width: 10px;
            height: 10px;
            border: 1px solid #bdbdbd;
            position: absolute;
            border-left: 0;
            border-bottom: 0;
            top: 50%;
            right: -6px;
            margin-top: -3px;
            background: #fff;
        }

        .alert-white .icon i {
            font-size: 20px;
            color: #fff;
            left: 12px;
            margin-top: -10px;
            position: absolute;
            top: 50%;
        }
/*============ colors ========*/
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #98cce6;
    color: #3a87ad;
}

.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
}


.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #f1daab;
    color: #c09853;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #e0b1b8;
    color: #b94a48;
}

.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
}

.modal-content {
    display: inline-block;
}

.modal-image-popup {
    width: fit-content;
    padding: 0;
}

#divImagePreview {
    margin: 4px;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.grabbable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.grabbed {
    cursor: move !important;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: grabbing !important;
}

.bold {
    font-weight: bold;
}

.unlock-assessment {
    color: #f00;
    margin-right: 5px;
}

    .unlock-assessment:hover,
    .unlock-assessment:visited,
    .unlock-assessment:focus {
        color: #f00;
        text-decoration: none;
    }

.field-validation-error {
    color: #f00;
}

.comment-item {
    padding: 3px;
}

    .comment-item:nth-child(odd) {
        background-color: #eee;
    }

.image-question:nth-child(even),
.image-list-item:nth-child(even) {
    background-color: #eee;
}

.question-group {
    max-height: 400px;
    overflow-y: auto;
}

.select-questions .filter-option {
    min-width: 160px !important;
}

.input-group-addon-label {
    border-color: #005a96;
    line-height: 1.42857143;
}

.queue-refresh-indicator {
    margin: 5px;
    position: absolute;
    left: -5px;
    top: -19px;
    float: right;
}

#controlNumbers thead {
    background-color: rgb(247, 246, 246);
}

#controlNumbers th {
    font-size: 14px;
    font-weight: bold;
}

.success {
    color: #5cb85c;
}

.badge-primary {
    background-color: #404040;
}

.badge-success {
    background-color: #5cb85c;
}

.badge-info {
    background-color: #286090;
}

.badge-warning {
    background-color: #f0ad4e;
}

.badge-danger {
    background-color: #f00;
}

.badge-time-remaining {
    display: inline-block;
    width: 16px;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 5px;
}

.badge-queue-counter {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding-top: 6px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

    .badge-queue-counter::before {
        content: "";
        position: absolute;
        top: 45%;
        left: -70px;
        width: 70px;
        height: 3px;
        background: #404040;
        z-index: 0;
    }

    .badge-queue-counter:first-of-type::before,
    .badge-queue-counter:last-of-type::before {
        display: none;
    }

    .badge-queue-counter .legend {
        position: absolute;
        top: 36px;
        left: 2px;
        width: 30px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        color: #404040;
    }

.bumper {
    width: 100%;
    display: inline-block;
}

.refresh-indicator {
    position: absolute;
    left: 25px;
    top: 50px;
    display: none;
}

    .refresh-indicator:after {
        content: "";
        background: url(../images/LoadingGifs/ajax-loader-snake.gif) no-repeat;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
    }

.div-round-black {
    background-color: #404040;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-family: Arial;
}

.div-round-label {
    text-align: center;
    width: 30px;
    color: #444444;
    font-size: 14px;
    font-family: Arial;
    font-weight: 100;
}

.search-cnum {
    width: 270px;
    margin: 8px 20px 0 0;
}

.label-search {
    margin-top: 7px;
}

.no-margin-top {
    margin-top: 0 !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.line-item {
    cursor: pointer;
}

    .line-item:nth-child(even) {
        background-color: #eee;
    }

    .line-item:hover,
    .line-item:nth-child(even):hover {
        background-color: #dff0d8;
    }

    .line-item.active,
    .line-item.active:hover,
    .line-item.active span,
    .line-item.active a {
        background-color: #5cb85c;
        color: #fff !important;
        border-color: #ddd;
    }

.company-item a,
.company-user-item a.edit-user,
.company-user-item a.reset-user-password,
.user-role-item a {
    display: none;
}

.company-item:hover a,
.company-user-item:hover a.edit-user,
.company-user-item:hover a.reset-user-password,
.user-role-item:hover a {
    display: block;
}

.line-item-content {
    float: left;
    padding-left: 20px;
}

.active-icon {
    position: absolute;
    left: 15px;
    top: 0;
}

.company-users {
    max-height: 500px;
    overflow-y: auto;
}

.unanswered-questions,
.printed-on-report,
.favorite-images,
.assessment-video {
    font-size: 30px;
    cursor: pointer;
    margin-left: 30px;
}

.image-icon-blue {
    color: #286090;
}

.image-icon-gold {
    color: #feab34;
}

.badge-count {
    position: absolute;
    left: 16px;
    top: -4px;
    display: inline-block;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding-top: 4px;
    color: #fff;
}

.expandable-list {
    z-index: 1000;
    position: absolute;
    width: 720px;
    left: 15px;
    display: none;
}

a.lnk-image:hover,
a.lnk-image:focus,
a.lnk-image:visited {
    text-decoration: none;
}

.popup-video-controls {
    width: 960px;
    height: 540px;
}

.modal-video-popup {
    width: 960px;
}

.modal-body-video {
    padding: 0;
    margin: 0 4px;
}

.slidecontainer {
    width: 100px;
    margin-right: 20px;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 4px;
    margin-top: 8px;
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 10px;
        height: 20px;
        background: #4caf50;
        cursor: pointer;
        border-radius: 5px;
    }

    .slider::-moz-range-thumb {
        width: 10px;
        height: 20px;
        background: #4caf50;
        cursor: pointer;
        border-radius: 5px;
    }

.rounded-button-icon {
    font-size: 20px;
    margin: 0 10px;
}

.add-comments {
    margin: 20px 0;
    display: none;
}

.previous-comments {
    min-height: 100px;
    overflow-wrap: break-word;
}

#controlNumbers tr:nth-child(even) {
    background-color: #eee;
}
#newQuestion {
    display: none;
}
.list-group-item .image-question {
    display: block
}
.display-hide {
    display: none;
}

.height-40 {
    height: 40px;
}

.margin-t-5 {
    margin-top: 5px;
}
.margin-t-25 {
    margin-top: 25px;
}
.img-footer-logo {
    width: 150px;
}
.display-inline-block {
    display: inline-block;
}
.min-height-300 {
    min-height: 300px;
}
.pos-absolute {
    position : absolute;
}
.min-height-700 {
    min-height: 700px;
}
.min-height-100 {
    min-height: 100px;
}
.min-height-680 {
    min-height: 680px;
}
.bg-color-darkgray {
    background-color: darkgray;
}
.float-none {
    float: none;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-bottom-3 {
    margin-bottom: 3rem;
}
/*-----------Styles for Tag helpers-------------*/
.color-f00 {
    color: #f00;
}

.min-width-100 {
    min-width: 100px;
}

.min-width-120 {
    min-width: 120px;
}
.min-width-250 {
    min-width: 250px;
}
.min-width-80 {
    min-width: 80px;
}
.rounded-label-images-style {
    width: 80px;
    float: left;
}
.margin-left-5 {
    margin-left: 5px;
}
.width-250 {
    width:250px;
}
.min-width-auto {
    min-width: auto;
}


/*--------------Style for View model-------------*/
.margin-right-5 {
    margin-right: 5px;
}


@media (min-width: 992px) {
    .md-max-width-70 {
        max-width: 150px;
    }
    .md-width-auto {
        width: auto;
    }
}


.comments-list-container {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #777575;
}