body:not(.pop){
    padding-top: 80px;
}

.table-small{
    font-size: 12px;
}

form .group{
    margin-top: 3px;
}
form .group label{
    min-width: 120px !important;
}
th.dynatable-head a{
    color: #FFF !important;
}
.hideme{
    display: none;
}
.font-narrow{
    /*
    font-family: Tahoma, Geneva, sans-serif;
    font-family: Impact, Charcoal, sans-serif;
    */
    font-weight: bold;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 95%;
}
select.small{
    font-size: 11px;
}

body.pop .nav, body.pop .navbar{
    display:none !important;
    visibility: hidden !important;
}

td.condensed{
    width: 1px;
}

/* Generic absolute position controls - top */

.controls{
    padding: 1%;
    background:#CCC;
    opacity: .8;
    border-bottom: 1px solid #000;
}
.controls-bottom{
    bottom: 0;
}

.controls a{
    color: #000;
}

/* Help - management CSS */
.help-tab{
    list-style-type: none;
    padding: 0;
    margin: 8px 0 32px 25px;
}

.pan{
    float: left;
    border: #4297d7 solid 1px;
    border-top: 0;
    width: 99.8%;
    padding-bottom: 5%;
    height: auto;
 }

#help-management{
    padding-top: 45px !important;
}

.box{
    float: left;
    width: 100%;
}
/*.odd{
    background-color: #F5F5F5;
}
.even{
    background-color: #EBEBEB;
}*/


ul.topicList li:nth-child(odd) {
    background-color: #F5F5F5;
}

ul.topicList li:nth-child(even) {
    background-color: #EBEBEB;
}

.editContent.active{
    /*background-color: white !important;*/
    border: #000000 2px solid;
}
.editContent.active > a{
    background-color: white !important;
    color: #000000;
    /*border: #000000 2px solid;*/
}

.nav-pills.nav-stacked > li.active > a{
    background-color: #5c9ccc ;
}

.nav-pills.nav-stacked > li.active.editContent > a:hover{
    color: #000000 !important;
}


.ui-widget-header.nav>li>a:hover{
    color: #555;
    cursor: default;
    background-color: #f5f2f2;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
.nav{
    margin-bottom: 0px !important;
}
.navbar .nav{
    margin: -2px !important;
}
.help-step{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #005580;
    color: #ffffff;
    -webkit-box-shadow: inset 0px 0px 3px 1px #ffffff;
    box-shadow: inset 0px 0px 3px 1px #ffffff;
    min-height: 200px;
    padding: 30px;
}

.step-2{
    background-color: #f89406;
}
.step-3{
    background-color: #008200;
}
.calpro-toggle1
{
    border-radius: 10px;
    padding: 1px;
    padding-left: 3%;
    list-style: none;
    margin-bottom: 3px;
    border: 1px solid #ddd;
    background-color: #EBEBEB;
}
.help-step a ,.help-step a:hover,.help-step a:focus,.help-step a:visited {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}
.descr{
    background-color: #d9edf7;
    display: flex;
    padding: 10px;
    margin-bottom: 2%;
    font-style: italic
}
.calpro-toggle1 > h5> a:hover{
    text-decoration: none !important;
}

.editPan{
    background-color : white !important;
    width : 94%;
    border : 1px solid black;
    height : auto;
    padding-left: 10px;
}

.summaryPan img{
    margin: 2%;
}