﻿

h1 {
    font-size: 80px;
}

@media (min-width: 200px) {
    h1 {
        font-size: 55px;
    }

    .letter-space-10 {
        letter-spacing: 2px;
    }
}

@media (min-width: 400px) {
    h1 {
        font-size: 60px;
    }

    .letter-space-10 {
        letter-spacing: 0px;
        font-size:14px;
    }
}

@media (min-width: 600px) {
    h1 {
        font-size: 90px;
    }

    .letter-space-10 {
        letter-spacing: 9px;
    }
}

@media (min-width: 800px) {
    h1 {
        font-size: 80px;
    }

    .letter-space-10 {
        letter-spacing: 7px;
    }
}

@media (min-width: 1000px) {
    h1 {
        font-size: 100px;
    }

    .letter-space-10 {
        letter-spacing: 5px;
    }
}



.Business-logo-file-input {
    height: 230px;
    /* border: 1px solid #cacfe7; */
    /* background: white; */
    padding: 10px;
    /* width: 100%; */
    cursor: pointer;
    /* border-radius: 5px; */
    text-align: center;
}

.Business-sign-file-input {
    height: 115px;
    /* border: 1px solid #cacfe7; */
    /* background: white; */
    padding: 10px;
    /* width: 100%; */
    cursor: pointer;
    /* border-radius: 5px; */
    text-align: center;
}

.center {
    display: inline;
    margin: 3px;
}

.form-input {
    width: 100%;
    max-height: 100px;
    background: #fff;
}

    .form-input input {
        display: none;
    }

    .form-input label {
        width: 100%;
        height: 100px;
        cursor: pointer;
    }

.Business-logo-file-input .img-logo {
    max-width: 95% !important;
}

.Business-sign-file-input .img-sign {
    max-width: 45% !important;
}

.short-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row-group {
    cursor: pointer;
}

.row-header {
    background-color: #142127;
    color: white;
    padding: 10px;
    /*pointer-events: none;*/
}

#faq .card {
    margin-bottom: 30px;
    border: 0;
}

    #faq .card .card-header {
        border: 0;
        -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
        box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
        border-radius: 2px;
        padding: 10px;
        color: #fff;
        display: block;
        text-align: left;
        background: #142127;
        color: white;
    }

        #faq .card .card-header .btn-header-link {
            color: #fff;
        }

            #faq .card .card-header .btn-header-link span {
                float: right;
            }

                #faq .card .card-header .btn-header-link span:after {
                    content: "\f107";
                    font-family: 'Font Awesome 5 Free';
                    font-weight: 900;
                    float: right;
                    margin-left: 10px;
                }

    /*#faq .card .card-header .btn-header-link.collapsed {
                    background: white;
                    color: #222;
                }*/

    /* #faq .card .card-header .btn-header-link.collapsed:after {
                        content: "\f106";
                    }*/

    #faq .card .collapsing {
        /*  background: #FFE472;*/
        line-height: 30px;
    }

    #faq .card .collapse {
        border: 0;
    }

        #faq .card .collapse.show {
            /*background: #FFE472;*/
            line-height: 30px;
            color: #222;
        }


/* FANCY COLLAPSE PANEL STYLES */
.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0;
}

.fancy-collapse-panel .panel-heading {
    /*  padding: 10px 50px 10px 15px;
    display: inline-block;
    width: 100%;
    background-color: #142127;
    color: #ffffff;
    position: relative;  
    border-radius: 10px;*/
    padding: 10px 50px 10px 15px !important;
    display: inline-block;
    background-color: #142127;
    position: relative;
    /*border-radius: 10px;*/
}

.info-div {
    background-color: #142127;
    /* border-radius: 0 0 10px 10px;*/
    color: white;
}

    .info-div .tb-bill-detail {
        width: 100%;
        color: white;
        margin-bottom: 0;
    }

        .info-div .tb-bill-detail td, th {
            padding: 0.1rem;
            vertical-align: top;
            border-top: 1px solid #dee2e6;
        }

       /* .info-div .tb-bill-detail td, .table th {
            vertical-align: middle;
        }*/

        .info-div .tb-bill-detail thead th {
            font-weight: 300;
            font-size: 12px;
            border-bottom: 0;
            padding-left: 1rem;
        }

        .info-div .tb-bill-detail td {
            font-size: 12px;
            font-weight: 300;
            padding: 1px;
        }

.fancy-collapse-panel .panel-heading a {
    color: white;
}

    .fancy-collapse-panel .panel-heading a:after {
        font-family: "FontAwesome";
        content: "\f147";
        position: absolute;
        right: 20px;
        font-size: 20px;
        font-weight: 400;
        top: 50%;
        line-height: 1;
        margin-top: -10px;
    }

    .fancy-collapse-panel .panel-heading a.collapsed:after {
        content: "\f196";
    }


.TruckLoader {
    position: relative;
    width: 205px;
    height: 40px;
    background: #ffc107;
    animation: put-put 2s infinite, move-truck 10s infinite;
    background-size: 100% auto;
    border-radius: 4px;
    -webkit-box-reflect: below 15px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.1, transparent), to(rgba(255, 255, 255, 0.1)));
}

    .TruckLoader:before, .TruckLoader:after {
        content: "";
        display: block;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        border: 2px solid #fff;
        background: #FFA500;
        position: absolute;
        bottom: -10px;
    }

    .TruckLoader:before {
        left: 6px;
    }

    .TruckLoader:after {
        right: 6px;
    }

.TruckLoader-cab {
    position: absolute;
    left: -35px;
    bottom: 0;
    width: 33px;
    height: 25px;
    background: #FF6347;
    border-radius: 40% 0 4px 4px;
    -webkit-box-reflect: below 15px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.1, transparent), to(rgba(255, 255, 255, 0.1)));
}

    .TruckLoader-cab:before, .TruckLoader-cab:after {
        position: absolute;
        content: "";
        display: block;
        background: #FF6347;
    }

    .TruckLoader-cab:before {
        width: 20px;
        height: 15px;
        top: -15px;
        right: 0;
        border-radius: 100% 0 0 0;
    }

    .TruckLoader-cab:after {
        border-radius: 50%;
        width: 16px;
        height: 16px;
        left: 5px;
        border: 2px solid #fff;
        background: #FFA500;
        position: absolute;
        bottom: -10px;
    }

.TruckLoader-smoke, .TruckLoader-smoke:after, .TruckLoader-smoke:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    right: -1px;
    bottom: -5px;
    border-radius: 50%;
    background: #fff;
}

.TruckLoader-smoke {
    animation: smoke-1 2s infinite;
}

    .TruckLoader-smoke:after {
        animation: smoke-2 3s infinite;
    }

    .TruckLoader-smoke:before {
        animation: smoke-3 4s infinite;
    }

@-webkit-keyframes put-put {
    0% {
        margin-top: 0px;
        height: 50px;
    }

    5% {
        margin-top: -2px;
        height: 52px;
    }

    20% {
        margin-top: -1px;
        height: 50px;
    }

    35% {
        margin-top: 1px;
        height: 49px;
    }

    40% {
        margin-top: -1px;
        height: 51px;
    }

    60% {
        margin-top: 1px;
        height: 49px;
    }

    75% {
        margin-top: 0px;
        height: 50px;
    }

    80% {
        margin-top: -4px;
        height: 52px;
    }

    100% {
        margin-top: 1px;
        height: 49px;
    }
}

@-webkit-keyframes smoke-1 {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0.9;
    }

    100% {
        right: -30px;
        bottom: 5px;
        width: 30px;
        height: 30px;
        opacity: 0;
    }
}

@-webkit-keyframes smoke-2 {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0.9;
    }

    100% {
        right: -60px;
        bottom: 8px;
        width: 25px;
        height: 25px;
        opacity: 0;
    }
}

@-webkit-keyframes smoke-3 {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0.9;
    }

    100% {
        right: -40px;
        bottom: 2px;
        width: 35px;
        height: 35px;
        opacity: 0;
    }
}

@-webkit-keyframes move-truck {
    0% {
        margin-left: 90%;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        margin-left: 45%;
    }

    90% {
        opacity: 1;
    }

    100% {
        margin-left: 0;
        opacity: 0;
    }
}


.sticky-action .sticky-action-head {
    position: sticky;
    right: -20px;
    background: #FFFE;
    z-index: 10;
}

table.data-table.sticky-action td:last-child {
    position: sticky;
    right: -20px;
    background: #FFFE;
    z-index: 5;
}
