ul, ol {
    list-style: inside;
}
.right-list-news {
    padding: 0;
    padding-left: 10px;
}
.add-to-cart {
    position: relative;
}
ul.list-others {
    float: left;
    width:100%;
    list-style: inside;
}
ul.list-others li {
    width: 100%;
    float: left;
}
ul.list-others li a {
    display: inline-block;
    padding: 3px 0;
}
.lists-download {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.lists-download h5 {
    font-size: 16px;
    margin-bottom: 10px;
}
.file-download {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    background-color: #00bcd4;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
}
.file-download a {
    color: #fff;
    font-weight: bold;
}
#waiting {
    position: absolute;
    width: 84%;
    height:100%;
    top:0;
    background-image: url("../images/loading-theme.gif");
    background-size: 50px 50px;
    background-position: center center;
    background-repeat: no-repeat;
}
#success {
    position: absolute;
    top: -70px;
    right: 18px;
    z-index: 99999;
    background-color: #5fe62a;
    width: 162px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: red;
    border: 1px solid #ccc;
}
.table-buildcase tr {
    margin-bottom: 5px;
}
.table-buildcase tr td {
    padding-bottom: 10px;
}
.list-orders {
    border: 1px solid #ccc;
    width: 100%;
}
.list-orders th, .list-orders td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 6px;
}
.modal-title {
    width: 85%;
}
.modal-header {
    height: 50px;
}
.show-error {
    color: red;
    margin-top: 2px;
    font-size: 13px;
    font-style: italic;
}
.clr-red {
    color: red;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.wp-100 {
    width: 100%;
}
.wp-80 {
    width: 80%;
}
.wp-50 {
    width: 50%;
}
.text-c {
    text-align: center;
}
.text-r {
    text-align: right;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.clr-red {
    color: #ff0000;;
}
.pl-0 {
    padding-left: 0;
}
.fs-13 {
    font-size: 13px;
}
.fs-16 {
    font-size: 16px;
}
.mt-10 {
    margin-top: 10px;
}
.fw-b {
    font-weight: bold;
}