@font-face {
  font-family: 'FiraGO-Light';
  src: url('../fonts/FiraGO-Light.ttf');
}

@font-face {
  font-family: 'FiraGO-Italic';
  src: url('../fonts/FiraGO-Italic.ttf');
}

@font-face {
  font-family: 'FiraGO-Regular';
  src: url('../fonts/FiraGO-Regular.ttf');
}

@font-face {
  font-family: 'FiraGO-SemiBold';
  src: url('../fonts/FiraGO-SemiBold.ttf');
}

@font-face {
  font-family: 'FiraGO-SemiBoldItalic';
  src: url('../fonts/FiraGO-SemiBoldItalic.ttf');
}

html, body {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  font-family: 'FiraGO-Regular';
  height: 100%;
}

.form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 14px;
  border-radius: 10px !important;
  border-color: #63ABB5 !important;
  //box-shadow: 0 0 10px #719ECE;
}

.form-control:focus {
  box-shadow: 0 0 10px #63ABB5;
}

.table {
  border-collapse: inherit;
  line-height: 1.2 !important;
}

.table thead>tr>th {
  border: none !important;
  color: #BFCAD0;
  font-family: 'FiraGO-Light';
  font-size: 14px;
}

.table tbody>tr>td {
  border-top: 1px solid #aeddd3;
  border-left: 1px solid #aeddd3;
}

.table tbody>tr>td:last-child {
  border-right: 1px solid #aeddd3;
}

.table tbody>tr:last-child>td {
  border-bottom: 1px solid #aeddd3;
}

.table tbody>tr:first-child>td:first-child {
  border-top-left-radius: 10px;
}

.table tbody>tr:first-child>td:last-child {
  border-top-right-radius: 10px;
}

.table tbody>tr:last-child>td:first-child {
  border-bottom-left-radius: 10px;
}

.table tbody>tr:last-child>td:last-child {
  border-bottom-right-radius: 10px;
}

.logo {
  display: inline-block !important;
  background-position-y: center;
  background-repeat: no-repeat;
}

.logo_clinic {
  background-position-x: left;
  background-image: url('../images/logo_clinic.png');
  background-size: 170px;
  width: 185px;
  height: 52px;
  border-right: 1px solid #fff;
}

.logo_doctra {
  background-position-x: right;
  background-image: url('../images/doctra.png');
  width: 200px;
  height: 52px;
}

.new_request {
  padding-left: 30px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: 10%;
  background-image: url('../images/plus.png');
  width: 170px;
  height: 52px;
  background-color: #005e67;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 52px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  display: inline-block !important;
  float: left;
  margin-right: 10px;
}

.sample {
  padding-left: 40px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: 5%;
  background-image: url('../images/xls.png');
  width: 250px;
  height: 52px;
  background-color: #F4F4F4;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 52px;
  cursor: pointer;
  display: inline-block !important;
  float: left;
  margin-right: 10px;
  font-size: 14px;
  color: #36576b;
  cursor: pointer;
}

.set_filters {
  padding-left: 30px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: 5%;
  background-image: url('../images/set_filters.png');
  width: 200px;
  height: 52px;
  background-color: #F4F4F4;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 52px;
  cursor: pointer;
  display: inline-block !important;
  float: right;
  margin-right: 10px;
  font-size: 14px;
  color: #36576b;
  cursor: pointer;
}

.filters_info {
  height: 52px;
  //margin-top: 20px;
  margin-bottom: 20px;
  //line-height: 52px;
  cursor: pointer;
  display: flex !important;
  float: right;
  margin-right: 10px;
  font-size: 14px;
  color: #36576b;
  cursor: pointer;
  text-align: right !important;
  vertical-align:middle;
}

.back {
  padding-left: 30px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: 10%;
  background-image: url('../images/back.png');
  width: 180px;
  height: 52px;
  background-color: #F4F4F4;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 52px;
  font-size: 14px;
  color: #36576b;
  cursor: pointer;
  float: left;
  margin-right: 10px;
}

.docheader {
  padding-left: 30px;
  height: 52px;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 52px;
  font-size: 14px;
  color: #36576b;
  cursor: pointer;
  float: left;
  margin-right: 10px;
}

.docheaderbig {
  font-size: 20px;
  font-weight: bold;
}

.cursor-pointer {
  cursor: pointer;
}

.new-request-form {
  padding: 30px;
}

.download {
  display: inline-block;
  background-image: url('../images/download.png');
  width: 19px;
  height: 19px;
  cursor: pointer;
}

.download-updated {
  background-image: url('../images/download_updated.png');
}

.download-disabled {
  background-image: url('../images/download_disabled.png');
  cursor: default;
}

.download-loading {
  background-image: url('../images/download_loading.gif');
  cursor: default;
}

.delete {
  display: inline-block;
  background-image: url('../images/delete.png');
  width: 19px;
  height: 19px;
  margin-left: 10px;
  cursor: pointer;
}

.delete-disabled {
  background-image: url('../images/delete_disabled.png');
  cursor: default;
}

input {
  text-align: center !important;
}

.rounded-lg {
  border-radius: 10px !important;
}

.btn-primary {
  background-color: #005e67 !important;
  border-radius: 10px;
  border-color: #63ABB5 !important;
}

.btn-primary:hover {
  border-color: #296267 !important;
}

.btn-primary:focus {
  border-color: #296267 !important;
  box-shadow: 0 0 10px #63ABB5 !important;
}

.dct-status {
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;  
}

.dct-yellow {
  background-image: url('../images/yellow.png');
}

.dct-partgreen {
  background-image: url('../images/part_green.png');
}

.dct-red {
  background-image: url('../images/red.png');
}

.dct-partred {
  background-image: url('../images/part_red.png');
}

.dct-green {
  background-image: url('../images/green.png');
}

.dct-greennomark {
  background-image: url('../images/greennomark.png');
}

.dtr-partred {
  color: #BFCAD0;
}

#loginPage {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: #ebebeb;
  background: linear-gradient(0deg, #F2F2F2 55%, #005e67 55%);
}

.form-signin-wrap {
  width: 100%;
  //width: 600px;
  min-height: 630px;
  padding: 15px;
  margin: auto;
}

.form-signin {
  width: 100%;
  max-width: 430px;
  padding: 15px;
  margin: auto;
  background-color: #fff !important;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 40px;
}

.form-signin input {
  text-align: left !important;
}

.login_logo {
  background-position-x: left;
  background-image: url('../images/login_logo.png');
  background-size: 250px;
  width: 250px;
  height: 75px;
}

.login_logo_doctra {
  background-position-x: left;
  background-image: url('../images/powered_doctra.png');
  width: 286px;
  height: 122px;
}

#authorization_error {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}



.pagination {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 30px;
}

.pagination li {
  float: left;
  padding-top: 6px;
  margin: 2px;
  text-decoration: none;
  transition: background-color .3s;
  width: 40px;
  height: 40px;
  
  color: #36576b;
  font-family: 'FiraGO-Regular';
  font-size: 18px;
  border-radius: 10px !important;
}

.pagination li.active {
  background-color: #005e67;
  color: white;
}

.pagination li:hover:not(.active) {
	background-color: #ddd;
	cursor: pointer;
}

#filtersOverlay .modal-dialog{
	max-width:770px !important;
}

td {
  vertical-align: middle !important;
}