.full-banner {
}

    .full-banner img {
        width: 100%;
    }

/* menu */
#menu {
    background-color: #e6e6e6;
    height: 86%;
    overflow-x: hidden;
    overflow-y: auto;
    color: #969696;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

    #menu ul {
        list-style: none;
        margin-top: 0;
        padding: 0;
        background-color: #e6e6e6;
    }

        #menu ul li {
            border-bottom: 1px solid #fff;
        }

    #menu > ul > li > a {
        border-left: 4px solid #e6e6e6;
    }

    #menu ul li a {
        color: #969696;
        font-size: 18px;
        display: block;
        font-weight: 600;
        padding: 8px 0 8px 7px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #menu ul a i {
        margin-right: 10px;
        font-size: 20px;
        margin-top: 3px;
        width: 20px;
    }

        #menu ul a i[class*='fa-caret'] {
            float: right;
        }

    #menu ul a:hover,
    #menu ul a.active {
        border-left-color: #711e82;
        color: #711e82;
    }

        #menu ul a:hover i:first-child {
            color: #711e82;
        }

    /* Submenu */

    #menu ul li a.active + ul {
        display: block;
    }

    #menu ul li ul {
        margin-top: 0;
        padding: 0;
        display: none;
        background: #fff;
    }

        #menu ul li ul li {
            border-bottom: 1px solid #e6e6e6;
        }

            #menu ul li ul li a {
                padding-left: 40px;
            }

                #menu ul li ul li a:hover {
                }

/* /Submenu */


/* Cuando este a la Izq, para esconderlo posicionarlo a la Izq a -width */

.left {
    left: -280px;
}

.show {
    left: 0;
}

#showmenu {
    font-size: 1.3em;
    color: #FFCC33;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* /Submenu */


/* Cuando este a la Izq, para esconderlo posicionarlo a la Izq a -width */

.left {
    left: -210px;
}

.show {
    left: 0;
}

#showmenu {
    font-size: 1.3em;
    color: #FFCC33;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*sale page */
.top-tag-sale {
    margin: 0;
    padding: 30px 0;
}

    .top-tag-sale ul {
        margin: 0;
        padding: 0;
    }

    .top-tag-sale li {
        margin: 0 1%;
        padding: 0;
        float: left;
        width: 23%;
        display: block;
        background: #e6e6e6;
        font-size: 18px;
    }

        .top-tag-sale li span.left-tag-bg1 {
            background: url(../../../images/arrow-tad-bg1.jpg) right no-repeat;
            color: #fff;
            padding: 10px 20px 10px 10px;
            display: block;
            float: left;
        }

        .top-tag-sale li span.right-tag-txt {
            color: #711e82;
            padding: 10px 20px 10px 10px;
            display: block;
            text-align: center;
        }

        .top-tag-sale li span.left-tag-bg2 {
            background: url(../../../images/arrow-tad-bg2.jpg) right no-repeat;
            color: #fff;
            padding: 10px 20px 10px 10px;
            display: block;
            float: left;
        }

        .top-tag-sale li span.right-tag-txt2 {
            color: #00b482;
            padding: 10px 20px 10px 10px;
            display: block;
            text-align: center;
        }

.graph-col {
    padding: 20px 1%;
    margin: 20px 0;
    border-top: 3px solid #e6e6e6;
}

.title-comn {
    margin: 0;
    padding: 0;
}

    .title-comn h2 {
        color: #969696;
        font-size: 26px;
        margin: 0;
        padding: 0;
    }

.graph-content img {
    width: 100%;
}

.scale-range {
    margin: 10px 0;
    padding: 30px 1%;
    border-top: 3px solid #e6e6e6;
}

    .scale-range .tooltip.bottom .tooltip-arrow {
        border-bottom-color: #fff !important;
        border-width: 0 !important;
    }

    .scale-range .tooltip-inner {
        background: none !important;
        color: #b5b5b6 !important;
        font-size: 15px;
        font-weight: 600;
        -webkit-user-select: none; /* Chrome all / Safari all */
        -moz-user-select: none; /* Firefox all */
        -ms-user-select: none; /* IE 10+ */
        user-select: none; /* Likely future */
    }

.scale-range {
}

    .scale-range ul {
        margin: 0;
        padding: 20px 0;
    }

    .scale-range li {
        margin: 0 0%;
        padding: 10px 0 0px 0;
        float: left;
        width: 50%;
        display: block;
    }

        .scale-range li.slid1 {
            padding: 0 4% 0 0;
        }

        .scale-range li.slid2 {
            padding: 0 0 0 4%;
        }

.left-scale-txt {
    padding: 8px 0 0 0;
    float: left;
    font-size: 16px;
    display: block;
    color: #828282;
}

.right-scale {
    width: 65%;
    float: right;
    display: block;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 220px;
}

    .sidebar-nav li {
        display: inline-block;
        line-height: 20px;
        position: relative;
        width: 100%;
    }

        .sidebar-nav li:before {
            -moz-transition: width 0.2s ease-in;
            -ms-transition: width 0.2s ease-in;
            -webkit-transition: width 0.2s ease-in;
            background-color: #1c1c1c;
            content: '';
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            -webkit-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 3px;
            z-index: -1;
        }

        .sidebar-nav li:first-child a {
            background-color: #1a1a1a;
            color: #ffffff;
        }

        .sidebar-nav li:nth-child(2):before {
            background-color: #52418a;
        }

        .sidebar-nav li:nth-child(3):before {
            background-color: #5c499c;
        }

        .sidebar-nav li:nth-child(4):before {
            background-color: #6651ad;
        }

        .sidebar-nav li:nth-child(5):before {
            background-color: #7562b5;
        }

        .sidebar-nav li:nth-child(6):before {
            background-color: #8473be;
        }

        .sidebar-nav li:nth-child(7):before {
            background-color: #9485c6;
        }

        .sidebar-nav li:nth-child(8):before {
            background-color: #a396ce;
        }

        .sidebar-nav li:nth-child(9):before {
            background-color: #b2a7d6;
        }

        .sidebar-nav li:hover:before {
            -webkit-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 100%;
        }

        .sidebar-nav li a {
            color: #dddddd;
            display: block;
            padding: 10px 15px 10px 30px;
            text-decoration: none;
        }

        .sidebar-nav li.open:hover before {
            -webkit-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 100%;
        }

    .sidebar-nav .dropdown-menu {
        background-color: #222222;
        border-radius: 0;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
        background-color: transparent;
        color: #ffffff;
        text-decoration: none;
    }

    .sidebar-nav > .sidebar-brand {
        font-size: 20px;
        height: 65px;
        line-height: 44px;
    }

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 32px;
    margin-left: 15px;
    position: fixed;
    top: 20px;
    width: 32px;
    z-index: 999;
}

    .hamburger:hover {
        outline: none;
    }

    .hamburger:focus {
        outline: none;
    }

    .hamburger:active {
        outline: none;
    }

    .hamburger.is-closed:before {
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        color: #ffffff;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        opacity: 0;
        text-align: center;
        width: 100px;
    }

    .hamburger.is-closed:hover before {
        -webkit-transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        display: block;
        opacity: 1;
    }

    .hamburger.is-closed:hover .hamb-top {
        -webkit-transition: all 0.35s ease-in-out;
        top: 0;
    }

    .hamburger.is-closed:hover .hamb-bottom {
        -webkit-transition: all 0.35s ease-in-out;
        bottom: 0;
    }

    .hamburger.is-closed .hamb-top {
        -webkit-transition: all 0.35s ease-in-out;
        background-color: rgba(255, 255, 255, 0.7);
        top: 5px;
    }

    .hamburger.is-closed .hamb-middle {
        background-color: rgba(255, 255, 255, 0.7);
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-closed .hamb-bottom {
        -webkit-transition: all 0.35s ease-in-out;
        background-color: rgba(255, 255, 255, 0.7);
        bottom: 5px;
    }

    .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .hamburger.is-open .hamb-top {
        -webkit-transform: rotate(45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        background-color: #ffffff;
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-open .hamb-middle {
        background-color: #ffffff;
        display: none;
    }

    .hamburger.is-open .hamb-bottom {
        -webkit-transform: rotate(-45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        background-color: #ffffff;
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-open:before {
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        color: #ffffff;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        opacity: 0;
        text-align: center;
        width: 100px;
    }

    .hamburger.is-open:hover before {
        -webkit-transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        display: block;
        opacity: 1;
    }

/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}






.clearfix {
    clear: both !important;
    height: 0;
}

a.menu-icon {
    float: left;
    margin: 20px 10px 0 0;
}

.menu-icon {
    float: left;
    margin: 20px 10px 0 0;
}

    .menu-icon i {
        color: #2cb584;
    }

        .menu-icon i:hover {
            color: #a0a0a0;
        }

/*.loginSection {
    padding: 30px 0;
}

.login {
    width: 360px;
    margin: 0px auto;
    padding: 10px 3%;
    border: 1px solid #00b482;
    background: #f2f2f2;
    border-top: 4px solid #00b482;
}*/
.loginSection {
    padding: 20px 0;
}
.loginNewSection {
    padding: 100px 0;
}
.logoNewSection {
    padding: 30px 0;
}
.whiteNewSection{
     padding-top: 45px;
}
.logoImage {
    margin: 30px 5px 15px 35px;
    width: 100%;
}

.login {
    width: 360px;
    margin: -180px -30px; /*Old Value:   margin: 0px auto; Change on 8Jan2024*/ 
    padding: 10px 3%;
    border: 1px solid #00b482;
    background: #f2f2f2;
    border-top: 4px solid #00b482;
}


    .login h2 {
        text-align: center;
        padding: 0 0 15px 0;
        margin: 0;
        color: #711e82;
    }

.forgot-txt {
    padding: 5px;
    text-align: center;
    display: block;
}

    .forgot-txt a {
        color: #969696;
    }

        .forgot-txt a:hover {
            color: #00b482;
        }

.logo-header {
    float: left;
    width: 150px;
    margin: 0 0;
    padding: 15px 0;
}

    .logo-header img {
        width: 100%;
    }

.top-right {
    float: right;
}

span.menu-link {
    float: left;
    padding: 25px 10px 0 0;
    display: block;
}

    span.menu-link a {
        font-size: 18px;
        margin: 0 10px;
        color: #711e82;
    }

        span.menu-link a:hover {
            color: #00b482;
        }

span.profile-photo {
    float: right;
    width: 55px;
    height: 55px;
    overflow: hidden;
    text-align: center;
    margin: 8px 0 0 0;
    border-radius: 55px;
    display: inline-block;
}

    span.profile-photo img {
        width: 100%;
    }

.footer-left {
    float: left;
}

.footer-right {
    float: right;
    padding: 10px 0 0 0;
}

.tab-content {
    height: 370px;
    overflow: auto;
}

.icon-panel {
    background: #fff;
    padding: 5px 0;
    border-top: 4px solid #e9e9e9;
    border-bottom: 4px solid #e9e9e9;
}

.icon-box {
    background: #fff;
    padding: 5px 0;
}

a .iconstyle {
    width: 100px;
    margin: 0 auto;
    height: 100px;
    background: #00543e url(../../../images/icon/bg.jpg) no-repeat center bottom;
    border: 5px solid #e9e9ea;
    border-radius: 100px;
    text-align: center !important;
}

a:hover .iconstyle {
    background: #00543e url(../../../images/icon/bg-over.jpg) no-repeat center bottom;
}

.iconstyle img {
    width: 60% !important;
    vertical-align: middle;
    margin: 20px 0 0 0;
}

.icon-box a p {
    font-size: 16px;
    margin: 0px 0;
    padding: 5px 0 0 0 !important;
    display: block;
    color: #00b482;
    text-transform: uppercase;
    text-decoration: none;
}

.icon-box a:hover p {
    color: #711e82;
    text-decoration: none;
}

.icon-box a:hover {
    color: #711e82;
    text-decoration: none;
}

.contet-panel {
    padding: 10px 0;
    position: relative;
}

.top-title {
    border-bottom: 2px solid #00b482;
    text-align: left;
}

    .top-title h2 {
        margin: 0;
        display: inline-block;
        padding: 10px 8px;
        color: #fff;
        font-size: 18px;
        background: #00b482;
        text-align: left;
    }


/* owl */
.owl-prev {
    position: absolute;
    width: 25px;
    font-size: 0px;
    height: 25px;
    overflow: hidden;
    top: 35%;
    left: 0;
    z-index: 100 !important;
    background: #000;
    padding: 10px;
    background: url(../images/arrow-left.png) no-repeat center;
}

.owl-next {
    position: absolute;
    text-indent: -99999;
    width: 30px;
    height: 30px;
    font-size: 0px;
    overflow: hidden;
    top: 35%;
    right: 0;
    z-index: 100 !important;
    padding: 10px;
    background: url(../images/arrow-right.png) no-repeat center;
}

.gotonext {
    position: absolute;
    text-indent: -99999;
    width: 20px;
    height: 20px;
    font-size: 0px;
    overflow: hidden;
    top: 35%;
    right: 0;
    z-index: 100 !important;
    padding: 10px;
    background: url(../images/arrow-right.png) no-repeat center;
}



.bottom-link {
    margin: 0;
    padding: 0;
}

    .bottom-link ul {
        margin: 0;
        padding: 0;
    }

    .bottom-link li {
        margin: 0;
        padding: 0;
        float: left;
        margin: 0 0.2%;
        width: 49%;
        list-style: none;
        color: #fff;
    }



        .weblinks {
                    color: #fff;
            background: #00b482;
            display: block;
            font-size: 16px;
            margin:3px;
            padding:2px;
        } 

                .weblinks a {
            color: #fff;
            background: #00b482;
            padding: 4px 2px;
            display: block;
            font-size: 16px;
            float:none;
        }


            .bottom-link li a:hover {
                text-decoration: none;
            }

            .bottom-link li a img {
                margin: -3px 0 0px 0;
                width: 26px;
            }

/*news-ticker*/
.news-ticker {
    background: #00b482;
    position: relative;
    z-index: 999;
}

.ticker {
    margin: 0;
    padding: 0;
    position: relative;
}

.news-txt {
    position: absolute;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    left: 0;
    background: #00b482;
}

.ticker marquee {
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
}


/* latest new*/
.latest-new {
    margin: 0;
    padding: 0;
}

    .latest-new ul {
        margin: 0;
        padding: 0;
    }

    .latest-new li {
        margin: 0 0 5px 0;
        padding: 10px 0;
        border-bottom: 1px solid #ebebeb;
        list-style: none;
        display: block;
    }

        .latest-new li span.left-img {
            width: 35%;
            float: left;
            display: block;
        }

        .latest-new li .right-txt-L {
            width: 60%;
            text-align: left;
            float: right;
        }

        .latest-new li span.left-img img {
            width: 100%;
        }

.right-txt-L span.L-date {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #969696;
}

.right-txt-L h2 {
    margin: 0;
    padding: 4px 0;
    font-size: 18px;
    color: #00b482;
    font-weight: normal;
}

.right-txt-L p {
    margin: 0;
    padding: 2px 0;
    font-size: 14px;
    color: #000;
    line-height: 16px;
}

.right-txt-L a {
    font-size: 14px;
    color: #711e82;
    text-decoration: none;
    padding: 10px 0 0 0;
    display: block;
}

    .right-txt-L a img {
        margin: -3px 0 0 0;
    }

.pagination-panel {
    text-align: center;
    padding: 15px 0 0 0;
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .top-margin50 {
        margin: 50px 0 0 0;
    }

    /*sale page */
    .top-tag-sale li {
        width: 48%;
    }

    .left-scale-txt {
        padding: 8px 0 0 0;
        float: none;
        font-size: 16px;
        display: block;
        color: #828282;
    }

    .right-scale {
        width: 100%;
        float: none;
        display: block;
    }
     .logoImageDiv{
        margin-top: 30px;
    }
     .logoImage {
    margin: -10px 25px 15px 30px;
        width: 100%;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .login {
        width: 100%;
        /*margin: 0px auto;*/
        margin: -200px auto;
    }
  .col-sm-pull-2left1{
       width:25.16666667%;
   }
   .col-sm-pull-2left12{
       width:20.16666667%;
   }
    .logoImageDiv{
        margin-top: 30px;
    }
     .logoImage {
    margin: -10px 25px 15px 30px;
        width: 100%;
}
}
@media (max-width: 1024px) {
    .login {
        /*width: 96%;*/
        /*margin: 0px auto;*/
        margin: -200px auto;
    }
   .col-sm-pull-2left1{
       width:25.16666667%;
   }
   .col-sm-pull-2left12{
       width:20.16666667%;
   }
    .logoImageDiv{
        margin-top: 30px;
    }
 .logoImage {
        margin: -10px 0px 15px 90px;
        width: 100%;
    
    }
}



/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
     .login {
        /*width: 96%;*/
        /*margin: 0px auto;*/
        /*margin: -120px auto;*/
    }
   .col-sm-pull-2left1{
       width:20.16666667%;
   }
   .col-sm-pull-2left12{
       width:25.16666667%;
   }
    .logoImageDiv{
        margin-top: 20%;
    }
        .logoImage {
       margin: -10px 25px 15px 140px;
        width: 90%;
    }
}

@media (max-width: 640px) {

     .login {
        /*width: 96%;*/
        /*margin: 0px auto;*/
        margin: -200px auto;
    }
   .col-sm-pull-2left1{
       width:20.16666667%;
   }
   .col-sm-pull-2left12{
       width:25.16666667%;
   }
    .logoImageDiv{
        margin: 20%;
    }
     .logoImage {
    margin: 150px 25px 15px 10px;
    width: 100%;
}


    .logo-header {
        float: left;
        width: 100px;
    }

    .top-right {
        float: right;
    }

    span.menu-link {
        float: left;
        padding: 20px 10px 0 0;
        display: block;
    }

        span.menu-link a {
            font-size: 14px;
            margin: 0 2px;
            color: #711e82;
        }

    span.profile-photo {
        float: right;
        width: 45px;
        height: 45px;
        overflow: hidden;
        text-align: center;
        margin: 8px 0 0 0;
        border-radius: 45px;
    }


    .bottom-link li {
        margin: 0;
        padding: 0;
        float: left;
        margin: 0.3% 0.2%;
        width: 49.5%;
        list-style: none;
        color: #fff;
    }
}

@media (max-width: 480px) {
     .login {
        width: 96%;
        /*margin: 0px auto;*/
        margin: -200px auto;
    }
    .logoImageDiv{
        margin-top: 20%;
    }
     .logoImage {
    margin: 150px 25px 15px 10px;
    width: 100%;
}


    .logo-header {
        float: left;
        width: 70px;
    }

    .top-right {
        float: right;
    }

    span.menu-link {
        float: left;
        padding: 15px 2px 0 0;
        display: block;
    }

        span.menu-link a {
            font-size: 12px;
            margin: 0 1px;
            color: #711e82;
        }

    span.profile-photo {
        float: right;
        width: 32px;
        height: 32px;
        overflow: hidden;
        text-align: center;
        margin: 8px 0 0 0;
        border-radius: 32px;
    }

    a.menu-icon {
        float: left;
        margin: 15px 5px 0 0;
    }

    .menu-icon {
        float: left;
        margin: 15px 5px 0 0;
    }

    a.menu-icon img {
        width: 20px;
    }

    .bottom-link li {
        margin: 0;
        padding: 0;
        float: left;
        margin: 0.3% 0%;
        width: 100%;
        list-style: none;
        color: #fff;
    }

    .scale-range li {
        margin: 0 0 0px 0%;
        padding: 10px 0 0px 0;
        float: none;
        width: 100%;
        display: block;
    }

        .scale-range li.slid1 {
            padding: 0 4%;
            margin: 0 0 50px 0;
        }

        .scale-range li.slid2 {
            padding: 0 4%;
        }
}

@media (max-width: 400px) {

    /*sale page */
    .top-tag-sale li {
        width: 98%;
        margin: 5px 1%;
    }
    .login{
     margin: -200px auto;
    }
    .logoImageDiv{
        margin-top: 20%;
    }
    .logoImage {
    margin: 150px 25px 15px 10px;
    width: 100%;
}
}




    #ticker_container{margin-top:6px;}
    #newscontent {margin-right: 10px; float: left;}
    #newscontent a {color: #585858;}
    #news {display: none;}
    #controls { float: right; height: 16px;}
    #news {display: none;}
    .news_tricker{width:50%;}
