

/* Colors and Backgrounds*/
/* Grays */
.color-g1{color: #d7d7d7;}
.color-g2{color: #b7b7b7;}
.color-g3{color: #9d9b9b;}
.color-g4{color: #818181;}

.bg-g1{background-color: #d7d7d7;}
.bg-g2{background-color: #b7b7b7;}
.bg-g3{background-color: #9d9b9b;}
.bg-g4{background-color: #818181;}

/* Other Colors */
.white {color: #ffffff;}
.clear-blue {color: #0cf0f9;}
.deep-blue {color: #1a428a;}
.magenta {color: #ec0c88;}
.purple {color: #a6228e;}
.sandy {color: #fcf6e0}
.sunny-yellow {color: #ffba00;}
.sunset {color: #f47920;}
.turquoise {color: #36a1b1;}
.red {color: red}
.black {color: #414042;}

.bg-white {background-color: #ffffff;}
.bg-black {background-color: #414042;}
.bg-clear-blue {background-color: #0cf0f9;}
.bg-deep-blue {background-color: #1a428a;}
.bg-magenta {background-color: #ec0c88;}
.bg-purple {background-color: #a6228e;}
.bg-sandy {background-color: #fcf6e0;}
.bg-sunny-yellow {background-color: #ffba00;}
.bg-sunset {background-color: #f47920;}
.bg-turquoise {background-color: #36a1b1;}

.box-shadow { box-shadow:  0 0 12px #b7b7b7;}
.box-shadow-medium { box-shadow: 0 0 20px #b7b7b7;}

.bg-blue {background-color: #0585cd;}
.bg-cyan {background-color: #a9cfe1;}
.bg-yellow {background-color: #ffc73b;}
.bg-turquoise {background-color: #36a1b1;}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* Box Info */
.info-box{
    border-top: solid 2px #0585cd;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}
.info-box.box-yellow{
    border-top: solid 2px #ffc73b;
}
.info-box-heading{
    font-size: 12pt;
    color: #0585cd;
    font-weight: bold;

}
.info-box-body{
    min-height: 170px;
    padding-left: 8px;
    padding-right: 8px;
}
.info-box-body.no-fixed-height{
    min-height: auto !important;
}
.info-box-heading p{
    padding-top: 5px;
    padding-bottom: 4px;
    margin-left: 8px;
    margin-right: 8px;
    border-bottom: #9d9b9b solid 1px;
}

.info-box-desc{
    font-size: 8pt;
    padding-left: 8px;
    padding-right: 8px;
}

.info-box-link{
    font-size: 8pt;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
}
.info-box-body .inner-title{
    font-weight: bold;
    font-size: 13pt;
    border-bottom: 1px dotted #d7d7d7;
    margin-left: 8px;
    margin-right: 8px;
}
.info-box-body .inner-subtitle{
    font-weight: bold;
    font-size: 8pt;
    margin-left: 8px;
    margin-right: 8px;
}

.info-box .legend {
    font-size: 6pt;
}

.info-box .progress{
    background-color: #9d9b9b;
    border-radius: 11px;
    height: 15px;
}

.info-box .centerChartLabel{
    height: 250px;
    line-height: 250px;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 10px;
    vertical-align: middle;
    width: 250px;
    left: 72px;
    z-index: 999;
}

.info-box table{
    width: 100%;
}
.info-box table th .blue-line{
    bottom: 0;
    text-align: end;
    border-bottom: 1px solid #0585cd;
    vertical-align: bottom;
}
.info-box table th{
    font-weight: bold;
    font-size: 10pt;
    padding: 8px;
    line-height: 1.42857143;
}
.info-box table td{    
    font-size: 10pt;
    padding: 8px;
}
.info-box table.info-box-table tbody tr {
    border-bottom: 1px dotted #9d9b9b;
}

.info-box .btn-block{
    font-size: 9pt;
    font-weight: bold;
    letter-spacing: 0.1em;;
}

.dotted-bottom{
    border-bottom: 1px dotted #9d9b9b;
}

.info-box .icon-container{
    border: 2px solid #9d9b9b;
    border-radius: 50%;
    width: 80pt;
    height: 80pt;
    margin-left: 31%;
}

.info-box .center-icon {
    text-align: center;
    position: relative;
    top: 21%;
    left: 15%;
}

.info-box .item-link{
    font-size: 10pt;
}

.info-box .provider-search ul li{
    padding: 5pt;
    font-size: 8pt;
    font-weight: bold;
}
.info-box .provider-search ul li a{
    text-decoration: none;
    color: #818181;
    border-bottom: dotted #b7b7b7 0.1em;
}
