
#body{
	background-color:transparent;
}
#body1{
	background-color:transparent;
}
.body-bg1{
	margin-bottom:70px;
}

body {
    color: #676767;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
	background-color:#4d0d80
}
.body-bg{
	background:#fff url(../images/bg.jpg) top center;
	display: inline-table;
}
a, a:link, a:active, a:visited{
	color:#0071e3;
}
a:hover, a:focus {
    color: #2fc0f2;
}
/* Top Header */
.top-header{
	background-color:#57585c;
	height:40px;
	color:#fff;
}
.top-header .socialList{
	text-align:right
}
.top-header .socialList li a {
    display:block;
    width:40px;
    height:40px;
    line-height:40px;
    background-color:transparent;
    color:#fff;
    text-align:center;
    font-size:16px;
    -webkit-border-radius:0;
    border-radius:0;
    -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

.top-header .socialList li a[href*="facebook"]:hover {
    background-color:transparent;
}

.top-header .socialList li a[href*="google"]:hover,
.top-header .socialList li a[href*="youtube"]:hover {
    background-color:transparent;
}

.top-header .socialList li a[href*="twitter"]:hover {
    background-color:transparent;
}

.top-header .socialList li a:hover {
    background-color:transparent;
	color:#df5858;
}

.top-header .socialList li .fa {
    margin-right:-4px;
}


.full-header{
	background-color:#000;
}
.scenrio {
    color: #1e92d7 !important;
    text-decoration: none;
	font-weight:400;
	font-size:16px;
}
.scenrio:hover {
    color: #107bbb;
    text-decoration: none;
}
#header {
    position: relative;
    background: transparent;
    margin-top: 0;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: block;
    align-items: center;
}

#header .logo {
    position:relative;
    margin:0;
    padding: 0;
	width:100%
}
#header .logo h1, #header .logo .site_name, #header .logo h2, #header .logo .site_description {
    display: none;
}
#header .lang{
	position:absolute;
	top:30px;
	right:10px;
}
#header .lang img{
	padding-right:5px;
}

/* breadcrumb */
.breadcrumbs-wrap{
	position: relative;
}

.breadcrumbs-wrap .display{
	height: 50px;
	overflow: hidden;
}

.breadcrumbs {
    display: inline-block;
	text-align:center;
	width:100%
}

.breadcrumbs li {
    padding: 15px;
    padding-right: 5px;  
	display:inline-block	
}

.breadcrumbs a{
    text-decoration:none;
    color:#fff;
    position:relative;
	text-transform:uppercase;
	font-size:14px
}

.breadcrumbs a:hover{

}

.breadcrumbs a:before {

}

.breadcrumbs a:hover:before {

}

.breadcrumbs li.visited:after{
    background-color: #96c03d;   
}
.breadcrumbs li:after{
    position: absolute;
    content: '';
    height: 4px;
    background: #edeff0;
    margin: 0; 
}

.breadcrumbs a:hover:after{

}

.breadcrumbs li:last-child a,
.breadcrumbs li:last-child a:hover {

}

.breadcrumbs li:last-child a:after,
.breadcrumbs li:last-child a:before {

}



.subs-breadcrumbs{
    margin: 0;
    padding: 0;
    background-color: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    border-top: none;
    box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
    display: none;
    z-index: 999999;
}

.subs-breadcrumbs.open{
	display: block;
}

.subs-breadcrumbs li:last-child,
.subs-breadcrumbs li:last-child a,
.subs-breadcrumbs{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.subs-breadcrumbs li, .subs-breadcrumbs a {
    display:block;
    float:none;
}

.subs-breadcrumbs a{
    line-height:40px;
    height:40px;
    overflow: hidden;
    padding:0 10px;
}

.subs-breadcrumbs li:not(:last-child) a{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,0.1);
}

.subs-breadcrumbs a:hover{
    background-color: rgba(0,0,0,0.1)
}

.subs-breadcrumbs a em{
	display: inline-block;
	margin-right: 5px;
	color: #707070;
}

.show-subs-breadcrumbs{
	padding-right: 5px;
	margin-right: 7px;
	width: 30px;
	text-align: center;
}

/* Bootstrap Menu */
.full-menu{
	padding-left:20px
}
#menusite .navbar-default {
    background-color:transparent;
    border-bottom-color:transparent;
    border-bottom-width: 0;
    border-bottom-style: solid;
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    border-top-left-radius:0;
    border-top-right-radius:0;
}

#menusite .navbar-default .navbar-nav > li {
    margin-left:1px;
}

#menusite .navbar-default .navbar-nav > li:first-child {
    margin-left:4px;
}

#menusite .navbar-default .navbar-nav > li:last-child {
    margin-right:4px;
}

#menusite .navbar-default .navbar-nav > li > a {
    color:#fff ;
	font-family:Arial;
	font-size:18px;
	font-weight:400;
	padding-top:10px;
	padding-bottom:10px
}

#menusite .navbar-nav > li > a {
    white-space:nowrap;
}

#menusite .dropdown-menu {
    background-color:#fff !important;
    border-color:#fff !important;
    border-width: 1px !important;
    border-style: solid !important;
    -webkit-border-bottom-left-radius:5px !important;
    -webkit-border-bottom-right-radius:5px !important;
    border-bottom-left-radius:5px !important;
    border-bottom-right-radius:5px !important;
}

#menusite .dropdown-menu > li {
    border-bottom-width :1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,0.5);
}

#menusite .dropdown-menu > li:last-child {
    border-bottom:none;
}

#menusite .dropdown-menu > li > a {
    color:#333 !important;
    line-height:30px !important;
    padding:3px 15px !important;
}

#menusite .navbar-default .navbar-nav > li > a:hover,
#menusite .navbar-default .navbar-nav > li > a:focus,
#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .active > a:hover,
#menusite .navbar-default .navbar-nav > .active > a:focus,
#menusite .navbar-default .navbar-nav > .open > a,
#menusite .navbar-default .navbar-nav > .open > a:hover,
#menusite .navbar-default .navbar-nav > .open > a:focus {
    background:linear-gradient(to bottom,#289bd9 0%,#289bd9 100%);
    color:#fff;
}

#menusite .dropdown-menu > li > a:hover,
#menusite .dropdown-menu > li > a:focus,
#menusite .dropdown-menu > .active > a,
#menusite .dropdown-menu > .active > a:hover,
#menusite .dropdown-menu > .active > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color:#333333 !important;
}

#menusite .dropdown-submenu {
    position:relative;
    display: none;
}

#menusite .open .dropdown-submenu {
    display: block;
}

#menusite .dropdown-submenu li a {
    color:#333;
    display:block;
}

#menusite .dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 5px 5px 5px;
    border-radius:0 5px 5px 5px;
}

#menusite .dropdown-submenu:hover>.dropdown-menu {
    display:block;
}

#menusite .dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#333;
    margin-top:10px;
    margin-right:-5px;
}

#menusite .dropdown-submenu.pull-left {
    float:none;
}

#menusite .dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:5px 0 5px 5px;
    border-radius:5px 0 5px 5px;
}
/* Footer */
#footer hr{
	border-top:1px solid #dcdcdc;
	margin-top: 10px;
    margin-bottom: 10px;
}
#footer {
    width:100%;
    padding: 10px;
    font-size:15px;
	background-color: #f2f2f2;
	border:0;
	background-image:none;
	min-height: inherit;
}

#footer{
	color:#676767;
}
#footer a {
    font-size:15px;
}

#footer h3 {
    font-weight:700;
    font-size:18px;
    text-transform:uppercase;
    margin-bottom: 10px;
    color:#676767;
	font-family:Arial;
}

#footer h3 a {
    color:inherit;
}

#footer p {
    margin:0;
    padding:0;
}

/* Block Footer-Menu */

#footer .menu {
    list-style:none;
    padding:0;
    margin:0;
}

#footer .menu li {
    position:relative;
    padding:0;
    margin:0;
}

#footer .menu li a {
    display:block;
    white-space:nowrap;
    padding:8px 0;
}


#footer .menu li a:hover {
    color:#333;
}

#footer .menu li a:hover:before {
    color:#fff;
}
.bottom-footer{
	clear:both
}
.bottom-footer .menu{
	padding:0;
	margin:0
}
.bottom-footer .menu li{
	display:inline-block;
	margin-right:5px;
}
.bottom-footer .menu li a{
	color:#676767;
	font-size:14px;
	font-family:Arial;
	line-height:40px
}
.bottom-footer .menu li a:hover{
	color:#3b5998;
}
.container {
    padding-left: 0;
    padding-right: 0;
}

/* Block copyright*/

.copyright {
    color:#676767;
	line-height:30px;
	text-align:center;
	font-size:14px
}

.copyright span a {
    color:#0071e3 !important;
	font-weight:700
}

.copyright span a:hover {
    color:#ff0000 !important;
}
.scenrio-note{
	display:inline-block;
	width:100%;
	padding:5px 0
}
.header-title {
    background-color: #f5f5f5;
    font-weight: 700;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.full-bread{
	background: #000 url(../images/bread.png) top center;
	height:150px
}
.form-control {
    display: initial;
}
.w200 {
    width: 200px;
}
.w300 {
    width: 300px;
}
.w100 {
    width: 100px;
}
.w150 {
    width: 150px;
}
.w130 {
    width: 130px;
}
.w100p {
    width: 100%;
}
.add_scenario{
	text-align:right;
	padding:10px 0;
}
.add_scenario a{
	color:#676767;
	font-weight:400;
	font-size:18px;
	font-family:Arial;
}
.add_scenario a:hover{
	color:#1e92d7
}
.header_title{
	text-align:center;
	padding:20px 0;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase
}
.red{
	padding:10px 0;
	color:red;
	font-weight:700;
}
.note{
	padding:10px 0;
	color:red;
	font-weight:400;
	font-style:italic
}
.buocchay{
	padding-top:5px;
	text-align:center
}
#div_bhedge,#div_shedge{
	display:none
}
.display{
	display:block
}
.nodisplay{
	display:none
}
.gray{
	background-color:#f2f2f2;
	padding:5px 0
}
.white{
	background-color:#fff;
	padding:5px 0
}
.btn-add{
	background-color:red;
	padding:10px 20px;
	border:0;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	border-radius:5px
}
.btn-add:hover{
	background-color:#4bc4b1;
}
.rowheight{
	display:inline-block;
	width:100%
}
.line-height{
	line-height:25px
}
.login-info{
	padding:80px 20px;
	font-family:Arial;
	font-weight:700;
	font-size:40px;
	color:#fff;
	text-transform:uppercase
}
.bg-lavender{
}
.panel{
	background-color:#fff
}
.panel-default{
	border-color:#383838;
	background-color:#000
}
.btn-default, .btn-primary{
	padding:10px 35px;
	font-size:16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #0071e3;
    color: #fff;
    background: #2fc0f2 ;
    background: -moz-linear-gradient(top,#2fc0f2  0%,#0071e3 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2fc0f2 ),color-stop(100%,#0071e3));
    background: -webkit-linear-gradient(top,#2fc0f2  0%,#0071e3 100%);
    background: -o-linear-gradient(top,#2fc0f2  0%,#0071e3 100%);
    background: -ms-linear-gradient(top,#2fc0f2  0%,#0071e3 100%);
    background: linear-gradient(to bottom,#2fc0f2  0%,#0071e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 0px solid #0071e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0071e3;
    border-color: #0071e3;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #0071e3;
    border-color: #0071e3;
}
.login-title{
	font-family: Arial;
	font-weight:700;
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
	padding:10px;
}
.login-extra a{
	color:#fff;
	font-family:Arial
}
.login-extra a:hover{
	color:#289bd9;
}
.login-bigwave em{
	color:#289bd9;
	font-size:16px;
}
.input-group-addon{
	background-color:#fff;
	
}
.righted {
    text-align: right;
    font-size: 0;
}
.righted > div {
    float: none;
    display: inline-block;
    text-align: left;
    font-size: 14px;
}
.centered {
    text-align: center;
}
.centered > div {
    float: none;
    display: inline-block;
    text-align: left;
}
.strong{
	font-weight:700;
}
.register-header{
	position:absolute;
	right:5px;
	top:10px;
	z-index:9999
}
.register-header a{
	background-color:#289bd9;
	padding:10px 20px;
	color:#fff;
	font-size:16px;
	border-radius:5px;
}
.register-header a:hover{
	background-color:#1787bd;
}
.user-header{
	position:absolute;
	top:10px;
	right:5px;
	z-index:9999;
	color:#fff
}
.user-header a{
	color:#289bd9;
	font-size:15px;
	font-weight:700;
}
.user-header a:hover{
	color:#1787bd
}
.bread-title{
	color:#fff;
	font-size:30px;
	font-family:Arial;
	text-align: center;
    padding-top: 30px;
    text-transform: uppercase;
}
.margin-bottom-50{
	margin-bottom:50px
}
.userinfo-extra{
	margin-bottom:70px
}
.page{
	margin-bottom:20px
}
.page-heading{
	padding:10px;
	text-align:center;
	font-weight:700;
	font-size:30px;
	color:#fff;
	font-family:Arial;
	text-transform:uppercase;
	background-color:#1e92d7;
	margin:10px
}
.page1{
	background-color:#1e92d7;
	color:#fff;
}

.addScenario-mobile{
	width:50px;
	height:50px;
	border-radius:50px;
	background-color:#1e92d7;
	color:#fff;
	font-size:30px;
	font-weight:700;
	position:absolute;
	bottom:60px;
	right:20px;
	line-height:50px;
	text-align:center;
	display:none
}
.addScenario-mobile a{
	color:#fff;
	font-size:30px;
	font-weight:700;	
}
.edituser-title{
	font-size:20px;
	text-transform:uppercase;
	color:#676767;
	font-family:Arial;
}
.table-bordered{
	border:0
}
.table-bordered>thead>tr>th{
	border-bottom: 2px solid #0071e3;
    border-top: 2px solid #0071e3 !important;
    text-align: left;

}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
	border-left:0;
	border-right:0
}
#div_list_symbol{
	margin-bottom:50px
}
.modal-footer{
	border-top:0
}
.modal-body {
    padding: 15px 15px 5px;
}
.fin4u-select{
	height:31px
}
.fin4u-form-scenario{
	background-color:#fafafa !important;
}
.fin4u-form{
	background-color:#f2f2f2;
	padding:3px;
	width:100%;
	border:0;
	border: 1px dashed #ececec
}
.fin4u1-form{
	padding:3px;
	width:100%;
	border:0;
	border: 1px dashed #ececec
}
.bntupdate{
	font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #0071e3;
    color: #fff;
    background: #2fc0f2;
    background: -moz-linear-gradient(top,#2fc0f2 0%,#0071e3 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2fc0f2),color-stop(100%,#0071e3));
    background: -webkit-linear-gradient(top,#2fc0f2 0%,#0071e3 100%);
    background: -o-linear-gradient(top,#2fc0f2 0%,#0071e3 100%);
    background: -ms-linear-gradient(top,#2fc0f2 0%,#0071e3 100%);
    background: linear-gradient(to bottom,#2fc0f2 0%,#0071e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 3px 10px;
    border: 0px solid #0071e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
	width:100%
}
.bntupdate:hover{
	background-color:#14b9ff
}
.bntnewbot{
	font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #0071e3;
    color: #fff !important;
    background: #2fc0f2;
    background: -moz-linear-gradient(top,#2fc0f2 0%,#0071e3 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2fc0f2),color-stop(100%,#0071e3));
    background: -webkit-linear-gradient(top,#2fc0f2 0%,#0071e3  100%);
    background: -o-linear-gradient(top,#2fc0f2 0%,#0071e3 100%);
    background: -ms-linear-gradient(top,#2fc0f2 0%,#0071e3 100%);
    background: linear-gradient(to bottom,#2fc0f2 0%,#0071e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 3px 10px;
    border: 0px solid #0071e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
	width:100%
}
input:focus-visible, select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
	background-color:#fff
}
.title-container{
	margin-bottom:2px;
}
.account-add{
	background-color:#e5e3e3;
	padding:5px;
	display:inline-block;
	border-bottom:2px solid #0071e3;
	width:100%
}
.table-responsive{
	margin-top:10px;
}
.select2-container{
	width:300px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #f9f9f9 !important;
    border: 1px dashed #ececec !important;
	border-radius:0 !important
}
.select2-container--default .select2-selection--single, .select2-container--bootstrap .select2-selection--single{
	height:31px !important
}
.add-account-title{
	font-size:18px;
	font-weight:700;
	padding:10px 0
}
.dropdown-menu{
	display:block;
	background-color: transparent;
	border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
	position:relative;
	
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: transparent;
}
.login-bnt{
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #0071e3;
    color: #fff;
    background: #2fc0f2;
    background: -moz-linear-gradient(top,#2fc0f2 0%,#0071e3 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2fc0f2),color-stop(100%,#0071e3));
    background: -webkit-linear-gradient(top,#2fc0f2 0%,#0071e3 100%);
    background: -o-linear-gradient(top,#2fc0f2 0%,#0071e3 100%);
    background: -ms-linear-gradient(top,#2fc0f2 0%,#0071e3 100%);
    background: linear-gradient(to bottom,#2fc0f2 0%,#0071e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 10px 20px;
    border: 0px solid #0071e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}
.login-box a{
	color: #0071e3;
	font-size:16px;
	font-weight:700
}
.login-box a:hover{
	color: #2fc0f2;
}
.fin4u-box {
    width: 100%;
	background-color:#fafafa;
	border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}
.fin4u-box-header {
    font-size: 18px;
    line-height: 1.3333333333;
    font-weight: bold;
    color: #fff;
    background: #0071e3;
    padding: 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;	
	line-height:40px;
	position:relative;
}
.fin4u-box-header span{ 
	position:absolute;
	right:20px;
	top:10px; 
}
.fin4u-box-header span a{ 
	color:#fff;
}
.fin4u-box-header span a:hover{ 
	color:#de3723;
}
.modal-title{
	padding:10px;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	font-size:16px;
	background-color:#0071e3;
	color:#fff;
	border-radius:5px
}
.modal-header{
	position:relative;
}
.modal-header .close{
	position: absolute;
    top: 19px;
    right: 19px;
    color: #fff;
    border-radius: 30px;
    background: #ff0000;
    width: 30px;
    height: 30px;
}
.content-heading{
	display:inline-block;
	width:100%;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding:5px 0;
	font-weight:700;
}
.content-body{
	margin-bottom:10px;
	display:inline-block;
	width:100%
}
.content-body-items{
	padding:10px 0 0;
	display:inline-block;
	width:100%;
	/*background-color:#e1e1e1;*/
	margin-bottom:2px
}
.mt4-items{
	padding-bottom:10px;
	display: inline-block;
	width:100%;
}
.bot-items{
	clear:both;
	padding:10px;
	background-color:#f9f9f9;
	display:inline-block;
	width:100%
}
.span-mobile{
	display:none;
}
.scenario_action{
	text-align:center;
}
.bot-items-header,.bot-items-body,.bot-items-body-content{
	width:100%;
	clear:both;
	display:inline-block;
	text-align:center
}
.bot-items-header{
	padding:5px;
	border: 1px dashed #e5e5e5
}
.bot-items-body-content{
	padding:5px;
	border-bottom: 1px dashed #e5e5e5
}
.strategy-items{
	display:inline-block;
	width:100%;
	border-bottom:1px dashed #e5e5e5;
	padding:5px 0
}
/*button slide*/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0071e3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0071e3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 10px;
}

.slider.round:before {
  border-radius: 50%;
}
.viewpass{
	position: absolute;
    right: 15px;
    top: 5px;
}
.contact-result {
    position: absolute;
    top: 40px;
    left: 5%;
    width: 90%;
    float: left;
    z-index: 2;
    padding: 30px 20px;
    display: none;
}
.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.form-control{
	font-size:14px;
}
.buyrange_orders,.sellrange_orders{
	display:inline-block;
	width:100%
}
.buyrange_orders_input,.sellrange_orders_input{
	position:relative
}
.buyrange_orders_input strong,.sellrange_orders_input strong{
	position: absolute;
    right: 25px;
    top: 5px;
    font-size: 12px;
}
.form-group{
	margin-bottom:5px;
}
input[type='checkbox'], input[type='radio']{
	height: 13px;
	width: 13px;
    min-width: 13px;
	margin:0 3px 0 0
}
input[type='radio']:checked:before{
	width: 5px;
    height: 5px;
	margin: 3px;
}
.padding-left-0{
	padding-left:0
}
.form-horizontal .form-group{
	margin-left:0;
	margin-right:0
}
.areabuy, .entrybuyarea{
	background-color:#dff6fb;
	padding: 5px;
	margin-top:5px;
}
.areasell, .entrysellarea{
	background-color:#f8e8e8;
	padding: 5px;
	margin-top:5px;
}
.buyrange_orders_label, .sellrange_orders_label{
	text-decoration:underline;
	font-style:italic;
	font-weight:700;
}
.strategy-button{
	padding-top:10px;
	clear:both
}
.add_scenario {
    text-align: right;
    padding: 10px 0;
}
.add_scenario a {
    color: #676767;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Roboto', Arial;
}
.add_scenario a:hover {
    color: #1e92d7;
}
.bntnewstrategy {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #0071e3;
    color: #fff !important;
    background: #2fc0f2;
    background: -moz-linear-gradient(top, #2fc0f2 0%, #0071e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fc0f2), color-stop(100%, #0071e3));
    background: -webkit-linear-gradient(top, #2fc0f2 0%, #0071e3 100%);
    background: -o-linear-gradient(top, #2fc0f2 0%, #0071e3 100%);
    background: -ms-linear-gradient(top, #2fc0f2 0%, #0071e3 100%);
    background: linear-gradient(to bottom, #2fc0f2 0%, #0071e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 3px 10px;
    border: 0px solid #0071e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 50%;
}
/* Tooltip container */
.tooltip1 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #0071e3;
  color: #fff;
  text-align: left;
  padding: 10px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip1:hover .tooltiptext {
  visibility: visible;
}
.footer-warning{
	line-height:25px;
	font-size:12px
}
.date_expired{
	line-height:30px;
	text-align:center
}
.view-mobile{
	display:none;
}
.container{
	width:100%;
}

.tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 1em 0 1em;
    font-weight: 300;
    z-index: 0
}

/* Nav */
.tabs .nav {
    text-align: center;
}

.tabs .nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.tabs .nav li {
    border: 1px solid #becbd2;
    border-bottom: none;
    margin: 0 0.25em;
    display: block;
    float: left;
    position: relative;
    padding-top: 2px;
}

.tabs .nav li.active {
    border: 1px solid #47a3da;
    /*box-shadow: inset 0 2px #47a3da;*/
    box-shadow: 0 2px #47a3da inset;
    border-bottom: none;
    z-index: 100;
}

.tabs .nav li.active:before, .tabs .nav li.active:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px;
    background: #47a3da;
}

.tabs .nav li.active:after {
    right: auto;
    left: 100%;
    width: 4000px;
}

.tabs .nav a {
    color: #676767;
    display: block;
    font-size: 1.1em;
    line-height: 2.5;
    padding: 0 0.5em;
    white-space: nowrap;
    border-radius: 0;
    border: none;
	font-weight:700
}

.tabs .nav a:hover {
    color: #768e9d;
}

.tabs .nav li.active a {
    color: #47a3da;
    border-radius: 0;
    border: none;
}

#detail ul {
    padding-left: 0;
}

.nav-tabs li a img {
    display: inline-block;
    max-height: 30px;
    max-width: 30px;
    padding-right: 3px;
}

/* Icons */
.tabs .nav a:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icomoon';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
}
.trailingstop,.distance,.entry_area{
	display:none;
}
.symbol label{
    font-weight: 400;
}
.mt4list-items{
	padding:10px;
	border: 1px solid #dfdddd;
	border-radius:10px;
	margin:5px 0
}
.mt4-title{
	padding:0px 0 10px;
	border-bottom: 2px solid #47a3da;
	display:inline-block;
	width:100%
}
.mt4-body{
	display:inline-block;
	width:100%
}
.mt4-title .status span{
	background-color:#a2c7ed;
	padding:3px 5px;
	border-radius:3px;
	color:#0476bb
}
.mt4-title a{
	font-weight:700;
}