/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

 html{
    font-family: 'Montserrat', sans-serif;
 }
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

/* start box reset */
.pt-3 {
    padding-top: 1rem!important;
}
.pb-3 {
    padding-bottom: 1rem!important;
}
.mt-3 {
    margin-top: 1rem!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.pt-2 {
    padding-top: .5rem!important;
}
.pb-2 {
    padding-bottom: .5rem!important;
}
.mt-2 {
    margin-top: .5rem!important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-2 {
    margin-bottom: .5rem!important;
}
.pt-1 {
    padding-top: .25rem!important;
}
.pb-1 {
    padding-bottom: .25rem!important;
}
.mt-1 {
    margin-top: .25rem!important;
}
.mb-1 {
    margin-bottom: .25rem!important;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.pr-3 {
    padding-right: 1rem!important;
}
.pl-3 {
    padding-left: 1rem!important;
}
.mr-3 {
    margin-right: 1rem!important;
}
.ml-3 {
    margin-left: 1rem!important;
}
.pr-2 {
    padding-right: .5rem!important;
}
.pl-2 {
    padding-left: .5rem!important;
}
.mr-2 {
    margin-right: .5rem!important;
}
.ml-2 {
    margin-left: .5rem!important;
}
.pr-1 {
    padding-right: .25rem!important;
}
.pl-1 {
    padding-left: .25rem!important;
}
.mr-1 {
    margin-right: .25rem!important;
}
.ml-1 {
    margin-left: .25rem!important;
}


.section-tight {
    padding-top: .5rem;
    padding-bottom: .5rem;
}


.full-height-row{
    display: flex;
    flex-wrap: wrap;
}
/* end box reset */

/**
 * Color Overrides
 */
.blue.darken-4{
    background-color: #235485 !important;
}
.blue-text.text-darken-4 {
    color: #235485 !important;
}
div#contentwrap {
    padding: 20px 0;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.page-footer,.page-footer .footer-copyright{
    color: inherit;
}

.footernav{
    line-height: 2;
}

.footernav a{
    padding: 0 10px;
}
.footernav img{
    padding-top: 5px;
}

/**
 * Table reset
 *
 **/
table.layout-fixed{
    table-layout: fixed;
}

/**
 * Form reset
 */

/* valid color */
.input-field input[type=text].valid {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
  }

.helper-text-select{
    position: relative;
    min-height: 18px;
    display: block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
}

.selectwrap{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/**
 * Tabs reset
 */
.tabs .tab a.active{
    background-color: rgba(246, 178, 181, 0.2);
}

/**
 *  Home styles
 */
#home .card-title{
    font-size: 11.5pt;
    font-weight: bold;
}

/**
* Signin styles
*/
#signin .formwrapper{
    flex: 1 100%;
    width: 50%;
    margin: auto;
}
div#physlogin_wrapper {
    padding-bottom: 40px;
}
div#orglogin_wrapper {
    padding-top: 40px;
}

#signin{
    flex-flow: row wrap;
    align-items: center;
}
@media screen and (max-width: 767px){
    #signin .formwrapper{
        width: 100%;
    }
}
@media screen and (max-width: 580px){

    .footernav a{
        width: 100%;
        float: left;
    }
}
