﻿
.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
/* For IE 6/7 only */  
.clearfix {  
    *zoom: 1;  
}

.displayBlock{
	display: block!important;
}

b,i{
	font-style: normal;
	font-weight: normal;
}
strong{
	font-style: normal;
	font-weight: normal;
	font-family: helveticaneuecyrbold;
}
html, body, div, ul, ol, li, p, h2, h3, h4, h5, img, form{
	padding: 0;
	margin: 0;
	border: 0;
}
ul{
	list-style: none;
}
li{
	line-height: 1.0;
}
h2, h3, h4, h5{
	font-weight: normal;
	line-height: 1.0;
	color: #454444;
}

body, html{
	width: 100%;
	height: 100%;
}

body{
	font-size: 100%;
	font-family: helveticaneuecyrroman, Arial;
}

.wrapper_centering{
	width: 1000px;
	margin: 0 auto;
}




.header{
	height: 24px;
	margin-bottom: 26px;
	line-height: 24px;
	background: #454444;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}
.header .wrapper_centering{
	position: relative;
}
.header .wrapper_centering .autorize-links{
	position: absolute;
	right: 35px;
	top: 0;
}
.header img{
	vertical-align: baseline;
	margin-left: 38px;
	margin-right: 40px;
}
.header a{
	color: #fff;
	text-decoration: none;
}
.header a:hover{
	text-decoration: underline;
}



.logo {
	float: left;
	margin-left: 20px;
}

/*Menu*/
.site-nav{
	margin-left: 320px;
	margin-top: 46px;
}
.site-nav a{
	position: relative;
	display: inline-block;
	height: 36px;
	line-height: 38px!important;
	margin-right: -5px;
	text-transform: uppercase;
	font: 14px Arial;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
}
.site-nav a span{
	position: relative;
	display: inline-block;
	height: 36px;
	margin-left: 11px;
	margin-right: 11px;
	padding-left: 27px;
	padding-right: 15px;
	background: #548cc6;
}
.site-nav a:before{
	position: absolute;
	left: 0;
	top: 0;
	content:'';
	display: block;
	width: 11px;
	height: 36px;
	background: url(../images/menu.png) no-repeat left top;
}
.site-nav a:after{
	position: absolute;
	right: 0;
	top: 0;
	content:'';
	display: block;
	width: 11px;
	height: 36px;
	background: url(../images/menu.png) no-repeat -11px top;
}
.site-nav a:hover:before{
	background-position: left -72px;
}
.site-nav a:hover:after{
	background-position: -11px -72px;
}
.site-nav a:hover span{
	background: #66a9ef;
}
.site-nav a span:before{
	position: absolute;
	left: 0;
	top: 2px;
	content:'';
	display: block;
	width: 24px;
	height: 31px;
	background: url(../images/menu.png) no-repeat left -115px;
}
.site-nav .isActive{
	cursor: default;
}
.site-nav .isActive:before, .site-nav .isActive:hover:before{
	background-position: left -36px;
}
.site-nav .isActive:after, .site-nav .isActive:hover:after{
	background-position: -11px -36px;
}
.site-nav .isActive span, .site-nav .isActive:hover span{
	background: #4061a3;
}
.site-nav .isActive span:after{
	position: absolute;
	left: 23px;
	bottom: -7px;
	content:'';
	display: block;
	width: 18px;
	height: 7px;
	background: url(../images/menu.png) no-repeat left -108px;
}

.wrapper_fullHeight{
	min-height: 100%;
	margin-bottom: -59px;
}
.wrapper_fullHeight > div:first-child{
	/*padding-bottom: 59px;*/
	padding-bottom: 109px;
}

/**/
.footer{
	height: 59px;
	line-height: 59px!important;
	background: #454444;
	font: 12px helveticaneuecyrroman;
	color: #fff;
}
.footer span{
	margin-left: 75px;
	margin-right: 110px;
}
.footer a{
	margin-right: 20px;
	color: #fff;
	text-decoration: underline;
}
.footer a:hover{
	text-decoration: none;
}

.labels{	
	display: inline-block;
	visibility: hidden;
	width: 18px;
	height: 18px;
	background: url(../images/labels.png) no-repeat;
	vertical-align: baseline;
}
.label-success{
	background-position: left top;
}
.label-alert{
	background-position: left -18px;
}







#spiner2:hover { 
  /* safari / chrome */
  -webkit-animation-name:rotater; 
  -webkit-animation-duration:500ms; 
  -webkit-animation-iteration-count:1; 
  -webkit-animation-timing-function: ease-out;
 
  /* mozilla */
  -moz-transform:rotate(360deg) scale(2);
  -moz-transition-duration:500ms;
  -moz-transition-timing-function: ease-out;
 
  /* opera */
  -o-transform:rotate(360deg) scale(2);
  -o-transition-duration:500ms;
  -p-transition-timing-function: ease-out;
 
  /* ie */
  -ms-transform:rotate(360deg) scale(2);
  -ms-transform-duration:500ms;
  -ms-transform-timing-function: ease-out;
}
@-webkit-keyframes rotater {
0% { -webkit-transform:rotate(0) scale(1) }
50% { -webkit-transform:rotate(360deg) scale(2) }
100% { -webkit-transform:rotate(720deg) scale(1) }
}

#spiner {
    -webkit-animation-name: 'rotating';
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

/*-moz-animation: 2s linear 0s normal none infinite rotate;

-moz-animation-name: myfirst;
-moz-animation-duration: 5s;
-moz-animation-timing-function: linear;
-moz-animation-delay: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-direction: alternate;
-moz-animation-play-state: running;*/

    animation-name: 'rotating';
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes 'rotating' {
    from {
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    }
    to {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    }
}
@keyframes 'rotating' {
    from {
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    }
    to {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    }   
}

