div.content-pane {
    margin-left: 10px;
    margin-right: 10px;
}

div.content-pane-body {
    padding-top: 0px;
}

div.tabrow {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

ul.tabrow-pills {
    padding-bottom: 2px;
}

div.pageheaderrow {
    padding-top: 10px;
    background-color: #e8a295;
}

.pageheader {
    margin-top: 0px;
    margin-left: 10px;
}

hr.pageheader-divider {
    border-top: 1px solid #ddd;
    margin-top: 0px;
}

#navbar-brand-logo {
    margin-top: 3px;
    padding-bottom: 0px;
    width: 60%;
}

a.dropdown-checkmark-left {
    margin-left: 10px;
}

a.dropdown-checkmark-left-selected {
    margin-left: 0px;
}

/* styling for login page */
body.login {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #eee;
}

.form-signin {
    max-width: 400px;
    padding: 20px;
    margin: 0 auto;
}

.form-signin h2,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 15px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

body .modal.large {
    width: 90%;
    left: 5%;
    margin-left: auto;
    margin-right: auto;
}

table.dp-data td {
    text-align: right;
}

table.dp-data tbody tr:last-child {
    background-color: #666666;
    color: white;
    font-weight: bold;
}

table.dp-data thead tr {
    background-color: #666666;
    color: white;
}

table.dp-data tbody th {
    background-color: #666666;
    color: white;
}

.table-hover tbody tr:hover td {
    background: #e8a295;
}