﻿/*
    CSS for fonts and headers
*/

.igc-backoffice, 
.igc-backoffice .ui-widget-content, 
.igc-backoffice p{
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #656565;
}

.igc-backoffice h3 {   
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #283747;
}

.igc-backoffice h4 {    
    margin-top: 10px;
    opacity: 0.87;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #283747;
    margin-bottom: 2px;
}

.igc-backoffice .highlight{
    color: #1e88e5;
}

.igc-backoffice .clickable {
    cursor: pointer;
}

.igc-backoffice a{
    color: #1e88e5;
}
.igc-backoffice a:hover{
    color: #3599f1;
}

.igc-backoffice .text-right{
    text-align: right;
}

.igc-backoffice .text-left{
    text-align: left;
}