﻿#overlay {
    background-color: black;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7; /* also -moz-opacity, etc. */
    z-index: 10;
}

/*#overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: black;
    /*background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}*/

.overlay-content {
    position: relative;
    top: 35%;
    left: 25%;
    width: 50%;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    color: white;
}


/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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%;
}*/

/* QR code generator */
/*#qrCode {
    margin: 15px;
}*/



/* Hide/rearrange for smaller screens */
/*@media screen and (max-width: 767px) {
    /* Hide captions */
    /*.carousel-caption {
        display: none;
    }*/
/*}*/


.progressbar {
    /*background-color: white;*/
    background-color: #EEE;
    /*border-radius: 13px;*/ /* (height of inner div) / 2 + padding */
    /*padding: 3px;*/
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.progressbarscore {
    background-color: deepskyblue;
    /*width: 40%;*/ /* Adjust with JavaScript */
    height: 30px;
    vertical-align: central;
    margin: 0px;
    padding: 0px;
    color: white;
    align-items: center;
    /*border-radius: 10px;*/
}
.progressbarscoretrans {
    /*background-color: white;*/
    background-color: #EEE;
    /*width: 40%;*/ /* Adjust with JavaScript */
    height: 20px;
    vertical-align: central;
    margin: 0px;
    padding: 0px;
    color: dodgerblue;
    align-items: center;
    /*border-radius: 10px;*/
}



.scorered {
    height: 20px;
    background: red;
    width: 45%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    float: left;
}
.scoreredtransp {
    height: 10px;
    /*background-color: white;*/
    background-color: #EEE;
    width: 45%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    float: left;
    font-size: 7px;
}
.scoreorange {
    height: 20px;
    background: orange;
    width: 18%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    float: left;
}
.scoreorangetransp {
    height: 10px;
    background: white;
    width: 18%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    float: left;
    font-size: 7px;
    word-wrap: break-word;    
}
.scoreyellow {
    height: 20px;
    background: yellow;
    width: 10%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    float: left;
}
.scoreyellowtransp {
    height: 10px;
    background: white;
    width: 10%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    float: left;
    font-size: 7px;
    word-wrap: break-word;
}
.scorelightgreen {
    height: 20px;
    background: #4cff00;
    width: 9%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    float: left;
}
.scorelightgreentransp {
    height: 10px;
    /*background-color: white;*/
    background-color: #EEE;
    width: 9%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    float: left;
    font-size: 7px;
    word-wrap: break-word;
}
.scoregreen {
    height: 20px;
    background: green;
    width: 18%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    float: left;
}
.scoregreentransp {
    height: 10px;
    /*background-color: white;*/
    background-color: #EEE;
    width: 18%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    float: left;
    font-size: 7px;
    word-wrap: break-word;
}
.noBorder {
    border: 0px;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

#scorewrapper {
    border: 0px;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}


/*Tab*/
/*.nav-pills > li.active > a, .btn-primary {
    background-color: #6C6C6C !important;
    border-radius: 3px;
}*/

/*Report*/
/*h2 {
    overflow: hidden;
    text-align: center;
    font-size: 1em;
}

    h2:before,
    h2:after {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        content: "";
        display: inline-block;
        height: .1em;
        position: relative;
        vertical-align: middle;
        width: 50%;
        margin-bottom: .15em;
    }

    h2:before {
        right: 0.5em;
        margin-left: -50%;
    }

    h2:after {
        left: 0.5em;
        margin-right: -50%;
    }

    /*Report*/

.loading-icon {
    /*background: url('../images/est_640.png') no-repeat scroll center #fff;*/
    background-color:steelblue;
    display: inline-block;
    font-size: 0;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999999999999999 !important;
    opacity: .5;
}

.circle {
    border: 0px solid #a1a1a1;
    padding: 10px 11px;
    width: 1px;
    border-radius: 50%;
    /*border-radius:1px;*/
    margin-left: auto;
    margin-right: auto;
    width: 1%;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    align-content:center;
    vertical-align: middle;
    line-height: 1px;
    align-items:center;
    height: 1px;
}
.circle_na {
    background: #adacac;
    content: "N/A";
}
.circle_paid {
    background: #8fcc8f;
}
.circle_30 {
    background: #eded69;
    content: "30";
}
.circle_60 {
    background: #dbdb76;
    content: "60";
}
.circle_90 {
    background: #e9903b;
    content: "90";
}
.circle_120 {
    background: #eb5b3b;
    content: "90";
}

.back-alternate {
    background-color: #dbeef5;
}

.back-header {
    background-color: #c9e5ef;
}

.font12 {
    font-size: x-large;
    font-weight: 100;
}

