/* 
    Created on : Aug 12, 2015, 12:41:23 PM
    Author     : Dushmantha Gunasingha
    Email      : dush@fanaticzine.com
*/

body{
    background-color: #ebf1f5; 
}

.fz-name-bar{
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: #3b454d;
}

.fz-name-bar h3{
    color:#fff;
    font-family: 'Roboto';
    font-weight: 700;
    padding: 0;

    margin-top: 10px;
    padding-left: 15px;

}

.fz-profile-menu{
    background-color: #2b3238;
    height: 50px;
    padding: 12px;
    padding-top: 5px;

}

.fz-profile-menu a {
    color:#fff;
    font-family: 'Roboto';
    font-weight: 700;
}

.fz-profile-menu .dropdown-menu{
    background-color: #2b3238;
    margin-top: 0;
}

.fz-profile-menu .dropdown-menu a {
    color:#fff;
    font-family: 'Roboto';
    font-weight: 700;
}

.fz-profile-menu .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    background-image: none;
    background-color: #3b454d;
    color:#fff;
}

.fz-main-links a{
    color: #959595;
    font-family: 'Roboto';
    font-weight: 700;
}

.fz-main-links a:hover{
    color: #008dcf !important;

}

.fz-main-links > .active > a{
    color: #008dcf !important;
    font-family: 'Roboto';
    font-weight: 700;
    background-image: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.fz-ash-label-text{
    color: #839ca8;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 12px;
}

.fz-blue-text{
    color: #008dcf;
    font-family: 'Roboto';
    font-weight: 700;
    text-transform: uppercase;
}

.fz-control-from label {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 11px;
    color:#fff;

}

.fz-control-from select {
    font-family: 'Roboto';
    font-weight: 700;
    color:#959595 !important;
    min-width: 85px;
    font-size: 12px;
    padding: 2px;
}
.fz-control-from .form-group{
    margin-right: 15px;
}
.fz-control-from fieldset{
    padding: 10px;
}

.fz-control-from .legend {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #008dcf;
    margin-bottom: 2px;
    border-bottom: none;
    color:#fff;
    margin-top: -5px;
}

.fz-control-from .legend > a {
    color:#fff;
}

.fz-main-graph-title{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    color: #839ca8;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
}

.fz-stat-widget-box{
    background-color: #fff;
    padding: 15px;
}

.fz-table-title{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 17px;
    color: #839ca8;
}

.fz-table-sub-title{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 12px;
    color: #839ca8;
}

.fz-table-sub-value{
    font-family: 'Roboto';
    font-weight: 500;    
    color:#000;
}

.fz-table-sub-value-comp{
    font-family: 'Roboto';
    font-weight: 500;
    
    color:#000000;
}

.fz-toggle-link{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 12px;
    color:#008dcf;
    text-transform: uppercase;
}

.fz-font-size-16{
    font-size: 16px;
}

.fz-font-size-12{
    font-size: 12px;
}

.fz-summery-val-box{
    background-color: #fff;
    padding: 10px;
   
}

.fz-summery-val-box h3{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 13px;
    color:#868686;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    text-align: center;
    
}

.fz-summery-val-box p{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    color:#868686;
    text-align: right;
}

.selected_row{
    background-color: #D9EDF7;
}

.fz-font-color-white{
    color:#fff;
}
.label_width {
    width:3px;
}

.label_style{
    width: 70%;
    display: inline-block;
}

.export_margin {
    margin-top: 30px;
}

.remove_hover a:hover {
    text-decoration:underline;
    font-weight:bold;
}

.nav>li>span {
    position: relative;
    display: block;
    padding: 15px 15px;
}

.log_font {
    font-size: 10px;
}

