#tblShowDetails tbody tr {
    background-color: White;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #D3D3D3;
}

    .nav-pills .nav-link:hover, .nav-pills .show > .nav-link:hover {
        color: #fff;
        background-color: #D3D3D3;
    }

a {
    color:black;
    cursor:pointer;
}

ul#crForms label:hover {
    color: #fff;
    background-color: rgb(26, 179, 148);
    cursor:pointer;
}

ul#crForms input:hover {
    cursor: pointer;
}

.iRotate {
    transform: rotate(-180deg);
    transition: .3s ease;
    opacity: 0.5;
}

.iAntiRotate {
    transform: rotate(-360deg);
    transition: .5s ease;
    opacity: 1;
}

.fa-minus-circle {
    transform: rotate(-180deg);
    transition: .5s ease;
    opacity: 1;
}

.iAntiRotate_Plus {
    transform: rotate(-270deg);
    transition: .5s ease;
    opacity: 1;
}

.panel.panel-horizontal {
    display: table;
    width: 90%;
    border: 0px solid gray;
    margin: 0px 15px;
    padding: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-body, .panel.panel-horizontal > .panel-footer {
    display: table-cell;
    padding: 8px;
    border: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-footer {
    width: 35%;
    border: 0px;
    background-color: #fff;
    vertical-align: middle;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.panel.panel-horizontal > .panel-heading {
    border-right: 0px none;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.panel.panel-horizontal > .panel-footer {
    border-left: 0px none;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
}

h4 {
    font-size: 17px;
    font-weight: bold;
    padding-left: 0px;
    margin-top: 5px;
}
/* checkbox & Radio Button */
.checkbox label:after, .radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
    position: absolute;
    font-size: 0.8em;
    line-height: 0;
    top: 49%;
    left: 20%;
}

.radio .cr .cr-icon {
    /*margin-left: 0.03em;*/
    vertical-align: middle;
}

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}


.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.radio label, .checkbox label {
    padding-left: 1px;
}

.cb label {
    margin-left: 20px;
}

.page-heading{
    padding:10px;
}

.ibox {
    max-height: 81vh !important;
    overflow: auto;
    margin-bottom: 0px;
}

.ibox-title {
    text-align: center;
}

.ibox-content {
    min-height: 74vh !important;
    padding: 10px 20px 10px 20px !important;
}

.row-fluid .panel-body > div {
    /*overflow-y: auto;*/
    overflow-x:auto;
    max-height: 68vh;
    min-height: 68vh;
    list-style: none;
}