﻿/*{
    font-family: 'Rubik';
    src: url('/fonts/rubik_700.woff2') format('woff2'), url('/fonts/rubik_700.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

.container {
    background-color: #ffffff;
    /*margin: 0px auto 0px auto;*/
    font-family: Arial;
    font-size: 14px;
   
}   


.ratingstableth {
    color: #666666;
}

.ratingstable th {
    color: #666666;
    padding-right: 20px;
    padding-bottom: 5px;
    height: 50px;
    vertical-align: bottom;
}

.arrowLeft {
    color: #e51937;
}

    .arrowLeft .ratingstable {
        width: 100%;
        padding-right: 24px;
    }

.ratingstable td {
    padding-right: 20px;
    color: black;
}

.liFirst a {
    color: #05a0e1;
    font-weight: bold;
}


.blacklinks a, .readMore {
    color: black;
  
}
.Backframebox .readmore:hover {
    color: #e51937;
    text-decoration: none;
}


.Backframebox {
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    background-color: #f6f6f6;
    padding: 32px 20px 40px 40px;
    margin-bottom: 30px;
    margin-left: 25px;
}

    .Backframebox > ul {
        padding: 0px;
    } 

    .Backframebox > h3 {
        font-family: Arial;
        color: #e51937;
        font-size: 21px;
        display: block;
        margin-top: 0px;
        line-height: 25px;
        border-bottom: 1px solid #cbcbcb;
        font-weight: bold;
    }


.eventsImgTxt {
    padding-right: 20px;
    position: absolute;
    float: right;
    top: 80px;
    font-family:'Rubik',Arial;    
}
#eventsImg > h1 {
    font-weight: bold;
    color: #e51937;
}
#eventsImg > h6 {
    font-weight: bold;
    color: #e51937;
    font-size: 13px;
    text-decoration: underline;      
}
    #eventsImg > h6 a:hover {
        color: #e51937;
    }
    #eventsImg > h4, #eventsImg > h5 {
    color: black;
    font-weight: bold;
}

.line {
    width: 112px;
    height: 47px;
    border-bottom: 1px solid red;
}

label {
    font-weight: normal;
}

.DirectoriMembers h2 {
    font-size: 21px;
    margin: 0;
    padding: 0;
 
}

.DirectoriMembers h1 {
    color: #e51937;
    font-size: 21px;
    font-weight:bold;
    margin-top: 38px;
}
.regular-checkbox {
    /*-webkit-appearance: none;*/
    border: 1px solid black;
    padding: 3px;
}

.regular-checkbox:checked {
    border: 1px solid black;
}
    .regular-checkbox:checked:after {
        content: '\2714';
        position: absolute;
        top: 2px;
        font-size: 12px;
        margin-right: -5px;
    }
/*=====================================*/

.mvc-grid-pager,
.mvc-grid-empty-row {
    
}

    .mvc-grid-pager button {
       
    }

        .mvc-grid-pager button:focus,
        .mvc-grid-pager button:hover {
            color: red !important;
        }

    .mvc-grid-pager .active,
    .mvc-grid-pager .active:focus,
    .mvc-grid-pager .active:hover {
        color: red !important;
    }

    .mvc-grid-pager [disabled],
    .mvc-grid-pager [disabled]:hover {
        color: red !important;
    }

