﻿

.bg-hri-primary {
    background-color: #242e4c;
}

.bg-hri-secondary {
    background-color: #1c2540;
}


.bg-hri-tertiary {
    background-color: #893168;
}

.bg-hri-gold {
    background-color: #cbbb9f;
}


.labeltext {
    color: #0E2D20;
    font-style: italic;
}


.bgImageFullPage {
    background: url("../img/Adobe/AdobeStock_339742807_Preview.jpeg") no-repeat;
    background-size: cover;
}


.bgImageSecurity {
    background: url("../img/Adobe/AdobeStock_295729789_Preview.jpeg") no-repeat;
    background-size: cover;
}

.bgImageContact {
    background: url("../img/Adobe/AdobeStock_126073336_Preview.jpeg") no-repeat;
    background-size: cover;
}

.cardBgDefault {
    /*gray 100*/
    background-color: #fbfbfd;
}


.roundLogo {
    border-radius: 50%;
    max-height: 86px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-style: italic;
    color: #cbbb9f !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style: italic;
    color: #cbbb9f !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-style: italic;
    color: #cbbb9f !important;
}

.commercialContent {
    min-height: calc(60vh);
}

.pageContentForm {
    min-height: calc(100vh - 60px);
}

.pageContent {
    min-height: calc(100vh - 220px);
}


.pageContentHalf {
    min-height: calc(50vh);
}

.allFooter {
    background-color: #767676;
    min-height: 200px;
}


.chev:after {
    content: '';
    position: absolute;
    margin-top: -20px;
    top: 0;
    left: 0;
    height: 170px;
    width: 100%;
    background: #1c2540;
    -webkit-transform: skew(0deg, 3deg);
    -moz-transform: skew(0deg, 3deg);
    -ms-transform: skew(0deg, 3deg);
    -o-transform: skew(0deg, 3deg);
    transform: skew(0deg, 3deg);
}

.stretchedBackgroundImage {
    background: url("../img/Corporate/Default/HriLogoBigTransparent.png") no-repeat center center fixed;
    -webkit-background-size:95vH;
    -moz-background-size:95vH;
    -o-background-size: cover;
    background-size:95vH;
}

.company_logo_navbar {
    height: 40px;
    width: 40px;
}

.publisher-country-flag-footer {
    height: 16px;
    width: 16px;
}

.publisher-product-text-color {
    color: #cbbb9f;
}


/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


.divschraeg {
    transform: skewY(-9deg);
    transform: skewX(-9deg);
    border-radius: 4px;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.hri-design-line-bottom {
    border-bottom-color: #cbbb9f;
    border-bottom-style: solid;
    border-bottom-width: 5px;
}

.hri-design-line-top {
    border-top-color: #cbbb9f;
    border-top-style: solid;
    border-top-width: 5px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /*line-height: 60px;*/ /* Vertically center the text there */
    min-height: 160px;
}

.field-validation-error {
    color: #dc3545;
}

.input-validation-error {
    border-color: #dc3545;
    background-color: #ffe6e6;
}

.textinput {
    background-color: #eff1f5 !important;
}

.btn-facebook {
    color: white;
}

    .btn-facebook:hover {
        background: #3b5998;
        color: white;
    }

.btn-azure {
}

    .btn-azure:hover {
    }

.btn-google {
    /*-moz-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;*/
    /*background-image: linear-gradient(to left, ) !important;*/
    /*background-image: linear-gradient(to left, dodgerblue, red, gold, dodgerblue, seagreen, red);*/
    color: white;
}

    .btn-google:hover {
        background: seagreen;
        color: white;
    }


.btn-linkedin {
    color: white;
}

    .btn-linkedin:hover {
        background: #00618E;
        color: white;
    }


.btn-microsoft {
    color: white;
}

    .btn-microsoft:hover {
        background: crimson;
        color: white;
    }

.button-width-external-provider {
    width: 160px;
}

.btnMinWidth {
    min-width: 120px;
}

.custom-control-label:before {
    /*background-color: red;*/
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2F3C48;
}


#pageloaderPhone {
    background: rgba(220,220,220,0.9);
    display: none;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
}


#pageloaderPassword {
    background: rgba(220,220,220,0.9);
    display: none;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
}

#pageloaderEmail {
    background: rgba(220,220,220,0.9);
    display: none;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
}

#pageloader {
    background: rgba(220,220,220,0.9);
    display: none;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
}


.modal-default-background {
    background: rgba(220,220,220,0.9);
    /*display: flow;*/
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
}


.pageloaderControl {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.pageloaderText {
    text-align: center;
    top: 50%;
    position: relative;
}

.croppie-container {
    width: 100%;
    height: 80%;
}