.bg__gradient {
  background: rgba(0,84,126,1);
  background: -moz-linear-gradient(45deg, rgba(0,84,126,1) 0%, rgba(58,161,127,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,84,126,1)), color-stop(100%, rgba(58,161,127,1)));
  background: -webkit-linear-gradient(45deg, rgba(0,84,126,1) 0%, rgba(58,161,127,1) 100%);
  background: -o-linear-gradient(45deg, rgba(0,84,126,1) 0%, rgba(58,161,127,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(0,84,126,1) 0%, rgba(58,161,127,1) 100%);
  background: linear-gradient(45deg, rgba(0,84,126,1) 0%, rgba(58,161,127,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00547e', endColorstr='#3aa17f', GradientType=1 );
}
.bg__none {
  background:  none!important;
}

.wrapper {
  overflow: hidden;
}

.navbar-logout-form {
  display: inline-block;
}
.navbar-logout-form-btn {
  margin-top: 24px;
}


.main-header {
  /* height: 30vh; */
}

.main__h1 {
  margin-top: 20vh;
}
.main__desc {
  margin-bottom: 10px;
}

.app-page {
  margin-top:  40px;
}
.app-page-admin {
  margin-top: 30px;
  margin-bottom: 50px;
}
.app-page-admin-settings {
  margin-top: 100px;
  margin-bottom: 50px;
}

.change-settings-row {
  margin-top: 20px;
  margin-bottom: 100px;
}

.add-user-row {
  margin-top: 20px;
  margin-bottom: 60px;
}


/* .admin-sidebar {} */
.admin-sidebar-item {
  font-size: 1.1em;
  margin: 14px;
}
/* .admin-sidebar-item__a {} */
.admin-sidebar-item__t {
  font-weight:  bold;
}

.footer-default {
  margin-top: 50px;
}


/* ===================== */

/*@input-bg:                  @inverse;*/
/*@alert-padding:               15px;
@alert-border-radius:         @border-radius-base;
@alert-link-font-weight:      bold;*/
.masthead {
  color: #28948c;
  background-color: rgba(62, 181, 172, 0.2);
  border-color: rgba(62, 181, 172, 0.2);
  padding: 62px 0;
  position: relative;
  z-index: 2;
}
.masthead .masthead-title {
  font-family: "SourceSansPro", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.1;
  color: #28948c;
}
.masthead .masthead-title span {
  background-color: #364347;
  background-color: rgba(62, 181, 172, 0.35);
}
.masthead .masthead-description {
  font-family: "SourceSansPro", Helvetica, Arial, sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 4px;
  color: #28948c;
}
.masthead .masthead-description span {
  background-color: #364347;
  background-color: rgba(62, 181, 172, 0.35);
}
.container .jumbotron {
  border-radius: 0;
}
.container .typography-container {
  background: #364347;
}
.container .typography-container h1,
.container .typography-container h2,
.container .typography-container h3,
.container .typography-container h4,
.container .typography-container h5,
.container .typography-container h6 {
  color: white;
}
.container .typography-container .col-md-9 {
  padding-left: 62px;
}
.container .typography-container .demo-componant-title {
  color: #5e6969;
}
.container .typography-container .demo-type-heading {
  font-size: 40px;
  font-family: "SourceSansProExtraLight", Helvetica, Arial, sans-serif;
  color: white;
}
.container .typography-container .demo-type-extra-light {
  font-family: "SourceSansProExtraLight", Helvetica, Arial, sans-serif;
}
.container .typography-container .demo-type-extra-light {
  font-family: "SourceSansProExtraLight", Helvetica, Arial, sans-serif;
}
.container .typography-container .demo-type-semi-bold {
  font-family: "SourceSansProSemiBold", Helvetica, Arial, sans-serif;
}
.container .typography-container .demo-type-bold {
  font-family: "SourceSansProBold", Helvetica, Arial, sans-serif;
}
.container-dark {
  background: #364347;
}
.demo-section-title {
  color: #364347;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
.demo-section-title:first-child {
  margin-top: 0;
}
.demo-componant-title {
  color: #b2c6cd;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 30px;
}
.demo-button-sizes button {
  vertical-align: top;
  margin-right: 20px;
}
.demo-type-headings h1,
.demo-type-headings h2,
.demo-type-headings h3,
.demo-type-headings h4,
.demo-type-headings h5,
.demo-type-headings h6 {
  margin: 30px 0;
}
.btn-toolbar {
  margin: 20px 0;
}
.demo-type {
  color: white;
  font-size: 16px;
}
.demo-type span span {
  color: #fad46b;
}
.componant-section {
  border-bottom: 1px solid #d6e1e5;
  padding: 40px 0 70px 0;
  margin: 0 0 40px 0;
}
.componant-dropdowns .row + .row {
  margin-top: 30px;
}
.demo-labels h1 {
  margin-bottom: 20px;
}
.demo-labels h2 {
  margin-bottom: 25px;
}
.demo-labels h3 {
  margin-bottom: 30px;
}
.demo-labels h4 {
  margin-bottom: 30px;
}
.demo-labels h5 {
  margin-bottom: 35px;
}
.demo-labels span {
  margin-right: 10px;
}
.pagination {
  margin-top: 0;
  margin-bottom: 20px;
}
.componant-buttons .btn,
.componant-dropdowns .btn-group {
  margin: 10px 0;
}
.componant-buttons .col-xs-4 {
  padding: 0 5px;
}
.sidebar {
  top: 20px;
  z-index: 1;
}
.sidebar ul {
  width: 100%;
  border: 1px solid #b2c6cd;
  border-radius: 6px;
}
.sidebar li > a {
  font-size: 16px;
  padding: 4px 15px;
  color: #5e6969;
}
.sidebar li > a:hover {
  background: #02baf2;
  color: white;
}
.sidebar li.active > a {
  background: #02baf2;
  color: white;
}
.sidebar li:first-child.active > a,
.sidebar li:first-child > a:hover {
  border-top-left-radius: 5px;
}
.sidebar li:last-child.active > a,
.sidebar li:last-child > a:hover {
  border-bottom-left-radius: 5px;
}
@media (min-width: 1000px) {
/*  .container {
    width: 1170px;
  }*/
  .masthead {
    padding: 150px 0 50px 0;
  }
  .masthead .masthead-title {
    font-size: 50px;
  }
  .masthead .masthead-description {
    font-size: 30px;
  }
  .demo-section-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .btn-block {
    min-width: 140px;
  }
  .demo-type-heading {
    font-size: 60px;
  }
  .demo-type {
    font-size: 24px;
  }
  .btn-group-dropdown .dropdown-toggle {
    min-width: 210px;
  }
  .btn {
    font-size: 16px;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 14px 20px;
    border-top: 1px solid #d6e1e5;
  }
}

.main-load-container {
  margin-top: 40px;
  margin-bottom: 24px;
}
.upload-file-control {
  min-height: 58px;
}
.upload-file-label {
  color: #28948c;
  font-weight: bold;
}
.control-label {
  /*color: #28948c;*/
  font-weight: bold;
}

.text-muted {
  color: rgba(72, 181, 172, .5);
  font-size: 15px;
}

.main-masthead {
  background: url('/img/eye.jpg?1') no-repeat left center;
  background-size: cover;
}