/** HEADER **/
/** FOOTER **/
/** SIDEBAR **/
/** MODAL **/
/** Breakpoints **/
/** FONTS **/
@font-face {
  font-family: "Myriad Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"), url("../fonts/MYRIADPRO-REGULAR.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Semibold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold"), url("../fonts/MYRIADPRO-SEMIBOLD.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Semibold";
  font-style: italic;
  font-weight: normal;
  src: local("Myriad Pro Semibold"), url("../fonts/MYRIADPRO-SEMIBOLDIT.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Condensed"), url("../fonts/MYRIADPRO-COND.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Condensed";
  font-style: italic;
  font-weight: normal;
  src: local("Myriad Pro Condensed"), url("../fonts/MYRIADPRO-CONDIT.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Condensed";
  font-style: normal;
  font-weight: bold;
  src: local("Myriad Pro Condensed"), url("../fonts/MYRIADPRO-BOLDCOND.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Light";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Light"), url("../fonts/MyriadPro-Light.woff") format("woff");
}
* {
  font-family: "Myriad Pro Regular", sans-serif;
}

.font-regular, .font-regular * {
  font-family: "Myriad Pro Regular", sans-serif;
}

.font-light, .font-light * {
  font-family: "Myriad Pro Light", sans-serif;
}

.font-condensed, .font-condensed * {
  font-family: "Myriad Pro Condensed", sans-serif;
}

.main-header {
  width: 100%;
  height: 85px;
  background-color: #003d6c;
  position: fixed;
  top: 0;
  z-index: 100000;
  opacity: 1;
  transition: height 0.3s ease-in-out;
}
.main-header.hide-header {
  height: 0;
  opacity: 0;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.main-header .logo-utp {
  width: 70px;
  margin-top: 16px;
  margin-left: 50px;
}
@media (max-width: 991px) {
  .main-header .logo-utp {
    width: 60px;
    margin-top: 22px;
    margin-left: 30px;
  }
}
.main-header .logo_min {
  height: 50px;
  border-radius: 5px;
  float: right;
  margin-right: 40px;
  margin-top: 14px;
}
@media (max-width: 991px) {
  .main-header .logo_min {
    height: 37px;
    margin-right: 20px;
    margin-top: 21px;
  }
}

.main-wrapper {
  margin-top: 85px;
  transition: margin-top 0.3s ease-in-out;
}
.main-wrapper.hide-header {
  margin-top: 70px;
  transition: margin-top 0.3s ease-in-out;
}

#sidebar {
  background-color: #e8e8e8;
}
#sidebar .sidebar-main-content {
  position: fixed;
  width: 300px;
  height: calc(100vh - 80px);
}
#sidebar .sidebar-main-content .sidebar-title {
  background-color: #f8f9fa;
  border-right: 1px solid #f1f1f1;
  height: 71px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.19);
}
#sidebar .sidebar-main-content .sidebar-title .sidebar-title-logo {
  height: 62px;
  padding-top: 12px;
  margin: auto;
  display: block;
}
#sidebar .sidebar-main-content .sidebar-content ul li.active a {
  color: #565353;
  font-weight: bold;
}
#sidebar .sidebar-main-content .sidebar-content ul li a {
  border-color: #c5c4c4;
  color: gray;
}
#sidebar .sidebar-main-content .sidebar-content ul li a .dropdown-option {
  margin-left: 10px;
}
#sidebar .sidebar-main-content .sidebar-content ul li a:hover, #sidebar .sidebar-main-content .sidebar-content ul li a:active {
  color: #4d984d;
}
#sidebar .sidebar-footer {
  position: absolute;
  bottom: 0;
  width: 300px;
  background-color: #d6d6d6;
}
#sidebar .sidebar-footer .sidebar-footer-text {
  color: #565353;
  font-weight: bold;
  text-align: center;
  padding: 0 35px;
  line-height: 20px;
  font-size: 13px;
  margin: 12px 0;
}

#content {
  min-height: calc(100vh - 80px);
  padding: 0 !important;
}
#content .main-navbar {
  margin-bottom: 0;
  position: fixed;
  z-index: 100000;
  left: 0;
  right: 0;
  transition: left 0.2s linear, top 0.3s ease-in-out;
}
#content .main-navbar .navbar-nav {
  align-items: center;
}
#content .main-navbar.hide-header {
  top: 0;
  transition: top 0.3s ease-in-out;
}
#content .main-navbar.left-space {
  left: 300px;
  transition: left 0.2s linear;
}
@media (min-width: 991px) {
  #content .main-navbar {
    padding: 10px 5px 5px 5px;
  }
}
@media (max-width: 991px) {
  #content .main-navbar .navbar-collapse {
    padding-top: 15px;
    text-align: center;
  }
}
#content #sidebarCollapse {
  background: #ed771a;
  border-color: #ed771a;
}
#content #sidebarCollapse:active, #content #sidebarCollapse:hover {
  background: #ec9c5e !important;
  border-color: #ec9c5e !important;
}
#content #sidebarCollapse:focus {
  background: #ed771a !important;
  border-color: #ed771a !important;
}
#content #navbarSupportedContent .nav-item.active .nav-link {
  color: #4d984d;
}
@media (min-width: 991px) {
  #content #navbarSupportedContent .nav-item {
    padding: 0 15px;
  }
}
#content #navbarSupportedContent .shiny-input-container {
  margin: 0;
}
@media (max-width: 991px) {
  #content #navbarSupportedContent .shiny-input-container {
    margin: auto;
  }
}
#content #navbarSupportedContent .shiny-input-container .control-label {
  display: inline;
  margin: 0;
}
#content #navbarSupportedContent .shiny-input-container .selectize-control {
  margin: 0;
}
#content .section-content {
  padding: 10px 60px 30px;
  background: white;
  margin-top: 70px;
  transition: margin-top 0.3s ease-in-out;
}
@media (max-width: 991px) {
  #content .section-content {
    padding: 10px 30px 30px;
  }
}
#content .section-content.hide-header {
  margin-top: -10px;
  transition: margin-top 0.3s ease-in-out;
}
#content .section-content .section {
  margin-top: 30px;
}
#content .section-content .section .div-image {
  text-align: center;
}
#content .section-content .section .div-image img {
  margin-bottom: 30px;
  margin-top: 20px;
  max-width: 100%;
}

.footer-container {
  background-color: #bcbdc0;
  color: #6b6969;
  width: 100%;
  padding: 30px 50px;
  line-height: 15px;
  font-size: 12px;
}
.footer-container .footer-title {
  font-weight: bold;
  display: block;
}
.footer-container .footer-subtitle {
  margin-top: 15px;
  display: block;
}
.footer-container .footer-text {
  display: block;
}
.footer-container .social-icons {
  margin: 40px auto 0 auto;
}
.footer-container .social-icons .img-social {
  display: inline-block;
  margin: 0 2px;
}

.modal .modal-btn-cancel {
  color: white;
  border-radius: 0;
  border: none;
  min-width: 60px;
  padding: 4px 15px;
  background-color: #c5c4c4;
}
.modal .modal-btn-cancel:hover, .modal .modal-btn-cancel:focus, .modal .modal-btn-cancel:active {
  background-color: #c5c4c4 !important;
}
.modal .modal-btn-ok {
  border-radius: 0;
  border: none;
  min-width: 60px;
  padding: 4px 15px;
  background-color: #0083c9;
}
.modal .modal-btn-ok:hover, .modal .modal-btn-ok:focus, .modal .modal-btn-ok:active {
  background-color: #003e69 !important;
}
.modal .modal-btn-ok a {
  text-decoration: none;
  color: white;
}
.modal .modal-btn-close {
  font-size: 16px;
  position: relative;
  top: 7px;
}

/** SHINY DASHBOARD **/
.small-box h3,
.small-box p {
  color: white;
}

/*# sourceMappingURL=styles.css.map */
