


.signal_des_field{

    font-size:17px; 
    word-wrap: break-word;
    overflow: hidden;
    height: 350px;



}


.signal_des_field_visable{
    
    font-size:17px; 
    word-wrap: break-word;
    overflow: auto;
    height: auto;

}




@media  (max-width: 560px) and (min-width: 1px) {

 .trades_box_text{
    float:left;
    min-width:100%;
}

   
    .support{
        position:fixed;
        right:-200px;
        bottom:6px;
        height:30px;
        width:90px;
        z-index:99999;
        opacity:0;
        cursor:pointer;
        background-color: transparent;
    }

    .support:hover{
        position:fixed;
        right:-200px;
        bottom:6px;
        height:40px;
        width:100px;
        z-index:99999;
        opacity:0.8;
        cursor:pointer;
       background-color: transparent;
    }




    #support_chat{

    display:none;
    height:470px;
    width:95%;
    position:fixed;
    right:10px;
    bottom:10px;
    background-color: white;
    border:1px dotted gray;
    z-index: 99999;
    opacity:0.95;

    }


}





@media  (max-width: 1000px) and (min-width: 561px) {

.trades_box_text{
float:left;
min-width:50%;
}

}
    


@media  (max-width: 2000px) and (min-width: 1001px) {

.trades_box_text{
float:left;
min-width:33%;
}

}



@media  (max-width: 999000px) and (min-width: 2001px) {
    
.trades_box_text{
float:left;
min-width:25%;
}

}




@media  (max-width: 99999px) and (min-width: 561px) {


    .support{
        position:fixed;
        right:-200px;
        bottom:3px;
        height:40px;
        width:120px;
        z-index:99999;
        opacity:0;
        cursor:pointer;
        background-color: transparent;
    }

    .support:hover{
        position:fixed;
        right:-200px;
        bottom:3px;
        height:40px;
        width:140px;
        z-index:99999;
        opacity:0.8;
        cursor:pointer;
        background-color: transparent;
    }  


    #support_chat{

        display:none;
        height:470px;
        width:450px;
        position:fixed;
        right:10px;
        bottom:10px;
        background-color: white;
        border:1px dotted gray;
        z-index: 99999;
        opacity:0.95;

    }



}



#support_answer_field{

overflow: auto;
border: dotted 1px gray;
word-break: break-all;


}




#support_live_chat_box{

display:none;

}


@media  (max-width: 560px) and (min-width: 1px) {

	.mobile_large{
	font-size:22px;
	width:230px;
	height:50px;
	}

	.chart_setting_box{
	float:right;
	width:100%;
	text-align: center;
	}


	.bilance{

	font-family: calibri;
	text-align:right;
	width:260px; 
	position:absolute;
	top:0px;
	right:40px; 
	z-index:99999;

	}

	.notifcate{
	padding:10px;
	font-family: calibri;
	text-align:right;
	width:40px; 
	position:absolute;
	top:0px;
	right:0px; 
	z-index:99999;

	}

	.acount_value{
	display:none;
	}



	.buy_tool{
	width:50%;
	}


	.create_a_trade_button_large{
	display:none;
	}

	.create_a_trade_button_small{
	display:inline;
	color: #fff;
	height:38px;
	width:80px;
    background-color: #5cb85c;
    border-color: #4cae4c;
	}


	.create_a_trade_button_small:hover{
	display:inline;
	color: #fff;
	height:38px;
	width:80px;
    background-color: #4cae4c;
    border-color: #83c983;
	-webkit-box-shadow: 11px 11px 24px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: 11px 11px 24px -14px rgba(0,0,0,0.75);
	box-shadow: 11px 11px 24px -14px rgba(0,0,0,0.75);
	}




	.chart_field{
	height:450px;	
	}

	.main_block {
	width:100%;
	}

	.left_field{
	width:100%;
	height:20px;
	text-align:center;
	}

	.right_field{
	width:100%;
	height:70px;
	text-align:center;
	margin-bottom:5px;
	}

	.side_block{
	width:100%;
	}

	.show_trades_main_block{
	float:left;
	width:100%;
	margin-bottom:5px;
	}


	.trades_field{
	width:100%;
	padding:10px;
	margin-top:5px; 
	position:relative;	
	}

	.bilances_fields{
	float:left;
	width:100%;
	}



}




@media (max-width: 3000px) and (min-width: 561px) {

	.chart_setting_box{
	float:right;
	width:50%;
	text-align: center;
	}


	.chart_field{
	height:600px;	
	}

	.buy_tool{
	width:180px;
	}



	.bilance{
	
		font-family: calibri;
		text-align:right;
		width:260px; 
		position:absolute;
		top:0px;
		right:40px; 
		z-index:99999;

	}

	.notifcate{

		padding:10px;
		font-family: calibri;
		text-align:right;
		width:40px; 
		position:absolute;
		top:0px;
		right:0px; 
		z-index:99999;

	}


	.acount_value{
	display:inline;
	}


	.create_a_trade_button_large{
	
	display:inline;
	padding-left:30px;
	padding-right:30px;
	height:38px;
	color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-family:Calibri;
    font-size:14px;

	}


	.create_a_trade_button_large:hover{
	
	display:inline;
	padding-left:30px;
	padding-right:30px;
	color: #fff;
	height:38px;
    background-color: #4cae4c;
    border-color: #83c983;
    font-family:Calibri;
    font-size:14px;
	-webkit-box-shadow: 11px 11px 24px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: 11px 11px 24px -14px rgba(0,0,0,0.75);
	box-shadow: 11px 11px 24px -14px rgba(0,0,0,0.75);

	}

	.create_a_trade_button_small{
	display:none;
	color: #fff;
	height:38px;
    background-color: #4cae4c;
    border-color: #83c983;
	}


	.create_a_trade_button_small{
	display:none;
	color: #fff;
	height:38px;
    background-color: #4cae4c;
    border-color: #83c983;
	-webkit-box-shadow: 11px 11px 24px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: 11px 11px 24px -14px rgba(0,0,0,0.75);
	box-shadow: 11px 11px 24px -14px rgba(0,0,0,0.75);
	}

	.main_block {
	float:left;
	width:70%;
	}


	.side_block{
	float:left;
	width:30%;
	}


	.left_field{
	width:110px;
	float:left;
	height:70px;
	}

	.right_field{
	float:left;
	height:70px;
	}

	.show_trades_main_block{
	float:left;
	width:330px;
	}

	.trades_field{
	width:100%;
	padding:10px;
	margin-top:10px; 
	position:relative;	
	}


	.bilances_fields{
	float:left;
	width:30%;
	}





}




.ds{
font-family: "Arial";
font-size:12px;

}


.poga_treidiem{
border:1px dotted darkgray; 
padding:3px;
float:left;
margin-right:5px; 
cursor:pointer;	
height:35px;
}


.menu_button{

border:1px dotted darkgray;
padding:5px;
margin:5px;
width:auto;
float:left;

}

.green{
color:green;
}

.red{
color:red;
}

.orange{
color:orange;	
}

.purple{
color:purple;	
}













@media  (max-width: 560px) and (min-width: 1px) {


   #payment_field{

    display:none;
    position:fixed;
    background:white;
    border:1px dotted #666666;
    width:90%;
    height:auto;
    padding:10px;
    top:2%;
    z-index: 99999;
    -webkit-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);

  }


 
  #stop_lose{

    display:none;
    position:fixed;
    background:white;
    border:1px dotted #666666;
    width:90%;
    height:auto;
    padding:10px;
    top:15px;
    z-index: 99999;
    -webkit-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);


  }


   #follow_field{

    display:none;
    position:fixed;
    background:white;
    border:1px dotted #666666;
    width:90%;
    height:auto;
    padding:10px;
    top:2%;
    z-index: 99999;
    -webkit-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);


  }

   #change_follow_field{

    display:none;
    position:fixed;
    background:white;
    border:1px dotted #666666;
    width:90%;
    height:auto;
    padding:10px;
    top:2%;
    z-index: 99999;
    -webkit-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);


  }


  #edit_trade{

    display:none;
    position:absolute;
    background:white;
    border:1px dotted #666666;
    width:90%;
    height:auto;
    padding:10px;
    top:5%;
    z-index: 99999;
    -webkit-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);


  }





 
  #buy_or_sell{

    display:none;
    position:fixed;
    background:white;
    border:1px dotted #666666;
    width:90%;
    height:auto;
    padding:10px;
    top:15%;
    z-index: 99999;
    -webkit-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);

  }


   #sell_now_field{

    display:none;
    position:fixed;
    background:white;
    border:1px dotted #666666;
    width:90%;
    height:auto;
    padding:10px;
    top:15%;
    z-index: 99999;
    -webkit-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);

  }


#buy_in_field{

    display:none;
    position:fixed;
    background:white;
    border:1px dotted #666666;
    width:90%;
    height:auto;
    padding:10px;
    top:15%;
    z-index: 99999;
    -webkit-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);

  }

}


 @media  (max-width: 99999px) and (min-width: 561px) {
 

    #payment_field{

    display:none;
    position:fixed;
    background:white;
    border:1px dotted #666666;
    width:350px;
    height:auto;
    padding:10px;
    top:15%;
    left:0px;right:0px;
    margin:auto;
    z-index: 99999;
    -webkit-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);

  }


  #stop_lose{

    display:none;
    position:fixed;
    background:white;
    border:1px dotted #666666;
    width:300px;
    height:auto;
    padding:10px;
    top:15px;
    right:10%; 
    z-index: 99999;
    -webkit-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
  }



  #follow_field{

    display:none;
    position:fixed;
    background:white;
    border:1px dotted #666666;
    width:300px;
    height:auto;
    padding:10px;
    top:15%;
    left:0px;right:0px;
    margin:auto;
    z-index: 99999;
    -webkit-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
  }


  #change_follow_field{

    display:none;
    position:fixed;
    background:white;
    border:1px dotted #666666;
    width:300px;
    height:auto;
    padding:10px;
    top:15%;
    left:0px;right:0px;
    margin:auto;
    z-index: 99999;
    -webkit-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
  }


  #edit_trade{

   	display:none;
    position:absolute;
    background:white;
    border:1px dotted #666666;
    width:300px;
    height:auto;
    padding:10px;
    top:15px;
    right:10%; 
    z-index: 99999;
    -webkit-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);

  }





  #buy_or_sell{

    display:none;
    position:fixed;
    background:white;
    border:1px dotted #666666;
    width:300px;
    height:auto;
    padding:10px;
    top:15%;
	left: 50%;
	margin-left: -150px;
     z-index: 99999;
    -webkit-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
  }



  #sell_now_field{

    display:none;
    position:fixed;
    background:white;
    border:1px dotted #666666;
    width:300px;
    height:auto;
    padding:10px;
    top:15%;
    right:10%; 
    z-index: 99999;
    -webkit-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
  }

  #buy_in_field{

    display:none;
    position:fixed;
    background:white;
    border:1px dotted #666666;
    width:300px;
    height:auto;
    padding:10px;
    top:15%;
    right:10%; 
    z-index: 99999;
    -webkit-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 50px 4px rgba(0,0,0,0.75);
  }



}



.shadow {
-webkit-box-shadow: 3px 6px 15px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 6px 15px -6px rgba(0,0,0,0.75);
box-shadow: 3px 6px 15px -6px rgba(0,0,0,0.75);
}


.shadow:hover {
-webkit-box-shadow: 3px 6px 20px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 6px 20px -6px rgba(0,0,0,0.75);
box-shadow: 3px 6px 20px -6px rgba(0,0,0,0.75);
}



.menu_field{

padding:10px; 
margin-right:8px;
float:left;
width:auto; 
border:1px dotted gray; 
margin-top:8px;

}



.content_field{

border:1px dotted gray; 
padding:10px; 
margin-bottom:5px;

}

















@media screen and (max-width: 580px) and (min-width: 1px) {

	.academy_box{
		 
		 min-width:96%;
		 height:auto;
		 margin:2%;
		 background-color:white; 
		 float:left;
		 position:relative;

	}

	.academy_box:hover{
	 
		 min-width:96%;
		 height:auto;
		 margin:2%;
		 background-color:white; 
		 float:left;
		 opacity:0.90;
		 position:relative;
		 cursor:pointer;

	}


}




@media screen and (max-width: 1024px) and (min-width: 581px) {

	.academy_box{
		 
		 width:31%;
		 height:auto;
		 margin:1%;
		 background-color:white; 
		 float:left;
		 position:relative;

	}

	.academy_box:hover{
	 
		 width:31%;
		 height:auto;
		 margin:1%;
		 background-color:white; 
		 float:left;
		 opacity:0.90;
		 position:relative;
		 cursor:pointer;

	}


}



@media screen and (max-width: 99999px) and (min-width: 1025px) {

	.academy_box{
		 
		 width:29%;
		 height:auto;
		 margin:2%;
		 background-color:white; 
		 float:left;
		 position:relative;

	}

	.academy_box:hover{
	 
		 min-width:29%;
		 height:auto;
		 margin:2%;
		 background-color:white; 
		 float:left;
		 opacity:0.90;
		 position:relative;
		 cursor:pointer;

	}


}





.academy_article_box{


	 min-width:98%;
	 max-width:50%; 
 	 height:auto;
	 margin:1%;
	 padding:20px;
	 background-color:white; 
	 float:left;
	 position:relative;



}



.academy_article_box:hover{


	 min-width:98%;
	 max-width:50%; 
 	 height:auto;
	 margin:1%;
	 padding:20px;
	 background-color:white; 
	 float:left;
	 position:relative;
	 opacity:0.9;


}



.academy_article_text{


	 min-width:98%;
	 max-width:50%; 
 	 height:auto;
	 margin:1%;
	 padding:20px;
	 background-color:white; 
	 float:left;
	 position:relative;



}









.academy_title{

	font-family:calibri;
	font-size:17px;
	margin-left:7px;
	padding-top:5px;
	padding-right:10px;
	padding-left:8px;
	margin-bottom:8px;

}


.academy_content_title{

	font-family:calibri;
	font-size:18px;

}


.article_text{

	font-family:calibri;
	font-size:16px;
}

.article_text_read{
	
	font-family:calibri;
	font-size:16px;

}



.notification_count{

position:absolute;
top:23px;
right:3px; 
padding:0px 2px 0px 2px; 
border:0.5px solid white;
background-color:red;
color:white;
font-size:10px;

}


.border_main{

width:100%;
padding:10px;
margin-bottom:10px;
border:1px dotted gray;
font-size:14px;
font-family:calibri;


}