@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Montserrat";
  src: url("/Montserrat-Regular.ttf") format("truetype"),
    url("/Montserrat-Bold.ttf") format("truetype");
}

body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.logo {
  width: 190px;
  height: auto;
}

.img-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.caption-name {
  display: flex;
  justify-content: center;
  font-size: 20px;
}
.grid-list > * {
  background: transparent !important;
  border: none !important;
  border-radius: none !important;
}


li.weblink a[href*="/ac-newdemand/"] {
  display: none;
  font-weight: bold;
  background-color: #da291c;
  color: white !important;
  border-radius: 5px;
  text-align: center;
}

li.weblink a[href*="/ac-newdemand/"]:hover {
  background-color: white;
  color: #da291c !important;
  border: 2px solid #da291c;
  border-radius: 5px;
}

.navbar-default {
  border-color: transparent;
  background-color: #e6e6e6 !important;
}

.hvr-underline-from-center {
  color: red !important;
}

#navMenu {
  background: transparent !important;
}

.navbar-default .navbar-brand {
  color: rgb(75, 75, 75) !important;
  height: auto;
}

.hvr-underline-from-center {
  font-size: 20px !important;
}

input,
button,
select,
textarea {
  font-family: "Montserrat";
  font-size: inherit;
  line-height: inherit;
}

.text-label {
  margin-left: 21px;
}

.text-container {
  background-color: #da291c;
  border-radius: 10px;
  color: white;
  padding: 1.3% 2.5%;
  margin-bottom: 30px;
}

.col-btn img {
  height: 22px;
}

/*for table form*/
.section {
  width: 100% !important;
}

/*Modal*/
.modal-header {
  padding: 15px 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

a #doc-modal,
a #doc-indispo {
  text-decoration: none;
}

a #doc-modal:hover {
  text-decoration: none;
}
.modal-header .close {
  text-align: center;
  margin-top: 19px;
}

.modal-header img {
  position: absolute;
  width: 19px;
  height: 19px;
  top: 7px;
  right: 7px;
}

.doc-indispo {
  text-align: center;
  padding: 3%;
}

.files-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 100%;
}

.files-container {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}

.files-container hr {
  border: 1px solid #eee;
  width: 100%;
  margin: 3px 0;
}

.files-container hr:last-child {
  visibility: hidden;
}

.files-container .file-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.files-container .file-block img {
  width: 19px;
  height: auto;
}

.clickable {
  cursor: pointer;
}

/*Reschedule-Cancel*/
#ceran_os_bookingsessioncancelpostpone {
  margin-bottom: 7px;
}

#MaximumLengthValidatorceran_s_cancelpostponereason {
  display: none;
}

#ceran_s_cancelpostponereason_label {
  margin: 15px 0 5px;
}

.actions {
  text-align: center;
  margin-top: 7px;
}

/*Road*/
.road {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0 10% 15px;
}

/*My Next sessions*/
.next-sessions-container {
  display: flex;
  flex-direction: column;
  position: relative;
  top: -2px;
  margin: 0 0 21px;
  padding: 7px;
  background-color: #e6e6e6;
  width: 100%;
  font-family: "Montserrat";
}

.next-sessions-container .see-more-text {
  font-size: 13px;
  font-weight: 800;
  padding: 9px;
  text-align: center;
  color: #495c6b;
}

.session-container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 9px;
  border-radius: 7px;
  margin-bottom: 9px;
}

.session-container .details-container {
  display: flex;
  margin-bottom: 11px;
  align-items: center;
}

.session-container .details-container img {
  width: 50px;
  height: 50px;
  margin-right: 19px;
  background-color: #e74130;
  border-radius: 3px;
}

.session-container .details-container .details {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: #7b889a;
  line-height: 19px;
  flex-grow: 1;
  flex-wrap: wrap;
}

.session-container .details .left {
  flex-grow: 1;
}

.session-container .details .left p span {
  text-transform: uppercase;
  font-size: small;
  font-weight: 100;
  margin: 0;
}

.session-container .details .left .session-text {
  font-size: 13px;
  font-weight: bold;
}

.session-container .details .left .where-text {
  font-size: 12px;
}

.session-container .details .left .session-lenght-text {
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
}

.session-container .details .right .when-text {
  font-size: 13px;
  font-style: italic;
}

.session-container .buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.session-container .buttons img {
  width: 13px;
  height: auto;
  margin-right: 3px;
}

.session-container .button-container {
  display: block;
  align-items: center;
}

.session-container .button {
  display: flex;
  background-color: #f2f2f2;
  padding: 3px 9px;
  margin: 2px;
  color: #7b889a;
  font-size: 12px;
  font-weight: 600;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  flex: 0 1 auto;
}

.virtual-left-button {
  width: 148px;
  height: 23.15px;
}
.session-container .reschedule-cancel {
  cursor: pointer;
}

.next-sessions-container a {
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .session-container .buttons {
    justify-content: space-evenly;
  }

  .virtual-left-button {
    display: none;
  }
}

/* Session detail */
@media only screen and (max-width: 500px) {
  .crmEntityFormView .tab .tab-column {
    width: 100% !important;
  }
}

/* My resources Spinner */
.spinner-container {
  position: absolute;
  top: 0;
  background-color: rgba(246, 246, 246, 0.7);
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.spinner-container .spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.spinner-container .spinner h1 {
  margin: 0;
}