﻿.modal-custom-header {
    font-weight: bold;
    font-size: 22px;
    background-color: #434A54 !important;
    color: #FFFFFF !important;
    vertical-align:middle !important;
}

.modal-custom-header-error {
    font-weight: bold;
    font-size: 22px;
    background-color: #c92c2c !important;
    color: #FFFFFF !important;
}

.modal-custom-title {
    color: #FFFFFF !important;
}

.modal-custom-body {
    background-color: #FFFFFF !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align:left;
}

.modal-custom-footer {
    background-color: #FFFFFF !important;
}

.modalextralarge {
    width: 100%;
    max-width: 1250px;
}

.modalextralarge {
    width: 100%;
    max-width: 1250px;
}

.modallarge {
    width: 100% !important;
    max-width: 900px !important;
    min-width:400px;
}

.modalxlarge {
    width: 100% !important;
    max-width: 1100px !important;
    min-width: 400px;
    top: 20vh;
}

.modalsmall {
    width: 100% !important;
    max-width: 400px !important;
    min-width:300px;
}

.modal-top-corners {
    -webkit-border-top-left-radius: 20px !important;
    -webkit-border-top-right-radius: 20px !important;
    -moz-border-radius-topleft: 20px !important;
    -moz-border-radius-topright: 20px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.modal-bottom-corners {
    -webkit-border-bottom-left-radius: 20px !important;
    -webkit-border-bottom-right-radius: 20px !important;
    -moz-border-radius-bottomleft: 20px !important;
    -moz-border-radius-bottomright: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}


.modal-content {
    background-color: #FFFFFF !important;
    margin: 0 auto;
}

.modal-content-500 {
    min-height: 500px;
}

.modal-content-error {
    /*background-color: #AF0606 !important;*/
    /*background-color: #c92c2c !important;*/
    background-color: #FFFFFF !important;
}

.modal-body {
    background-color: #FFFFFF !important;
}

.modal-close {
    font-size: 18px !important;
    font-weight: bold;
    color: #FFFFFF !important;
    box-shadow: none !important;
    padding-bottom:10px;
    margin-bottom:10px;
}

.modal-close-black {
    font-size: 18px !important;
    font-weight: bold;
    color: #000000 !important;
    box-shadow: none !important;
    padding-bottom:10px;
    margin-bottom:10px;
}

.vertAlignCenter {
    vertical-align:middle !important;
    top: 25vh;
}

.modal-dialog {
  height: 100%;
  width: 100%;
  /*display: flex;*/
  top: 150px;
  align-items: center;
}


.RegistrationFont {
    font-size:14px;
}

.errorText {
    color:red;
    font-weight:bold;
    font-size:10px;
}