﻿@import "base.css?20180131";
@import "Spacetree.css";
b{padding-top:5px;}
.db{padding-top:8px;font-weight:bold;}
.db_g{padding-top:8px;font-weight:bold;}
.qb
{
	width: 35px;
	height: 35px;
	text-align: center;
	vertical-align: bottom;
	border: solid 1px #B7B7B7;
	border-radius: 5px 5px 5px 5px;
	background-color: #EEE;
	color: #5B5B5B;
	float: left;
	margin-left: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 35px;
	font-weight: bold;
	font-size:18px;
	cursor:pointer;
	zoom:1;
	z-index:2;
}
.sdn{display:none;}
.ac 
{
	background-color:#FFF;
}
.dis
{
	color:#666;
	background-color:#BBB;
}
.yes
{
	background-color:#AAFFAA;
}
.no
{
	background-color:#FFAAAA;
}
.poh {
    background-color: #FCC61D;
}


.qb:hover, .sel {
    border: solid 1px #B7B7B7;
    color: #444;
    background-color: #FFF;
}

.qb div{display:none;}
.qb:hover div
{
	position:absolute;
	width:auto;
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	z-index: 500;
	background-color: #fffbed;
	text-align: left;
	font-style: normal;
	font-family:Arial;
	/*border: solid 1px #333;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-right:10px;
	padding:10px 10px 10px 10px;
	-webkit-box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
}
#qplace 
{
	margin:10px 10px 10px 10px;
	/*border: solid 1px #B7B7B7;
	border-radius: 5px 5px 5px 5px;*/
	width:95%;
	padding:10px 10px 10px 10px;
	float:left;
	
}
#question 
{
	font-weight:bold;
	margin-bottom:10px;
}

.podft_table, .tbreef, .indefinable, .podft_table2, .podft_table_l {
    line-height: 20px;
    margin-left: 0px;
    font-size: 14px;
    float: none;
    width: 100%;
    border-collapse: separate;
    border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
    border-image: none;
    border-radius: 0 10px 10px 0;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    border-collapse: separate;
    border-bottom-color: #DDDDDD;
    border-bottom-style: solid;
    border-collapse: separate;
    border-right-color: #DDDDDD;
    border-right-style: solid;
    border-top-color: #DDDDDD;
    border-top-style: solid;
    border-width: 1px 1px 1px 0;
}

    .podft_table tr:first-child th,
    .podft_table tr:first-child td,
    .tbreef tr:first-child th,
    .tbreef tr:first-child,
    .podft_table2 tr:first-child th,
    .podft_table2 tr:first-child,
    .podft_table_l tr:first-child th,
    .podft_table_l tr:first-child
    {
        border-top: 0 none;
    }


.podft_table th,.podft_table2 th, .tbreef th
{
    text-align: center;
	padding-top:5px;
    padding-left:5px;
    padding-right:5px;
	padding-bottom: 5px;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	
}
    .podft_table_l th {
        text-align: left;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        border-left: 1px solid #DDDDDD;
        border-top: 1px solid #DDDDDD;
    }
    .podft_table td, .podft_table2 td, .tbreef td, .podft_table_l td {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-left: 1px solid #DDDDDD;
        border-top: 1px solid #DDDDDD;
        word-wrap: break-word;
    }



.row_exit{
    background: rgba(0, 0, 0, 0) url("../../img/icon-exit-dark.svg") no-repeat scroll 0 0;
    background-size: 20px;
}
.row_exit:hover{
    background: rgba(0, 0, 0, 0) url("../../img/icon-exit.svg") no-repeat scroll 0 0;
    background-size: 20px;
}
.podft_table div{display:none;}
.tdel 
{
	padding-left:25px;
}
.tdel:hover
{
	background-image: url(/content/img/del.gif);
	background-repeat: no-repeat;
	background-position: 1px -20px;
}
.tadd:hover
{
	background-image: url(/content/img/add.gif);
	background-repeat: no-repeat;
	background-position: 1px -20px;
}

#dt
{
	/*float:right;*/
	margin-bottom:5px;
	color: #666666;
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
    text-align:right;
	
}

#clock_div
{
	background-image: url(/content/img/wait.gif);
	background-repeat: no-repeat;
	position:absolute;
	width:70px;
	height:70px;
}
.divider
{
	height:25px;
	margin-left: 15px;
    margin-right: 15px;
    width: 919px;
	border-bottom:solid 1px #DDD;
	float:left;
}
.data 
{
	display:none;
}
.butp {
	background: -webkit-gradient(linear, 0 0, 0 30,  from(#7799E2), to(#345caf));
	background: -moz-linear-gradient(top,  #7799E2,  #345caf);
	background: -ms-linear-gradient(top,  #7799E2,  #345caf);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7799E2', endColorstr='#345caf');
	background: -o-linear-gradient(top,  #7799E2,  #345caf);
	position: relative;
	padding: 3px 12px;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	height:35px;
	font-size:14px;
}
.butp:hover
{
    background: #7799E2;
}
.butp:active
{
   background: #345caf;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.butp[disabled]  {
  cursor: pointer;
  background:#ddd;
  color: #aaa;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.legenda
{
	font-style:italic;
}
.dl
{
	float:left;
	width:431px;
}
.dr
{
	float:right;
	width:451px;
}
.sw
{
	border:solid 1px #B7B7B7;font:14px Arial,Tahoma,Georgia,Sans-serif;color:#000;height:22px;
	
}
.pdfdiv{
    position:absolute;
    width:1024px;
    height:620px;
    padding:10px 10px 10px 10px;
    background-color:#FFF;
    border:solid 1px #C0C0C0;
    /*float:none;*/
    overflow:auto;

}
.thr {
    background-color:#d0f2ff;

}
.s_off{
    float:left;margin-right:18px;
}
.theader {
    float:left;
    font-weight:bold;
    margin-top:5px;
}

.thyes{background-color:#aaffaa;}
.thno{background-color:#ffaaaa;}
.thzero {    background-color: #FCC61D;}
.explains {
    color: #666666;
    font-size: 12px;
    font-style: italic;
    margin-top: 25px;
   
}
.qcomment {width:100%; height:60px;border:solid 1px #BBB;overflow:auto;}
.qcomment_a {width:100%; height:150px;border:solid 1px #BBB;overflow:auto;}
.rep_only{
    display:none;
}
.corrupt {
}

.l1 {background-color:#821614;
}
.l2 {background-color:#811918;
}
.l3 {background-color:#E41E1A;
}
.l4 {background-color:#F33317;
}
.l5 {background-color:#F55707;
}
.l6 {background-color:#F67000;
}
.l7 {background-color:#F78E00;
}
.l8 {background-color:#F9AC00;
}
.l9 {background-color:#F9CB00;
}
.l10 {background-color:#FCE900;
}
.search_text{background-color:#FFFF66;}
.bank_item{
    overflow-x:auto;
    width:420px;
    
}
.dinput {
    height:18px;
    background-color:#FFF;
    width:100%;
    overflow-x: hidden;
    resize: none;
    overflow: hidden;
    overflow-wrap: break-word;
    
}
#breef {
    background-color:#FFF;
    position:absolute;
    width:951px;

}
.req {
    color:#AA0000;
}
.minicaption{
    font-weight:bold;
    font-size:12px;
}
#qsubname{margin-top:5px; margin-bottom:10px;}
.popup{
    background-color:#FFF;
    border: solid 1px #B7B7B7;
	border-radius: 5px 5px 5px 5px;
    position:absolute;
    z-index:5000000;
    padding:20px;
}
.popup li {
    cursor:pointer;
    list-style: none;
    margin-left: 5px;
}
.popup span {
    font-weight:700;
}
.popup div {
    background: url(/content/img/cancel.gif) no-repeat;
    float:right;
    cursor:pointer;
    height:20px;
    width:20px;
    margin-top:-18px;
    margin-right:-18px;
        
}
.ulhelp li:hover{
    background-color:#EEE;
}
.add_butt
{background-image: url(/content/img/add.gif);
background-repeat: no-repeat;
background-position: 2px -20px;
width:22px;
height:22px;
cursor:pointer;
margin-top:4px;
}
.auto_comment{
    display:none;
}
.thead_rep {
    font-weight:600;
    text-align:right;
}
.s_result {margin-left:10px; font-weight:300;}
.d_result{margin-top:10px;font-weight:600;}
    font-size:14px;
}
.lica_item{
    padding-bottom:10px;
    padding-top:10px;
    list-style:none;
    margin-left:23px;
    margin-top:10px;
    font-size:14px;
}
.sokv_h {display:none;}
.sokv_s {display:table-row;}
.is_type{font-weight:600;margin-bottom:10px;}
.arbsf-part{width : 789px;}
        .arbsf-inn{width : 86px;}
        .arbsf-ogrn{width : 128px;}
        .arbsf-data{width : 200px;}
        .arbsf-input{width:80px;text-align:right;margin: 0 6px 0 6px;}

.ispsf-btn {
    width: 692px;
}
.ispsf-name{
    width:762px;
}
.udftr{
    vertical-align:top;
}
.udftr:hover span {
     opacity:1;

}
.lblic {width: 100%; opacity:0;}
.lblic span {
    
    opacity:0;
}
.lblic:hover span {
    
    opacity:1;
}
.ddel:hover{color:#888;opacity:1;}
.title, .title-right, .title2 {
    position: relative;
}

    .title em, .title2 em, .title-right em {
        display: none;
    }

    .title:hover em {
        background-color: #fffbed;
        border-radius: 5px;
        top: 32px;
        box-shadow: 0 0 5px #666;
        color: #555;
        display: block;
        font-style: normal;
        right: 60px;
        line-height: 16pt;
        padding: 10px;
        position: absolute;
        text-decoration: none;
        white-space: nowrap;
        font-size: 12px;
        z-index: 2;
    }
    .title2:hover em {
        background-color: #fffbed;
        border-radius: 5px;
        top: 16px;
        box-shadow: 0 0 5px #666;
        color: #555;
        display: block;
        font-style: normal;
        /*right: 60px;*/
        line-height: 16pt;
        padding: 10px;
        position: absolute;
        text-decoration: none;
        white-space: nowrap;
        font-size: 12px;
        z-index: 2;
    }


.support_input {
    height: 34px;
}



.header-title-support {
    color: #f7f7f7;
    margin:10px;
    font-size:16px !important;
}
.sdn {display:none;}
.oksm_div{
    overflow-y:scroll;
    padding:4px;

}
.oksm{
    cursor:pointer;
}
.oksm:hover{
    color:#000;
    background-color:#b4f2fb;
}
.oksm_sel{
    color:#000;
    background-color:#b4f2fb;
}
.tabsel {
    cursor:pointer;
    border:solid 1px #999;
    font-weight:bold;
    color:#336699;
    height:44px;
    padding:12px;
    float:left;
    text-align:center;
   
}
.udata{
    height:fit-content;
    overflow-y:auto;
    float:left;
}
.tabsel_act {
    cursor:default;
    border-top:solid 1px #999;
    border-left:solid 1px #999;
    border-right:solid 1px #999;
    font-weight:bold;
    color:#333;
    height:44px;
    padding:12px;
    float:left;
    text-align:center;
   

}
.addruler_div, .addconst_div, .addbene_div, .addrepr_div {
    position: absolute;
    /*border: solid 1px #666;*/
    background-color: #FFF;
    width: 680px;
    margin-bottom: 150px;
    /*padding: 10px;*/
}

.struct_section{
    margin-top:50px;
    float:left;
}
.name-input{
    position:relative;
}
.name-input img {
    position: absolute;
    right: 0;
    top: 5px;
    width: 18px;
    cursor:pointer;
}
.rcnt{
    font-size:12px;
}
