.vernav{
    width: 36px;
    top: 36px;
    bottom: 0px;
    position: fixed;
    z-index: 1000;
}

.vertlog{
    margin-left: 50px;
    margin-right: 50px;
    margin-top: calc(50vh - 147px);
}

.vert{
    margin-left: 50px;
    margin-right: 50px;
    margin-top: calc(50vh - 147px);
}

.verttable{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: calc(10vh);
}

.smalltd{
    font-size:12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
}


.smallth{
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
    text-align: center;
}

.navbutton{
    width: 36px;
    height: calc((100vh - 36px)/6);
    margin: 0px;
    padding: 0px;
    padding-top: calc(100vh/12 - 18px);
}

.addwork{
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.workpanel{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow-y: auto;
}

.returnbut {
    margin: 0px;
    padding: 0px;
    border-radius: 5px;
    position: fixed;
    top: -5px;
    left: -5px;
    width: 46px;
    height: 40px;
}

.findbut {
    margin: 0px;
    padding: 0px;
    border-radius: 5px;
    position: fixed;
    top: -5px;
    right: -5px;
    width: 46px;
    height: 40px;
}

.smallrow{
    margin-bottom: 10px;
}

.cib1 {
    margin: 0px;
    position: fixed;
    bottom: 24px;
    right: 80px;
}

.cib2 {
    margin: 0px;
    position: fixed;
    bottom: 24px;
    right: 130px;
}

.cib3 {
    margin: 0px;
    position: fixed;
    bottom: 24px;
    right: 180px;
}

.cib4 {
    margin: 0px;
    position: fixed;
    bottom: 24px;
    right: 230px;
}

.workheader{
    font-size: 12px;
}

p{
    margin-top: 2px;

}

form p{
    margin-bottom: 2px;
}

.preloader {
    padding: 50px;
    background: url('../img/preloader.gif') no-repeat 50% 50% transparent;
}

.tabactive{box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16) inset, 0 2px 10px 0 rgba(0, 0, 0, 0.12) inset;}
.tabinactive{}
.tabdisabled{color:white}
