/**
 * Created by Md.Abdullah Al Mamun.
 * Project: workflow
 * File: 
 * Email: mamun@infosapex.com, dev.mamun@gmail.com
 * Date: 11/22/17
 */

body {
    /*background-color: rgba(76, 175, 80, 0.1411764705882353);*/
}

#main {
    padding-bottom: 0px;
    padding-top: 70px;
}

#header {
    min-height:50px;
    /*background-color: #1fa67a;*/
    background-color: #035934;
    user-select: none;
    position: fixed;
    z-index: 11;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 20px
}

.h-inner {
    list-style: none;
    padding: 5px 0;
    margin-bottom: 0
}

.card{
    margin-bottom: 25px;
}
.h-search-wrap{
    height: 60px;
}

.visitors-stats{
    margin: 0 -6px 18px;
}
.visitors-stats-item small {
    color: #ddd;
}
.visitors-stats-item strong {
    color: #f5f5f5;
}
a.open_account{
    background: #0e6b37;
    color: white;
    border-radius: 29px;
    padding: 5px 13px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.bootstrap-select>.btn-default {
    padding-right: 12px!important;
}
.bootstrap-select>.btn-default:before{
    width: 12px !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    white-space: normal;
    word-break: normal;
}

@media (min-width: 992px) {
    #search_summary_modal .modal-lg, #summary_modal .modal-lg{
        width: 80% !important;
    }
    #search_summary_modal .tab-content, #summary_modal .tab-content{
        max-height: 60vh;
        overflow-y: auto;
    }
}

#search_modal{
    z-index: 1000 !important;
}


#summary_modal {
    box-shadow: 3px 4px 2px 0 rgba(136, 136, 136, 0.52);
}

.summary_modal_header {
    background-color: rgba(62, 80, 89, 0.78);
    padding: 16px 26px !important;
}

.sum_modal_title {
    color: #fff;
    font-size: 20px !important;
    font-weight: 700 !important;
}
#summary_modal .table-responsive{
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}
#summary_modal table{
    width: 100%;
    border-collapse: collapse;
}
#summary_modal .table > thead > tr > th{
    padding: 10px !important;
}

#summary_modal .table > thead > tr > th:first-child{
    padding-left: 0!important;
}
#summary_modal .table > thead > tr > th:last-child{
    padding-right: 0!important;
}

#summary_modal table th{
    position:sticky;
    top:0;
}
#summary_modal td {
    padding: 10px !important;
    border: 0!important;
}
#summary_modal table tr:nth-child(odd) {
    background-color: #f2f2f2;
}
#summary_modal table tr:hover{
  background-color: #cccccc;
}
#summary_modal #general_info .application-info{
    color: #36454F;
    font-size:16px;
    font-weight: 500;
    margin-bottom: 20px !important;
}
#summary_modal .pmbb-view dl{
    margin-bottom: 8px !important;
}
