/*** CUSTOM CSS ***/

/*** Each game Page ***/
#page-each-game .page_content{
	padding-top: 0;
}
.page_title.wave .container {
	padding-top: 10px;
}
#each-game-main {
	width:100%;
}

#each-game-main iframe {
  margin-top: 30px;
}
/*** My space: Tasks; ***/
.task-list-details li {
  margin-bottom: 20px;
}
.task-list-details li label {
  display: inline-block;
  min-width: 200px;
  font-weight: bold;
}
.task-list-details li input, .task-list-details li select {
  display: inline-block;
  width: auto;
}
.task-list-details li input[type='text'] {
  min-width: 30%;
}
.task-list-details li input[type='checkbox'] {
  width: 25px;
}
.task-list-details span {
  font-weight: 300;
}
.task-terminated {
  color: #dadada;
}
.task-inprogress {
  color: #1abc9c;
}
.task-future {
  color: #4f4f4f;
}

/*** Generals  ***/
.failure-clr {
  color: #f04f2f;
}
.success-clr {
  color: #1abc9c
}
.back-div {
  width: 100%;
  text-align: right;
}
.status-div {
  width: 100%;
  margin-bottom: 50px;
}
.status-div span {
  margin-right: 50px;
}

/*** Comments  ***/
.each-comment {
  width: 100%;
  margin-bottom: 30px;
}
.each-comment .comment-name {
  margin-bottom: 5px;
  display: block;
  color: #3BBBDB;
}
.each-comment .comment-msg {
  background-color:#3BBBDB;
  border-radius: 5px;
  padding: 15px;
  color: #ffffff;
  margin-bottom: 5px;
}
.each-comment .comment-date {
  text-align: right;
  display: block;
}

/*** Video section  ***/
ul.videos-list {
  float: left;
  width: 100%;
}
li.each-video {
  width: 100%;
  list-style-type: none;
}
li.each-video span {
  display: inline-block;
  width: 15%;
}
li.each-video span.file-name {
  width: 40%;
}
.video-action-delete {
  margin-right: 15px;
}
ul.videos-list li.video-list-head {
  color: #26b4d7;
}
ul.videos-list li:before {
  content: "";
  padding-right: 0;
}
.upload-video-form.cf input[type="submit"] {
  float: left;
  margin-bottom: 50px;
}
.video-view iframe {
  width: 100%    !important;
  height: auto   !important;
  min-height: 500px;
}
.ajouter-video {
  margin-top: 30px;
}

/*** Reservation ***/
.calendar-view table {
  margin: 0 auto;
}
.calendar-view .calendar-head {
  color: #26b4d7;
}
.calendar-view table tbody td {
  color: #4f4f4f;
  cursor: pointer;
  text-align: center;
  min-width: 60px;
  height: 30px;
}

.calendar-view table tbody td.other-month {
  color: #cacaca;
}
.calendar-view table tbody td.today {
  color: #26b4d7;
  font-weight: bold;
}
.calendar-view td.today a {
  padding: 5px 8px;
  min-width: 20px;
  border-radius: 100px;
  background-color: #26b4d7;
  color: white;
}
.calendar-view table tbody td a.free {
  padding: 5px 8px;
  border-radius: 100px;
  background-color: #6adab8;
  color: white;
  font-weight: bold;
  min-width: 20px;
}
#reservation-modal input {
  margin-bottom: 15px;
}
#reservation-modal div.select2-container {
  width: 100%;
  margin-bottom: 15px;
}
#reservation-modal .reservation-confirm-btn {
  text-align: center;
  padding-top: 15px;
}

/*** Admin Calendar ***/
.admin-calendar-view table {
  margin: 0 auto;
}
.admin-calendar-view .calendar-head {
  color: #26b4d7;
}
.admin-calendar-view table tbody td {
  color: #4f4f4f;
  cursor: pointer;
  text-align: center;
  height: 30px;
  padding: 0px;
}
.admin-calendar-view table tbody td a {
  padding: 19px;
  display: block;
  min-width: 60px;
}
.admin-calendar-view table tbody td a.has-reservation {
  color: #ff8d00;
  font-weight: bold;
}
.admin-calendar-view table tbody td a.has-availability {
  color: #1abc9c;
  font-weight: bold;
}
.admin-calendar-view table tbody td.other-month {
  color: #cacaca;
}
.admin-calendar-view table tbody td a.today {
  background-color: #26b4d7;
  color: white;
  font-weight: bold;
}
.admin-calendar-view table tbody td a.day-selected {
  padding: 5px 8px;
  border-radius: 100px;
  background-color: #6adab8;
  color: white;
  font-weight: bold;
  min-width: 20px;
}
.admin-calendar-view table tbody td a.day-reserved {
  background-color: #ff8d00 !important ;
  padding: 5px 8px;
  border-radius: 100px;
  color: white;
  font-weight: bold;
  min-width: 20px;
}
#admin-reservation-modal input {
  margin-bottom: 15px;
}
#admin-reservation-modal input[type="checkbox"] {
  margin-bottom: 5px;
  margin-right: 10px;
}
#admin-reservation-modal div.select2-container {
  width: 100%;
  margin-bottom: 15px;
}
#admin-reservation-modal .reservation-confirm-btn {
  text-align: center;
  padding-top: 15px;
}
#hours-list-container > div {
  margin-bottom: 15px;
  margin-left: 0;
}

/*** Admin Calendar ***/
.user-calendar-view table {
  margin: 0 auto;
}
.user-calendar-view .calendar-head {
  color: #26b4d7;
}
.user-calendar-view table tbody td {
  color: #4f4f4f;
  cursor: pointer;
  text-align: center;
  height: 30px;
  padding: 0px;
}
.user-calendar-view table tbody td a {
  padding: 19px;
  display: block;
  min-width: 60px;
}
.user-calendar-view table tbody td a.has-reservation {
  color: #ff8d00;
  font-weight: bold;
}
.user-calendar-view table tbody td a.has-availability {
  background-color: #1abc9c;
  color: white;
  font-weight: bold;
}
.user-calendar-view table tbody td.other-month {
  color: #cacaca;
}
.user-calendar-view table tbody td a.today strong {
  background-color: #26b4d7;
  color: white;
  padding: 4px 11px;
  border-radius: 50%;
  font-weight: bold;
}
.user-calendar-view table tbody td a.day-selected {
  padding: 5px 8px;
  border-radius: 100px;
  background-color: #6adab8;
  color: white;
  font-weight: bold;
  min-width: 20px;
}
.user-calendar-view table tbody td a.day-reserved {
  background-color: #ff8d00 !important ;
  padding: 5px 8px;
  border-radius: 100px;
  color: white;
  font-weight: bold;
  min-width: 20px;
}
#user-reservation-modal .modal-content {
  width: 800px;
  max-width: 90%;
}
#user-reservation-modal input {
  margin-bottom: 15px;
}
#user-reservation-modal #hours-list-container input {
  margin-bottom: 0px;
}
  
#user-reservation-modal input[type="checkbox"] {
  margin-bottom: 5px;
  margin-right: 10px;
}
#user-reservation-modal div.select2-container {
  width: 100%;
  margin-bottom: 15px;
}
#user-reservation-modal .reservation-confirm-btn {
  text-align: center;
  padding-top: 15px;
}

/* Buttons */
.custom-btn {
  display: inline-block;
  font-size: 1.3em;
  line-height: 1;
  padding: 8px 34px;
  border-radius: 7px;
  border: none;
  margin-bottom: 5px;  
}
.orange-btn 
{
  background-color: #fec20b;
  color: white;
}
.orange-btn:hover 
{
  background-color: #26b4d7;
  color: white;
}
/* Modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1010; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 300px; /* Could be more or less, depending on screen size */
}
#admin-reservation-modal .modal-content {
  width: 600px;
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Contact Page */
.contactus-global .screen-reader-response .success-clr{
  margin-bottom: 15px;
  display: block;
}
.contactus-global .failure-clr {
  margin-bottom: 15px;
}


.rdv-btn {
color: #ffffff;
    font-weight: 600;
    padding-right: 0;
    background-color: #f95e41;
    border-radius: 45px;
    padding: 3px 20px 4px 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;  
}