

.front .page-wrapper {
    background: url("../../images/bg.jpg") center bottom no-repeat;
    background-size: 100% auto;
    position: relative;
}

.front .page-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 170px;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.73);
}


.front .front-content {
    position: relative;
    z-index: 6;
}

.front footer, .not-logged-in footer {
    margin-left: 0;
    position: relative;
}

.front h1 {
    font-size: 5em;
    color: #272a30;
}

.front h2 {
    margin-bottom: 25px;
}

.front-image {
    width: 100%;
}

.front-text {
    font-size: 1.3em;
}

.front-text p {
    margin-bottom: 20px;
}

.thumb-block {
    padding: 40px;
}

.thumb-block img {

    width: 100%;
    max-width: 800px;
}

.task-warning {
    text-align: center;
}

.task-number {
    font-weight: 600;
    font-size: 1.3em;
}

.task-image img {
    margin: 40px 0;
}

.wizard {
    margin-top: 40px;
}

.wizard .nav-pills {
    margin-bottom: 20px;
}

.wizard .nav-pills>li.has-error>a {
    border: solid 1px rgba(241, 35, 79, 0.3);
    color: #9D0B2B ;
    background-color: rgba(241, 35, 79, 0.1);
}
.wizard .nav-pills>li.has-success>a {
    border: solid 1px rgba(101, 173, 62, 0.3);
    color: #3B960B;
    background-color: rgba(101, 173, 62, 0.1);
}

.wizard .nav-pills>li.has-success.active>a {
    background-color: #65AD3E;
    color: #fff;
}
.wizard .nav-pills>li.has-error.active>a {
    background-color:#F1234F;
    color: #fff;
}


.radio-group label {
    float: left;
    border-radius: 50%;
    border: solid 5px #fff;
    overflow: hidden;
    max-width: 244px;
    text-align: center;
}

.radio-group label img {
    object-fit: contain;
    width: 100%;
}

.radio-group input {
    display: none;
}

.radio-group input:checked + label {
    border-color: #1ab5b3;
}

.radio-group {
    padding-left: 15px;
}

.placeholder {
    min-height: 400px;
    padding-top: 40%;
}

.upload {
    height: 228px;
    width: 245px;
    text-align: center;
    padding-top: 45%;
    background: #ddd;
    font-weight: 600;
}

#image-upload {
    margin-left: 505px;
    display: none;
}

.mainpictext p{
    font-size: 110%;
    line-height: 1.2em;
}

#avatar-preview {
    object-fit: contain;
    max-height: 228px !important;
    max-width: none; 
}

.clock-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 275px;
    z-index: 6;
    background: #eb1e5c;
    color: #fff;
}

.clock-container span {
     font-size: 1.3em;
}

.vallet {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    pointer-events: none;
    background-image: url("../../images/vallet.png");
    background-repeat: no-repeat;
    background-position: center center;
    text-align: left;
    display: inline-block;
}

.vallet span {
    display: block;
    padding-top: 110px;
    font-size: 1.8em;
    padding-left: 63px;
}

.account-details {
    max-height: 305px;
    overflow-y: auto;
}

#expertise-form .task-block img {
    max-width: 800px;
    width: 100%;
}

.multilookup-container {
    padding-top: 5px;
}

.multilookup .label {
    margin-right: 1px;
    font-size: 1em;
}

.get-work-list {
    margin-left: 20px;
    list-style: none;
    counter-reset: point;
}

.get-work-list li {
    padding: 5px 0 5px 15px;
    position: relative;
}


.get-work-list li:before {
    content: counter(point)".";
    counter-increment: point 1;
    font-size: 11px;
    position: absolute;
    left: -10px;
    top: 9px;
    width: 17px;
    padding: 0;
    color: #b3b4b6;
    text-align: right;
}

.criterion-container img {
    width: 100%;
    max-width: 800px;
}

.thumb-block img.file-preview {
    width: 200px;
    margin: 0;
}

.remove-thumb {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 3em;
}


@media (max-width: 1270px) {
    .front .page-wrapper {
        background-position: center top;
        background-size: auto 100%;
    }

}

@media (max-width: 768px) {

    

    .clock-container {
        left: 0;
    }
}

@media (max-width: 1024px) {
    .wizard .nav-justified>li {
        display: inline-block;
        width: auto;
    }

    .front .logo, .not-logged-in .header img.logo {
        max-width: 400px;
    }


}

@media (max-width: 992px) {
    .front .page-wrapper:after {
        bottom: 0;
    }

    .front h1 {
        text-align: center;
    }

    .front .logo, .not-logged-in .header img.logo  {
        max-width: 300px;
    }
}


.rating-label {
    margin-top: 9px;
    margin-right: 20px;
}

.rating {
    border: none;
    float: left;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #ff7821
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
    color: #c94f00;;
}

.grid-filter .table td:not(:first-child), .grid-filter .table th:not(:first-child) {
    border-left: 1px solid #dee2e6;
}

.grid-filter .table tbody tr:hover {
    background: #f4f4f4;
}

a {
    color: var(--secondary);
}

a:hover {
    color: var(--active);    
}

.grid-level-0{
    cursor: pointer;
}
.notify-badge {
    color: #fff;
    background-color: red;
    border-radius: 20px;
    font-size: 18px;
    margin-left: 2px;
}