html {
    font-size: 62.5%;
}

* {
    font-size: 1.7rem;
}

input, select, textarea, button {
    font-size: 2rem;
}

.form-control {
    font-size: 1.6rem;
}

#drag_drop{
    background-color : #f9f9f9;
    border : #ccc 4px dashed;
    line-height : 250px;
    padding : 12px;
    font-size : 24px;
    text-align : center;
}

#progress_bar {
    display:none;
    height:50px;
}

#progress_bar_process {
    width:0%;
    height:50px;
}

#logo {
    max-width:400px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.w25 {
    width: 49%;
}

.w100 {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .w25 {
        width: 100%;
    }
}

input, select, textarea {
    margin-bottom: 1rem;
}

input[type='checkbox'] {
    float: left;
    margin-top: 5px;
}

.checkbox_text {
    margin-left: 25px;
}

#send_button {
    background-color: #dc3545;
    color: #fff;
    margin-bottom: 2rem;
    padding: 1rem;
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 2.2rem;
    border: 0;
}

#print_button {
    background-color: #dc3545;
    color: #fff;
    margin-bottom: 2rem;
    padding: 1rem;
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 2.2rem;
    border: 0;
}

#send_button:hover, #print_button:hover {
    background-color: #231f20;
    transition: 1s;
}

.clear_float {
    clear:both;
}

#confirmation_container {
    color: inherit;
}

.card-header {
    padding:0;
    background-color: #fff;
    border: 0;
}

.custom_link {
    color: #dc3545;
}

.custom_link:hover {
    color: #231f20;
    transition: 1s;
}

#choose_files_button {
    background-color: #efefef;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #666;
    color: #666;
    border-radius: 5px;
}

#multiple_files {
    display:none;
}

#en_flag, #de_flag {
    width:40px;
}

#title_container {
    color: #231f20;
    font-size: 1.8rem;
}

#qr_data {
    line-height: 1.5rem;
}

.logout_icon {
    color: #231f20;
    font-size: 3rem !important;
}

.xls_icon  {
    color: #dc3545;
    font-size: 4rem !important;
}

.xls_icon:hover {
    color: #231f20;
    transition: 1s;
}

.checked_in_icon {
    color: #67dc35;
    font-size: 3rem !important;
}

.unchecked_in_icon {
    color: #dc3545;
    font-size: 3rem !important;
}

.checked_in_icon:hover, .unchecked_in_icon:hover, .delete_icon:hover {
    color: #231f20;
    transition: 1s;
}

.gmap {
    max-width: 100%;
}


@media screen and (max-width: 1024px) {
    .map_container {
        text-align: left !important;
    }
}

@media print {
   .noprint {
      display: none;
   }
   #banner_container {
        padding-top:3rem;
   }
}

#banner {
    width:100%;
}

#banner_mobile {
    width:100%;
    display:none;
}

#banner_container {
    position: relative;
    text-align: left;
    color: white;
}

@media screen and (max-width: 1024px) {
    #banner {
        display:none;
    }
    #banner_mobile {
        display:block;
    }
}

#claim {
    position: absolute;
    font-weight: 200;
    top:110px;
    left:80px;
    font-size: 6.6rem;
    line-height: 6.6rem;
    color: #fff;
}

#event_data {
    position: absolute;
    top: 135px;
    left:58%;
    text-align:left;
}

#companies {
    position: absolute;
    font-weight: 200;
    top: 550px;
    left: 90px;
    font-size: 3rem;
    color: #fff;
}

.big_text {
    font-size: 5rem;
    line-height: 3.8rem;
    font-weight: 300;
    color:#000;
}

.little_text_strong {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 600;
    color:#000;
}

.little_text {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 300;
    color:#000;
}

#logo {
    max-width:250px;
    margin-left:-10px;
    margin-top: -10px;
}

@media screen and (min-width: 1280px) and (max-width: 1400px) {
    #claim {
        position: absolute;
        font-weight: 200;
        top:110px;
        left:80px;
        font-size: 6.6rem;
        line-height: 6.6rem;
        color: #fff;
    }

    #event_data {
        position: absolute;
        top: 135px !important;
        left:58%;
        text-align:left;
    }

    #companies {
        position: absolute;
        font-weight: 200;
        /*top: 550px;*/
        top: 90%;
        /*left: 90px;*/
        left: 100px;
        /*font-size: 3rem;*/
        font-size: 2.4rem;
        color: #fff;
        /*display: none;*/
    }

    .big_text {
        font-size: 3rem;
        line-height: 2.8rem;
        font-weight: 300;
        color:#000;
    }

    .little_text {
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 300;
        color:#000;
        margin-top: -10px;
    }

    #logo {
        max-width:150px;
        margin-left:-10px;
        margin-top: -40px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    #claim {
        position: absolute;
        font-weight: 200;
        top:110px;
        left:80px;
        font-size: 6.6rem;
        line-height: 6.6rem;
        color: #fff;
    }

    #event_data {
        position: absolute;
        /*top: 95px;*/
        top: 5%;
        left:58%;
        text-align:left;
    }

    #companies {
        position: absolute;
        font-weight: 200;
        top: 90%;
        /*left: 15%;*/
        left: 10%;
        /*font-size: 2.2rem;*/
        font-size: 2.1rem;
        color: #fff;
        display: block !important;
    }

    .big_text {
        font-size: 3rem;
        line-height: 2.8rem;
        font-weight: 300;
        color:#000;
    }

    .little_text {
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 300;
        color:#000;
        margin-top: -10px;
    }

    #logo {
        max-width:150px;
        margin-left:-10px;
        margin-top: -40px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
    #companies {
        left: 10%;
        font-size: 2rem;
    }
}

@media screen and (max-width: 1024px) {
    #claim {
        top:110px;
        left:100px;
        color: #2d543b;
        display:none;
    }

    #event_data {
        top: 275px;
        left: 100px;
        display:none;
    }

    #companies {
        top: 550px;
        left: 90px;
        color: #2d543b;
        display:none;
    }

    .big_text {
        font-size: 3rem;
        line-height: 2rem;
    }

    .little_text {
        font-size: 2rem;
        line-height: 2rem;
    }

    #logo {
        max-width:250px;
        margin-left:-10px;
        margin-top: -10px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
    #companies {
        left: 15%;
    }
}

.delete_icon {
    cursor:pointer;
    color: #dc3545;
    font-size: 3rem !important;
}

.checked_in_icon, .unchecked_in_icon {
    cursor:pointer;
}

#admin_company_group {
    font-size: 2.5rem;
    width: 70%;
}

.filter_title {
    font-size: 2.5rem;
}
