.box-features {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-features .box-tools {
    text-align: right;
}

.btn-list {
    width: 175px;
    font-size: 16px;
}

.btn-create {
    background-color: #2194f3;
    border-color: #0987ef;
    color: #fff;
}

.btn-create:hover,
.btn-create:focus,
.btn-create:active,
.btn-create.hover {
    color: #fff;
    background-color: #0f83e2;
}

.btn-download {
    background-color: #747474;
    border-color: #4d4c4c;
    color: #fff;
}

.btn-download:hover,
.btn-download:focus,
.btn-download:active,
.btn-download.hover {
    color: #fff;
    background-color: #696969;
}

.btn-lo-g {
    display: inline-block;
    min-width: 10px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #43c188;
    border-radius: 10px;
}

.btn-lo-r {
    display: inline-block;
    min-width: 10px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #e78479;
    border-radius: 10px;
}

.btn-lo-1 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #e60e22;
    border-radius: 10px;
}

.btn-lo-2 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #f9a249;
    border-radius: 10px;
}

.btn-lo-3 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #666;
    border-radius: 10px;
}

.btn-lo-4 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ababab;
    border-radius: 10px;
}

.table-c tbody tr,
.table-c tbody tr th,
.table-c tbody td {
    text-align: center;
}

.table-c tbody tr th {
    font-weight: bold;
    font-size: 18px;
    background: #2194f3;
    color: #fff;
}

.table-c tbody tr td {
    font-size: 16px;
    vertical-align: middle;
}

.id-card-img {
    width: 100px;
    margin-bottom: 5px;
    cursor: pointer;
}

.id-card-img:hover {
    opacity: 0.6;
}


.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.member-acc p {
    text-align: center;
    color: #fff;
}

/*---*/
.mt-22 {
    margin-top: 26px;

}

.col-sm-1-5,
.col-md-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}



@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

.text-right {
    text-align: right !important;
}

.btn-list2 {
    width: 100%;
    font-size: 16px;
}

.note {
    border-top: 2px solid #c7c7c7;
}


.mycart {
    margin-bottom: 40px;
    padding: 0;
}

.cart-menu {
    width: 100%;
}

.cart-tabs {
    counter-reset: step;
    padding: 0;
    margin-top: 20px;
}

.cart-tabs li:first-child:nth-last-child(1) {
    width: 100%;
}

.cart-tabs li:first-child:nth-last-child(2),
.cart-tabs li:first-child:nth-last-child(2)~li {
    width: 49%;
}

.cart-tabs li:first-child:nth-last-child(3),
.cart-tabs li:first-child:nth-last-child(3)~li {
    width: 30.3333%;
}

.cart-tabs li:first-child:nth-last-child(4),
.cart-tabs li:first-child:nth-last-child(4)~li {
    width: 24%;
}

.cart-tabs li {
    list-style: none;
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.cart-tabs li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
}

.cart-tabs li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #ddd;
    top: 13px;
    left: -50%;
    z-index: -1;
}

.cart-tabs li:first-child:after {
    content: none;
}

.cart-tabs li.tab_disabled a,
.cart-tabs li.tab_inactive a {
    color: #686565;
}

.cart-tabs li.tab_active a {
    color: #686565;
    font-weight: bold;
}

.cart-tabs li.tab_active:before {
    border-color: #02980a;
    background-color: #02980a;
    color: #fff;
}

.cart-tabs li.tab_inactive:before {
    border-color: #02980a;
    background-color: #02980a;
    color: #fff;
}

.cart-tabs li.tab_inactive+li:after {
    background-color: #02980a;
}

@media (max-width: 751px) {
    .mycart {
        margin-bottom: 20px;
    }
}

.label-danger1 {

    background-color: #3c9400 !important;
}

.label-danger2 {

    background-color: #a7a6a6 !important;
}

.total {
    background: #f9f9f9;
    margin-top: 30px;
    padding: 30px 10px;
}

.total input {
    width: 120px;
    border: 1px solid #ccc;
    padding: 3px 12px;
}

.right {
    float: right;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f5f5f5;
    opacity: 1;
}




/*-loading*/
.loading {
    position: fixed;
    z-index: 5;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}


@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*end*/

/*9/24*/
.member-acc p {
    margin-bottom: 0;
}

.main-footer {
    height: 50px;
}

.login-box-body {
    min-height: 400px;
}

.login-fb {
    margin: 70px 0;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end !important;
    text-align: center;
    position: relative;
}

.flex-row {
    flex-direction: row !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.rounded-circle {
    border-radius: 50% !important;
    background-color: #fff !important;
    width: 18px;
    height: 18px;
    margin: 0 0.5rem;
}

.FBprimay {
    color: #3a77f0;
}

.login-fb a,.login-fb button {
    width: 100%;
    height: 50px;
    line-height: 30px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    background: #3a77f0;
	padding: 0;
	border: none;
}

.btn-list {
    width: 175px !important;
    font-size: 16px;
}

.text-left {
    text-align: left !important;
}

.login-p {
    margin: 10px 0;
    font-weight: bold;
}

.line-set{
    width: 150px;
    padding: 10px;
}