/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 100px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #f78c8e;
}

@media only screen and (min-width: 1024px) {
    .table.landTablePink.move1 td:nth-child(3) {
        text-align: left;
    }
    .table.landTablePink.move2 td:nth-child(2) {
        text-align: left;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        margin-bottom: 100px;
    }
    .footer {
        height: 100px;
    }
}

@media (min-width: 768px) {}

/* RWD_table end */

@media only screen and (max-width: 568px) {
    /* /RWD_table */
    table.table_red {
        background: white;
        border-collapse: collapse;
        margin: 1.25em 0 0;
        width: 100%;
    }
    table.table_red tr,
    table.table_red th,
    table.table_red td {
        border: none;
        border-bottom: 1px solid #e4ebeb;
        font-family: 'Lato', sans-serif;
        font-size: .875rem;
    }
    table.table_red th,
    table.table_red td {
        padding: 10px 12px;
        text-align: left;
    }
    table.table_red th {
        background: #56a2cf;
        color: #ffffff;
        text-transform: uppercase;
    }
    table.table_red tr td {
        background: #eaf3f5;
        color: #999999;
    }
    table.table_red tr:nth-of-type(2n+2) td {
        background: #ffffff;
    }
    table.bt tfoot th,
    table.bt tfoot td,
    table.bt tbody td {
        font-size: .8125rem;
        padding: 0;
    }
    table.bt tfoot th:before,
    table.bt tfoot td:before,
    table.bt tbody td:before {
        background: #fabdbe;
        color: #4c0000;
        margin-right: 10px;
        padding: 2px 10px;
    }
    table.bt tfoot th .bt-content,
    table.bt tfoot td .bt-content,
    table.bt tbody td .bt-content {
        display: inline-block;
        padding: 10px;
    }
    table.bt tfoot th:first-of-type:before,
    table.bt tfoot th:first-of-type .bt-content,
    table.bt tfoot td:first-of-type:before,
    table.bt tfoot td:first-of-type .bt-content,
    table.bt tbody td:first-of-type:before,
    table.bt tbody td:first-of-type .bt-content {
        padding: 10px;
    }
    table.bt tfoot th,
    table.bt tfoot td,
    table.bt tbody td {
        border-bottom: 1px #e0e0e0 solid;
    }
    /*
 * Example 2:
 * Container breakpoint
 */
    .clearfix::before,
    .clearfix::after {
        content: " ";
        display: table;
    }
    .clearfix::after {
        clear: both;
    }
    table.table_red {
        width: 100%;
    }
    .table.table_red {
        /* margin: 30px 0; */
        margin-bottom: 20px;
        border-collapse: collapse;
        border-spacing: 0;
        empty-cells: show;
        border: none;
    }
    .table.table_red caption {
        color: #333;
        font-style: italic;
        font-size: 85%;
        line-height: 1;
        padding: 1em 0;
        text-align: center;
    }
    .table.table_red td,
    .table.table_red th {
        /* border-left: 1px solid #e0e0e0; */
        border-width: 0 0 0 1px;
        font-size: inherit;
        margin: 0;
        overflow: visible;
        padding: 0.5em 1em;
        font-weight: normal;
    }
    .table.table_red td:first-child,
    .table.table_red th:first-child {
        border-left-width: 0;
    }
    .table.table_red thead,
    .table.table_red tfoot {
        background-color: #f05050;
        color: #fff;
        text-align: left;
        vertical-align: bottom;
    }
    .table.table_red thead td,
    .table.table_red tfoot td,
    .table.table_red thead th,
    .table.table_red tfoot th {
        border-color: #fff;
    }
    .table.table_red td {
        background-color: transparent;
    }
    .table.table_red td {
        padding: 0em;
    }
    .table.table_red td:last-child {
        margin-bottom: 10px;
    }
    .table.table_red td {
        border-bottom: 1px #e0e0e0 solid;
        border-right: 1px #e0e0e0 solid;
    }
    .table.table_red td:first-child {
        border-top: 1px #e0e0e0 solid;
    }
}

@media screen and (max-width: 480px) {
    body {
        margin-bottom: 170px;
    }
    .footer {
        height: 170px;
    }
    .company {
        height: 40px;
    }
    .company p {
        bottom: -10px;
    }
    .nav-tabs>li>a {
        padding: 10px 12px;
    }
    h2.text-center.f-w-700 {
        font-size: 38px;
    }
    /* .width250 {
        width: 166px;
    } */
}

@media screen and (max-width: 375px) {
    .nav-tabs>li>a {
        padding: 10px 12px;
    }
}

@media screen and (max-width: 360px) {
    .nav-tabs>li>a {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 320px) {
    body {
        margin-bottom: 160px;
    }
    .footer {
        height: 160px;
    }
    .nav-tabs>li {
        width: 33.3%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: none;
        background-repeat: no-repeat !important;
        background-size: none !important;
    }
    .select2-search input {
        background-position: none !important;
    }
}