﻿/* COMMON */
/*img {
    border: solid thin #96232f;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 30px #444040;
}*/

.NoBorder {
    border: none;
}

/* FOOTER */

#FooterTop {
    width: 100%;
    background-color: #96222e;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid thin black;
}

.FooterTopContainer {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.FooterCopyright {
    color: white;
    text-align: center;
}

.FooterItemRight {
    float: right;
    width: 240px;
}

.FooterLogo {
    padding-left: 80px;
}

.FooterLink {
    text-decoration: none;
    color: white;
}

/* HEADER */

#TopHeader {
    /*background-image: url(../../Images/Shared/headerstrip.png); /*, repeating-linear-gradient(); #a4152f;*/ */ background-repeat: no-repeat;
    height: 130px;
    background-color: #96222e;
    width: 100%;
}

#TopHeaderRight {
    position: relative;
    background-repeat: no-repeat;
    height: 100px;
    margin-left: 800px;
    margin-right: 0px;
    margin-top: -100px;
    background-color: #96222e;
}

.Input {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #CCC;
    background-image: none;
    width: 270px;
    margin: 2px 2px 4px 0px;
}

    .Input:focus {
        /*outline-color: #A4152F;
        outline-style:solid 2px;*/
        outline: none !important;
        border: 1px solid red;
        box-shadow: 0 0 10px #A4152F;
    }



.cssButtons {
    background-color: #232121; /* Green */
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 5px;
}

.buttonBlue {
    background-color: #232121;
    color: white;
    border: 1px solid white;
}

    .buttonBlue:hover {
        background-color: #a2822e;
        color: white;
    }

.cssButtonsLogin {
    background-color: #232121; /* Green */
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 5px;
}

.buttonBlueLogin {
    background-color: #96232f;
    color: white;
    border: 1px solid white;
}

    .buttonBlueLogin:hover {
        background-color: #a2822e;
        color: white;
    }

.HeaderMenuSocial {
    text-align: right;
    padding-right: 10px;
    padding-top: 8px;
    height: 80px;
}

/* HOME CONTENT */

.homeContentBlock {
    padding: 0px 0px 0px 0px;
}

.homeContentContainerLeft {
    color: white;
    height: 100%;
    float: left;
    margin-left: 15px;
    padding-top: 20px;
}

.homeContentContainerRight {
    top: 0px;
    /*margin-top: -35px;*/
    color: #000000;
    overflow-y: auto;
    position: absolute;
    bottom: 0px;
    width: 100%;
    /*text-align:center;*/
}

.homeContentContainerLeft2 {
    color: white;
    height: 100%;
    float: left;
    margin-left: 15px;
}

.watermarkBg {
    background-image: url(/Images/Shared/watermark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 400px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    opacity: 0;
}

.homeContentContainerRight2 {
    color: #000000;
    overflow-y: auto;
}

.verticalLine {
    border-right: thin solid #0f131f;
    height: 300px;
    position: relative;
    margin-top: -20px;
}

.horizontalLine {
    border-top: thin solid #0f131f;
    width: 100%;
}

.leftMenu {
    border-width: 0px;
    font-size: 14px;
    font-family: Calibri, Arial, Tahoma, sans-serif;
    color: black;
    text-decoration: none;
}

a.leftMenu:hover {
    color: gray;
}

.imgScrollToTop {
    position: fixed;
    right: 30px;
    bottom: 20px;
}

    .imgScrollToTop:hover {
        background-image: url("/Images/Styling/cycle-hover.png");
    }

.searchBar {
    position: relative;
    float: right;
    margin-top: -65px;
    margin-right: 10px;
}

.buffer {
    margin-top: 3px;
}

.articlePlacement {
    margin-left: 20px;
    margin-top: 28px;
    margin-right: 20px;
    text-align: justify;
}

.article-emailer {
    display: none;
    border: solid;
    background-color: lightgray;
    border-color: gray;
    border-width: 1px;
    padding: 2px;
    position: fixed;
    right: 10px;
    top: 130px;
    z-index: 1000;
}

.topIcons {
    padding-top: 3px;
    margin-right: 5px;
    float: right;
}

.topEmail {
    padding-top: 3px;
    margin-right: 5px;
    float: right;
}

.toggleFS {
    padding-top: 3px;
    margin-right: 5px;
    float: right;
}

.topIconsBookMark {
    padding-top: 3px;
    margin-right: 5px;
    float: right;
}

.topGoogleTranslate {
    padding-top: 1px;
    margin-right: 5px;
    float: right;
}

#pageSplitter {
    height: 900px;
}

#LeftPane {
    width: 230px;
    min-width: 50px;
    background-color: #232121;
    height: 100%;
}

#RightPane {
    min-width: 100px;
}

#pageSplitter .vsplitbar {
    border-right: thin solid #0f131f;
    width: 5px;
    cursor: e-resize;
    cursor: col-resize;
    background-color: #96232f;
}


/*.leftMenuClicked {
    border-color: white;
    border-style: none;
    height: 20px;
    background-color: white;
    border-width: 0px;
    font-size: 18px;
    font-family: Calibri, Arial, Tahoma, sans-serif;
    color: black;
}*/

.menuHeader {
    font-family: Calibri, Arial, Tahoma, sans-serif;
    font-size: 20px;
    padding-right: 10px;
    font: bold;
    text-transform: uppercase;
}

.articleMenuHeader {
    font-family: 'Segoe UI', Calibri, Arial, Tahoma, sans-serif;
    font-size: 26px;
    padding-right: 10px;
    color: #a2822e;
    text-decoration: underline;
}

.breadCrumbs {
    color: white !important;
    background-color: #a2822e;
    font-family: 'Segoe UI', Calibri, Arial, Tahoma, sans-serif;
    font-size: 12px;
    padding-left: 18px;
    padding-top: 5px;
    padding-bottom: 6px;
    text-decoration: none;
}

.breadCrumbsInd {
    color: white;
    font-family: 'Segoe UI', Calibri, Arial, Tahoma, sans-serif;
    font-size: 12px;
    margin-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}


/* FRONT LOADER */
#pageDimmer {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2000;
    background-image: url(../../Images/Shared/LoaderBackground.gif);
    background-position: left top;
    background-repeat: repeat;
}

#loaderContainer {
    position: relative;
    top: 25em;
    width: 190px;
    max-height: 60px;
    min-height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border: solid 2px #000000;
}

#loaderImage {
    background-image: url(../../Images/Shared/LoaderImage.gif);
    width: 32px;
    height: 32px;
    float: left;
    margin-top: 14px;
    margin-left: 28px;
}

#loaderTextContainer {
    float: left;
    font-weight: 600;
    margin-top: 14px;
    margin-left: 14px;
    color: #000000;
}

/*Frontend login*/
#LoginHeader {
    /*background-image: url(../../images/Administration/OldSkin/LoginHeaderFrontend.jpg);*/
    background-position: left top;
    background-color: #A4152F;
    background-Repeat: no-repeat;
    height: 40px;
    padding-left: 15px;
}

#LoginBox /* For IE Browser  */ {
    color: #000;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    #LoginBox #Container > table {
        color: #000;
        background-color: #FAFAF7;
        border: solid 1px #bbb;
        padding: 6px 10px;
        font-family: Tahoma;
        font-size: 11px;
        line-height: 16px;
    }

#LoginHeader h3 {
    color: #fff;
    display: block;
    font-size: 1.3em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

#ForgottenPassword {
    display: none;
}

.LoginDetails {
    color: #fff;
    display: none;
}

#Header h3 {
    color: white;
}
