﻿body {
    font-family: 'FreesiaUPC', Arial, sans-serif;
    font-size: 22px;
    color: #5c5c5c;
}

.header-bg {
    background-image: url('../../Images/header_bg.jpg');
    background-repeat: no-repeat;
    background-size: 516px 50px;
}

.navbar-mtl {
    background-color: #EA098D;
    border-width: 0px;
}

.navbar-mtl .navbar-toggle {
    border-color: white;
}

.navbar-mtl .navbar-toggle .icon-bar {
    background-color: #fff;
}


.btn-mtl {
    color: #fff;
    background-color: #EA098D;
    border-color: #D76da4;
}

    .btn-mtl:focus,
    .btn-mtl.focus {
        color: #fff;
        background-color: #EA098D;
        border-color: #D76da4;
    }

    .btn-mtl:hover {
        color: #fff;
        background-color: #B9006F;
        border-color: #D74d74;
    }

    .btn-mtl:active,
    .btn-mtl.active,
    .open > .dropdown-toggle.btn-mtl {
        color: #fff;
        background-color: #B9006F;
        border-color: #D74d74;
    }

        .btn-mtl:active:hover,
        .btn-mtl.active:hover,
        .open > .dropdown-toggle.btn-mtl:hover,
        .btn-mtl:active:focus,
        .btn-mtl.active:focus,
        .open > .dropdown-toggle.btn-mtl:focus,
        .btn-mtl:active.focus,
        .btn-mtl.active.focus,
        .open > .dropdown-toggle.btn-mtl.focus {
            color: #fff;
            background-color: #D726a4;
            border-color: #B9006F;
        }

    .btn-mtl:active,
    .btn-mtl.active,
    .open > .dropdown-toggle.btn-mtl {
        background-image: none;
    }

    .btn-mtl.disabled,
    .btn-mtl[disabled],
    fieldset[disabled] .btn-mtl,
    .btn-mtl.disabled:hover,
    .btn-mtl[disabled]:hover,
    fieldset[disabled] .btn-mtl:hover,
    .btn-mtl.disabled:focus,
    .btn-mtl[disabled]:focus,
    fieldset[disabled] .btn-mtl:focus,
    .btn-mtl.disabled.focus,
    .btn-mtl[disabled].focus,
    fieldset[disabled] .btn-mtl.focus,
    .btn-mtl.disabled:active,
    .btn-mtl[disabled]:active,
    fieldset[disabled] .btn-mtl:active,
    .btn-mtl.disabled.active,
    .btn-mtl[disabled].active,
    fieldset[disabled] .btn-mtl.active {
        background-color: #9B005E;
        border-color: #D7267E;
    }

    .btn-mtl .badge {
        color: #EA098D;
        background-color: #fff;
    }


.body-content {
    padding-top: 7%;
}

#background {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
    width: 100%;
    height: 100%;
}

div.container4 {
    /*margin-top: -100px;*/
    height: 200px;
    position: relative;
}

    div.container4 div.logo {
        width: 160px;
        height: 100px;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        background: url('https://www.muangthai.co.th/MTLResources/mtl-logo-486x302.png');
        background-size: 100% 100%;
    }

.mtl-header-content {
    margin-top: -20px
}

.mtl-header {
    color: #ec008c;
    font-size: 1.3em;
}

.mtl-header-en {
    font-size: 0.9em;
}

.mtl-sub-header {
    color: #ec008c;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.mtl-sub-header-en {
    font-size: 0.8em;
}

.mtl-content-link {
    color: #ec008c;
    font-size: 1.2em;
    margin-bottom: 0px;
}

.mtl-content-link-en {
    color: #ec008c;
    font-size: 0.8em;
}

.mtl-content {
    font-size: 1.1em;
    margin-bottom: 7px;
}


.mtl-content-other-link {
    font-size: 1.0em;
}

.mtl-text-color {
    color: #ec008c;
}

.mtl-content-en {
    font-size: 0.8em;
}

.padding-content {
    margin-top: 15px;
}

.leading-content {
    margin-top: -10px;
}

.store-logo {
    width: 6em;
}

.link-content {
    text-align: left;
}

.switch-lang {
    width: 45px;
    height: 45px;
}

@media screen and (max-width: 768px) {
    .link-content {
        text-align: left;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 20px;
    }

    input::-webkit-input-placeholder {
        font-size: 20px;
        line-height: 3;
    }

    input:-moz-placeholder {
        font-size: 20px;
        line-height: 3;
    }

    input:-ms-input-placeholder {
        font-size: 20px;
        line-height: 3;
    }

    .swal-text {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .swal-button {
        font-size: 22px !important;
    }

    .mtl-header-content {
        margin-top: -45px
    }

    div.container4 {
        /*margin-top: -50px;*/
        height: 150px;
        position: relative;
    }


        div.container4 div.logo {
            width: 129px;
            height: 80px;
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            background: url('https://www.muangthai.co.th/MTLResources/mtl-logo-486x302.png');
            background-size: 100% 100%;
        }

    .store-logo {
        width: 6em;
    }

    .switch-lang {
        width: 30px;
        height: 30px;
    }

    .btn {
        font-size: 1em !important;
    }
}

a {
    color: #4FA6D7 !important;
}

.btn {
    font-size: 1em !important;
}

.mtl-font-color {
    color: #4FA6D7;
}

.download-label-size-icon {
    width: 2.5em;
    margin-bottom: 7px
}

.document-size-icon {
    width: 0.6em;
    margin-bottom: 10px;
}

.download-size-icon {
    width: 0.6em;
    margin-bottom: 5px;
}

.card-size-icon {
    width: 0.7em;
    margin-bottom: 4px;
}

input::-webkit-input-placeholder {
    font-size: 22px;
    line-height: 3;
}

input:-moz-placeholder {
    font-size: 22px;
    line-height: 3;
}

input:-ms-input-placeholder {
    font-size: 22px;
    line-height: 3;
}

.swal-modal {
    background-color: #f3f3f3;
    -webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.5);
    box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.5);
}

.swal-text {
    font-size: 24px !important;
    line-height: 32px !important;
}

.swal-footer {
    text-align: center !important;
}

.swal-button-container {
    margin: 5px !important;
}

.swal-button {
    padding: 0px 10px !important;
    background-color: #DCDCDC !important;
    font-size: 24px !important;
    border: 0 !important;
    border-color: #f3f3f3 !important;
    color: #77c6bf !important;
}

.swal-overlay {
    background-color: rgba(255, 255, 255, 0);
}

.remark-ul {
    list-style: none;
}

.remark-li {
    padding-left: 1em;
    text-indent: -1em;
}

    .remark-li:before {
        content: "Remark:";
        margin-left: -20px;
        font-weight: bold;
    }

ul {
    margin-bottom: 0;
}

.footer {
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    /*bottom: 0;*/
    margin-top: 5%;
}

.form-control {
    font-size: 20px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.form-label-custom {
    font-size: 16px !important;
    font-weight: bold;
    color: black;
    font-family: 'KaLaTeXa Text';
}

.form-input-custom {
    font-size: 18px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-family: 'KaLaTeXa Text';
}

.form-dropdown-custom {
    font-size: 18px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-family: 'KaLaTeXa Text';
    padding: 0 0 0 .75rem
}

/*@media (min-width: 576px) {
    .form-control {
        font-size: 24px !important;
    }
}
@media (max-width: 300px) {
    .form-control {
        font-size: 14px !important;
    }
}*/

/*@media (min-width: 1200px) {

    .container {
        max-width: 80% !important;
    }
}

@media (min-width: 992px) {


    .container {
        max-width: 80% !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 80% !important;
    }
}

@media (min-width: 576px) {

    .container {
        max-width: 80% !important;
    }
}*/

.swal-text {
    text-align: center !important;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    line-height: 40px;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    line-height: 40px
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    line-height: 40px
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    line-height: 40px
}

tr td th {
    white-space: normal;
}

.datedropdown {
    display: block !important;
    width: 100% !important;
    font-size: 22px !important;
    margin: auto auto 10px auto;
}

.dropdown-menu {
    font-size: 22px !important;
}


.bootstrap-select {
    width: 100% !important;
}