﻿/*************************************************************
GENERAL STYLING
*************************************************************************************/
body {   
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-size-adjust: none;
    font-stretch: normal;
    background-color: #FFFFFF;
}

a {
    text-decoration: none;
    outline: none;
}

.scrollup {
    width: 40px;
    height: 40px;
    /*opacity: 0.3;*/
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('images/scrool_top.png') no-repeat;
}
/*************************************************************
FIX
*************************************************************************************/
.dxeErrorCell {
    padding-top: 5px !important;
    padding-left: 0px !important;
}

.pp_content {
    background-repeat: no-repeat !important;
    background-position: center center;
    background-color: #FFFFFF;
}
/*************************************************************
MASTERPAGE STYLING
*************************************************************************************/
.MasterDiv {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}

.TopPart {   
    min-width: 1200px;
    max-width: 1920px;
    background-color: #404041;
    height: 195px;
    margin-right: auto;
    margin-left: auto;
}
.TopPart2 {   
    min-width: 1200px;
    max-width: 1920px;
    /* background-color: #00b1cd; */
    background-image:url('images/BckMasterPageHead.jpg');
    /* background-position:center 30px;*/
    background-repeat:repeat-x;
    height: 147px;
    margin-right: auto;
    margin-left: auto;
    border-bottom-color:#f3f2e9;
    border-bottom:solid;
    border-bottom-width:1px;
}
.TopPartBody {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
}
.TopMenuPart {
    height: 30px; 
    width: 530px; 
    padding-right:15px;
    border-right:solid;
    border-right-width:1px;
    border-right-color:#999999;
    float: right; 
    overflow-x:hidden;
}
.LogoDiv {    
    width: 150px;
    height: 147px;
    float: left;
    margin-left: 280px;
}
.SearchLangPart {
    height: 117px; 
    width: 530px; 
    float: right;
}
.LangPart {
    margin-top: 13px; 
    height: 20px;
}
.SearchPart {
    margin-top: 21px; 
    height: 39px;
}
.MainMenuDiv {
    width: 1170px;
    height: 49px;
}

.MasterPagesDiv {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}


.footer {
    min-width: 1200px;
    max-width: 1920px;
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f4f4f3;
    padding-bottom: 30px;
    padding-top: 30px;
    background-image: url('images/navBck1.png');
    background-repeat:no-repeat;
    background-position:right center;
}

.Box1170 {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    min-height: 50px;
    display: table;
}

.footer2 {
    min-width: 1200px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background-color: #d3d3d3;
    padding-bottom: 10px;
    padding-top: 10px;
}

.Box11702 {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    min-height: 25px;
    display: table;
}


.FooterLinkBlok {
    min-width: 1200px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background-color: #7b7b7b;
    padding-bottom: 20px;
    padding-top: 30px;
    background-image: url('images/linkblockBck1.png');
    background-repeat:no-repeat;
    background-position:left center;
}

.FooterLinkBlokDiv {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.HypPrivacy {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #404041;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

    .HypPrivacy:hover {
        color: #D92231;
    }

.HpyBtnColor1 {
    color: #FFFFFF;
    font-size: 10px;
    background-color: #008dd2;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

    .HpyBtnColor1:hover {
        background-color: #D92231;
        color: #FFFFFF;
    }

.Lbl13Color2 {
    font-size: 13px;
    font-weight:300;
    color: #404041;
    text-decoration: none;
}

.Lbl14Color1 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #404041;
    font-weight:300;
}

.Lbl16Color1 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #404041;
}

.H4Footer {
    font-size: 18px;
    font-weight:700;
    font-family: 'Open Sans', sans-serif;
    color: #D92231;
    margin-bottom:0px;

}
/*SOCIAL LINKS*/
.socialMasterDiv {
    margin-top: 20px;
}

.socialLnkLi {
    float: left;
    margin-right: 5px;
}

.sociallnk img:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
}


/*NAVIGATION*/
.RptUl {
    padding-top: 12px;
}

.RptLi {
    width: 170px;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
}

.RptHypItem {
    font-size: 14px;
    font-weight:300;
    color: #404041;
    text-decoration: none;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

    .RptHypItem:hover {
        color: #D92231;
    }

.RptSeparator {
    padding-right: 10px;
    padding-left: 10px;
}
/*LANGUAGE*/

.DivLang {
    float: right;
}

    .DivLang li {
        float: right;
    }

    .DivLang a {
        padding: 5px;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #008dd2;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-delay: 0s;
    }

        .DivLang a:hover {
            color: #000000;
            text-decoration: none;
            background-color: #404041;
        }

.LangSeparator {
    float: left;
    width: 5px;
    height: 5px;
}


.MasterSearchTextbox .dxic{
   padding-bottom: 0px !important;
   padding-top:0px !important;
}
.MasterSearchTextbox .dxeEditAreaSys{
        padding-bottom: 0px !important;
        padding-top:0px !important;
}
    .MasterSearchTextbox input {
        font-size: 14px !important;
        font-weight:700 !important;
        color:#5c5c5c;
    }
.MasterSearchTextInvalid {
    background-color: #fffbb9;
}

    .MasterSearchTextInvalid input {
        background-color: #fffbb9;
    }

.MasterSearchTextValid td {
    color: #FFFFFF;
    text-align: right;
}
.MasterSearchNullText {
    font-family: 'Open Sans', sans-serif;

}