﻿/* <Sticky Footer> */ 

* {
	margin: 0;
}
html, body {
    height: 100%;
    font-family: Lato, sans-serif;
}
.wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -45px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 45px; /* .push must be the same height as .footer */
}

/* </Sticky Footer> */


/* ---------------------------------------------------------
    <TreeView>
----------------------------------------------------------*/

.treeview {
    border: 1px solid lightgray;
    height: 170px;
    overflow: auto !important;
    padding: 5px;
    background-color: white;
    border-radius: 5px;
}

.treeview ul {
    list-style: none !important;
    padding-left: 15px;
}

.treeview .user-group {
    position: inherit !important;
}

.treeview ul li {
    list-style: none !important;
    white-space: nowrap;
}

.treeview label {
    font-weight: normal;
}

/* ---------------------------------------------------------
    </TreeView>
----------------------------------------------------------*/


.inline-block {
    display: inline-block;
}
.ie.lte7 .inline-block {
    zoom: 1;
    display: inline;
}

.box-size-border {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.footer {
    position: relative;
}

.footer-content {
    padding-top: 15px;
    height: 100%;
    background-color: #2D4460;
}

.footer-content > * {
    color: #B4D2DE;
}

.footer-separator {
    padding: 0px 10px;
}

.footer-content > a {
    font-size: 14px;
    text-decoration: none;
}

.copyright {
    padding-left: 55px;
    font-size: 12px;
}

.text-success {
    color: #21FF9D;
}

.password-reset-text-success {
    color: #292E35;
    font-size: 12px;
    text-align: left;
}
    .password-reset-text-success a {
        color: #007B97;
    }

.text-danger {
    color: #9C4527;
}

.field-validation {
    margin-top: .4em;
    text-align: left;
    width: 400px;
    display: inline-block;
}

.btn-success {
    background-color: #007B97;
    border-color: #007B97;
    color: #FFFFFF;
}

.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: -20px;
}

input[type="radio"],input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.radio-inline,.checkbox-inline {
    display: inline-block;    
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

body {
    text-align: center;
}

.wrapper {
    background-color: #F2F6FA;
    font-family: Lato, Helvetica, sans-serif;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header{
    text-align: center; 
    padding-top: 50px; 
    padding-bottom: 20px;
}

.header img {
    width: 400px;
    height: 33px;
}

.input-group-box {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 37px 75px;
}

    .input-group-box .text-danger {
        color: #9C4527;
    }

.ie.lte7 .input-group-box {
    max-width: 370px;
}

.input-group-box > h1,h2 {    
    margin-top: 0;
    margin-bottom: .3em;
}

.input-group-box > h1 {
    color: #292E35;
    font-size: 36px;
}

.input-group-box > h2 {
    color: #292E35;
    font-size: 16px;
}

h2.tall {
    padding: 15px 0px;
}

.input-group-box label {
    color: #292E35;
}

.input-control,.input-feedback {
    width: 370px;
    margin: 13px auto 0px auto;
}

.input-control {
    position: relative;
    height: 53px;
    padding: 0;
}

.input-control.fluid {
    height: auto;
}

.input-control.fluid input[type="text"],
.input-control.fluid input[type="email"] {
    height: 53px;
}

.input-control > * {
    width: 100%;
    height: 100%;
}

.ie.lte7 .input-control > .btn {
    height: 53px;
}

.input-control input[type=text],
.input-control input[type=email],
.input-control input[type=password],
.input-control select {
    height: 100%;
    font-size: 1em;
}

.input-control .radio {
    height: 35px;
}

.input-control input[type=text],
.input-control input[type=email],
.input-control input[type=password],
.input-control select {
    padding: 10px;
    border-radius: 8px;
}

.ie.lte8 .input-control input[type=text],
.ie.lte8 .input-control input[type=email],
.ie.lte8 .input-control input[type=password] {
    line-height: 33px;
}

.ie.lte7 .input-control input[type=text],
.ie.lte7 .input-control input[type=email],
.ie.lte7 .input-control input[type=password] {
    padding: 15px 0px 15px 10px;
    margin-left: -12px;
    margin-right: -12px;
}

.ie.lte7 .input-control.fluid input[type=text],
.ie.lte7 .input-control.fluid input[type=email],
.ie.lte7 .input-control.fluid input[type=password] {
    height: 100%;
}

.ie.lte8 select:focus {
    width:auto !important;
    position: absolute;
}

.input-control.input-icon > .ico {
    position: absolute;
    width: auto;
    height: auto;
    margin: 12px 0px 0px 10px;
}

.ie.lte7 .input-control.input-icon > .ico {
    display: none;
}

.input-control .btn {
    font-size: 21px;
    border-radius: 8px;
}

.ico {
    margin-top: 5px;
    margin-right: 8px;
}

h2 .ico {
    position: relative;
    top: 5px;
}

h2.left .ico {
    margin-left: -4px;
}

.placeholder {
    color: #AAAAAA;
    text-align: left;
}

.input-control.input-icon > input[type=text],
.input-control.input-icon > input[type=email],
.input-control.input-icon > input[type=password],
.input-control.input-icon > select {
    padding-left: 40px;
}

.left {
    text-align: left;
    margin-left: 12px;
}

.nav-links {
    margin: 23px auto 10px auto;
    width: 500px;
    text-align: center;
}

.nav-links .one-third {
    width: 33%;
}

.nav-links .pull-left {
    text-align: left;
}

.nav-links .pull-right {
    text-align: right;
}

.nav-links a {
    color: #007B97;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.input-feedback {
    font-size: 14px;
}

.help-modal-header {
    height: 40px;
    background-color: #2D4460;
}

.help-modal-footer {
    position: relative; 
    bottom: 0; 
    left: 50%; 
    width: 100px; 
    margin-top: 20px; 
    padding-bottom: 20px;
    margin-left: -50px;
}

.help-modal-footer button {
    width: 100%;
}

.help-modal-content-wrapper {
    font-family: Lato, Helvetica, sans-serif;
    color: #292E35;
    position: relative;
    background-color: #E1E7EB;
}

#helpModalContent {
    padding: 20px;    
}

.help-modal-content-wrapper .close-modal {
    position: absolute; 
    top: 5px; 
    right: 10px;
}

.help-modal-content-wrapper .close-modal i:before {
    background-color: #FFFFFF;
}

p { 
    margin-top: 12px;
}

.ie.lte7 ul {
    padding-left: 40px;
}

.help-modal {
    top: 30% !important;
    left: 50% !important;
    margin-left: -305px !important;
    text-align: left !important;
    cursor: default !important;
    width: 600px !important;
}

.hidden {
    display: none;
}

@media screen and (max-width: 799px) {
    .input-group-box {
        padding: 10px 20px;
        width: 85%;
        max-width: 500px;
    }

    .input-group-box > h1 {
        font-size: 28px;
    }
    
    .input-control,.input-feedback {
        width: 100%;
    }

    .header{
        padding-top: 15px; 
        padding-bottom: 15px;        
    }

    .input-control {
        height: 3em;
    }

    .nav-links {
        width: 90%;
        max-width: 500px;
        margin: 1em auto;
    }

    .footer .copyright {
        padding: .25em 0px;
        display: block; /*move the copyright text to its own line*/
    }

    .footer-content {
        padding-top: 4px;
    }

    h2.tall {
        padding: 5px 0px;
    }
        
    .help-modal {
        top: 10% !important;
        left: 10% !important;
        margin-left: 0 !important;
        width: 80% !important;
        max-width: 600px !important;
    }

}