.fs-6{
    font-size: 6pt;
}
.fs-8{
    font-size: 8pt;
}
.fs-9{
    font-size: 9pt;
}
.fs-10{
    font-size: 10pt;
}
.fs-11{
    font-size: 11pt;
}
.fs-12{
    font-size: 12pt;
}
.fs-12px{
    font-size: 12px;
}
.fs-15px{
    font-size: 15px;
}
.fs-16px{
    font-size: 16px;
}
.fs-17px{
    font-size: 17px;
}
.fs-18px{
    font-size: 18px;
}
.fs-13{
    font-size: 13pt;
}
.fs-14{
    font-size: 14pt;
}
.fs-14px{
    font-size: 14px;
}
.fs-16{
    font-size: 16pt;
}
.fs-18{
    font-size: 18pt;
}
.fs-20{
    font-size: 20pt;
}
.fs-22{
    font-size: 22pt;
}
.fs-24{
    font-size: 24pt;
}
.fs-26{
    font-size: 26pt;
}
.fs-30{
    font-size: 30pt;
}
.fs-50px{
    font-size: 26pt;
}
.fs-13px{
    font-size: 14px;
    font-weight: 400;
}
.fs-13px i{
    opacity: 0.4;
    margin-right: 5px;
}
.op-2{
    opacity: 0.2;
}
.op-5{
    opacity: 0.5;
}
.op-8{
    opacity: 0.8;
}
.op-9{
    opacity: 0.9;
}

.bwhite{
    background-color: #ffffff;
}
.bsilver{
    background-color: #cdcdcd;
}
.bsilver-e{
    background-color: #eeeeee;
}
.bsilver-a{
    background-color: #F1F2F6;
}

.blime{
    background-color: #ffff00;
}
.op-bg-28{
    background-color: rgba(0, 0, 0, 0.9);
}
hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 2px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #000;
    opacity:0.1;
}

.cwhite{
    color: #ffffff;
}
.cblack{
    color: #000000;
}
.cblue{
    color: #0000ff;
}
.cred{
    color: #ff0000;
}

.hvcwhite:hover{
    color: #ffffff;
}
.hvcblack:hover{
    color: #000000;
}
.hvcblue:hover{
    color: #ffff00;
}

.unline{
    text-decoration: none;
}

.hvunline:hover{
    text-decoration: none;
}

.pointer{
    cursor: pointer;
}

.border-0{
    border: 0px solid black;
}
.border-1{
    border: 1px solid black;
}

.no-wrap{
    white-space: nowrap;
    padding: 2px 5px !important;
}

.w100{
    width: 100px;
}
.w200{
    width: 200px;
}
.w250{
    width: 250px;
}
.w270{
    width: 270px;
}
.w300{
    width: 300px;
}
.w400{
    width: 400px;
}
.w1000{
    width: 1000px;
}
.w100f{
    width: 100%;
}

.maxh100{
    max-height: 100px;
}
.maxh200{
    max-height: 200px;
}
.maxh300{
    max-height: 300px;
}
.maxh400{
    max-height: 400px;
}
.height-10px{
    height: 10px;
}
.height-20px{
    height: 20px;
}
.height-30px{
    height: 0px;
}
.height-40px{
    height: 40px;
}
.height-50px{
    height: 50px;
}
.height-60px{
    height: 60px;
}
.height-70px{
    height: 70px;
}
.height-80px{
    height: 80px;
}
.height-90px{
    height: 90px;
}
.height-100px{
    height: 100px;
}
.of-yscroll{
    overflow-y: scroll;
}
.of-xscroll{
    overflow-x: scroll;
}
.of-hidden{
    overflow: hidden !important;
}


.absolute{
    position: absolute;
}
.fixed{
    position: fixed;
}

.padding-0{
    padding: 0px;
}
.padding-5{
    padding: 5px;
}
.padding-10{
    padding: 10px;
}
.padding-15{
    padding: 15px;
}
.padding-20{
    padding: 20px;
}
.padding-30{
    padding: 30px;
}
.padding-40{
    padding: 40px;
}
.padding-50{
    padding: 50px;
}
.padding-60{
    padding: 60px;
}

.margin-0{
    margin: 0px;
}
.margin-10{
    margin: 10px;
}

.margint-5{
    margin-top: 5px;
}
.marginr-5{
    margin-right: 5px;
}
.marginb-5{
    margin-bottom: 5px;
}
.marginl-5{
    margin-left: 5px;
}
.margint-10{
    margin-top: 10px;
}
.marginr-10{
    margin-right: 10px;
}
.marginb-10{
    margin-bottom: 10px;
}
.marginl-10{
    margin-left: 10px;
}

.top-50{
    top: 50%;
}
.left-50{
    left: 50%;
}
/* EStyle */
.cl-pg{
     clear: both;
}
.center{
    text-align: center;
}
.itl{
    font-style: italic;
}
.bld{
    font-weight: bold;
}
.widthf-100{
    width: 100%;
}
.widthf-90{
    width: 90%;
}
.widthf-80{
    width: 80%;
}
.widthf-70{
    width: 70%;
}
.widthf-60{
    width: 60%;
}
.widthf-50{
    width: 50%;
}
.heightf-100-85{
    height: calc(100% - 200px);
}
.heightf-100{
    height: 100%;
}
.heightf-90{
    height: 90%;
}
.heightf-80{
    height: 80%;
}
.heightf-70{
    height: 70%;
}
.heightf-60{
    height: 60%;
}
.heightf-50{
    height: 50%;
}
.img-max-h img{
    max-width: 100%;
}
.padding-10-0{
    padding: 10px 0;
}
.sp-1{
    letter-spacing: 1px;
}
.sp-2{
    letter-spacing: 2px;
}
.sp-3{
    letter-spacing: 3px;
}
.sp-4{
    letter-spacing: 4px;
}
.sp-5{
    letter-spacing: 5px;
}
.sp-6{
    letter-spacing: 6px;
}
.sp-7{
    letter-spacing: 7px;
}
.sp-8{
    letter-spacing: 8px;
}
.sp-9{
    letter-spacing: 9px;
}
.sp-10{
    letter-spacing: 10px;
}

.dynamic-modal{
    padding:0px !important;
}
.modal-dialog{
    width: 100%;
    margin: 0px auto;
}

@media (min-width: 768px)
.modal-dialog{
    width: 100%;
    margin: 0px auto;
}
