﻿.TDSStatus {
    background: #02adb8;
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    margin-top: 2px;
    margin-right: 4px;
    font-size: 13px;
}

.panSet {
    margin-bottom: 1px;
    padding: 1px 10px;
    border-radius: 6px;
    font-weight: bold;
}

/*mayur css*/

.panel-default > .panel-heading {
    background: #fff;
    position: relative;
}

.panel-group .panel {
    border: none;
}

.icon {
    position: absolute;
    right: 4px;
    top: 17px;
}

.collapse.in {
    display: block;
    background: #f1fcff;
}

#mdlViewOtherDetails .modal-dialog {
    width: 90%;
}

.modal-header {
    border-bottom-color: #f4f4f4;
    padding: 10px 15px;
    background: #09545d;
    background: #2d83b4;
    background: -moz-linear-gradient(-45deg,#0093a0 0,#2d83b4 100%);
    background: -webkit-linear-gradient(-45deg,#0093a0 0,#2d83b4 100%);
    background: linear-gradient(135deg,#0093a0 0,#2d83b4 100%);
}

.modal-title {
    color: #fff;
}

#mdlViewOtherDetails .close {
    font-size: 37px;
    font-weight: 200;
    top: 4px;
    color: #fff;
}

.btnViewDetails {
    border: 1px solid #0485a3;
    border-radius: 4px;
    padding: 0px 4px;
    color: #0485a3;
}

    .btnViewDetails:hover {
        background-color: #0485a3;
        color: #fff;
    }

/*mayur css end*/

.FilterDiv + div {
    height:auto !important;
}