/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

.increase,.decrease  {
	display: inline-block;
	padding-left: 11px;
}
.increase {
	color: #40983c!important;
}
.decrease {
	color: #ed482e!important;
}
.increase i,i.increase,.decrease i,i.decrease {
	display: inline-block;
	width: 9px;
	height: 9px;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.increase i,.decrease i {
	margin: 0 2px 0 -11px;
}
i.increase,i.decrease {
	margin: 0 -11px 0 2px;
	padding-left: 0;
}
.increase i,i.increase {
	background-image: url(http://i3.i.ua/css/i2/blue/sprite/finance.ye8cb892f.png);background-position: -3389px 0;
}
.decrease i,i.decrease {
	background-image: url(http://i3.i.ua/css/i2/blue/sprite/finance.ye8cb892f.png);background-position: -3398px 0;
}
.important {
	color: #FF6600!important;
}
.warning {
	color: #FF4444!important;
}
.executor {
	color: #000000!important;
}
table.local_table .time {
	float: right;
	visibility: hidden;
}
table.local_table tr:hover td,table.local_table tr.expired td {
	background-color: #F6F6F6 !important;
}
table.local_table tr:hover .time,table.local_table tr.expired  .time {
	visibility: visible;
}
table.local_table tr:hover td, table.local_table tr.expired td {
background-color: #F6F6F6;
}
table.local_table th, table.local_table td {
padding: 5px 16px 5px 8px;
border-bottom: 1px solid #DDDDDD;
border-right: 1px dotted #DDDDDD;
}

/*Tabs-curr*/
.tabs {
      position: relative;   
      min-height: 2250px; /* This part sucks */
      clear: both;
      margin: 25px 0;
      width: 400.640625px;
      float: left;
    }
    .tab {
      float: left;

    }
    .tab label {
      background: #eee; 
      padding: 10px; 
      border: 1px solid #ccc; 
      margin-left: -1px; 
      position: relative;
      left: 1px; 
      cursor: pointer;
    }
    .tab [type=radio] {
      display: none;   
    }
    .content {
      position: absolute;
      top: 28px;
      left: 0;
      background: white;
      right: 0;
      bottom: 0;
      padding: 9px;
      border: 1px solid #ccc; 
      min-height:2000px;
      background-color: #E1ECFA;
      width: 380.640625px;
    }
    [type=radio]:checked ~ label {
      background: white;
      border-bottom: 1px solid white;
      z-index: 2;
    }
    [type=radio]:checked ~ label ~ .content {
      z-index: 1;
    }