/* Sourcing & Logistics SourSYS Styles */

body {
	color: #444;
	font-family: 'Lato', sans-serif;
}

h1 {
	color: #8bd201;
	font-size: 2em;
	font-weight: normal;
}

h3 {
    color: #888;
    margin: 0 0 0.75em;
}

h4 {
    font-weight: bold;
    color: #222;
    margin: 0 0 1.25em;
}

h4 {
    font-weight: bold;
}

h5 {
    font-weight: bold;
}

a {
	color: #8bd201;
}

/* Main Navigation */
.navbar-brand {
    padding: 21px 15px;
}
.navbar-default {
	background-color: #093853;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
  font-size: 1.5em;
}

.user {
    color: #777;
    font-size: 1.5em;
    margin-right: 60px;
    padding-top: 15px;
}

.user i {
    margin-right: 10px;
}

.user small {
    font-size: 70%;
    position: relative;
    top: -5px;
}

.navbar-default .navbar-nav a.active, .navbar-default .navbar-nav a.active:focus, .navbar-default .navbar-nav a.active:hover {
  background-color: #a7fb03;
  color: #444;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #a7fb03;
  background-color: transparent;
}

.navbar .fa {
    font-size: 1.5em;
}

/* Main Content */
.mainContent {
    font-size: 0.9em;
	padding: 8.5em 0;
}

.wrapper {
	margin-top: 3em;
}

.wrapper.home p {
    margin: 0;
    padding: 5px 0;
}

.wrapper .ctas {
	float: right;
	margin-top: 2em;
}

.wrapper .ctas button {
	margin-left: 0.5em;
}

/* Form */
.submitForm {
	margin-top: 3.5em;
}

.submitForm input {
	float: right;
}

fieldset {
	margin-bottom: 1.5em;
}

/* Document List Table */
#listing-table {
	border: 1px solid #DDD;
}

#listing-table thead {
	background-color: #DDD;
}

#listing-table a {
	color: black;
}

#listing-table a:hover {
	color: black;
	text-decoration: none;
}

#listing-table tr:hover {
	background-color: #ecfbcf;
}

#listing-table thead tr:hover {
	background-color: initial;
}

.filters {
	margin-bottom: 3em;
}

.filters h4 {
	margin-bottom: 2em;
}

.filters .form-group {
	/*display: inline-block;*/
	margin-right: 0.5em;
}

.go-back {
    float: right;
}

.documents-submit-form {
    margin-top: 37px;
}

/* Document Detail */
#details {}


#details h4 {
	color: #8bd201;
	font-weight: bold;
	text-transform: uppercase;
}

#details h4 span{
	float: right;
}

#details .row {
	padding: 11px 0 0;
}

#details .panel-body {
  padding: 0 15px 0;
}

#details .row:nth-child(even) {
	background-color: #efefef;
}

.register .alert, .login .alert {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.register .panel-body, .login .panel-body {
    padding-top: 2.5em;
}

.register .lead, .login .lead {
    margin: 0 0 1.5em;
}

.register button[type="submit"], .login button[type="submit"] {
    float: right;
}

.reports .report-type label {
    font-size: 1.25em;
}

.reports .report-type .form-horizontal .radio-inline {
    padding-top: 0;
}

.reports .report-type .type-next {
    float: right;
    position: relative;
    top: -6px;
}

.reports .report-type {
    margin-bottom: 2em;
}

.reports-filters label {
    margin-left: 3px;
    display: block;
}

.reports .form-group {
    margin-bottom: 1em;
}

.reports-filters .reportDescription {
    margin-top: 1em;
}

.reports-filters .reportDescription input {
    width: 350px;
}

/* PDF document to download */
#pdfable header {
    background-color: #CCC;
    padding: 25px;
}

#pdfable img {
    margin-bottom: 10px;
}

#pdfable h5 {
    color: #555;
    margin: 0;
}

#pdfable table tr th {
    text-transform: uppercase;
}
#pdfable table {
    font-size: 0.8em;
}

#pdfable table tr th, .reports table tr td {
    text-align: center;
    vertical-align: middle;
}

#pdfable table tr:first-child th {
    background-color: #a7fb03;
}

#pdfable table tr:last-child td {
    background-color: #AAA;
    color: #a7fb03;
    font-weight: bold;
}

.reports .ctas {
    margin-top: 0;
}

/* stats page */
.stats .statsHeader {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.stats .well h4 {
   margin-bottom: 0.5em;
}

.stats .label {
    display: inline-block;
    font-size: 100%;
    padding: .4em .6em .3em;
}

.stats table .label {
    display: table-cell;
    font-size: 100%;
    border: 0 none;
    border-radius: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
}

.stats-historical {
    margin: 80px 0 40px;
}

/* Buttons */
.btn-primary {
    background-color: #8bd201;
    border-color: #7bba01;
}

.btn-primary:hover {
    background-color: #FFF;
    border-color: #7bba01;
    color: #8bd201;
}

.btn-alert {
	background-color: red;
	color: white;
}

/* Footer */
.mainFooter {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #DEDEDE;
}

.mainFooter .copy {
	color: #777;
	margin: 0;
	padding: 1em;
	text-align: center;
}

/* loader */
.loading {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
}

.totals span {
    font-size: 1.25em;
}

/* clients page */
.client-modal a {
    cursor: pointer;
}

.client-modal .phones input {
    width: 88%;
    display: inline-block;
    margin-bottom: 15px;
}

.client-modal .phones button {
    float: right;
    padding: 0;
    border: 0 none;
    background: transparent;
    padding: 0.3em;
}

.client-modal .phones button span {
    color: #8bd201;
    font-size: 1.5em;
}

.client-modal .client-phones-container {
    position: relative;
}

.client-modal .client-phones-container a {
    position: absolute;
    top: -2px;
    right: 0;
}

.client-modal .client-phones-container i {
    font-size: 2.75em;
}

.client-modal .contacts-container {
    position: relative;
    margin-bottom: 4em;
}

.client-modal .contacts-container a {
    position: absolute;
    bottom: -30px;
    right: 15px;
}

.client-modal .contacts-container i {
    font-size: 3em;
}

.client-modal .modal-header i {
    font-size: 1.4em;
}

.clients .editContact {
    vertical-align: middle;
}

.clients .editContact a {
    cursor: pointer;
    float: right;
}

.clients .editContact i {
    color: #999;
    font-size: 1.75em;
}

.clients .editContact i:hover {
    color: #555;
}

.clients #listing-table a {
    color: #8bd201;
    text-decoration: underline;
}
