﻿/*Small devices (landscape phones, 576px and up)*/
/*@media (max-width: 576px) {
    .Image_page1 {
        max-width: 500px !important;
    }
}*/

/*// Medium devices (tablets, 768px and up)*/
/*@media (max-width: 768px) {
    .Image_page1 {
        width: 348px;
    }
}*/

/*// Large devices (desktops, 992px and up)*/
/*@media (max-width: 992px) {
    .Image_page1 {
        width: 400px;
    }
}*/

/*// Extra large devices (large desktops, 1200px and up)*/
/*@media (max-width: 1200px) {
    .Image_page1 {
        width: 300px;
    }
}*/


/*.Image_page1 {
    width: 400px;
}


@media only screen and (max-width: 640px) and (max-width: 799px) {
    .Image_page1 {
        max-width: 300px;
    }
}


@media only screen and (max-width:1430px) {
    .Image_page1 {
        width: 400px;
    }
}*/

/*
@media only screen and (min-width:1024px) {
    .Image_page1 {
        width: 400px;
    }
}

@media(max-height:500px) {
    .Image_page1 {
        width: 400px;
    }
}*/
.txt-left {
    text-align: left !important;
}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .txt-center {
        text-align: center;
    }

    .Image_page1 {
        width: 350px;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
    }
    .SPAN_MR_NAME {
        padding: 10PX !important;
        float:none !important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 800px) {
    .txt-center {
        text-align: center;
    }
    .Image_page1 {
        width: 375px;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
    }
    .margin_left3px {
        margin-left: 3px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .Image_page1 {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
    }

    ::-webkit-scrollbar {
        width: 6px;
        height: 4px !important;
        border: none !important
    }

    ::-webkit-scrollbar-track {
        background: transparent !important;
        border-radius: 10px;
        opacity: .4;
        position: absolute
    }

    ::-webkit-scrollbar-thumb {
        background: #d1d1d1 !important;
        border-radius: 10px
    }

        ::-webkit-scrollbar-thumb:hover {
            width: 7px;
            background: #555 !important
        }

    .margin_left3px {
        margin-left: 3px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .Image_page1 {
        width: 850px;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
    }

    ::-webkit-scrollbar {
        width: 6px;
        height: 4px !important;
        border: none !important
    }

    ::-webkit-scrollbar-track {
        background: transparent !important;
        border-radius: 10px;
        opacity: .4;
        position: absolute
    }

    ::-webkit-scrollbar-thumb {
        background: #d1d1d1 !important;
        border-radius: 10px
    }

        ::-webkit-scrollbar-thumb:hover {
            width: 7px;
            background: #555 !important
        }

    .margin_left3px {
        margin-left: 4px;
    }
}




/*----------------------------*/


.container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

h2 {
    font-size: 26px;
    margin: 20px 0;
    text-align: center;
}

    h2 small {
        font-size: 0.5em;
    }

.responsive-table li {
    border-radius: 10px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.responsive-table .table-header {
    background-color: #95A5A6;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.responsive-table .table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    /*padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 12px;*/
}

.responsive-table .col-1 {
    flex-basis: 10%;
}

.responsive-table .col-2 {
    flex-basis: 40%;
}

.responsive-table .col-3 {
    flex-basis: 25%;
}

.responsive-table .col-4 {
    flex-basis: 25%;
}

@media all and (max-width: 767px) {
    .responsive-table .table-header {
        display: none;
    }

    .responsive-table li {
        display: block;
    }

    .responsive-table .col {
        flex-basis: 100%;
    }

    .responsive-table .col {
        display: flex;
        /*padding: 10px 0;*/
    }

        .responsive-table .col:before {
            color: #6C7A89;
            padding-right: 10px;
            content: attr(data-label);
            flex-basis: 50%;
            text-align: right;
        }
}

.input_chg {
    border-color: #f58634 !important;
    border-width: medium !important;
}