/*Layout*/
html,
body {
    margin: 0;
    padding: 0;
    -ms-overflow-style: scrollbar;
}
header {
    flex: none;
    border-bottom: 1px solid #c7c7c7;
    background:#fff;
    width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    top: -100px;
    z-index: 1000;
}
header.shrink {
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
}
.title {
    float: left;
    padding: 8px 0px;
}
.title a {
    font-weight:600;
    font-size: 1.8em;
    color: #c7c7c7;
    text-decoration: none;
}
.title p {
    color: #b2b2b2;
    margin: 0;
}
.expandBar {
    padding: 0px !important;
    width: 100%;
}
.expandedPanel .title {
    display: none;
}
.panelContent {
    padding-top: 15px;
}
.expandedPanel .pull-right  {
    float: none !important;
}
.panelItem {
    display: inline-block;
}
.expandedPanel .panelItem {
    display: block;
}
.expandedPanel .panelContent {
    padding-bottom: 15px;
}
.searchBox {
    margin-left: 20px;
}
.searchBox img,
.searchBox .dx-acc {
    display: none;
}
.searchBoxButton {
    font-size: 17px;
}
.navMenu {
    float: right;
    margin: 0px 0px 2px 0px;
}
.expandedPanel .navMenu {
    width: 100%;
    margin: 10px 0px;
}
.expandedPanel .searchBox {
    width: 100%;
    margin-left: 0px;
}
.loginButton {
    margin: 0px 0px 1px 20px;
}
.expandedPanel .loginButton {
    width: 100%;
    margin: 10px 0px 0px 0px;
    text-align:left;
}
.expandedPanel .loginButton .dropdown-toggle {
    width: 100%;
}
.loginButton-large,
.expandedPanel .loginButton-small {
    display: none;
}
.expandedPanel .loginButton-large {
    display: inline-block;
}
.btnBackToTop {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: inline;
    text-decoration: none;
    cursor: pointer;
}
.btnBackToTop i {
    font-size: 60px;
    color: #c7c7c7;
}
.btnBackToTop i:hover {
    color: #e0e0e0;
}
.footerUp {
    padding-bottom: 26px;
    /*background: #6f6f6f;*/
	background: #fff; 
	/*background-image: url('Images/eteaep_footer.png');*/ 
	background-repeat: repeat;
}
.footerDown {
    background: #525252;
}
.footerDown p {
    margin: 16px 0px;
}
.wrapper {
    display: flex;
    height: 100vh;
    flex-direction: column;
}
.content {
    flex: 1 0 auto;
    margin-bottom: 40px;
}
footer {
    flex: none;
    color: white;
}
footer a {
    color: #cecaca;
}
footer a:hover,
footer a:focus {
    color: #fff;
}
footer h4 {
    margin-top: 32px;
}
.latestPosts li:not(:last-child) {
    border-bottom: 1px dotted #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
/*Home*/
.mainText {
    margin: 0 auto;
    max-width: 650px;
}
.features {
    margin-top: 40px;
}
.features .media {
    margin-top: 20px;
}
.features .featureIcon {
    font-size: 50px;
}
.marginTop20 {
    margin-top: 20px;
}
.marginTop40 {
    margin-top: 40px;
}
.customers .media {
    margin-top: 40px;
}
/*Contact Us*/
.map {
    height: 300px;
}
/*Blog*/
.blogImage {
    width: 100%;
}
.dataViewPosts .blogImage {
    padding-top: 25px;
}
.blogNavBar .blogNabVarGroupHeader a {
    text-decoration: none !important;
}
.blogNavBar {
    margin-top: 45px;
}
.user {
    font-size: 64px;
}
.blogPostsTitle {
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
	font-size: medium;
	font-weight:normal;
	color:#0751A4;
}
.blogPostHeader {
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
	font-size: medium;
	/*text-align:justify;*/
}
.blogPostPreview {
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
	font-size: small;
	text-align:left;
	padding-right: 10px;
}
.blogPostFooter {
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
	font-size: small;
	color:grey;
}
.blogListStyle {
	 list-style-image:  url('Images/eteaeps2.png');
	 
}
.helpDiv {
    background-color: #F78119;
    padding: 5px;
    font-size: small;
    color: white;
}
.helpButton {
    height: 36px;
    border-radius: 0px;
}
.helpButtonImage {
    font-size: 1.25em;
    color: #F78119;
}

.rowPaddingContactDetails {
    padding-top:25px;
}

.buttonAction {
    border-radius: 0px;
}

.bootstrapMessage {
    font-family: Arial, Helvetica, sans-serif;
}

.adminButtons {
    background-color: #000066;
}

/* Messaging */
.message-count {
	/*margin-left: 5px;
	background-color: orangered;*/
	margin-right: 12px;
	background-color: orangered;
	font-size: 9px;
	padding: 2px;
}

li.personal-messaging-has-badge .dxm-content {
	padding-bottom: 5px !important;
	padding-top: 6px !important;
}

li.personal-messaging.dxm-selected {
	background-color: #F78119 !important;
}

.badgeEfka {
	position: relative;
}

    .badgeEfka[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: -10px;
        /*right: -10px;*/
        font-size: .7em;
        background: #1075BD;
        color: white;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        border-radius: 50%;
        box-shadow: 0 0 1px #333;
    }

	.badgeEfka[data-badge='0']:after {
		content: none;
	}

/* END Messaging*/

/* DevExpress MaterialCompact UpperCase removed*/
/*.dxbButton_MaterialCompact.dxbTSys {
	text-transform: none;
}*/

.row-clearance-margin-bottom {
	margin-bottom: 20px;
}

.row-clearance-text-center {
	text-align: center;
}

.clearance-table caption {
	text-align: center;
	font-weight: bold;
}

.td-centered td {
	text-align: center;
}

.td-empty {
	/*padding: 9px !important;*/
	border-top: none !important;
	height: 37px !important;
}

.th-centered th {
	text-align: center;
}

.td-bold {
	font-weight: bold;
	background-color: lightgray;
}

.td-highlighted {
	background-color: lightgray;
}

.td-amount {
	text-align: right;
}

.clear-bottom-margin {
	margin-bottom: 0px !important;
}

.add-margin-bottom {
	margin-bottom: 20px !important;
}

.sd-btn-default {
    border-color: #428bca;
    background-color: #428bca;
}

    .sd-btn-default:hover {
        border-color: #3276b1;
        background-color: #3276b1;
    }

    .sd-btn-default:focus {
        border-color: #3276b1;
        background-color: #3276b1;
    }

.sd-btn-red {
    border-color: brown;
    background-color: brown;
}

    .sd-btn-red:hover {
        border-color: darkred;
        background-color: darkred;
    }
