/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-Nov-2020, 16:39:11
    Author     : Maria Ursu
*/
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 18px;
  font-size: 18px;
  font-family: Source Sans Pro, Arial, sans-serif, monospace;
  text-transform: capitalize;
  line-height: 1.5;
  cursor: pointer;
  margin-top: 15px;
  color: white;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  min-height: 35px;
}

.btn[hidden=true] {
  display: none;
}

.btn-default {
  background-color: #0d7e84;
}

.download_card_btn {
  min-width: 201px;
  height: 35px;
}

.upper-btn {
  margin-top: 0px;
  margin-bottom: 15px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn:hover, .btn:focus, .btn:active {
  border: 0;
  background: #0d7e84;
  font-weight: normal;
  color: white;
}

.denyButton:hover, .denyButton:focus, .denyButton:active {
  background: #bb0738;
}

.btn-small {
  width: 90px;
}

.btn-medium {
  width: 120px;
}

.btn-large {
  min-width: 150px;
  width: 200px;
}

.btn-150 {
  width: 150px;
}

.btn-full {
  width: 100%;
}

.btn-card {
  min-width: 120px;
  min-height: 50px;
  font-size: 18px;
  font-weight: normal;
  color: white;
  background-color: #0d7e84;
  cursor: pointer;
  border: 0px;
  font-family: Source Sans Pro, Arial, sans-serif, monospace;
}

/*for popups too*/
.btn-group, ui-dialog-buttonset, .ui-dialog .ui-dialog-buttonpane {
  display: flex;
  align-items: center;
  text-align: center;
}

.btn-group {
  justify-content: space-evenly;
}

.btn-group-center, ui-dialog-buttonset, .ui-dialog .ui-dialog-buttonpane {
  justify-content: center;
}

.btn-group-space-between {
  justify-content: space-between;
}

.btn-group-space-around {
  justify-content: space-around;
}

.btn-group-normal {
  justify-content: normal;
}

.btn-group-left {
  justify-content: left;
}

.btn-grey {
  background-color: #e6e6e6;
  color: #2b2926 !important;
}

.btnLogOut {
  color: #2b2926 !important;
}

.btn-grey:hover, .btn-grey:focus, .btn-grey:active {
  border: 0;
  background: #e6e6e6;
}

.btn-mg-right {
  margin-right: 20px;
}

.btn-pos-right {
  right: 20px;
}

.btn-mg-left {
  margin-left: 20px;
}

.btn-no-mg-top {
  margin-top: 0px;
}

.btn-tall {
  padding: 8px 18px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0;
  font-weight: normal;
  color: white;
}

.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
  border: 1px solid transparent;
}

.ui-dialog .ui-dialog-buttonpane {
  border: none;
  margin: 0 0 8px 0;
  padding: 0;
}

/*Navbar*/
button.accButton {
  min-width: 120px;
  font-size: 18px;
  color: white;
  cursor: pointer;
  border: 0px;
  font-family: Source Sans Pro, Arial, sans-serif, monospace;
}

/*Date picker*/
#ui-datepicker-div > table > tbody > tr > td > a.ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

#ui-datepicker-div > table > tbody > tr > td > a.ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

#ui-datepicker-div > table > tbody > tr > td > a.ui-state-active {
  border: 1px solid #2b2926;
  background: #0d7e84;
  font-weight: normal;
  color: #ffffff;
}

#ui-datepicker-div > table > tbody > tr > td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled > span,
#ui-datepicker-div > table > tbody > tr > td.ui-datepicker-unselectable.ui-state-disabled > span.ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.flex-wrap {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.ui-dialog ul button {
  min-height: 35px;
  font-size: 16px;
  font-weight: normal;
}

button:hover, button:active {
  opacity: 0.5;
}

button.accButton:hover, button.accButton:active, button.accButton:focus {
  opacity: 1;
}

.btn:disabled {
  background-color: #e6e6e6;
  color: #000;
  opacity: 0.5;
  cursor: default;
}

/*# sourceMappingURL=buttons.css.map */
