html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 14px;
    font-family: zybrand, Arial, "Helvetica Neue", "Open Sans", sans-serif;
    color: #333333;
    background-color: #ffffff;
}

body {
    position: relative;
    overflow: auto;

    /* transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    background: url("../img/common/background.jpg") no-repeat center; */
    background-size: cover;
}

#my-modal {
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

#id-wrapper {
    position: relative;
    min-height: 100%;
}

#id-content {
    padding-top: 20px;
    padding-bottom: 60px;
}

#form {
    margin: 80px 80px 0 80px;
    width: 300px;
}

ul li {
    list-style-type: none;
}

.checkbox {
    margin: 0;
}

.ldBody {
    margin: 0 auto;
    max-width: 1000px;
}

.ldLogo img {
    margin-top: 5px;
    margin-right: 1rem;
    width: 160px;
    height: 44px;
    cursor: pointer;
}

.link {
    text-shadow: 0 1px 0 #000e2b;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #3c9f00;
    background-color: transparent;
}

a:hover {
    text-decoration: underline;
    color: #8dfd47;
}

.header-row {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
    height: 4.5rem;
    font-size: 0.8125rem;
    font-weight: normal;
    color: #4d4d4d;
    background-color: #fcfcfc;
    z-index: 10;
    box-shadow: 0 1px 2px 0 rgb(0, 0, 0, 0.15);
}

.ldFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    font-size: 12px;
    text-align: center;
    line-height: 48px;
    border-top: 1px solid rgb(255, 255, 255, 0.15);
}

.term {
    overflow: auto;
    margin: 30px auto;
    min-width: 250px;
    max-width: 900px;
    height: calc(100% - 200px);
    min-height: 250px;
    max-height: 900px;
    border: 1px solid rgb(255, 255, 255, 0.2);
    border-radius: 4px;
    line-height: 20px;
}

.term > div {
    padding: 0 15px;
}

.term h1 {
    font-size: 20px;
}

.term h2 {
    font-size: 18px;
}

.term p {
    line-height: 20px;
}

.group-center {
    text-align: center;
}

.group-center .btn {
    margin: 0 auto;
}

.headtitle {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 52px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.head {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.w12 {
    width: 250px;
}

.w8 {
    width: 150px;
}

.tableborder {
    border: 1px solid #ffffff;
}

.captcha {
    font-size: 18px;
    font-family: Modern, sans-serif;
    font-weight: bold;
    text-align: center;
    border: 0;
    background-image: url("../img/1.jpg");
}

.pad10 {
    padding: 10px;
}

.pad20 {
    padding: 20px;
}

.pad5 {
    padding: 5px;
}

.panel {
    padding: 10px;
    background-color: transparent;
}

.view-head {
    position: relative;
    z-index: 11;
}

.view-head .title {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    height: 52px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.gap {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.view-body {
    position: relative;
    padding-bottom: 10px;
    z-index: 10;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.padding {
    padding: 15px;
}

.padding-box {
    padding: 20px 0 0 0;
}

.btn-primary {
    background-repeat: repeat-x;
    border-color: #3c9f00;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff265a88", GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-image: -webkit-linear-gradient(top, #3c9f00 0, #3c9f00 100%);
    background-image: -o-linear-gradient(top, #3c9f00 0, #3c9f00 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3c9f00), to(#3c9f00));
    background-image: linear-gradient(to bottom, #3c9f00 0, #3c9f00 100%);
}

.btn {
    border-radius: 0;
}

.btn-primary:hover:active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #64be00 !important;
    border-color: #64be00 !important;
    background-image: none;
}

.btn:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.row {
    line-height: 35px;
}

.ui-floating-form {
    width: 100%;
    outline: none;
    pointer-events: none;
}

.height3 {
    height: 75px;
}

.crop {
    padding-right: 10px;
    padding-left: 10px;
}

.form-submit {
    top: 0;
    margin: 0 0 0 auto;
    padding: 20px 0;
    width: 100%;
    background-color: rgb(212, 216, 218, 0.15);
    border-color: #ffffff;
    border-radius: 4px;
    pointer-events: all;
}

.verify-identity { margin: auto;
    width: 35%;
}

@media (max-width: 767px) {
    .form-submit .mgn-r-20 {
        display: block;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .verify-identity { margin: auto;
        width: 80%;
    }
}

@media (max-width: 900px) and (min-width: 767px) {
    .verify-identity { margin: auto;
        width: 40%;
    }
}


.padding-t-b-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.center {
    text-align: center;
}

.title_mine {
    margin: 0 0 10px 10px;
    font-size: 12px;
    line-height: 20px;
}

.desc {
    color: rgb(255, 255, 255, 0.7);
}

.hr {
    border-bottom: 1px solid rgb(255, 255, 255, 0.14);
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    border: 1px solid #eaeaea;
}

.panel,
.list-group-item {
    background-color: inherit;
}

.txt.break-word {
    text-overflow: ellipsis;
    -ms-word-wrap: break-word;
    overflow-wrap: break-word;
}

.mgn-r-20 {
    margin-right: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    width: 0;
    height: 0;
    opacity: 0;
}

.slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #cccccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}

.slider::before {
    position: absolute;
    bottom: 4px;
    left: 4px;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    content: "";
}

input:checked + .slider {
    background-color: #3c9f00;
}

input:focus + .slider {
    box-shadow: 0 0 1px #3c9f00;
}

input:checked + .slider::before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round::before {
    border-radius: 50%;
}

.switch-label {
    display: flex;
}

.switch-label label:first-child {
    padding-right: 10px;
}

.switch input:checked:disabled + .slider {
    background-color: #3c9f00;
    cursor: not-allowed;
}

.switch input:checked:disabled + .slider::before {
    background-color: #ffffff;
}

.title-large {
    font-size: 30px;
}

.status-title {
    margin-top: 100px;
    font-size: 30px;
    text-align: center;
}

.status-title-success {
    color: #3c9f00;
}

.status-title-error {
    color: #ff0000;
}

.text-strike {
    text-decoration: line-through;
}

.list-offset-lg {
    margin-left: 70px;
}

.list-style-disc {
    list-style-type: disc;
}

.text-accent-yellow {
    color: #fdda21;
}

.no-padding-left {
    padding-left: 0;
}
