﻿.dxisControl .dxis-itemTextArea {
    top: 17px;
    left: 17px;
    bottom: auto;
    width: 285px;
    padding: 15px 16px 21px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 0px rgba(50, 50, 50, 0.3);
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.75);
}

    .dxisControl .dxis-itemTextArea a {
        color: white;
    }

        .dxisControl .dxis-itemTextArea a:hover, a:focus {
            text-decoration: underline;
        }

    .dxisControl .dxis-itemTextArea p {
        color: #b0b0b0;
    }

    .dxisControl .dxis-itemTextArea > p {
        margin-bottom: 0 !important;
    }

.dxisControl .dxis-nbDotsBottom {
    padding: 0;
    margin-top: -25px;
}

    .dxisControl .dxis-nbDotsBottom .dxis-nbSlidePanel {
        left: 340px !important;
    }




/*Footer CSS*/


.footer-logo {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    margin: 0px;
    padding: 15px 0px;
    color: #ffffff;
}

.footer-container .ftr-address p {
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    padding: 3px 0 0 0;
}
.ftr-address {
    float: right;
    padding: 20px 0;
    text-align: right;
}
.ftr-logo {
    float: left;
}
.ftr-logo p {
     color: #ffffff;
     font-size: 12px;
}
.footer-bottom {
    height: 60px;
    box-shadow: 0 0 10px #888;
}
.footer-top-css{
    margin: 4px 0;
    font-family: arial;
    font-size: 10pt;


}
 .header {
    position: relative;
    overflow: hidden;
}

.header .logo {
    float: left;
}
 .header .logo a {
    color: #39332e !important;
    text-decoration: none;
    font-weight: bold;
}
 .header .logo a {
    margin: 0px 0 !important;
    float: left;
}
    .header .logo p {
        font-size: 22px !important;
        margin-bottom: 0px;
        /*white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;

    }
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .header .logo p {
        font-size: 18px !important;
    }
}
.login-form {
    margin-top: 12px;
    float: right;
}

.login-form .field label {
    font-size: 12px;
    line-height: 20px;
    float: left;
    color: #666666 !important;
    font-weight:100;
}
.login-form .field a {
    font-size: 12px;
    line-height: 25px;
    float: left;
    color: #666666 !important;
    font-weight:100;
}
.login-form .field input {
    border: 1px solid #ccc !important;
    margin: 0 0 5px !important;
    height: 20px !important;
    line-height: 20px !important;
    padding: 0 4px !important;
    background: white;
   border-radius:0px;

}

.header .logo {
    width: 100% !important;
    float: left;
    padding-left: 0px !important;
    display: flex;
    align-items: center;
    height:114px;
}
.logoutSection {
    width: 100% !important;
    padding: 20px 0;
    float: right;
}
/*banner*/
.banner-bg {
    background: #38332f;
    height: 371px;
}
.banner-bg .banner .banner-txt {
    /*width: 421px;*/
    float: right;
    padding: 44px 0 0 0;
}
.banner-bg .banner .banner-txt h2, .banner-bg .banner .banner-txt p {
    color: #FFFFFF;
}

.banner-bg .banner .banner-txt h2 {
    font-family: 'HelveticaNeueLT-ThinCond', Arial;
    font-weight: normal;
    font-size: 40px;
}
.banner-bg .banner .banner-txt p {
    font: normal 12px Arial, Helvetica, sans-serif;
    padding: 13px 0 20px 0;
}

.banner-bg .banner {
        margin: 0 auto;
    padding: 24px 0 0 0;
}
.banner-bg .banner img{
    height: 320px;
 
}

/*Body Part*/
.wrapper {
    margin: 0px auto;
    overflow: hidden;
}

/*Header part*/


.dropdown-menu {
    padding: 0px 0 !important;
    background-color: #666666;
    border: 0px !important;
    color: #E5E5E5 !important;      
     margin-top: -1px !important;      
}


.logoutSection {
    padding: 20px 0;
 
}
.footerEmailLinkColor {
    color: #ffffff!important;
}
.login-view-width {
    width: 60% !important;
}
@media only screen and (max-width:767px) {
    .footer-logo {
        padding-top: 0px !important;
    }
}
