nav, .navbar {
  padding: 0;
}
nav .navbar-text, .navbar .navbar-text {
  margin-right: 35px;
}
nav .ul-left .nav-item, .navbar .ul-left .nav-item {
  margin-right: 1px;
}
nav .ul-left .nav-link, .navbar .ul-left .nav-link {
  color: #ffffff !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  text-align: center;
}
nav .ul-left .nav-link:hover, nav .ul-left .nav-link:focus, .navbar .ul-left .nav-link:hover, .navbar .ul-left .nav-link:focus {
  background-color: #bed8c9;
  color: #2d7c5b !important;
}
nav .ul-left .dropdown-menu, .navbar .ul-left .dropdown-menu {
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #31315f;
  border-radius: 0;
}
nav .ul-left .dropdown-menu .dropdown-item, .navbar .ul-left .dropdown-menu .dropdown-item {
  font-size: 18px;
  font-weight: 500;
  margin-top: 3px;
  margin-bottom: 3px;
  color: #31315f;
  padding: 0.25rem 1.25rem;
  font-weight: 400;
}
nav .ul-left .dropdown-menu .dropdown-item:hover, .navbar .ul-left .dropdown-menu .dropdown-item:hover {
  background-color: #bed8c9;
  color: #31315f;
}
.dropdown-menu {
  margin-top: 0;
}

.content-page {
  background-color: #e2e2e0;
  padding-top: 35px;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.content-page h1 {
  color: #4d4d4d;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.content-page .jumbotron {
  box-shadow: 4px 4px 0.4em rgba(117, 117, 117, 0.5);
  border-radius: 0;
  padding: 50px;
}
.content-page .jumbotron hr {
  margin: 2rem 0;
}
.content-page .jumbotron .inner-jumbo {
  box-shadow: none;
  background-color: #e6e6e6;
}
.content-page form label {
  text-align: right;
  font-size: 18px;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  padding-right: 0;
  color: #000000;
}
.content-page form .form-check-input{
  margin-top: 0.5rem;
}
.content-page form .form-control {
  font-size: 18px;
  border-radius: 0;
  color: #2c2c2c;
}
.content-page form .form-control[readonly] {
  background-color: #f7f7f7;
  opacity: 1;
}
.content-page form button {
  font-size: 18px;
}
.content-page form .file {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  overflow: hidden;
  text-indent: 0;
  color: white;
  background: #2e93d1;
  cursor: pointer;
  padding: 7px 16px;
}
.content-page form .file input {
  position: absolute;
  font-size: 50px;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.content-page .table {
  background-color: #fff;
  text-align: center;
}
.content-page .table thead th {
  font-weight: 400;
  color: white;
  background-color: #6d6e7e;
}
.content-page .table tbody th {
  font-weight: 400;
}
.content-page .table th, .content-page .table td {
  vertical-align: middle;
}
.content-page .pay-date {
  font-size: 20px;
  font-weight: 500;
}

.btn-main, .btn-clear, .btn-sub, .btn-other {
  color: white;
  border-radius: 0;
  padding: 7px 16px;
  font-size: 18px;
  height: 43px;
}

.btn-main {
  background-color: #0f4fb5;
  /* margin-left: 5em; */
}

@media (max-width:1198px){
  .btn-main {
    background-color: #0f4fb5;
    margin-left: 0;
  }
}

.btn-main:hover, .btn-main:focus {
  background-color: #0a3e89;
  color: white;
}

.btn-clear {
  background-color: #999999;
}

.btn-clear:hover, .btn-clear:focus {
  background-color: #777777;
  color: white;
}

.btn-sub {
  background-color: #2e93d1;
}

.btn-sub:hover, .btn-sub:focus {
  background-color: #207eb8;
  color: white;
}

.btn-other {
  background-color: #3c3c9c;
}

.btn-other:hover, .btn-other:focus {
  background-color: #31315f;
  color: white;
}

.btn-table, .btn-delete, .btn-tsub {
  color: white;
  padding: 2px 7px;
  font-size: 18px;
  border-radius: 0;
  font-weight: 300;
}

.btn-table {
  background-color: #999999;
}

.btn-table:hover, .btn-table:focus {
  background-color: #777777;
  color: white;
}

.btn-tsub {
  background-color: #2e93d1;
}

.btn-tsub:hover, .btn-tsub:focus {
  background-color: #207eb8;
  color: white;
}

.btn-delete {
  background-color: #999999;
}

.btn-delete:hover, .btn-delete:focus {
  background-color: #777777;
  color: white;
}

.btn-cal {
    background-color: #F8B62A;
    color: #693a14;
    font-size: 20px !important;
    font-weight: 500;
    border-radius: 26px;
    padding: 8px 22px;
    border: 3px solid #d89a16;
}

.btn-cal:hover, .btn-cal:focus {  
  background-color: #e49825;
  color: #ffffff;
  border: 3px solid #F8B62A;
}

.btn-collapse {
  background-color: #cfcfcf;
  color: #696969;
  font-size: 20px;
  font-weight: 500;
  border-radius: 24px;  
  padding: 8px 20px;
}
.btn-collapse:hover, .btn-collapse:focus {
  color: #444444;
  border: 1px solid #696969;
}


.final-price {
  font-size: 20px;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 0;
}

.final-report img {
  width: 60%;
  margin: 0 auto 30px 20%;
}

.form-text {
  font-size: 15px;
}

.navbar-light .navbar-toggler {
  margin-right: 45px;
  background-color: rgba(255, 255, 255, 0.8)
}

.content-page {
  min-height: 100%;
  height: auto !important;
  margin-bottom: -30px;
}

.content-page:after {
  content: "";
  display: block;
  height: 30px;
}

footer {
  height: 30px;
  width: 100%;
}

.widget {
  text-align: center;
}
.widget .chart-header {
  font-size: 26px;
  color: #4d4d4d;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1300px;
  }
}

@media (max-width: 1198px) {
  .nav-link {
    text-align: center;
  }
}

@media (max-width: 990px) {
  .navbar-text {
    font-size: 22px !important;
  }
}

@media (max-width: 740px) {
  .navbar-text {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .content-page form label {
    text-align: left;
  }
}  
