﻿.reviewHolderHeader {
    background-color: #479fd7;
    color: white;
    text-align: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 25px;
}

.reviewHolderSubHeader {
    background-color: #d1e7f5;
    font-family: Questrial,sans-serif !important;
    font-size: 14px;
    padding: 10px;
    padding-left: 25px;
}

.fa-question-circle {
    color: white;
    z-index: 9999;
    font-size: 18px!important;
}

.close {
    text-align: end;
    top: 10px;
    left: 96%;
}

.modal-body {
    max-height: calc(90vh - 100px) !important;
}

/*
.modal {
    left: 30%!important;
    width:70%!important;
    text-align:left!important;
}

*/

.reviewHolderHeader a {
    margin-right: 10px;
    text-align: right;
    color: white;
    float: right;
}

/*.btn {
    color: White;
    background-color: #479fd7 !important;
    border-width: 0 !important;
    padding: 15px 60px 15px 60px !important;
    background-image: none !important;
}*/


.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

