body
{
	background: #ffffff;
}
a{
	color: #3173a7;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0 0 15px 0;
	line-height: 100%;
}

.row .col{
	padding: 0px;
}
.input-field.col label{
	left: 0px;
}

/*Testing. Final take*/
.newnew{
	background: 000;
}
/*End testing */

h1, h1 a{
	font-size: 2rem;
	color: #3173a7;
}
.container
{
	max-width:1700px;
	width:80%;
	margin: 0 auto 15px;
}
.brand-logo{
	max-width: 500px;
}
.brand-logo img{
	height: auto;
	width: 350px;
	margin-left: -30px;
    margin-top: 20px;
    margin-bottom: -18px;
}
.helplinks /*links at the top of the page*/
{
    margin-right:10px;
}
.helplinks>a.dropdown-button>i.material-icons
{
	vertical-align:bottom;
}

.input-field input[type=text]:focus + label, .input-field input[type=email]:focus + label, .input-field input[type=password]:focus + label, .input-field input:focus + label {
     color: #3173a7 !important;
}
.input-field input[type=text]:focus, .input-field input[type=email]:focus, .input-field input[type=password]:focus, .input-field input:focus {
     border-bottom: 1px solid #3173a7 !important;
     box-shadow: 0 1px 0 0 #000;
}
.searchhead input[type=text]:not(.browser-default):focus:not([readonly]){
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
nav:not(.secondary-nav)
{
    /*if you update the height, also update the margin on the navigation a elements*/
    height:30px;
    line-height:30px;

    /*get rid of box shadow*/
    box-shadow:none;
    border-bottom:3px solid #015A87;
}
.small-nav{
	float: right;
}
nav>div.nav-wrapper>ul>li>a
{
    background-color: #015A87;
    height: 33px;
    line-height: 33px;
    margin-top: -6px;
    margin-right: 4px;
    margin-left: 4px;
    padding: 0px 17px;
    font-size: 16px;
}
nav>div.nav-wrapper>ul>li>a:hover
{
    background-color:#3173a7;
}
footer.page-footer
{
	border-top: 3px solid #015A87;
    padding-top:0px;
}
.page-footer .footer-copyright{
	color: #000000;
}
/*sticky footer*/
body
{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main
{
    flex: 1 0 auto;
	margin-top: 45px;
}
/*headings info*/
h2{
	color: #3173a7;
	font-size: 20px;
}
h3{
	color: #015A87;
	font-size: 16px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    color: #FFF;
    background: #015A87;
    padding: 6px 20px !important;
    height: auto;
    width: auto;
    border: 0px;
    font-size: 15px;
}

.editfromview{
    margin-top: -25px;
    margin-bottom: 25px;
}

.managertable tr td:last-child, .managertable tr th:last-child,
.managertable tr td:nth-last-child(2), .managertable tr th:nth-last-child(2){
	display: none;
}

/*
label{
	font-size: 12px;
    color: #365b7e;
    padding-bottom: 4px;
    width: 100%;
    display: block;
}
*/
/*
Tabs stuff (secondary navigation)
*/
.secondary-nav
{
	background-color:#3173a7;
	width:calc(100% - 6px);

}
.tabs-content.carousel .carousel-item {
	width:50%;
	height:auto;
}

.tabs .indicator
{
	background-color: #e0f2f1;
	height: 60px;
	opacity: 0.3;
}

.form-container
{
	padding: 40px;
}

.confirmation-tabs-btn
{
    position: absolute;
}
.login-container
{
	margin-top: 30px;
	width: 400px;
}

.checkboxdiv [type="checkbox"]{
	display: none;	
}

/* Login Page */
.login-cnt h3{
	text-align: center;
}

.login-form{
	width: 50%;
	margin: 0 auto;
}

.Forgot-link{
	float: right;
}

/* Content Page Header */

.page-header{
	float: left;
	width: 100%;
}

.page-header h1{
		width: 50%;
		float: left;
}

.page-header-options{
	width: 50%;
    float: right;
    text-align: right;
    margin: 0;
}

.page-header-options li{
	margin-right: 10px;
    border-right: 1px solid black;
    padding-right: 10px;
    display: inline-block;
}

.page-header-options li:last-child{
	border-right: 0px;
	padding-right: 0px;
	margin-right: 0px;
}

.page-header-options a{
	font-size: 14px;
    color: #000000;
    float: right;
}

/*
form colors
*/
/*
.input-field input:focus + label {
    color: #03a9f4 !important;
}

.row .input-field input:focus {
    border-bottom: 1px solid #03a9f4 !important;
    box-shadow: 0 1px 0 0 #03a9f4 !important
}
*/
.card-panel>p:last-of-type
{
    padding-bottom:0.75rem;
}

/*table stuff*/
table.clickable td>a
{
	display:inline-block;
	height:100%;
	width:100%;
	color:black;
}

.x-large.material-icons{
	font-size:3.75rem;
	padding-right:1px;
}

/*
left navigation
*/
.row
{
	margin-bottom: 10px;
}
.row.full-height
{
	display:flex;
	flex-wrap: wrap;
	min-height:calc(100vh - 149px);
	margin-bottom:0px;
}
.left-nav
{
	display:block;
	width:100%;
	background-color:#fff;
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	padding-bottom:60px;
	margin-bottom:0px;
	margin-top:0px;

	height:100%;
}
.left-nav>li>a
{
	display:list-item;
	color:black;
	padding:0 30px 0 30px;
	line-height:44px;
	font-size:15px;
	
}
.left-nav>li>a:hover
{
	background-color:rgba(0,0,0,0.05)
}
.left-nav>li>a.active
{
	background-color:rgba(49,115,167,1);
	color:white;
}

/** Homepage dashboard **/

.upcominghome{
	border:0px solid #3173a7;
	padding: 10px 0px;
}

.upcominghome .upcomingtrainings{
	padding-left: 40px;
}

.upcominghome .upcomingtrainings li{
	list-style:disc;
	font-size: 15px;
	margin-bottom: 4px;
}


/** Expansion Tiles **/
ul.Tabs {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.homedash ul.Tabs{
	text-align: left;
}

ul.Tabs li.tile  {
    width: 250px;
    height: 250px;
    margin: 0px 10px 30px 9px;
    display: inline-block;
}

ul.Tabs .EmotionalHealth, ul.Tabs .EmotionalWellbeing {
    background-color: #79a5d3;
    background-image: url(images/emotional_wellbeing.png), none;
    background-size: 250px;
}

ul.Tabs .FamilyEffectiveness {
    background-color: #faa724;
    background-image: url(images/family.png), none;
    background-size: 250px;
}


ul.Tabs .FinancialLegal, ul.Tabs .LegalandFinancial {
    background-color: #3374a8;
    background-image: url(images/finances.png), none;
    background-size: 250px;
}


ul.Tabs .ForHealthcareOrganizations, ul.Tabs .HealthcareOrganizations {
    background-color: #015A87;
    background-image: url(images/healthcare.png), none;
    background-size: 250px;
}


ul.Tabs .JustforStudents {
    background-color: #faa724;
    background-image: url(images/students.png), none;
    background-size: 250px;
}

ul.Tabs .HealthyYou {
    background-color: #3374a8;
    background-image: url(images/health.png), none;
    background-size: 250px;
}

ul.Tabs .Workplace {
    background-color: #015A87;
    background-image: url(images/workplace.png), none;
    background-size: 250px;
}

ul.Tabs .Custom {
    background-color: #015A87;
    background-image: url(images/custom.png), none;
    background-size: 250px;
}

ul.Tabs .faqs {
	background-image: url(images/faqs.png), none;
    background-size: 270px;
}

ul.Tabs .rating {
	background-image: url(images/rating.png), none;
    background-size: 270px;
}

ul.Tabs .videos {
	background-image: url(images/videos.png), none;
    background-size: 270px;
}

ul.Tabs .schedule {
	background-image: url(images/schedule.png), none;
    background-size: 270px;
}

ul.Tabs li.selected {
    transform: scale(1.07);
    transition: transform .2s;
}

ul.Tabs li.tile a {
    color: #ffffff;
    font: normal 18px sans-serif;
    text-decoration: none;
    cursor: pointer;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 189px;
    padding-bottom: 34px;
}

ul.Tabs li.home {
	height: 270px;
	width: 270px;
	margin: 0px 20px 30px 20px;
}


.homedash ul.Tabs li:first-child{
	margin-left: 0px;
}


ul.Tabs li.home a{
	padding-top: 232px;
	padding-bottom: 17px;
}


ul.Tabs li.expansion {
    width: 100%;
    height: auto;
    flex: 1 1 100%;
    margin: -28px auto 30px;
    background: none;
    display: flex;
	border: 1px solid #666666;
	padding: 0px;
}


.expansionarea{
	padding: 30px;
	width: 100%;
}

.aboutexpanded{
	width: 45%;
	float: left;
	text-align: left;
	
	height: 100%;
}

.aboutexpanded h2{
	width: 80%;
}

.aboutexpanded p{
	width: 90%;
}

.expandedbox{
	clear: both;
    float: left;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.expandedleftside{
	width: 75%;
	float: left;
	padding-left: 20px;
}

.expandedleftside h3{
	color: #2b689d;
	font-size: 16px;
	margin-bottom: 0px;
}

.expandedleftside p{
	color: #353535;
	font-size: 16px;
	margin-top: 5px;
}

.expandedleftside ul{
    padding-left: 40px;
    list-style-type: disc;
}

.expandedleftside ul li{
    list-style-type: disc;
}

.expandedrightside{
    width: 20%;
    float: left;
    padding-left: 25px;
}

.expandedrightside h3{
	color: #2b689d;
	font-size: 16px;
	margin-bottom: 5px;
}

.specialtybuttons{
	color: #FFF;
	background: #3173a7;
	padding: 6px 20px;
	height: auto;
	width: 180px;
	margin-top: 0px;
	float: left;
	clear: both;
	border: 0px;
	font-size: 15px;
	margin-bottom: 8px;
	text-align: center;
}

.expansionlinks{
	width: 45%;
	float: left;
	border-right: 1px solid #666666;
	margin-right: 3%;
	height: 100%;
}

.expansionlinks.noborder{
	width: 100%;
	border-right: 0px;
	padding-left: 20px;
}

ul.Tabs li.expansion a {
    color: #666666;
    font: normal 20px sans-serif;
    text-decoration: none;
    cursor: pointer;
	clear: both;
    width: auto;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}

.expansionlinkslist{
	text-align: left;
    width: 90%;
    display: block;
    float: left;
}

.expansionlinkslist li{
	list-style-type: disc !important;
    margin-left: 20px;
    height: auto;
    float: left;
    clear: both;
    font-size: 20px;
	text-align: left;
}

.expansionlinkslist li a{
	text-decoration: underline !important;
}

.Menu {
    float: left;
    width: 100%;
    border: 1px solid #666;
    padding: 20px 0;
}

ul.Expansionbox li {
    width: 100%;
    height: auto;
    margin: 0px;
    background-color: white;
    display: block;
    background-size: auto;
}

.error, .errorclass{
	color: #FF0000;
    width: 100% !important;
    float: left;
    margin-left: 0px;
    margin-top: -18px;
    margin-bottom: 10px;
    /* background-color: rgb(255, 203, 203); */
    /* border: 1px solid rgb(228, 166, 175); */
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 11px;
}


.alertbox{
	margin: 50px auto 0;
    width: 50%;
    border: 3px solid #3173a7;
    padding: 20px;
}

.alertbox p{
	font-size: 16px;
	color: #000000;
	text-align: center;
}


.searchbox{
	float: left;
    width: 100%;
}

.searchbox .searchline{
	
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 23%;
}

.searchbox .searchline .label{
	width: 100px;
    float: left;
	padding-top: 7px;
}

.searchbox .searchline input{
	width: 60%;
	height: auto;
	margin: 0px !important;
}

.searchbox .searchline select{
	width: 62%;
	display: block !important;
	height: auto;
	margin: 0px !important;
}

#trainer .short{
    color:#FF0000;
	background-color: rgb(255, 203, 203);
    border: 1px solid rgb(228, 166, 175);
    padding: 2px 6px;
	margin-left: 5px;
    margin-top: 6px;
    border-radius: 2px;
	float: left;
	width: auto !important;
}

#trainer .weak{
	color:#E66C2C;
	background-color: rgb(255, 203, 203);
    border: 1px solid rgb(228, 166, 175);
    padding: 2px 6px;
	margin-left: 5px;
    margin-top: 6px;
    border-radius: 2px;
	float: left;
	width: auto !important;
}

#trainer .good{
	color:#2D98F3;
	background-color: rgb(255, 203, 203);
    border: 1px solid rgb(228, 166, 175);
    padding: 2px 6px;
	margin-left: 5px;
    margin-top: 6px;
    border-radius: 2px;
	float: left;
	width: auto !important;
}

#trainer .strong{
	color:#006400;
	background-color: rgb(255, 203, 203);
    border: 1px solid rgb(228, 166, 175);
    padding: 2px 6px;
	 margin-left: 5px;
    margin-top: 6px;
    border-radius: 2px;
	float: left;
	width: auto !important;
}

.menu{
	width: 100%;
	float: right;
}

/* End Expansion Tiles */

.btn, .btn-large{
	background-color: #015A87;
}

.btn:hover, .btn-large:hover{
	background-color: #015A87;
}

/* Datatables */

table.dataTable{
    margin: 0 auto 10px;
	clear: both;
	width: 100% !important;
	max-width: none !important;
	position: relative;
    border: 1px solid rgba(0,0,0,.12);
    border-collapse: collapse;
    white-space: nowrap;
    font-size: 13px;
    background-color: #fff;
}

#example1_wrapper .bottom{
	float: left;
    width: 100%;
    margin-bottom: 10px;
}

#example1_filter{
	display: none;
}

table.dataTable tbody tr:hover {
      background-color: #eeeeee; 
}

.dropdownlength{
	display: block;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
   white-space: pre-wrap;
    word-wrap: break-word;
}

table.dataTable td{
    border-top: 1px solid rgba(0,0,0,.12);
    border-bottom: 1px solid rgba(0,0,0,.12);
    padding: 5px 10px;
}

table.dataTable th{
    border-top: 1px solid rgba(0,0,0,.12);
    border-bottom: 1px solid rgba(0,0,0,.12);
    padding: 11px 10px;
    font-size: 14px;
    text-align: center;
}

table.dataTable .searchhead th{
	padding: 0px;
	white-space: normal;
}

.datesearchright{
	float: right;
	margin-top: -76px;
}

.datesearchright .label{
	float: left;
}

.datesearchright #startdate, .datesearchright #enddate{
	float: left;
    width: 46%;
    padding: 0px;
	padding-left: 5px;
	margin: 0px;
	height: auto;
	    margin-left: 10px;
    padding-bottom: 3px;
}

.datesearchright .searchline{
	width: 40%;
	float: right;
    padding-right: 10px;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  color: #000000;
  font-size: 15px;
  float: left;
}

.dataTables_info{
	float: left;
	margin-right: 20px;
	margin-top: 0px;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}


input[type=text].search-input-text, .search-input-select{
	max-width: 90%;
	width: 90%;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    padding: 5px 2% 5px 2%;
    border: #6697b8 solid 1px !important;
    color: #005288;
	height: 20px;
	margin: 10px 0px;
	line-height: auto;
	float: left;
	display: inline-block;
}

table.dataTable thead th{
	border: 0px;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc{
	background: none !important;
}

/* End Datatables */


/* View Pages */
.viewpagetable{
	width: 45%;
	margin-bottom: 30px;
}

.viewpagetable td, .viewpagetable th{
	padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
    width: auto;
    border: 1px solid #e1e1e1;
}

#notes textarea{
	width: 45%;
    height: 125px;
}

/* Edit Pages */
/*
.form-style input{
	border: 1px solid #9e9e9e !important;
    height: 2rem !important;
	-webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
	padding-left: 6px !important;
}
*/
[type="radio"]:not(:checked), [type="radio"]:checked, [type="checkbox"]:not(:checked), [type="checkbox"]:checked{
    margin: 3px 3px 0px 5px;
	opacity: 100;
    position: relative;
    margin: 3px 3px 0px 5px;
    height: auto !important;
}



select{
	display: block;
	border: 1px solid #9e9e9e !important;
	margin: 0 0 20px 0;
	padding: 0px 5px;
}

.multiple select{
	    background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2 !important;
    border-radius: 2px;
    height: 3rem;
	display: none;
}

.multiple [type="checkbox"]:not(:checked), .multiple [type="checkbox"]:checked{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.multiple{
	width: 20%;
	
}

.multiple.input-field.col label{
	left: 0px;
}

.provider-details-container form, .provider-details-form form{
	width: 45%;
}

.provider-details-container label, .provider-details-form label{
    font-size: 14px;
    color: #000000;
}

.provider-details-container select, .provider-details-form select{
	display: block;
    border: 1px solid #9e9e9e;
    font-size: 16px;
	height: 2rem;
}


.provider-details-container #submitbutton, .provider-details-form #submitbutton, #notes #submitbutton{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 6px 12px !important;
}


/* Misc */
#error{
	color:red;
	display:none;
}

button:focus{
	background: #015A87;
}

.toggle-nav{
	display: none;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
	float: left;
}

.message-content{
    float: left;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #3173a7;
    background: #e1e1e1;
    margin-bottom: 20px;
}

fieldset label{
	float: left;
	width: 100%;
}

.uploadarea label{
	width: 130px;
	float: left;
	clear: both;
}

#onboard_notes{
	height: 150px;
}

.resourceswebbased, .resourceswebbased-client, .resourcesonsite, .resourcesboth{
	margin-left: 20px;
    background: #f1f1f1;
    margin-bottom: 0px;
	padding: 10px;
}

.resourceswebbased label, .resourceswebbased-client label, .resourcesonsite label, .resourcesboth label{
	font-weight: bold;
}

.resourceswebbased textarea, .resourceswebbased-client textarea, .resourcesonsite textarea, .resourcesboth textarea{
	background: #fff;
}

/* Responsive, Not cleaned up */
@media only screen and (max-width: 1550px) {

	.Container{
		width: 90%;
	}
	
}

@media only screen and (max-width: 1350px) {
	.homedash ul.Tabs{
		width: 75%;
		margin: 0 auto;
		text-align: center;
		float: none;
		display: block;
	}
	
	.homedash ul.Tabs li:first-child{
		margin-left: 20px;
	}
	
}

@media only screen and (max-width: 1100px) {

	.fright{
		float: none;
		margin: 0 auto;
	}
	.Header{
		height: 142px;
	}
	
	.menu{
		float: left;
		clear: both;
	}
	
	.small-nav{
		float: right;
	}
	
	table.dataTable{
		width: 100%;
		table-layout: auto;
		overflow: hidden;
	}
	
	.Container{
	}
	
	#example1{
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}
	
	.aboutexpanded img{
		display: none;
	}

}

@media only screen and (max-width: 950px) {

	.homedash ul.Tabs{
		text-align: center;
		width: 100%;
	}
	
	.brand-logo img{
		max-width: 100%;
	}

}

@media only screen and (max-width: 870px) {
	.fright{
		display: none;
	}
	
	.logo a, .logo a:hover{
		float: none;
		width: 90%;
		max-width: 500px;
		background-size: 100%;
	}
	
	.Header .Container{
		margin: 0 auto;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
	
	.Header .toggle-nav{
		margin-top: 0px;
	}
	
	.small-nav{
		margin-top: 61px;
	}

	.small-nav li{
		margin-left: 0px;
	}
	
	.small-nav li:first-child{
		margin-top: -52px;
		border-top: 3px solid #015A87;
	}
	
	.small-nav li:last-child{
		margin-bottom: -5px;
	}
	
	.page-header{
		margin-bottom: 35px !important;
	}

	.breadcrumbs{
		display: none;
	}

	.login .logo a, .login .logo a:hover{
		margin-top: 8px;
		margin-bottom: -30px;
		width: 100%;
		background-position: top center;
	}
	.container{
		clear: both;
	}
	.top-link li{
		display: inline-block;
		margin: 0 auto;
		float: none;
	}
	
	.menu {
        position:relative;
		margin-top: 26px;
		clear: both;
		width: 100%;
		margin: 0 auto;
    }
 
    .menu ul.active {
        display:block;
    }
	
    .small-nav{
        padding:0px;
        background:white;
		  float: left;
		  clear: both;
		  width: 100%;
		  position: relative;
		  display: none;
    }
	.small-nav.active{
		display: block;
	}

 
    .small-nav li{
        float: none;
        display: block;
        border-bottom: 1px solid #46617a;
    }
 
    .small-nav li a {
        display:block;
		margin-top: 0px;
    }

	nav:not(.secondary-nav){
		height: auto;
		padding-bottom: 10px;
	}
	
	.nav-wrapper.container{
		width: 100%;
		max-width: 100%;
	}
	
    .toggle-nav {
        padding:10px;
        border-radius:3px;
        background:#3173a7;
        color:white;
        font-size:20px;
        transition:color linear 0.15s;
		width: 44px;
		font-family: 'Soin', sans-serif;
		margin: 0 auto;
		display: block;
    }
 
    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#ffffff;
    }
	
	nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i{
		height: 34px;
		line-height: 34px;
	}
	
	nav>div.nav-wrapper>ul>li>a{
		background: white;
		height: 40px;
		  width: 100%;
		  text-align: center;
		  padding: 5px 0px;
		  font-size: 20px;
		  color: black;
		  border: none;
		  -webkit-border-radius: 0;
		    -webkit-border-bottom-right-radius: 0px;
			  -webkit-border-bottom-left-radius: 0px;
			  -moz-border-radius: 0px;
			  -moz-border-radius-bottomright: 0px;
			  -moz-border-radius-bottomleft: 0px;
			  border-radius: 0px;
			  border-bottom-right-radius: 0px;
			  border-bottom-left-radius: 0px;
			  margin: 0px;
	}
	
	#example1_filter{
		display: block;
	}
	
	.searchhead{
		display: none;
	}
	
	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter{
		margin-top: 10px;
		margin-bottom: -10px;
	}
	
	
	div.dataTables_wrapper div.dataTables_length label{
		float: none;
		margin-top: 10px;
		clear: both;
	}
	
	.dataTables_info{
		margin-right: 0px;
	}
	
	.dataTables_paginate{
		float: left;
		text-align: center !important;
	}
	
	.searchbox .searchline{
		width: 100%;
	}
	
	.expansionlinks{
		width: 100%;
		border-right: 0;
		height: auto;
		border-bottom: 1px solid #666
	}
	
	.expansionlinks.noborder{
		border-bottom: 0px;
	}
	
	.aboutexpanded{
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	
	.aboutexpanded img{
		display: none;
	}
	
}

@media only screen and (max-width: 500px) {
	.login-form{
		width: 80%;
	}
	
	.page-header h1{
		width: 60%;
	}
	
	.page-header-options{
		width: 35%;
	}
	
	.provider-details-container form, .provider-details-form form{
		width: 75%;
	}
	
	.alertbox{
		width: 80%;
	}
	
	.helplinks{
		text-align: center;
	}
	
	.helplinks a{
		float: left;
	    text-align: center;
		width: 100%;
	}
}