/* Add here all your CSS customizations */

.green {
   color: #41ad0a;
}


.helpbutton {
    width: 70px;
    float: right;
    position: absolute;
    margin-left: 90%;
    margin-top: -5%;
}

.helpbuttonmenu {
    width: 40px;
}

.userstatusicon {
    color: #fe423d;
    margin-left: 5px;
}


.managericon {
    color: #41ad0a;
    margin-left: 5px;
}

.reminderinfo {
    position: relative;
}

    .reminderinfo:before {
        content: "\F0F3";
        font-family: 'Font Awesome 5 Free';
        font-size: x-large;
        left: -5px;
        font-weight: 900;
        position: absolute;
        top: 0;
        color: #fe423d;
    }
.reminderinfotekst {
    position: relative;
    color: white;
    font-size: 11px;
    padding-left: 2px;
}


.pdficon {
    position: relative;
}

.pdficon:before {
    content: "\F1C1";
    font-family: 'Font Awesome 5 Free';
    font-size: x-large;
    left: -5px;
    font-weight: 900;
    top: 0;
    color: #fe423d
}

.statusiconcompleted {
    color: #41ad0a;
    font-size: 20px;
}

.statusiconnotstarted {
    color: #fe423d;
    font-size: 20px;
}
.statusiconstarted {
    color: #41ad0a;
    font-size: 20px;
}

.wizzardstepsheading {
    color: #d43434;
    text-decoration: underline;
}

.formcontrollabel {
    font-weight: 500;
    color: #d43434
}
.requiredstar {
    margin-left: -10px;
    color: #d43434
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: relative;
    padding-left: 38px;
}

    .bootstrap-select .dropdown-toggle .filter-option:before {
        content: "Size:";
        font-size: 14px;
        font-weight: 700;
        position: absolute;
        left: 0;
        top: 0;
    }


.post-disc-pointer {
    position: absolute;
    color: #fff;
    margin-top: 10px;
    z-index: 50;
    font-size: 3em;
    margin-left: 10%;
}
.post-disc-pointer-text {
    position: absolute;
    color: #fff;
    margin-top: 4px;
    z-index: 50;
    font-size: 1em;
    margin-left: 20%;
}

.bounce {
    display: inline-block;
    position: relative;
    -moz-animation: bounce 1s infinite linear;
    -o-animation: bounce 1s infinite linear;
    -webkit-animation: bounce 1s infinite linear;
    animation: bounce 1s infinite linear;
}

.breadcrumb-back {
position: absolute;
left: 89%;
}

.breadcrumb-back img{
    width:60%
}


/* Featured Box */
.answer-box {
    background: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    min-height: 40px;
    padding: 10px;
    position: relative;
    text-align: center;
    font-size: 12px;
    z-index: 1;
}

.question-box {
    background: #FFF;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    min-height: 20px;
    position: relative;
    text-align: center;
    font-size: 12px;
    width:85%;
    z-index: 5;
}


    .answer-box .box-content {
        border-radius: 8px;
        border-top-width: 4px;
        padding: 30px 30px 10px 30px;
        position: relative;
        top: -1px;
    }


/* answer Box Left */
.answer-box-text-left {
    text-align: left;
    margin-top:5px;
}

.answer-box-highlight {
    background: #808080;
}


.answer-box-green {
    border-bottom: 1px solid green;
    border-left: 1px solid green;
    border-right: 1px solid green;
    border-top: 1px solid green;
}

.answer-box-yellowgreen {
    border-bottom: 1px solid yellowgreen;
    border-left: 1px solid yellowgreen;
    border-right: 1px solid yellowgreen;
    border-top: 1px solid yellowgreen;
}

.answer-box-lightgreen {
    border-bottom: 1px solid lightgreen;
    border-left: 1px solid lightgreen;
    border-right: 1px solid lightgreen;
    border-top: 1px solid lightgreen;
}


.answer-box-darkslategray {
    border-bottom: 1px solid darkslategray;
    border-left: 1px solid darkslategray;
    border-right: 1px solid darkslategray;
    border-top: 1px solid darkslategray;
}
.answer-box-red {
    border-bottom: 1px solid red;
    border-left: 1px solid red;
    border-right: 1px solid red;
    border-top: 1px solid red;
}
.answer-box-indianred {
    border-bottom: 1px solid indianred;
    border-left: 1px solid indianred;
    border-right: 1px solid indianred;
    border-top: 1px solid indianred;
}

.answer-box-palevioletred {
    border-bottom: 1px solid palevioletred;
    border-left: 1px solid palevioletred;
    border-right: 1px solid palevioletred;
    border-top: 1px solid palevioletred;
}

.answer-box .icon-featured {
    display: inline-block;
    font-size: 1.3em;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 40px;
    margin-top: 5px;
    position: relative;
    top: 10px;
}

.regular-radio {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}

    .regular-radio:checked:after {
        content: ' ';
        width: 12px;
        height: 12px;
        border-radius: 50px;
        position: absolute;
        top: 3px;
        background: #99a1a7;
        box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
        text-shadow: 0px;
        left: 3px;
        font-size: 32px;
    }

    .regular-radio:checked {
        background-color: #e9ecee;
        color: #99a1a7;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
    }

        .regular-radio:active, .regular-radio:checked:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

.big-radio {
    padding: 16px;
}

    .big-radio:checked:after {
        width: 24px;
        height: 24px;
        left: 4px;
        top: 4px;
    }

/* Flip Card */
.flip-card.custom-flip-card-hovered .flip-front {
    -webkit-transform: translate3d(0, 0, -1px) rotateY(-180deg);
    transform: translate3d(0, 0, -1px) rotateY(-180deg);
}

.custom-flip-card-hovered .flip-back {
    -webkit-transform: translate3d(0, 0, 1px) rotateY(0deg);
    transform: translate3d(0, 0, 1px) rotateY(0deg);
}

.flip-card.flip-card-vertical.custom-flip-card-hovered .flip-front {
    -webkit-transform: translate3d(0, 0, -1px) rotateX(-180deg);
    transform: translate3d(0, 0, -1px) rotateX(-180deg);
}

.flip-card.flip-card-vertical.custom-flip-card-hovered .flip-back {
    -webkit-transform: translate3d(0, 0, 1px) rotateX(0deg);
    transform: translate3d(0, 0, 1px) rotateX(0deg);
}


/* Profile Image */
.profile-image-outer-container {
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
 
.profile-image-input
{
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
}

.profile-image-inner-container {
    border-radius: 50%;
    padding: 5px;
}

.profile-image-inner-container img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 5px solid white;
}

.profile-image-button {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 38px;
    transition: ease all 0.1s;
}

.numberCircle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 4px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 25px Arial, sans-serif;
}

#sortable {
    list-style-type: none;
}

.ui-state-highlight {
    height: 50px;
    background-color: lightgreen;
}

.icon-large {
    font-size: large;
    padding: 3px;
}

.profileicon {
    width: 20px;
    margin: 2px;
}

.gridcommand{
    font-size: x-large;
    padding-left: 10px;
}
.chartusericon {
    color: #444040;
}

.mapcontainer {
    width: 90%;
    padding-bottom: 90%;
    position: relative;
}

.mapcontainerjobtemplate {
    width: 150%;
    padding-bottom: 90%;
    position: relative;
}

#discmap {
    position: absolute !important;
    top: 0;
    left: 10px;
    bottom: 0;
    right: 0;
}

#discgraph {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#discmapunfav {
    position: absolute !important;
    top: 0;
    left: 10px;
    bottom: 0;
    right: 0;
}

#discgraphunfav {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#valuesmap {
    position: absolute !important;
    top: 0;
    left: 10px;
    bottom: 0;
    right: 0;
}

#valuesgraph {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.swal2-html-container
{
    font-size: 14px;

}
.starmatch {
    color: #B0000A;
    font-size:x-small;
}
.starprofilematch {
    position: relative;
    font-size: x-small;
}
.stylecircle {
    width: 15px;
    margin-left: 5px;
}
.card-style-icon {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 40px;
}
.multiselect-container {
    font-size: 13px !important;
}
.languagedropdown {
    font-size: 14px;
}
.peoplereadcount {
    font-size: x-small;
    vertical-align: super;
    color: #fe423d;
}
.connectionbuttons {
    width: 50px;
    margin-left: 15px;
}
