#body{
	background-color:#216784;
}
#body1{
	background-color:#fff;
	margin:30px 0;
}

body {
    color: #676767;
    font-family: "Roboto",Arial;
    font-size: 14px;
    line-height: 1.42857;
	background:url(/uploads/cfbot-bg.jpg);
	background-size: cover;
	background-color:#216784;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c6c6c6;
  opacity: 1; /* Firefox */
  font-size:14px
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c6c6c6;
  font-size:14px
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #c6c6c6;
  font-size:14px
}
.body-bg{
	height:100%;
}
a, a:link, a:active, a:visited{
	color:#1a96d2;
}
a:hover, a:focus {
    color: #1787bd;
}
/* 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: #0e4a63;
	padding:5px
}
.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: flex;
    align-items: center;
}

#header .logo {
    position:relative;
    margin:0;
    padding: 0;
	padding:3px 10px;
	text-align:center
}
#header .logo h1, #header .logo .site_name, #header .logo h2, #header .logo .site_description {
    display: none;
}
#header .logo img{
	height:100px;
	width:inherit
}
/* 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:'Roboto', 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,#69bd45 0%,#69bd45 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 {
    position:fixed;
	bottom:0;
	left:0;
    width:100%;
    background-color:#912dd5;
    padding:10px 0;
    font-size:15px
}

#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:'Roboto', 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:'Roboto', Arial;
	line-height:40px
}
.bottom-footer .menu li a:hover{
	color:#3b5998;
}


/* Block copyright*/

.copyright {
    color:#fff ;
	line-height:30px;
	text-align:center;
	font-size:12px
}

.copyright span a {
    color:#43e9f6;
	font-weight:700
}

.copyright span a:hover {
    color:#f85489 !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;
}
.w100p {
    width: 100%;
}
.w90p {
    width: 90%;
}
.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
}
.header_title{
	text-align:center;
	padding:20px 0;
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
	border-bottom: 1px solid #f2f2f2;
}
.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:#69bd45 ;
	padding:10px 20px;
	border:0;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	border-radius:5px
}
.btn-add:hover{
	background-color:#ff0000;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
	background-color: #69bd45;
}
.rowheight{
	display:inline-block;
	width:100%
}
.line-height{
	line-height:25px
}
.login-info{
	padding:80px 20px;
	font-family:'Roboto', Arial;
	font-weight:700;
	font-size:40px;
	color:#fff;
	text-transform:uppercase
}
.bg-lavender{
}
.panel{
	background-color:#fff
}
.panel-default{
	background-color:#fff
}
.btn-default, .btn-primary{
	padding:15px 53px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
	background-color:#69bd45;
	border-color:#69bd45
}
.btn-primary:hover{
	background-color:#ff0000;
	border-color:#ff0000
}
.login-title{
	font-family:'Roboto', Arial;
	font-weight:700;
	font-size:22px;
	color:#676767;
	padding:20px 0 10px;
	text-align:center
}
.login-title-sub{
	font-size:16px;
	color:#676767;
	text-align:center
}
.login-container{
	margin-top:20px
}
.login-extra{
	padding:10px 0 0 20px;
}
.login-extra a{
	color:#5583c3;
	font-family:'Roboto', Arial
}
.login-extra a:hover{
	color:#289bd9;
}
.login-ubot{
	font-size:16px;
	border:0;
    border-bottom: 1px solid #f2f2f2;
    background-color: transparent;
    padding: 3px 10px;
    width: 100%;
}
input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
	background-color:#f9f9f9
}
.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;
}
.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:'Roboto', Arial;
	text-align: center;
    padding-top: 30px;
    text-transform: uppercase;
}
.margin-bottom-50{
	margin-bottom:50px
}
.userinfo-extra{
	margin-bottom:70px
}
.page{
	background-color:#fff;
	margin-bottom:20px
}
.page-heading{
	padding:10px;
	text-align:center;
	font-weight:700;
	font-size:30px;
	color:#fff;
	font-family:'Roboto', 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:#ff0000;
	color:#fff;
	font-size:30px;
	font-weight:700;
	position:fixed;
	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:'Roboto', Arial;
}
.table-bordered>thead>tr>th{
	background-color:#1e92d7;
	color:#fff;
}
.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:0
}
#div_list_symbol{
	margin-bottom:50px
}
.acc-title{
	padding:3px 0;
	font-size:16px;
	font-weight:700
}
.acc-bnt{
    text-align: center;
}
.help{
	padding: 20px;
	font-size:16px;
	line-height:24px;
}
.help ul li{
	list-style:circle
}
.template-block-1-header{
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	padding:10px 0
}
.span-refresh{
	padding-left:10px
}
.user-signed{
	float:right;
}
.user-signed:hover{
	float:right;
	background-color: rgba(255, 255, 255, 0.2);
}
.user-signed .avatar{
	width:40px;
	height:40px;
	border-radius:40px;
	overflow: hidden;
	margin:3px;
}
.user-signed .avatar img{
	width:100%;
	height:100%
}
.user-signout{
	text-align:center;
}
.user-signout a{
}
.sub-logo{
	padding:10px 0 0 15px;
}
.sub-logo img{
	height:30px
}
.user-signed-info{
	padding:10px 0
}
.user-signed-info a{
	padding:5px !important;
}
.user-signed-info a:hover{
	background-color:transparent !important;
	color:#3071a9 !important
}
.dropbtn-user {
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-user {
  position: relative;
  display: inline-block;
  float:right
}

/* Dropdown Content (Hidden by Default) */
.dropdown-user-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 300px;
  right: 0;
  padding:5px 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-user-content a {
  color: black;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-user-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown-user:hover .dropdown-user-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-user:hover .dropbtn-user {
  background-color: #3e8e41;
}
.scenario_container{
    border-top: 4px solid #69bd45;
    padding: 18px 0 24px;
	background-color:#fff;
	padding:10px 0
}
.scenario_content{
	padding:0;
}
.content-heading{
	font-weight:700;
	display:inline-block;
	width:100%;
	border-bottom:1px solid #f2f2f2;
	padding:5px 0
}
.content-body,.content-body-items{
	display:inline-block;
	width:100%;
	font-size:15px
}
.content-body-items{
	border-bottom:1px solid #f2f2f2;
	padding:5px 0;
	background-color:#f2f2f2
}
.content-body-items:hover{
	background-color:#fbfbfb
}
.content-footer{
	padding:10px 0;
}
.content-footer a{
	color:#fff;
	padding:7px 10px;
	background: #69bd45;
}
.content-footer a:hover{
	color:#fff;
	padding:7px 10px;
	background: #0e4a63;
}
.div-responsive{
	padding:30px
}
.page-title{
	padding:10px 0;
	color:#676767;
	font-size:20px;
	font-weight:700;
}
.btn-info{
	background-color: #69bd45;
    border-color: #ececec;
	color:#fff !important;
}
.btn-info:hover {
    color: #fff !important;
    background-color: #ed1f24;
    border-color: #ed1f24;
}
.span-mobile{
	display:none;
}
.scenario_action{
	text-align:right;
}
.tab-list {
    border-bottom: 2px solid #69bd45;
    border-top: 2px solid #69bd45;
    background: #f2f2f2;
    text-align: center;
}
.tab-list ul {
    color: inherit;
    background: 0 0;
    padding-top: 0;
    display: inline-block;
    position: static;
    width: 100%;
	margin-bottom:0
}
.tab-list ul li {
    border-right: 0 solid #d6d6d6;
    letter-spacing: normal;
}
.tab-list .selected a {
    color: #fff;
    position: relative;
    background: 0 0;
}
.tab-list .label, .tab-list a {
    font-size: 1em;
    line-height: 1.5em;
    padding: 1.125em;
    display: block;
}
.tab-list a {
    padding-top: 2.75em;
    padding-bottom: 0.75em;
    color: #6d6e70;
    border-top: none;
    position: relative;
	font-weight:700;
	font-size:16px
}
.tab-list .selected {
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.tab-list .selected, .tab-list li, .tab-list.expanded li {
    display: inline-block;
    background: 0 0;
}
.tab-list .selected, .tab-list.expanded .selected {
    position: static;
    background-color: #69bd45;
}
.tab-list li.strategies a:before {
    background-image: url(../images/icon-strategies-tab.png);
}
.tab-list li.bots a:before {
    background-image: url(../images/icon-bots-tab.png);
}
.tab-list li a:before{
	content: '';
    position: absolute;
    width: 31px;
    height: 32px;
    background-position: center -40px;
    background-repeat: no-repeat;
    top: 0.75em;
    left: 50%;
    margin-left: -0.75em;
    right: auto;
    border: none;
}
.tab-list li.selected a:before {
    content: '';
    position: absolute;
    width: 31px;
    height: 32px;
    background-position: center -32px;
    background-repeat: no-repeat;
    top: 0.75em;
    left: 50%;
    margin-left: -0.75em;
    right: auto;
    border: none;
}
.tab-list li.selected a:before {
    background-position: center -2px;
}
.modal-title {
    padding: 10px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #8cc1c1;
    color: #fff;
    border-radius: 5px;
}
.modal-header .close {
    position: absolute;
    top: 19px;
    right: 19px;
    color: #fff;
    border-radius: 30px;
    background: #ff0000;
    width: 30px;
    height: 30px;
}
.fin4u-form {
    border: 0;
    border-bottom: 1px dashed #6c9394;
    padding: 3px;
    width: 100%;
	height:30px
}
.fin4u-form-span {
    border: 0;
    border-bottom: 1px dashed #6c9394;
    background-color: transparent;
    padding: 3px;
    width: 100%;
	line-height:35px
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
#toolbar-strategy {
    position: fixed;
    right: 0;
    top: 20%;
    background: #69bd45;
    background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 100%);
    border-left: 1px solid #69bd45;
    border-bottom: 1px solid #69bd45;
    border-top: 1px solid #69bd45;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.15);
    z-index: 10000;
    opacity: 0.8;
	display:none;
	width:45px
}
#toolbar-strategy ul{
	padding-left:0
}
#toolbar-strategy li{
	display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#toolbar-strategy li:first-child a{
	border-top-right-radius: 10px;
}
#toolbar-strategy li:last-child a {
    border-bottom-right-radius: 10px;
}
#toolbar-strategy li a{
    padding: 0 7px;
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
	display:block;
}
#toolbar-strategy span {
    margin-left: 5px;
    margin-right: 10px;
    display: none;
}
.btn-info1 {
    background-color: #ffb503;
    border-color: #ffb503;
    color: #fff !important;
}
#admintoolbar{
	top:50% !important
}
.cart{
	padding:10px;
	text-align:center;
	font-weight:700;
	color:#0e4a63;
	font-size:15px
}
.scrollbar
{
	height: 370px;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 25px;
	margin:10px 0 0;
	padding:10px 0 0
}

.force-overflow
{
	min-height: 450px;
}
#style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, #69bd45),
									   color-stop(0.72, #69bd45),
									   color-stop(0.86, #69bd45));
}
.content-body-items-ea,.content-heading-ea,.ealist-items{
	display:inline-block;
	width:100%
}