﻿.company-logo {
    background: url("../Images/enacomm_0.png") no-repeat;
    background-size: cover;
    padding-left: 10px;
    padding-top: 25px;
    height: 126px;
    width: 236px;
}

.dxeHyperlink_SoftOrange:visited {
    color: #bc3f26 !important;
}

a:visited, a:active {
     color: #bc3f26;
}


header .header-custom {
    color: #ffffff;
    background-color: #969696;
    min-height: 40px;
    margin: 0;
    padding-left: 2px;
    padding-right: 2px;
}

.header-custom a, .header-custom a:active {
    background: none;
    color: #ffffff;
    font-weight: 300;
    outline: none;
    text-decoration: none;
}

.header-custom a:hover {
    text-decoration: underline;
}

footer .footer-custom {
    padding-left:2px;
    padding-right: 2px;
    margin:0px;
    min-height:80px;
}


body .content-wrapper {
    display: table;
}


.table-row {
    display: inline-block;
    margin: 0;
}

.menu-container {
    border: solid 1px;
    width: 270px;
    margin: 0 auto !important;
    min-height: 200px;
}

.box-header {
    background-color: #969696; 
    color: #ffffff;
    text-align:center;
    padding-bottom: 5px;
}

.field-validation-error {
    color: red;
}

.btn-default {
    color: #333333;
    background-color: #e7e7e7;
    border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #cecece;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #e7e7e7;
    border-color: #cccccc;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 10px;
}