.sidenav {
    height: 100%;
    width: 18%;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #222d57;
    overflow-x: scroll;
    transition: 0.5s;
    padding-top: 60px;    
	transition: width 0.3s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
    
    margin:2px;
    border-bottom:1px solid #fff;
    
    background-color: #283b54 ;
}
.sidenav h5 {
    text-align:center;
}

.sidenav a:hover {
    color: #28c756;
    background-color: #7b0c7d ;
}
.sidenav .activ {
    color: #f1f1f1;
    background-color: #0a604d ;
    border-right: 4px solid #5eba74;
}


.sidenav .closebtn {
	float: right;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 20px;
    padding: 5px;
   display: none;
}
.sidenav .closebtn:hover {
	background-color: none;
	
}
.main {
	width: 82%;
	float: right;	
	transition: width 0.3s;
	background-color: #e0e2e1;
	top:0;
	right:0;
	position: relative;
	padding: 0;
}
.heading {
	height: 40px;
	background-color: #dedee0;
	margin-top:0;
	border-bottom: 1px solid #b3b3b7;
}


.heading-right {
	width: 200px;
	float:right;
	text-align: center;
	padding-top: 5px;
}
.heading-right a {
	text-decoration: none;
	color: black;
}

#logout {
	width: 150px;
	position: relative;
	display: none;
	margin-top:0;
	

}

.heading-right:hover #logout{
	display: block;
}
.heading-right:hover label{
	display: none;
}
.one-six {
height: 150%;
    background-color: #eff3f7;
    width: 47%;
    float: left;
    cursor: help;
    margin: 5px 1%;
    text-align: center;
    padding-bottom: 15px;

}
.one-six:hover {
	background-color:  #c0c6d6;
	
}

.sidenav-top {
	height: 5%;

}

.sidenav-middle {
	height: 80%;
	
}
.sidenav-middle h5 {
	width: 100%;
	color: #fff;
	font-size: 11px;
	margin-bottom: 5px;
	background-color: #75b87b;
	padding-top: 8px ;
	padding-bottom: 8px;
}

.sidenav-down {
	width: 100%;
	height: 10%;
	bottom: 0;
	background-color: #242d54;
}
.stats {
	min-height: 500px;
	padding:10px;
	background-color: #9cb9db;
	margin-top:0;
}
.stats .one-six p {text-align: center; padding: 0; margin: 0; padding-top: 5px; font-size: 12px; color: #515a63; font-weight: bold; font-style: italic; }
.one-six-title { text-align: center; }
.one-six .h3 {text-align: center;  padding: 18px 0; }
.one-six .h3 h3 { margin: 0;}
.one-six:nth-child(odd) { 
    border-left: 2px solid #abacad;
    color:#000;
}
.content {
	position: relative;
	

}
.content-main {
	background-color: #f2f2f2;
	width: 85%;
	height: 650px;
	
}
.content-main-inner .main-inn-title { border-bottom: 1px solid #c5c9c9; height: 40px; width:85%; margin: 2px auto;}

.content-main-inner .main-inn-title i { margin-left: 15px; padding: 0 2px; }
.content-main-inner .main-inn-title i:hover { color: orange;}

.content-main-inner h4 {
	margin: 8px;
	font-size: 120%;
	width: 70%;

}
.content-main-inner .main-inn-menu {
	padding-top: 10px;
	width: 15%;
	padding-bottom:20px;
	float:right;
}
.content-left {
	float: left;
	background-color: #f2f2f2;
	width: 65%;
	min-height: 650px;
    margin-bottom: 50px;
	
}
.content-right {
	float: right;
	width: 34.5%;
	background-color: #f2f7f5;
	color: #7b8282;
}
.content-left-inner {


}

.content-left-inner .left-inn-title { border-bottom: 1px solid #c5c9c9; height: 40px; width:85%; margin: 2px auto;}

.content-left-inner .left-inn-title i { margin-left: 15px; padding: 0 2px; }
.content-left-inner .left-inn-title i:hover { color: orange;}

.content-left-inner h4 {
	margin: 8px;
	font-size: 120%;
	width: 70%;
	float: left;

}
.content-left-inner .left-inn-menu {
	padding-top: 10px;
	float: right;
	padding-bottom:20px;
	width: 15%;
}
.content-left-inner .userdetailz{
    color:#fff;
    background-color:#2a5f4e;
    padding:6px 10px;
    margin:10px;
    border-radius:5px;
    width:47%;
}
.content-left-inner .userdetailz2{
    color:#000;
    background-color:#fff;
    padding:6px 10px;
    margin:10px;
    border-radius:5px;
    width:47%;
}

/*start**/
.content-the {
	background-color: #f2f2f2;
	width: 100%;
	height: 700px;
	
}
.content-the-inner {


}

.content-the-inner .the-inn-title { border-bottom: 1px solid #c5c9c9; height: 40px; width:95%; margin: 2px auto;}

.content-the-inner .the-inn-title i { margin-left: 15px; padding: 0 2px; }
.content-the-inner .the-inn-title i:hover { color: orange;}

.content-the-inner h4 {
	margin: 8px;
	font-size: 120%;
	width: 70%;
	float: left;

}
.content-the-inner .the-inn-menu {
	padding-top: 10px;
	float: right;
	padding-bottom:20px;
	width: 15%;
}

#topen {
	display: none;
}

#aopen {
	display: none;
}
#fopen {
	display: none;
}
#technical-analysis {
    width:100%;
    overflow:scroll;
    margin-bottom: 50px;
}
.table-move {
    max-width:950px;
}

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    max-width: 900px;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}



.content-right-inner {
	position: relative;
	width: 85%;
	height: 270px;
	margin: 0 auto;
	padding: 5px 15px;
	border: 0.2px solid #dee2e2;
	margin-bottom: 15px;
}
.content-right-inner .right-inn-title { border-bottom: 1px solid #c5c9c9; height: 40px;}

.content-right-inner .right-inn-title i { margin-left: 15px; padding: 2px; }
.content-right-inner .right-inn-title i:hover { color: orange;}

.content-right-inner h4 {
	margin: 8px;
	font-size: 120%;
	width: 70%;
	float: left;

}
.content-right-inner .right-inn-menu {
	padding-top: 10px;
	float: right;
	padding-bottom:20px;
	width: 24%;
}
.content-right-inner .right-inn-l {
	position: relative;
	width: 50%;
	float: left;
}
.content-right-inner .right-inn-r {
	position: relative;
	width: 50%;
	float: left;
}
.content-right-form {
    width: 400px;
    margin: 2px auto;
    text-align:center;
}
.content-right-form form input {
    width:90%;
    border-radius:5px;
    height: 40px;
    padding:5px 20px;
    margin: 2px auto;
    border:none;
    text-transform:uppercase;
}
.content-right-form form select {
    width:92%;
    border-radius:5px;
    height: 40px;
    padding:5px;
    margin: 2px auto;
    border:none;
}
.content-right-form form textarea {
    width:90%;
    border-radius:5px;
    height: 50px;
    padding:5px;
    margin: 2px auto;
    border:none;
}
.content-right-form form button {
    width:80px;
    border-radius:15px;
    height: 40px;
    padding:5px;
    color:#fff;
    margin: 2px auto;
    background-color:#36c521;
    border-width: 0;
    /*box-shadow: 0 0 10px #23afa6;*/
}
.content-right-form form label {
    padding: 0 5px;
    margin: 0px auto;
    font-size: 15px;
    color: #65c242;
}

.tradeapp {

	height: 270px;
	width:100%;
}

.verify-form {
    width:400px;
    margin: 20px auto;
    background-color: #ededed;
    padding: 20px;
    padding-top: 40px;
}

.verify-form form {
    width : 80%;
    margin :0 auto;
}


.verify-form input[type=text] {
    width: 100%;
    height: 25px;
    padding: 10px;
    margin: 20px auto;
    border-radius: 3px;
    color: #255175;
}
.verify-form input[name=username] {
    background-color: #a6a7a8;
    color:  #e8e1f7;
}
.verify-form .btn-verify {
    width : 105px;
    margin :0 auto;
}
.verify-form #submit {
   cursor: pointer;
    background-color: #306dd1;
    height:40px;
    width: 100px;
    padding: 5px;
    border: none;
    border-radius: 5px;
    font-weight:bold;
    color:#fff;
}

.verify-form button:hover {
     background-color: #4583e8;
}
.verify-form .getcode {
    cursor: pointer;
    background-color: #306dd1;
    padding: 2px;
    border: none;
    border-radius: 5px;
    color:#fff;
}
#showcode {
    background-color: #45bc85;
    padding:10px;
    display:none;
    text-align:center;
    color:#fff;
}

.acc-img img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
    
}

.acc-img img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
  .acc-info table td {
      text-align:left;
      height:10px;
      padding:4px;
      font-size:13px;
      
      
  }
  .acc-info table td:nth-child(2){
      text-align:right;
      border-radius:5px;
      color:#fff;
      margin-bottom:10px;
  }
  .acc-info table tr {
      margin-bottom:10px;
  }
  .acc-info table tr:nth-child(1) td:nth-child(2) label{
      background-color:#1e4d99;
      padding: 2px 7px;
      border-radius: 5px;
      margin-bottom: 10px;
  }
  .acc-info table tr:nth-child(2) td:nth-child(2)  label{
      background-color:#5fc5e8;
      padding: 2px 7px;
      border-radius: 5px;
      margin-bottom: 10px;
  }
  .acc-info table tr:nth-child(3) td:nth-child(2)  label{
      background-color:#5fc5e8;
      padding: 2px 7px;
      border-radius: 5px;
      margin-bottom: 10px;
  }
  .acc-info table tr:nth-child(4) td:nth-child(2) label{
      background-color:#5fc5e8;
      padding: 2px 7px;
      border-radius: 5px;
      margin-bottom: 10px;
  }
  .acc-info table tr:nth-child(5) td:nth-child(2) label{
      background-color:#5fc5e8;
      padding: 2px 7px;
      border-radius: 5px;
      margin-bottom: 10px;
  }
  .acc-info table tr:nth-child(6) td:nth-child(2) label{
      background-color:#5fc5e8;
      padding: 2px 7px;
      border-radius: 5px;
      margin-bottom: 10px;
  }
  .acc-info table tr:nth-child(7) td:nth-child(2) label{
      background-color:#5fc5e8;
      padding: 2px 7px;
      border-radius: 5px;
      margin-bottom: 10px;
  }
  .prf-r-title {
      border-bottom: 2px solid #c7cde0;
  }
  .prf-r-title .prf-r-h{
      padding: 2px;
      display:inline-block;
      margin:2px;
      font-size:20px;
      color:#4e5e87;
  }
  .prf-r-h::after{
      content: 'Take time to know about Binary & Forex trade';
      font-size: 12px;
      margin-left:15px;
      margin-bottom: 4px;
      color: #57585b;
      
  }
  
  #panel1,#panel2,#panel3,#panel4, #flip1, #flip2, #flip3, #flip4 {
    padding: 5px;
    background-color: #c7cde0;
    box-shadow: 0 0 5px #cacbce;
}
#flip1:hover,#flip3:hover,#flip3:hover,#flip4:hover {
    text-decoration: underline;
    cursor: pointer;
    
}

#panel1, #panel2, #panel3, #panel4 {
    padding: 5px;
    display: none;
}


.feedback-form {
    width:450px;
    margin: 20px auto;
    background-color: #ededed;
    padding: 20px;
    padding-top: 40px;
    box-shadow: 0 0 20px #9db7ad;
}

.feedback-form form {
    width : 70%;
    margin :0 auto;
}


.feedback-form input {
    width: 100%;
    height: 15px;
    padding: 10px;
    margin: 20px auto;
    border-radius: 3px;
    color: #255175;
    border:none;
    
}
.feedback-form textarea {
    padding: 10px;
    height: 150px;
    margin: 20px auto;
    width: 100%;
    border:none;
}
.feedback-form .btn-verify {
    width : 105px;
    margin :0 auto;
}
.feedback-form #submit {
   cursor: pointer;
    background-color: #306dd1;
    height:40px;
    width: 100px;
    padding: 5px;
    border: none;
    border-radius: 5px;
    font-weight:bold;
    color:#fff;
}

.feedback-form button:hover {
     background-color: #4583e8;
}











/* scroll for stock price*/
.scroll-slow {
 height: 30px;	
 overflow: hidden;
 position: relative;
 background: #dee2e2;
 color: orange;
 border: 1px solid #dee2e2;
}
.scroll-slow p {
 position: absolute;
 width: 200%;
 height: 100%;
 margin: 0;
 line-height: 30px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-slow 50s linear infinite;
 -webkit-animation: scroll-slow 50s linear infinite;
 animation: scroll-slow 50s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-slow {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-slow {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-slow {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}


.profile-left{
    width: 34%;
    float:left;
    padding:10px;
}
.profile-right {
    border: 1px solid #c7cde0;
    width:61%;
    float:right;
    border: #e2e2e2;
    padding: 10px;
    min-height: 200px;
    margin-bottom: 50px;
    
}
.prf-r-title {
      border-bottom: 2px solid #c7cde0;
  }
  .prf-r-title .prf-r-h{
      padding: 2px;
      display:inline-block;
      margin:2px;
      font-size:20px;
      color:#4e5e87;
  }
  .prf-r-h::after{
      content: 'Take time to know about Binary & Forex trade';
      font-size: 12px;
      margin-left:5px;
      margin-bottom: 4px;
      color: #57585b;
      display: block;
  }
  
.footer {
	position: fixed;
	padding-top: 20px;
	text-indent: 50px;
	width: 100%;
	bottom: 2px;
	height: 60px;
	background-color: #ffc;
}
/** Lagin page css****/
/** Lagin page css****/
/** Lagin page css****/
/** Lagin page css****/
/** Lagin page css****/

.login-main {
    width: 530px;
    margin: 5px auto 10px auto;
    min-height: 600px;
    padding: 30px 20px;
}
.login-logo {
   
    width: 75%;
    margin: 0 auto;
    height: 120px;
    margin-bottom: 20px;
}
.login-logo img {
    height: 100%;
    width: 100%;
    
}
.login-form {
    background-color: #fefefe;
    border-radius: 5px;
    padding: 40px;
}

.login-form input[type=text],input[type=email], input[type=password]  {
    background-color: #f9f9f9;
    border-radius: 2px;
    padding: 10px;
    height:40px;
    width:100%;
    margin: 10px auto;
    border: none;
}

.login-form input[type=checkbox] {
    height: 13px;
    border: none;
    background-color: #fff;
    color: #4583e8;
}

.login-form button {
    background-color: #306dd1;
    height:40px;
    width: 100px;
    padding: 5px;
    float:right;
    border: none;
    border-radius: 5px;
    font-weight:bold;
    color:#fff;
}
.login-form button:hover {
    background-color: #4583e8;
}
.login-form-h {
    text-align: center;
    width: 70%;
    margin: 15px auto;
    margin-bottom: 40px;
    padding-top: 10px;
}
.login-form-h h4 {
    text-align: center;
    margin: 5px auto;
    margin-bottom: 40px;
    font-weight: bolder;
    padding-top: 2px;
}




/*#sidehide { background-color:red;  font-size:30px;cursor:pointer; display:none;width:30px;color:#fff; float: right; margin: 20px; margin-top: -50px;}*/

#sideshow {font-size:30px;cursor:pointer; display:inline-block;width:30px;float:left;}

@media (max-width: 720px){


.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #222d57;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;    
	transition: width 0.3s;
}

.sidenav a {
    padding: 8px;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    margin:2px;
    display: block;
    transition: 0.3s;
    font-size: 13px;
    background-color: #283b54 ;
    
}

.sidenav a:hover {
    color: #f1f1f1;
    background-color: #283b54 ;
}
.sidenav a i {
    display: none;
}
.sidenav .activ {
    color: #f1f1f1;
    background-color: #0a604d ;
    border-right: 4px solid #5eba74;
}


.sidenav .closebtn {
	float: right;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 20px;
    padding: 5px;
   display: block;
}
.sidenav .closebtn:hover {
	background-color: none;
	display: block;
}

.sidenav-top {
	height: 5%;

}

.sidenav-middle {
	height: 80%;
	
}
.sidenav-middle h5 {
	width: 100%;
	color: #fff;
	font-size: 11px;
	margin-bottom: 5px;
	background-color: #75b87b;
	padding-top: 8px ;
	padding-bottom: 8px;
}

.sidenav-down {
	width: 100%;
	height: 10%;
	bottom: 0;
	background-color: #242d54;
}











/* scroll for stock price*/
.scroll-slow {
 height: 30px;	
 overflow: hidden;
 position: relative;
 background: #dee2e2;
 color: orange;
 border: 1px solid #dee2e2;
}
.scroll-slow p {
 position: absolute;
 width: 530%;
 height: 100%;
 margin: 0;
 line-height: 30px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-slow 50s linear infinite;
 -webkit-animation: scroll-slow 50s linear infinite;
 animation: scroll-slow 50s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-slow 
{
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-slow {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-slow {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}
.login-main {
    width: 95%;
    margin: 10px auto;
    min-height: 500px;
    padding-top: 50px;
    
}


.login-form {
    background-color: #fefefe;
    border-radius: 5px;
    padding: 20px;
    min-height: 300px;
}

.profile-left{
    width: 97%;
    float:none;
    padding:10px;
}
.profile-right {
    border: 1px solid #c7cde0;
    width:97%;
    float:none;
    border: #e2e2e2;
    padding: 10px;
    min-height: 200px;
    
}

.acc-img {
    width: 100%;
    margin: 2px auto;
    
}

.main {
	width: 100%;
	float: right;	
	transition: width 0.3s;
	background-color: #e0e2e1;
	position: relative;
}

.content-left-inner .left-inn-menu {
	padding-top: 10px;
	float: right;
	padding-bottom:20px;
	width: 70px;
}

.content-left-inner .userdetailz{
    color:#fff;
    background-color:#2a5f4e;
    padding:6px 10px;
    margin:1px auto;
    border-radius:5px;
    width:80%;
}
.content-left-inner .userdetailz2{
    color:#000;
    background-color:#fff;
    padding:6px 10px;
    margin:10px auto;
    border-radius:5px;
    width:80%;
}


.content-left-inner .userdetailz{
    color:#fff;
    background-color:#7b0c7d;
}
.content-the-inner .the-inn-menu {
	padding-top: 10px;
	float: right;
	padding-bottom:20px;
	width: 80px;
} 
    
.heading {
    top:0;
    z-index:100;
    position:fixed;
    width:100%;
}
.stats {
	height: 300px;
	background-color: #eff3f7;
	margin-top:40px;
}
.stats .one-six p {text-align: center; padding: 0; margin: 0; padding-top: 5px; font-size: 12px; color: #515a63; font-weight: bold; font-style: italic; }

.one-six {
	height: 100px;
	background-color:  #eff3f7;
	width: 48%;
	float: left;
	cursor: help;
	text-align: center;
	padding-bottom: 15px;
	margin:auto 1%;
	border-bottom: 1px dotted #abacad;

}
.one-six .h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 !important;
}

#sidehide {         color: #ffffff;
        background-color: #d01111;
        font-size: 40px;
        /* font-weight: bolder; */
        cursor: pointer;
        display: table;
        width: 30px;
        float: right;
        /* margin: 20px; */
        margin-top: -50px;
        padding: 2px 20px;
        border-radius: 40px;}
    
#sideshow {font-size:30px;cursor:pointer; display:inline-block;width:30px;float:left;}
#mySidenav {width:0;z-index: 200;}

.content-left {
	float: none;
	background-color: #f2f2f2;
	width: 100%;
	min-height: 650px;
	
}
.content-right {
	float: none;
	width: 100%;
	background-color: #f2f7f5;
	color: #7b8282;
}

.content-right-inner {
	position: relative;
	width: 98%;
	height: 550px;
	margin: 0 auto;
	padding: 5px 15px;
	border: 0.2px solid #dee2e2;
	margin-bottom: 15px;
}
.content-right-inner .right-inn-l {
	position: relative;
	width: 100%;
	float: none;
}
.content-right-inner .right-inn-r {
	position: relative;
	width: 100%;
	float: none;
}  
.content-right-inner h4 {
	margin: 8px;
	font-size: 120%;
	width: 170px;
	float: left;

}


.content-right-inner .right-inn-menu {
	padding-top: 10px;
	float: right;
	padding-bottom:20px;
	width: 70px;
}

.footer {
    margin-top:50px;
	position: fixed;
	padding-top: 20px;
	text-indent: 50px;
	width: 100%;
	bottom: 2px;
	height: 60px;
	background-color: #ffc;
}

    
    
    
    
    
    
    
}
