/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 22, 2017, 2:24:34 PM
    Author     : bahaa
*/
/*'Effra', Times*/

@font-face {
    font-family: effreLight;
    src: url(../assets/fonts/effra/effralight.ttf);
}
@font-face {
    font-family: 'Effra';
    src: url(../assets/fonts/effra/effra.ttf);
}
body {

    font-family: effreLight, Helvetica, Arial, Times !important;
}
h1,h2,h3{
    font-family:  'Effra', Times !important;
}

/*rgb( 195, 33, 38 )*/
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: rgb( 195, 33, 38 );
    background-color: #eee;
    border-color: #ddd;
}
.list-group {
    padding-left: 0;
    margin-bottom: 5px;
}

.center{text-align: center;}
.section{color: rgb(195, 33, 38); display:inline;}
.section_icon{width: 36px;height: 25px;margin-bottom: 17px;}
.pt-20{padding-top: 20px;}
.margin-0{
    margin: 0;
}
.theme-red{
    color: rgb(195, 33, 38);
}
.theme-red-bk{
    background-color: rgb(195, 33, 38);
    border-color: rgb(195, 33, 38);
}
.theme-red-bk:hover{
    background-color: #337ab7;
    border-color: #337ab7;
}
.section_div{
    font-weight: 500 !important;
    font-family: effreLight, Helvetica, Arial, Times !important;
}
.section_div strong,.section_div h5,.section_div h4,.section_div span,.section_div b,.section_div h6,.section_div h7,.section_div h3{
    font-weight: 500 !important;
    font-family: effreLight, Helvetica, Arial, Times !important;
    font-size: 16px;
}
a{
    font-family: 'Effra', Times !important;
    font-size: 16px;
}

/*label{
    font-weight: 600 !important;
}*/