﻿.WizardStep {
    text-overflow: ellipsis;
    white-space: nowrap;
}

input[type="text"],
input[type="email"],
select,
.select2-container .select2-choice{
    border-radius: 5px;
}

.Form input.SmartInput[type="radio"]{
    display: inline-block;   
}

.Form label {
    color: #000000;
}

.Form select.ReadOnly{
    line-height: 20px;
}

.WizardStep a[disabled="disabled"]{
    color: #fff;
    text-decoration: line-through;
}

.MandatoryLabel::after {
    content: "*";
    color: #BF1601;
    position: absolute;
    padding: 0px 5px 5px 3px;
    font-size: 12px;
    font-weight: normal;
}
.uppercase{
    text-transform: uppercase;
}

.MainContainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.AddRecord {
    background-color: #EBEBEB;
    padding: 10px;
    padding-left: 50px;
}


/* read only mode classes */

.StaticInputDisplay {
    vertical-align: middle;
    height: 32px;
    padding: 5px 12px;
    line-height: 30px;
    font-size: 14px !important;
    border: none;
    border-bottom: solid 2px #c9c9c9;
    box-shadow: none;
    min-width: 100px;
    box-shadow: inset 0px 0px 10px #eaeaea;
    background-color: #fafafa;
    color: #000;
    cursor: not-allowed;
}

input[disabled="disabled"][type="text"],
input[disabled="disabled"][type="text"]:focus,
input[disabled="disabled"][type="password"],
input[disabled="disabled"][type="password"]:focus,
select.ReadOnly[disabled="disabled"],
select.ReadOnly[disabled="disabled"]:focus,
select[disabled="disabled"],
select[disabled="disabled"]:focus,
input[readonly="readonly"],
input[readonly="readonly"]:focus,
input[disabled="disabled"],
input[disabled="disabled"]:focus,
.Form input[readonly="readonly"].ReadOnly:not(.Not_Valid),
.Form input[readonly="readonly"].ReadOnly:not(.Not_Valid):focus,
.Form input[disabled="disabled"].ReadOnly:not(.Not_Valid),
.Form input[disabled="disabled"].ReadOnly:not(.Not_Valid):focus,
.Form select[readonly="readonly"].ReadOnly:not(.Not_Valid),
.Form select[readonly="readonly"].ReadOnly:not(.Not_Valid):focus,
.Form select[disabled="disabled"].ReadOnly:not(.Not_Valid),
.Form select[disabled="disabled"].ReadOnly:not(.Not_Valid):focus,
.Form textarea.ReadOnly[disabled="disabled"],
.Form select.ReadOnly[disabled="disabled"],
.Form input.ReadOnly[disabled="disabled"],
textarea[disabled="disabled"]{
    border: none;
    border-bottom: solid 2px #c9c9c9;
    cursor: not-allowed;
    box-shadow: inset 0px 0px 10px #eaeaea;
    background-color: #fafafa;
    color: #000;
}
input[disabled="disabled"][type="text"]::selection,
input[disabled="disabled"][type="password"]::selection,
select.ReadOnly[disabled="disabled"]::selection,
select[disabled="disabled"]::selection,
input[readonly="readonly"]::selection,
input[disabled="disabled"]::selection,
.Form input[readonly="readonly"].ReadOnly:not(.Not_Valid)::selection,
.Form input[disabled="disabled"].ReadOnly:not(.Not_Valid)::selection,
.Form select[readonly="readonly"].ReadOnly:not(.Not_Valid)::selection,
.Form select[disabled="disabled"].ReadOnly:not(.Not_Valid)::selection,
.Form textarea.ReadOnly[disabled="disabled"]::selection,
.Form select.ReadOnly[disabled="disabled"]::selection,
.Form input.ReadOnly[disabled="disabled"]::selection,
textarea[disabled="disabled"]::selection,
.StaticInputDisplay::selection{
    background-color: transparent;
    color: #000;
}



.recruitment-team-container{
    margin-top: 20px;
    text-align: center;
    width: 20%;
}

.recruitment-team-records{
    text-align: left;
}

.recruitment-team-item{
    padding: 30px;
    background: #ffc000;
    border-radius: 20px;
    max-width: 200px;
    min-height: 200px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    flex-direction: column;
    display: inline-flex;
}
