/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    background: #ffffff; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #6441A5, #2a0845); /* Chrome 10-25, Safari 5.1-6 */
}

body {
    /*font-family: montserrat, arial, verdana;*/
    font-family: "Poppins", Sans-serif;
    background: transparent;
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 60px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #26c4d5;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #26c4d5;
}

#msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #26C4D5;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-size: 10px;
    width: 25%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #ffffff;
    background: #26c4d5;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #26c4d5;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #2100a5;
    color: white;
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #26c4d5;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}

/* Costume */

.m-0{
    margin: 0px !important;
}

#vehicle_domain{
    height: 34px;
    border-right-width: 0px;
}

.input-group-addon{
    padding: 0px 0px !important;
    border: none !important;
}

h1.instancia{
    font-size: 40px;
    margin-bottom: 0;
}

.plugin-form{
    background-color: white;
}

.plugin-form{
    border: solid;
    border-width: thin;
    border-color: #bfbebe;
    padding: 50px;
}

.required{
    color: #d23c29;
}

.check-div{
    padding-left: 15px;
}

.help-block{
    font-size: 11px;
}

.well{
    background-color: #e0dddd;
    padding: 15px;
}

.form-control[disabled]{
    cursor: not-allowed;
    background-color: #eeeeee;
}

.error-block{
    float: right;
    width: 100%;
    background-color: #fffafa;
    border: solid 1px #ffbebf;
    color: #bb090a;
    display: inline;
    padding: 5px;
}

.icon-btn{
    height: 60px;
    min-width: 80px;
    margin: 5px 5px 0 0;
    border: 1px solid #ddd;
    padding: 12px 0px 0px 0px;
    background-color: #fafafa;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    color: #646464;
    text-shadow: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-btn:hover{
    text-decoration: none;
    border-color: #999;
    color: #444;
    text-shadow: 0 1px 0px white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.checkbox-inline{
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.schedule .icon-btn.selected{
    background-color: #666;
    color: #fff;
    text-decoration: none!important;
}

.schedule .icon-btn.disabled{
    color: #ccc;
    border-color: #fafafa;
}

.schedule .icon-btn.disabled:hover{
    color: #ccc;
    border-color: #fafafa;
    cursor: not-allowed;
}

.date-icon{
    padding: 5px 0px 0px 0px !important;
}

.hidden{
    display: none !important;
}

.check-services{
    padding: 5px !important;
    width: auto !important;
    float: left !important;
}

.pointer{
    cursor: pointer;
}

.pointer_check{
    margin-top: 0.6em !important;
}

.fa-info-circle{
    color: #89c4f4;
    cursor: pointer;
}

.fa-info-circle:hover{
    color: #31708f;
}

.scrollslim{
    width: 200px; 
    max-height: 150px; 
    min-height: 50px;
    overflow-y: scroll;
}

.mt-20{
    margin-top: 20px;
}

hr {
    margin-top: 3rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.copy_right{
    text-align: center;
    color: white;
}

.resultado i{
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.resultado.success{
    background-color: #26C4D5;
}

#process-success .plugin-form{
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.resultado{
    width: 50px;
    height: 50px;
    border-radius: 50%!important;
    margin: 0 auto;
    text-align: center;
}

.py-5 {
    padding-top: 3rem !important;
  }

@media (max-width: 425px) {    
    #msform fieldset{
        width: 95% !important;
        margin: 0px 3% !important;
    }
}

@media (max-width: 768px) { 
    .header-img{ width: 100% !important; }

    .large_header{ min-height: 120px !important; }

    .row{ margin-right: 0px !important; margin-left: 0px !important;  }
    
    .plugin-form{padding: 15px !important;}

    h1.instancia{ font-size: 25px}

    h2.subtitulo{ font-size: 20px}

    .scrollslim{ height: 40vh !important;} 

    .head{ padding-bottom: 10px !important;
    }
}

@media (min-width: 1440px) {    
    .plugin-form{ margin-left: 24% !important;}
}

@media (min-width: 1800px) {    
    .plugin-form{ margin-left: 44% !important;}
}

@media (min-width: 2500px) {    
    .plugin-form{ margin-left: 74% !important;}
}

@media (min-width: 992px){
    .offset-lg-2 { margin-left: 17%; }
}
