html {
    overflow-x: hidden;
    background: #F1F1F1;
}
body {
    background: #F1F1F1;
}
.row {
    background: #FFF;
}
.columns {
    border: 0px solid red;
}
.columns.nopadding {
    padding-left: 0;
    padding-right: 0;
}
#loginForm,
#forgotArea,
#resetPasswordForm {
    background: #EAE8E8;
    padding: 20px;
}
#loginForm {
    border-top: 1px solid #A7A7A7;
    border-left: 1px solid #A7A7A7;
    border-right: 1px solid #A7A7A7;
    padding-bottom: 40px;
}
#resetPasswordForm {
    border: 1px solid #A7A7A7;
    padding-bottom: 70px;
}
#forgotArea {
    border-bottom: 1px solid #A7A7A7;
    border-left: 1px solid #A7A7A7;
    border-right: 1px solid #A7A7A7;
    padding-bottom: 60px;
}
#forgotPasswordForm {
    display: none;
}
#logoutBar {
    background: #282A2E;
    color: #FFF;
}
#logoutBar a {
    color: #FFF;
}
.login_button {
    border: 1px solid #A7A7A7;
    background: #efefef;
    padding: 10px;
    cursor: pointer;
    text-align: center;
}
.login_button:hover {
    background: #A7A7A7;
}
.login_button:focus {
    outline: none;
}
#forgotPassword,
#backToLogin {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
#forgotPassword:focus,
#backToLogin:focus {
    outline: none;
}
#backToLogin {
    display: none;
}
.error {
    color: #EF3E00;
}
.spacer50 {
    height: 50px;
}

/*PROFILE*/

#welcome {
    font-size: 26px;
}

/*USER TABLE*/

#userTable {
    border: 1px solid #A7A7A7;
}

/*TWLA Form*/

.twla_form {
    border: 1px solid #A7A7A7;
    padding-top: 20px;
    padding-bottom: 20px;
}
.twla_input {
    background: #DCE4FF;
    border: 0px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.twla_input:focus {
    background: #F9EFD5;
    border: 0px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.borderBottom {
    border-bottom: 1px solid #A7A7A7;
}
.borderAll {
    border: 1px solid #A7A7A7;
}
.twla_day_input {
    height: 32px;
    border: 1px solid #A7A7A7;
    margin-bottom: 5px;
}
.twla_day_direction {
    padding-top: 3px;
    height: 32px;
    margin-bottom: 5px;
}
.twla_day_direction_large {
    padding-top: 3px;
    height: 80px;
    margin-bottom: 5px;
}
.twla_day_direction small {
    color: crimson;
}

.formUpdate, .formSubmit, .formSave, .formSubmitAsNew, .formSaveAsNew{
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
.formUpdate, .formResubmit, .formSubmitAsNew, .formSaveAsNew{
    display: none;
}

.trafficPlan{
    font-size: 12px;
    padding-left: 3px;
}

.dayOfWeek {
    margin-bottom: 20px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.columnHeader {
    height: 30px;
    text-align: center;
}
input {
    font-size: 14px;
}
select {
    font-size: 14px;
}
textarea {
    font-size: 14px;
    resize: none;
}
.description {
    height: 80px;
}
.highlighted {
    background: #F9DA84;
}
.crewContainer , .weekOfContainer{
    padding-top: 15px;
    border: 1px solid #A7A7A7;
}
.crew {
    padding-top: 10px;
    margin-top: 0px;
    background: #F1F1F1;
}
#twla_library {
/*    height: 60px; 730*/
    overflow: hidden;
    border: 1px solid #A7A7A7;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.oldTWLA {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #A7A7A7;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    font-size: 13px;
}
.oldTWLA:focus {
    outline: none;
}
.oldTWLA:hover {
    opacity: 0.8;
}
.saved {
    background: #F1F1F1;
}
.submitted {
    background: #76cff7;
}
.statusIcon {
    position: relative;
    float: right;
}
#individualTWLA_modal table {
    border: 1px solid #adadad;
    border-collapse: collapse;
    border-spacing: 0;
}
#individualTWLA_modal th,
#individualTWLA_modal tr,
#individualTWLA_modal td {
    border: 1px solid #adadad;
    background: #FFF;
    padding: 5px;
}
#individualTWLA_modal .tdLabel {
    text-align: right;
    background: #DCE4FF;
}
.editable {
    cursor: pointer;
}
.fuzzy-search {
    height: 25px;
    border: 1px solid #adadad;
    width: 100%;
    margin-bottom: 20px;
}

/*MODAL*/

.tbl_modal td{
    font-size: 12px;
}

/*Users*/

#newUserForm {
    border: 1px solid #A7A7A7;
    padding-top: 20px;
    padding-bottom: 20px;
}

.userRow{
    border-bottom: 1px solid #A7A7A7;
}

.accordion, .accordion-item, .accordion-content{
    border: 0px;
}
.accordion{
    background: #A7A7A7;
}
.accordion-title{
    color: #000;
    padding-bottom: 3px;
    padding-top: 3px;
}

/*Projects*/

.projectRow{
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #A7A7A7;
    cursor: pointer;
}
.projectRow:hover{
    background: #efefef;
}

.projectRow input, .projectRow select{
    font-size: 11px;
}