.login-container {
  width: 350px;
  margin: 10% auto;
  padding: 20px;
  background-color: white;
  border-radius: 4px;
  color: rgb(8, 156, 85);
}

.login-header {
  font-weight: bold;
  font-size: 45px;
  /*background-color: lightgrey;*/
  color: rgb(8, 156, 85);
  text-align: center;
  margin-bottom: 30px;
}

.pointer {
  cursor: pointer;
}

.pointer:hover {
  background-color: #C0E6D1;
}

.alert-danger {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #000000
}

.bg-color {
  background-color: #91d1ad;
}

.navbar-default {
  border-bottom: solid 2px #2dab66 !important;
}

.navbar-default .round-image {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  height: 60px;
}

li small {
  font-size: 12px;
  color: grey;
}

.home {
  height: 100%;
}

.home>.content {
  height: 100%;
  text-align: center;
  padding: 2%;
}

.wrapper-centrado {
  max-width: 1333px;
  margin: auto;
}

.pasti-dashboard {
  background-color: #FFF;
  height: 215px;
  border-radius: 10px;
  box-shadow: -1px 5px 8px #57BC85;
  font-size: 1.8em;
  /*padding-top: 12%;
    padding-bottom: 12%;*/
  margin: 2%;
  color: #289A5C;

}

.pasti-dashboard i {
  font-size: 3em !important;
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pasti-dashboard:hover {
  box-shadow: -1px 5px 8px #1B673D;
  cursor: pointer;
  color: #1B673D;
}

.button-bar {
  background-color: white;
  padding: 1%;
  margin: 0 !important;
  margin-bottom: 1% !important;
}

.bar-button {
  color: white;
  background-color: #2dab66;
}

.bar-button:hover {
  color: white !important;
  background-color: #165633;
}

.loading-box {
  height: 40%;
  width: 20%;
  min-width: 250px;
  background-color: white;
  border-radius: 10px;
  margin: auto;
  color: #165633;
}

.loading-box i {
  font-size: 3em;
  margin-top: 15%;
}

.loading-box p {
  font-size: 1.5em;
}

.scrollable {
  overflow-y: scroll;
  height: calc(87%);
}

.modal {
  height: 95% !important;
}

.modal-content {
  height: 100% !important;
}

.modal-dialog {
  height: 90% !important;
}

.pharmacies {
  height: 100%;
}

.pharmacies>.content {
  height: 100%;
  padding: 1%;
}

.users {
  height: 100%;
}

.users>.content {
  height: 100%;
  padding: 1%;
}

.userdetail {
  height: 100%;
}

.userdetail>.content {
  height: 100%;
  padding: 1%;
}

.form-validation-error {
  font-style: italic;
  ;
  color: red;
}

/*Modal header*/
.modal-header {
  background-color: #91d1ad;
  color: white;
}


.menu05 {
  font-size: 12px;
  margin-top: 10px;
}

/*.modal-content{
  height: 400px !important;
}*/

.medium-modal .modal-content {
  height: 550px !important;
}

.small-modal .modal-content {
  height: 250px !important;
}

.userdetail .panel-heading {
  padding-top: 5px;
  padding-bottom: 5px;
}

.userdetail .panel-body {
  padding-top: 5px;
  padding-bottom: 5px;
}

#users-table>tbody>tr>td {
  padding: 5px;
}


/* ESTADO USUARIOS */

.btn-bar {
  display: flex;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
}

.app-btns-container {
  display: flex;
  justify-content: flex-end;
  margin-left: 1em;
  padding: 10px 0;
}

.app-btn {
  display: flex;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-weight: bolder;
  padding: 5px;
  margin-right: 1.5em;
  align-items: center;
  min-width: 10em;
  user-select: none;
  justify-content: center;
}

.cocostore-color {
  background: #2fac68;
}

.cococash-color {
  background: #349f13;
}

.clickfarma-color {
  background: #3d658a;
}

.cocostore-color:hover {
  background: #207647;
}

.cococash-color:hover {
  background: #26730f;
}

.clickfarma-color:hover {
  background: #253d53;
}

.app-btn-img {
  height: 30px;
  border-radius: 20px;
}

.no-selected-app {
  opacity: 0.4;
}

.selected-app {
  border: solid 2px #555;
}

.count-devices {
  min-width: 12em;
}

.buscador {
  display: flex;
  align-items: center;
  margin-right: 2em;
  width: 25%;
}

.buscador input {
  border-radius: 5px;
  padding: 8px;
  border: solid 1px #BBB;
  width: 100%;
}

.search-button {
  background-color: #2dab66;
  border: none;
  border-radius: 4px;
  margin-left: 5px;
  height: 36px;
  width: 49px;
}

.msg-no-devices {
  text-align: center;
  margin-top: 3em;
  font-size: 2em !important;
}

.row-device {
  height: 1.5em;
  padding-left: 3em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.problems-info {
  margin-left: 17px;
  color: red;
  font-size: 24px !important;

  span {
    color: rgb(0, 0, 0);
    font-size: 13px !important;
    margin-left: 10px;
  }
}

.item-icon {
  font-size: 25px !important;
  width: 2em;
}

.alert-icon {
  position: absolute;
  z-index: 1000000;
  left: 17px;
  color: red;
  top: 10px;
  font-size: 24px !important;
}

.android {
  color: rgb(69, 186, 81);
}

.apple {
  color: #3a3a3a;
}

.bold {
  font-weight: bold;
}

.item-farmacia {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 0 0 220px;
}

.item-usuario {
  flex: 0 0 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-app {
  text-align: center;
  flex: 0 0 100px;
}

.icon-app {
  max-height: 40px;
  /*border-radius: 20px; 
  border: solid 2px*/
}

.item-version {
  text-align: center;
  flex: 0 0 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-device {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 0 0 200px;
}

.item-date {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-date span {
  margin-left: 3em;
}

.alert-tooltip {
  z-index: 1000001;
  position: absolute;
  background-color: #fff5b6;
  color: #000000;
  padding: 5px;
  border-radius: 5px 5px 5px 0;
  border: solid 1px #696969;
  display: none;
}