html,
body {
  min-height: 100%;
  height: 100%;
  background: #ebebeb;
  background-size: cover;
  color: #6b6656;
  font-family: Gotham SSm A,Gotham SSm B,Helvetica Neue,Helvetica,Arial,sans-serif;
  text-rendering: optimizelegibility; }

a {
  color: #20409a; }
  a:hover, a:focus {
    text-decoration: none;
    color: #10204e; }

.box-header {
  background: #fff;
  border-color: #e3e3e3;
  border-bottom: 3px solid #81ab4b;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
  .box-header h2 {
    color: #6b6656;
    font-family: "Necia W01","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal; }
    .box-header h2 .break {
      border-left: 2px solid #81ab4b;
      border-right: none;
      padding: 17px 0;
      margin: 0 22px 0 16px; }
      

.box-content {
  border-color: #e3e3e3;
  border-bottom-width: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 15px; }

.main-menu-span {
  background: #fff;
  margin-top: 20px;
  border: 1px solid #e3e3e3;
  border-bottom-width: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
  .main-menu-span img.logo {
    margin-bottom: 0; }
  .main-menu-span ul.nav {
    margin-bottom: 0; }
    .main-menu-span ul.nav br {
      display: none; }
    .main-menu-span ul.nav > li {
      margin-bottom: 0; }
      .main-menu-span ul.nav > li > a {
        margin: 0;
        border: none;
        background: #fff;
        border-top: 1px solid #e3e3e3;
        padding: 13px 20px;
        border-radius: 0; }
        .main-menu-span ul.nav > li > a:hover, .main-menu-span ul.nav > li > a:focus {
          color: #5d594b;
          background: #ebebeb;
          margin: 0;
          border: none;
          border-top: 1px solid #e3e3e3; }


.fileUpload-box {
  max-width: 100%; }

.form-horizontal .form-actions {
  padding-left: 20px; }

#user-select .user-label {
  color: #6b6656;
  padding-right: 15px; }

@media (min-width: 980px) {
  .navbar {
    margin-bottom: 0; } }
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 35px;
    padding-bottom: 20px;
    padding-top: 10px; } }
.user-success {
  margin-right: 10px; }

.form-inline #Year {
  margin-right: 10px; }


/* --=== Progress Bar ===-- */
.progress {
  height: 24px;
  line-height: 24px;
  border-radius: 3px; }
  .progress .bar {
    background: #81ab4b; }

/* --=== Breadcrumb ===-- */
.breadcrumb {
  background: #20409a;
  border: none;
  padding: 10px 14px;
  font-weight: 400;
  color: #fff; }
  .breadcrumb > li > a:hover, .breadcrumb > li > a:focus {
    color: #f0f0f0; }
  @media (min-width: 768px) {
    .breadcrumb {
      margin-top: 20px; } }

/* --=== Tables ===-- */
.text_filter.search_init.user-success {
  width: 100%; }

.dataTables_filter {
  background: #f0f0f0;
  margin-right: 0px;
  padding: 7px 10px 3px 10px;
  border: 1px solid #e3e3e3; }

.bootstrap-datatable, .table.table-striped {
  margin-top: 10px; }
  .bootstrap-datatable td, .table.table-striped td {
    vertical-align: middle; }

/* --=== Nav Bar ===-- */
@media (max-width: 568px) {
.box-header h2 {font-size: 14px;}
.fc-button-month {display: block!important;}
.fc-header-right .fc-button {margin: 0px!important;float: left;}
.fc-header-right {width: 100%!important;text-align: right;float: left!important;}
.fc-header-left {width: 100%!important;text-align: left;float: left!important;}
.fc-header-right .fc-button .fc-button-inner {padding: 7px!important;}
.fc-header tbody>tr {float: left;margin-bottom: 15px;}


}

@media (max-width: 768px) {
  
  .span2.main-menu-span {margin-bottom: 20px;}
  .colright {float: left;width: 30%;}
  .colleft {float: right;width: 30%;margin-top: 19px!important;}
  .navbar .btn-navbar:hover {background: #81ab4b!important;}
  .navbar {
    border-radius: 4px;
    overflow: hidden;
    margin: 10px 0;
    min-height: 40px;
    padding: 5px;
    }
    .navbar .btn-navbar {
      padding: 7px 10px 9px 10px;
      background: #81ab4b;
      opacity: 0.9; }
    .navbar > span {
      color: #fff;
      font-size: 22px;
      padding-left: 15px;
      line-height: 40px;
      display: block;
      float: left; } 
    .form-actions a {margin-top: -10px;}
    }


/* --=== Labels ===-- */
.label, .badge {
  padding: 4px 8px; }

.label-important, .badge-important {
  background: #FA603D; }

.label-success, .badge-success {
  background: #6cc841; }

/* --=== Buttons ===-- */
.btn {
  background: #efefef; }
  .btn.btn-primary {
    background: #20409a;
    border-color: #20409a; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background: #1c3989; }
  .btn.btn-danger {
    background: #fa603d; }
    .btn.btn-danger:hover, .btn.btn-danger:focus {
      background: #f95029; }
  .btn.btn-success {
    background: #5bb75b; }
    .btn.btn-success:hover, .btn.btn-success:focus {
      background: #4db04d; }
  .btn.btn-warning {
    background: #faa732; }
    .btn.btn-warning:hover, .btn.btn-warning:focus {
      background: #fa9e1e; }

/* --=== Full Calendar ===0-- */
.fc-state-default,
.fc-state-default .fc-button-inner {
  color: #6b6656; }

.fc-header-right .fc-button {
  margin-top: -68px; }
  .fc-header-right .fc-button .fc-button-inner {
    padding: 12px; }

/* --=== Login ===-- */
body.login {
  background: #4c4c4c; }

.login-box img {
  margin: auto;
  display: block;
  max-width: 160px;
  margin-top: 30px; }
.login-box .button-login {
  margin-top: 10px;
  margin-right: 50px;
  margin-bottom: 10px;
  float: right; }
.login-box h2 {
  color: #6b6656;
  letter-spacing: 1px;
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 30px 20px 30px;
  margin-left: 0px;
  margin-bottom: 25px;
  font-family: inherit;
  text-transform: uppercase;
  text-align: center; }
.login-box h3 {
  font-family: inherit; }
.login-box form {
  margin-bottom: 10px; }

/* --=== Tall Left Menu ===-- */
@media (min-width: 980px) {
  .row-fluid .main-menu-span {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    min-height: 100%;
    background: #4c4c4c;
    overflow-y: scroll; }
  .row-fluid #content.span10 {
    margin-left: 16%; }

  .main-menu-span img.logo {
    margin-bottom: 0;
    background: #fff;
    margin-top: 0; }

  .main-menu-span ul.nav > li > a {
    background: #4c4c4c;
    color: #fff;
    border-top: none;
    border-bottom: 1px solid #424242; }
    .main-menu-span ul.nav > li > a i {
      margin-right: 10px; }
    .main-menu-span ul.nav > li > a:hover, .main-menu-span ul.nav > li > a:focus {
      border-radius: 0; } }
