@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

/* Make text size responsive */

html {
    /* Minimum 16x, and grows more slowly
    / (half the rate of screen growth)*/
    font-size: calc(0.8em + 0.2vw);

    /* Line-height based on font-size,
    / with addition viewport-relative growth*/
    line-height: calc(1.1em + 0.2vw);
    margin: 0.1em;
    scroll-padding-top: 4rem;
}

.btn-submit.submitting {
  pointer-events: none !important;
  opacity: 0.6;
  cursor: not-allowed !important;
}

.logo{
  padding:0.5rem;
  margin-right:0px;
  margin-top: 0px;
  height:45px;
  width:150px;
  background-image:url("../img/inforarios_logo_dbg.svg");
  background-repeat:no-repeat;
  background-position-y: center;
  z-index:1000;
}

.view, body, html {
    height: 100%
}

@media (max-width:740px) {
    .full-page-intro {
        height: 1000px
    }
}

.carousel .carousel-inner, .carousel .carousel-inner .active, .carousel .carousel-inner .carousel-item {
    height: 70vh;
}


.navbar {
    background-color: rgba(220, 0, 0, 1);
}


.page-footer {
    position: relative;
    bottom: 0;
    
}

/*.page-footer, .top-nav-collapse {

}*/

@media only screen and (max-width:768px) {
    .navbar {
        background-color: rgba(220,0,0,1);
    }
}
/*
html, body, header {
    height: 60vh;
}


@media (max-width: 740px) {
    html, body, header, .carousel {
        height: 60vh;
    }
}

@media (max-width:776px) {
    .carousel {
        height: 60vh;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html, body, header, .carousel {
        height: 30vh;
    }
}
*/
@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: rgba(220,0,0,1)!important;
    }
}

.carousel-example-1z {
    font-family: 'Roboto', sans-serif;
    height: 70vh;
    margin-top: 56px;
}

.carousel-inner {
    color: white;
    font-family: 'Roboto', sans-serif;
}

.reg-head {
    height: 200px;
    background-color: rgb(240, 0, 0, 1);
}

/* md-form input style override 
.md-form input:not([type]), 
.md-form input[type="text"]:not(.browser-default), 
.md-form input[type="password"]:not(.browser-default), 
.md-form input[type="email"]:not(.browser-default), 
.md-form input[type="url"]:not(.browser-default), 
.md-form input[type="time"]:not(.browser-default), 
.md-form input[type="date"]:not(.browser-default), 
.md-form input[type="datetime"]:not(.browser-default), 
.md-form input[type="datetime-local"]:not(.browser-default), 
.md-form input[type="tel"]:not(.browser-default), 
.md-form input[type="number"]:not(.browser-default), 
.md-form input[type="search"]:not(.browser-default), 
.md-form input[type="phone"]:not(.browser-default), 
.md-form input[type="search-md"], 
.md-form textarea.md-textarea {

}*/

/* md-form adjust size of icons */
.md-form .prefix {
    top: .8rem;
    font-size: 1.4rem;
}

/* adjust radius of login modal */
.modal-dialog .modal-content .modal-header {
    border-radius:1rem 1rem 0rem 0rem;

}

.modal-dialog .modal-content{
    border-radius: 1rem 1rem 1.5rem 1.5rem;
}
.modal-header {
    background-color:rgba(220,0,0,0.8);
    color:white;
}

/* modal close icon */
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    text-shadow:none; 
    opacity: 0.7;
}

/* md-form input focus style override - LOGIN */
.md-form input:not([type]):focus:not([readonly]), 
.md-form input[type="text"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="password"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="email"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="url"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="time"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="date"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="number"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="search"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="phone"]:not(.browser-default):focus:not([readonly]), 
.md-form input[type="search-md"]:focus:not([readonly]), 
.md-form textarea.md-textarea:focus:not([readonly]) {
    color:rgb(240, 0, 0, 0.8);
    border-bottom: 1px solid rgba(240, 0, 0, 0.8);
    -webkit-box-shadow: 0 1px 0 0 rgba(240, 0, 0, 0.8);
    box-shadow: 0 1px 0 0 rgba(240, 0, 0, 0.8);
}

/* md-form input focus label style override - LOGIN */
.md-form input:not([type]):focus:not([readonly])+label,
.md-form input[type="text"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="password"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="email"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="url"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="time"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="date"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="number"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="search"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="phone"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="search-md"]:focus:not([readonly])+label,
.md-form textarea.md-textarea:focus:not([readonly])+label 
{
    color:rgba(240, 0, 0, 0.8);

}

/* md-form prefix icon when active*/
.md-form .prefix.active {
    color:rgba(240, 0, 0, 0.8);
}

/*form control focus override */
.form-control:focus {
    color: rgba(240,240,240,1);
    background-color: rgba(60,60,60,1);
    border-color: rgba(0,0,0,1);
    outline: 0;
    box-shadow: none;
}
.btn-link:hover{
    -webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
}
.btn-primary:hover {
    color: #ffffff;
    background-color: rgba(255,0,0,0.8);
}
.btn-outline-danger:hover {
    background-color:red!important;
    color:white!important;
}

.btn-primary{
 background-color:rgba(220,0,0,0.8)!important;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    background-color:rgba(220,0,0,1)!important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    border-color:rgba(220,0,0,1);
}

.btn-danger:hover {
    color: #fff;
    background-color:red!important;
}
.redinfo {
    background-color: rgba(220,0,0,0.8);
}

.text-red{
    color:rgba(220,0,0,1);
}
/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
  
}
  
  /* Track */
  ::-webkit-scrollbar-track {
     border-radius: 10px;
    background:white; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background: #cccccc;

  }

  /*image div*/
  .gif_d {
    width:640px;
  }
  .gif_d > img {
    filter:drop-shadow(0 0 0.75rem #DDDDDD); 
  }
  
  @media (min-width:992px) {
    .gif_d {
        width: 800px;
    }
  }
  
  @media (min-width:768px) {
    .gif_d {
        width: 760px;
    }
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ff0000;  
  } 

  .copy-pai{
    width:78%!important;
  }
    

  .copy-pai p.click-to-copy{
    display:none;
    position: absolute;
    width: 100%;
  }
  .copy-pai:hover p.click-to-copy {
    display:block;
    cursor:copy;
  }
  .copy-pai p.c2c {
    visibility:visible;
  }
  .copy-pai:hover p.c2c {
    visibility:hidden;
  }