.iframe-visor {
    width: 100px;
    height: 50px;
}

@media (min-width: 320px) {
    .iframe-visor {
        width: 200px;
        height: 150px;
    }
}

@media (max-width: 992px) {
    .layout.layout-vertical.fuse-aside-folded.layout-left-navigation #wrapper {
        padding-left: 0px !important;
    }
}

@media (min-width: 768px) {
    .iframe-visor {
        width: 500px;
        height: 350px;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}

@media only screen and (max-width: 1024px) {
    .landing-button {
        width: 100% !important;
    }
}

@media only screen and (min-width: 200px) and (max-width: 340px) {
    .div-btn-login {
        position: absolute;
        margin-left: 45%;
        margin-top: -20px;
    }

    .div-btn-register {
        position: absolute;
        margin-left: 42%;
        margin-top: 20px;
    }
}

.outplacement-content {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.outplacement-header {
    min-height: 44px !important;
    display: block !important;
    min-height: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    background-color: #E0E0E6 !important;
}

.outplacement-header-info {
    background-color: #505763 !important;
    background: linear-gradient(#29303B, #29303B, #29303B) !important;
    min-height: 44px !important;
    display: block !important;
    min-height: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
}

.outplacement-header-fixed {
    width: inherit;
    min-width: 320px;
    padding: 0px;
    left: inherit !important;
    right: inherit !important;
    height: 50px;
    background-color: #333;
    background-color: rgba(41, 48, 59, 0.8);
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0px !important;
    z-index: 1;
    display: none;
}

.outplacement-header-fixed .wrapper {
    flex-basis: 50%;
}

.outplacement-header-fixed .wrapper h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.outplacement-header-fixed .wrapper {
    flex-basis: 50%;
}

.outplacement-dropdown-course {
    padding: 0 !important;
    margin: 0 !important;
}

.outplacement-dropdown-course span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-file-upload > .progress-bar-area > .progress,
form.form-direct-upload > .progress-bar-area > .progress {
    display: none;
    position: relative;
    width: 100%;
    height: 15px;
    background: #C7DA9F;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 5px;
}

.form-file-upload > .progress-bar-area > .progress > .bar,
form.form-direct-upload > .progress-bar-area > .progress > .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 15px;
    background: #f57c00;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: .7em;
}

.bar-success {
    background-color: #85C220 !important;
}

.bar.red {
    background: tomato;
}

.form-file-upload > .validate-area,
form.form-direct-upload > .validate-area {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: .7em;
    overflow: hidden;
    background: tomato;
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.image-profile-container {
    position: relative;
}

.image-profile-container a {
    position: absolute;
    background-color: #a0a0a0;
    white-space: nowrap;
    border-radius: 1.5em;
    color: white;
    top: 1em;
    right: 1em;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1em 1em;
}

.image-profile-container a:hover {
    background-color: #e8504b;
    cursor: pointer;
    color: white;
}

.btn-clipboard {
    cursor: pointer;
}

.fieldset {
    border: 1px solid #ccc !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
}

.legend {
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.loading-spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: relative;
    margin: 0;
    width: 1.4rem;
    height: 1.4rem;
}

.loading-spinner .path {
    stroke: #000;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}