@import url(https://fonts.googleapis.com/css?family=Indie+Flower|Quicksand|Scope+One|Coming+Soon|Catamaran);body {
  font-family: 'Quicksand', sans-serif;
}

.clickable-row {
  cursor: pointer;
}

.footer-logo {
  width: 70px;
  height: 25px;
}

.avatar-circle {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.initials {
  font-size: 14pt;
  color: #FDD005;
  background-color: #273C87;
  border-radius: 35px;
  text-align: center;
  padding: 3px 3px 3px 3px;
  font-weight: bold;
}

/*login classes*/

.app_login-container {
  background-image: url("/storage/assets/background03.png");
  background-size: 100%;
  color: #FFF333 !important;
}

.app_logo-container {
  text-align: center;
  margin-bottom: 05px;
}

.app_login-logo {
  width: 200px;
  margin-bottom: 25px;
}

.login-title {
  text-align: center;
  color: #FFF !important;
  font-size: 36px;
}

.login-box-msg {
  font-size: 16pt;
  color: #000;
  font-weight: bold;
}

.login-box-body {
  border-radius: 3px;
  border: #000 2.5px solid;
}

.login-footer {
  font-family: 'Coming Soon', cursive;
  font-size: 14pt;
  max-height: 100px;
  text-align: right;
  margin-right: 15px;
}

.login-dev-logo {
  width: 180px;
  background-color: #FFF;
  padding: 4px 4px 4px 4px;
  border: #273C87 2px solid;
  border-radius: 3px;
}

.app-company-dev {
  font-family: 'Indie Flower', cursive;
  font-size: 16px;
  float: right;
  margin-top: -75px;
  margin-right: 5px;
  width: 220px;
}

/*App classes*/

.app-header {
  background-color: #37474F !important;
  color: #FFF !important;
}

.header-logo {
  width: 100px;
  background-color: #FFF;
  border-radius: 5px;
  border: solid 2px #FFF;
  padding: 5px 5px 5px 5px;
  color: #FFF;
}

.user-header {
  background-color: #141414 !important;
}

.user-header-content {
  color: #FFF !important;
}

.app-sidebar-menu {
  background-color: #FFF !important;
}

.app-sidebar-option--active a {
  background-color: #FFF !important;
  color: #000 !important;
}

.app-sidebar-option {
  font-size: 12pt;
  color: #FFF !important;
}

.app-sidebar-option a:hover {
  background-color: #000 !important;
  color: #FFF !important;
}

.app-content {
  margin: 5px 5px 5px 5px;
}

.app-btn-menu {
  background-color: #FFF !important;
  color: #273C87 !important;
}

.app_action-button {
  color: #FFF;
  background-color: #37474F;
}

.app_add-button {
  margin-top: -10px;
  margin-bottom: 5px;
  color: #FDD005;
  background-color: #273C87;
}

.app_module-header {
  color: #141414;
  font-size: 16pt;
  font-weight: bold;
}

.app_btn-edit {
  background-color: #ffcc00;
  color: #000000;
}

.app_btn-delete {
  background-color: #ff6666;
  color: #ffffff;
}

.app_btn-return {
  background-color: #2ab27b;
  color: #ffffff;
}

.app_btn-add {
  background-color: #2ab27b;
  color: #ffffff;
}

.app_btn-show {
  background-color: #3869D4;
  color: #ffffff;
}

/*user profile classes*/

.app_profile-name {
  font-weight: bold;
  font-size: 16px;
}

.app-thumbnail {
  width: 180px;
  height: 150px;
}

/*unidades profile*/

.app_logo-unidad {
  width: 180px;
  height: 150px;
}

/*tree*/

.app-nodetree {
  line-height: 20px;
  font-size: 16px;
}

.ul-boxed {
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  overflow: scroll;
  height: 200px;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.app-text_primary {
  color: #ffcc00;
}

.app-bg_primary {
  background-color: #273C87 !important;
}

.app-text_primary_alt {
  color: #273C87;
}

.app-bg_primary_alt {
  background-color: #ffcc00 !important;
}

.app-fieldset {
  border: #273C87 solid 1px;
  padding: 15px 5px 15px 5px;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

.app-fieldset > .app-legend {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
}

.email-container {
  font-family: 'Quicksand', sans-serif;
  border: 1px solid #273C87;
}

.email-title {
  background-color: #273C87 !important;
  color: #ffcc00 !important;
  text-align: center;
  font-size: 30px;
  padding: 25px 25px 25px 25px;
  font-family: 'Quicksand', sans-serif;
}

.email-body {
  margin: 25px;
}

.email-body > p {
  color: #273C87;
}

/*Google Maps*/

.app-map-setup {
  width: 100%;
  height: 400px;
  border: 2px solid #416D93;
  float: right;
}

.app-map-preview {
  width: 100%;
  height: 300px;
  border: 2px solid #416D93;
  float: right;
}

.app-paragraph {
  text-align: justify;
}

.app-iframe-container {
  width: 100%;
  height: 600px;
  padding: 0;
  overflow: hidden;
}

.app-iframe {
  width: 100%;
  height: 600px;
  border: 1px solid black;
}

.app-iframe {
  -ms-zoom: 0.75;
  -moz-transform: scale(0.75);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.75);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.75);
  -webkit-transform-origin: 0 0;
}

