@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans/OpenSans.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans/OpenSans.woff') format('woff'), url('/fonts/OpenSans/OpenSans.ttf') format('truetype'), url('/fonts/OpenSans/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('/fonts/OpenSansLightItalic/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSansLightItalic/OpenSans-LightItalic.woff') format('woff'), url('/fonts/OpenSansLightItalic/OpenSans-LightItalic.ttf') format('truetype'), url('/fonts/OpenSansLightItalic/OpenSans-LightItalic.svg#OpenSans-LightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Seravek-Regular';
    src: url('/fonts/Seravek/Seravek.eot?#iefix') format('embedded-opentype'), url('/fonts/Seravek/Seravek.woff') format('woff'), url('/fonts/Seravek/Seravek.ttf') format('truetype'), url('/fonts/Seravek/Seravek.svg#Seravek') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Seravek-Bold';
    src: url('/fonts/Seravek/Seravek-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Seravek/Seravek-Bold.woff') format('woff'), url('/fonts/Seravek/Seravek-Bold.ttf') format('truetype'), url('/fonts/Seravek/Seravek-Bold.svg#Seravek-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    position: relative;
    width: 100%;
    height: auto;
}

blueDaysTable {
    border: none;
    border-spacing: 0px;
}

.font1 {
    font-family: 'Seravek-Regular', sans-serif;
}

.font2 {
    font-family: 'Seravek-Bold', sans-serif;
}

.color1 {
    color: white;
}

.color2 {
    color: #17375E;
}

.color3 {
    color: white;
}

.color4 {
    color: #FF6D4C;
}

.color5 {
    color: #4F4F4F;
}

.color6 {
    color: #717171;
}

.color7 {
    color: #333234;
}

.color8 {
    color: #636466;
}

.backgroundColor1 {
    background-color: #00253F
}

.backgroundColor2 {
    background-color: #EFEFEF;
}

.backgroundColor3 {
    background-color: #353535;
}

.backgroundColor4 {
    background-color: white;
}

.backgroundColor5 {
    background-color: #F5F5F5;
}

.backgroundColor6 {
    background-color: #154996;
}

.backgroundColor7 {
    background-color: white;
}

.backgroundColor8 {
    background-color: #282f78;
}

.backgroundColor9 {
    background-color: #505050;
}

.border1 {
    border: 1px solid #BDD740
}

.border2 {
    border: 1px solid #282f78
}

body {}

.errorTitle {
    font-family: Avenir;
    font-size: 20px;
    display: block;
    margin: auto;
    width: fit-content;
    color: #b4a193;
    margin-top: 136px;
}

input {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    background-repeat: no-repeat;
    font-weight: inherit;
}

select {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none !important;
    outline: none;
    font-weight: inherit;
}

.radioBtn {
    -webkit-appearance: radio;
    font-weight: inherit;
}

textArea {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

a {
    text-decoration: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.centeredContent {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    font-size: 14px;
    height: auto;
    overflow: hidden;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}



#alertMessageFixedContainer {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

#alertMessageDivContainer {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
}

#alertMessageDiv {
    position: relative;
    margin: 0px auto;
    margin-top: 10%;
    padding-bottom: 40px;
    padding-top: 40px;
    width: 335px;
    border-radius: 10px;
    background-color: white;
}

#alertMessageMessage {
    position: relative;
    width: 80%;
    margin: 40px auto;
    font-size: 18px;
    line-height: 106.6%;
    text-align: center;
    color: #000000;
}

#alertMessageAceptar {
    position: relative;
    margin: 0 auto;
    width: 185px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #00253F;
    border: 1px solid #00253F;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

#alertMessageAceptar:hover {
    color: #00253F;
    background-color: #FFFFFF;
}

.alertMessageClose {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    text-align: center;
    color: #000000;
    padding-top: 1px;
    font-size: 28px;
}

.alertMessageClose:hover {
    opacity: 0.8;
}

#loaderFixedContainer {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1002;
}

#loaderDivContainer {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    display: flex;
    justify-content: center;
}

#loaderDiv {
    position: relative;
    margin: 0px auto;
    margin-top: 20%;
    width: 40px;
}

.fullBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.blackOpacity {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: black;
}

.whiteOpacity {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: white;
}

.fullRelative {
    position: relative;
    width: 100%;
    height: 100%;
}

.centeredLogon {
    position: relative;
    width: 720px;
    margin: 0 auto;
    background-color: white;
    margin-top: 10%;
    margin-bottom: 10%;
}

#registerUserBtn {
    margin-top: 20px;
}


#loginUserBtn:hover {
    cursor: pointer;
}


#registerUserBtn {
    cursor: pointer;
}


#loginTopMenu:hover {
    cursor: pointer;
}

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.pointedBlueLine {
    background-image: url('/images/pointedBlueLine.png');
    background-repeat: repeat-x;
}

.sexRadioBtn {
    float: left;
    width: 25px;
    margin-top: 10px;
}

.sexTypeText {
    float: left;
    margin-right: 12px;
    margin-top: 8px;
}

.checkbox {
    float: left;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background-color: #EC1C24;
    margin-top: 5px;
}

.checkboxTickImg {
    position: absolute;
    left: 2px;
}

.adminSwitchBkg {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.adminSwitchBkgOn {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.adminSwitchHandle {
    position: absolute;
    left: 22px;
    top: 0px;
    height: 100%;
}

.transparentCheckBox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -2px;
    top: -3px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.studio4dSprite {
    background-image: url(/files/layouts/studio4dsprite.png);
    overflow: hidden;
    position: absolute;
}

.blackBkg75 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.75;
}

.blackBkg50 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid white;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: white transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

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


@media screen and (max-width:770px) {
    #alertMessageDiv {
        width: 90%;
        margin-top: 0%;
        top: calc(50% - 150px);
    }

    #alertMessageAceptar {
        width: 80%;
    }
}

.largeTextBtn {
    margin: 0px auto;
    padding: 0px;
    height: 40px;
    width: 162px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.largeTextBtn:hover {
    cursor: pointer;
}

.dataRow input {
    width: 95%;
    height: 30px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 500px;
}

.dataRow textarea {
    width: 95%;
    height: 150px;
    border: 1px solid lightgrey;
    border-radius: 7px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 500px;
}

/*.dataRow{
    position: relative;
    height: auto;
    overflow: hidden;
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
    font-size: 13px;
}*/