

.zone-content *:not(i), .btn {
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.alert h4 {
  margin-top: 0 !important;
  color: inherit !important;
}

h1, h2, h3, h4 {
  font-size: 1rem;
  font-weight: 800 !important;
  line-height: normal;
  margin-bottom: 10px;
  color: #0c5460;
}

h1 {
  color: #0c5460;
  font-size: 24px !important;
}

h2 {
  color: #0c5460;
  font-size: 20px !important;
}

h3 {
  color: #0c5460;
  font-size: 18px !important;
}

h4 {
  color: #0c5460;
  font-size: 16px !important;
}

ol, ul {
  margin: 10px 20px !important;
}

#page-title.title {
  text-align: left !important;
}

.col-sm-12 {
  padding-bottom: 20px;
}

.btn-sm {
  font-size: .9em !important;
}

.btn-xs {
  font-size: .7em !important;
}

.btn, a.btn {
  background-image: none !important;
  text-shadow: none !important;
  padding: 5px 10px !important;
  border-radius: 6px !important;
}
a.btn {
  text-decoration: none !important;
}
a.btn-info {
  color: white !important;
  font-weight: bold;
}
.btn-primary, a.btn-primary {
  color: #fff !important;
  background: none !important;
  background-color: #00bff3 !important;
  border-color: #00bff3 !important;
  text-shadow: none;
  cursor: pointer;
}
.btn-default, a.btn-default {
  color: #444444;
  background: none !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  text-shadow: none;
  cursor: pointer;
}
select {
  min-width: 100px;
}
table button.btn {
  font-size: 1.2em;
  border-radius: 4px;
  padding: 1px 5px;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.inline {
  display: inline;
}

img {
  max-width: 100%;
}

/*accordian js*/
.accordion_section {
  padding: 10px 0;
  border-bottom: thin dashed #0a0b0d;
  position: relative;
}
.accordion_content {
  display: none;
  margin-left: 27px;
}
.accordion_trigger {
  cursor: pointer;
  padding: 0;
  margin: 7px 0;
}
.accordion_trigger i {
  width: 20px;
  text-align: center;
}

.temp_notice {
  margin-bottom: 0 !important;
}

#modal {
  position: fixed;
  top: 10%;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
  background-color: #ffffff;
  border-radius: 12px;
  border: thin solid #cccccc;
  padding: 20px;
  z-index: 5001;
  display: none;
}

#modal-content {
  overflow: auto;
  max-height: 100%;
}

#modal-close {
  color: black;
  z-index: 5002;
  display: block;
  position: absolute;
  right: -15px;
  font-size: 32px;
  top: -15px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  padding-top: 3px;
}

#modal-screen {
  position: fixed;
  top: -5%;
  bottom: -5%;
  right: -5%;
  left: -5%;
  background-color: #0066cc;
  opacity: .4;
  z-index: 5000;
  display: none;
}

.js_view_modal {
  cursor: pointer;
}

.bottom-right {
  bottom: 0;
  right: 0;
  position: absolute;
}

.form_num {
  width: 50px !important;
}

#breadcrumb, .breadcrumb {
  padding: 12px !important;
}
#breadcrumb a:first-child, .breadcrumb a:first-child {
  padding-left: 0 !important;
}

.breadcrumb .logout-button {
  margin: -5px;
}

.admin-side-nav li {
  position: relative;
  padding: 0;
  border-bottom: thin dotted #cccccc;
  list-style: none;
}

.admin-side-nav li:last-child {
  border-bottom: none;
}

.admin-side-nav li a {
  display: block;
  padding: 10px 5px;
}

.admin-side-nav li a:hover {
  background-color: #f9f9f9;
}

.admin-side-nav ul,
.admin-side-nav ol {
  padding: 0;
  margin: 5px !important;
}

.notify-flag {
  display: inline-block;
  background-color: red;
  color: white;
  border-radius: 50% 50%;
  min-width: 27px;
  text-align: center;
  padding:5px;
  font-size: .8em;
  margin-left: 5px;
}

.notify-flag.null {
  background-color: #CCCCCC;
}

button.button-looks-like-link {
  border: none;
  padding: 0;
  margin: 0;
  display: inline;
  background: none;
  color: #0a6ebd;
  text-decoration: underline;
  cursor: pointer;
  text-align: left;
}

.widget .header {
  padding: 5px 0;
  border-bottom: thin solid #0a0b0d;
  margin-bottom: 5px;
}

.widget {
  padding: 20px;
  border: thin solid #e0e0e0;
  border-radius: 2px;
}

label {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

.spinner-container {
  display: block;
  margin: 10px 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e0e0e0;
  opacity: 1; /* Firefox */
}


ul.list li {
  list-style: none;
  padding: 10px 5px;
  border-bottom: thin dotted #cccccc;
  overflow: auto;
}
.list h4 {
  display: inline-block;
}

.notpublished {
  border: thin dashed #cccccc;
}

.html_element_post {
 cursor: pointer;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D4D4D4 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #D4D4D4 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #D4D4D4 !important;
}