/* wizard custom css */
.wizard-modal p {
    margin: 0 0 10px;
    padding: 0;
}

#wizard-ns-detail-servers, .wizard-additional-servers {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 15px;
}

#wizard-ns-detail-servers > li, .wizard-additional-servers li {
    line-height: 20px;
    list-style-type: none;
}

#wizard-ns-detail-servers > li > img {
    padding-right: 5px;
}

.wizard-modal .chzn-container .chzn-results {
    max-height: 150px;
}

.wizard-addl-subsection {
    margin-bottom: 40px;
}

.create-server-agent-key {
    margin-left: 15px;
    width: 90%;
}
.wizard > .content > .body select.error {
    background: rgb(251, 227, 228);
    border: 1px solid #F89A14;
    color: #8a1f11;
}




/**/

#contact{
    background-color:#f0f0f0;
    margin-top:-15px;
    margin-bottom:-15px;
}
.tabbable{
    background-color:#fff;
    border-right:1px solid rgba(232, 232, 232, 1);
    height:400px;
    overflow:hidden;
    margin-bottom: 10px;
}
.tabbable:hover{
    overflow-y:scroll;
}
.tabbable ul{
    display:list-item;
    padding:0;
    margin:0 !important;
    min-height: 420px;

}
.tabbable ul > li{
    display:block;
    padding:10px;
    border-bottom:1px solid #e0e0e0;
    margin:0;
    width:100%;
}
.tabbable ul > li img{
    width:40px;
    height:40px;
    margin-right:15px;
    border-radius:50%;
    float:left;
}
.tabbable ul li.active{
    background-color:#f0f0f0 !important;
    margin:0;
    width:100% !important;
}

.nav.nav-pills{
    margin-bottom:20px;
}