.platform {
    min-height: 250px;
}

.list-section {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin: 9px 0px;
    border-right: 1px solid #fff;
}

.ctm_drp_btn {
    margin-top: 12px;
}

.ctm_drp_btn .drp_btn_ctm {
    border: 1px solid #00adef;
    background-color: #fff;
    color: #00adef;
    padding: 6px 43px;
}

.ctm_drp_btn .drp_btn_tgl {
    border: 1px solid #00adef;
    border-left: 0px;
}

.ctm_drp_btn ul {
    border: 1px solid #000000;
    background-color: #fff;
    padding: 4px 28px;
}

.ctm_drp_btn ul a {
    color: #000000;
    cursor: pointer;
}

.ctm_drp_btn ul a:hover {
    color: #000000;
    background: white;
}

.pnd_drp_btn {
    margin-top: 12px;
}

.pnd_drp_btn .drp_btn_pnd {
    border: 1px solid #7fbb30;
    background-color: #fff;
    color: #7fbb30;
    padding: 6px 43px;
}

.pnd_drp_btn .drp_btn_tgl {
    border: 1px solid #7fbb30;
    background-color: #fff;
    color: #7fbb30;
}

.pnd_drp_btn ul {
    border: 1px solid #7fbb30;
    background-color: #fff;
    padding: 0px;
}

.pnd_drp_btn li {
    text-align: center;
    border-bottom: 1px solid #7fbb30;
}

.pnd_drp_btn li a {
    color: #7fbb30;
}

.pnd_drp_btn li a:hover {
    color: #7fbb30;
    background: white;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    text-transform: capitalize;
}

a.connection {
    line-height: 17px;
    color: #f0ab00;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    margin-top: 8px;
}

a.connection:hover {
    text-decoration: underline;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

a.fund_all {
    padding: 20px;
    float: left;
    width: 100%;
}

a.fund_all:hover {
    color: #0a90eb;
}

.by-in a.read-more {
    font-weight: 700;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    padding: 8px 12px;
    color: #f0ab00;
    width: 110px;
    text-transform: uppercase;
    /*border: 1px solid #cfcfcf;*/
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.team-listing-item img {
    max-height: 100px;
    margin: 8px;
}

.team-listing-item .slide-img {
    min-height: 110px;
    height: auto;
}

.team-listing-item .news-room-img {
    height: 250px;
    overflow: hidden;
}

.team-listing-item .news-room-img img {
    width: 100% !important;
    max-width: 100%;
    height: 250px;
}

.team-new-img.listing-common-box img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.team-box {
    font-size: 25px;
    line-height: 120px;
}

.team-box img {
    height: 120px;
    float: left
}

.work-btn {
    background-color: #F0AB00;
    text-align: center;
    text-shadow: none;
    padding: 6px 30px;
    margin-top: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
}


.btn-read {
    color: #f0ab00;
    background-color: none;
    border: none;
    margin-top: 13px;
    font-size: 14px;
}

.btn-read:hover {
    color: #f0ab00 !important;
    text-decoration: underline !important;
    font-size: 14px;
}

.btn-view {
    color: #33a924;
    background-color: none;
    border: none;
    margin-top: 13px;
    font-size: 14px;
}

.btn-view:hover {
    color: #33a924 !important;
    text-decoration: underline !important;
    font-size: 14px;
}

.btn-delete {
    color: #f00400;
    background-color: none;
    border: none;
    margin-top: 13px;
    font-size: 14px;
}

.btn-delete:hover {
    color: #f00400 !important;
    text-decoration: underline !important;
    font-size: 14px;
}

.btn-delete-fund {
    display: inline-block;
    padding: 7px 38px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #ff0000 !important;
    background-color: #ffffff !important;
    color: #ff0000 !important;
}

.btn-delete-fund:hover {
    border: 2px solid #ff0000 !important;
    background-color: #ff0000 !important;
    color: #ffffff !important;
}

.table > tbody > tr > td {
    vertical-align: middle !important;
}

.btn-save {
    color: #666666;
    background-color: #ffffff;
    border-color: #666666;
    border-radius: 0;
    margin-left: 5px;
    margin-bottom: 5px;
}

.btn-save:hover {
    color: #333333;
    background-color: #ffffff;
    border-color: #666666;
}
