.child-navigation content-panel panel panel-default {
    display: none;
}
.crmEntityFormView .cell.checkbox-cell:first-child{
padding:0 0 0 25px !important;
}

.tab-content {
    border-style: solid;
    border-width: 1px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 5px;
    border-color: #e6e6e6;
    border-top: 0px;
    margin-left: 3px;
    margin-top: -1px;
    padding-top: 15px;
    border-top: 1px solid #e6e6e6;
}

.nav-tabs {
    border-bottom: 0px !important;
}

    .nav-tabs > li > a {
        background-color: #FAFAFA;
        border: 1px solid #ddd;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs > li > a:hover {
    border: 1px solid #ddd;
    background-color: #FAFAFA;
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-weight: bold !important;
}

.crmEntityFormView .section-title.show-bar {
    border-bottom-width: 1px;
    padding-bottom: 4px;
    font-size: 15px;
    font-style: italic;
    padding-left: 5px;
    font-weight: bold;
    color: #337ab7;
}

.crmEntityFormView fieldset {
    margin: 0;
    margin-bottom: 0px !important;
    padding: 0;
    border: 0 none;
}

.crmEntityFormView .tab {
    margin-bottom: 0px !important;
}

.container {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.container-fluid a, .container-fluid a:link, .container-fluid a:visited {
    text-decoration: none !important;   
}

    .container-fluid a:hover {
        text-decoration: underline !important;
    }

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #052f72 !important;
    border-bottom: 0px !important;
}

#navbar .dropdown-menu {
    margin-top: 0px !important;
    margin-left: 3px !important;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
    /* margin-top: -5px; */
}

.dropdown-menu {
    border-radius: 15px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    /* margin-top: -5px; */
}

.topHeaderLeft {
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 0;
    line-height: 1;
    width: auto;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}

    .topHeaderLeft img {
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 0 5px 0 0px;
        max-height: 41px;
        display: inline-block;
    }

.gov-bar a {
    font-size: 15px !important;
    font-weight: bold !important;
}


.panel-heading h3 {
    font-size: 13px !important;
    font-weight: bold !important;
}

.page_section .row {
    padding-bottom: 0px !important;
}

.page_section h2 {
    color: #0b80d0 !important;
    font-size: 25px !important;
}

.LeftNavHeader {
    background-color: #337ab7 !important;
    text-align: center !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    color: white !important;
    padding: 10px !important;
}
 

.nav-pills>li>a {    
    margin-right: 5px !important;    
}

.LeftNavMain{
    border: 1px solid #337ab7 !important;
    border-radius: 15px !important;
    padding-bottom:15px !important;
    background-color: #337ab7 !important;

}

.LeftNavActive{
    background-color: lightskyblue;
    display: block;
    position: relative;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 5px;
    color: white;
    font-style: italic;
    font-weight: bold;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px !important;
     border-bottom-right-radius:  4px !important;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius:  4px !important;
    border-bottom-left-radius:  4px !important;
}

.entity-form h2{
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    border-color: #ddd;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    color: navy !important;
    background-color: #f5f5f5;
    border-color: #ddd;
    font-size: 15px !important;
    padding: 10px !important;
    font-style: italic !important;
    font-weight:bold !important;
    text-decoration: underline !important;
}

.crmEntityFormView .tab{
    border-bottom: 1px solid #eee !important;
    border-left: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
    /*margin-top: -25px !important;*/
    border-radius: 4px !important;
    padding :20px;
}
.noshow{
display:none;
}