/**************************************************************
    DASHBOARD GENERAL PAGE CSS
**************************************************************/
ul {
	list-style:none;
	padding:0;
    margin: 0;
}

.analysis-bar {
    background-color: #5a5a5a;
    color: #fff;
}

.dashboard-wrapper {
    background-color: #efeff0;
    position: relative;
	width:100%;
	display: table;
}

.dashboard {
    width: 1040px;
    margin: 0 auto;
    display: table;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
}

.dashboard h5 {
	font-weight: bold;
	margin-top:0;
}

.dashboard-item {
    background-color: #fff;
    border: 1px solid #d0d0d1;
    border-radius: 3px;
    padding: 20px;
    margin-top: 25px;
}

.gray-item {
	background-color: #efeff0;
	height: 35px;
	padding: 6px 12px;
	border-radius: 3px;
	line-height: 23px;
}

/*** start dashboard top ***/
.account-section,
.instrument-section {
	display:inline-block;
	vertical-align:top;
	height: 110px;
}

.account-section {
	width:408px;
}
	/*** start .account-section ***/
	.account-section select,
	.account-section a {
		display:inline-block;
		vertical-align:top;
		margin-top: 5px;
	}

	.account-section select {
		width:224px;
		height:35px;
		background-color: #efeff0;
		border: none;
		line-height: 30px; /*safari-height*/
	}

	.account-section a {
		width:126px;
		height:35px;
		margin-left:12px;
		font-weight: bold;
	}
	/*** end .account-section ***/

	/*** start .instrument-section ***/
	.instrument-section {
		width: 100%;
		margin-left: 0;
	}

	.instrument-section ul {
		list-style:none;
		padding: 0;
		margin-bottom: 0;
	}

	.instrument-section li:first-child {
		margin-left:0;
	}

	.instrument-section li {
		display:inline-block;
		vertical-align:top;
		width:110px;
		margin-left:14px;
	}

	.instrument-section ul#balance {
		width:370px;
	}

	.instrument-section ul#balance,
	.instrument-section a {
		display:inline-block;
		vertical-align:top;
		margin-top: 5px;
	}

	.instrument-section a {
		width:140px;
		height:35px;
		margin-left: 4px;
		line-height: 23px;
	}
	/*** end .instrument-section ***/
/*** end dashboard top ***/


/**************************************************************
    dashboard side bar types style
**************************************************************/
.dashboard-side-bar {
    max-width:414px;
    min-height: 1500px;
    /*background: url('../images/components/dashboard-side-bar/dashboard-side-bar-background.jpg') no-repeat;*/
    /*background-size: cover;*/
	background-color: #e0e0e2;
    padding: 25px 30px !important;
    border-left: 1px solid #d0d0d1;
}

.dashboard-side-bar h5,
.dashboard-side-bar .date {
    display:inline-block;
    vertical-align:top;
}

.dashboard-side-bar h5 {
    font-weight: bold;
    margin: 0;
}

.dashboard-side-bar .date {
    font-size: 12px;
    float: right;
}

.dashboard-side-bar	img {
    max-width:362px;
    width:100%;
    margin-top: 20px;
}

.dashboard-side-bar ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.dashboard-side-bar ul#news_side_menu {
	margin-top: 60px;
}

.dashboard-side-bar .btn-primary {
	position: absolute;
	display: block;
	position: absolute;
	right: 0;
    width: 150px;
    height: 30px;
    line-height: 16px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dashboard-side-bar .banner {
    display:block;
    width:100%;
    margin-top: 40px;
}

.dashboard-side-bar li hr{
    margin-top: 10px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #5a5a5a;
}

.dashboard-side-bar li p a {
    display: block;
    color:inherit;
    font-weight:bold;
}
/**************************************************************
    upload types style
**************************************************************/
.upload-files ul {
    list-style:none;
    padding:0;
}

.upload-files li:nth-child(1),
.upload-files li:nth-child(2) {
    display:inline-block;
    vertical-align:top;
    height:35px;
    margin-bottom: 10px;
}

.upload-files li:nth-child(1) {
    width:225px;
}

.upload-files li:nth-child(2) {
    position: relative;
    width: 126px;
    font-weight: bold;
    margin-left: 10px;
}

.upload-files li:nth-child(2) {
    margin-right: 8px;
    margin-left: inherit;
}

.upload-files li:nth-child(2) input {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    padding: 0;
    margin: 0;
    outline:none;
    border:none;
}

.upload-files li:nth-child(3) { /* lABEL >> files under review */
    margin-bottom: 20px;
}

.upload-files li:nth-child(3) label /* lABEL >> files under review */
{
    font-weight:normal;
    margin-bottom: 0;
}

.upload-files li /* Identification/Utility Bill/Credit Card No. */
{
    margin-bottom: 20px;
}

.upload-files li .status,
.upload-files li .text,
.upload-files li .info_section {
    display:inline-block;
    vertical-align:top;
}

.upload-files li .info_section {
    position:relative;
}

.upload-files li .status,
.upload-files li .info {
    width:21px;
    height:21px;
}

.upload-files li .invalid {
    background:url('../images/dashboard/upload_files/invalid.jpg') no-repeat;
}

.upload-files li .valid {
    background:url('../images/dashboard/upload_files/valid.jpg') no-repeat;
}

.upload-files li .wait {
    background:url('../images/dashboard/upload_files/wait.jpg') no-repeat;
}

.upload-files li .info {
    background:url('../images/dashboard/upload_files/info.jpg') no-repeat;
}

.upload-files li .text {
    width: 305px;
    margin-right: 8px;
    margin-left: inherit;
}

.upload-files li .popup {
    display: none;
    width: 400px;
    min-height: 250px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 15px 1px rgba(0,0,0,.3);
    padding: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.upload-files li .popup .id_images,
.upload-files li .popup .utility_bill_images,
.upload-files li .popup .credit_card_images {
    margin: 0 auto;
    display: block;
}

.upload-files li .popup .id_images {
    width: 230px;
}

.upload-files li .popup .utility_bill_images {
    width: 115px;
}

.upload-files li .popup .credit_card_images {
    width: 230px;
}

.upload-files li .info_section:hover .popup {
    display:block;
}


.dashboard-tabs{border:none;}
.dashboard-tabs.nav > li > a:hover, .dashboard-tabs.nav > li > a:focus{background:none;}
.dashboard-tabs.nav-tabs > li.active > a, .dashboard-tabs.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .dashboard-tabs.nav-tabs > li > a{border-left:none;border-top:none;border-bottom:none;}
.dashboard-tabs li{width:20%;text-align:center;font-size:16px;background:url('/images/components/dashboard-tabs/item-background.jpg') no-repeat;border-top:5px solid #c1c1c1;margin-bottom:25px;}
.dashboard-tabs li.active{border-top-color:#8cc527;color:#000;background:#fff;}
.dashboard-tabs li.dashboard a:before, .dashboard-tabs li.funds a:before, .dashboard-tabs li.signals a:before, .dashboard-tabs li.learn a:before{display:block;content:" ";width:25px;height:25px;margin:0 auto;background-repeat:no-repeat;background-size:cover;}
.dashboard-tabs li.dashboard a:before{background-image:url('/images/components/header/dashboard-header/dashboard-icon-white.svg');}
.dashboard-tabs li.dashboard.active a:before{background-image:url('/images/components/header/dashboard-header/dashboard-icon-black.svg');}
.dashboard-tabs li.learn a:before{background-image:url('/images/components/header/dashboard-header/learn-icon-white.svg');}
.dashboard-tabs li.learn.active a:before{background-image:url('/images/components/header/dashboard-header/learn-icon-black.svg')}
.dashboard-tabs li.funds a:before{background-image:url('/images/components/header/dashboard-header/funds-icon-white.svg');}
.dashboard-tabs li.funds.active a:before{background-image:url('/images/components/header/dashboard-header/funds-icon-black.svg');}
.dashboard-tabs li.signals a:before{background-image:url('/images/components/header/dashboard-header/trading-signals-icon-white.svg');}
.dashboard-tabs li.signals.active a:before{background-image:url('/images/components/header/dashboard-header/trading-signals-icon-black.svg');}
.dashboard-tabs li a{color:#fff;padding:10px 0 0;height:70px;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-right:2px solid #fff;}
.dashboard-tabs li:last-of-type a{border-right:none;}


/***************************************************
   upgrade banner
*******************************************************/
/* .container-banner-small */
.container-banner-small {
    display:block;
    margin-top: 60px;
    width:250px;
}

.container-banner-small .upgrade-banner {
    width:100%;
    height:inherit;
    border-bottom:none;
}

.container-banner-small .upgrade-banner.gold,
.container-banner-small .upgrade-banner.platinum {
    border-bottom:none;
}

.container-banner-small .upgrade-banner .top_banner {
    background: url("../images/dashboard/upgrade-banner/ban_250_platinum.jpg") no-repeat left top;
    width: 100%;
    height: 240px;
}

.container-banner-small .upgrade-banner .top_banner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 60px;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 15px solid #fff;
}

.container-banner-small .upgrade-banner .top_banner .top_content {
    width:100%;
    margin-top: 60px;
}

.container-banner-small .upgrade-banner .top_banner .top_content .top_content-img {
    width: 100%;
    background-size: 240px;
    margin: 0 auto;
    margin-right: 6px;
}

.container-banner-small .upgrade-banner .top_banner .top_content .top_content-img + div {
    margin-top: -10px;
}

.container-banner-small .upgrade-banner .top_banner .top_content .dpst,
.container-banner-small .upgrade-banner .top_banner .top_content .banner_btn {
    display: block;
}

.container-banner-small .upgrade-banner .top_banner .top_content .dpst {
    width: 100%;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    border-left:none;
}

.container-banner-small .upgrade-banner .bottom_content {
    width: 100%;
    height: 144px;
    overflow: hidden;
}

.container-banner-small .upgrade-banner.gold .bottom_content {
    border-bottom: 9px solid #F79A1D;
}

.container-banner-small .upgrade-banner.platinum .bottom_content {
    border-bottom: 9px solid #bebcbc;
}

.container-banner-small .upgrade-banner .bottom_content li {
    margin-bottom:6px;
    margin-right:0;
}

.container-banner-small .upgrade-banner .bottom_content ul {
    margin-top: 25px;
}

.container-banner-small .upgrade-banner.gold .bottom_content ul {
    right: 50px;
}

.container-banner-small .upgrade-banner.platinum .bottom_content ul {
    right: 40px;
}

.container-banner-small .upgrade-banner .bottom_content h3 {
    text-align: center;
}
/* /.container-banner-small */

.container-banner {
    display:none;
}

.upgrade-banner {
    font-family: Ubuntu-R;
    display: block;
    position: relative;
    max-width: 990px;
    height:180px;
    margin: 0 auto;
    overflow: hidden;
}

/* .top_banner */
.upgrade-banner .top_banner,
.upgrade-banner .bottom_content {
    display:inline-block;
    vertical-align: top;
    float: right;
}

.upgrade-banner .top_banner {
    width: 75%;
    height: 100%;
    position: relative;
    background: transparent url("../images/dashboard/upgrade-banner/netoteade-dashboard_upgrade-banner_platinum.jpg") no-repeat left top;
    overflow: hidden;
}

.container-banner .upgrade-banner .top_banner:after {
    content: '';
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #fff;
}

.upgrade-banner .top_banner .top_content {
	display: block;
	width: 370px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
    margin-right: auto;
}

.upgrade-banner .top_banner .top_content .top_content-img {
    height: 83px;
    width: 274px;
    background: transparent url("../images/dashboard/upgrade-banner/icons_AR.svg") no-repeat right top;
}

.upgrade-banner .top_banner .top_content .top_content-img + div {
    height:58px;
    margin-top: 4px;
}

.upgrade-banner .top_banner .top_content .dpst {
    font-size: 22px;
    line-height: 24px;
    border-left:solid #fff 3px;
    width: 85px;
    height:54px;
    padding-left: 12px;
}

.upgrade-banner .top_banner .top_content .banner_btn{
    cursor: pointer;
}

.upgrade-banner .top_banner .top_content .dpst,
.upgrade-banner .top_banner .top_content .banner_btn {
    display:inline-block;
    vertical-align: top;
}

.upgrade-banner .top_banner .top_content .banner_btn,
.upgrade-banner .top_banner .top_content .banner_btn:hover {
    text-align: center;
    font-size: 18px;
    width: 225px;
    height: 53px;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    padding-top: 5px;
    margin-right: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.upgrade-banner.gold .top_banner .top_content .banner_btn,
.upgrade-banner.gold .top_banner .top_content .banner_btn:hover {
    font-size: 22px;
    padding-top: 7px;
}

.upgrade-banner.platinum .top_banner .top_content .banner_btn,
.upgrade-banner.platinum .top_banner .top_content .banner_btn:hover {
    font-size: 22px;
    padding-top: 7px;
}

.upgrade-banner.gold .top_banner .top_content .banner_btn {
	background: #f7941d;
	background: -moz-linear-gradient(left, #f7941d 15%, #f7941d 15%, #f7c11d 82%);
	background: -webkit-linear-gradient(left, #f7941d 15%,#f7941d 15%,#f7c11d 82%);
	background: linear-gradient(to right, #f7941d 15%,#f7941d 15%,#f7c11d 82%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#f7c11d',GradientType=1 );
}

.upgrade-banner.gold .top_banner .top_content .banner_btn:hover {
	background: #d17607;
	background: -moz-linear-gradient(left, #d17607 15%, #d17607 15%, #d19e07 82%);
	background: -webkit-linear-gradient(left, #d17607 15%,#d17607 15%,#d19e07 82%);
	background: linear-gradient(to right, #d17607 15%,#d17607 15%,#d19e07 82%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d17607', endColorstr='#d19e07',GradientType=1 );
	text-decoration: none;
}

.upgrade-banner.platinum .top_banner .top_content .banner_btn {
    border: 1px solid #fff;

	background: #9f9f9f;
	background: -moz-linear-gradient(left, #9f9f9f 22%, #5d5d5d 52%, #9f9f9f 76%);
	background: -webkit-linear-gradient(left, #9f9f9f 22%,#5d5d5d 52%,#9f9f9f 76%);
	background: linear-gradient(to right, #9f9f9f 22%,#5d5d5d 52%,#9f9f9f 76%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f9f9f', endColorstr='#9f9f9f',GradientType=1 );
}

.upgrade-banner.platinum .top_banner .top_content .banner_btn:hover {
	background: #b2b2b2;
	background: -moz-linear-gradient(left, #b2b2b2 22%, #7d7d7d 52%, #b2b2b2 76%);
	background: -webkit-linear-gradient(left, #b2b2b2 22%,#7d7d7d 52%,#b2b2b2 76%);
	background: linear-gradient(to right, #b2b2b2 22%,#7d7d7d 52%,#b2b2b2 76%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#b2b2b2',GradientType=1 );
	text-decoration: none;
}
/* /.top_banner */

/* .bottom_banner */
.upgrade-banner .bottom_content {
    width: 25%;
    height:100%;
    padding: 20px 25px;
    background-color: #fff;
    overflow: hidden;
}

.upgrade-banner.gold {
    border-bottom: 9px solid #F79A1D;
}

.upgrade-banner.platinum {
    border-bottom: 9px solid #bebcbc;
}

.upgrade-banner.gold .bottom_content,
.upgrade-banner.gold .bottom_content {
    border-bottom:none;
}

.upgrade-banner .bottom_content .fade-scn02 {
    width:100%;
}

.upgrade-banner .bottom_content h3 {
    margin:0;
    font-family: Ubuntu-B;
    font-size:18px;
    text-transform: uppercase;
}

.upgrade-banner .bottom_content ul {
    position: relative;
    margin-top: 32px;
    bottom: 15px;
    padding:0;
}

.upgrade-banner .bottom_content li {
    position: relative;
    display: block;
    vertical-align: top;
    font-family: LaoUI,sans-serif;
    font-size: 14px;
    list-style: none;
    color: #5a5a5a;
    padding-right: 22px;
    margin-right:20px;
    margin-bottom:10px;
    background-position: right 5px;
    background-repeat: no-repeat;
}

.upgrade-banner.gold .bottom_content li {
    background-image: url("../images/general/ok-orange.svg");
}

.upgrade-banner.platinum .bottom_content li {
    background-image: url("../images/general/ok-gray.svg");
}

.upgrade-banner .bottom_content p {
    margin-top:10px;
}

.upgrade-banner .bottom_content .fade-scn02 div {
    margin-top:10px;
}
/* /.bottom_banner */

/**************************************************************
    media queries style
**************************************************************/
@media (max-width: 1900px) {
    /* upgrade banner */
    .container-banner-small {
        display:none;
    }

    .container-banner {
        display:block;
        margin-top: 30px;
    }
    /* /upgrade banner */
}

@media (max-width: 1555px) {
    .dashboard {
        width: 80%;
        float: right;
        display: block;
    }

    .account-section,
    .instrument-section	{
        width:100%;
        display:block;
    }

    .instrument-section {
        margin-right:0;
    }
}

@media (max-width: 1460px) {
    .dashboard {
        width: 78%;
    }
}

@media (max-width: 1336px) {
    .dashboard-side-bar {
        display:none;
    }

    .dashboard-wrapper> .col-lg-10 {
        width: 100%;
    }

    .dashboard {
        width: 77%;
    }
}

@media (max-width: 1260px) {
    .dashboard {
        width: 100%;
        max-width: 1000px;
    }
}

@media (max-width: 1200px) {
    .dashboard-side-bar {
        display: none;
    }
}

@media (max-width: 1065px) {
    /* upgrade banner */
    .upgrade-banner .top_banner {
        width: 65%;
    }

    .upgrade-banner .bottom_content {
        width: 35%;
    }
    /* /upgrade banner */

    .dashboard {
        width: 70%;
    }
}

@media (max-width: 880px) {
    .instrument-section ul#balance {
        width: 240px;
    }

    .instrument-section li:nth-child(3) {
        display:none;
    }
}

@media (max-width: 820px) {
    .dashboard {
        width: 500px;
    }
}