﻿/* Generic */
.bigTextBox {
    display: block !important;
    min-height: 26px !important;
    min-width: 120px !important;
    background: #fff !important;
    padding: 3px !important;
    font-size: 14px !important;
    border: 1px solid #000;
    transition: all 0.3s ease !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -webkit-box-sizing: unset;
}

    .bigTextBox:focus {
        border: 1px solid #1abc9d
    }

.smallTextbox {
    font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: inline;
    margin: 2px auto;
    background: #fff;
    border: 2px;
    padding: 2px;
    padding-left: 3px;
    font-size: 12px;
    border: 1px solid #58ACFA;
    transition: all 0.2s ease;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .smallTextbox:focus {
        border: 1px solid #58ACFA;
    }

.pwdTextBox {
    display: block !important;
    /*min-height:20px !important;*/
    min-width: 120px !important;
    background: #fff !important;
    padding: 3px !important;
    padding-top: 5px !important;
    font-size: 14px !important;
    border: 1px solid #000;
    transition: all 0.3s ease !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -webkit-box-sizing: unset;
}

.bigButton {
    display: block;
    background: #00587C;
    color: #fff;
    padding: 12px;
    cursor: pointer;
    border: 0px;
    margin: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 17px;
    transition: all 0.3s ease;
}

    .bigButton:hover {
        border-color: #FFFFFF;
        background: #00587C;
        color: #fff;
    }

.smallButton {
    display: inline;
    background: #00587C;
    padding: 6.5px;
    cursor: pointer;
    color: #fff;
    border: 0px;
    margin: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 15px;
    transition: all 0.3s ease;
}

    .smallButton:hover {
        border-color: #FFFFFF;
        background: #00587C;
        color: #fff;
    }

.formHeader {
    height: 24px;
    padding: 10px;
    font: bold 14pt 'Segoe UI';
    color: white !important;
    background-color: #00587C;
    border: 1px solid black;
    -webkit-box-sizing: unset;
    box-sizing: content-box !important;
}

.inputLabel {
    font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 6px;
    color: #000;
}

.fieldInputText {
    font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
    font-weight: normal;
    padding-bottom: 6px;
    padding-top: 6px;
    color: #000;
}

.errorText {
    font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #58ACFA;
}

.SuccessText {
    font-size: 14px;
    font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: green !important;
}

.validationSummaryHeader {
    font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: larger;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

.validationSummary {
    font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #58ACFA;
    /*border:1px solid #880000;*/
    margin-left: 35px;
    margin-right: 35px;
    font-style: italic;
    text-align: left;
}

.smallLink {
    font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
    color: #58ACFA;
    font-style: italic;
}

    .smallLink:hover {
        color: #cc3300;
    }

/* ----------------------------------------------------------------------------- */
/*  LoginForm.ascx : Full Page Error Panel */
/* ----------------------------------------------------------------------------- */
#AASM_Error {
    height: 400px;
    width: 380px;
    font: 10pt arial, helvetica, tahoma;
}

#AASM_Error_Inner {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#AASM_Error_BottomLinks {
    padding-top: 10px;
    text-align: center;
    clear: left;
    margin-top: 20px;
    margin-bottom: 5px;
}

/* ----------------------------------------------------------------------------- */
/*  LoginForm.ascx: Login Panel */
/* ----------------------------------------------------------------------------- */
#AASM_Login {
    height: 400px;
    width: 380px;
    font: 10pt arial, helvetica, tahoma !important;
}

#AASM_Login_Inner {
    padding-top: 10px;
    padding-bottom: 20px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#AASM_Login_HelpText {
    padding: 4px;
    /*margin-bottom:10px;*/
    font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
    font-style: italic;
}
/* ----------------------------------------------------------------------------- */
/*  IDP LoginForm.ascx: Login Panel */
/* ----------------------------------------------------------------------------- */
#IDP_AASM_Login {
    height: 400px;
    width: 380px;
    font: 10pt arial, helvetica, tahoma !important;
}

#IDP_AASM_Login_Inner {
    padding-top: 10px;
    padding-bottom: 20px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#IDP_AASM_Login_HelpText {
    padding: 4px;
    /*margin-bottom:10px;*/
    font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
    font-style: italic;
}

/* ----------------------------------------------------------------------------- */
/*  LoginForm.ascx: ForgotPW Panel */
/* ----------------------------------------------------------------------------- */
#AASM_ForgotPW {
    height: 400px;
    width: 380px;
    font: 10pt arial, helvetica, tahoma;
}

#AASM_ForgotPW_Inner {
    padding-top: 10px;
    padding-bottom: 20px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#AASM_ForgotPW_FormHelpText {
    padding: 10px;
    margin-bottom: 10px;
    font: 10pt helvetica;
}

#AASM_ForgotPW_SubmitButtonOuter {
    padding-top: 10px;
    padding-bottom: 10px;
}

#AASM_Migrate_BottomLinks {
    padding-top: 10px;
    text-align: center;
    clear: left;
    margin-top: 20px;
    margin-bottom: 5px;
}

/* ----------------------------------------------------------------------------- */
/*  LoginForm.ascx: ForgotPWResult Panel */
/* ----------------------------------------------------------------------------- */
#AASM_ForgotPWResult {
    height: 400px;
    width: 500px;
    font: 10pt arial, helvetica, tahoma;
}

#AASM_ForgotPW_Result_Emailed_Inner {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

/* ----------------------------------------------------------------------------- */
/*  LoginForm.ascx: Security Questions Panel */
/* ----------------------------------------------------------------------------- */
#AASM_ForgotPW_SecurityQuestions {
    height: 400px;
    width: 600px;
    font: 10pt arial, helvetica, tahoma;
    padding-bottom: 40px;
}

#AASM_ForgotPW_SecurityQuestions_Inner {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#AASM_ForgotPW_SecurityQuestions_BottomLinks {
    padding-top: 10px;
    text-align: center;
    clear: left;
    margin-top: 20px;
    margin-bottom: 5px;
}

/* ----------------------------------------------------------------------------- */
/*  LoginForm.ascx: ResetPW Panel */
/* ----------------------------------------------------------------------------- */
#AASM_ResetPW {
    height: 400px;
    width: 380px;
    font: 10pt arial, helvetica, tahoma;
}

#AASM_ResetPW_Inner {
    padding-top: 10px;
    padding-bottom: 20px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#AASM_ResetPW_FormHelpText {
    padding: 10px;
    margin-bottom: 10px;
    font: 10pt helvetica;
}

#AASM_ResetPW input {
    margin-bottom: 8px;
}

#AASM_ResetPW_ErrorPanel {
    text-align: left;
    clear: left;
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 10px;
    margin-top: 5px;
}

#AASM_ResetPW_Buttons {
    padding-top: 10px;
    padding-bottom: 10px;
}

#AASM_ResetPW_BottomLinks {
    text-align: center;
    clear: left;
    margin-top: 20px;
    margin-bottom: 5px;
}

/* ----------------------------------------------------------------------------- */
/*  LoginForm.ascx : User Migrate Panel */
/* ----------------------------------------------------------------------------- */
#AASM_Migrate {
    height: 400px;
    width: 380px;
    font: 10pt arial, helvetica, tahoma;
}

    #AASM_Migrate #AASM_Migrate_Inner {
        padding-top: 10px;
        padding-bottom: 20px;
        border-left: 1px solid black;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
    }

#AASM_Migrate_FormHelpText {
    padding: 10px;
    margin-bottom: 10px;
    font: 10pt helvetica;
}

#AASM_Migrate_tblForm input {
    margin-bottom: 8px;
}

#AASM_Migrate_ErrorPanelOuter {
    margin-bottom: 10px;
    margin-top: 5px;
}

#AASM_Migrate_BottomLinks {
    text-align: center;
    clear: left;
    margin-top: 20px;
    margin-bottom: 5px;
}
/* ----------------------------------------------------------------------------- */
/*  LoginForm.ascx : ChangePW Panel */
/* ----------------------------------------------------------------------------- */
#AASM_ChangePW .inputLabel {
    font: bold 10pt arial,helvetica,tahoma;
    padding-left: 5px;
    padding-right: 8px;
}

#AASM_ChangePW .errorText {
    font: bold 12pt arial,helvetica,tahoma;
    color: #58ACFA;
}

#AASM_ChangePW .successText {
    font: bold 12pt arial,helvetica,tahoma;
    color: #58ACFA;
}
/* ----------------------------------------------------------------------------- */
/*  UserUpdate.ascx : VerifyPW Panel */
/* ----------------------------------------------------------------------------- */
#AASM_UserUpdate_VerifyPW_Inner {
    width: 422px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

/* ----------------------------------------------------------------------------- */
/*  ChangePW.ascx : Main Panel */
/* ----------------------------------------------------------------------------- */
#AASM_ChangePW_Main_Inner {
    width: 622px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#AASM_ChangePW_HelpText {
    padding: 4px;
    font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
    font-style: italic;
    padding-bottom: 10px;
}

/* ----------------------------------------------------------------------------- */
/*  UserInfo.ascx : styles */
/* ----------------------------------------------------------------------------- */
.userInfoData {
    padding: 2px;
    font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
    font-style: italic;
    color: #000000;
}

.userInfoWarn {
    padding: 2px;
    font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
    font-style: italic;
    font-weight: bolder;
    color: #FF0000;
}

/* ----------------------------------------------------------------------------- */
/*  UserRegister.ascx : User Info Panel */
/* ----------------------------------------------------------------------------- */
#AASM_UserReg {
    /*height:400px;
	width:800px;*/
    font: 10pt arial, helvetica, tahoma;
}

#AASM_UserReg_Inner {
    padding-top: 5px;
    padding-bottom: 2px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#AASM_UserReg_FormHelpText {
    padding: 10px;
    font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
    font-weight: normal;
    font-style: italic;
}

#AASM_UserReg_SubmitButtonOuter {
    padding-top: 10px;
    padding-bottom: 10px;
}

#AASM_UserReg_BottomLinks {
    padding-top: 10px;
    text-align: center;
    clear: left;
    margin-top: 20px;
    margin-bottom: 5px;
}

#pnlRegisterError {
    padding: 5px;
    background-color: pink;
    border: 1px solid red;
    height: 38px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: white;
    border-width: 3px;
    border-style: groove;
    border-color: black;
    padding: 3px;
    width: 480px;
}

    .modalPopup p {
        padding: 5px;
    }

.btnsmallimg {
    line-height: 12px;
    width: 18px;
    font-size: 8pt;
    font-family: tahoma;
    margin-top: 1px;
    margin-right: 2px;
    position: absolute;
    top: 0;
    right: 0;
}

/* ----------------------------------------------------------------------------- */
/*  PW Indicator Styles */
/* ----------------------------------------------------------------------------- */
.control-container {
    float: left;
    padding-left: 50px;
    width: 330px;
}

.Base {
    display: inline-block;
    font: 12px/18px "segoe ui",arial,sans-serif;
    height: 20px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 121px;
    color: #fff;
    border: 1px solid #333;
}

.L0 {
    border: 0 none;
}

.L1 {
    background-color: #ff3933;
}

.L2 {
    background-color: #ff6633;
}

.L3 {
    background-color: #ff3399;
}

.L4 {
    background-color: #cccc33;
}

.L5 {
    background-color: #33cc00;
}

.customizedInd {
    overflow: hidden;
}

    .customizedInd .RadInput {
        margin-bottom: 5px;
    }

        .customizedInd .RadInput .riLabel {
            width: 135px;
            display: inline-block;
        }

.upper-container {
    border-bottom: 1px dotted #333;
    padding-bottom: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.customizedInd h2 {
    font-weight: normal;
    font-size: 14px;
    color: #666;
}
/**content security fix*/
.bg-color-white {
    background-color: white;
}

.txt-align-left {
    text-align: left !important;
}

.txt-align-center {
    text-align: center !important;
}

.txt-title {
    font: bold 14pt arial !important;
}

.txt-sub-title {
    font: bold 12pt arial !important;
}

.txt-contnet-style {
    font-family: initial !important;
    font-size: 16px !important;
    line-height: initial;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.td-align-center {
    align-content: center !important;
}

.lbl-title {
    align-content: center;
    font-size: xx-large;
    font-style: italic;
    font-weight: bold;
}

.lbl-content {
    align-content: center;
    font-size: x-large;
    font-style: normal;
    font-weight: bold;
}

.popup-message-dyn:before {
    content: "You have successfully registered your Fullsteam Portal User ID."
}

.validatesummary-error {
    color: red !important;
    font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 35px;
    margin-right: 35px;
    font-style: italic;
    text-align: left;
    font-weight: 100 !important;
}

span#AASM_UserReg_PWHeader > div, span#AASM_ResetPW_lblFormText > div, span#lblChangePW_HelpText > div {
    font-weight: normal !important;
    font-size: 10pt !important;
    background-color: #00587C !important;
    color: white !important;
    padding: 5px !important;
    font-style: italic !important;
}

.registerError {
    padding: 5px;
    background-color: pink;
    border: 1px solid red;
    height: 38px;
}

.displayNone {
    display: none;
}

/* Width*/
.w-10 {
    width: 10px !important;
}

.w-30 {
    width: 30px !important;
}

.w-40 {
    width: 40px !important;
}

.w-46 {
    width: 46px !important;
}

.w-60 {
    width: 60px !important;
}

.w-80 {
    width: 80px !important;
}

.w-100 {
    width: 100px !important;
}

.w-120 {
    width: 120px !important;
}

.w-140 {
    width: 140px !important;
}

.w-150 {
    width: 150px !important;
}

.w-157 {
    width: 157px !important;
}

.w-170 {
    width: 170px !important;
}

.w-180 {
    width: 180px !important;
}

.w-195 {
    width: 195px !important;
}

.w-240 {
    width: 240px !important;
}

.w-250 {
    width: 250px !important;
}

.w-280 {
    width: 280px !important;
}

.w-290 {
    width: 290px !important;
}

.w-300 {
    width: 300px !important;
}

.w-310 {
    width: 310px !important;
}

.w-320 {
    width: 320px !important;
}

.w-340 {
    width: 340px !important;
}

.w-380 {
    width: 380px !important;
}

.w-460 {
    width: 460px !important;
}

.w-400 {
    width: 400px !important;
}

.w-480 {
    width: 480px !important;
}

.w-422 {
    width: 422px !important;
}

.w-600 {
    width: 600px !important;
}

.w-602 {
    width: 602px !important;
}

.w-607 {
    width: 607px !important;
}

.w-622 {
    width: 622px !important;
}

.w-640 {
    width: 640px !important;
}
/* Padding Left*/

.pl-5 {
    padding-left: 5px !important;
}

.pl-6 {
    padding-left: 6px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-200 {
    padding-left: 200px !important;
}

.pl-250 {
    padding-left: 250px !important;
}

/*Padding Top*/
.pt-2 {
    padding-top: 2px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-7 {
    padding-top: 7px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}
/*Padding Right*/

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

/*Padding Botton*/
.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.registerModalPopup {
    background-color: white;
    border-width: 3px;
    border-style: groove;
    border-color: black;
    padding: 3px;
    vertical-align: middle;
}

.modal-dialog {
    padding-top: 15%;
}

#vtOverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

#vtLoader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#vtLoaderText {
    position: absolute;
    top: 50%;
    left: 52%;
    font-size: 25px;
    color: white;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-link {
    font-weight: normal;
    color: blue;
    border-radius: 0;
    text-decoration: underline;
}

.form-group {
    margin-bottom: 0px !important;
}

.buttonLink {
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 0px;
}

.btnroundedgeStyle {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.normalLinkAASM {
    background-color: transparent;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
    font-size: small;
    border: none;
    text-decoration: underline;
    padding: 0px;
    color: #58ACFA;
}

    .normalLinkAASM:hover {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-decoration: underline;
        color: #cc3300;
    }

.form-error {
    color: red;
    display: inline !important;
    font: bold 10pt arial,helvetica,tahoma !important;
    padding-left: 5px;
}

.validate-server-error {
    color: red !important;
    font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
    text-align: left;
    font-weight: bold !important;
}

.imgLogo {
    text-align: center;
}

.tTable {
    display: table;
}

.tRow {
    display: table-row;
}

.tCell {
    display: table-cell;
}

.imgBanner {
    min-width: 100% !important;
    height: 150px !important;
}

.imgBannerBottom {
    min-width: 100% !important;
    position: fixed;
    height: 150px !important;
    bottom: 0;
}

.textOverLay {
    position: absolute;
    top: 75px;
    right: 56px;
    color: white;
    font-size: 18px;
}

.imgOverLay {
    position: absolute;
    top: 38px;
    left: 30px;
    width: 150px; /* you can use % */
    height: auto;
    font-size: 50px;
    color: white;
    font-weight: bold;
}

.textOverLayFooter {
    position: absolute;
    bottom: 45px;
    left: 66px;
    color: white;
    font-size: 22px;
}

.fnt-SizeBold {
    font-weight: bold;
}

.imgOverLayReg {
    position: absolute;
    top: 38px;
    left: 210px;
    height: auto;
    font-size: 1px;
    color: white;
    font-weight: bold;
}

#td1, #tdLoginContent, #td2, #td_enableMFA {
    display: none;
}