
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.btn {
  font-size: 13px;
}

.form-control {
  font-size: 13px;
}

.select2 {
  font-size: 13px;
}

/*Laptop View*/
@media screen and (max-width: 1440px) {
  .computer_view {
    display: none;
  }
}

/*Tablet View*/
@media screen and (max-width: 1080px) {

  .laptop_view {
    display: none;
  }

  body {
    font-size: 16px;
  }

  .btn {
    font-size: 16px;
  }

  .form-control {
    font-size: 16px;
  }

  .select2 {
    font-size: 16px;
  }

}

/*Phone View*/
@media screen and (max-width: 720px) {

  .tablet_view {
    display: none;
  }

  body {
    font-size: 20px;
  }

  .btn {
    font-size: 20px;
  }

  .form-control {
    font-size: 20px;
  }

  .select2 {
    font-size: 20px;
  }

}

legend i {
  margin-left: 10px;
}

.rmi_red {
  color: white;
  background-color: #953936;
}

button.rmi_red:hover {
  color: white;
}

.page_top_margin {
  margin-top: 15px;
}

#breadcrumbs_container {
  color: white;
  background-color: #953936;
  font-size: 12px;
  padding: 3px 5px;
}

#breadcrumbs_container .float-left div>span,
#breadcrumbs_container .float-left div>a {
  color: white;
  margin-right: 15px;
}

#menu_buttons_container button {
  padding: 6px 9px;
  margin-right: 5px;
}

#breadcrumbs_container .float-right div>span,
#breadcrumbs_container .float-right div>a {
  color: white;
  margin-left: 15px;
}

#breadcrumbs_container .float-left div>a.is_active {
  color: white;
  margin-right: 15px;
  border: solid 1px #fff;
  padding: 1px;
}

#menu_options_container {
  background-color: black;
  color:white;
}

.transparent_box {
  background-image: url('../images/opacity.png');
  background-repeat: repeat;
  padding: 25px;
  border-radius: .25rem;
  color: white;
}

.transparent_box .header {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 1rem;
}

.transparent_box p {
  font-size: 20px;
}

.transparent_box hr {
  border-top-color: white;
}

.content_container {
  padding-left: 0;
  padding-right: 0;
}

.error_container {
  display: none;
  margin: 20px 0;
}

.error_container, .error_message {
  color: red !important;
}

.warning_container {
  border: solid 1px #eee;
  border-radius: 10px;
  padding: 1.0em;
  margin: 1.0em;
}

.error_container pre {
  color: inherit;
}

.update_container {
  display: none;
}

.default_container {
  margin-top: 15px;
}

.buttons>button {
  min-width: 100px;
}

.buttons button, .buttons a {
  margin-right: 10px;
}

button.image {
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  background-color: inherit;
}

.click, .point {
  cursor: pointer;
}

.click:active {
  position: relative;
  top: 1px;
  left: 1px;
}

.active_color {
  color: black !important;
  background-color: #edeea6 !important;
}

label {
  color: #b7aa9c;
  margin-bottom: 3px;
}

div.search_buttons {
  margin-top: 1.5rem;
}

.table th {
  border-top: none;
}

table tbody tr.inactive {
  color: #8f9498 !important;
}

table tbody tr.voided {
  color: #db7b7b !important;
}

table tbody tr.odd {
  background-color: #e2e2e3 !important;
}

table tbody tr.even {
  background-color: white !important;
}

table tr.hover:hover {
  color: white !important;
  background-color: #953936 !important;
}

.required_asterisk {
  width: 9px;
  margin-left: 3px;
}

.system_help {
  color: #1e82fc;
  margin-left: 3px;
}

.static_text {
  background-color: #e2e2e3;
}

.auto_size {
  width: 100%;
}

textarea, div.notes {
  min-height: 20em;
}

div.notes {
  height: auto;
}

form.dropzone {
  border: none !important;
  padding: 0 !important;
}

div.dz-default.dz-message {
  display: none;
}

.dropzone .dz-preview .dz-progress {
  display: none;
}

#upload_container {
  vertical-align: middle;
  text-align: center;
  height: 10em;
  line-height: 9em;
}

nav ul {
  list-style-type: none;
  padding-left: 0;
}

nav ul li {
  float: left;
}

nav ul li button {
  width: 2.5rem;
}

.credit_alert_10 {
  /*  is this class needed for no alert? */
}

.credit_alert_20 {
  color: black;
  background-color: yellow;
}

.credit_alert_30, .credit_alert_99 {
  color: white;
  background-color: red;
}

.credit_alert_40 {
  color: black;
  /*background-color: darkgray;*/
}

.credit_alert_50 {
  color: black;
  background-color: mediumturquoise;
}
