*{margin:0;padding:0;}
@-webkit-keyframes zoomIn{0%{opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3)} 50%{opacity: 1}}
@keyframes zoomIn{0%{opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3)} 50%{opacity: 1}}
.zoomIn{-webkit-animation-name: zoomIn; animation-name: zoomIn}
@-webkit-keyframes rotateIn{0%{transform-origin: center; -webkit-transform: rotate(-200deg); transform: rotate(-200deg); opacity: 0} to{-webkit-transform-origin: center}to{transform-origin: center; -webkit-transform: none; transform: none; opacity: 1}}
@keyframes rotateIn{0%{transform-origin: center; -webkit-transform: rotate(-200deg); transform: rotate(-200deg); opacity: 0} to{-webkit-transform-origin: center}to{transform-origin: center; -webkit-transform: none; transform: none; opacity: 1}}
.rotateIn{-webkit-animation-name: rotateIn; animation-name: rotateIn}
@-webkit-keyframes slideInUp{0%{-webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible}to{-webkit-transform: translateZ(0); transform: translateZ(0)}}
@keyframes slideInUp{0%{-webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible}to{-webkit-transform: translateZ(0); transform: translateZ(0)}}
.slideInUp{-webkit-animation-name: slideInUp; animation-name: slideInUp}
@keyframes spin{0%{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg)}100%{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg)}}
@keyframes blink{0%{opacity: 1}50%{opacity: 0}100%{opacity: 1}}
@-webkit-keyframes blink{0%{opacity: 1}50%{opacity: 0}100%{opacity: 1}}
@-moz-keyframes blink{0%{opacity: 1}50%{opacity: 0}100%{opacity: 1}}
@keyframes pulse{0%{-webkit-transform: scaleX(1); transform: scaleX(1)}50%{-webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05)}100%{-webkit-transform: scaleX(1); transform: scaleX(1)}}.pulse{animation: pulse 3s linear infinite;}
@-webkit-keyframes flipInX{0%{-webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0}0%, 40%{-webkit-animation-timing-function: ease-in; animation-timing-function: ease-in}40%{-webkit-transform: perspective(400px) rotateX(-20deg); transform: perspective(400px) rotateX(-20deg)}60%{-webkit-transform: perspective(400px) rotateX(10deg); transform: perspective(400px) rotateX(10deg); opacity: 1}80%{-webkit-transform: perspective(400px) rotateX(-5deg); transform: perspective(400px) rotateX(-5deg)}to{-webkit-transform: perspective(400px); transform: perspective(400px)}}
@keyframes flipInX{0%{-webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0}0%, 40%{-webkit-animation-timing-function: ease-in; animation-timing-function: ease-in}40%{-webkit-transform: perspective(400px) rotateX(-20deg); transform: perspective(400px) rotateX(-20deg)}60%{-webkit-transform: perspective(400px) rotateX(10deg); transform: perspective(400px) rotateX(10deg); opacity: 1}80%{-webkit-transform: perspective(400px) rotateX(-5deg); transform: perspective(400px) rotateX(-5deg)}to{-webkit-transform: perspective(400px); transform: perspective(400px)}}
.flipInX{-webkit-backface-visibility: visible!important; backface-visibility: visible!important; -webkit-animation-name: flipInX; animation-name: flipInX}
@-webkit-keyframes flipInY{0%{-webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0}0%, 40%{-webkit-animation-timing-function: ease-in; animation-timing-function: ease-in}40%{-webkit-transform: perspective(400px) rotateY(-20deg); transform: perspective(400px) rotateY(-20deg)}60%{-webkit-transform: perspective(400px) rotateY(10deg); transform: perspective(400px) rotateY(10deg); opacity: 1}80%{-webkit-transform: perspective(400px) rotateY(-5deg); transform: perspective(400px) rotateY(-5deg)}to{-webkit-transform: perspective(400px); transform: perspective(400px)}}
@keyframes flipInY{0%{-webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0}0%, 40%{-webkit-animation-timing-function: ease-in; animation-timing-function: ease-in}40%{-webkit-transform: perspective(400px) rotateY(-20deg); transform: perspective(400px) rotateY(-20deg)}60%{-webkit-transform: perspective(400px) rotateY(10deg); transform: perspective(400px) rotateY(10deg); opacity: 1}80%{-webkit-transform: perspective(400px) rotateY(-5deg); transform: perspective(400px) rotateY(-5deg)}to{-webkit-transform: perspective(400px); transform: perspective(400px)}}
.flipInY{-webkit-backface-visibility: visible!important; backface-visibility: visible!important; -webkit-animation-name: flipInY; animation-name: flipInY}
@keyframes fa-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.fa-spinner{ animation: fa-spinner 0.5s linear infinite;}
.blinker {animation: blinker 1s linear infinite;}
@keyframes blinker { 50% { opacity: 0; }}

.hide{display:none!important;}
body{background:#fff;background-size: auto !important;}
.navbar-brand{margin-left: 2px;}
/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    padding: 10px 0;
    background: linear-gradient(to bottom, #9cd7ffbf 36%, #9aefff9c 93%);
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
    height: 24px;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar{
    padding: 0;
}
@media (max-width: 992px){
    .container {
        max-width: 99%;
    }
}
.navbar-brand img{
    height: 35px;
    width: auto;
    /*filter: brightness(10%);*/
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link{
    color:#2b4e63 !important;
    font-weight: bold;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
    color: #2b4e63 !important;
}
.nav-item.active .nav-link{
    color: #2b4e63 !important;
}
.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}
.nav-link a{
    text-decoration: none;
}
.nav-item:hover:after{
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after{
    opacity: 0;
}
.nav-item{
    position: relative;
    padding:8px 0px;
    transition: all 200ms linear;
}

.play-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99999999;
}
.button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.button, .free-report-form .button {
    background: #002b44;
    padding: 10px 25px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    border: 1px solid #647d8b;
    border-radius: 3px;
    transition: all .3s ease-in;
    width: 100%;
    box-shadow: 0 0 2px 1px rgb(147 211 243);
    word-wrap: normal;
    white-space: normal;
}
.play-modal .button {
    width: 260px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -31px;
    margin-left: -130px;
    font-size: 22px;
    padding: 18px 10px;
}


.page-subtitle, .content-title, .content-subtitle {
    font-size: 18px;
}
.content-subtitle {
    margin: 0 auto;
}
.content-container.active {
    opacity: 1 !important;
}

.content-container.carousel-container {
    margin: 100px auto 0 auto;
}
.content-container.active {
    opacity: 1 !important;
}

@media (max-width: 767px){
    .content-wrapper{
        min-height: calc(100vh - 130px);
    }
    .page-subtitle, .content-title, .content-subtitle {
        font-size: 18px;
    }
}
.box-bg{
    background: #f6f6f6;
    padding: 10px;
    border-radius: 10px;
}
.box-bg .content{
    white-space: pre-wrap;
    font-size: 13px;
    line-height: 1.4;
    background: #fff;
    padding: 5px;
    margin-bottom: 0px;
    border-radius: 8px;
}
.description{font-size:12px;line-height: 1.3;white-space: pre-wrap;}
.pre-wrap{white-space: pre-wrap;}

.footer-section {
    margin-top: 50px;
    background-color: #2a4c61;
    background-image: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    background-position: center 20px;
}
.footer-section .footer-top {
    padding: 20px 15px;
}
.footer-section .copyright {
    border-top: 1px solid #312f56;
    padding: 10px 0;
    text-align: center;
}
.footer-section .copyright p {
    color: #b7b7b7;
    margin-bottom: 0;
}
.footer-section .copyright p a {
    color: #fff;
    font-weight: 500;
}
.footer-section .copyright p a:hover {
    color: #f6783a;
}
.footer-widget .fw-title {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding-top: 10px;
}
.footer-widget p,
.footer-widget span {
    color: #b7b7b7;
}
.footer-widget ul {
    list-style: none;
}
.footer-widget .about-widget img {
    max-width: 60px;
    margin-bottom: 10px;
}
.footer-widget .about-widget p {
    margin-bottom: 35px;
}
.footer-widget .social a {
    color: #b7b7b7;
    margin-right: 15px;
}
.footer-widget .dobule-link ul {
    display: inline-block;
}
.footer-widget .dobule-link ul a {
    display: block;
    font-size: 14px;
    color: #b7b7b7;
    margin-bottom: 15px;
}
.footer-widget .dobule-link ul a:hover {
    color: #f6783a;
}
.footer-widget .dobule-link ul li:last-child a {
    margin-bottom: 0;
}
.footer-widget .dobule-link ul:last-child {
    margin-left: 50px;
}
.footer-widget .recent-post li {
    margin-bottom: 25px;
}
.footer-widget .recent-post p {
    margin-bottom: 5px;
}
.footer-widget .recent-post span {
    font-size: 12px;
}
.footer-widget .recent-post span i {
    color: #f6783a;
    margin-right: 5px;
}
.footer-widget .contact li {
    margin-bottom: 15px;
    display: block;
}
.footer-widget .contact li p {
    margin-bottom: 0;
}
.footer-widget .contact i {
    font-size: 12px;
}

@media(min-width: 992px){
    #over {display: none;background: #000;position: fixed;left: 0;top: 0;width: 100%;height: 100%;opacity: 0.8;z-index:9998;}
    .over-box{display:none;position:fixed;z-index:9999;text-align:center;border: 1px solid #ccc;border-radius:10px;background-color:#FFF;}
    .over-box .close{position: relative;}
    .over-box .close .closeIcon{position: absolute; top:-20px;right: -20px; width:30px;height:30px;font-size:25px;cursor: pointer;color:#0a3786;}
    .over-box .boxButton{padding:10px;padding-bottom: 0px;}

    .over-box-feedback{width:700px;padding:20px;top:5%;left:50%;margin-left:-370px;max-height:calc(95vh - 60px);overflow: hidden;}
    .over-box-feedback .boxContent{overflow-x:hidden;overflow-y:auto;max-height:calc(95vh - 200px);}
}


@media (max-width: 991px){
    #over {display: none;background: #000;position: fixed;left: 0;top: 0;width: 100%;height: 100%;opacity: 0.8;z-index:9998;}
    .over-box{display:none;position:fixed;z-index:9999;text-align:center;border: 1px solid #ccc;border-radius:10px;background-color:#FFF;}
    .over-box .close{position: relative;}
    .over-box .close .closeIcon{position: absolute; top:-20px;right: -20px; width:30px;height:30px;font-size:25px;cursor: pointer;color:#0a3786;}
    .over-box .boxButton{padding:10px;padding-bottom: 0px;}
    .over-box-feedback{width:700px;padding:20px;top:5%;left:50%;margin-left:-370px;max-height:calc(95vh - 60px);overflow: hidden;}
    .over-box-feedback .boxContent{overflow-x:hidden;overflow-y:auto;max-height:calc(95vh - 200px);}
}



@media (max-width: 770px){
    #over {display: none;background: #000;position: fixed;left: 0;top: 0;width: 100%;height: 100%;opacity: 0.8;z-index:9998;}
    .over-box{display:none;overflow:hidden;position:fixed;z-index:9999;text-align:center;border: 1px solid #ccc;border-radius:10px;background-color:#FFF;height:auto;}
    .over-box .close{position: relative;}
    .over-box .close .closeIcon{position: absolute; top:-11px;right: -9px; width:25px;height:25px;font-size:25px;cursor: pointer;color:#0a3786;}
    .over-box .boxButton{padding:10px;padding-bottom: 0px;}
    .over-box-feedback{width:calc(100vw - 20px);padding:10px;top:5%;left:50%;margin-left: calc(10px - 50vw);max-height:calc(95vh - 60px);overflow: hidden;}
    .over-box-feedback .boxContent{overflow-x:hidden;overflow-y:auto;max-height:calc(95vh - 200px);}

}

.pull-right {
    float: right!important;
}
.loadLeftToRight{
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-animation: progress 2s;
    -moz-animation: progress 2s;
    animation: progress 2s;
}
@-webkit-keyframes progress {
    0%   {width: 0%;}
    100% { }
}
@-moz-keyframes progress {
    0%   {width: 0%;}
    100% {}
}
@keyframes progress {
    0%   {width: 0%;}
    100% {}
}


/* Chu kỳ đường đời */
.ckdd-1{color:#ff3872}
.ckdd-2{color:#7b3dd9}
.ckdd-3{color:#00b59a}
.ckdd-img{position: relative;margin:auto;max-width: 200px;}
.ckdd-img img{width: 100%;border-radius: 50%;}
.ckdd-img .ckdd_number{position: absolute;top: 0;width: 100%;padding-top:50%;text-align: center;font-weight: bold;font-size:50px;margin-top:-35px;}
.ckdd-title{text-align: center;}
.ckdd-title .ckdd-title-big{font-weight: bold;font-size:15px;line-height:1.5;}
.ckdd-title .ckdd-title-small{font-size:12px;}
@media (max-width: 400px){
    .ckdd-img .ckdd_number {
        font-size:30px;margin-top:-20px;
    }
    .ckdd-title .ckdd-title-big{font-weight: bold;font-size:14px;line-height:1.5;}
    .ckdd-title .ckdd-title-small{font-size:10px;}
}

/*menu */
.result_menu_box{position:fixed;bottom:20px;z-index: 9999999;right:5px;display:none;}
.result_menu{position: absolute; bottom:0;right:0;width:100px;border-radius: 10px;background:#9915d0;color:#fff;box-shadow: rgb(162 160 160) 0px 0px 10px 4px;text-align: center;}
.result_menu .menu_btn{padding:8px 10px;cursor: pointer}

.result_menu_content{position: absolute;display:none;bottom:0;right: 0;width: 300px;max-height: 80vh;box-shadow: 0px 0px 10px 2px #62149c;background:#fff;border-radius: 10px;}
.result_menu_content .menu_title{padding:8px;font-size:17px;font-weight: bold;}
.result_menu_content .menu_content{overflow-y: scroll;overflow-x: hidden;max-height: calc(80vh - 40px);}
.result_menu_content .menu_content .content{padding: 10px;padding-top:0px;}
.result_menu_content .menu_content .result_menu_part{margin-left:5px;margin-top:5px;font-weight: bold; font-size:13px;}
.result_menu_content .menu_content .result_menu_item{margin-left:10px;color:#0a3786;padding:3px 5px; font-size:13px;}
.result_menu_content .menu_content .result_menu_item:hover{background: #f3f3f3;}

.input-form-box{vertical-align: middle;display: table-cell;padding-top:20px;padding-bottom:40px;}
.input-form-container{background: #f5f5f5;padding:0px;border-radius: 8px;margin: -5px;font-size: 13px;}




@keyframes fa-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.fa-spinner{ animation: fa-spinner 0.5s linear infinite;}
.blinker {animation: blinker 1s linear infinite;}
@keyframes blinker { 50% { opacity: 0; }}
.pointer{cursor: pointer}
.pointer:hover{opacity: .8}
/*Alert box*/
.loading-alert{max-width: calc(100% - 40px);position:fixed;top:60px;right:10px;padding:5px;overflow: hidden;background-color: #ffb78c;border: 1px solid #aa5500;font-weight:bold;border-radius:2px;z-index: 9999;box-shadow: 0 2px 10px #af6d34;}
.success-alert{color:#fff;position:fixed;z-index: 9999;top:60px;right:10px;padding:5px;overflow: hidden;background-color: #40a740;border: 1px solid #108010;font-weight:bold;border-radius:2px;box-shadow: 0 2px 10px #079e07;}
.hide{display:none!important;}
/*----------multi-level-accordian-menu------------*/

@media(min-width: 992px){
    #over {display: none;background: #000;position: fixed;left: 0;top: 0;width: 100%;height: 100%;opacity: 0.8;z-index:9998;}
    .over-box{display:none;position:fixed;z-index:9999;text-align:center;border: 1px solid #ccc;border-radius:10px;background-color:#FFF;}
    .over-box .close{position: relative;}
    .over-box .close .closeIcon{position: absolute; top:-20px;right: -20px; width:30px;height:30px;font-size:25px;cursor: pointer;color:#0a3786;}
    .over-box .boxButton{padding:10px;padding-bottom: 0px;}

    .over-box-feedback{width:700px;padding:20px;top:5%;left:50%;margin-left:-370px;max-height:calc(95vh - 60px);overflow: hidden;}
    .over-box-feedback .boxContent{overflow-x:hidden;overflow-y:auto;max-height:calc(95vh - 200px);}

    .over-box-note{width:1000px;padding:20px;top:5%;left:50%;margin-left:-520px;max-height:calc(95vh - 60px);overflow: hidden;}
    .over-box-full{width: calc(100vw - 20px);padding:20px;top:5%;left:50%;margin-left: calc(-50vw + 10px);max-height:calc(95vh - 60px);overflow: hidden;}
}


@media (max-width: 991px){
    #over {display: none;background: #000;position: fixed;left: 0;top: 0;width: 100%;height: 100%;opacity: 0.8;z-index:9998;}
    .over-box{display:none;position:fixed;z-index:9999;text-align:center;border: 1px solid #ccc;border-radius:10px;background-color:#FFF;}
    .over-box .close{position: relative;}
    .over-box .close .closeIcon{position: absolute; top:-20px;right: -20px; width:30px;height:30px;font-size:25px;cursor: pointer;color:#0a3786;}
    .over-box .boxButton{padding:10px;padding-bottom: 0px;}
    .over-box-feedback{width:700px;padding:20px;top:5%;left:50%;margin-left:-370px;max-height:calc(95vh - 60px);overflow: hidden;}
    .over-box-feedback .boxContent{overflow-x:hidden;overflow-y:auto;max-height:calc(95vh - 200px);}
    .over-box-note{width:800px;padding:20px;top:5%;left:50%;margin-left:-420px;max-height:calc(95vh - 60px);overflow: hidden;}
    .over-box-full{width:700px;padding:20px;top:5%;left:50%;margin-left:-370px;max-height:calc(95vh - 60px);overflow: hidden;}
}



@media (max-width: 770px){
    #over {display: none;background: #000;position: fixed;left: 0;top: 0;width: 100%;height: 100%;opacity: 0.8;z-index:9998;}
    .over-box{display:none;overflow:hidden;position:fixed;z-index:9999;text-align:center;border: 1px solid #ccc;border-radius:10px;background-color:#FFF;height:auto;}
    .over-box .close{position: relative;}
    .over-box .close .closeIcon{position: absolute; top:-11px;right: -9px; width:25px;height:25px;font-size:25px;cursor: pointer;color:#0a3786;}
    .over-box .boxButton{padding:10px;padding-bottom: 0px;}
    .over-box-feedback{width:calc(100vw - 20px);padding:10px;top:5%;left:50%;margin-left: calc(10px - 50vw);max-height:calc(95vh - 60px);overflow: hidden;}
    .over-box-feedback .boxContent{overflow-x:hidden;overflow-y:auto;max-height:calc(95vh - 200px);}
    .over-box-note{width:calc(100vw - 20px);padding:10px;top:5%;left:50%;margin-left: calc(10px - 50vw);max-height:calc(95vh - 60px);overflow: hidden;}
    .over-box-full{width:calc(100vw - 20px);padding:10px;top:5%;left:50%;margin-left: calc(10px - 50vw);max-height:calc(95vh - 60px);overflow: hidden;}
}

/* ViewOption Panel */
.viewOption{margin:  5px 0;}
.viewOption .viewText{display: inline-block;vertical-align: middle; padding: 0 2px;}
.viewOption .viewIcon{font-size: 18px; opacity: 0.4;cursor: pointer;}
.viewOption .viewIcon:hover{font-size: 18px; opacity: 1;}
.viewOption .viewInput{outline: none;border: 2px inset #d0d0d0;width:30px;height:30px;font-size:12px;}
.viewOption .timePanel{margin-right:10px;padding: 8px;}
.viewOption .timePanel span{padding:6px;cursor: pointer}
.viewOption .timePanel span:hover{background: #f5f5f5;}
.viewOption .timePanel span.choose{background: #f5f5f5;border: 1px #d0d0d0 solid;}

#loading{position: fixed;z-index:9999;color:#fff;top:50%;left: 50%;margin-top:-30px;margin-left: -30px;width:60px; height: 60px;font-size: 60px;}
.tableData{border-spacing: 0;border-collapse: collapse;table-layout: fixed!important;outline-width: 0;border-width: 0;-webkit-box-sizing: content-box;}
.tableData th{background: #f3f3f3;text-overflow: ellipsis!important;white-space: nowrap; overflow: hidden;height:35px;font-weight: normal;padding:0px!important;outline: none;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;}
.tableData tr th:first-child {border-left: 0px solid #dddddd;}
tr:hover td{background: #f6f6f6;}
.tableData td{position: relative;height: 24px;empty-cells: show; line-height: 20px; padding: 0 3px!important;vertical-align: middle;outline-width: 0;  background-clip: padding-box;white-space: pre-line;word-break: break-word; overflow: hidden;}
.tableData td.vTop{vertical-align:top!important;}

.fleft{float:left;}
.fright{float:right}
.cl{clear:both}
.bold{font-weight: bold;}
.italic{font-style: italic}
.m0{margin: 0}
.m1{margin: 1px}
.m2{margin: 2px}
.m3{margin: 3px}
.m4{margin: 4px}
.m5{margin: 5px}
.m6{margin: 6px}
.m7{margin: 7px}
.m8{margin: 7px}
.m9{margin: 9px}
.m10{margin: 10px}
.m15{margin: 15px}
.m20{margin: 20px}
.m25{margin: 25px}
.mt1{margin-top: 1px}.ml1{margin-left: 1px}.mb1{margin-bottom: 1px}.mr1{margin-right: 1px}
.mt2{margin-top: 2px}.ml2{margin-left: 2px}.mb2{margin-bottom: 2px}.mr2{margin-right: 2px}
.mt3{margin-top: 3px}.ml3{margin-left: 3px}.mb3{margin-bottom: 3px}.mr3{margin-right: 3px}
.mt4{margin-top: 4px}.ml4{margin-left: 4px}.mb4{margin-bottom: 4px}.mr4{margin-right: 4px}
.mt5{margin-top: 5px}.ml5{margin-left: 5px}.mb5{margin-bottom: 5px}.mr5{margin-right: 5px}
.mt6{margin-top: 6px}.ml6{margin-left: 6px}.mb6{margin-bottom: 6px}.mr6{margin-right: 6px}
.mt7{margin-top: 7px}.ml7{margin-left: 7px}.mb7{margin-bottom: 7px}.mr7{margin-right: 7px}
.mt8{margin-top: 8px}.ml8{margin-left: 8px}.mb8{margin-bottom: 8px}.mr8{margin-right: 8px}
.mt9{margin-top: 9px}.ml9{margin-left: 9px}.mb9{margin-bottom: 9px}.mr9{margin-right: 9px}
.mt10{margin-top: 10px}.ml10{margin-left: 10px}.mb10{margin-bottom: 10px}.mr10{margin-right: 10px}
.mt15{margin-top: 15px}.ml15{margin-left: 15px}.mb15{margin-bottom: 15px}.mr15{margin-right: 15px}
.mt20{margin-top: 20px}.ml20{margin-left: 20px}.mb20{margin-bottom: 20px}.mr20{margin-right: 20px}
.mt25{margin-top: 25px}.ml25{margin-left: 25px}.mb25{margin-bottom: 25px}.mr25{margin-right: 25px}


.p0{padding:0}
.p5{padding:5px}
.p10{padding:10px}
.p15{padding:15px}
.p20{padding:20px}
.p25{padding:25px}
.pt5{padding-top: 5px}.pl5{padding-left: 5px;}.pb5{padding-bottom: 5px}.pr5{padding-right: 5px;}
.pt10{padding-top: 10px}.pl10{padding-left: 10px;}.pb10{padding-bottom: 10px}.pr10{padding-right: 10px;}
.pt15{padding-top: 15px}.pl15{padding-left: 15px;}.pb15{padding-bottom: 15px}.pr15{padding-right: 15px;}
.pt20{padding-top: 20px}.pl20{padding-left: 20px;}.pb20{padding-bottom: 20px}.pr20{padding-right: 20px;}
.pt25{padding-top: 25px}.pl25{padding-left: 25px;}.pb25{padding-bottom: 25px}.pr25{padding-right: 25px;}

.bold{font-weight: bold;}
.italic{font-style: italic}
.font9{font-size:9px;}
.font10{font-size:10px;}
.font11{font-size:11px;}
.font12{font-size:12px;}
.font13{font-size:13px;}
.font14{font-size:14px;}
.font15{font-size:15px;}
.font16{font-size:16px;}
.font18{font-size:18px;}
.font20{font-size:20px;}
.font22{font-size:22px;}
.font24{font-size:24px;}
.font26{font-size:26px;}
.font28{font-size:28px;}
.font32{font-size:32px;}
.font36{font-size:36px;}
.font48{font-size:48px;}
.drop-menu{position: fixed;z-index: 10;box-shadow: 0px 0px 3px 0px rgba(82,79,82,1);;background: #ffffff;border-radius: 5px;border: 1px solid #d0d0d0;overflow: hidden;}
.drop-menu .list1{padding:5px 20px;border-bottom: 1px solid #d0d0d0;cursor: pointer;}
.drop-menu .list1:hover{background: #e5e5e5;}

.big-drop-menu{position: fixed;z-index: 10; width:calc(100% - 40px);box-shadow: 0px 0px 3px 0px rgba(82,79,82,1);background: #ffffff;border-radius: 5px;border: 1px solid #d0d0d0;overflow: hidden;}
.big-drop-menu .top{font-size: 16px;padding:15px 15px 10px 15px;margin-bottom: 15px}
.big-drop-menu .top label{cursor: pointer;}
.big-drop-menu .menu-group{cursor: pointer;margin-right:20px;}
.big-drop-menu .menu-group:hover{border-bottom: 1px solid #ccc;}
.big-drop-menu .bottom{font-size: 16px;padding:10px 15px 15px 15px;text-align: right;}
.big-drop-menu .list1{padding:7px;border-bottom: 1px solid #d0d0d0;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.big-drop-menu .list1 label{cursor: pointer;}
.big-drop-menu .list1 label:hover{font-weight: bold;}

.medium-drop-menu{position: fixed;z-index: 10; width:70%;box-shadow: 0px 0px 3px 0px rgba(82,79,82,1);background: #ffffff;border-radius: 5px;border: 1px solid #d0d0d0;overflow: hidden;}
.medium-drop-menu .top{font-size: 18px;padding:15px 15px 10px 15px;margin-bottom: 15px}
.medium-drop-menu .top label{cursor: pointer;}
.medium-drop-menu .menu-group{cursor: pointer;margin-right:25px;}
.medium-drop-menu .menu-group:hover{border-bottom: 1px solid #ccc;}
.medium-drop-menu .bottom{font-size: 16px;padding:10px 15px 15px 15px;text-align: right;}
.medium-drop-menu .list1{padding:7px;border-bottom: 1px solid #d0d0d0;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.medium-drop-menu .list1 label{cursor: pointer;}
.medium-drop-menu .list1 label:hover{font-weight: bold;}
.medium-drop-menu .list2{padding:7px;border-left: 1px solid #d0d0d0;border-bottom: 1px solid #d0d0d0;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.medium-drop-menu .list2 label{cursor: pointer;}
.medium-drop-menu .list2 label:hover{font-weight: bold;}
.medium-drop-menu .list3{padding:7px;border-left: 1px solid #d0d0d0;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.medium-drop-menu .list3 label{cursor: pointer;}
.medium-drop-menu .list3 label:hover{font-weight: bold;}
.medium-drop-menu .list4{padding:7px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.medium-drop-menu .list4 label{cursor: pointer;}
.medium-drop-menu .list4 label:hover{font-weight: bold;}
.scroll-x{overflow-x: auto; overflow-y: hidden;}
.scroll-y{overflow-y: auto; overflow-x: hidden;}
.scroll-x-y{overflow-x: auto; overflow-y: auto;}

