body {
    /*font-family: Serif;*/
    /*font-weight: 100;*/
    /*font-size: 12px;*/
    /*line-height: 30px;*/
    background-image: url("../images/bg-home2.jpg");
}
header {
    background-color: #5DA424;
    border-bottom: 2px solid #ed1c24;
    padding: 10px;
}

.container {
    max-width: 800px;
}

header .container {
    padding: 0;
}

header a {
    color: #fff;
}
header a:hover {
    color: #fff;
    text-decoration: none;
}

header .member-area {
    margin-top: 33px;
    font-size: 12px;
}

.ml-help-text {
    font-style: italic;
    text-align: center;
    display: block;
    max-width: 800px;
    margin: 15px auto;
    font-size: 11px;
}
section form#calculate-price-form {
    font-family: Serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 30px;
}

#calculate-price-form input[type="text"],
#calculate-price-form input[type="email"],
#calculate-price-form input[type="tel"],
#calculate-price-form input[type="url"],
#calculate-price-form textarea,
#calculate-price-form button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#calculate-price-form .form-group {
    margin-bottom: 8px;
}
#calculate-price-form .form-group label {
    margin-bottom: 0;
}
#calculate-price-form input[type="text"],
#calculate-price-form input[type="email"],
#calculate-price-form input[type="tel"],
#calculate-price-form input[type="url"],
#calculate-price-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: -5px 0 0;
    padding: 10px;
}

#calculate-price-form input[type="text"]:hover,
#calculate-price-form input[type="email"]:hover,
#calculate-price-form input[type="tel"]:hover,
#calculate-price-form input[type="url"]:hover,
#calculate-price-form textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#calculate-price-form textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#calculate-price-form button[type="submit"] {
    cursor: pointer;
    width: 100%;
    /*border: none;*/
    background: #4CAF50;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#calculate-price-form button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#calculate-price-form button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.iuv-material-info {
    margin-bottom: 0 !important;
}

.copyright {
    text-align: center;
}

#calculate-price-form input:focus,
#calculate-price-form textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}
.logo-minhlong {
    margin: 10px auto;
}
.text-red {
    color: red;
}
#button-calculate-price {
    border-bottom: solid 2px #278427;
}
#calculate-price-form .form-control {
    font-family: Sans-Serif;
    margin-top: -5px;
}
#histats_counter {
    margin-top: 15px;
    text-align: center;
}

p {
    margin: 0 0 20px;
    line-height: 1.5;
}

main {
    min-width: 320px;
    max-width: 960px;
    margin: 0 auto;
}

section {
    padding: 20px;
    border: 1px solid #ddd;
}

main label.tab-title {
    display: inline-block;
    margin: 0 0 -1px;
    /*padding: 10px;*/
    font-weight: normal;
    text-align: center;
    color: #bbb;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    background-color: #EEE666;
    border-left: 1px solid #E6D56C;
    border-right: 1px solid #E6D56C;
    border-top: 1px solid #E6D56C;
    border-radius: 4px 4px 0 0;
}

main label.tab-title:hover {
    color: #888;
    cursor: pointer;
}

main label.tab-title a {
    display: block;
    padding: 10px;
    color: #000;
}
input:checked + label.tab-title {
    color: #555;
    border: 1px solid #ddd;
    border-top: 3px solid #9FD76D;
    border-bottom: 1px solid #D8D6D7;
    /*background-color: #D8D6D7;*/
    background: url('../images/bg-content-tab.png');
}
.content-wrapper nav {
    margin: 0 0 -1px;
    overflow-y: hidden;
}

.cd-tabs__navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 700px;
}

.cd-tabs__navigation:after {
    /* clearfix */
    content: "";
    display: table;
    clear: both;
}

.cd-tabs__navigation li {
    float: left;
    width: 160px;
}

.cd-tabs__navigation a {
    position: relative;
    display: block;
    height: 50px;
    text-align: center;
    font-size: 1.2rem;
    color: #000;
    margin-right: 3px;
    padding: 5px 10px;
    line-height: 40px;
    background-color: #EEE666;
    border-top: 1px solid #E6D56C;
    border-right: 1px solid #E6D56C;
    border-left: 1px solid #E6D56C;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
}

.cd-tabs__navigation a.cd-selected {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    padding: 5px;
    background: url('../images/bg-content-tab.png');
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #D8D6D7;
    /*box-shadow: inset 0 2px 0 #9FD76D;*/
    border-top: 3px solid #9FD76D;
}

#content {
    display: block;
    /*background-color: #D8D6D7;*/
    background: url('../images/bg-content-tab.png');
}

.content-wrapper form {
    max-width: 450px;
    margin: auto;
}
form.update-profile,
form.order-list-form {
    max-width: none;
}
.home .swal2-container.swal2-shown {
    background-color: #9FD76D;
}
.lockscreen {
    background: #9FD76D !important;
}
.add-one-mica-thick-foot {
    margin-top: 5px;
}
#mica-thick-wrap2 {
    margin-top: 10px;
    position: relative;
}
.btn-remove-foot-mica2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    text-align: right;
    cursor: pointer;
}