body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}



html, body {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.chk {
    font-size: 20px;
    color: #5ab55d;
}

.del {
    font-size: 20px;
    color: red;
}


fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: center;
}


h3.ff {
    font-size: 12px;
    line-height: 0;
    margin: 8px 0;
    font-weight: 400;
}


h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}


header {
    padding: 5px 0;
    position: relative;
    .margin-bottom: 3px;
    background-color: #fff;
    z-index: 10;
}


    header:after {
        content: "";
        position: absolute;
        height: 3px;
        bottom: -3px;
        width: 100%;
        z-index: -1;
        background: url("../images/top-bar-shadow.png") 0 0 repeat-x;
    }

.slide {
    min-height: 360px;
    background: url("../images/slide.jpg") no-repeat 50%;
    padding: 50px 0 0px;
    z-index: 9;
    background-size: cover;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin-top: 80px;
}

    .slide img {
        width: 100%;
    }

     .slide img.Captcha {
        width: auto;
    }

    .slide p {
        line-height: 45px;
        font-size: 25px;
        font-weight: 300;
        text-align: center;
        .color: #fff;
        padding: 15px 0;
        .text-shadow: 1px 1px 20px rgba(0, 0, 0, 1);
    }

    .slide .bg {
        background-color: rgba(0,0,0,.5);
        min-height: 100px;
        padding: 30px 0;
    }



        .slide .bg .col-md-5, .slide .bg .col-md-2 {
            padding: 5px;
        }

        .slide .bg .btn {
            min-width: 120px;
            padding: 12px;
        }

        .slide .bg .form-control {
            min-width: 120px;
            padding: 21px;
        }

        .slide .bg .partRegister .col-md-2 .btn {
            float: right;
            width: 100%;
        }

        .slide .bg .partLogin {
            text-align: center;
        }

        .slide .bg .partRegister, .slide .bg .partRegistered1 {
            border-right: 1px solid #fff;
            padding: 0 50px;
        }

            .slide .bg .partRegister h5 {
                text-align: right;
            }

            
     .slide .bg .partRegister h6 {
   text-align:right;
   color:#fff;
   font-size:14px;
    }

            .slide .bg .partRegistered1 h5, .slide .bg .partRegistered2 h5 {
                text-align: right;
                padding: 15px 0;
                font-size: 20px;
            }




        .slide .bg h5 {
            font-size: 18px;
            color: #fff;
        }


/*mainbox*/

.mainbox {
    .margin: 0 -10px;
    text-align: center;
    padding: 60px 0;
}

    .mainbox .title {
        padding: 40px;
        line-height: 35px;
    }

        .mainbox .title h4 {
            font-size: 28px;
        }

    .mainbox p {
        font-size: 15px;
    }

    .mainbox .col-md-3 {
        margin: 25px 0;
    }





.slider {
    background-color: #d7dadf;
    margin-top: -2px;
}


.slide .slide-left {
    text-align: left;
}


.slide .slide-right h2 {
    font-size: 20px;
}

.slide .slide-right h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.slide .slide-right {
    line-height: 1.8em;
}

    .slide .slide-right .serial-search {
        border: 1px solid #929292;
        width: 90%;
        padding: 4px;
        margin-top: 50px;
    }



    .slide .slide-right .serial-search-btn {
        margin-right: -40px;
        margin-top: 52px;
        position: absolute;
        border-right: 1px solid #eee;
        font-size: 22px;
        padding: 5px 10px 0;
        background-color: #fff;
    }

    .slide .slide-right .serial-search-info {
        margin-top: 52px;
        position: absolute;
        margin-right: 10px;
        padding-right: 10px;
        padding-top: 5px;
        font-size: 22px;
    }

.box-main {
    margin: 25px 0;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

    .box-main h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .box-main .titr {
        text-align: center;
        font-size: 13px;
    }


    .box-main .box-main-right, .box-main .box-main-left {
        margin: 10px 0;
    }


        .box-main .box-main-right .start-icon {
            color: #00a8ff;
            margin-right: 20px;
        }



@media (min-width: 768px) {


    .box-main .box-main-right {
        border-left: 1px solid #ccc;
        padding: 0 0 0 10px;
    }

    .box-main .box-main-left {
        padding: 0 40px 0 0;
    }

    .main-box {
        border-right: 1px solid #c2c2c2;
        min-height: 800px;
        margin-bottom: 20px;
    }
}


.logo {
    text-align: left;
}

.acountmenu {
    text-align: right;
    margin-top: 15px;
}

.logoMenu {
    text-align: left;
    margin-top: 10px;
    line-height: 6;
}

.main-box {
    margin-bottom: 20px;
}


footer {
    min-height: 30px;
    background-color: #f2f3f5;
    
    text-align:center;
   
}

    footer .footer-txt {
    padding:20px;
     font-size:12px;
    }

.footer-profile {
    border-top: 1px solid #eee;
    padding: 10px 0px;
    margin: 10px 5px;
}



.main-box .titr {
    border-bottom: 1px solid #c2c2c2;
    padding: 30px 0 23px;
    line-height: 40px;
    margin: 20px 0;
}

    .main-box .titr .btn {
        float: left;
        margin-top: 35px;
    }


    .main-box .titr h3 {
        font-size: 18px;
    }





.box-landing {
    margin-top: 40px;
    margin-bottom: 40px;
}

.box-land-account {
    margin: 20px auto;
    -moz-box-shadow: 0 0 3px -1px #000;
    -webkit-box-shadow: 0 0 3px -1px #000;
    box-shadow: 0 0 3px -1px #000;
    background-color: #fff;
}


    .box-land-account .image {
        text-align: center;
        line-height: 25px;
        padding: 20px;
        color: #b0b0b0;
    }

        .box-land-account .image p {
            text-align: right;
            line-height: 25px;
            color: #777;
        }


    .box-land-account h2 {
        border-bottom: 1px solid #c2c2c2;
        padding: 20px 10px;
    }

.box-landing .titleFilter {
    background-color: #31708f;
    padding: 10px;
    color: #fff;
}

.box-landing .Filterbox {
    border: 1px solid #eee;
}

    .box-landing .Filterbox .FilterA {
        padding: 5px 10px;
    }

    .box-landing .Filterbox .FilterB {
        padding: 5px 10px;
        line-height: 2.0em;
    }

    .box-landing .Filterbox li {
        border-bottom: 1px solid #eee;
        padding: 10px;
    }


        .box-landing .Filterbox li:last-child {
            border-bottom: 0;
            padding: 12px;
        }


.Filterbox .FilterB input[type='checkbox'] {
    display: none;
}

    .Filterbox .FilterB input[type='checkbox'] + label span {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        background: url(../images/check_radio_sheet.png) left top no-repeat;
        cursor: pointer;
    }

    .Filterbox .FilterB input[type='checkbox']:checked + label span {
        background: url(../images/check_radio_sheet.png) -19px top no-repeat;
    }


.FilterB .tt {
    padding-right: 12px;
    font-weight: normal;
}



.filterItem {
    border: 1px solid #ddd;
    font-size: 11px;
    float: right;
    padding: 5px;
    background-color: #f2f3f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 2px;
}

    .filterItem .btndelete {
        font-size: 11px;
        padding: 5px 5px 0;
        color: red;
    }

.grtitle {
    margin-top: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

    .grtitle a {
        color: #337abd;
    }

.selectrow {
    font-size: 11px;
    padding: 0;
    min-height: 35px;
}

    .selectrow .col-md-6 {
        padding: 0;
    }



/*pager*/


.Pager {
    direction: ltr;
    float: left;
    margin: -1px 0 2px -20px;
    .background-color:red;
    .width: 450px;
    margin-top: -10px;
    margin-left: 10px;
}

.PageCount {
    padding: 0px 7px;
    margin-left: 5px;
    .border-left: 1px solid #dedddd;
    text-decoration: none;
    color: #666;
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    .vertical-align: text-top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    .vertical-align: text-top;
}

.pagerCount {
    margin-top: 6px;
}


.Pager .PageCount:nth-of-type(1) {
    padding: 0px 7px;
    .margin-left: 5px;
    .border: 1px solid #fff;
    text-decoration: none;
    color: #666;
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    .vertical-align: text-top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.PageCurrent {
    padding: 0px 7px;
    margin-left: 5px;
    .border-left: 1px solid #dedddd;
    text-decoration: none;
    color: #fff;
    background-color: #666;
    .vertical-align: text-top;
    .border: 1px solid #dedddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.padleft {
    padding-left: 10px;
}


.nextbtn {
}

.Pager input {
    vertical-align: middle;
    margin-left: -4px;
}

.Pager a {
    color: #666;
    text-decoration: none;
}


.PageCount a {
    width: 40px;
    height: 30px;
    text-decoration: none;
    color: #666;
}

.Pager a:hover {
    text-decoration: solid;
}

.n-product {
    margin: 0 0px;
}

    .n-product .n-product-box {
        min-height: 235px;
        border: 1px solid #f0f0ef;
        padding: 10px;
        margin: 10px -8px;
    }

        .n-product .n-product-box .n-product-title .e-name {
            float: left;
            padding: 10px;
        }


        .n-product .n-product-box a {
            color: #337abd;
            /*line-height: 2.5em;*/
        }

            .n-product .n-product-box a:hover {
                border-bottom: 1px solid #337abd;
                text-decoration: none;
            }


        .n-product .n-product-box .data {
            font-size: 12px;
            line-height: 1.8em;
        }


            .n-product .n-product-box .data .desdata {
                color: #66c056;
            }



        .n-product .n-product-box .n-product-image {
            text-align: center;
            padding: 15px 0;
            width: 100%;
            margin-top: 15px;
            min-height: 100px;
        }

            .n-product .n-product-box .n-product-image img {
                margin-top: -20px;
            }


@media (min-width: 768px) {

    .n-product .n-product-box .n-product-image img {
        max-height: 110px;
        margin-top: -20px;
    }
}

/*---------details page------------*/

.toppage {
    padding: 30px 0 20px;
}

.rightpage {
    padding: 0px;
}




    .rightpage .Filterbox .FilterA {
        padding: 5px 10px;
    }

    .rightpage .Filterbox .FilterB {
        padding: 5px 10px;
        line-height: 2.0em;
    }

    .rightpage .Filterbox li {
        border-bottom: 1px solid #eee;
        padding: 10px;
    }


        .rightpage .Filterbox li:last-child {
            border-bottom: 0;
            padding: 12px;
        }

@media (min-width: 768px) {

    .rightpage {
        padding-left: 20px;
    }

    .leftpage {
        border-right: 1px solid #eee;
        min-height: 950px;
        padding: 0;
    }
}

.rightpage h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.leftpage .info {
    padding: 40px 10px;
}

    .leftpage .info h3 {
        font-size: 18px;
        margin-bottom: 20px;
        color: #337abd;
    }

.infobtn .btn {
    height: 35px;
}

    .infobtn .btn i {
        font-size: 16px;
        height: 45px;
        padding: 0 10px;
    }



.leftpage .part2 {
}

.leftpage .part3 {
    color: #66c056;
}



.hometab {
    direction: ltr;
}

    .hometab li {
        list-style-type: initial;
        margin-left: 20px;
    }

.icon-circle {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #31708f;
    width: 12px;
    height: 12px;
    color: #fff;
    float: right;
    font-size: 8px;
    margin: 6px 0 0 10px;
    text-align: center;
}

    .icon-circle i {
        position: absolute;
        margin: -5px -2px;
    }

.contentTab {
    padding: 0 -10px;
}

    .contentTab .body {
        .border: 1px solid #eee;
        padding: 0 30px;
        margin: -1px -15px 20px;
        margin-top: -1px;
        min-height: 500px;
        text-align: left;
    }




.gallery {
    padding: 0 15px;
}

    .gallery .col-xs-4 {
        padding: 3px;
    }

.img-gallery {
    border: 1px solid #eee;
    margin-left: 7px;
}

.linking {
    line-height: 1.8em;
    padding: 20px 10px 0px;
    border-top: 1px dashed #7c7c7c;
}

.supporting {
    line-height: 1.8em;
    padding: 20px 10px 30px;
    border-bottom: 1px dashed #7c7c7c;
}

.searching {
    margin: 20px 0 10px;
    padding: 20px 10px 30px;
    border-bottom: 1px dashed #7c7c7c;
    border-top: 1px dashed #7c7c7c;
}



    .searching .serial-search {
        border: 1px solid #929292;
        width: 100%;
        padding: 4px;
    }



    .searching .serial-search-btn {
        margin-top: -28px;
        left: 0;
        position: absolute;
        border-right: 1px solid #eee;
        margin-left: 12px;
        font-size: 18px;
        padding: 2px 7px 0;
        background-color: #fff;
    }

.other-product {
    padding: 20px 10px 30px;
}

.bgcolor {
    background-color: #f3f3f3;
}


.top-box {
    background-color: #fafcfc;
    min-height: 40px;
    margin-top: 20px;
    padding: 20px 23px 10px;
}

.top-bg-box {
    padding: 0 15px;
}


.top-box .col-md-3 {
    padding: 0;
}


.box {
    margin-top: 20px;
    padding: 0 30px;
    font-size: 14px;
}


.btnRow {
    margin: 20px -15px;
}


.left-txt {
    text-align: left;
}

.left-float {
    float: left;
    margin-top: -10px;
}

.box-all {
    padding: 20px 0;
    -moz-box-shadow: 0 0 3px -1px #000;
    -webkit-box-shadow: 0 0 3px -1px #000;
    box-shadow: 0 0 3px -1px #000;
    background-color: #fff;
}

.box h2 {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px;
    margin-top: 20px;
}


.box  {
    background-color:#fff;
    padding:20px;
    max-width:600px;
   margin-right:25%;
}


.box .box-right h2 .item1 {
    color: #5ab55d;
}

.box .box-left h2 .item1 {
    color: #31708f;
}

.box h2 .item2 {
    color: #a2a2a2;
    font-size: 13px;
    font-weight: normal;
}

.box .box-right, .box .box-left {
    padding: 0px 30px;
}


    .box .box-left a {
        color: #5ab55d;
    }

    .box .box-right .titr {
        padding: 0px 0 20px;
    }


.box-right .part1 {
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 25px;
}

    .box-right .part1 .txt {
        min-height: 190px;
    }

.box-right .status {
    height: 40px;
    width: 100%;
    background-color: #31708f;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-size: 13px;
}


.box-right .part2 {
    line-height: 45px;
}


.box-right .img {
    border: 1px solid #eee;
}

.box-right .name {
    margin: 20px 0;
}

.box-right h3 {
    margin-bottom: -10px;
    color: #337abd;
    font-weight: bold;
}

.box-ticket {
    margin: 0px 0px 20px;
    border: 1px solid #eee;
}

.divbtn {
    margin: 10px 0 20px;
}

.box-ticket .Titleticket {
    background-color: #f3f3f3;
    padding: 8px 10px;
}

    .box-ticket .Titleticket .date {
        text-align: left;
    }

        .box-ticket .Titleticket .date i {
            color: #31708f;
            font-size: 18px;
            padding: 0 10px;
            margin-top: 7px;
        }


.box-ticket .TitleticketSupport {
    background-color: #31708f;
    padding: 8px 10px;
    color: #fff;
}

    .box-ticket .TitleticketSupport .date {
        text-align: left;
    }

        .box-ticket .TitleticketSupport .date i {
            font-size: 18px;
            padding: 0 10px;
            margin-top: 7px;
        }


.box-ticket .bodyticket, .box-ticket .bodyticketSupport {
    padding: 8px 10px;
}





.box-result {
    color: #7c7c7c;
    padding: 25px;
    background-color: #fff;
}

    .box-result hr {
        border-color: #7c7c7c;
        margin: 10px 0;
    }


@media (min-width: 768px) {


    .box .box-right .form-horizontal .col-sm-4,.box .box-right .form-horizontal .col-sm-8 {
        padding-left: 0;
    }

    .box .box-left {
        min-height: 750px;
        border-right: 1px solid #eee;
    }
}

.boxLL {
    padding: 0px 5px;
}

.status {
    font-weight: bold;
    color: #31708f;
}



.inbox {
    padding: 20px 12px;
}


    .inbox .No {
        color: #31708f;
        font-size: 18px;
    }

    .inbox .col-sm-4 {
        padding: 0 !important;
    }


.box .part-inbox {
    padding: 20px 0;
    line-height: 1.8em;
}


    .box .part-inbox h3 {
        color: #337abd;
        font-weight: bold;
    }


.part-top, .part-top-active {
    text-align: center;
}

    .part-top h4 {
        color: #bbc0ca;
        font-weight: bold;
        padding-top: 15px;
    }

    .part-top-active h4 {
        color: #5ab55d;
        font-weight: bold;
        padding-top: 15px;
    }




    .part-top .line-right, .part-top-active .line-right {
        min-height: 10px;
        background-color: #fafcfc;
        width: 42%;
        position: absolute;
    }

        .part-top .line-right hr {
            width: 98%;
            border: 1px solid #bbc0ca;
            margin-top: 15px;
        }

        .part-top-active .line-right hr {
            width: 98%;
            border: 1px solid #5ab55d;
            margin-top: 15px;
        }



    .part-top .line-last-right, .part-top-active .line-last-right {
        min-height: 10px;
        background-color: #fafcfc;
        width: 25%;
        position: absolute;
        margin-right: 15%;
    }

        .part-top .line-last-right hr {
            width: 98%;
            border: 1px dashed #bbc0ca;
            margin-top: 15px;
        }

        .part-top-active .line-last-right hr {
            width: 98%;
            border: 1px dashed #5ab55d;
            margin-top: 15px;
        }



    .part-top .line-left, .part-top-active .line-left, .part-top-active .line-left-old {
        min-height: 10px;
        background-color: #fafcfc;
        width: 44%;
        left: 0;
        position: absolute;
    }

        .part-top .line-left hr, .part-top-active .line-left hr {
            width: 98%;
            border: 1px solid #bbc0ca;
            margin-top: 15px;
        }

        .part-top-active .line-left-old hr {
            width: 98%;
            border: 1px solid #5ab55d;
            margin-top: 15px;
        }


    .part-top .line-last-left, .part-top-active .line-last-left {
        min-height: 10px;
        background-color: #fafcfc;
        width: 25%;
        left: 0;
        position: absolute;
        margin-left: 15%;
    }



        .part-top .line-last-left hr, .part-top-active .line-last-left hr {
            width: 98%;
            border: 1px dashed #bbc0ca;
            margin-top: 15px;
        }




    .part-top .title-circle-biger, .part-top-active .title-circle-biger {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background-color: #fafcfc;
        border: 2px solid #fafcfc;
        width: 30px;
        height: 30px;
        color: #fff;
        float: right;
        font-size: 8px;
        margin: 6px 0 0 10px;
        text-align: center;
        margin-right: 45%;
        margin-top: 1px;
        position: absolute;
    }

    .part-top .title-circle {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        .background-color: #ebffeb;
        border: 2px solid #bbc0ca;
        width: 20px;
        height: 20px;
        color: #fff;
        float: right;
        font-size: 8px;
        margin: 6px 0 0 10px;
        text-align: center;
        margin-right: 46%;
        position: absolute;
    }

    .part-top-active .title-circle {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #b8ebb8;
        border: 2px solid #5ab55d;
        width: 20px;
        height: 20px;
        color: #fff;
        float: right;
        font-size: 8px;
        margin: 6px 0 0 10px;
        text-align: center;
        margin-right: 45%;
        position: absolute;
    }


/*.back-body {
  background-color:#f3f3f3;
}

.detailsproduct {
 background-color:#fff;
 margin:20px auto;
}*/


/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############ General ###########*/


hr {
    display: block;
    padding: 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


img {
    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}


* + p, * + hr, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
    margin-top: 15px;
}

p, hr, ul, ol, dl, blockquote, pre, address, fieldset, figure {
    margin: 0 0 5px;
}

code {
    color: #05B5D6;
    font-size: 12px;
    white-space: nowrap;
    padding: 0 4px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
}

pre code {
    color: inherit;
    white-space: pre-wrap;
    padding: 0;
    border: 0;
    background: 0 0;
}






code, kbd, pre, samp {
    font-size: 1em;
}




* + p, * + hr, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
    margin-top: 15px;
}

p, hr, ul, ol, dl, blockquote, pre, address, fieldset, figure {
    margin: 0 0 5px;
}

code {
    color: #05B5D6;
    font-size: 12px;
    white-space: nowrap;
    padding: 0 4px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
}

pre code {
    color: inherit;
    white-space: pre-wrap;
    padding: 0;
    border: 0;
    background: 0 0;
}






code, kbd, pre, samp {
    font-size: 1em;
}

img {
    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

button, input:not([type=radio]):not([type=checkbox]), select {
    vertical-align: middle;
}

input {
    line-height: normal;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: 300;
    color: #222;
    text-transform: none;
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 25px;
}

ul, ol {
    .padding-left: 30px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}

li a:hover {
    text-decoration: none !important;
}





/** menu
================================================== */


.wrapper {
    margin: 50px auto;
    width: 100%;
}

ul li {
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none;
}

/** Navigation theme
================================================== */
.booNavigation {
    position: relative;
    width: 100%;
    margin: -5px -2px 0 -2px;
}

    .booNavigation li.navItem i {
        color: #bbb;
    }

    .booNavigation li.navItem {
        .border-top: 5px solid #9900CC;
        padding: 10px 20px;
        float: right;
        color: #000;
        text-decoration: none;
        transition: all .3s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

        .booNavigation li.navItem:hover a {
            .background-color: #f2f2f2;
            color: #ed1a3b;
            cursor: pointer;
        }

        .booNavigation li.navItem > a {
            color: #000;
        }

.navContent h1 {
    font-size: 14px;
    .font-weight:bold;
}

.booNavigation li.navItem .navContent {
    background-color: #f7f8fa;
    right: -210px;
    position: absolute;
    top: 40px;
    width: 100%;
    padding: 0 10px;
    z-index: 999;
    border-top: 1px solid #f2f2f2;
    -moz-box-shadow: 0 8px 9px -11px #000;
    -webkit-box-shadow: 0 8px 9px -11px #000;
    box-shadow: 0 8px 9px -11px #000;
    line-height: 2.0em;
}

.booNavigation .navContent > li {
    color: #000;
    float: right;
    padding: 10px;
}

.booNavigation .navContent ul li a {
    color: #000 !important;
    display: block;
    padding: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-size: 13px;
}

    .booNavigation .navContent ul li a:hover {
        background-color: #f2f2f2;
        .padding-left: 20px;
    }


.dropdown-header h2 {
    .font-weight:bold;
    font-size: 14px !important;
    margin-right: -20px;
}

    .dropdown-header h2 a {
        color: #4aaa4e !important;
    }

.dropdown-header:hover {
    background-color: none;
}


/** Navigation examples
================================================== */
.nav-example {
    clear: left;
}

/*----------profile-------------*/

.profile .dropdown, .loginbtn {
    margin-top: 5px;
}

    .profile .dropdown i, .loginbtn i {
        padding: 5px;
    }

    .profile .dropdown a.btn {
        color: #fff;
    }

    .profile .dropdown a.logout {
        color: red;
    }




.profile .dropdown-menu {
    text-align: center;
    line-height: 35px;
    padding: 15px 0;
}



.search-profile {
    margin: 5px 0 20px;
    background-color: #eee;
    padding: 10px 0;
}

    .search-profile .table-condensed {
        border: 0;
    }

.printer-icon {
    font-size: 25px;
}


/*----------news---------------*/

.newspage .title-box-page {
    background-color: #31708f;
    padding: 8px;
    margin: 20px auto;
    color: #fff;
}




.right-news-page .item .col-md-4 {
    padding-left: 0;
}


.right-news-page .item .date {
    color: #7c7c7c;
    font-size: 12px;
}


.right-news-page .item h3 {
    line-height: 18px;
    font-size: 13px;
}

.left-news-page h2 {
    font-size: 18px;
    padding: 20px 0 0;
    color: #31708f;
}

.left-news-page .newsTxt {
    min-height: 200px;
    line-height: 22px;
    padding-bottom: 20px;
}

.left-news-page a {
    color: #31708f;
}


.left-news-page .img {
    padding: 0;
}




/*--------news Detail-------------*/

.left-news-page h2.ll {
    font-size: 14px;
    color: #51bc30;
    margin: 0;
    line-height: 0;
}

.left-news-page h1.lt {
    font-size: 15px;
    margin: 25px 0 0;
    line-height: 30px;
}


.left-news-page .date {
    font-size: 11px;
    color: #afafaf;
    border-bottom: 1px solid #afafaf;
    padding: 5px 0;
}

.left-news-page .datediv {
    margin: 10px 0 30px;
}


.about {
    line-height: 2em;
    padding: 30px 0;
}

    .about hr {
        margin: 10px 0;
    }

.contact-body .icon-contact {
    position: absolute;
    padding: 10px 15px;
}


.bgcontact {
    padding: 20px 0;
}

.contact-body {
    padding: 15px 30px;
}


    .contact-body a {
        color: #5ab55d;
    }

    .contact-body .txt {
        line-height: 30px;
    }

    .contact-body .form-control {
        padding-right: 40px;
    }

    .contact-body hr {
        margin: 10px 0;
    }




.titrfilter {
    font-size: 20px;
    padding-right: 20px;
    text-align: right;
    margin: 30px 0 20px;
    border-right: 3px solid #900652;
    font-weight: bold;
}

.filterItem {
    border: 1px solid #eee;
    font-size: 10px;
    float: right;
    padding: 3px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 2px;
}

    .filterItem .btndelete {
        font-size: 9px;
        padding: 0 5px;
    }


.rownew .empty {
    padding: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    font-size: 11px;
    text-align: center;
    margin: 10px 0;
    width: 97.5%;
}

.rownew {
    margin-top: -10px;
    padding-top: 10px;
}


.normalpnl {
    background-color: #f7f9fa;
    padding: 12px 15px;
    margin: 4px 0;
    font-size: 12px;
    color: #555;
    text-align:right;
}

    .normalpnl br {
        line-height: 26px;
    }


    .normalpnl .en {
        direction: ltr;
        text-align: right;
    }


    .normalpnl ul.childUL li {
        padding: 0 15px;
        border-left: 1px solid #ddd;
        display: inline;
    }

        .normalpnl ul.childUL li:first-child {
            padding-right: 0;
        }

        .normalpnl ul.childUL li:last-child {
            border-left: 0;
        }


.nopnl {
    background-color: #fcf5f6;
    padding: 10px 15px;
    margin: 4px 0;
    font-size: 14px;
    color: #ff8f90;
     text-align:right;
}

.okpnl {
    background-color: #f5fcf5;
    padding: 10px 15px;
    margin: 4px 0;
    font-size: 14px;
    color: #b9e1ba;
    text-align:right;
}



.titlepnl {
    background-color: #f0f1f2;
    padding: 10px 15px;
    margin: 5px 0;
    font-size: 12px;
    color: #555;
    text-align: right;
    font-size: 14px;
}

.tabdiv {
    margin-top: 60px;
}

.rowpdf {
    -moz-box-shadow: 0 0 12px -6px #000;
    -webkit-box-shadow: 0 0 12px -6px #000;
    box-shadow: 0 0 12px -6px #000;
    direction: ltr;
    margin: 10px;
}

    .rowpdf img {
        padding-right: 10px;
    }

    .rowpdf a {
        text-decoration: none;
    }

    .rowpdf:hover a {
        color: #ea4c3a;
    }

.ltrDiv {
    line-height: 2.1em;
}

.exit {
    color: red;
    font-weight: bold;
}


.lock {
    padding: 0;
    margin-top:-10px;
}

    .lock i {
        font-size: 30px;
        color:#808080;
    }

     .lock i.ion-android-unlock {
        color:#4caf50;
    }


.point {
    font-size: 85%;
    color: #31708f;
    padding: 5px 3px;
    text-align: center;
    line-height: 21px;
}

    .point span {
        font-size: 120%;
    }

.margintop {
    margin-top: 120px;
    min-height: 500px;
}

.refresh {
    z-index: 9999999;
    position: absolute;
    font-size: 30px;
    margin-top: 0px;
    margin-right: -20px;
    color: #51bc30;
}


.detailsPro .btn {
  margin:10px 0px 30px;
}


.lockPNL {
      color:#828282;
      font-size:40px;
}

.lockPNL .point {
     font-size:20px;
      color:#828282;
}


.unlockPNL {
      color:#4caf50;
      font-size:40px;
}

.unlockPNL .point {
     font-size:20px;
      color:#4caf50;
}


.fullscreen_bg {
            .position: fixed;

            padding:80px;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-size: cover;
            background-position: 50% 50%;
            background-image: url('../images/back1.jpg');
            background-repeat: repeat;
        }

/*mobile*/
.L-mobile
{
    margin-top:15px;
}

@media (min-width: 600px) and (max-width: 800px) {
    .customer-grid .col {
        width: 45% !important;
    }

        .customer-grid .col .lock {
            width: 60% !important;
            float: right;
        }



        .customer-grid .col .point {
            width: 30% !important;
            float: left;
        }

       .box {
        background-color: #fff;
        padding: 20px;
        /* max-width: 600px; */
        margin-right: 0;
         margin-bottom:20px;
    }

    .fullscreen_bg {

            padding:0px !important;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-size: cover;
            background-position: 50% 50%;
            background-image: url('../images/back1.jpg');
            background-repeat: repeat;
        }

  

    .box .box-right , .box .box-right .inbox {
         padding:0;
    }

}



@media (min-width: 800px) and  (max-width: 1040px)  {
     .customer-grid .col {
    width:30% !important}

       .customer-grid .col .lock{
    width:60% !important;
    float:right;
        
       }


       
       .customer-grid .col .point{
    width:30% !important;
    float:left;
       
       }

       .slide .bg .partRegister h5 {
        border-top:1px solid #fff;
     text-align:center;
     margin-top:20px;
     padding-top:20px;
    }

    .slide .bg .partRegister {
     border-right:0;
    }

   

    .slide .bg .partRegister, .slide .bg .partRegistered1 {
            border-right: 0px solid #fff;
            padding: 0 50px;
        }

      

            .slide .bg .partRegistered1 h5, .slide .bg .partRegistered2 h5 {
                text-align: center;
                padding: 15px 0;
                font-size: 20px;
            }


 .box {
        background-color: #fff;
        padding: 20px;
        /* max-width: 600px; */
        margin-right: 10%;
         margin-bottom:20px;
    }

    .fullscreen_bg {

            padding:0px !important;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-size: cover;
            background-position: 50% 50%;
            background-image: url('../images/back1.jpg');
            background-repeat: repeat;
        }

  

    .box .box-right , .box .box-right .inbox {
         padding:0;
    }

}




@media (max-width: 600px) {


      .slide .bg .partRegister, .slide .bg .partRegistered1 {
            border-right: 0px solid #fff;
            padding: 0 50px;
        }

      

            .slide .bg .partRegistered1 h5, .slide .bg .partRegistered2 h5 {
                text-align: center;
                padding: 15px 0;
                font-size: 20px;
            }

    .slide .bg .partRegister h5 {
        border-top:1px solid #fff;
     text-align:center;
     margin-top:20px;
     padding-top:20px;
    }

    .slide .bg .partRegister {
     border-right:0;
    }



    .customer-grid .col {
    width:95% !important}

    .page-customers {
     margin-top:-150px;
    }


       .customer-grid .col .lock{
    width:60% !important;
    float:right;
        
       }


       
       .customer-grid .col .point{
    width:30% !important;
    float:left;
       
       }

    .box {
        background-color: #fff;
        padding: 20px;
        /* max-width: 600px; */
        margin-right: 0;
         margin-bottom:20px;
    }

    .fullscreen_bg {

            padding:0px !important;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-size: cover;
            background-position: 50% 50%;
            background-image: url('../images/back1.jpg');
            background-repeat: repeat;
        }

  

    .box .box-right , .box .box-right .inbox {
         padding:0;
    }
}


