﻿.wizard-card {
    min-height: 410px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 0;
}

    .wizard-card .picture-container {
        position: relative;
        cursor: pointer;
        text-align: center;
        width: 150px;
        margin: 0px auto;
    }

    .wizard-card .picture {
        width: 140px;
        height: 140px;
        background-color: #999999;
        border: 4px solid #CCCCCC;
        color: #FFFFFF;
        /* border-radius: 50%;*/
        margin: 5px auto;
        overflow: hidden;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

        .wizard-card .picture:hover {
            border-color: #2ca8ff;
        }

        .wizard-card .picture input[type="file"] {
            cursor: pointer;
            display: block;
            height: 100%;
            left: 0;
            opacity: 0 !important;
            position: absolute;
            top: 0;
            width: 100%;
        }

    .wizard-card .picture-src {
        width: 100%;
    }

    .wizard-card .tab-content {
        min-height: 340px;
        padding: 20px 10px;
    }

    .wizard-card .wizard-footer {
        padding: 0 10px;
    }

    .wizard-card .disabled {
        display: none;
    }

    .wizard-card .wizard-header h3 {
        font-weight: 200;
        text-align: center;
    }

    .wizard-card[data-color="green"] .choice:hover .icon, .wizard-card[data-color="green"] .choice.active .icon {
        border-color: #05AE0E;
    }

    .wizard-card[data-color="green"] .picture:hover {
        border-color: #05AE0E;
    }

    .wizard-card[data-color="green"] .moving-tab {
        position: absolute;
        text-align: center;
        padding: 10px;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: #05AE0E;
        top: 0px;
        left: 0px;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: 500;
    }
    /*--primary*/
    .wizard-card[data-color="primary"] .choice:hover .icon, .wizard-card[data-color="primary"] .choice.active .icon {
        border-color: #0f2440;
    }

    .wizard-card[data-color="primary"] .picture:hover {
        border-color: #0f2440;
    }

    .wizard-card[data-color="primary"] .moving-tab {
        position: absolute;
        text-align: center;
        padding: 10px;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: #0f2440;
        top: 0px;
        left: 0px;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: 500;
    }

    .wizard-card[data-color="azzure"] .choice:hover .icon, .wizard-card[data-color="azzure"] .choice.active .icon {
        border-color: #2CA8FF;
    }

    .wizard-card[data-color="azzure"] .picture:hover {
        border-color: #2CA8FF;
    }

    .wizard-card[data-color="azzure"] .moving-tab {
        position: absolute;
        text-align: center;
        padding: 10px;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: #2CA8FF;
        top: 0px;
        left: 0px;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: 500;
    }

    .wizard-card[data-color="blue"] .choice:hover .icon, .wizard-card[data-color="blue"] .choice.active .icon {
        border-color: #3472F7;
    }

    .wizard-card[data-color="blue"] .picture:hover {
        border-color: #3472F7;
    }

    .wizard-card[data-color="blue"] .moving-tab {
        position: absolute;
        text-align: center;
        padding: 10px;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: #3472F7;
        top: 0px;
        left: 0px;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: 500;
    }

    .wizard-card[data-color="orange"] .choice:hover .icon, .wizard-card[data-color="orange"] .choice.active .icon {
        border-color: #FF9500;
    }

    .wizard-card[data-color="orange"] .picture:hover {
        border-color: #FF9500;
    }

    .wizard-card[data-color="orange"] .moving-tab {
        position: absolute;
        text-align: center;
        padding: 10px;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: #FF9500;
        top: 0px;
        left: 0px;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: 500;
    }

    .wizard-card[data-color="red"] .choice:hover .icon, .wizard-card[data-color="red"] .choice.active .icon {
        border-color: #FF3B30;
    }

    .wizard-card[data-color="primary"] .choice:hover .icon, .wizard-card[data-color="red"] .choice.active .icon {
        border-color: #0f2440;
    }

    .wizard-card[data-color="red"] .picture:hover {
        border-color: #FF3B30;
    }

    .wizard-card[data-color="red"] .moving-tab {
        position: absolute;
        text-align: center;
        padding: 10px;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: #FF3B30;
        top: 0px;
        left: 0px;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: 500;
    }

    .wizard-card .btn {
        text-transform: uppercase;
    }

    .wizard-card .info-text {
        text-align: center;
        font-weight: 300;
        margin: 10px 0 30px;
    }

    .wizard-card .choice {
        text-align: center;
        cursor: pointer;
        /* margin-top: 20px;*/
    }

        .wizard-card .choice .icon {
            text-align: center;
            vertical-align: middle;
            height: 90px;
            width: 90px;
            border-radius: 50%;
            background-color: #f7fafc;
            color: #0f2440;
            margin: 0 auto 20px;
            border: 4px solid #CCCCCC;
            transition: all 0.2s;
            -webkit-transition: all 0.2s;
        }

        .wizard-card .choice i {
            font-size: 30px;
            line-height: 85px;
        }

        .wizard-card .choice:hover .icon, .wizard-card .choice.active .icon {
            border-color: #0f2440;
        }

        .wizard-card .choice input[type="radio"],
        .wizard-card .choice input[type="checkbox"] {
            position: absolute;
            left: -10000px;
            z-index: -1;
        }

    .wizard-card .btn-finish {
        display: none;
    }

    .wizard-card .description {
        color: #999999;
        font-size: 14px;
    }

.wizard-navigation {
    position: relative;
}

.ui-dialog {
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

#experienceview a, #Educationview a, .blue {
    color: blue !important
}
/*           Labels & Progress-bar              */
.label {
    padding: 0.2em 0.6em 0.2em;
    border: 1px solid #999999;
    border-radius: 3px;
    color: #999999;
    background-color: #FFFFFF;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

    .label.label-fill {
        color: #FFFFFF;
    }

.label-primary {
    border-color: #3472F7;
    color: #3472F7;
}

.label-info {
    border-color: #2CA8FF;
    color: #2CA8FF;
}

.label-success {
    border-color: #05AE0E;
    color: #05AE0E;
}

.label-warning {
    border-color: #FF9500;
    color: #FF9500;
}

.label-danger {
    border-color: #FF3B30;
    color: #FF3B30;
}

label {
    font-weight: 400;
}

    label.error {
        color: #FF3B30;
        margin-top: 5px;
        margin-bottom: 0;
    }

    label small {
        color: red;
    }

.label-primary.label-fill, .progress-bar, .progress-bar-primary {
    background-color: #3472F7;
}

.label-info.label-fill, .progress-bar-info {
    background-color: #2CA8FF;
}

.label-success.label-fill, .progress-bar-success {
    background-color: #05AE0E;
}

.label-warning.label-fill, .progress-bar-warning {
    background-color: #FF9500;
}

.label-danger.label-fill, .progress-bar-danger {
    background-color: #FF3B30;
}

.label-default.label-fill {
    background-color: #999999;
}

.tooltip {
    font-size: 14px;
    font-weight: bold;
}
/*             Inputs               */
.form-control {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: none;
    color: #444444;
    height: 38px;
    padding: 6px 16px;
}

    .form-control:focus {
        background-color: #FFFFFF;
        border: 1px solid #9A9A9A;
        box-shadow: none;
        outline: 0 none;
    }

    .form-control + .form-control-feedback {
        border-radius: 6px;
        font-size: 14px;
        padding: 0 12px 0 0;
        position: absolute;
        right: 25px;
        top: 13px;
        vertical-align: middle;
    }

.has-success .form-control, .has-error .form-control, .has-success .form-control:focus, .has-error .form-control:focus {
    border-color: #E3E3E3;
    box-shadow: none;
}

.has-success .form-control,
.form-control .has-success .form-control-feedback, .form-control.valid:focus {
    border-color: #05AE0E;
    color: #05AE0E;
}

.has-error .form-control,
.form-control .has-error .form-control-feedback, .form-control.error {
    color: #FF3B30;
    border-color: #FF3B30;
}

.form-control:focus + .input-group-addon, .form-control:focus ~ .input-group-addon {
    background-color: #FFFFFF;
    border-color: #9A9A9A;
}

.form-control ::-moz-placeholder {
    color: #DDDDDD;
    opacity: 1;
}

.form-control ::-moz-placeholder {
    color: #DDDDDD;
    opacity: 1;
}

.form-control ::-webkit-input-placeholder {
    color: #DDDDDD;
    opacity: 1;
}

.form-control ::-ms-input-placeholder {
    color: #DDDDDD;
    opacity: 1;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #EEEEEE;
    color: #999999;
    cursor: not-allowed;
}

.input-lg {
    height: 56px;
    padding: 10px 16px;
}

.input-group-addon {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-right: 0 none;
    }

        .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
            border-left: 0 none;
        }

.img-cal {
    position: absolute;
    bottom: 27px;
    right: 20px;
}

.imgcalfmailypo {
    position: absolute;
    bottom: 43px;
    right: 90px;
}

.imgcalexp {
    bottom: 48px;
}

#wizard-picture-error {
    position: absolute;
    padding: 0px 5px;
}

.file-input {
    width: 75%;
    /* display:none;*/
}

.frame {
    width: 1200px;
    height: 1800px;
    border: 0;
    -ms-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -o-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.labelfileuplad {
    display: inline-block;
    background-color: #0f2440;
    color: white;
    padding: 0.3rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    /* margin-top: 1rem; */
    width: 23%;
    text-align: center;
}

.labelexpfileuplad {
    display: inline-block;
    background-color: #0f2440;
    color: white;
    padding: 0.3rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    /* margin-top: 1rem; */
    width: 45%;
    text-align: center;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    /* margin: 10px;*/
    width: 38%;
    border-radius: 0px 6px 5px 0px;
}

.fileuploadpathedu {
    width: 42% !important;
}

.fileuploadpath {
    width: 50%;
    padding: 3px 7px 7px 7px;
    margin: -9px;
}
/*.fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }*/
.lowercase {
    text-transform: lowercase !important;
}

.min-vh-70 {
    min-height: 70vh !important;
}

.error {
    color: #FF3B30 !important;
    border-color: #FF3B30 !important;
    /* border: 1px solid #FF3B30;*/
}
.active {
    color: #f43b48 !important;
}
.timetextbox {
    width: 40%;
    float: left;
    margin-left: 10px;
}
.datetextbox {
    width: 55%;
    float: left;
}

.popover-body {
    max-width: 600px;
    color: #000000 !important;
}

a:hover {
    cursor: pointer;
}

.popover .popover-title {
  
    color: #ff0000;
}
body {
    padding-right: 0 !important
}

.style-7::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #FFFFFF;
    border-radius: 5px;
}

.style-7::-webkit-scrollbar {
    width: 5px;
    background-color: #FFFFFF;
}

.style-7::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #453a94;
    /*background: linear-gradient(to right, #f43b48 0%, #453a94 100%);*/
    /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));*/
}
/* turn it off completely */
select:active, select:hover {
    outline: none
}

/* make it red instead (with with same width and style) */

select option:focus,
select option:active {
    background: linear-gradient(#000000, #000000);
    background-color: #000000 !important; /* for IE */
    color: #ffed00 !important;
}

select option:checked {
    background: linear-gradient(#453a94, #453a94);
    background-color: #453a94 !important; /* for IE */
    color: #000000 !important;
}