﻿* {
    margin: 0px;
    padding: 0px;
}

header img {
    width: 100%;
}

#mainmenu {
    display: inline-block;
    width: 210px;
    background-color: #5A6268;
    min-height: 1200px;
}

nav div.card-body {
    background-color: #5A6268;
}

nav div.card-header {
    background-color: #383838;
}

    nav div.card-header a {
        color: #fff !important;
    }

nav ul {
    margin-left: 10px;
    list-style-type: none;
}


.nav-link.active {
    background-color: #E9EDF1 !important;
    color: #5A6268 !important;
}

.navgroup {
    padding: 10px;
}

.navlink {
    margin-top: 10px;
}

nav ul li a {
    padding: 10px;
}

ul.nastedul li {
    margin-top: 10px;
}

main {
    float: right;
    width: calc(100% - 211px);
    min-height: 1200px; 
    padding-bottom: 50px;
    margin-left: -4px;
}

header {
    box-shadow: 0px 15px 10px -15px #111;
}

    header h2 {
        margin-left: 10px;
        font-weight: bold;
    }

.red {
    color: red;
}

#btnLogin {
    margin-top: 15px;
    float: right;
}

.loginform label {
    margin-top: 10px;
}

footer {
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 10px;
    margin-top: 0px;
}

.dxbs-gridview {
    margin: auto;
    margin-top: 20px;
}

.dxbs-gridview th {
    background-color: #E9EDF1;
}

.dxbs-gridview th a {
    color: #000;
}

#Content_btnLogin, #Content_btnSave {
    float: right;
    margin-top: 10px;
}

#Content_txtNote_I {
    height: 200px;
}

.billCaption {
    display: inline-block;
}

#Content_cbIdenticalToBilling {
    width: 200px;
    display: inline-block;
    margin-left: 30px;
}


#Content_CbFullyCompliant {  
    margin-top: 15px;
}

.hroll {
    margin-top: 24px;
}

.custbutton {
    margin-top: 15px;
    margin-right: 15px;
}

.greeting {
    float: right;
    margin: 10px;
}

.slogan {
    display: inline-block;
}

.btn-danger {
margin-top: 10px;
}

.loginbtn {
margin-top: 10px; 
}

#Content_txtDueInDays , #Content_txtEmail, #Content_spPrice{
margin-top: 30px;
width: 347px;
}

a.dxbs-hyperlink:visited, a.dxbs-hyperlink:active, a.dxbs-hyperlink:focus {
color: blue;
}

.hlclass {
    font-size: 1rem;
    color: #0094ff;
}

.CustomerLink:hover {
cursor: pointer;
text-decoration: underline;
}

.deleteBtn {
background-image: url("../images/delete.png");
width: 24px;
}


.fa-remove {
    color:red;
}

.dfield {
margin-right: 30px;
}


.panel-heading {
background-color: #f1f1f1;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 10px;
margin-top: 15px;
}

.panel-body {
    border: 1px solid #f1f1f1;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
padding: 10px;
}

.font-bold {
    font-weight: bold;
}

.selectTimeFrame {
    margin-top: 30px;
}

.center-element {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#Content_txtTemplate_I {
height: 400px;
}

.emailtags td {
    width: 300px;
    padding: 5px 10px;
}

#Content_txtAddress {
height: 240px;
}

#Content_txtAddress_I {
height: 200px;
}

#preparecert .form-control {
padding-right: 30px;
}


#preparecert { 
    width: 1070px;
    border-spacing: 30px 0px;
    border-collapse: separate;
}

#Content_txtComments_I {
height:100px;
}