/* COLOR PALETTE
 navy - #2A4D77
 teal - #21889E
 grey - #2d2d2d

*/

html {
    min-height: 800px;
    overflow-y: scroll;
    background: #fff;
    margin-top: 0;
}

body {
    background: none;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    color: #00334d;
}

::selection {
    background-color: #2A4D77;
    color: white;
}

/*general class for elements that start hidden, can't use in-line display:none anymore*/
.startHidden {display: none;}
/*some very specific styles to handle old in-line eremit styles that had to be removed*/
.pleft27 {padding-left: 27px;}
.h100 {height: 100px;}
#addNewEmployee, #clearNewEmployee {
    width: 5em;
}
.commentsf {
    display: block;
    margin: 0;
    padding: 0;
}
.red-text {
    color: red;
}
.bold {
    font-weight: bold;
}

/* ----------- top bar design element -------------*/

.top {
    text-align: right;
    color: #FFF;
    background: #2A4D77;
    line-height: 1.4;
    padding: 5px 10px 5px 0;
}

.top div {
    display: inline;
}

.top span.topbar {
    padding-right: 5px;
    padding-left: 5px;
    font-family: 'Roboto';
}

.top .material-icons,
.top a.topbar {
    color: #FFF;
}

.top .material-icons {
    font-size: 22px;
    vertical-align: bottom;
    color: #FFFFFF;
    padding: 0 5px 0 0;
}

.top div#google_translate_element {
    margin-right: 10px;
}

#main {
    background: #fff;
    width: 100%;
    margin: 0 0;
    padding: 0;
}

ul,
ol {
    font-size: 12pt;
    text-align: left;
}

ul.right,
ol {
    /*font-size: 9pt;*/
    text-align: left;
}

p {
    padding: 0;
    margin: 20px 0 10px 0;
    line-height: 140%;
    font-size: 12pt;
    font-family: "Roboto", Arial, sans-serif;
}

span.small,
p.small {
    font-size: .75em;
    font-style: italic;
}

p.error {
    font-weight: bold;
    color: red
}

#menu-page-right {
    display: block;
    float: right;
    margin-top: -250px;
    text-align: center;
}

/*------ MATERIALIZE MODS ------*/

.card .card-content p {
    margin: 10px 0;
}

.card-title {
    padding: 5px 10px;
}

.card-content {
    min-height: 220px;
}

#sidenav-overlay,
.drag-target {
    cursor: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M12.621,2.674L8,7.299L3.376,2.674c-0.254-0.253-0.664-0.253-0.919,0c-0.254,0.254-0.253,0.667,0,0.919l4.622,4.625l-4.624,4.625c-0.254,0.255-0.253,0.665,0,0.917c0.255,0.256,0.666,0.256,0.921,0L8,9.136l4.626,4.625c0.251,0.256,0.665,0.256,0.919,0c0.253-0.252,0.253-0.666,0-0.917L8.922,8.219l4.623-4.624c0.253-0.253,0.253-0.667,0-0.919C13.291,2.421,12.877,2.421,12.621,2.674z'/%3E%3C/svg%3E"), auto;
}

blockquote {
    border-left: 5px solid #2a4d77;
    background-color: #efefef;
    color: #183556;
    padding: 1rem;
    margin: 20px 0 0 0;
}

/*-------------- LOGIN PAGE -------------*/

#register {
    width: 50%;
    border: 1px solid #ccc;
    /*    -webkit-box-shadow: 0px 0px 5px #ccc;
        box-shadow: 0px 0px 5px #ccc; */
    background: #2E4052;
    margin: 20px auto;
    padding: 25px;
}

#register h2 {
    color: #fff;
    margin: 0 0 5px 0;
    padding: 5px;
    text-align: center;
}

#register p {
    padding: 10px 10px 0 10px
}

#register input[type="text"],
#register input[type="password"],
#register input[type="date"],
#register input[type="datetime"],
#register input[type="email"],
#register input[type="number"],
#register input[type="search"],
#register input[type="tel"],
#register input[type="time"],
#register input[type="url"],
#register textarea,
#register select {
    background: #FFF;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 10px;
    width: 100%;
}

#register input:focus {
    border: 1px solid #b6d5ea;
    border-bottom-color: #b8d4ea;
    box-shadow: 0 2px 3px #b9d4e9 inset;
}

#register fieldset {
    margin-bottom: 0;
    border: none;
    padding: 10px;
}

#register fieldset img {
    width: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}

#register legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

#register label {
    display: block;
    color: #2c2f90;
    margin: 20px 0 10px 0;
    font-weight: bold;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 1.1em;
}

#register span.right {
    font-family: "Roboto Condensed", Arial, sans-serif;
    float: right;
    width: auto;
    font-size: 1em;
    font-weight: bold;
    margin-top: 20px;
}

#register ul {
    list-style-type: none;
}
#content #register a {
    color: white;
    &:hover {
        color:white;
    }
}

div#memDisc {
    display: none;
}




.btn:hover {
    background-color: #3f2a14 !important;
    color: #fff !important;
}

/*  ----------------- FONTS  ------------------- */

small {
    font-size: .8em;
}

h1 {
    font-family: "Roboto" !important;
    font-size: 42px;
}

h3 {
    letter-spacing: 0;
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: 2.0em;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #2B2B2B;
    font-size: 1.225em;
    padding: 0;
}

td {
    font-family: "Roboto", Arial, sans-serif;
}

a {
    font-family: "Roboto", Arial, sans-serif;
    color: #fff;
}

li a {
    color: #444444;
}

h4.hf {
    color: #f26522;
}

.panel-body td {
    font-size: 12pt;
}

li {
    font-family: "Roboto", Arial, sans-serif;
}

.validTextBox {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

.invalidTextBox {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

#page-wrapper {
    padding-left: 285px;
    padding-right: 10px;
    margin-left: 0px;
    
}

.page-wrapper {
    padding-left: 275px;
    margin-left: 0px;
}

.login-span {
    font-size: 1.3em !important;
    font-family: "Roboto", Arial, sans-serif;
}

.material-icons {
    color: #444444;
    font-size: 28px;
    padding-right: 8px;
}

.input-field label {
    color: #555;
}

label {
    color: black;
}

.dataTables_length label {
    display: inline-flex;
}

.upperRight {
    display: block;
    width: 40%;
    text-align: center;
    margin: 0 auto 10px auto !important;
    /*    margin: 10px 10px 0 0 !important; */
    padding: 5px 12px !important;
    background-color: #FEBE04;
}

#member-license p {
    font-size: .8em;
}

a img {
    border: none;
}

#leftcontent {
    float: left !important;
    width: 100% !important;
    /*	background-image:url(bg.jpg); */
    padding: 0;
    margin: 0 auto !important;
    display: none;
    border-bottom: 1px solid #c3d8e0;
    background: #fff url(../../images/menu_bg.png) repeat-x left bottom !important;
}

#leftcontent-hide {
    float: left !important;
    width: 100% !important;
    /*  background-image:url(bg.jpg); */
    padding: 0;
    margin: 0 auto !important;
    display: none;
    /*  border-bottom: 1px solid #c3d8e0; */
    background: #fff url(../../images/menu_bg.png) repeat-x left bottom !important;
}

#content {
    width: 100% !important;
    /* float: left; */
    padding: 0;
    margin: 0 auto;
}

/*noinspection CssUnknownTarget*/

TD#header {
    margin: 0;
    padding: 10px;
    width: 100%;
    background: #fff url(../../images/banner_01.jpg);
    background-repeat: repeat-x;
    text-align: left;
    background-color: #FFFFFF;
}

TD#tag {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FFFFFF;
    text-align: center;
    padding: 20px 0 10px 25px;
}

#backMainBtn {
    float: right;
    margin-right: 25px;
    font-size: 1em;
    background-color: #555254 !important;
    padding: 5px 8px 5px 8px;
}


.btn {
    background-color: #444;
}

.btn:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

d#content, td#tag, td#header {
  margin: 0;
  padding: 0 0 10px 300px;
}

td#content {
  margin: 0;
  padding: 5px;
  background-color: #E5EBF0;
}

td#header {
  margin: 10px auto 20px auto;
  padding-top: 0;
  background-image: url("../../images/banner-image-cropped.jpg");
  height: 275px;
  background-size: cover;
  vertical-align: bottom;
  padding-bottom: 0;
  background-repeat: repeat no-repeat;
}

#headerTextLeft a {
  text-align: left;
  color: white !important;
  padding-left: 15px;
  font-family: "Roboto Condensed";
  background-color: rgba(46, 64, 82, 0.5);
  float: left;
  font-size: 3.5rem;
}

#headerTextLeft a:hover {
  text-decoration: none !important;
}

#headerTextRight {
  text-align: left;
  color: white;
  padding-right: 15px;
  padding-left: 15px;
  font-family: "Roboto Condensed";
  background-color: rgba(46, 64, 82, 0.5);
  float: right;
  margin: 2.8rem 0 1.68rem 0;
}

.headerTextMedium {
  font-size: 2rem;
}

.headerTextSmall {
  font-size: 1.5rem;
  margin-top: 5px;
  line-height: 100%;
}

td#tag {
  background: #2E4052;
}

table#main {
  width: 100%;
  margin: 0 auto;
  background-color: white;
}

thead tr {
  background-color: #2A4D77;
  color: white;
}

#member-error, .info, .success, .warning, .errormsg, .error, .importantMessage, .redirect {
  margin: 10px auto;
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 30px;
  margin-left: 0;
  width: auto;
  color: #FFFFFF;
}

.importantMessage, .error {
  background-color: #f44336;
  border: 1px solid #540202;
}

.warning {
  background-color: #f49636;
  border: 1px solid #af5900;
}

.success {
  background-color: #0f9a0f;
  border: 1px solid #005400;
}

.info {
  background-color: #2e3091;
  border: 1px solid #2e3091;
}

.header-wrapper {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  align-items: center;
}

.header-logo {
  width: 200px;
  display: inline-block;
}

div.user-view {
  padding: 0 !important;
}

a.brand-logo {
  padding-left: 20px !important;
  font-size: 1em !important;
}


.card .card-title-big {
  font-size: 36px;
}

.card-title {
  background-color: #2E4052;
}

.dashCard.card {
  background-color: #496683 !important;
}
.dashCard.card.alt {
  background-color: #ffe1a4 !important;
}

.top {
  text-align: right;
  color: #FFF;
  background: #2b2b2b;
  line-height: 1.4;
  padding: 5px 10px 5px 0;
  font-size: 15px;
}

.top div {
  display: inline;
}

.topbar {
  border-bottom: 4px solid #c5942c;
}

.top span.topbar {
  padding-right: 5px;
  padding-left: 5px;
  font-family: "Open Sans";
}

.topbar span {
  font-size: 15px;
}

.topbar a {
  color: #fff;
  font-size: 0.9em;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.top .material-icons, .top a.topbar {
  color: #FFF;
}

.top .material-icons {
  font-size: 16px;
  vertical-align: middle;
  color: #FFFFFF;
  padding: 0 3px 0 0;
}

#topHome {
  border-radius: 25px;
  float: right;
}

#topPhone a, #topPhone i, #topEmail a, #topEmail i, #topHome a, #topHome i {
  font-size: 15px;
  font-weight: 600;
  color: white;
}

/*------- STUFF FROM OLD CENSUS.CSS FILE ------*/
#census-container {
  width: 100%;
  padding: 5px;
  margin-bottom: 20px;
}

.block {
  display: block;
  margin-bottom: 5px;
}

.name p, .memberName p {
  color: black;
  font-weight: bold;
  border: 1px solid black;
  margin-bottom: 0;
  font-size: 18px;
}

.memberName p {
  background: #FFC857;
}

.name p:hover {
  cursor: pointer;
  background-color: #ffe1a4;
}

.censusInfo, .censusInfo2, .memberInfo {
  background: #f5f5f5;
  color: #2b2b2b;
  padding: 5px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
}

.material-icons .dep-expand {
  color: black;
}

.censusInfo {
  display: none;
}

.name {
  background: #FFC857;
}

.censusInfo p, .censusInfo2 p, .memberInfo p {
  margin-bottom: 2px;
  font-size: 14px;
  margin-top: 8px;
}

span > strong.censusTitle {
  font-size: 18px;
  line-height: 22px;
  vertical-align: bottom;
}

div.name > p:before {
  content: "-";
  margin: 0 5px;
  font-family: monospace;
}

.dep-show:before {
  content: "+" !important;
  font-family: monospace;
}

.name .material-icons, .memberName .material-icons {
  color: black;
}

.memberInfo i {
  color: black;
}

.rightSide {
  float: right;
  width: 40%;
  color: #2b2b2b;
}

.leftSide {
  color: #2b2b2b;
}

@media all and (max-width: 899px) and (min-width: 220px) {
  .rightSide {
    float: none;
    width: 100%;
  }
}
/*------- CUSTOM MATERIALIZE.CSS CHANGES ------*/
.btn, .btn-large, .btn-small {
  background-color: #FFC857;
}

#changes .section {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.padded-title {
  padding: 10px;
}

.card-profile-image {
  width: 50px;
  position: absolute;
  top: 70px;
  z-index: 1;
}

footer, footer a {
  color: white;
}
footer.isite, footer .isite {
	display: none;
  
}
footer.iremit, footer .iremit {
  height: 100%;
}
footer .container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: inherit;
}
footer .fa {
  padding-left: 10px;
  padding-right: 10px;
}

.print-show {
  display: none !important;
}

#printHead {
  display: none;
}

#security-seal-isite {
  padding: 20px;
}

.user {
    display: none;
}

.big {
    font-size: 20px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.isite {display: none;} 

footer {
    color: #FFFFFF;
    padding: 0 5%;
}

footer .fa {
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 5px;
    padding-top: 5px;
}

footer .fa:hover {
    color: #FAC800;
}

#fineprint {
    width: 60%;
    float: right;
    font-style: italic;
    padding-top: 0;
}

#fineprint p {
    color: #2b2b2b;
    font-size: .9em;
    text-align: right;
}

#footerlinks {
    width: 40%;
    margin: 0;
    float: left;
}

TR#navbar1 {
    background-color: #FFC857;
    background-image: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

select {
    display: inline-block;
}


svg:before {
    content: "\e094";
}

.navtext {
    text-align: left;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    padding: 5px 5px;
    color: #14508f;
    background-color: #FFC857;;
    display: block;
    margin: 0;
}

.side-nav .userView {
    padding: 0;
}

.side-nav li svg {
    text-align: center;
    margin-right: 10px;
}

.navtext a {
    color: #14508f;
}

.nav-wrapper {
    background: transparent;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
}

i {
    color: #2B2B2B;
}

td.child ul li {
    background-color: #fff;
}

.btn:hover,
.btn-large:hover {
    background-color: rgba(68, 68, 68, 0.90);
}

.btn-flat {
    color: #FFF;
}

/* #fundList {

} */

.large {
    font-size: 17pt;
}

.medium {
    font-size: 11pt;
}

a.white-text {
    color: #fff;
}

#employer_button {
    display: none;
    margin-left: 15px;
}

#member_button {
    display: none;
    margin: 20px 0 10px 15px;
    text-align: left;
}

.textbox1 {
    border: 0;
    margin: 0;
    padding: 0 0px;
}


/* Hexadecimal entities for the icons */

input[type=submit] {
    margin-bottom: 20px;
}

.add:before {
    content: "\271A";
}

.update:before {
    content: "\270E";
}

.delete:before {
    content: "\2718";
}

.submit:before {
    content: "\2714";
}

span.downarrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 49%;
    right: 0;
    margin-top: -2px;
    border-top: 5px solid #ccc;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.logo {
    width: 90% !important;
    /*margin: 0 auto !important;*/
}

.textbox1 {
    width: 100%;
}

div#loading {
    text-align: center;
}

.h7 {
    font-size: 18px;
    color: #ffbf05;
    font-weight: bold;
    margin-top: 10px;
}

.one-fourth.column {
    width: 23%;
}



.container {
    padding: 30px;
}

.info {
    background: url('../../../../eremitimages/images/icons/warning2.png') no-repeat #e8e8ff;
    background-size: 50px;
    background-position: 5px 50%;
    border: 1px solid #2e3091;
    padding: 20px 20px 20px 65px;
    font-size: 1.2em;
    color: #2e3091;
    border-radius: 0;
    border-left: 8px solid #2e3091;
    width: auto;
    margin: 0 0 15px 0;
}

.info p {
    padding: 0;
    margin: 5px 0;
}

#member-error,
.success,
.warning,
.errormsg,
.importantMessage,
.redirect {
    font-weight: normal;
    border: 1px solid #d84b4b;
    margin: 10px auto;
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px;
    margin-left: 0;
    width: auto;
    color: #FFFFFF;
}

.success {
    background-color: #7cb342;
    border: none;
    padding: 10px;
    color: #FFF;
    font-size: 1.2em;
}

.importantMessage,
.warning {
    background-color: #f44336;
}


/* ------ DATATABLES ----------*/


.evenrow { font-family: Arial, helvetica, sans-serif; cursor: pointer; background-color:#FFFFFF }
.oddrow { cursor: pointer; background-color:#EFEFEF; }

tr.evenrow:hover { background-color:DDFFDD; }
tr.oddrow:hover { background-color: #DFDFDF; }

.tableLabel	{ background-color: #385e89; color: #ffffff; }

tfoot {background-color: #DCE7FB;}

.weeksCol {
    width: 80px;
}

/* row highlight */
tr.c_remitrow {background-color: #E8E8E8 !important}

/*Set color for fields with errors*/
span.fieldErrorMsg {color: red; font-weight:bold; font-size: 16pt;}
tr.dupeRow	{background-color: #FF9999}

/*Custom styling for remittance entry page.
  Below are validation warnings and changes to their jqueryUI dialog*/
span.warn1{color: #FF0000; font-weight:bold; font-size: 14px;}
span.warn2{color: #1871fb; font-weight:bold; font-size: 14px;}
span.warn3{color: #1d8e4b; font-weight:bold; font-size: 14px;}
span.warn4{color: #9d1bc5; font-weight:bold; font-size: 14px;}
span.warn5{color: #EE00EE; font-weight:bold; font-size: 14px;}
span.warn6{color: #ef853b; font-weight:bold; font-size: 14px;}
td.warn1  {background-color: #FF9999 !important}
td.warn2  {background-color: #70a2ef !important}
td.warn3  {background-color: #89d495 !important}
td.warn4  {background-color: #d282e2 !important}
td.warn5  {background-color: #cc84cc !important}
td.warn6  {background-color: #efa470 !important}

a.census_err {
    color: blue;
}

/*Warnings for adding employees to remittance table*/
#new-employees a {
    color: red;
}

select.invalid{
    background-color: #F44336;
}

#employer_button { display: none; margin-left: 15px; }
#member_button	{ display: none; margin: 20px 0 10px 15px; text-align: left; }
a#replace {display: none; } 
#homelink	{  }
.pipe	{ }

table.nw	{  }
.nw	td { padding: 5px 4px 5px 4px; margin: 0;} 
.nw	{ margin-top: 10px; 
	margin-bottom: 10px; 
	padding-bottom: 0px;}
#mainscreen table tbody tr td table	{ background-color: #DCE7FB; }


.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	padding:20px 10px 7px 5px;
	}
		
.name-address {font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	padding: 0;
padding-bottom: 20px;
	}	

#effective_date {
    margin: 0;
}

.toast {
    width:200px;
    height:20px;
    height:auto;
    left:50%;
    margin-left:-100px;
    bottom: 150px;
	position: fixed;
    background-color: #383838;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
} 

/* --------- RESPONSIVE ---------*/

@media only screen and (min-width: 1240px) {
    .menu li.first:hover {
        border-top: 4px solid #ffbd35;
        margin-top: -4px;
        transition: border-top-color .3s;
    }
}

/* breakpoint from 768 - 1238 */

@media only screen and (max-width: 1239px) and (min-width: 768px) {

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 998;
    }
    
    .sticky+#page-wrapper {
        padding-top: 56px;
    }

    .menu li {
        margin: 0;
    }

    .menu li a {
        text-align: left;
    }

    .first {
        padding: 0;
        margin: 0;
    }

    .menu li ul {
        position: relative;
    }

    .menu li li {
        border: none;
        width: auto;
        padding-right: 0;
        padding-left: 0;
    }

    .menu li li a {
        padding: 5px 20px 5px 40px;
        margin: 0;
        /*width: 100%;*/
    }

    .menu li ul a {
        font-size: inherit;
    }

    .menu li ul li a:hover {
        color: inherit !important;
    }

    .menu li:hover ul {
        display: block;
        width: 310px;
        margin-left: -5px;
    }

    /* .responsive-menu-toggle i {
           text-shadow: 2px 2px #ccc;
    } */
    .navtext {
        margin-bottom: 30px;
    }

    .logo-main {
        margin: 20px 0 0 50px;
    }

    .responsive-menu-toggle {
        display: block;
        width: 35px;
        height: 35px;
        text-align: center;
        /*position: absolute;*/
        position: relative;
        /*top: 190px;*/
        top: 0;
        left: 40px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .responsive-menu {
        /* visibility: hidden; */
        display: none;
        background-color: white;
    }

    .menu-visibility {
        position: absolute;
        display: block;
        margin-top: 0;
        width: 250px;
        padding-left: 0;
        padding: 5px;
    }

    #desktopMenu {
        margin-left: 35px;
    }

    .forms {
        background-size: 45%;
    }

    #page-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    .page-wrapper {
        padding-left: 0px;
    }

    td#header {
        padding-left: 250px;
    }

    td#tag {
        padding-left: 0px;
    }

    #header h1 {
        font-size: 2.7em;
        text-align: center;
    }

    #header h2 {
        font-size: 1.5em;
        text-align: center;
    }

    #backMainBtn {
        margin-top: 0px;
    }
}

/* breakpoint from 993 - 1240 */

@media only screen and (max-width: 1240px) and (min-width: 993px) {
    #slide-out.side-nav {
        transform: translateX(-100%);
    }

    td#header {
        padding-left: 310px;
    }

    #page-wrapper {
        padding-left: 285px;
        padding-right: 10px;
    }

    .page-wrapper {
        padding-left: 275px;
    }

    td#tag {
        padding-left: 250px;
    }

    #depList {
        float: none;
    }

    #claimList {
        width: 100%;
    }

    #ytdSpend {
        width: 100%;
    }
}

/* breakpoint from 0 - 767/899 */

@media all and (max-width: 992px) {
    #tableDiv {
        max-width: 95vw;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 998;
    }
    
    .sticky+#page-wrapper {
        padding-top: 56px;
    }

    td#header {
        padding-left: 0;
        /*      display:none; /* hiding header b/c we're using the materialize nav header */
    }

    .textbox1 {
        width: 100%;
        margin-left: inherit !important;
    }
}

/* breakpoint from 0 - 767/899 */

@media all and (max-width: 768px) {
    #page-wrapper {
        padding-left: 10px;
        margin-left: 0px;
    }

    .page-wrapper {
        padding-left: 10px;
        margin-left: 0px;
    }

    #register {
        width: 100%;
        margin: 0;
        padding: 5px;
    }

    .container {
        padding: 10px;
    }

    .textbox1 {
        width: 98%;
    }

    h2 {
        font-size: 1.5em
    }

    span.topbar {
        font-size: .9em;
    }

    .top .material-icons {
        display: none;
    }

}
/* START: Link Colors on Light Background*/
#content a {
    color:#00768f;
    &:hover {
        color:#2A4D77;
    }
}
#content a.menu {
    color: black;
    &:hover {
        color: white;
    }
}
#content .modal a,
#content a.btn-large,
#content a.btn, 
#content a.btn-small {
    color: white;
    &:hover {
        color: white;
    }
}