/* -------------------------------------------------- */
/* d13-lab.ru main_css.css file | All rifght reserved */
/* -------------------------------------------------- */
/* --------------- Default Styles ------------------- */
/* -------------------------------------------------- */
html, body, p, h1, h2, h3, h4, h5, em, i, table, tr, td, th, form, input, textarea, select, li, ol, ul, strong {padding:0;margin:0;}
html {font-size:62.5%;}
body {background:#ffffff;color:#5f5f5f;font-size:12px;font-family:Arial, Helvetica, sans-serif;min-width:1366px;}
input, select, textarea {font-family:Arial, Helvetica, sans-serif;}
em, i {font-style:normal;}
li {list-style-type:none;}
h1, h2, h3, h4, h5 {font-weight:normal;}
a:active, a:focus, img, input, select {outline:0;}
a, a:link, a:active, a:visited {color:#809f1b;cursor:pointer;text-decoration:none;}
a:hover {color:#6d4eab;text-decoration:none;}
img {border:none;}
.clear {clear:both;font-size:0;line-height:0;height:0;}
.fl {float:left;}
.fr {float:right;}
.cntr {text-align:center;}
.hidden {display:none;}
/* -------------------------------------------------- */
/* -------------------id Section--------------------- */
/* -------------------------------------------------- */
#debug{
	 display:none;
	 position:relative;
	 width:100%;
	 background:white;
	 border-top:3px solid Red;
	 text-align:center;
	 font-size:20px;
	 z-index:30;
}
#main{
     overflow:auto;
	 position:relative;
     width: 100%;
     height:auto;
	 float:left;
}
#pageslide-slide-wrap {
     background-color: #000;
}
#wrap {
	 overflow:hidden;
	 position:absolute;
     width: 100%;
     height:auto;
	 background:URL(../img/content.png) 0 0 repeat;
}
#content_wrap{
	 position:relative;
     width:100%;
     height:auto;
     background:#353535;
     border:1px solid grey;
}
#content{
	 position:relative;
     padding:25px;	 
} 
.open_orders{
	 position:relative;
	 margin:0 1% 0 1%;
	 width:98%;
     height:auto;
	 padding:10px;
     border-radius:10px;
	 border:1px solid red;
     background:linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
     box-shadow:
         0 1px rgba(255,255,255,.2) inset,
         0 3px 5px rgba(0,1,6,.5),
         0 0 1px 1px rgba(0,1,6,.2);
     transition:.2s ease-in-out;
	 margin-bottom:25px;
}
#open_orders1{
	 position:relative;
	 margin:0 1% 0 1%;
	 width:98%;
     height:auto;
	 padding:10px;
     border-radius:10px;
	 border:1px solid red;
     background:linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
     box-shadow:
         0 1px rgba(255,255,255,.2) inset,
         0 3px 5px rgba(0,1,6,.5),
         0 0 1px 1px rgba(0,1,6,.2);
     transition:.2s ease-in-out;
}
#history_orders{
	 position:relative;
	 float:left;
	 width:47.5%;
     height:auto;
	 margin-top:8px;
	 margin-left:10px;
	 padding:10px;
     border-radius:10px;
	 border:1px solid red;
     background:linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
     box-shadow:
         0 1px rgba(255,255,255,.2) inset,
         0 3px 5px rgba(0,1,6,.5),
         0 0 1px 1px rgba(0,1,6,.2);
     transition:.2s ease-in-out;
}
#history_orders:hover, .open_orders:hover, #control_panel:hover{
      background:linear-gradient(rgb(126,126,134), rgb(70,71,76)) rgb(126,126,134);
}
#orders_container1{
     position:relative;
     color:#a4c73a;
     text-shadow:0 0 5px Black;
	 margin-bottom:10px;
     margin-top:10px;
     border-radius:10px;
     background:linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
     box-shadow:
         0 1px rgba(255,255,255,.2) inset,
         0 3px 5px rgba(0,1,6,.5),
         0 0 1px 1px rgba(0,1,6,.2);
     transition:.2s ease-in-out;
     padding:10px;
	 overflow:auto;	 
}
#orders_container11{
     position:relative;
     color:#a4c73a;
     text-shadow:0 0 15px White;
	 margin-bottom:10px;
     margin-top:10px;
     border-radius:10px;
     background:linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
     box-shadow:
         0 1px rgba(255,255,255,.2) inset,
         0 3px 5px rgba(0,1,6,.5),
         0 0 1px 1px rgba(0,1,6,.2);
     transition:.2s ease-in-out;
     padding:10px;	 
}
#orders_container1 table{
background:Black;
color:white;
}
#orders_container1 thead{
}
#orders_container1 table.info td{
border-right:1px solid Black;
padding:10px;
font-size:10px;
font-weight:bolder;	
}
#orders_container1 table.info th{
border-right:1px solid Black;
padding:10px;
font-size:10px;
font-weight:bolder;	
}
#orders_container1 table tr{
background:linear-gradient(rgb(53,53,53), rgb(66,66,66)) rgb(53,53,53);
border-top:1px solid gray;
border-bottom:1px solid black;
}
#orders_container1 table td,th{
border-right:1px solid Black;
padding:5px;
font-size:10px;
font-weight:normal;
}
#orders_container1 thead th{
text-align:center;	
}
#orders_container1 tbody td{
background:linear-gradient(rgb(128,128,128), rgb(98,98,98)) rgb(128,128,128);	
}
#orders_container1 tbody.main td{
background:linear-gradient(rgb(53,53,53), rgb(66,66,66)) rgb(53,53,53);
font-weight:bolder;	
}
#orders_container1 tbody.main td.ins{
background:linear-gradient(rgb(128,128,128), rgb(98,98,98)) rgb(128,128,128);
border:1px solid black;
border-radius:10px;
}
#orders_container1 tbody.main td.ins:hover{
background:darkgray;
/*cursor:pointer;
transition: 0.2s;
transform: scale(1.5, 1.5);
font-size:25px;*/	
}
#orders_container1 .col-md-1.col-xs-1 {
	padding:0px;
}
.panel_cl{
	overflow:auto;
	text-align:center;
	float:left;
}
.panel_cl1{
	text-align:center;
	overflow:hidden;
}
.bord {
	border:1px solid black;
	border-radius:10px;
}
.allarm{
background:red;
border:1px solid black;
border-radius:10px;
}
#orders_container{
     position:relative;
     color:red;
     text-shadow:0 0 15px White;
	 margin-bottom:10px;
     margin-top:10px;
     border-radius:10px;
     background:linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
     box-shadow:
         0 1px rgba(255,255,255,.2) inset,
         0 3px 5px rgba(0,1,6,.5),
         0 0 1px 1px rgba(0,1,6,.2);
     transition:.2s ease-in-out;
     padding:10px;	 
}
.open_orders h2, #history_orders h2{
	 border-bottom:1px solid red;
	 margin-bottom:20px;
	 margin-left:-10px;
	 margin-top:-10px;
	 margin-right:-10px;
	 text-align:center;
}
.open_orders h3, #history_orders h3{
	 margin-bottom:10px;
	 margin-left:-10px;
	 margin-top:-10px;
	 margin-right:-10px;
	 text-align:center;
	 color:#fff;
     text-shadow:0 0 15px #fff;
}
/* -------------------------------------------------- */	
/* ------------------Class Section------------------- */
/* -------------------------------------------------- */
.history_trade_limit_input{
     height:25px;
     width:25px;
     background:#fff;
	 border:2px solid Grey;
     border-radius:10px;
     -moz-border-radius:10px;
     -webkit-border-radius:10px;
     padding:5px 10px;
     font-size:20px;
     color:Grey;
     text-align:Center;	 	
}
.panel_info{
     height:25px;
     width:150px;
     background:#fff;
	 border:2px solid Grey;
     border-radius:10px;
     -moz-border-radius:10px;
     -webkit-border-radius:10px;
     padding:5px 10px;
     font-size:20px;
     color:Grey;
     text-align:Center;	 	
}
.text_style3{
font-size:17px;
text-decoration:none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#fff;
text-shadow:1px 1px 1px #000;
text-transform:uppercase;
text-align:center;
}
.text_style1{
font-size:15px;
text-decoration:none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#fff;
text-shadow:1px 1px 1px #000;
text-transform:uppercase;
text-align:center;
}
.text_style2{
font-size:15px;
text-decoration:none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#fff;
text-shadow:1px 1px 1px #000;
text-transform:uppercase;
}
.pageslide-close {
     font-size: 12px;
     font-weight: bold;
	 margin-top:40px;
     padding:10px !important; 
     border: 1px solid #C60;
}

/*fixed menu sections */
.menu {
min-width:1366px;
width:100%;
background:URL(../img/menu.png) 0 0 repeat-x;
height:35px;
position:fixed;
border-Bottom:3px solid #ff0000;
  -webkit-box-shadow:0 5px 10px #333;
   -moz-box-shadow:0 5px 10px #333;
     box-shadow:0 5px 10px #333;
	 z-index:300;
}
.menu_box {
width:100%;
height:35px;
position:relative;
}
.menu ul {
height:35px;
background:url(../img/m_brd.png) 100% 0 no-repeat;
padding-right:2px;
float:left;
}
.menu li {
background:url(../img/m_brd.png) 0 0 no-repeat;
padding-left:2px;
vertical-align:top;
float:left;
position:relative;
text-align:center;
line-height:23px;
}
.menu a, .menu a:visited {
height:35px;
font-size:17px;
line-height:23px;
text-decoration:none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#fff;
text-shadow:1px 1px 1px #000;
text-transform:uppercase;
text-align:center;
display:block;
white-space:nowrap;
}
.menu a:hover, .menu li:hover a, .menu li:hover a:visited {
background:#212121;
background:-moz-linear-gradient(top, #212121 0%, #323232 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#212121), color-stop(100%,#323232));
background:-webkit-linear-gradient(top, #212121 0%, #323232 100%);
background:-o-linear-gradient(top, #212121 0%, #323232 100%);
background:-ms-linear-gradient(top, #212121 0%, #323232 100%);
background:linear-gradient(to bottom, #212121 0%, #323232 100%);
}
.menu em {
display:block;
vertical-align:top;
height:35px;
line-height:30px;
}
.menu .home em {
width:60px;
background:url(../img/settingunactive.png) 50% 50% no-repeat;
font-size:0;
line-height:0;
overflow:hidden;
text-indent:-9999px;
}
.home {
text-align:center;
}
.m_1 {
text-align:center;
}
.menu .m_1  em {
width:60px;
background:url(../img/connectunactive.png) 50% 50% no-repeat;
font-size:0;
line-height:0;
overflow:hidden;
text-indent:-9999px;
}
.m_2 {
width:300px;
}
.m_3 {
width:300px;
}
.m_4 {
width:250px;
}
.m_5 {
width:155px;
}
.m_6 {
width:225px;
}
.m_7 {
width:130px;
}
.m_8 {
width:auto;
}
.m_9{
width:auto;
float:right;
}
/*fixed menu sections end*/
/* footer sections */
.alert.alert-danger{
	position:absolute;
	z-index:99999;
	bottom:0px;
	margin-left:20px;
	border:1px solid red;
	-webkit-box-shadow:0 0px 10px #333;
	-moz-box-shadow:0 0px 10px #333;
	box-shadow:0 0px 10px #333;
}
#footer_wrap {
position:relative;
width:100%;
height:auto;
}
.footer {
position:relative;
width:100%;
background:URL(../img/menu.png) 0 0 repeat-x;
height:30px;
-webkit-box-shadow:0 -5px 10px #333;
-moz-box-shadow:0 -5px 10px #333;
box-shadow:0 -5px 10px #333;
border-Top:3px solid #ff0000;
}
.d13{
width:176px;
height:90px;
background:URL(../img/d13.png) 0 0 no-repeat;
position:absolute;
margin-top:10px;
margin-left:10px;
}
.copyright{
width:420px;
height:30px;
position:absolute;
margin-top:5px;

}
.fb_1 {
width:200px;
height:110px;
position:relative;
margin-top:3px;
float:left;
border:1px solid #000;
background:#494949;
background:-moz-linear-gradient(top, #494949 0%, #2a2a2a 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(100%,#2a2a2a));
background:-webkit-linear-gradient(top, #494949 0%, #2a2a2a 100%);
background:-o-linear-gradient(top, #494949 0%, #2a2a2a 100%);
background:-ms-linear-gradient(top, #494949 0%, #2a2a2a 100%);
background:linear-gradient(to bottom, #494949 0%, #2a2a2a 100%);
-webkit-box-shadow:inset #626262 0px 1px 0;
-moz-box-shadow:inset #626262 0px 1px 0;
box-shadow:inset #626262 0px 1px 0;}
.fb_2 {
width:200px;
height:110px;
position:relative;
margin-top:3px;
margin-left:10px;
float:left;
border:1px solid #000;
background:#494949;
background:-moz-linear-gradient(top, #494949 0%, #2a2a2a 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(100%,#2a2a2a));
background:-webkit-linear-gradient(top, #494949 0%, #2a2a2a 100%);
background:-o-linear-gradient(top, #494949 0%, #2a2a2a 100%);
background:-ms-linear-gradient(top, #494949 0%, #2a2a2a 100%);
background:linear-gradient(to bottom, #494949 0%, #2a2a2a 100%);
-webkit-box-shadow:inset #626262 0px 1px 0;
-moz-box-shadow:inset #626262 0px 1px 0;
box-shadow:inset #626262 0px 1px 0;
}

.fb_2 .name {
width:100%;
border-bottom:1px solid #000;
background:url(../img/g_brd_3.png) 0 100% repeat-x;
margin-bottom:15px;
font-size:17px;
text-decoration:none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#fff;
text-shadow:1px 1px 1px #000;
text-transform:uppercase;
text-align:center;
}
.fb_2 li {
	 text-align:left;
	 padding-left:5px;
	 color:#fff;
     text-shadow:0 0 15px #fff;
     background:url(../img/li_2.png) 4px 50% no-repeat;
}
.footer_inp1{
     height:12px;
     width:12px;
     background:#fff;
	 border:2px solid Grey;
     border-radius:10px;
     -moz-border-radius:10px;
     -webkit-border-radius:10px;
	 padding:0px 10px;
     font-size:12px;
     color:Grey;
     text-align:Center;	 	
}
.footer_inp2{
     height:25px;
     width:25px;
     background:#fff;
	 border:2px solid Grey;
     border-radius:10px;
     -moz-border-radius:10px;
     -webkit-border-radius:10px;
	 margin-left:70px;
	 padding:5px 10px;
     font-size:20px;
     color:Grey;
     text-align:Center;	 	
}
/* footer sections end*/
.login{
	display:none;
	background:url(../img/bg.png) 4px 50% repeat;
	width:50%;
    height:auto;
    position:fixed;
	border:3px solid #ff0000;
-webkit-box-shadow:0 5px 10px #333;
-moz-box-shadow:0 5px 10px #333;
box-shadow:0 5px 10px #333;
z-index:35;
}
.logininner{
     position:relative;
     margin-top:5px;
	 margin-bottom:5px;
}
.setings{
	display:none;
	background:url(../img/bg.png) 4px 50% repeat;
	width:60%;
    height:auto;
    position:fixed;
	padding:0;
	border:3px solid #ff0000;
-webkit-box-shadow:0 5px 10px #333;
-moz-box-shadow:0 5px 10px #333;
box-shadow:0 5px 10px #333;
z-index:35;
}
.setingsinner{
     position:relative;
	 margin-bottom:5px;
}
.green {
cursor:default;
height:35px;
text-shadow:1px 1px 1px #516b00;
background:#a4c73a;
background:-moz-linear-gradient(top, #a4c73a 0%, #627f05 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4c73a), color-stop(100%,#627f05));
background:-webkit-linear-gradient(top, #a4c73a 0%, #627f05 100%);
background:-o-linear-gradient(top, #a4c73a 0%, #627f05 100%);
background:-ms-linear-gradient(top, #a4c73a 0%, #627f05 100%);
background:linear-gradient(to bottom, #a4c73a 0%, #627f05 100%);
border:1px solid #627f05;
-webkit-box-shadow:inset #bfe353 0px 1px 0;
-moz-box-shadow:inset #bfe353 0px 1px 0;
box-shadow:inset #bfe353 0px 1px 0;
color:#fff;}
/*.green:hover{
cursor:pointer;
height:35px;
text-shadow:1px 1px 1px #516b00;
background:#a4c73a;
background:-moz-linear-gradient(top, #627f05 0%, #a4c73a  100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#627f05), color-stop(100%,#a4c73a));
background:-webkit-linear-gradient(top, #627f05 0%,#a4c73a  100%);
background:-o-linear-gradient(top, #627f05 0%,#a4c73a  100%);
background:-ms-linear-gradient(top, #627f05 0%,#a4c73a  100%);
background:linear-gradient(to bottom, #627f05 0%,#a4c73a  100%);
border:1px solid #a4c73a;
-webkit-box-shadow:inset #bfe353 0px 1px 0;
-moz-box-shadow:inset #bfe353 0px 1px 0;
box-shadow:inset #bfe353 0px 1px 0;
color:#fff;}*/
.red {
cursor:default;
height:35px;
background:#dd3b67;
color:#fff;
background:-moz-linear-gradient(top, #dd3b67 0%, red 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd3b67), color-stop(100%,red));
background:-webkit-linear-gradient(top, #dd3b67 0%, red 100%);
background:-o-linear-gradient(top, #dd3b67 0%, red 100%);
background:-ms-linear-gradient(top, #dd3b67 0%, red 100%);
background:linear-gradient(to bottom, #dd3b67 0%, red 100%);
border:1px solid #7e2144;
text-shadow:1px 1px 1px #a52b4d;
-webkit-box-shadow:inset #f4a7ca 0px 1px 0;
-moz-box-shadow:inset #f4a7ca 0px 1px 0;
box-shadow:inset #f4a7ca 0px 1px 0;
}
/*.red:hover{
cursor:pointer;
height:35px;
background:#dd3b67;
color:#fff;
background:-moz-linear-gradient(top, red 0%, #a52b4d 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,red), color-stop(100%,#a52b4d));
background:-webkit-linear-gradient(top, red 0%, #a52b4d 100%);
background:-o-linear-gradient(top, red 0%, #a52b4d 100%);
background:-ms-linear-gradient(top, red 0%, #a52b4d 100%);
background:linear-gradient(to bottom, red 0%, #a52b4d 100%);
border:1px solid #7e2144;
text-shadow:1px 1px 1px #a52b4d;
-webkit-box-shadow:inset #f4a7ca 0px 1px 0;
-moz-box-shadow:inset #f4a7ca 0px 1px 0;
box-shadow:inset #f4a7ca 0px 1px 0;
}*/
.grey {
height:47px;
border:1px solid #cdcdcd;
background:#fff;
background:-moz-linear-gradient(top, grey 0%, grey 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,grey), color-stop(100%,grey));
background:-webkit-linear-gradient(top, grey 0%, grey 100%);
background:-o-linear-gradient(top, grey 0%, grey 100%);
background:-ms-linear-gradient(top, grey 0%, grey 100%);
background:linear-gradient(to bottom, grey 0%, grey 100%);
}
a.disabled {
    pointer-events: none; 
    cursor: default;
    color: #999;
}
#payt1{display: none;}
[for="payt1"] {
  position: relative;
  display: block;
  float:right;
  width: 90px;
  height: 15px;
  padding: 10px;
  border-radius: 50px;
  color: #a4c73a;
  text-shadow: 1px 1px 0px rgba(255,255,255,.15);
  background: rgb(71, 71, 71);
  box-shadow:
       0 1px 0 rgba(255,255,255,.2),
       inset 0 0 0 5px rgb(60, 60, 60),
       inset 0 6px 6px rgba(0,0,0,.5),
       inset 0 -6px 1px rgba(255,255,255,.2);
  cursor: pointer;
}
[for="payt1"]:before {
  content: "OFF";
  position: absolute;
  right: 15px;
  color: red;
}
[for="payt1"]:after {
  content: "";
  position: absolute;
  left: 7px; top: 7px;
  display: block;
  width: 40px;
  height: 20px;
  border-radius: 50px;
  background: #ccc linear-gradient(#fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  transition: .5s;
}
#payt1:checked ~ [for="payt1"]:after {
  left: 65px;
}
#payt2 {display: none;}
[for="payt2"] {
  position: relative;
  display: block;
  float:right;
  width: 90px;
  height: 15px;
  padding: 10px;
  border-radius: 50px;
  color: #a4c73a;
  text-shadow: 1px 1px 0px rgba(255,255,255,.15);
  background: rgb(71, 71, 71);
  box-shadow:
       0 1px 0 rgba(255,255,255,.2),
       inset 0 0 0 5px rgb(60, 60, 60),
       inset 0 6px 6px rgba(0,0,0,.5),
       inset 0 -6px 1px rgba(255,255,255,.2);
  cursor: pointer;
}
[for="payt2"]:before {
  content: "OFF";
  position: absolute;
  right: 15px;
  color: red;
}
[for="payt2"]:after {
  content: "";
  position: absolute;
  left: 7px; top: 7px;
  display: block;
  width: 40px;
  height: 20px;
  border-radius: 50px;
  background: #ccc linear-gradient(#fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  transition: .5s;
}
#payt2:checked ~ [for="payt2"]:after {
  left: 65px;
}
#payt3 {display: none;}
[for="payt3"] {
  position: relative;
  display: block;
  float:right;
  width: 90px;
  height: 15px;
  padding: 10px;
  border-radius: 50px;
  color: #a4c73a;
  text-shadow: 1px 1px 0px rgba(255,255,255,.15);
  background: rgb(71, 71, 71);
  box-shadow:
       0 1px 0 rgba(255,255,255,.2),
       inset 0 0 0 5px rgb(60, 60, 60),
       inset 0 6px 6px rgba(0,0,0,.5),
       inset 0 -6px 1px rgba(255,255,255,.2);
  cursor: pointer;
}
[for="payt3"]:before {
  content: "OFF";
  position: absolute;
  right: 15px;
  color: red;
}
[for="payt3"]:after {
  content: "";
  position: absolute;
  left: 7px; top: 7px;
  display: block;
  width: 40px;
  height: 20px;
  border-radius: 50px;
  background: #ccc linear-gradient(#fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  transition: .5s;
}
#payt3:checked ~ [for="payt3"]:after {
  left: 65px;
}
#tabs {
  overflow: auto;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background:#ad1c1c;
      text-decoration: none;
	border-bottom:3px solid red;
}
 
#tabs li {
    margin: 0;
    padding: 0;
    float: left;
}
 
#tabs a {
    -moz-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    background: #ad1c1c;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    color: #fff;
    float: left;
    font: bold 17px/35px 'Lucida sans', Arial, Helvetica;
    height: 35px;
    padding: 0 30px;
}
 
#tabs a:hover {
    background: #c93434;
}
 
#tabs a:focus {
    outline: 0;
}
 
#tabs #current a {
    background: #a4c73a;
    text-shadow: none;
    color: #333;
}
 
#content {
    background:url(../img/bg.png) 4px 50% repeat;
    padding: 10px;
    margin-bottom: 15px;
}
.blink {
	animation-name: blink;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
@keyframes blink{
from{background:black;}
to{background: darkred;}
}
/*Preloader*/
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100500;
}

#page-preloader .spinner {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("../img/preloader.gif") no-repeat 50% 50%;
  margin: -16px 0 0 -16px;
}