﻿.steps h2 {
margin:0;
padding:0;
font-size:1.5em;
}
.steps p {
color:#777;
font-size:1em;
padding:0;
margin:0;
}
.steps ul{
list-style-type: none;
padding:0;
margin-top:6%;
}
.steps ul li {
line-height:1em;
margin-top:3%;
border-bottom:1px solid #eee;
padding:0 0 5px 0;
color:#bbb;
font-size:0.9em;
}
.steps .active {
color:#333;
font-weight:600;
}
.steps ul li span {
color:#d31145;
}

.connect {
background:#ffffd2;
border:1px solid #ddd;
width:50%;
padding:2%;
border-radius:4px;
}
.head1 {
font-size:1.3em;
margin:0;
padding:0;
font-weight:600;
color:#222;
}
.connect p {
margin-top:5px;
}
.connect select {
margin-top:10px;
}

.button1 {
    all:unset;
padding:10px 15px;
color:#fff;
border:none;
text-shadow:1px 2px 1px rgba(0,0,0,0.2);
font-size:1.1em;
border-radius:2px;
background: #71b541; /* Old browsers */
background: -moz-linear-gradient(top,  #71b541 1%, #2c7f26 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #71b541 1%,#2c7f26 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #71b541 1%,#2c7f26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71b541', endColorstr='#2c7f26',GradientType=0 ); /* IE6-9 */
}

.button1:hover{
background: -moz-linear-gradient(top,  #2c7f26 1%, #71b541 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2c7f26 1%,#71b541 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2c7f26 1%,#71b541 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7f26', endColorstr='#71b541',GradientType=0 ); /* IE6-9 */
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/* Overriding student/default styles here*/
/* All of the !important because there's a lot of inline styling in the student/default.aspx page*/
body {
    background-color: transparent !important;
}
.style1 {
    display:none;
}
#ctl00_formArea_UpdatePanel1 {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 3%;
    display: flex;
    justify-content: space-between;
}

#ctl00_formArea_UpdatePanel1 td > img {
    display: none; /*This hides the faceless man when waiting for tutor*/
}

#ctl00_formArea_UpdatePanel1 br + table {
    display: none;
}

.connect td{
    width: 100% !important;
}

#ctl00_formArea_UpdatePanel1 td {
    /*width: 100% !important;*/
}

.connect {
    text-align: center;
    width: 60% !important;
}
.connect table {
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto;
}

.connect table tbody{
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto;
}
.connect table tbody tr{
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto;
}
.connect table tbody tr td{
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto;
}
.connect table tbody tr td select{
    width: 80% !important;
    text-align: center !important;
    margin: 0 auto;
    margin-top: 3%;
}

#slides {
    width: 94% !important;
    margin: 0 auto;
    top: 140px !important;
}

.slides_container {
    width: 100% !important;
}

.slides_control {
    width: 100% !important;
}

.slide-item {
    width: 100% !important;
}

/* Overriding WC CSS here */

.ajax__tab_yuitabview-theme .ajax__tab_header {
    font-family: Arial, Helvetica, sans-serif;
}

.bg_tableheader {
    display: none;
}

/* School specific styles below */

.steps ul li span {
    color:#d31145; /* Blue for ENNOVA */
}


.button1 {
    background: #d31145 !important;
    color: #fff !important;
    border: 1px solid #d31145 !important;
    transition: all 0.4s ease-out 0s;
}

.button1[value="Leave Line"] {
    background-color: #bbb !important;
    border: 1px solid #bbb !important;
}

.button1:hover{
    background: #fff !important;
    color: #d31145 !important;
    border: 1px solid #d31145 !important;
    transition: all 0.4s ease-out 0s;
}

.txt_orange1 { /* Sorry to do this, but we don't really want orange*/
    color: #d31145;
}

.txt_orange { /* Sorry to do this, but we don't really want orange*/
    color: #d31145;
}

.ts a { /* Menu buttons for TSMenu */
    background: #d31145 !important;
    color: #fff !important;
    border: 1px solid #d31145 !important;
}

.ts a:hover { /* Menu buttons for TSMenu */
    background: #fff !important;
    color: #d31145 !important;
    border: 1px solid #d31145 !important;
}


.ajax__tab_yuitabview-theme .ajax__tab_header {
    border: none;
}

.ajax__tab_header .ajax__tab_outer{
    background: #d31145 !important;
    color: #fff;
    border: solid 1px #ddd !important;
    border-bottom-width: 0 !important;
    border-radius: 4px 4px 0 0 !important;
}

.ajax__tab_header .ajax__tab_outer:hover{
    background: #fff !important;
    color: #d31145 !important;
}

.ajax__tab_active .ajax__tab_outer  {
    background: #fff !important;
    color: #d31145 !important;
    padding: 1px 0 2px 0 !important;
    margin-bottom: -1px !important;
}

.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab {
    color: inherit !important;
}

.ajax__tab_yuitabview-theme .ajax__tab_body {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    padding-bottom: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.ajax__tab_panel tr {
    background-color: white;
}

.ajax__tab_panel td {
    padding: 5px;
}

* {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.sat-NewsText {
    display: none
}

.ajax__tab_panel tr:nth-child(6) {
    display: none;
}

#ctl00_formArea_tbContainer_TabUploadAssignment_spnForm table p {
    display: none;
}

input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[name=remLen2] {
    width: auto;
    text-align: center
}

.ajax__tab_panel tr:nth-child(12) {
    vertical-align: top;
}
.ajax__tab_panel tr:nth-child(13) {
    vertical-align: top;
}

#ctl00_formArea_tbContainer_TabWRC tr:nth-child(2) a {
    width: 445px;
    height: 243px;
    display: block;
    margin: 0 auto;
}

#ctl00_formArea_tbContainer_TabWRC td img {
    margin: 0 auto !important
}

.lsu > .row > .col-md-6:nth-child(2) > div {
    height: 1050px !important;
}

#blue { /* Blue was for DCCC */
    color: #d31145
}

#divSurvey {
    top: 100px !important;
}