﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.blink_text {
    animation: 1s blinker linear infinite;
    -webkit-animation: 1s blinker linear infinite;
    -moz-animation: 1s blinker linear infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.cryptedmail:after {
    content: attr(data-name) "\0040" attr(data-domain) "\002e" attr(data-ltd);
}

.btn-outline-overwrite-navyblue {
    color: #2f5e9d !important;
    border-color: #2f5e9d !important;
}

.universal-color-navyblue {
    color: #2f5e9d !important;
    border-color: #2f5e9d !important;
}

.btn-outline-overwrite-navyblue:hover {
    color: white !important;
}

#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #007bff;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
    left: 0;
    right: 0;
    margin-top: 15%;
    margin-left: auto;
    margin-right: auto;
    background: #f3f3f3;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

#loader-container {
    display:none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.7);
}

html, body {
    height: 100%;
    margin: 0;
}

.container {
    min-height: 88%;
    position: relative;
    padding-bottom: 50px;
}

.butoane-derulare {
    text-align: center;
}

.table {
    overflow-x: auto;
}

.footer {
    bottom: 2px;
    height: 40px;
    margin-top: -40px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    width: 100%;
}

.pagina {
    display: none;
}

.pagina.selected {
    display: block;
}

.input-error {
    border: 1px solid #cc0000 !important;
}

.form-row {
    padding-top: 25px;
    margin-bottom: 25px;
}

.field-warning {
    color: red;
    font-weight: 500;
    font-size: 12px;
}

#warning-e-mail, #warning-cv-empty, #warning-cv-pdf, #warning-cv-size, #warning-data-nasterii {
    color: red;
    font-weight: 500;
    font-size: 12px;
}

input.input-validation-error {
    border: 0.5px solid red;
}

.expire-session-countdown {
    opacity:0.5;
}

.expire-session-countdown:hover {
    opacity: 10;
}