﻿#representative-detail-dialog .modal-content {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

#representative-detail-dialog .align-center {
    color: #333;
    text-align: center;
    display: table-cell;
    float: none;
    width: 1000px;
}

#representative-detail-dialog .modal-body {
    padding: 20px 30px;
}

#representative-detail-dialog .modal-title {
    padding-bottom: 15px;
}

#representative-detail-dialog .border-thick {
    border: 2px solid #000;
    padding: 15px;
}

#grid-search-representative > tbody > tr > td {
    border-top: 1px solid #B69C5C;
}

#grid-search-representative.dataTable.no-footer {
    border-bottom: 1px solid #B69C5C;
}

.table-customization thead {
    background-color: #000000;
    color: #ffffff;
}

.table-customization {
    font-size: 0.8em;
}

th.dt-center, td.dt-center {
    text-align: center;
}

.grid-table tbody tr {
    cursor: pointer;
}

.table-header-gold {
    background-color: #B69C5C;
    color: #FFFFFF;
}

.mas-blue-color {
    background-color: #1F295C;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #1F295C !important;
}

label a {
    color: #1F295C;
}

.top-10 {
    top: 10px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #B69C5C;
    border-color: #B69C5C;
}

#masthead-top {
    display: table-cell;
    vertical-align: middle;
}

#masthead-banner-content-text {
    letter-spacing: -3px;
}

#top-pane {
    background-color: white;
}

#main-panel {
    padding: 15px 25px 15px 25px;
}

#main-panel-sub {
    border: 0;
}

#alert-Note1Field > h4 {
    margin: 0px;
}

#error-summary {
    display: none;
}

#exception-summary {
    display: none;
}

#search-result {
    padding: 15px 25px 15px 25px;
    display: none;
}

#search-result-panel {
    border: 0;
}

#search-result-error {
    display: none;
}

#search-result-success {
    display: none;
}

.dialog-title {
    color: #FF0000;
    text-decoration: underline;
    margin-top: 0px;
    margin-bottom: 30px;
}


.dialog-content {
    color: #FF0000;
}

#dialog-representative-prompt2 .dialog-content {
    text-align: left;
    padding: 15px;
}

#dialog-representative-prompt2 .description {
    min-width: 0;
}

#dialog-representative-prompt1 .description {
    min-width: 0;
}