@charset "UTF-8";
/* CSS Document */
	
	@import url("reset-fo.css");
	@import url("header.css");
	@import url("logo.css");
	@import url("login.css");
	@import url("add-user.css");
 	@import url("tbl.css");
 	@import url("footer.css");
	@import url("menu.css");

html {
    font-size: 16px;
}
    
body 
{ 
	color: #4E4E4E;
	font-size: 1rem;
	line-height: 1.23;
	margin: 0px 0px;
	max-width: none;
	width: auto;
	background-color: #fff;
	display: block;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
/*
    background-image: url('../../background.jpg');
    background-size: 100% auto;
    background-position: center;
    background-repeat: repeat-y;
    min-height: 100vh;
    */
}

body a 
{ 
	color: #1B4D95;
	text-decoration: none;
}

li 
{ 
	list-style: none outside none;
}

ul 
{ 
	display: block;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 1em;
	margin-top: 1em;
	padding-left: 40px;
}

a 
{ 
	color: #800080;
	text-decoration: underline;
}



/* =========================== Кнопки - начало ============================*/
input, textarea, select
{
	font: 11px "Tahoma", "Calibri", "Verdana", "Geneva", sans-serif;
	color:#000000;
	/*font-weight: bold;*/
	/*background-color: #e2e2e2;*/
	border: 1px solid #1B4D95;
	padding: 3px;
}

input.inp_setting1 
{
    border-radius: 12px;
    height: 30px;
    border: 1px solid green;
    font-size: 20px;
    width: 100%;
    width: -webkit-fill-available;
    padding-left: 20px;
	margin-bottom: 20px;
}

select.inp_setting1
{
    border-radius: 12px;
    height: 38px;
    border: 1px solid green;
    font-size: 20px;
    width: 100%;
    width: -webkit-fill-available;
    padding-left: 20px;
	margin-bottom: 20px;
}

textarea.inp_setting2
{
	border-radius: 12px;
    height: 60px;
    border: 1px solid green;
    width: 100%;
    width: -webkit-fill-available;
    padding-left: 20px;
	margin-bottom: 20px;
} 



.over_btn
{
	font: 1rem "Verdana", "Tahoma", "Calibri", "Geneva", sans-serif;
	background: repeat-x #1dc58d;
	color: #fff;
	border: 1px solid #1dc58d;
	padding: 3px;
	margin-left: 10px;
    margin-right: 10px;
    height: 40px;
    width: 220px;
    border-radius: 12px;
	border: 1px solid #1dc58d;
}

.out_btn
{
	font: 1rem "Verdana", "Tahoma", "Calibri", "Geneva", sans-serif;
	color:#fff;
	background: repeat-x #19a073;
	padding: 3px;
	margin-left: 10px;
    margin-right: 10px;
    height: 40px;
    width: 220px;
    border-radius: 12px;
	border: 1px solid #19a073;
}

.form_add_user
{
	display: inline;
}

/*
input.textbox:focus textarea:focus 
{ 
	background: #FFFFC8;
}
*/

.main
{
	min-height: 100%;
	/*background: #999;  цвет фона основного блока (для наглядности) */
}

.hFooter
{
	/* это распорка в основном блоке - резервируем место для подвала */
	height: 45px; /* высота подвала */
	/*background: #0000CC;  цвет фона подвала (для наглядности) */
}

/* задаем высоту тела документа */

html,body
{
	height: 100%; 
}

/* хак для ие6, т.к. не понимает min-height */
/*
* html .main
{   
    
	height: 100%; 
}
*/
.stat
{
	color:#e4e4e4;
	text-shadow: 1px 1px 0px #818181;
}

/*Подчеркивание ссылок в никах участников*/
.UserUnderlined
{
    text-decoration: underline;
	
}

.UserLinkBold
{
    font-weight: bold;
}


.a_input
{
	margin: 1px 2px;
}

.a_input1
{
    width: 115px;
	height: 30px;
    padding: 5px;
    text-align: center;
    height: 20px;
    font-size: 20px;
    border-radius: 10px;
    border-color: green;
    border-style: dashed;
	margin-top: 5px;
	margin-bottom: 5px;
}

input[type="checkbox"].a_input1
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.a_input2 
{
    width: 255px;
    padding: 5px;
    text-align: center;
    height: 20px;
    font-size: 20px;
    border-radius: 10px;
    border-color: green;
    border-style: dashed;
	margin-bottom: 5px !important;
}

/*Команда*/
select.a_input3
{
    width: 420px;
    padding: 5px;
    text-align: left;
	text-align: -webkit-left;
    font-size: 20px;
    border-radius: 10px;
    border-color: green;
    border-style: solid;
	margin-bottom: 30px !important;
}

select.a_input4
{
    width: 268px;
    padding: 5px;
    text-align: left;
	text-align: -webkit-left;
    font-size: 20px;
    border-radius: 10px;
    border-color: green;
    border-style: dashed;
	margin-bottom: 5px !important;
}

select.a_input5
{
    width: 65px;
	height: 30px !important;
    padding: 5px;
    text-align: left;
	text-align: -webkit-left;
    font-size: 16px;
    border-radius: 10px;
    border-color: green;
    border-style: dashed;
	margin-bottom: 5px !important;
}

.page
{
	font-size: 14px;
    padding-bottom: 15px;
}

/*account.php*/


	.left_col
	{
		text-align: right; 
		width:auto;
		padding: 3px;
		display: inline-block;
		vertical-align: top;
	}
	
	.right_col
	{
		text-align: left;
		padding: 3px;
		width:auto;
		display: inline-block;
		vertical-align: top;
	}
	
	.bg-color-info{background-color: #f1f1f1;}	
	/*.left_col, .right_col{border:solid 1px;}*/	
	.info{font-size:13px;}	
	.info_profit{font-weight: bold;}	
	.pad{padding-top: 20px;padding-bottom: 20px;}
	.bft1{font-size: 40px;}
	.bft2{font-size: 20px;}
	.balance{color:#0064ff;}
	.equity{color:#01a501;}
	.profit{color:#05b4b5;}
	.loss{color:#ff7a5b;}
	.green-text{color:#4d9600;}
	.blue-text{color:#0A61B8;}
	
	#content
	{
		border: 1px solid #e3e3e3;
		min-width:1280px;
        max-width:85%;
		min-height: 200px;
		margin: 0;
		padding: 0;
		position: relative;
    	margin-bottom: 40px;
    	
	}
	
	#account-info
	{
		max-width: 400px;
		margin-left: 15px;
	}
	
	#account-stat
	{
		max-width: 400px;
		margin-left: 15px;
	}
	
	.account-wrapper 
	{
	    height: auto;
	    margin: 22px 0 20px 0;
	}

	.shadow_block 
	{
	    -webkit-box-shadow: 0 12px 9px -13px rgba(0, 0, 0, 0.75);
	    -moz-box-shadow: 0 12px 9px -13px rgba(0, 0, 0, 0.75);
	    -ms-box-shadow: 0 12px 9px -13px rgba(0, 0, 0, 0.75);
	    -o-box-shadow: 0 12px 9px -13px rgba(0, 0, 0, 0.75);
	    box-shadow: 0 12px 9px -13px rgba(0, 0, 0, 0.75);
	}

	.offer-header 
	{
	    border-bottom: 1px solid #e3e3e3;
	    /*background: #edf8ff; /*025193 #edf8ff*/
	    color: #000;/*fff, #edf8ff*/
	}
	
	.offer-info 
	{
    padding: 10px;
    height: calc(100% - 46px);
    /*background-color: #f3f3f3;*/
    background-color: #f9fdff;
    }

	.uk-text-center 
	{
	    text-align: center;
	}
	
	.head-small 
	{
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 15px;
	    padding: 13px 10px 13px;
	    text-transform: uppercase;
	}
	

.uk-padding-bottom-medium {
    padding-bottom: 10px;
}
.uk-font-15 {
    font-size: 15px;
    }

.account-img, 
.account-wrapper, 
.account-offer, 
.account-info {
    border: 1px solid #e3e3e3;
}


.button-blue_upd {
    background-color: #077ed4;
}

.button-red_upd {
    background-color: #d60534;
}

.button_upd {
    min-width: 140px;
    height: 35px;
    display: inline-block;
    font-family: 'Trebuchet MS';
    font-size: 13px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 35px 0 35px;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 10;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}


a {
    background: transparent;
}

a:-webkit-any-link {
    cursor: pointer;
}

.account-stats .wrapper {
    padding: 5px 20px 20px;
}

.account-stats h4 {
    text-align: center;
    font-style: italic;
    font-weight: normal;
    color: #a9a9a9;
    margin-bottom: 10px;
}

.account-stats .col-left {
    width: 140px;
    text-align: left;
    font-size: 13px;
}
.account-stats .col-right {
	 width: 170px;
    text-align: right;
    font-size: 13px;
}
.account-stats .col-left-stat
{
	text-align: left;
	width: 200px;
	font-size: 13px;
}

.account-stats .col-left, 
.account-stats .col-right {
    display: inline-block;
    vertical-align: top;
}

.account-stats .col-left-stat, 
.account-stats .col-right-stat {
    display: inline-block;
    vertical-align: top;
}

.account-stats p {
    margin-bottom: 7px !important;
    height: 18px;
    line-height: 27px;
}


.account-stats .col-right-stat
{
	text-align: right;
	width: 100px;
}
.account-stats .accented-text {
    font-size: 18px;
    text-shadow: 0 0 3px #fff;
}

.red-text
{
    color: #E0502F;
}

.rt
{
	color: blue;
}

#card-right{
	display: inline-block;
    vertical-align: top;
}
.account-offer {
    margin: 0 0 10px 0;
    min-height: 245px;
}

.offer-header_block.heading {
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    padding-left: 20px;
}
.offer-header_block {
    padding: 10px;
    text-align: center;
}

#block-left{
	width: 400px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: top;
}
#block-right
{
	width: 60%;
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: top;
}
.offer-info {
    padding: 10px;
    height: calc(100% - 46px);
}
div {
    display: block;
}
.offer-info_block
{
	display: inline-block;
    vertical-align: top;
}
.offer-info_block.right {
    margin-top: 0px;
    width: calc(48% - 2px);
}

.offer-info_block.left {
    padding: 0 10px 0 10px;
    position: relative;
    overflow: hidden;
    width: calc(52% - 2px);
}

.offer-info_block {
    width: calc(50% - 2px);
}
.has-loaders {
    position: relative;
}
.offer-info h3 {
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
}
.income-info_block {
    margin: 20px 0 18px 0;
}
.offer-info .shadowed-text {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.11);
}
.income-indicator {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.income-indicator.percent-index {
    font-size: 35px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-left:30px;
    margin-right:30px;
    padding-left:30px;
    padding-right:30px;    
    width: 200px;
    border-bottom: 1px solid #e3e3e3;
}
.use-for
{
    display: inline-block;
    vertical-align: middle;
    width: 110px;
}

.informer-code
{
    padding-bottom: 10px;
}

.informer-code input, 
.informer-code textarea {
    width: 345px;
}

#small_forum_textarea
{
	height:50px;
}

.informer-code input, 
.informer-code textarea {
    border: 1px solid #C4D3DC;
    color: #8A8A8A;
    height: 28px;
    line-height: 26px;
    margin-right: 5px;
    padding: 0 8px;
    resize: none;
    vertical-align: middle;
    width: 460px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.green_checkbox {
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    border: 2px solid #2a9b0f;
    border-radius: 4px;
}

.green_checkbox:checked
{
    background: url(/tpl/images/ok.png), #2a9b0f;
    border: 2px solid #2a9b0f;
    background-repeat: no-repeat;
    background-position: center center;
}

.red_checkbox {
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    border: 2px solid #9b0f0f;
    border-radius: 4px;
}

.red_checkbox:checked
{
    background: url(/tpl/images/ok.png), #9b0f0f;
    border: 2px solid #9b0f0f;
    background-repeat: no-repeat;
    background-position: center center;
}


/*2024-08-01*/
/* Cтили для прогресс-бара */
#progress-container {
    height:35px;
    width: 610px;
    background-color: #d9d9d9;
    /*border: 1px solid #ccc;*/
    margin-top: 20px;
    display: none;
    margin-left: 20px; /* отступ слева 20px */
    border-radius: 10px;
}
#progress-bar {
    width: 0;
    height: 20px;
    max-width:600px;
    background-color: #27a7ce;
    white-space: nowrap; /* Запрещает перенос текста */
    padding: 10px 0px 5px 10px; /* отступ внутри блока */
    color:white;
    border-radius: 10px;
}

#json-output {
width: 400px;
height: 300px;
overflow: auto;
background-color: #f0f0f0; /* светло-серый фон */
border: 1px solid #ccc; /* опционально, граница для выделения блока */
padding: 10px; /* отступ внутри блока */
margin: 20px 0; /* отступы сверху и снизу по 20px */
margin-left: 20px; /* отступ слева 20px */
box-sizing: border-box; /* чтобы padding и border учитывались в ширине и высоте блока */
margin-left: 20px;
}

#json-output pre {
margin: 0; /* убираем отступы по умолчанию у pre */
white-space: pre-wrap; /* перенос текста на следующую строку при необходимости */
}

#import-result {
    width: 610px;
    height:500px;
    /*height:300px;*/
    overflow: auto;
    background-color: #f0f0f0; /* светло-серый фон */
    border: 1px solid #ccc; /* опционально, граница для выделения блока */
    padding: 10px; /* отступ внутри блока */
    margin: 20px 0; /* отступы сверху и снизу по 20px */
    margin-left: 20px; /* отступ слева 20px */
    box-sizing: border-box; /* чтобы padding и border учитывались в ширине и высоте блока */
}

/* Скрываем реальный input */
#file-input {
    display: none;
}

.btn_sel_statement:hover,
.btn_add_statement:hover {
    background-color: #23897e;
    margin-left: 20px;
}

.btn_sel_statement,
.btn_add_statement {
    display: inline-block;
    padding: 10px 0px;
    background-color: #175b54;
    color: white;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    width: 190px;
    margin-left: 20px;
}

.form-container {
    display: flex;
    align-items: center; /* Выровнять элементы по вертикали */
}

/*Стили для табов переключения между графиками на странице с показателями торгового счета*/
.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }
  .tab button {
    background-color: #f1f1f1;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 25px;
    transition: 0.3s;
  }
  .tab button:hover {
    background-color: #ddd;
  }
  .tab button.active {
    background-color: #ccc;
  }
  .tabcontent {
    display: none;
    padding: 10px;
  }
