/* CSS Document */

body {
    color: #000000;
}

.successMessage,.errorMessage
{
	position:absolute;
	top: 102px;
	background-color: #aaeeaa;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
    padding-top: 15px;

}

.errorMessage
{
	background-color: #eeaaaa;
}

/*
form div {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    border: 1px solid red;
}
*/

form {
    padding-bottom: 100px;
}

input[type="radio"] {
    margin-right: 10px;
}

input[type="text"]:disabled {
    opacity: .25;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    background: rgba(216, 216, 216, 0.5);
    border: 1px solid #999;
    color: #000;
    font-size: 14px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    background: #FEFAD1;
    border: 1px solid #999;
    color: #000;
    font-size: 14px;
}

label {
    /*white-space:nowrap;*/
    font-size: 14px;
    font-weight: 500;
}
/* button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #010066;
} */
button, input[type="reset"], input[type="button"] {
    background: #010066;
}
input[type="submit"] {
    background-color: #CE9B00 !important;
    font-weight: bold;
    transition: all .25s cubic-bezier(0.4, 0, 1, 1);
}
input#send-btn:hover {
    box-shadow: 0px 1px 10px 1px #00000040;
}
a.btn {
    border: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    color: #FFFFFF !important;
    background: #010066;
    padding: 10px 15px;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    -webkit-transition: 0.2s background linear;
    -moz-transition: 0.2s background linear;
    transition: 0.2s background linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-appearance: none;
}

.btn:hover {
    color: #ffffff !important;
}

a.btn:hover {
    color: #FFFFFF;
    background: #CE9B00;
}

.send-btn {
    width: 100%;
    margin-top: 30px;
}

.send-btn:hover {
    background-color: #CE9B00 !important;
}

.removeMemRow:hover {
    background: #CE9B00 !important;
}

#send-btn:disabled
{
	cursor: not-allowed;
	background-color: gray !important;
}

.select-css {
    display: block;
    font-size: 14px;
    font-family:  "ralewayregular", "Helvetica Neue", Helvetica, Arial, sans-serif;;
    color: #000;
    line-height: 23px;
    letter-spacing: 1px;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #999;
    appearance: none;
    background-color: rgba(216, 216, 216, 0.5);;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .75em auto, 100%;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {
    border-color: #888;
}

.select-css:focus {
    color: #222;
    outline: none;
}

.borderCons {
    border: 1px solid #000 !important;
    background-color: #dadada;
}

/* Override header hiding on mobile */

#header-section {
	display: flex !important;
}

#ut-navigation > button {
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar-nav {
    width: 100%;
    margin-left: 200px;
}

@media screen and (min-width: 767px) {
    /* label {
        float: right;
    } */

    .float-left label {
        float: none;
    }

    .forMobile
    {
    	display: none;
    }
    .forDesktop
    {
    	display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .content-section {
        padding-bottom: 100px;
        margin-top: 80px;
    }

    #header-section li {
        line-height: 50px !important;
    }

    #navbar-toggler-icon:active {
        color: #FFFFFF;
    }

    .borderLine .btn {
        margin-top: 20px;
    }

    .navbar-nav {
        margin-left: 0px;
    }

    .forMobile
    {
    	/*visibility: visible;*/
    	display: inline-block;
    }
    .forDesktop
    {
    	/*visibility: hidden;*/
    	display: none;
    }
}

textarea
{
	white-space: pre-wrap;
}

strong {
    color: Black;
}

h3.goldText {
    /* color: #CE9B00 !important; */
    color: #010066 !important;
    margin-bottom: 0px;
    margin-top: 8px;
}
h3.blueText {
    color: #010066 !important;
}
.borderLine {
    border-top: 1px solid #F4F5F9;
    padding-top: 20px;
    border-bottom: 1px solid  #F4F5F9 !important;
    padding-left: 15px;
    background-color: #F4F5F9;
}
/* .borderLine {
    border-top: 1px solid #CE9B00;
    padding-top: 20px;
    border-bottom: 1px solid #CE9B00 !important;
    color: #CE9B00 !important;
} */

.select-css {
    height: calc(1.5em + .75rem + 12px);
}

.section-slogan {
    text-align: center;
}

#verification-form .row:not(#familyMembers) {
    border-bottom: 1px solid #EEEEEE;
}

#familyMembers .row {
    border-bottom: 1px dashed #CCCCCC;
    margin-top: 20px;
}

.smallFont {
    font-size: 11px;
}

.instructions {
    border-top: 1px dashed #CCCCCC;
    padding-top: 20px;
    border-bottom: 1px dashed #CCCCCC !important;
    font-size: 13px;
    padding-bottom: 20px;
}

.noBorder {
    border-top: none !important;
    border-bottom: none !important;
}

.singleBorder {
    border-bottom: 1px dashed #CCCCCC !important;
    padding-bottom: 15px;
}

.originalValueDiv
{
	color:red;
}

.dt-150-wide {
    width: 140px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* #Tabs
================================================== */
#formTabs {
	margin-left: -10px;
	margin-right: -10px;
}
#formTabs::-webkit-scrollbar,
.nav-pills::-webkit-scrollbar {
    display: none;
}
#formTabs, .nav-pills {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
ul.nav.nav-pills {
	background-color: #F4F5F9;
	flex-wrap: nowrap;
	overflow: scroll;
}

ul.nav.nav-pills li {
    /* padding: 20px; */
	text-align: center;
	/* min-width: 120px; */
}
ul.nav.nav-pills li a {
    position: relative;
    padding: 12px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #3a3b3c;
    text-align: center;
    text-decoration: none;

}
ul.nav.nav-pills li.nav-item span {
    display: none;
}

.nav-pills .nav-link.active.show:before {
    color: #ffffff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #010066;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0px 1px 10px 4px rgba(31, 50, 63, 0.25);

}
.nav-pills .nav-link.active.show:before {
    color: #ffffff;
}
ul.nav.nav-pills li.step1 a:before { content: "\f007"; }
ul.nav.nav-pills li.step2 a:before { content: "\f19c"; }
ul.nav.nav-pills li.step3 a:before { content: "\f0c0"; }
ul.nav.nav-pills li.step4 a:before { content: "\f15c"; }
.essay-icon:before { content: "\f52d"; }
.reason-icon:before { content: "\f4a3"; }
.final-icon:before { content: "\f574"; }
ul.nav.nav-pills li a:before {
    font-family: 'Font Awesome 5 Pro';
    display: block;
    color: #89919c;
    font-size: 20px;
    margin-bottom: 5px;

}

.nav-pills .nav-item .show:before {
    color: #fff;
}
@media screen and (min-width: 767px) {
    ul.nav.nav-pills li {
        padding: 0px;
    }

    ul.nav.nav-pills {
        /* display: inline-block; */
        /* position: fixed; */
        /* z-index: 9; */
        /* right: 0; */
        /* box-shadow: 0 1px 10px rgba(31, 50, 63, 0.25); */
        border-radius: .25rem;
        /* right: -110px; */
    }
    /* ul.nav.nav-pills:hover {
        right: 0 !important;
    } */

}



/* ==================================
*  LOGIN CSS 11/29/2020
==================================== */
form#login-form {
    max-width: 400px;
    margin: 0 auto;
}

form#login-form label {
    float: none;
}

.form-control {
    height: inherit !important;
}
.input-group-text {
    color: #8f97a0;
}
.select-css {
    appearance: auto;
}

/* remove weird blue line thingies */
#ui-datepicker-div {
    display: none;
}


