﻿body {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
    background-size: cover;
}

html, body, .body-content {
    height: 100%;
}

.body-content > .container{
    width:100%;
    
    flex-grow: 1;
    -webkit-flex-grow: 1;

    flex-shrink: 0;
    -webkit-flex-shrink: 0;

    flex-basis: auto;
    -webkit-flex-basis: auto;
}

.navStatusPanel:hover, .navStatusPanel *:hover{
    cursor: pointer;
}

@media(min-width: 768px){
    .navbar-nav > .navStatusPanel > a {
        padding-top: 5px;
        padding-bottom: 5px;
        display: inline-block;
        width: 220px;
    }

}

.navStatusPanel:hover {
    cursor: default !important;
}

.navStatusPanel a.disabled, .loginname .disabledprofile {
    color: #444 !important;
    cursor: default;
    pointer-events: none;
}

    .navStatusPanel a.disabled * {
        cursor: default !important;
        cursor: default;
        pointer-events: none;
    }

    .navStatusPanel a.disabled .point-count, .navStatusPanel a.disabled .coin-count, .navStatusPanel a.disabled .progress {
        background: #555 !important;
    }

    .navStatusPanel a.disabled .progress-bar {
        background: #888;
    }

.levelWrapper {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    color: inherit;
    
}

.levelWrapper .progress{
    margin:0;
    margin-top: 6px;
    height:10px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    display:inline-block;
}

.levelWrapper .tier-count {
    display: inline-block;
    margin-right: 9px;
}



/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

#user-zip {
    position: relative;
}

#userNameLink {
    /*max-width: 184px;*/
    overflow: hidden;
    padding-left: 40px;
    text-overflow: ellipsis;
}

    #userNameLink span {
        position: absolute;
        top: 10px;
        left: 5px;
        display: inline-block;
        vertical-align: middle;
        height: 30px;
        width: 30px;
        background-size: cover;
        margin-top: -3px;
    }

@media (min-width:768px) {

    #userNameLink {
        max-width: 114px;
    }
}

@media (min-width:992px) {

    #userNameLink {
        max-width: 334px;
    }
}



@media (min-width:1200px){

    #userNameLink {
        max-width: 534px;
    }
}



#userNameLink.firefighter span{
    background-image: url('images/profiles/firefighter_gray.png');
}

#userNameLink.community span {
    background-image: url('images/profiles/community_gray.png');
}

#userNameLink.construction span {
    background-image: url('images/profiles/construction_gray.png');
}

#userNameLink.maritime span {
    background-image: url('images/profiles/maritime_gray.png');
}

#userNameLink.healthcare span {
    background-image: url('images/profiles/healthcare_gray.png');
}


#userNameLink.firefighter:hover span {
    background-image: url('images/profiles/firefighter_white.png');
}

#userNameLink.community:hover span {
    background-image: url('images/profiles/community_white.png');
}

#userNameLink.construction:hover span {
    background-image: url('images/profiles/construction_white.png');
}

#userNameLink.maritime:hover span {
    background-image: url('images/profiles/maritime_white.png');
}

#userNameLink.healthcare:hover span {
    background-image: url('images/profiles/healthcare_white.png');
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.Aspect-16-by-9 {
    display: inline-block;
    position: relative;
}

    .Aspect-16-by-9:after {
        padding-bottom: 56.25%;
        display: block;
        content:'';
    }

.jumbotron.VideoBackground{
    padding-left:0;
    padding-right:0;
}

.JumboScreen {
    background: rgba(0,0,0,.7);
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.vcenter{
    display: inline-block;
    float: none;
    vertical-align: middle;
}
    
.bottomPanels a{
    text-decoration:none !important;
    color: #333;
}

.bottomPanels a:hover .panel{
    background-color: #ddd;
}


.JumboLearn:hover{
    color: #dcdcdc;
}

.VideoBackground {
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.VideoBackground *{
    position: relative;
    color:white;
    z-index: 5;
    text-align: center;
}

.PromptButton{
    background: white;
    color: black !important;
    padding-left: 15px;
    font-size: 22px;
    padding-right: 15px;
    border:none;
    border-radius:25px;
}

.bottomPanels{
    text-align:center;
}

.PromptButton:hover{
    background: #eeeeee;
}


.jumbotron video{
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left:0;
    z-index: 5;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 800px;
}

.comment.name-div {
    color: #444;
}

.comment.reply-box {
    padding-bottom: 7px;
}

    .comment.reply-box a {
        color: #2a6496;
        font-weight: bold;
        font-size: 11px;
    }

.comment.name-div {
    font-weight: 600;
}

.comment.Time-comment {
    color: #808080;
    font-size: 11px;
}

.comment.next-box {
    padding-left: 50px;
}

.console {
    display: none;
    border-style: dotted;
    overflow: auto;
    bottom: 0px;
    background-color: lightgrey;
}

pre {
    outline: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
}

.string {
    color: green;
}

.number {
    color: darkorange;
}

.boolean {
    color: blue;
}

.null {
    color: magenta;
}

.key {
    color: red;
}

.stree_partial_map #map, #pano {
    height: 400px;
    width: 50%;
}

.stree_partial_map #map {
    float: left;
}

.stree_partial_map #pano {
    float: right;
}


.social_main .main {
    min-height: 400px;
}

.social_main .switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 23px;
    /*margin-left: 25px;*/
}

    .social_main .switch input {
        display: none;
    }

.social_main .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .social_main .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.social_main input:checked + .slider {
    background-color: #2196F3;
}

.social_main input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.social_main input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}
/* Rounded sliders */
.social_main .slider.round {
    border-radius: 34px;
}

    .social_main .slider.round:before {
        border-radius: 50%;
    }

.social_main .icon-dv .fa {
    padding-top: 2px;
    font-size: 22px;
}

.social_main span.lbl-subs {
    line-height: 24px;
    vertical-align: top;
    margin-left: 7px;
}

.social_main .col-md-12 {
    padding-top: 7px;
}

.social_main .icon-dv {
    width: 45px;
}

.social_main .dv-right input {
    /*min-width: 350px;*/
}

.social_main .dv-right p {
    margin-bottom: 1px;
}

.social_main .ml10 {
    margin-left: 10px;
}

/*.resource_container {

}*/

.resource_container h1 {
    font-size: 2.5em;
    margin-bottom: .5rem;
}

/* Ratings widget */
.resource_container .rate {
    display: inline-block;
    border: 0;
}
    /* Hide radio */
    .resource_container .rate > input {
        display: none;
    }
    /* Order correctly by floating highest to the right */
    .resource_container .rate > label {
        float: right;
    }
        /* The star of the show */
        .resource_container .rate > label:before {
            display: inline-block;
            font-size: 2.1rem;
            padding: .3rem .2rem;
            margin: 0;
            cursor: pointer;
            font-family: FontAwesome;
            content: "\f005 "; /* full star */
        }
        /* Zero stars rating */
        .resource_container .rate > label:last-child:before {
            content: "\f006 "; /* empty star outline */
        }
    /* Half star trick */
    .resource_container .rate .half:before {
        content: "\f089 "; /* half star no outline */
        position: absolute;
        padding-right: 0;
    }
/* Click + hover color */
.resource_container input:checked ~ label, /* color current and previous stars on checked */
.resource_container label:hover, .resource_container label:hover ~ label {
    color: #73B100;
}
    /* color previous stars on hover */

    /* Hover highlights */
    .resource_container input:checked + label:hover, .resource_container input:checked ~ label:hover, /* highlight current and previous stars */
    .resource_container input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
    .resource_container label:hover ~ input:checked ~ label /* highlight previous selected stars */ {
        color: #A6E72D;
    }

.resource_container .rate-count, .resource_container .view-count {
    line-height: 50px;
    vertical-align: text-bottom;
    padding-left: 11px;
}
.resource_container .view-count {
    color: #dd2c28; font-size:16px;
}
    .resource_container .rate-count .fa-user {
        padding-left: 5px;
    }


.resource_container .addnewrate {
    float: right;
    margin-top: 6px;
    margin-left: -45px;
}

.resource_container .disableaddnewrate {
    pointer-events: none;
    opacity: 0.5;
}

.resource_container .modal-body input[type=text], .resource_container .modal-body textarea {
    max-width: 100%;
    border: 2px solid lightgray;
    width: 100%;
    min-height: 30px;
}

.resource_container .modal-body textarea {
    resize: none;
}

.resource_container .modal-body.inputfield .col-md-12 {
    margin-bottom: 10px;
}

.resource_container .modal-body.inputfield p.title, .resource_container .lbltext {
    margin-bottom: 2px;
    font-weight: 700;
}

.resource_container .brderadd {
    border: 1px solid gray;
    padding: 18px 20px 5px;
}

.resource_container .descpt {
    margin-left: 15px;
}

.resource_container p.exmp {
    font-size: 11px;
    font-style: italic;
}

.resource_container .linktitle .fa.fa-info-circle {
    font-size: 22px;
    margin-left: 10px;
}

.resource_container .row {
    margin-bottom: 10px;
}

.resource_container .actiondv i.fa {
    font-size: 17px;
    margin-left: 10px;
    color: black;
}

.resource_container .row.rowDetail {
    max-height: 46vh;
    overflow-y: auto;
}



.comment_container .name-div {
    color: #444;
    font-weight: 600;
    display: inline-block;
}

.comment_container .reply-box {
    padding-bottom: 7px;
}

    .comment_container .reply-box a {
        color: #2a6496;
        font-weight: bold;
        font-size: 11px;
        margin-right: 15px;
    }

.comment_container .Time-comment {
    color: #808080;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 0px;
}

.comment_container .box-comment {
    padding-bottom: 4px;
}

.comment_container .next-box {
    padding-left: 50px;
    position: relative;
}
    .comment_container .next-box:last-child {margin-bottom: 6px;
    }

    .comment_container .next-box:before {
        content: '';
        width: 2px;
        background: #b8b8b8;
        height: 100%;
        position: absolute;
        left: 40px;
    }

.comment_container .up-button {
    border-color: #d6e9c6;
    color: #468847;
    background-color: #dff0d8;
}

.comment_container .down-button {
    border-color: #b94a48;
    color: #b94a48;
    background: #f2dede;
}

.comment_container .up-button, .comment_container .down-button {
    font-size: 12px;
    padding: 3px;
    border: 1px solid;
    border-radius: 4px;
    text-align: center;
    line-height: 12px;
    display: inline-block;
    min-width: 20px;
}

.comment_container .fa.fa-thumbs-up {
    color: #468847;
    font-size: 16px;
    margin: 0 0 0 6px;
}

.comment_container .fa.fa-thumbs-down {
    color: #b94a48;
    font-size: 16px;
    margin: 0 4px 0 10px;
}

.comment_container i.fa {
    cursor: pointer;
}

.comment_container .commented i.fa.fa-thumbs-up , .comment_container .commented i.fa.fa-thumbs-down {
    color: gray !important;
    cursor: no-drop;
}

.comment_container .childInput {
    width: 100%;
    resize: none;
    max-height: 200px;
}

.comment_container .comment-text i.fa {
    font-size: 17px;
    margin-left: 10px;
    color: black;
}

.input-group {
    max-width: 600px;
}

    .input-group textarea {
        max-width: 600px;
    }

input-group-addon btn:not(:first-child) {
    border-right: 1px solid lightgrey;
}




.leaderboard_container .main-wrap * {
    box-sizing: border-box;
}

.leaderboard_container .main-wrap {
    /*background: #f1f1f1;
    padding: 25px 20px;*/
    display: table;
}

.leaderboard_container .box-main {
    /*width: 350px;*/
    float: left;
    margin: 0 15px;
}

.leaderboard_container .leader-wrapper {
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 0 3px #ccc;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

.leaderboard_container .leader-head {
    padding: 12px 15px;
    color: #fff;
    background: dimgrey;
}

.leaderboard_container .slategrey-wrap .leader-head {
    background: lightslategrey;
}

.leaderboard_container .leader-list {
    padding: 10px 15px;
    background: #f4f4f4;
    height: 100%;
    max-height: 440px;
    overflow-y: auto;
}

.leaderboard_container .leader-item {
    cursor: pointer;
    color: #666;
    background: #f8f8f8;
    box-shadow: 0 0 3px #ccc;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    border-radius: 3px;
    float: left;
    width: 100%;
}

    .leaderboard_container .leader-item:hover {
        background: dimgrey;
        color: #fff;
    }

.leaderboard_container .slategrey-wrap .leader-item:hover {
    background: lightslategrey;
    color: #fff;
}

.leaderboard_container .leader-item:hover .leader-img img {
    background: #fff;
}

.leaderboard_container .leader-img {
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid rgba(0,0,0,.1);
    box-shadow: 0 0 3px #ccc;
    margin: 0 10px 0 0;
}

    .leaderboard_container .leader-img img {
        max-width: 100%;
    }

.leaderboard_container .fl {
    float: left;
}

.leaderboard_container .fr {
    float: right;
}

.leaderboard_container .leader-name {
    font-size: 14px;
    padding-top: 15px;
}

.leaderboard_container .leader-score {
    border-left: 1px solid #ccc;
    min-width: 30px;
    height: 30px;
    margin: 15px 0 0;
    text-align: center;
    line-height: 30px;
}

.ppe_listContainer .parentPpe span {
    display: block;
}

.ppe_listContainer .parentPpe .childPpe span {
    display: block;
    margin-left: 20px;
}

.ppe_listContainer {
    /*padding: 0px 6px;
    border: 2px solid #bbb;
    margin-top: 15px;
    width: 500px;*/
}

   

    .ppe_listContainer .checkbox-primary {
        margin-top: 14px;
        margin-bottom: 15px;
    }

        .ppe_listContainer .checkbox-primary input {
            height: 16px;
            width: 16px;
            display: block;
        }

        .ppe_listContainer .checkbox-primary label {
            margin-left: 10px;
        }

    .ppe_listContainer .btn-div, .ppe_listContainer .vote-section {
        text-align: right;
    }

    .ppe_listContainer .fl {
        float: left;
    }

    .ppe_listContainer .fr {
        float: right;
    }

    .ppe_listContainer .per-text {
        width: 100%;
        margin: 6px 0;
    }

    .ppe_listContainer .brdr-btm {
        border-bottom: 2px solid #eee;
        padding-bottom: 5px;
    }

    .ppe_listContainer .img-content {
        width: 80px;
    }

        .ppe_listContainer .img-content img {
            max-width: 80px;
            width: 100%;
        }

    .ppe_listContainer .child-ppe {
        border: 1px solid #ccc;
        padding: 3px 5px;
        margin: 0 4px 5px 10px;
    }


    .ppe_listContainer .fa.fa-thumbs-down {
        color: #b94a48;
        font-size: 22px;
        margin: 0 4px 0 10px;
        cursor: pointer;
    }

    .ppe_listContainer .fa.fa-thumbs-up {
        color: #468847;
        font-size: 22px;
        margin: 0 0 0 6px;
        cursor: pointer;
    }

    .ppe_listContainer .vote-section .perc {
        margin-right: 10px;
    }

    .ppe_listContainer .voted i.fa {
        color: gray !important;
        cursor: no-drop !important;
    }


    .ppe_listContainer .child-content.cal-wdth {
        max-width: calc(100% - 80px);
    }

    .ppe_listContainer .more-detail {
        min-height: 60vh;
    }

    .ppe_listContainer .card-header span.parent-voted {
        margin-top: 8px;
    }

    .ppe_listContainer .card-header a:hover, .ppe_listContainer .card-header a {
        color: black;
        text-decoration: initial;
        display: block;
    }

    .ppe_listContainer .accord {
        border: 2px solid #ccc;
        margin-bottom: 5px;
        padding: 0;
    }

    .ppe_listContainer .child-content h4 {
        margin-top: 2px;
    }

    .ppe_listContainer .child-ppe p {
        margin-bottom: 0px;
    }

    .ppe_listContainer .init-div .disabled {
        pointer-events: all;
        cursor: no-drop;
    }

    .ppe_listContainer .disabled .checkbox.checkbox-primary {
        pointer-events: none;
        cursor: no-drop;
        opacity: .75;
    }

.btn.disabled, .btn[disabled] {
    pointer-events: all;
    cursor: not-allowed;
}

    .btn.disabled:focus, .btn[disabled]:focus {
        outline: 0px auto -webkit-focus-ring-color;
    }

.ppe_listContainer .panel-heading.card-header {
    padding: 0 0 0 8px;
    background: rgba(204,204,204,1);
    background: -moz-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(255,255,255,0.36) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,220,220,1)), color-stop(100%, rgba(255,255,255,0.36)));
    background: -webkit-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(255,255,255,0.36) 100%);
    background: -o-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(255,255,255,0.36) 100%);
    background: -ms-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(255,255,255,0.36) 100%);
    background: linear-gradient(to bottom, rgba(220,220,220,1) 0%, rgba(255,255,255,0.36) 100%);
    -ms-filter: "filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff', GradientType=0 );";
}

.ppe_listContainer .panel-body {
    padding: 0;
}

.ppe_listContainer .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}

.ppe_listContainer .acc-head::before {
    content: "\f107";
    font-family: fontawesome;
    font-size: 16px;
    position: relative;
    top: 6px;
    font-weight: bold;
    padding-right: 5px;
}

.ppe_listContainer .acc-head.collapsed::before {
    content: "\f105";
    padding: 0 5px 0 3px;
}

.ppe_listContainer .parent-h3 {
    float: right;
    margin: 7px 0;
}

.ppe_listContainer .total-vote {
    position: relative;
    bottom: 3px;
}

.ppe_listContainer button.btn-default {
    margin-bottom: 6px;
}

.custom-back {
    background-image: url('/Content/map_pngs/pin_blue.png');
    width: 64px !important;
    height: 64px !important;
    background-size: contain;
    position: absolute;
    top: -64px;
    left: -32px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.cusom-back-alt {
    background-image: url('/Content/map_pngs/transparent1.png');
    width: 32px !important;
    height: 32px !important;
    top: -56px;
    left: -16px;
}

/*css map icons - start*/

.custom-back-alt0 {
    background-image: url('/Content/map_pngs/93538-200.png') !important;
}

.custom-back-alt1 {
    background-image: url('/Content/map_pngs/597006-200.png') !important;
}

.custom-back-alt2 {
    background-image: url('/Content/map_pngs/436183-200.png') !important;
}

.custom-back-alt3 {
    background-image: url('/Content/map_pngs/1053410-200.png') !important;
}

.custom-back-alt4 {
    background-image: url('/Content/map_pngs/987706-200.png') !important;
}

.custom-back-alt5 {
    background-image: url('/Content/map_pngs/200490-200.png') !important;
}

.custom-back-alt6 {
    background-image: url('/Content/map_pngs/52072-200.png') !important;
}

.custom-back-alt7 {
    background-image: url('/Content/map_pngs/53750-200.png') !important;
}

.custom-back-alt8 {
    background-image: url('/Content/map_pngs/53749-200.png') !important;
}

.custom-back-alt9 {
    background-image: url('/Content/map_pngs/53747-200.png') !important;
}

.custom-back-alt10 {
    background-image: url('/Content/map_pngs/27706-200.png') !important;
}

.custom-back-alt11 {
    background-image: url('/Content/map_pngs/35158-200.png') !important;
}

.custom-back-alt12 {
    background-image: url('/Content/map_pngs/52826-200.png') !important;
}

.custom-back-alt13 {
    background-image: url('/Content/map_pngs/28244-200.png') !important;
}

.custom-back-alt14 {
    background-image: url('/Content/map_pngs/35156-200.png') !important;
}

.custom-back-alt15 {
    background-image: url('/Content/map_pngs/1070046-200.png') !important;
}

.custom-back-alt16 {
    background-image: url('/Content/map_pngs/44254-200.png') !important;
}

.custom-back-alt17 {
    background-image: url('/Content/map_pngs/24320-200.png') !important;
}

.custom-back-alt18 {
    background-image: url('/Content/map_pngs/5213-200.png') !important;
}

.custom-back-alt19 {
    background-image: url('/Content/map_pngs/195069-200.png') !important;
}

.custom-back-alt20 {
    background-image: url('/Content/map_pngs/188877-200.png') !important;
}

.custom-back-alt21 {
    background-image: url('/Content/map_pngs/231864-200.png') !important;
}

.custom-back-alt22 {
    background-image: url('/Content/map_pngs/77382-200.png') !important;
}

.custom-back-alt29 {
    background-image: url('/Content/map_pngs/345487-200.png') !important;
}

.custom-back-alt30 {
    background-image: url('/Content/map_pngs/977470-200.png') !important;
}

.custom-back-alt31 {
    background-image: url('/Content/map_pngs/40918-200.png') !important;
}

.custom-back-alt32 {
    background-image: url('/Content/map_pngs/322977-200.png') !important;
}

.custom-back-alt33 {
    background-image: url('/Content/map_pngs/26849-200.png') !important;
}

.custom-back-alt34 {
    background-image: url('/Content/map_pngs/949714-200.png') !important;
}

.custom-back-alt35 {
    background-image: url('/Content/map_pngs/231055-200.png') !important;
}

.custom-back-alt36 {
    background-image: url('/Content/map_pngs/327993-200.png') !important;
}

.custom-back-alt37 {
    background-image: url('/Content/map_pngs/709107-200.png') !important;
}

.custom-back-alt38 {
    background-image: url('/Content/map_pngs/67889-200.png') !important;
}

.custom-back-alt39 {
    background-image: url('/Content/map_pngs/67889-200.png') !important;
}

.custom-back-alt40 {
    background-image: url('/Content/map_pngs/62424-200.png') !important;
}

.custom-back-alt41 {
    background-image: url('/Content/map_pngs/35697-200.png') !important;
}

.custom-back-alt42 {
    background-image: url('/Content/map_pngs/371211-200.png') !important;
}

.custom-back-alt43 {
    background-image: url('/Content/map_pngs/330179-200.png') !important;
}

.custom-back-alt44 {
    background-image: url('/Content/map_pngs/638285-200.png') !important;
}

.custom-back-alt45 {
    background-image: url('/Content/map_pngs/859841-200.png') !important;
}

.custom-back-alt49 {
    background-image: url('/Content/map_pngs/40153-200.png') !important;
}

.custom-back-alt50 {
    background-image: url('/Content/map_pngs/53710-200.png') !important;
}

.custom-back-alt51 {
    background-image: url('/Content/map_pngs/925925-200.png') !important;
}

.custom-back-alt52 {
    background-image: url('/Content/map_pngs/151609-200.png') !important;
}

.custom-back-alt53 {
    background-image: url('/Content/map_pngs/156174-200.png') !important;
}

.custom-back-alt58 {
    background-image: url('/Content/map_pngs/1405-200.png') !important;
}

.custom-back-alt59 {
    background-image: url('/Content/map_pngs/1405-200.png') !important;
}

.custom-back-alt60 {
    background-image: url('/Content/map_pngs/1058321-200.png') !important;
}

.custom-back-alt61 {
    background-image: url('/Content/map_pngs/526075-200.png') !important;
}

.custom-back-alt62 {
    background-image: url('/Content/map_pngs/854421-200.png') !important;
}

.custom-back-alt68 {
    background-image: url('/Content/map_pngs/640783-200.png') !important;
}

.custom-back-alt69 {
    background-image: url('/Content/map_pngs/640783-200.png') !important;
}

.custom-back-alt70 {
    background-image: url('/Content/map_pngs/27706-200.png') !important;
}

.custom-back-alt71 {
    background-image: url('/Content/map_pngs/27706-200.png') !important;
}

.custom-back-alt72 {
    background-image: url('/Content/map_pngs/27706-200.png') !important;
}

.custom-back-alt73 {
    background-image: url('/Content/map_pngs/27706-200.png') !important;
}

.custom-back-alt78 {
    background-image: url('/Content/map_pngs/27706-200.png') !important;
}

.custom-back-alt79 {
    background-image: url('/Content/map_pngs/27706-200.png') !important;
}

.custom-back-alt80 {
    background-image: url('/Content/map_pngs/195069-200.png') !important;
}

.custom-back-alt81 {
    background-image: url('/Content/map_pngs/960648-200.png') !important;
}

.custom-back-alt82 {
    background-image: url('/Content/map_pngs/35156-200.png') !important;
}

.custom-back-alt83 {
    background-image: url('/Content/map_pngs/156153-200.png') !important;
}

.custom-back-alt84 {
    background-image: url('/Content/map_pngs/156153-200.png') !important;
}

.custom-back-alt85 {
    background-image: url('/Content/map_pngs/768061-200.png') !important;
}

.custom-back-alt86 {
    background-image: url('/Content/map_pngs/52072-200.png') !important;
}

.custom-back-alt89 {
    background-image: url('/Content/map_pngs/390699-200.png') !important;
}

.custom-back-alt90 {
    background-image: url('/Content/map_pngs/390699-200.png') !important;
}

.custom-back-alt91 {
    background-image: url('/Content/map_pngs/51600-200.png') !important;
}

.custom-back-alt92 {
    background-image: url('/Content/map_pngs/189796-200.png') !important;
}

.custom-back-alt94 {
    background-image: url('/Content/map_pngs/355027-200.png') !important;
}

.custom-back-alt95 {
    background-image: url('/Content/map_pngs/197582-200.png') !important;
}

.custom-back-alt96 {
    background-image: url('/Content/map_pngs/27706-200.png') !important;
}

.custom-back-alt97 {
    background-image: url('/Content/map_pngs/27706-200.png') !important;
}

.custom-back-alt99 {
    background-image: url('/Content/map_pngs/27706-200.png') !important;
}

.custom-back-alt311 {
    background-image: url('/Content/map_pngs/40918-200.png') !important;
}

.custom-back-alt319 {
    background-image: url('/Content/map_pngs/480545-200.png') !important;
}

.custom-back-alt710 {
    background-image: url('/Content/map_pngs/60067-200.png') !important;
}

.custom-back-alt711 {
    background-image: url('/Content/map_pngs/60067-200.png') !important;
}

.custom-back-alt712 {
    background-image: url('/Content/map_pngs/60067-200.png') !important;
}

.custom-back-alt713 {
    background-image: url('/Content/map_pngs/188572-200.png') !important;
}

.custom-back-alt718 {
    background-image: url('/Content/map_pngs/249473-200.png') !important;
}

.custom-back-alt719 {
    background-image: url('/Content/map_pngs/249473-200.png') !important;
}

.custom-back-alt720 {
    background-image: url('/Content/map_pngs/249473-200.png') !important;
}

.custom-back-alt721 {
    background-image: url('/Content/map_pngs/93538-200.png') !important;
}

.custom-back-alt722 {
    background-image: url('/Content/map_pngs/93538-200.png') !important;
}

.custom-back-alt723 {
    background-image: url('/Content/map_pngs/93538-200.png') !important;
}

.custom-back-alt724 {
    background-image: url('/Content/map_pngs/93538-200.png') !important;
}

.custom-back-alt728 {
    background-image: url('/Content/map_pngs/42674-200.png') !important;
}

.custom-back-alt729 {
    background-image: url('/Content/map_pngs/42674-200.png') !important;
}

.custom-back-alt730 {
    background-image: url('/Content/map_pngs/42674-200.png') !important;
}

.custom-back-alt731 {
    background-image: url('/Content/map_pngs/51600-200.png') !important;
}

.custom-back-alt732 {
    background-image: url('/Content/map_pngs/51600-200.png') !important;
}

.custom-back-alt733 {
    background-image: url('/Content/map_pngs/77382-200.png') !important;
}

.custom-back-alt738 {
    background-image: url('/Content/map_pngs/3822-200.png') !important;
}

.custom-back-alt739 {
    background-image: url('/Content/map_pngs/3822-200.png') !important;
}

.custom-back-alt950 {
    background-image: url('/Content/map_pngs/38447-200.png') !important;
}

.custom-back-alt951 {
    background-image: url('/Content/map_pngs/322977-200.png') !important;
}

.custom-back-alt952 {
    background-image: url('/Content/map_pngs/78740-200.png') !important;
}

.custom-back-alt959 {
    background-image: url('/Content/map_pngs/38447-200.png') !important;
}

.custom-back-alt960 {
    background-image: url('/Content/map_pngs/96919-200.png') !important;
}

.custom-back-alt961 {
    background-image: url('/Content/map_pngs/99607-200.png') !important;
}

.custom-back-alt962 {
    background-image: url('/Content/map_pngs/355028-200.png') !important;
}

.custom-back-alt968 {
    background-image: url('/Content/map_pngs/355028-200.png') !important;
}

.custom-back-alt969 {
    background-image: url('/Content/map_pngs/355028-200.png') !important;
}

.custom-back-alt971 {
    background-image: url('/Content/map_pngs/53746-200.png') !important;
}

.custom-back-alt972 {
    background-image: url('/Content/map_pngs/35157-200.png') !important;
}

.custom-back-alt973 {
    background-image: url('/Content/map_pngs/35158-200.png') !important;
}

.custom-back-alt978 {
    background-image: url('/Content/map_pngs/35156-200.png') !important;
}

.custom-back-alt979 {
    background-image: url('/Content/map_pngs/35156-200.png') !important;
}
/*css map icons - end*/


/*ribbon*/
.ribbon {
    background: rgba(51,51,51,0.7);
    position: absolute;
    top: 350px;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%);
}

.ribbon-item {
    display: inline-block;
    width: 36px;
    text-align: center;
    line-height: 40px;
    height: 39px;
}

    .ribbon-item i.fa {
        font-size: 22px;
        color: white;
        cursor: pointer;
    }

.ribbon-item.disabled i.fa {
    font-size: 22px;
    color: gray;
    cursor: default;
}

    .ribbon-item.arrow i.fa {
        font-size: 10px;
        color: #ccc;
        display: inline-block;
        position: relative;
        bottom: 3px;
    }

    .ribbon-item.arrow {
        padding: 0 7px;
        margin-left: 0;
        width: 26px;
    }

    .ribbon-item:not(.arrow):hover {
        background: rgba(200,200,200,0.8);
    }

        .ribbon-item:not(.arrow):hover i.fa {
            color: black;
        }


.ribbon-item.disabled:not(.arrow):hover {
    background: transparent;
}

.ribbon-item.disabled:not(.arrow):hover i.fa {
    color: gray;
}


    .ribbon-item.arrow:first-child {
        border-right: 1px solid #000;
    }

    .ribbon-item.arrow:last-child {
        border-left: 1px solid #000;
    }

.ribbon .popover-content {
    color: #000;
}

.ribbon .popover {
    border-radius: 0px;
    background: rgba(240,240,240,.7);
}

    .ribbon .popover .arrow::after, .ribbon .popover .arrow {
        border-top-color: rgba(240,240,240,.7);
    }

.ribbon-item.selected {
    border-bottom: 3px solid #fff;
    background: rgba(200,200,200,0.8);
}

    .ribbon-item.selected i.fa {
        color: black;
    }
/*Legend popup*/
.legend {
    width: 300px;
    display: table;
    position: absolute;
    top: 50px;
    left: 10px;
    background: #fff;
    box-shadow: 0px 2px 3px 1px #888;
}

    .legend .head-row {
        background: #333;
        padding: 5px 10px;
        color: #fff;
    }

        .legend .head-row a {
            color: #fff;
        }

            .legend .head-row a:hover, .legend .head-row a:focus {
                text-decoration: none;
            }

    .legend .item-list {
        padding: 10px 0;
    }
    
    .legend .icon img {
        max-width: 64px;
        max-height: 64px;
        padding: 3px;float:left; margin-right:5px;
    }
    .legend .icon{font-size:14px; display:inline-block;}


    .legend .marker-item {
      padding: 2px 5px;
    border-bottom: 1px solid #ccc;
    }

#az_map_container {
    position: relative;
}

.visited_site_img {
    background-image: url('/Content/map_pngs/pin_green.png');
}

.visited_site_new_img {
    background-image: url('/Content/map_pngs/pin_green_new.png');
}

.unvisited_site_recommended_img {
    background-image: url('/Content/map_pngs/pin_blue_recommended.png');
}


.unvisited_site_img {
    background-image: url('/Content/map_pngs/pin_blue.png');
}
/*.unvisited_site {

}*/
input#user-zip {
    max-width: 250px;
}


#legend {
    position: relative;
    width: 400px;
    height: 30px;
    margin-top: 10px;
}

#legendGradient {
    width: 100%;
    height: 15px;
    border: 1px solid black;
}

.group-container {
    padding: 20px;
    border: 2px solid #bbb;
    margin-top: 15px;
    width: 500px;
}

    .group-container .head-main {
        display: flex;
        display: -webkit-flex;
    }

        .group-container .head-main span {
            display: inline-block;
            margin-top: 14px;
            margin-left: 17px;
            font-size: 20px;
            font-weight: 500;
        }

        .group-container .head-main .fa.fa-trophy {
            font-size: 54px;
        }

    .group-container .group-list .group-item {
        padding: 20px;
        border: 2px solid #ccc;
        margin-bottom: 20px;
    }

        .group-container .group-list .group-item h3 {
            margin-top: 0px;
        }

        .group-container .group-list .group-item .border-btm {
            height: 3px;
            background: #666;
            border-radius: 100%;
            margin-bottom: 5px;
        }

#manageAccount .inc-item {
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #555;
    box-shadow: 2px 3px 3px 0 #999;
    margin-right: 3px;
}

#manageAccount #tabMyActivity {
    max-height: 54vh;
    overflow-y: auto;
}

    #manageAccount #tabMyActivity .inc-item p {
        margin-bottom: 5px;
    }

.toolbar .ribbon {
    top: 465px;
}

.incident-map .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

.disable-link {
    cursor: no-drop;
    color: darkgray !important;
}

    .disable-link:hover {
        color: darkgray !important;
    }

span.counts {
    float: left;
    cursor: default;
}

    span.counts span {
        padding: 2px 8px;
        background: #f3f3f3;
        border-radius: 10px;
        color: black;
    }

    span.counts.coins {
        margin-left: 13px;
    }

.pl0 {
    padding-left: 0 !important;
}

#onboarding_container {
    background: rgba(255,255,255,.8);
    padding: 25px;
    align-self: center;
    margin: auto;
    white-space: normal;
    max-width: 720px;
}

.VerticallyCenteredParent {
    min-height: 100%;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

    .VerticallyCenteredParent:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; /* Adjusts for spacing */
    }

.VerticallyCenteredChild {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.FlexGrow {
    display: flex;
    display: -webkit-flex;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

/*.question-main {
    max-width: 500px;
    padding: 10px;
    border: 2px solid lightgray;
    margin-top: 20px;
}*/

    .question-main .question {
        padding: 10px;
        border: 1px solid lightgray;
    }

.question {
    margin-bottom: 15px;
}

    .question input[type=radio], .question input[type=checkbox] {
        height: 17px;
        width: 17px;
    }

    .question textarea {
        resize: none;
    }

    .question .row.col-md-12 {
        margin-top: 10px;
    }

    .question .col-md-2 {
        padding-left: 0;
    }

.mode-option label, .question-options label {
    position: relative;
    bottom: 3px;
    margin-left: 5px;
}

.correct-div input {
    float: left;
}

    .correct-div input[type=text] {
        width: calc(100% - 25px);
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .correct-div input[type=radio], .correct-div input[type=checkbox] {
        margin-top: 8px;
    }

.error-message {
    float: left;
    color: red;
}

.question-options {
    margin-bottom: 15px;
}

    .question-options label {
        font-weight: normal; display:block;
    }
    .question-options input[type=radio], .question-options input[type=checkbox] {
    position: relative;
    top: 4px;
   }

span.question-vote {
    padding: 2px;
    /*border: 2px solid dimgray;*/
    margin-left: 6px;
    font-size: 20px;
    line-height: 35px;
}

span.vote-up-question {
    padding-right: 0px;
}

.next-prev-arrow-div .next-question {
    padding-right: 12px;
}

.next-prev-arrow-div span {
    padding: 1px 14px;
    border: 2px solid dimgray;
    margin-left: 6px;
    font-size: 27px;
    line-height: 44px;
}

.question-main .row.col-md-12 {
    padding-right: 0;
    margin: 10px 0 0 0;
    padding-left: 0;
}

.row.col-md-12 label {
    margin-bottom: 2px;
}
.question-main .voted .question-vote {
        color: gray !important;
        cursor: no-drop !important;
    }
.question-vote, .next-prev-arrow-div span { cursor:pointer;
}

.AboutPage .stepIcon{
    height:150px;
    background:lightgray;
    text-align:center;
    padding-top:30px;
    margin-top: 10px;
    margin-bottom: 15px;
    position:relative;
    border:3px solid #333333;
}

    .AboutPage .stepIcon:before {
        content: '1';
        position: absolute;
        top: -19px;
        color:white;
        border-radius: 50%;
        padding-top:3px;
        left:50%;
        transform: translateX(-50%);
        font-size: 20px;
        background-color: #333333;
        width:35px;
        height:35px;
    }

    .AboutPage .zip:before {
        content:'2';
    }

    .AboutPage .profile:before {
        content: '3';
    }
    
    .AboutPage .explore:before {
        content: '4';
    }


    

.AboutPage .stepIcon span{
    display:block;
    width:100%;
    text-align:center;
    font-size:17px
}
.clr-grn {color:limegreen;
}
.clr-red {color:red;
}

.chng-pro-type input[type="checkbox"] {
    width: 17px;
    height: 17px;
    position: relative;
    top: 3px;
    margin-right: 8px;
}
.chng-pro-type .row.col-md-12 {
    line-height: 30px;
}
.chng-zip .lbl-left,.chng-zip #txtZipCode, .chng-zip #btnUpdateZip{ float:left; margin-right:10px;
}
.active-pro:hover, .active-pro:focus {text-decoration:none; cursor:context-menu;
}

.grid-item-content {
    background: #efefef;
    /* padding: 15px; */
    padding-top: 0;
    padding-bottom: 15px;
    margin-top: 30px;
    border: 1px solid #ddd;
}

textarea.resize-control.form-control{
    max-height: 80px;
}

.usersList_container { margin: 10px 110px;
}
    .usersList_container table thead tr th:last-child { width:90px;
    }
    .usersList_container table tbody tr td:last-child { text-align:center;
    }
    .usersList_container table tbody tr td { padding:3px 5px;
    }

footer{
    background: #333;
    color:#ddd;
    margin-top: 25px;
}

footer .footer-copy{
    background: #222;
    color:#555;
    margin:0;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .quickLinks{
    min-height:70px;
    background-color: #333333;
}
.resource_container .show-rate { clear:both;float:left;
}
.resource_container .text-justify {text-align:justify;
}
.contr-name{display: inherit;
/*    font-weight: bold;*/
    margin-bottom: 7px;
    font-style: italic;
}

.question-main .fa.fa-thumbs-up{color: #468847; font-size:22px;
}
.question-main .fa.fa-thumbs-down { color: #b94a48; font-size:22px;
}
.question-main .voted .fa {    color: gray;
}
.question-main .participants-question { float:left; margin-top: 8px;
}
.question-main .editQuestion { text-align: right; margin-bottom:5px;
}
.question-main .editQuestion i.fa{ font-size: 17px; margin-left: 10px; color: black; 
}

#LevelModal #LevelModalTitle {
    font-weight: bold;
    text-align: center;
}

.modal-dialog.fullscreen {
    width: 100%;
    max-width: 1000px;
}

.carousel.Text .item {
    padding: 5px 60px;
    min-height: 275px;
    background: #eee;
  
}

.carousel.Text .carousel-control {
    background: none;
    width: 50px;
    color: #505050;
    opacity: .9;
    font-size: 50px !important;
    position: absolute;
}

    .carousel.Text .carousel-control .fa {
        padding-top: 40px;
    }

.carousel.Text .carousel-control:hover, .carousel.Text .carousel-control:hover {
    color: #2b2b2b;
}

.carousel.Text .carousel-indicators {
    bottom: -35px;
}

    .carousel.Text .carousel-indicators li {
        background-color: #bbb;
    }

.carousel.Text .carousel-indicators li.active {
    background-color: #666;
}

.similarOverlay {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    background: rgba(0, 0, 0, .8);
}

.similarOverlay i {
    padding-top: 40px;
}

#SurveyModal button, #oshaDetailModal button {
    position: absolute;
    top: -2px;
    right: -4px;
    font-size: 40px;
/*    background: gray;*/
/*    color: white;*/
    border-radius: 50%;
    width: 40px;
    height: 40px;
/*    opacity: 1;*/
}

#SurveyModal button:hover {
/*    background: darkgray;*/
}
#SurveyModal .modal-dialog, #SurveyModal .modal-content, #SurveyModal .modal-body, #SurveyModal iframe {
    height: 100%;
}
#oshaDetailModal .modal-dialog, #oshaDetailModal .modal-content, #oshaDetailModal .modal-body, #oshaDetailModal iframe {
    height: 100%;
}

#SurveyModal .modal-body, #oshaDetailModal .modal-body {
    padding-top: 30px;
    padding-left:30px;
    padding-right:30px;
}

#SurveyModal iframe, #oshaDetailModal iframe {
    width: 100%;
}
#oshaDetailModal .modal-dialog.fullscreen {
    max-width: 1070px;
}

.loader-overlay {
    background:rgba(0, 0, 0, .8);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:9999;
}
#loading-circle {
        border: 10px solid #b3b2b2;
    border-radius: 50%;
    border-top: 10px solid #4a4848;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: relative;
    top: 45%;
    left: 45%;
    transform: translate(-50%);
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.tree {
        min-height: 20px;
        padding: 0;
        margin-bottom: 20px;
        background: #fff;
        width:100%;
        min-width:250px;
        max-height:370px;
        overflow-y:auto;
    }

        .tree li {
            list-style-type: none;
            margin: 0;
            padding: 10px 5px 0 5px;
            position: relative;
        }
        .tree ul:first-child { padding-left:0
        }
        .tree ul ul { padding-left:10px;
        }
            .tree li::before, .tree li::after {
                content: '';
                left: -20px;
                position: absolute;
                right: auto;
            }

            .tree li::before {
                /*border-left: 1px solid #999;*/
                bottom: 50px;
                height: 100%;
                top: 0;
                width: 1px;
            }

            .tree li::after {
                /*border-top: 1px solid #999;*/
                height: 20px;
                top: 25px;
                width: 25px;
            }

            .tree li span {
                /*-moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border: 1px solid #999;
                border-radius: 5px;*/
                display: inline-block;
                padding: 3px 8px;
                text-decoration: none;
            }

            .tree li.parent_li > span {
                cursor: pointer;
                background: #eee;
            }

        .tree > ul > li::before, .tree > ul > li::after {
            border: 0;
        }

        .tree li:last-child::before {
            height: 30px;
        }

        .tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
            color: #000;
        }

    i.fa.fa-file-text-o {
        font-size: 20px;
        float: left;
        margin-top: 2px;
        margin-right: 7px;
    }

    .tree.well .p-folder {
        margin-bottom: 0;
    }
.tree .fa-folder-open, .tree .fa-folder { padding-right:5px;
}
.treeView.col-md-12, .treeView .col-md-6 {
    padding: 0 5px !important;
    margin: 0 !important;
}
.tree .lastlevelli { padding: 0 0 2px!important;
    line-height: 16px;
    font-size: 13px;    border-bottom: 1px solid #d2d2d2;
}
.tree li.lastlevelli span {
    padding: 4px 0px;
}

.annotationUsername {
    padding: 0;
    font-style: italic;
    color: #428bca !important;
    margin: 0;
    height: 35px;
}

.starPointText {
    font-size: .8em;
}

.pointTable {
    width: initial;
    border: 2px solid lightgray;
}

.pointTable td {
    vertical-align: middle !important;
}

.pointTable tr td:first-child {
    /*font-weight: bold;*/
    font-style: italic;
    font-size: 18px;
}

.pointTable tr td:last-child {
    text-align: center;
}

#modalEditScenario .col-md-12 { padding:0;margin:0;
}
#modalEditScenario .modal-dialog fieldset {border: 1px solid darkgray; margin-top:10px;
}
#modalEditScenario .modal-dialog legend {    width: initial;
    padding: 0 5px;
    margin-left: 10px;
    border: 0; margin-bottom:5px; font-size:16px;font-weight:bold;
}
#modalEditScenario .input-item-div ul {display:inline-block; padding-left:15px;
}
#modalEditScenario .input-item-div ul li {    float: left;
    display: inline-block;
}
#modalEditScenario .input-item-div input[type=number] { width:50px; margin:0 5px;
}
#modalEditScenario .input-item-div label{ font-weight:initial
}
#modalEditScenario .input-item-div .chkMetadata, #modalEditScenario .save-div input[type=checkbox]{    margin-right: 3px;
    position: relative;
    top: 3px;
    height: 15px;
    width: 15px;
}
#modalEditScenario .metadatadiv ul li label, #modalEditScenario .save-div label {    margin-right: 12px;
}
#modalEditScenario .metadatadiv ul li{    width: 110px;
}
#modalEditScenario .font-courier-propo{font-family: Courier,proportional;
}
#modalEditScenario .save-div { text-align : right;margin-top:15px;
}
#modalEditScenario .modal-header {padding:8px 15px 3px;
}

#modalAddScenario .col-md-12 {
    padding: 0;
    margin: 0;
}

#modalAddScenario .modal-dialog fieldset {
    border: 1px solid darkgray;
    margin-top: 10px;
}

#modalAddScenario .modal-dialog legend {
    width: initial;
    padding: 0 5px;
    margin-left: 10px;
    border: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

#modalAddScenario .input-item-div ul {
    display: inline-block;
    padding-left: 15px;
}

    #modalAddScenario .input-item-div ul li {
        float: left;
        display: inline-block;
    }

#modalAddScenario .input-item-div input[type=number] {
    width: 50px;
    margin: 0 5px;
}

#modalAddScenario .input-item-div label {
    font-weight: initial
}

#modalAddScenario .input-item-div .chkMetadata, #modalAddScenario .save-div input[type=checkbox] {
    margin-right: 3px;
    position: relative;
    top: 3px;
    height: 15px;
    width: 15px;
}

#modalAddScenario .metadatadiv ul li label, #modalAddScenario .save-div label {
    margin-right: 6px;
}

#modalAddScenario .metadatadiv ul li {
    width: 135px;
}

#modalAddScenario .font-courier-propo {
    font-family: Courier,proportional;
}

#modalAddScenario .save-div {
    text-align: right;
    margin-top: 15px;
}

#modalAddScenario .modal-header {
    padding: 8px 15px 3px;
}
h3 .fa.fa-info-circle.pull-right { cursor:pointer;
}.interactionsCarousel img{
    width: 100%;
    border: 1px solid lightgray;
    border-radius: 8px;
    max-height: 400px;
    margin-bottom: 15px;
}

#carousel-interactions .item {
    min-height: 430px !important;
}

.pointTable th:last-child {
    text-align: center;
}

.modal .pointTable {
    width: 100%;
}

#pHelpText img {
    margin: auto;
    display: inherit;
    border: 1px solid lightgray;
    border-radius: 5px;
    margin-bottom: 10px;
}
.quickLinks ul {padding-left: 5px;
}
.quickLinks ul li { display:block;
}
.quickLinks ul li a { color:#fff;
}

.row:after {
    position: initial !important;
}
.wdth70 { width:70px;
}
.macrodiscuss-container {
     text-align:left;
}
    .macrodiscuss-container .tabContainer { margin-top:15px; border:1px solid #ddd;
    }
    .macrodiscuss-container .panel-heading {
        padding: 10px 0;
    }
    .macrodiscuss-container .nav.nav-tabs { padding-left:10px;
    }
    .macrodiscuss-container .nav.nav-tabs .active a{ background-color:#eee;
    }
    .macrodiscuss-container ul.dis-block { padding-left:2px;
    }
    .macrodiscuss-container .dis-block li {
        display: block; cursor:pointer;
        padding: 5px;
        margin-right: 2px;
    }
    .macrodiscuss-container .nav-tabs > li > a { padding:5px; color: #333;
    }
        .macrodiscuss-container .nav-tabs > li > a:hover { background:#fff;
        }
.macrodiscuss-container .tab-pane.fade {max-height:400px; overflow-y:auto;
}
    .macrodiscuss-container .dis-block li:nth-child(even) { background: #dcdcdc;
    }
.macrodiscuss-container .dis-block li:hover {background: #7d7c7c; color: white;
}
.statereport { margin:15px 0; border:1px solid #ccc;
}
.highcharts-container { max-width:550px!important;
        }
.statereport svg {
    max-width: 100% !important;
}
p#annotatorSection {
    text-align: justify;
    max-height: 457px;
    /* overflow-y: auto;*/
}
.pr0 {padding-right:0;
}
li.selected{
    background-color:lightblue !important;
}
.highcharts-axis-labels.highcharts-xaxis-labels span{ left:0!important; overflow: hidden;
    height: 32px;}
.highcharts-axis-labels.highcharts-xaxis-labels label {
    font-weight: normal;
    white-space: normal;
    max-height: 32px;
    overflow: hidden;
    margin-left: 4px;
    width: 122px;
}
.highcharts-axis-labels.highcharts-xaxis-labels .img-heatmap { cursor:pointer; float:left;
}
    .highcharts-axis-labels.highcharts-xaxis-labels .img-heatmap.activeImgBtn { pointer-events:none;
    }

  .highcharts-axis-labels.highcharts-xaxis-labels .study-icon {
    float: right;
    position: absolute;
    right: -2px;
    width:34px;cursor:pointer;
}

    /* Ratings widget */
.sitedesc-rate-section .rate {
    display: inline-block;
    border: 0;
}
    /* Hide radio */
    .sitedesc-rate-section .rate > input {
        display: none;
    }
    /* Order correctly by floating highest to the right */
    .sitedesc-rate-section .rate > label {
        float: right;
    }
        /* The star of the show */
        .sitedesc-rate-section .rate > label:before {
            display: inline-block;
            font-size: 2.1rem;
            padding: .3rem .2rem;
            margin: 0;
            cursor: pointer;
            font-family: FontAwesome;
            content: "\f005 "; /* full star */
        }
        /* Zero stars rating */
        .sitedesc-rate-section .rate > label:last-child:before {
            content: "\f006 "; /* empty star outline */
        }
    /* Half star trick */
    .sitedesc-rate-section .rate .half:before {
        content: "\f089 "; /* half star no outline */
        position: absolute;
        padding-right: 0;
    }
/* Click + hover color */
.sitedesc-rate-section input:checked ~ label, /* color current and previous stars on checked */
.sitedesc-rate-section label:hover, .sitedesc-rate-section label:hover ~ label {
    color: #73B100;
}
    /* color previous stars on hover */

    /* Hover highlights */
    .sitedesc-rate-section input:checked + label:hover, .sitedesc-rate-section input:checked ~ label:hover, /* highlight current and previous stars */
    .sitedesc-rate-section input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
    .sitedesc-rate-section label:hover ~ input:checked ~ label /* highlight previous selected stars */ {
        color: #A6E72D;
    }

.sitedesc-rate-section .rate-count, .sitedesc-rate-section .view-count {
    line-height: 50px;
    vertical-align: text-bottom;
    padding-left: 11px;
}
.sitedesc-rate-section .view-count {
    color: #dd2c28; font-size:16px;
}
    .sitedesc-rate-section .rate-count .fa-user {
        padding-left: 5px;
    }


.sitedesc-rate-section .addnewrateSiteDesc {
    float: right;
    margin-top: 6px;
    margin-left: -45px;
}

.sitedesc-rate-section .disableaddnewrate {
    pointer-events: none;
    opacity: 0.5;
}
.sitedesc-rate-section .ratenew {width:240px;
}
.sitedesc-rate-section .show-rate .lbldetail {    padding-top: 12px;
    padding-right: 11px;
    font-weight: bold;
}
.sitedesc-rate-section { position:relative; bottom:16px;
}
.lastlevelli label{ display:block!important;font-weight: initial;
}
.lastlevelli input[type=checkbox]{ margin-right:5px;
}
.grn-back { background-color:#d1ffc0;
}
.lrn-more {    margin-top: 22px;
    margin-bottom: 0;
}
.lrn-more label {margin-bottom:0; cursor:pointer;
}
.lrn-more i.fa{ width:22px; color:black;
}
.lrn-more i.fa.fa-chevron-right{ padding-left: 5px;
}
.lrn-more i.fa.fa-chevron-down{     padding-left: 3px;
    position: relative;
    bottom: 1px;
}
    .lrn-more #lrnMoreContent { margin-top:5px;
    }
    .bkg-grd {
        background: -webkit-linear-gradient(to right,#ffcc00,#219c00);
        background: -o-linear-gradient(to right,#ffcc00,#219c00);
        background: -moz-linear-gradient(to right,#ffcc00,#219c00);
        background: linear-gradient(to right,#ffcc00,#219c00);
        display: inline-block;
        margin-bottom: 50px;
        pointer-events: none;
    }

        .bkg-grd ul {
            padding: 0;
            margin: 0;
        }

            .bkg-grd ul li {
                display: inline-block;
                font-size: 21px;
                font-weight: bold;
                padding: 10px 22px;
            }

                .bkg-grd ul li:first-child {
                    border-left: none;
                }

        .bkg-grd .popover {
            background: #a0d4ff;
            border-radius: 0;
            font-size: 15px;
        }

            .bkg-grd .popover.bottom .arrow:after {
                border-bottom-color: #a0d4ff;
            }

        .bkg-grd .popover-content {
            padding: 5px 4px;
            font-size: 16px;
            font-weight: bold;
        }
.myfootnote {
        font-size: 10px;
    }
.sitedesc-rate-section .ratenew.rankDesc {
    width: 215px;
}
.sitedesc-rate-section .rate-loading {text-align:center; margin-top:15px; font-weight:bold;
}
.rankDescPartial { width: calc(100% - 70px);
}
.cmnt-starter { background-color:#ccc; padding: 5px; font-weight:bold;
    margin-bottom: 0px;
    margin-top: 0px;
}
#ddlConvStarter {margin-bottom:10px;
}
.mainDiv hr { margin:0;
    border: 0;
    border: 3px solid #CCC;
}
#similarContainer footer { display:none;
}
.content-loading { display:inline-block; padding:5px 10px; font-size:15px;
}
#similarContainer .content-loading { display:block; padding:5px 10px; font-size:15px; border: 2px solid #ccc;margin-top:5px;
}


#dvPlayVideo a:focus, #dvPlayVideo a:hover{ color:white;
}

.JumboLearn .fa-search,#dvPlayVideo .fa-link { margin-right:14px;
}
#dvPlayVideo { display:inline-block;width:400px; 
}
#dvPlayVideo #vdoMsgToReviewer {position:relative; 
}
.leader-img .fa-user { display:block;text-align:center;color:#353535;
}
   .leader-list .leader-item:hover .leader-img.fl{background-color:#fff;
    }


.annotator-wrapper {
  
    overflow: auto;
    padding-right: 5px;
}

#liveAlertPlaceholder {
    position: fixed;
    right: 50px;
    z-index: 9999;
    top: 60px;
}
    #liveAlertPlaceholder > .alert {
        box-shadow: 4px 6px 6px 5px #ccc;
        margin: 0;
    }
    #liveAlertPlaceholder > .alert > .btn-close {
        background: transparent;
        border: none;
        margin-left: 11px;
        font-size: 16px;
    }


.modal-backdrop.fade {
    opacity: .7
}

.fade {
    opacity: 1;
}
