@font-face {
    font-family: 'Nunito', sans-serif;
    src: url('../fonts/Nunito-Regular.eot');
    src: url('../fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Regular.woff2') format('woff2'), url('../fonts/Nunito-Regular.woff') format('woff'), url('../fonts/Nunito-Regular.ttf') format('truetype'), url('../fonts/Nunito-Regular.svg#Nunito-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Electrolize';
    src: url('../fonts/Electrolize-Regular.eot');
    src: url('../fonts/Electrolize-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Electrolize-Regular.woff2') format('woff2'), url('../fonts/Electrolize-Regular.woff') format('woff'), url('../fonts/Electrolize-Regular.ttf') format('truetype'), url('../fonts/Electrolize-Regular.svg#Electrolize-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Fixed Header */
.headerTop {
    background-color: #f2f2f2; /*adding-top: 20px;*/ /*padding-bottom: 20px;*/
}

#TMFixedMenu {
    z-index: 9;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        /*padding-top: 152px;*/
    }
/* Slide Bull Down */
#panelBull, #flipBull {
    /*padding: 5px;
	text-align: center;
	background-color: #e5eecc;
	border: solid 1px #c3c3c3;*/
    cursor: pointer;
}

#panelBull {
    padding: 50px;
    display: none;
    /*background: url(../images/bg-chart.jpg) no-repeat center;
	-webkit-animation: backgroundScroll 35s linear infinite;
	animation: backgroundScroll 10s linear infinite;
	background-size: cover;*/
    background: url(../images/bg-bull.jpg) repeat;
    -webkit-animation: backgroundScroll 35s linear infinite;
    animation: backgroundScroll 10s linear infinite;
}

@-webkit-keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -60px 0;
    }
}

@keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -60px 0;
    }
}
/* 5 Column */
.boxbull {
    /*-webkit-box-shadow: 0px 0px 5px 5px rgba(245,245,245,1);
	-moz-box-shadow: 0px 0px 5px 5px rgba(245,245,245,1);
	box-shadow: 0px 0px 5px 5px rgba(245,245,245,1);*/
}

.boxbullText {
    text-align: center;
}

    .boxbullText .card-text {
        font-weight: bold;
    }
/*.boxbullText .card-title {
	font-family: 'Electrolize';
}*/
.TextColGreen {
    color: #05ad30 !important;
}

.TextColGreenPortFolio {
    color: #05ad30 !important;
    vertical-align: middle;
}

.TextColRed {
    color: #ce4427 !important;
}
.TextColRedPortfolio {
    color: #ce4427 !important;
    vertical-align:middle;
}

.Portfolio {
    vertical-align: middle;
}

@media screen and (max-width: 600px) {
    .menudivider {
        clear: both;
        display: none;
    }
}
/* News Ticker Start */
.onoffswitch3 {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block;
    overflow: hidden;
    border: 0px solid #999999;
    border-radius: 0px;
}

.onoffswitch3-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch3-inner > span {
        display: block;
        float: left;
        position: relative;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch3-inner .onoffswitch3-active {
        padding-left: 10px;
        background-color: #EEEEEE;
        color: #FFFFFF;
    }

    .onoffswitch3-inner .onoffswitch3-inactive {
        width: 160px;
        padding-left: 16px;
        background-color: #fdca01;
        color: #ffffff;
        text-align: right;
    }

.onoffswitch3-switch {
    display: block;
    width: 80%;
    margin: 0px;
    text-align: center;
    border: 0px solid #999999;
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.onoffswitch3-active .onoffswitch3-switch {
    background: #fdca01;
    left: 0;
    width: 160px;
}

.onoffswitch3-inactive {
    background: #dd6811;
    right: 0;
    width: 20px;
}

.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.glyphicon-remove {
    padding: 3px 0px 0px 0px;
    color: #fff;
    background-color: #000;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.scroll-text {
    color: #000;
    width: 100%;
}

.dataTables_wrapper {
    font-size: 12px !important;
}

.dataTables_paginate, .dataTables_info {
    margin-top: 10px !important;
}
/*
* ==========================================================
*     LOGIN PAGE
* ==========================================================
*/
.Loginwrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#LoginformContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

#LoginformFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
/* FORM TYPOGRAPHY*/

#LoginformContent input[type=button], input[type=submit], input[type=reset] {
    background-color: #dd6811;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    #LoginformContent input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
        background-color: #dd6811;
    }

    #LoginformContent input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }

#LoginformContent input[type=text], input[type=password] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    #LoginformContent input[type=text]:focus, input[type=password]:focus {
        background-color: #fff;
        border-bottom: 2px solid #dd6811;
    }

    #LoginformContent input[type=text]:placeholder, [type=password]:placeholder {
        color: #cccccc;
    }
/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #dd6811;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

    .underlineHover:hover:after {
        width: 100%;
    }
/* OTHERS */

*:focus {
    outline: none;
}

#icon {
    width: 40%;
}
/* Equities */
/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

    /* Display list items side by side */
    ul.breadcrumb li {
        display: inline;
    }

        /* Add a slash symbol (/) before/behind each list item */
        ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }

        /* Add a color to all links inside the list */
        ul.breadcrumb li a {
            color: #dd6811;
            text-decoration: none;
        }

            /* Add a color on mouse-over */
            ul.breadcrumb li a:hover {
                color: #dd6811;
                text-decoration: underline;
            }



@-webkit-keyframes swinging {
    0% {
        -webkit-transform: rotate(10deg);
    }

    50% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(10deg);
    }
}

@keyframes swinging {
    0% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(10deg);
    }
}

.swingimage {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
}

.px-align {
    padding-left: 1% !important;
    padding-right: 1% !important;
    overflow: hidden
}

@media only screen and (min-width:320px) {
    .px-align {
        overflow: auto;
    }
}

@media only screen and (min-width:480px) {
    .px-align {
        overflow: auto;
    }
}

@media only screen and (min-width:768px) {
    .px-align {
        overflow: auto;
    }
}

@media only screen and (min-width:992px) {
    .px-align {
        overflow: auto;
    }
}
