/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/

html 
{
  
}

#welcome-buttons
{
  margin-top: 2em;
}
.welcome-button 
{
  position: relative;
  display: inline-block !important;
  text-align: center;
  width: 100% !important;
  margin-top: 10px;
  background-color: #f40000 !important;
  border: 1px solid transparent !important;
  font-weight: 400 !important;
}

.welcome-button:hover
{
  background-color: transparent !important;
  border: 1px solid #f40000 !important;
  color: #fff !important;
}
#content-form
{
  width: 30%;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  padding: 3em;
  border-radius: 0.5em;
  background-color: rgba(0,0,0,.9) !important;
  -webkit-box-shadow: 0px 0px 11px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 11px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 11px -2px rgba(0,0,0,0.75);
}

input {
  color: black !important;
}

* {
  font-size: 13px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff !important;
}

body {
  padding-top: 5em;
  padding-bottom: 16.5em;
  background:linear-gradient(0deg, rgba(26, 26, 28, 0.8), rgba(26, 26, 28, 0.8));
}


p, a, h1, h2, h3, h4, h5 {
  color: #fff;
}

#page-content {
  padding-top: 6em;
}

.welcome 
{
  margin-top: 9em;
}

#page-heading {
  margin-top: 1em;
  padding-bottom: 2em;
}

#navbar-top, #navbar-bottom {
  
 
  background-color: rgba(0,0,0,.9) !important;
}

#logo {
  max-width: 7em !important;
  margin-left: 2.5em;
}


.navbar-toggler {
  border-color: #fff !important;
}

.navbar-toggler-icon {
  background-image: #fff !important;
}

.paymethods-holder {
  width: 20em;
}

.dropdown-menu {
  background-color: transparent;
  border: none;
  min-width: 4em !important;
  top: 160% !important;
}

.dropdown-item {
  background-color: transparent;
  width: 3em;
}

.dropdown-item:hover {
  background-color: transparent;
}

/* ++++++++++++++++++++++++++++ Datatables +++++++++++++++++++++++++++*/

.pagination .page-link {
  background-color: transparent;
  border-radius: 100px !important;
  font-weight: 600;
  
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.pagination .page-link:hover {
  color: #f40000 !important;
  border-color: #f40000 !important;
}

.pagination .page-link:focus {
  outline: none;
  box-shadow: none;
}

.page-item.disabled .page-link {
  background-color: transparent;
  border-radius: 100px !important;
  color: #333 !important;
  border-color: #333 !important;
}

.paginate_button.disabled {
  margin-right: 2em;
}

.paginate_button.previous {
  margin-right: 2em;
}




/* ++++++++++++++++++++++++++++ LINKS AND BUTTONS +++++++++++++++++++++++++++*/

.link-base {
  border: 0;
  text-decoration: none !important;
  font-weight: 600;
  background-color: transparent;
  
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.link-base:hover {
  color: #f40000 !important;
  border-color: #f40000 !important;
}

.nav-link {
  text-align: center;
}

.col-link {
  float: right;
  line-height: inherit;
}

.col-button {
  font-weight: inherit;
  padding: 4px 12px;
  border: 1px solid #fff;
  border-radius: 100px;

}

.col-button:focus {
  outline: none;
  box-shadow: none;
}

/* ++++++++++++++++++++++++++++ HEADINGS AND HEADERS ++++++++++++++++++++++++*/

.title
{
  font-weight: 400;
  font-size: 52px;
  margin-bottom: 0;
}

#page-heading
{
  padding-bottom: 0 !important;
}

.heading {
  font-weight: 500;
}

.text-1 {
  font-size: 24px;
}

.text-2 {
  font-size: 32px;
}

.text-3 {
  font-size: 18px;
  font-weight: 500;
}

.text-4 
{
  font-size: 18px;
}

.heading-separator {
  background-color: #f40000;
  height: 3px; 
  width: 64px;
}

.page-heading-separator
{
  margin-bottom: 2em;
}

.col-row-data-heading
{
  font-weight: 500;
}


/* ++++++++++++++++++++++++++++ COLUMNS ++++++++++++++++++++++++*/

#welcome-holder
{
  background-color: rgba(0,0,0,.9) !important;
  border-radius: 0.2em;
  margin-top: 3em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.col-base{
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-bottom: 3em;
}

.col-holder {
  height: 50em;
  background-color: #c10d19;
  overflow: hidden;
  position:relative;
}

.col-sub-holder {
  height: 50em;
}

.col-background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 25%;
}

.col-positioner {
  position:absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 60%,  rgba(0,0,0,0) 100%);
}

.col-content {
  margin-top: 50%;
  max-height: 65%;
  padding: 0 20px;
}

.col-body {
  margin-top: 2em;
}

.col-row {
  width: 100%;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  padding-left: 10px;
  border-left: 1px solid #f40000 !important;
}

.col-row > .col {
  padding: 0;
}

.col-row > .col > p {
  line-height: 1.5;
  padding: 0;
  margin: 0;
}

.col-footer-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.col-footer-separator {
  width: 70%;
  height: 1px;
  background-color: #fff;
  margin: 10px auto;
}

.col-footer {
  margin-bottom: 2.5em;
}

.col-footer > .col > p {
  margin: 0;
}

.col-feedback-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.col-unavail-overlay {
  background-color: rgb(51,51,51, 0.6);
  
}

.col-current-selected-overlay {
  background-color: rgb(174, 12, 23, 0.6);
}

.overlay-content {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/*
.overlay-content > * {
  font-size: 18px !important;
  font-weight: 500 !important;
}
*/


.equipment-duration {
  padding-left: 45px;
  padding-right: 15px;
}

.equipment-duration > .col, .equipment-duration > .col > p {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1em;
}

.row-equipment > div > * {
  margin-bottom: 0 !important;
}



/* ++++++++++++++++++++++++++++ ALERTS ++++++++++++++++++++++++*/

.alert-style {
  background-color: #333 !important;
}

/* ++++++++++++++++++++++++++++ MODALS ++++++++++++++++++++++++*/

.modal-content {
  background-color: rgba(0,0,0) !important;
}

.modal {
  margin-top: 4.5em;
}


/* ++++++++++++++++++++++++++++ MEDIAS ++++++++++++++++++++++++*/




@media (max-width: 767.98px) 
{ 
  #content-form
  {
    width: 90%;
  }
  
  .nav-link {
    font-size: 22px !important;
  }

  #paymentForm {
    min-height: 850px;
  }
  
  .pagination {
    margin-top: 1em !important;
  }

  .col-content {
    margin-top: 25%;  
  }
  
  .welcome-buttons 
  {
    margin-top: 2em;
  }
  
  .welcome-button 
  {
    position: relative;
    display: inline-block !important;
    text-align: center;
    width: 100px !important;
  }
}

@media (min-width: 767.98px) 
{ 
#content-form
  {
    width: 70%;
  }

  .dropdown-menu {
    background-color: rgba(0,0,0,.8) !important;
  }
  
  .dropdown-item {
    margin: 0 !important;
    margin-bottom: 0.3em !important;
    width: 100%;
    text-align: center;
  }
  
  body {
    padding-bottom: 3em;
    background:linear-gradient(0deg, rgba(26, 26, 28, 0.8), rgba(26, 26, 28, 0.8));
  }
}

@media (min-width: 992px)
{

}

@media (min-width: 1200px)  
{ 

  #content-form
  {
    width: 40%;
  }
  html 
  {
    min-height: 650px;
  }
  .col-holder {
    min-height: 660px;  
  }
  
  .col-padding-min-1200 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }

  .col-content {
    margin-top: 70%;  
  }
  
  .col-row > .col-row-data > p  {
    float: left !important;
  }
  
  .col-row > .col > p > .col-row-data-span {
    font-size: 12px;
    float: left !important;
    text-align: left !important;
  }
}

@media (min-width: 1300px)
{

  body {
    padding-bottom: 3em;
    background:linear-gradient(0deg, rgba(26, 26, 28, 0.8), rgba(26, 26, 28, 0.8)), url(//r-scale-c4.static.go3.tv/scale/go3/webuploads/rest/upload/vod/1621022/images/8495779?dsth=1080&dstw=1920&srcmode=0&quality=65&type=1&srcx=1&srcy=1&srcw=1/1&srch=1/1);
    background-size: cover;
  }
  .col-row > .col > p > .col-row-data-span {
    font-size: 12px;
  }
  
}

@media (min-width: 1400px) 
{
#content-form
  {
    width: 30%;
  }
  .col-content {
    margin-top: 25%;  
  }
}

@media (min-width: 1600px) 
{
  .col-holder {
    min-height: 700px;  
  }
  
  .col-content {
    margin-top: 25%;  
  }
}

.alert {
  
  border-color: #f40000  !important;  
  background-color: #f40000  !important;
}

.close > span {
  font-size: 24px;
  line-height: 1 !important;
}

.paymethods-holder {
  margin: 0;
}

.payment-heading {
  margin-bottom: 15px;
  text-align: center;
}

.paymethods {
  background-color: #F2F2F2 !important;
  padding-top: 2em;
  padding-left: 2em;
  padding-bottom: 2em;
  border-radius: 5px;
}

.custom-radio {
  margin-bottom: 5px;
}

.hidden-button {
  display: none !important;
}

