﻿#Body, html, body {
    background-color: #ffffff;
    color: #454545;
    font-size: 16px;
    font-family: 'IAS Ribbon Sans Bold';
    line-height: 1.5;
    letter-spacing: 0px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}

.linkSessionReport {
    color: #000000;
    text-decoration: none;
    font-family: 'IAS Ribbon Sans Light';
}

    .linkSessionReport:hover {
        cursor: pointer;
        text-decoration: underline;
        color: #000000;
        background-color: transparent;
        font-family: 'IAS Ribbon Sans Light';
    }

h2 {
    color: #CC0022;
    font-family: 'IAS Ribbon Sans Bold';
    font-size: 2em;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 {
    color: #CC0022;
    font-family: 'IAS Ribbon Sans Bold';
    font-size: 1.2em;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.contentListInfoReadonly {
    margin-top: 10px;
}

.titleInfoReadonly {
    font-size: 0.8em;
    font-weight: 700;
    color: #CC0022;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'IAS Ribbon Sans Bold';
    padding-bottom: 0px;
}

.contentInfoReadonly {
    padding-bottom: 25px;
    font-weight: bold;
    font-family: 'IAS Ribbon Sans Light';
    color: #000000;
}

.modal-body {
    background-color: white;
    background-color: #ffffff;
    color: #454545;
    font-family: 'IAS Ribbon Sans Bold';
    line-height: 1.5;
    letter-spacing: 0px;
    padding: 0px 25px 25px 25px;
    margin-top: 0px;
}

.modal-header {
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'IAS Ribbon Sans Bold';
    border-bottom: none;
    display: block;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.modal-title {
    font-size: 1.2em;
    color: #E0001B;
    padding: 0px 0px 0px 10px;
}

div .logo {
    float: left;
    position: absolute;
    left: 0;
    z-index: 1;
}

.fade:not(.show) {
    opacity: 100;
}

/*.modal {
    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;*/
    /*display: block;
}*/

/*.logo, .logo a {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
}*/
