@charset "utf-8";
/*
    #Все авторские права принадлежат сайту bk2.ru , дальнейшее
    #использование любого кода или части кода запрещено (без согласия автора).
    #
    #По всем вопросам можете обращаться на электронную почту: ditsfree@gmail.com,
    #в теме письма укажите что вопрос касается скрипта bk2.ru
    #
*/

.blink_red {
  -webkit-animation: blinker_red 3s infinite;  /* Safari 4+ */
  -moz-animation: blinker_red 3s infinite;  /* Fx 5+ */
  -o-animation: blinker_red 3s infinite;  /* Opera 12+ */
  animation: blinker_red 3s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes blinker_red {
  0% {
    background-color: rgba(255,0,0,0);
  }
  35% {
    background-color: rgba(255,0,0,0.17);
  }
  100% {
    background-color: rgba(255,0,0,0);
	
  }
}

.blink_blue {
  -webkit-animation: blinker_blue 3s infinite;  /* Safari 4+ */
  -moz-animation: blinker_blue 3s infinite;  /* Fx 5+ */
  -o-animation: blinker_blue 3s infinite;  /* Opera 12+ */
  animation: blinker_blue 3s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes blinker_blue {
  0% {
    background-color: rgba(0,0,255,0);
  }
  35% {
    background-color: rgba(0,0,255,0.17);
  }
  100% {
    background-color: rgba(0,0,255,0);
  }
}

.dib {
	display: inline-block;
}

.ttl_box {
    position: absolute;
    z-index: 10000000;
    
    border:1px solid #222;
    border-top-color:#777;
    border-left-color:#777;
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
    line-height: normal;
    font-size: 8.5pt;
    color:#444;    
    border-radius: 0px;
    text-transform: none;
    box-shadow: none;
    padding: 4px;
    margin: none;
    background-color: #fff;
    max-width: 500px;
    color:#333;
    cursor: default;
}

.a-und-line .date1 {
    border-bottom:1px solid rgba(0,0,0,0);
}

.a-und-line:hover .date1 {
    border-bottom:1px solid #007000;
    cursor: pointer;
}

.ttl_yellow {
    background-color: rgb(255, 255, 204);
    border-color: rgb(102, 102, 102);
    padding: 2px;
    max-width: 300px;
}

.ttl_yellow-max {
    background-color: rgb(255, 255, 204);
    border-color: rgb(102, 102, 102);
    padding: 2px;
    max-width: auto;
}

.btn-win-oc {
    cursor: pointer;
    border-radius: 2px;
}
.btn-win-oc:active {
    transform: scale(0.95);
}

.windows_box {
    position: absolute;
    top:0;
    left:0;
    z-index: 2000;
    width: 1px;
    height: 1px;
}

.win_pos {
    position: absolute;
    z-index: 2001;
}

.win_btn_yes , .win_btn_no {
    width:80%;
}


.win_s2_box {
    background-color: #DDD5BF;
    font-size: 9pt;
    cursor: default;
}
.win_s2_title {
    background-color: #b1a993;
    color:#003388;
    padding: 2px 5px;
    padding-right: 45px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 10pt;
    position: relative;
    text-align: left;
}
.win_s2_close {
    width: 13px;
    height: 13px;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: absolute;
    right:4px;
    top:4px;
}
.win_s2_main {
    font-size: 12px;
    font-weight: normal;
    size:11px;
    padding: 5px;
}

.win_s2_main th {
    font-weight: normal;
}

.win_s1_box {
    background-color: #FFF6DD;
    border: 1px solid #CCC3AA;
    font-size: 9pt;
    cursor: default;
}
.win_s1_title {
    background-color: #CCC3AA;
    padding: 5px;
    padding-left: 15px;
    padding-right: 45px;
    white-space: nowrap;
    font-weight: bold;
    position: relative;
}
.win_s1_close {
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: absolute;
    right:4px;
    top:4px;
}
.win_s1_main {
    margin: 5px;
}

.win_btn1 {
    width:25px;
    height:18px;
    cursor: pointer;
    vertical-align: text-bottom;
}
.win_btn1:active {
    transform: scale(0.95);
}

.iico {
    display: inline-block;
    vertical-align: baseline;
}

.msm_title {
    background-image: url("/static/img/back.gif");
    background-position: 0px -2px;
    width: 100%;
    min-width: 244px;
    position: relative;
    margin-bottom: 3px;
}

.msm_title_r {
    position: absolute;
    top:0px;
    right: 28px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #e2e0e0;
}

.msm_minus , .msm_plus {
    position: absolute;
    left:1px;
    top:3px;
    cursor: pointer;
}

.msm_up , .msm_down {
    position: absolute;
    top:3px;
    cursor: pointer;
}

.msm_up {
    right: 12px;
}

.msm_down {
    right: 1px;
}

.msm_title b {
    background-color: #e2e0e0;
    margin-left: 19px;
    padding-left: 3px;
    padding-right: 3px;
    display: inline-block;
}

.pui-chk {
    vertical-align: text-top;
}

.pui-chk2 {
    vertical-align: middle;
}

.pui-field {
    border:1px solid #818181;
    border-radius: 3px;
}

.pui-field legend {
    font-weight: bold;
    color:#333;
}

.pui-field2 {
    border:1px solid #aeaeae;
    border-radius: 3px;
}

.pui-field2 legend {
    font-weight: bold;
    color:#8f0000;
	font-size:11pt;
	padding-left: 5px;
	padding-right: 5px;
}

.pui-field3 {
    border:1px solid #aeaeae;
    border-radius: 3px;
}

.pui-field3 legend {
    font-weight: bold;
    color:#222;
	padding-left: 5px;
	padding-right: 5px;
}

.pui-bp5 {
    padding: 5px;
    padding-top: 0px;
}

.pui-h3 {
    color:#8f0000;
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial;
}

.pui-h3c {
    text-align: center;
    margin: 11px 0;
}

.pui-mr {
    position: absolute;
    right: 5px;
    top: 0px;
}

.pui-ml {
    position: absolute;
    left: 5px;
    top: 0px;
}

.pui-btn1 {
    border: solid 1px #B0B0B0;
    color: #191970;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
    margin-bottom: 2px;
    margin-top: 1px;
    padding: 3px 10px 3px 10px; /*1px 6px 1px 6px;*/
    background-color: #e5e5e5;
}

.pui-btn1:disabled {
    opacity:0.5;
}

.pui-btn1:enabled:hover {
    cursor: pointer;
    background-color: #EBEBEB;
}

.pui-btn1:enabled:active {
    background-color: #EFEFEF;
    transform: scale(0.98);
}

.pui-btn2 {
    border: solid 1px #9a9996;
    color: #dfdfdf;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
    margin-bottom: 2px;
    margin-top: 1px;
    padding: 3px 10px 3px 10px; /*1px 6px 1px 6px;*/
    background-color: #504F4C;
}

.pui-btn2:disabled {
    opacity:0.5;
}

.pui-btn2:enabled:hover {
    cursor: pointer;
    background-color: #454441;
}

.pui-btn2:enabled:active {
    background-color: #504F4C;
    transform: scale(0.98);
}

table.pui-tbl {
  background-color: #D3D2D0;
  border-collapse: collapse;
}
table.pui-tbl td, table.pui-tbl th {
  border: 1px solid #AAAAAA;
  padding: 3px 3px;
}
table.pui-tbl tfoot td {
  font-size: 14px;
}

.pui-width-1-1 {
    display: block;
    width: 100%;
    margin: 10px;
}
    
.pui-inp {
    border:1px solid #B0B0B0;
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
    font-size: 12px;
    color: #191970;
    background-color: #F5F5F5;
    vertical-align: middle;
}  

.pui-inp.ui-droppable-hover {
    background-color: aquamarine;
}

.pui-inp[type=password]:not(:placeholder-shown) {
    font-family: "password-font-bk2-ru";
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 1px;
    font-size: 11px;
    height: 13px;
    line-height: 12px;
}

.shadow-pers {
    width: 120px;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center center;    
	position: relative;
}

.shadow-title {
	position: absolute;
	width: 120px;
	height: 220px;
	top:0px;
	left: 0px;
	z-index: 1;
}

.shadow-effs {
	position: absolute;
	width: 120px;
	height: 1px;
	top:0px;
	left: 0px;
	z-index: 2;
	word-break:normal;
}

.shadow-pers-bg {
    background-repeat: no-repeat;
    background-position: bottom; 
}
    
.hp_line_none {
    width: 100%;
    height: 9px;
    font-size: 9px;
    background: url('/static/img/hmp.gif');
    background-repeat: repeat-x;
    background-position: 0 -36px;
    position: relative;
} 

.hp_line_bg {
    height: 9px;
    font-size: 9px;
    background: url('/static/img/hmp.gif');
    background-repeat: repeat-x;
    position: relative;
}

.hp_line_title {
    color:#fff;
    line-height: 9px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 5px;
}

.hp_line_1 {
    background-position: 0 -18px;
}

.hp_line_2 {
    background-position: 0 -27px;
}

.hp_line_3 {
    background-position: 0 0px;
}

.mp_line_none {
    width: 100%;
    height: 9px;
    font-size: 9px;
    background: url('/static/img/hmp.gif');
    background-repeat: repeat-x;
    background-position: 0 -36px;
    position: relative;
    /*margin-top: 1px;*/
} 

.mp_line_bg {
    height: 9px;
    font-size: 9px;
    background: url('/static/img/hmp.gif');
    background-repeat: repeat-x;
    position: relative;
}

.mp_line_title {
    color:#80ffff;
    line-height: 9px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 5px;
}

.bkii-hp-line {
	background: rgb(101,101,101);
	background: linear-gradient(0deg, rgba(101,101,101,1) 0%, rgba(56,56,56,1) 99%, rgba(101,101,101,1) 100%);
	height:9px;
	position:relative;
	width:100%;
	cursor:default;
}

.bkii-hp-line span {
	color:#fff;
	position:absolute;
	left:5px;
	top:-1px;
	font-weight:bolder;
	font-size:9px;
}

.hp-in {
	height:9px;
	top:0;
	left:0;
	position:absolute;
	transition:all 0.3s ease-in-out;
}

.bkii-hp-green {
	background: rgb(4,132,15);
	background: linear-gradient(0deg, rgba(4,182,33,1) 0%, rgba(4,132,15,1) 100%);
}

.bkii-hp-yellow {
	background: rgb(164,115,0);
	background: linear-gradient(0deg, rgba(216,151,0,1) 0%, rgba(164,115,0,1) 100%);
}

.bkii-hp-red {
	background: rgb(181,1,1);
	background: linear-gradient(0deg, rgba(239,3,3,1) 0%, rgba(181,1,1,1) 100%);
}

.hp-in2 {
	background-color:rgba(255,0,0,0.55);
	height:7px;
	top:1px;
	left:0;
	position:absolute;
	border-radius:2px;
	transition:all 1s ease-in-out;
}

.bkii-mp-line {
	background: rgb(101,101,101);
	background: linear-gradient(0deg, rgba(101,101,101,1) 0%, rgba(56,56,56,1) 99%, rgba(101,101,101,1) 100%);
	height:9px;
	position:relative;
	width:100%;
	margin-top:1px;
	margin-bottom:1px;
	cursor:default;
}

.bkii-mp-line span {
	color:#8fffff;
	position:absolute;
	left:5px;
	top:-1px;
	font-weight:bolder;
	font-size:9px;
}

.mp-in {
	background: rgb(8,102,183);
	background: linear-gradient(0deg, rgba(8,102,183,1) 0%, rgba(0,67,132,1) 99%, rgba(32,97,154,1) 100%);
	height:9px;
	top:0;
	left:0;
	position:absolute;
	transition:all 0.3s ease-in-out;
}

.mp-in2 {
	background-color:rgba(50,227,255,0.35);
	height:7px;
	top:1px;
	left:0;
	position:absolute;
	border-radius:2px;
	transition:all 1s ease-in-out;
}


.inf_regen_box {
    background-color: #e2e0e0;
}

.mp_line_1 {
    background-position: 0 -9px;
}

.mp_line_2 {
    background-position: 0 -9px;
}

.mp_line_3 {
    background-position: 0 -9px;
}
    

.osttlvk {
	padding: 3px 2px;
}
.osttlvk:hover {
	background-color: #EFEFEF;
	cursor: default;
}

.osob1lsv {
	padding-top: 5px;
	padding-bottom: 15px;
}
.osob1lsv small {
	/* margin-left: 10px; */
}
    
    
.lngsklww1 {
	padding: 3px 3px 3px 7px;
}
.sstkv table {
    width: 100%;
    border-collapse: collapse;
	font-size: 8pt;
}
.sstkv th , .sstkv td {
    text-align: left;
    border: 1px solid #dee2e6;
}
.sstkv th {
    background-color: #d5d5d5;
    color: #222;
}
.sstkv tr:hover {
    background-color: #EFEFEF;
	cursor: default;
}
.sstkv .highlight1 {
    color: #AB0000;
}
.sstkv .highlight2 {
    color: #ab7000;
}
.sstkv .highlight3 {
    color: #024787;
}
.sstkv .highlight5 {
    color: #CC14C5;
}
    
    
    
    
    