html,body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#loginform {
    /*border: .2rem solid #f8f9fa;*/
    padding: 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.298039);
}

.ikonaKos {
    line-height: 25px!important;
}

.barWidget {
    text-align: center;
}

.notiNum {
    font-weight: 800;
    border-radius: 50%;
    line-height: 21px;
    color: white;
    text-align: center;
    background-color: red;
}

.notiPos {
    font-size: 12px;
    position: relative;
    width: 21px;
    height: 21px;
    top: -45px;
    left: 8px;
}

.notiA {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 30px;
    height: 40px;
}

.notiDrop {
    border-top: 1px solid rgba(0,0,0,.15);
    padding: 9px 12px;
}

.dropdown-info {
     padding: 9px 12px;

 }

.notiDate {
    text-align: right;
    display: block;
    clear: both;
}

.notiText {
    word-break: break-all;
    white-space: normal;
    float: left;
}

.notiBtns{
    background-color: #f8f9fa;
    font-weight: 500;
}
td {
    vertical-align: middle!important;
}

.cardIkona {
    float:left;
    display:inline;
    font-size:50px;
    line-height: 74px;
}

.cardText {
    display:inline;
    font-size: 50px;
    line-height: 50px;
    float:right;
    font-weight: 300;
    margin: 0;
}

.card-title {
    text-align: right;
    clear:right;
    margin-bottom: 0;
    margin-right: 4px;
    display:inline;
    float:right;
}

.whoParag {
    white-space: nowrap;
    margin: 0;
    line-height: 35px;
}


.whoTd {
    width: 100%!important;
    border: none!important;
}
.progress-bar {
    font-size: 19px;
}

.whoTdName {
    padding-top:0px!important;
    padding-bottom: 0px!important;
    border: none!important;
}

.noBg {
    background: none;
}

.whoLbl {
    position: relative;
    left: 22px;
    color: black;
    font-size: 25px;
}

.line31 {
    line-height: 31px;
}

.navbar {
    box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.298039);
}

ul.errorList {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.container-table{
    display: table;
    height: 100%;
}

.vertical-center-row {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.invalid-tooltip {
    top: auto!important;
}

.tab {
    line-height: 40px;
    text-align: center;
    font-size: 21px;
}

.tabSelected {

}

.tabNotSelected {
    background-color: #D2D8D8;
    color: #809191;
    box-shadow: inset 1px 0px 5px 0 rgba(0, 0, 0, 0.298039);
}

.tabHref {
    display: contents;
    text-decoration: none!important;
}