.formLoading { width:100%; height:100%; position:absolute; left:0; top:0; background-color:rgba(255,255,255,0.8); z-index:800;  display:none; }
.formLoadDiv { position:absolute; bottom:100px; width:100%; left:0; text-align:center; }

.h1, h1 {
    font-size: 24px;
    font-weight: bold;
}

.formSonuc { margin-top:15px; }

.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}

.hzCont { width:100%; max-height:110px; position:relative; border:1px solid #dedede; overflow-y:auto; border-radius:4px; }
.hzCont>.hzRow { width:100%; height:36px; line-height:36px; padding:0 10px; border-bottom:1px solid #ededed; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.hzCont>.hzRow:nth-last-child(1) { border-bottom:0; }
.hzCont>.hzRow>label { font-weight:normal; font-size:13px; }