/* CSS Document */
body {
    color:#696969;
}
a {
text-decoration:none;   
}
label.required:after {
    content:" *";
}
.user-login {
    background:#F5F5F5;
}
.user-login .wrapper {
/*    background:gray;*/
    padding-top:128px;
    height: 100%;
}
.user-login .container{
    width:628px;
    margin:0 auto;
    padding:18px;
    background: white;
    box-shadow: inset 0px 0px 3px rgba(0,0,0,.25);
}
.user-login .logo img{
    margin:0 auto;
}
.user-login .form-admin-login {
    margin-top:23px;
    background: #F5F5F5;
    padding:18px;
}
.user-login label {
    display: none;
}
.user-login .form-control {
    height: 53px;
    background: white;
    border: none;
    border-radius: 0;
    padding: 0px 20px;
    color:#979797;
    box-shadow: none;
}
.user-login .input-group-addon {
    background: white;
    border:none;
    border-radius: 0;
    font-size:40px;
    color:#CCCCCC;
}

.user-login .btn {
    width: 100%;
    font-size: 20px;
    border-radius: 2px;
    background: #CC0101;
    border: none;
}
.user-login.user-reset .header-right {
    color: #CC0101;
}
.user-login.user-reset .form-control {
    border: 1px solid #D5D5D5;
}
.user-login.user-reset label {
    display: block;
}
.wrapper {
    padding-bottom: 18px;
}
#body-bdl-bank-edit-svr .wrapper {
    padding-bottom: 48px;
}
.header {
    padding:18px 0;
}
.header-center {
    padding-left:0;
    padding-right:0;
}
ul.menu-main {
    margin:0;
    padding:0;
}
ul.menu-main li {
    padding:14px;
    list-style: none;
    display: inline-block;
}
ul.menu-main li a{
    color:#696969;
    text-decoration: none;
    vertical-align: center;
    display: inline-block;
}
ul.menu-main li span.glyphicon{
    margin-right:8px;  
    color: #AA5149;
    font-size:20px;
}
ul.menu-main li.menu-item-active {
    background:#AA5149;
}
ul.menu-main li.menu-item-active a{
    color:white;
}
ul.menu-main li.menu-item-active span.glyphicon{
    color:white;
}
.user-header {
    text-align: right;
}
.user-header > div {
    display: inline-block;
    vertical-align: middle;
}
.user-header .user-image {
    width:30px;
    height:30px;
    border-radius: 15px;
    border:1px solid #CC0110;
    overflow: hidden;
    padding: 4px;
    text-align: center;
    background: #CC0110;
    color:#FFFFFF;
}
.user-header .user-image img {
    max-width:100%;
    max-height:100%;
}
.user-header .user-logout a {
    color:#CC0110;
    margin:0 8px;
    padding-left:8px;
    border-left: 1px solid #696969;
}
.user-header .user-bookmark {
    margin-left: 8px;
    margin-top: -45px;
    margin-right: -13px;
}
.user-header .user-bookmark a{
    color: #AA5149;
    font-size: 18px;
}
.help-header {
    text-align: right;
    margin-right:18px;
    margin-top:8px;
}
.help-header a {
    text-decoration: none;
    color:#AA5149;
}
.help-header a:hover {
    text-decoration: underline
}
.table thead {
    background: #ECECEC;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border:none;
}
#body-bdl-bank-show-svr .table>tbody>tr>th {
    width:20%;
}
#body-bdl-bank-show-svr .table>tbody>tr>td {
    width:20%;
}
#body-bdl-bank-show-svr .table>tbody>tr>td.comment-toggle-cell {
    width:10%;
}
#body-bdl-bank-show-svr .table>tbody>tr>td.map-container {
    width:50%;
}
.table thead .list-actions a,
.table tfoot .list-actions a {
    background:#AA5149;
    padding:2px 18px;
    color:white;
    font-weight:normal;
}
.table .list-actions a.bdl-btn-show {
    color:#979797;   
}
.table .list-actions a.bdl-btn-submit {
    color:#009C00;   
}
.table .list-actions a.bdl-btn-delete {
    color:#9c0000;
    margin-right:8px;
}
.box .box-header h4 {
    padding:10px 0;
    border-bottom:1px solid #111111;
    color:#AA5149;
    margin-bottom:20px;
}
.box .box-body > .row {
    position: relative;
}
.box .form-group {
    background: #EBEBEB;
    padding:5px;
}
.box .form-group .form-group {
    padding:0;
    margin:0;
}
.box .form-group.marker-change {
    background: #AA5149;
    color:#EBEBEB;
}
.box .form-group.marker-change > label,
.box .form-group.marker-change .help-block {
    color:#EBEBEB;
}
.box .form-group > label {
    display: inline-block;
    width:30%;
    font-weight: normal;
    vertical-align: top;
}
.box .form-group > div {
    display: inline-block;
    width:69%;
}
.box .form-group > div.sonata-collection-row-without-label {
    width:100%;
}
.map-wrapper > .form-group {
    margin-bottom: 0;
}
.map-container {
    width:50%;
}
.map {
    height:610px
}
.box .form-group > div .date {
    display: table;
    width:100%;
}
.box .form-group > div select,
.box .form-group > div .select2{
    width: 100%;
}
.box .form-group > div .select2-selection,
.box .form-group > div input,
.box .form-group > div button{
    border:none;
    border-radius:2px;
    height: 34px;
    padding: 6px 12px;
    box-shadow: none;
}
.box .form-group > div .input-group-addon {
    border: none;
    background: #FFFFFF;
    font-size:16px;
}
#body-bdl-bank-list-generic .table thead .list-actions,
#body-bdl-bank-list-generic .table tfoot .list-actions,
#body-bdl-bank-list-svr .table thead .list-actions,
#body-bdl-bank-list-svr .table tfoot .list-actions {
    text-align: right;
}
#body-bdl-bank-list-generic .table thead .list-actions .bdl-btn-filter,
#body-bdl-bank-list-svr .table thead .list-actions .bdl-btn-filter {
    background: #ECECEC;
    color:#AA5149;
}
#body-bdl-bank-list-generic .table thead .list-actions .bdl-btn-filter.open,
#body-bdl-bank-list-svr .table thead .list-actions .bdl-btn-filter.open {
    background: #AA5149;    
    color:#FFF;
}
.filter-wrapper label {
    color: white;
    font-weight: normal;
    vertical-align: top;
}
.filter-wrapper{
    background: #AA5149;
}
.filter-wrapper.closed {
    display: none;
}
.filter-wrapper .form-group {
    margin-bottom: 0;
}
.filter-wrapper .filter_container > div {
    width:auto;
    margin:0;
}
.filter-wrapper #filter_date_value_wrapper > label {
    display: none;
}
.filter-wrapper #filter_date_value > div {
    display: inline-block;
    margin-right:18px;
}
.filter-wrapper .form-actions {
    margin:8px 0;
}
.filter-wrapper .form-actions .btn-group {
    margin-top:25px;
}
.filter-wrapper .form-actions .btn-group a,
.filter-wrapper .form-actions .btn-group button {
    color:#666;
}
.filter-wrapper .form-actions .btn-group button.btn-default{
    background: #ECECEC;
}
.form-action button,.form-action btn {
    padding:3px 16px;
    border-radius:0;
    margin-left:8px;
    color:#FFFFFF;
    text-decoration: none;
}
.form-action.form-cancel button {
    background:#999999;
}
.form-action.form-cancel button:hover {
    color:#FFFFFF;
    text-decoration: none;
    background: #888888;
}
.show-wrapper td{
    position:relative;
}
.ps-table thead {
    background: none;
}
.ps-table>tbody>tr.ps-section-head {
    background: #ECECEC;
    border-top:8px solid #FFFFFF;
}
.ps-table>tbody>tr>th.ps-index {
    vertical-align: middle;
    text-align: center;
    background: #ECECEC;
}
.ps-table>tbody>tr>th.ps-subtitle {
    vertical-align: middle;
    text-align: center;
    background: #ECECEC;
}
.ps-table>tbody>tr>th.ps-subtitle div {
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}
.ps-table .ps-option-value {
    text-align: center;
}
.comment-toggle button{
    background: none;
    font-size:20px;
    color:#999999;
}

.comment-toggle button.btn-danger:focus,
.comment-toggle button.btn-danger {
    color:#AA5149;
    background: none;
}
.comment-toggle button.btn-primary,
.comment-toggle button.btn-danger:hover {
    background:#AA5149;
    color:#FFFFFF;
}
.comment-list {
    display: none;
    position: absolute;
    right: -188px;
    top: -20px;
    z-index: 10;
    padding:4px;
}
.comment-list:before {
    content: "\e251";
    font-family: 'Glyphicons Halflings';
    font-size: 18px;
    left: -9px;
    top: 30px;
    position: absolute;
    color:#AA5149;
}
.comment-list .list-group-item {
    background: #AA5149;
    border:0;
    padding:8px;
    color:#FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

.comment-submit button.btn.btn-default,
.comment-submit button.btn.btn-default:hover {
    background-color: #ffffff!important;
    color:#AA5149;
    font-weight: normal;
    height:20px;
    font-size:12px;
}

.comment-list .list-group-item.comment-new {
    border-bottom:0;
    padding-bottom:0;
}
.comment-list .list-group-item.comment-submit {
    border-bottom:0;
}
.autocomplete-results {
    position: absolute;
    z-index: 11;
    max-height: 300px;
    overflow: scroll;
}