.toggle-details a.btn-toggle:after {
  content: "Rozwiń";
  position: absolute;
  left: 25px;
  top: 7px;
}
.toggle-details.active a.btn-toggle:after {
  content: "Zwiń";
  position: absolute;
  left: 25px;
  top: 7px;
}

.candidate-delbtn-content{
    padding: 15px;
}

.ajaxloadersvg{
    display: none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align: center;
    z-index:999;
}

.ajaxloadersvg img{
    width: 94px;
    height: 94px;
    margin-left:auto;
    margin-right:auto;
    vertical-align: middle;
}

.ajaxloadersvg .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.user-favorite{
    cursor: default;
}

.user-favorite i.fa-star{
    color: #FCB322;
}
.user-favorite-inactive i.fa-star{
    color: #cbcbcb;
}

header#header{
    background-color: white;
}


.process-login{
    background: url(../img/process-bg.jpg) center top no-repeat;
}

.sortowanie{
    margin-top: 15px;
}

.navbar-brand{
    width:100px;
    height: 100px;
}
button.navbar-toggle{
    margin-top:30px;
}

aside .user-profile .title{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.user-profile .title h6 {
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    float: left;
    margin: 0;
    font-size: 20px;
}

.redborder{
    border-color: red !important;
}

.redmarker:after{
    position:relative;
    float: left;
    background-color: red;
    width:15px;
    height:15px;
}

.text-red{
    color: red !important;
}


.process-login .form-sec form ul li.zgody{
    margin-bottom: 6px;
}

.process-login .form-sec form ul li.zgody h6{
    margin-top: 16px;
}

.process-login .form-sec form ul li.zgody p{
    margin-top: 10px;
    font-size: 80%;
}

.rodo{
    font-size: 80%;
}