﻿/* Self Define CSS */
html {
    font-size: 18px;
}

body {
    margin: 0;
    width: 100%;
    background-image: none;
}

body, input, select {
    font-family: Arial, SimHei,'Microsoft YaHei', sans-serif;
}


table {
    font-size: 18px;
    border-collapse: collapse;
}

table td,
table th {
    text-align: left;
}

form {
    margin: 0;
}

a {
    color: #0071BA;
    text-decoration: none;
}

input {
    padding: 5px;
    font-size: 18px;
    border: 1px solid #B0B0B0;
    border-radius: 2px;
    outline: 0;
}

input[type=checkbox],
input[type=radio],
label {
    margin: 0;
    margin-right: 5px;
    vertical-align: middle;
}

input[type=file] {
    border: 0;
    border-radius: 0;
}

textarea {
    resize: vertical;
}

caption.Reasonable {
    background-color: #8080ff;
    color: white;
    border-style: solid;
    border-color: black;
}

table.Reasonable {
    font-family: arial;
    background-color: white;
    border-style: solid;
    border-color: #CC9966;
    border-collapse: collapse;
}

th.Reasonable {
    background-color: midnightblue;
    color: white;
}

tr.Reasonable {
    vertical-align: middle;
}

td.Reasonable {
    background-color: white;
    color: black;
    border-style: solid;
    text-align: left;
}

b.Reasonable {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

.leftFont {
    float: left;
    min-width: 100px;
    min-height: 10px;
}

.rightFont {
    min-width: 60%;
    float: left;
}

    .rightFont table {
        float: left;
    }

.alertFont {
    float: left;
}

.mPhoneText {
    width: 40px;
}

.mPhoneCyText {
    width: 75px;
}

.btn {
    padding: 0 36px;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    font-size: 21px;
    color: white;
    background-color: #0071BC;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: none;
}


.smbtn {
/*    padding: 0 30px;*/
    width: 114px;
    height: 40px;
    cursor: pointer;
    font-size: 18px;
    color: white;
    background-color: #0071BC;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: none;
}



.phoneCountryList {
    border: 1px solid #9ECCE7;
    border-radius: 2px;
    height: 26px;
    width: 90px;
}

/*.phoneCountryCode {
    width: 48px;
    display: inline-block;
    margin-left: -6px;
}*/

.phoneNumber {
    width: 156px;
    font-size: 16px;
    border: 1px solid #9ECCE7;
    border-radius: 2px;
    line-height: 22px;
}

.mCssText, .mPhoneText, .mPhoneCyText {
    Width: 300px;
    font-size: 16px;
    border: 1px solid #9ECCE7;
    border-radius: 2px;
    line-height: 22px;
}

select.mCssText {
    height: 28px;
    padding: 1px 0;
}

textarea.mCssText {
    padding: 10px;
}

.mPhoneText {
    width: 50px;
}

.mPhoneCyText {
    width: 96px;
}

.formdetail {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    float: left;
    display: flex;
    align-items: center;
    background-color: #E5F8FC;
    position: relative;
    min-height: 600px;
}


.detailtable {
    float: left;
    width: 50%;
    padding: 30px;
    text-align: center;
}

.formdetail .leftFont {
    width: 150px;
    padding-right: 5px;
    word-break: keep-all;
    word-wrap: break-word;
}

.formdetail img {
    max-width: 100%;
}

.tblMain {
    border-spacing: 10px;
}

.subscriptionInfo {
    text-align: left;
}



.logocss {
    margin-left: 0
}

    .logocss img {
        max-height: 60px;
        max-width: 100%
    }

.logodiv {
    margin-bottom: 30px;
}

.languagediv {
    float: right;
    margin-top: 10px;
}


.unsubscribeImg {
    width: 180px;
    max-width: 100%
}

.main {
/*    overflow: hidden;*/
    background-color: #fff;
    padding: 0 15px;
    min-height: 225px;
/*    box-shadow: 0 0 11px rgb(0 0 0 / 12%);*/
}


.main,
.footer-nav {
    max-width: 742px;
    margin-left: auto;
    margin-right: auto;
}

.footer-nav{
    margin: 50px auto 15px;
}

.head-line {
    height: 20px;
    background-color: #0071BC;
}

.header {
    position: relative;
    margin-bottom: 50px;
}

.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "";
    border-bottom: 0;
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #666666;
}

.dropdown-item {
    display: block;
/*    width: 100%;*/
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:focus, .dropdown-item:hover {
        text-decoration: none;
        background-color: #E3F7FA;
    }

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}


.company {
    color: #4D4D4D;
    font-size: 14px;
}

.spread {
    color: #B1B1B1;
    font-size: 14px;
}

.spread a {
    color: #B1B1B1;
}


@media (max-width: 767px) {
    .languagediv {
        margin-bottom: 10px;
    }

/*    .rightFont select.phoneCountryList {
        width: calc(30% - 4px);
    }*/

    .phoneCountryCode {
        width: 10%
    }

    .phoneNumber {
        width: calc(60% - 4px)
    }

    .subscriptionInfo {
        margin: auto;
        display: inline-block
    }

    .detailtable {
        padding: 0;
        min-height: 200px;
    }

    .formdetail {
        display: block;
        min-height: 200px;
    }

    .detailtable {
        width: 100%;
    }

    .detailtable {
        width: 100%
    }

    .formdetail .leftFont {
        width: 100%;
    }

    .formdetail .rightFont {
        width: 85%;
    }



    table {
        width: 100%;
    }

    .formdetail table {
        width: unset;
    }

    textarea {
        border: 1px solid #999999;
        border-collapse: collapse;
        width: 90%;
    }

    .mCssText {
        width: 90%;
    }

    .mPhoneText {
        width: 15%;
    }

    .mPhoneCyText {
        width: 30%;
    }

    .mSpan {
        white-space: nowrap;
    }

    .leftFont {
        float: left;
        min-width: 100px;
        min-height: 0;
    }

    .rightFont select {
        width: 90%;
        overflow: hidden;
        white-space: pre;
        text-overflow: ellipsis;
        -webkit-appearance: none;
    }

    #tblMain td {
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}



