/* You can add global styles to this file, and also import other style files */

body{
  background: #f1f1f1;
}

body, pre{
  margin: 0;
  font-family: 'Lato' !important;
  -webkit-tap-highlight-color: transparent;
}

pre{
  white-space: pre-wrap;
}

.header-config{
  position: fixed;
  width: 100%;
  z-index: 100;
}

.body-config{
  margin-top:111px;
  position:absolute;
  width:100%
}

.card-title{
  font-size: 19px;
  margin-bottom: 4px;
  font-weight: bold;
}

.card-text{
  font-size: 14px;
  text-overflow: ellipsis;
  max-height: 140px;
}

.card-text-2{
  font-size: 14px;
}

.card-no-displaceable{
  float: left;
}

.card-buttons-up{
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #f1f1f1
}

.card-buttons-up-text{
  font-size: 14px;
  text-align: right;
  padding: 5%;
}

.card-buttons-up-image{
  width: 24px;
  float: right;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 7px;
}

.card-buttons-container{
  width: 240px;
  float: right;
  height: 39px;
  cursor: pointer;
  opacity: 0.8;
  outline:0
}

.card-buttons-container:hover{
  opacity: 1;
}

::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #cccccc; 
  border-radius:4px
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.datapicker-container {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {

  .card-text{
      text-overflow: ellipsis;
  }

  .card-no-displaceable{
      float: inherit;
      text-align: center;
      width: 100% !important;
  }

  .card-text-2{
      font-size: 14px;
      padding-top: 10px !important;
      padding-bottom: 0px !important;
  }

  .card-text-3{
      padding-bottom: 24px !important;
  }

}