/* oswald-regular - latin-ext_latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/oswald-v10-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('fonts/oswald-v10-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/oswald-v10-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/oswald-v10-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/oswald-v10-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/oswald-v10-latin-ext_latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

* {
    outline: none;
    box-sizing: border-box;
    user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

a:hover,.mCSB_dragger:hover,.fullscreen:hover,span.link {
	cursor:url(images/wot/cursors/cursor-pointer.png),pointer !important;
}

body {
	font-family: Arial;
 	color: rgb(70, 70, 70);
    font-size: 12px;
    padding: 0;
    margin: 0;
    cursor:url(images/wot/cursors/cursor-normal.png),auto;
}
body.embed { 
	overflow: hidden;
}
.marquee {
	display: none;
}
#content,.left-panel {
	padding: 0!important;
}
.techtree-scroll {
	background: url(images/wot/lobby/settings_blured_bg.png) no-repeat;
    background-size: cover!important;
    background-position: 110px 0px;
    padding: 0px 30px 20px 160px;
    position: relative;
    min-height: 826px;
    overflow: hidden;
}
body.embed .techtree-scroll {
	min-height: 100%;	
}
body.embed .tankopedia-techtree {
	min-height: calc(100% - 116px);
}
.techtree-scroll:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.techtree-scroll:-moz-full-screen {
  width: 100%;
  height: 100%;
}
.techtree-scroll:fullscreen {
  width: 100%;
  height: 100%;
}
.techtree-scroll:-webkit-full-screen .tankopedia-techtree {
    height: calc(100% - 85px);
}
.techtree-scroll:-moz-full-screen .tankopedia-techtree {
    height: calc(100% - 85px);
}
.techtree-scroll:fullscreen .tankopedia-techtree {
    height: calc(100% - 85px);
}
.techtree-scroll:before {
	content: ' ';
	width: 50px;
	position: absolute;
	left: 109px;
	top: 0;
	height: 100%;
	z-index: 11;
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
.techtree-scroll:after {
	content: ' ';
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 5;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.52) 51%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 51%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 51%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}
.techtree-scroll .fullscreen {
	position: absolute;
	right: 35px;
    top: 35px;
	z-index: 7;
}
.techtree-scroll h2 {
	position: absolute;
    left: 25px;
    top: 27px;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 0 5px #000;
    color: #fff;
    z-index: 12;
    font-weight: 400;
    margin: 0px;
}
.techtree-scroll .elemzes-link {
	position: absolute;
 	left: 159px;
    top: 36px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 0 5px #000;
    color: #fff;
    text-transform: uppercase;
}
.techtree-scroll .elemzes-link img {
	vertical-align: top;
    margin-top: 3px;
}
.techtree-scroll .fullscreen .close {
	display: none;	
}
.techtree-scroll .fullscreen img {
	height: 25px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .techtree-scroll .fullscreen {
        display: none;
   }
}
.techtree-scroll .nations {
	position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 110px;
    height: 100%;
    width: 110px;
    background: #000;    
    padding-left: 10px;
    z-index: 11;
} 
.techtree-scroll .nations div {
	width: 93px;
	height: 68px;	
 	padding-top: 14px;
    padding-left: 15px;
    margin-bottom: -13px;
    position: relative;
}
.techtree-scroll .nations div img {
	border-radius: 1px;
}
.techtree-scroll .nations div .hover {
	width: 60px;
	height: 40px;
	background: url(images/wot/tree/hover.png);
 	top: 14px;
    left: 15px;
    position: absolute;
    opacity: 0.5;
    transition: opacity 250ms;
} 
.techtree-scroll .nations a:hover div:not(.selected) .hover {
	opacity: 1;	
}
.techtree-scroll .nations div.selected {
	background: url(images/wot/tree/selected.png);
}
.tankopedia-techtree {
    white-space: nowrap;
    display: inline-block;
    position: relative;
    min-height: 685px;
    padding-bottom: 70px;
    /*transition: left 250ms ease-in-out;*/      
}
.tankopedia-techtree:hover {
	cursor: url(images/wot/cursors/Cursor-4.png),e-resize;
}
.techtree-scroll * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tankopedia-techtree.ui-draggable-dragging {
    /*transition: left 150ms ease;*/
}
.tankopedia-techtree .row {
    white-space: nowrap;
}
.tankopedia-techtree .item {
	width: 80px;
	display: inline-block;
	position: relative;
	margin-right: 49px;
	width: 128px;
	height: 35px; 	
    background-size: 100% 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: top;
}
.tankopedia-techtree .row .item:last-child {
    margin-right: 0px;   
}
.tankopedia-techtree .item:empty {
	background: none;
}
.techtree-scroll .selected-nation {
	color: #fff;
    font-size: 27px;
    text-align: center;
    vertical-align: top;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 0 5px #000;
    padding: 25px 0px 15px 0px;
    margin-left: -50px;
    margin-left: -160px;
    margin-right: -30px;
}
.techtree-scroll .selected-nation img{
	vertical-align: top;
    margin-right: 5px;
}
.tankopedia-techtree .tier {
	/*margin: 0px -25px 0px -25px;
	padding: 0px 25px;*/
}
.tankopedia-techtree .tier .item img {
	margin-top: 2px;
}
.tankopedia-techtree .tier .item {
	width: 177px;
	text-align:  center;
	position: relative;
	margin: 0px;
}
.tankopedia-techtree .tier .item:first-child,.tankopedia-techtree .tier .item:last-child {
	width: 153px;	
}
.tankopedia-techtree .tier .item:first-child {
	padding-right: 25px;
}
.tankopedia-techtree .tier .item:not(.double):last-child {
	padding-left: 25px;
}
.tankopedia-techtree .tier .item.double {
	width: 354px;
}
.tankopedia-techtree .item .overlay {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    background: rgb(68, 62, 48) url(images/wot/tree/normal.png);
    border-radius: 2px;
}
.tankopedia-techtree .item .overlay.premium {
	background: rgb(68, 62, 48) url(images/wot/tree/premium.png);
}
.tankopedia-techtree .item .xp,.tankopedia-techtree .item .price {
    position: absolute;
    color: rgb(237, 237, 237);
    z-index: 1;
    width: 76px;
    height: 19px;
    background-image: url(images/wot/tree/nodesLib-39.png);
    background-position: -19px -19px;
    line-height: 19px;
    text-align: center;
    font-size: 11px;
    bottom: -9px;
    left: 50%;
    margin-left: -37px;
    text-shadow: 1px 1px 1px #000;
    border-radius: 4px;
}
.tankopedia-techtree .item .price {
    background-image: url(images/wot/tree/nodesLib-41.png);
}
.tankopedia-techtree .item .xp img,.tankopedia-techtree .item .price img {
    display: inline-block;
    margin-left: -3px;
    vertical-align: top;
}
.tankopedia-techtree .item .price img {
    margin-left: -1px;
}
.tankopedia-techtree .item .elemzes {
	width: 21px;
	height: 19px;
	position: absolute;
	left: 104px;
	bottom: -9px;
	background-image: url(images/wot/tree/elemzes.jpg);
	z-index: 10;
}
.tankopedia-techtree .item img.tank {
	top: 2px;
    left: 10px;
    position: relative;
}
.tankopedia-techtree .item .level {
    position: absolute;
    top: 5px;
    left: 16px;
    z-index: 1;
}
.tankopedia-techtree .item .type {
    position: absolute;
    top: 5px;
    left: 3px;
    z-index: 1;
}
.tankopedia-techtree .item .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
}
.tankopedia-techtree .item .link:after {
    content: ' ';
    position: absolute;
    width: 76px;
    height: 19px;   
    bottom: -9px;
    left: 50%;
    margin-left: -37px;
}
.tankopedia-techtree .item .type.premium {
	top: 0px;
    left: 1px;
}
.tankopedia-techtree .item .type.premium + .level {
	left: 20px;
}
.tankopedia-techtree .item .name {
    position: absolute;
    top: 6px;
    right: 5px;
    font-size: 11px;
    z-index: 1;
    text-align: right;
    color: rgb(222, 219, 204);
    text-shadow: 0 0 8px rgba(205, 205, 205, 0.38);
}
.tankopedia-techtree .item .name.premium {
    color: #C57338;
    text-shadow: 0 0 8px rgba(184, 109, 55, 0.14)
}
.tankopedia-techtree .item .absolute {
	position: absolute;
	top: 0;
	left: 0;	
	background: #000;
	color: #fff;
	padding: 3px;
}
.tankopedia-techtree .item .line {
	position: absolute;
	left: 100%;
	top: 17px;
	height: 2px;
	background: #636363;
	width: 47px;	
}
.tankopedia-techtree .item .line:after {
	content: ' ';
	display: block;
	background: #636363;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 23px;
	height: 2px;
}
.tankopedia-techtree .item.first:not(:empty):after {
    content: ' ';
	position: absolute;
	left: 100%;
	top: 17px;
	height: 2px;
	background: #636363;
	width: 25px;
}
.tankopedia-techtree .item.second.premium:before,.tankopedia-techtree .item.second.premium:after {
	display: none!important;
}
.tankopedia-techtree .item.first .line:not(.first-long) {
    display: none;
}
.tankopedia-techtree .item .line:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #636363;
    position: absolute;
    right: -23px;
    top: 0;
    margin-top: -4px;
    z-index: 1;
}

.tankopedia-techtree .item.second:not(:empty):before {
    content: ' ';
    position: absolute;
    left: -25px;
    top: 17px;
    height: 2px;
    background: #636363;
    width: 25px;
}
.tankopedia-techtree .item.second:not(:empty):after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #636363;
    position: absolute;
    left: -5px;
    top: 0;
    margin-top: 13px;
    z-index: 1;
}

.tankopedia-techtree .item .line.first-long {
    left: calc(100% + 24px);
    height: 200px;
    width: 2px;
}
.tankopedia-techtree .item .line.second-long {
    left: -25px;
    height: 200px;
    width: 2px;
}
.tankopedia-techtree .item .line.first-long:before,.tankopedia-techtree .item .line.first-long:after,
.tankopedia-techtree .item .line.second-long:before,.tankopedia-techtree .item .line.second-long:after {
    display: none;
}   

.tankopedia-techtree .item .line-0-1 {
	
}
.tankopedia-techtree .item .line-0-1:before {
    left: 44px;
    top: 0px;
}

/*
.tankopedia-techtree .item .line-1-1 {
	height: calc(56px * 1);
	left: calc(100% + 25px);
	width: 2px;
}
*/
.tankopedia-techtree .item .line-1-1.H_Diag {
    transform: rotate(-52deg);
    top: 6px;
    left: calc(100% + 22px);
    height: 60px;
    width: 2px;
}
.tankopedia-techtree .item .line-1-1.H_Diag:before {
    bottom: -5px;
    left: -2px;
    transform: rotate(90deg);
}
.tankopedia-techtree .item .line-1-1.H_Diag:after {
    display: none;
}
/*
.tankopedia-techtree .item .line-2-1 {
	height: calc(55px * 2 + 2px);
	left: calc(100% + 25px);
	width: 2px;
}
.tankopedia-techtree .item .line-3-1 {
	height: calc(55px * 3 + 2px);
	left: calc(100% + 25px);
	width: 2px;
}
.tankopedia-techtree .item .line-4-1 {
	height: calc(55px * 4 + 2px);
	left: calc(100% + 25px);
	width: 2px;
}
.tankopedia-techtree .item .line-5-1 {
	height: calc(55px * 5 + 2px);
	left: calc(100% + 25px);
	width: 2px;
}
.tankopedia-techtree .item .line-6-1 {
	height: calc(55px * 6 + 2px);
	left: calc(100% + 25px);
	width: 2px;
}
.tankopedia-techtree .item .line-7-1 {
	height: calc(55px * 7 + 2px);
	left: calc(100% + 25px);
	width: 2px;
}
.tankopedia-techtree .item .line-8-1 {
	height: calc(55px * 8 + 2px);
	left: calc(100% + 25px);
	width: 2px;
}
.tankopedia-techtree .item .line-9-1 {
	height: calc(55px * 9 + 2px);
	left: calc(100% + 25px);
	width: 2px;
}
.tankopedia-techtree .item .line-10-1 {
	height: calc(55px * 10 + 2px);
	left: calc(100% + 25px);
	width: 2px;
}
*/
.tankopedia-techtree .item .line-1-1:before,.tankopedia-techtree .item .line-2-1:before,.tankopedia-techtree .item .line-3-1:before,.tankopedia-techtree .item .line-4-1:before,
.tankopedia-techtree .item .line-5-1:before,.tankopedia-techtree .item .line-6-1:before,.tankopedia-techtree .item .line-7-1:before,.tankopedia-techtree .item .line-8-1:before,
.tankopedia-techtree .item .line-9-1:before,.tankopedia-techtree .item .line-10-1:before {
    bottom: -4px;
    top: auto;
    left: 18px;
}
.tankopedia-techtree .item .line--1-1 {
    height: calc(56px * 1);
    left: calc(100% + 25px);
    width: 2px;
    top: -39px;
}
.tankopedia-techtree .item .line--1-1:after {
    top: 0px;   
}
.tankopedia-techtree .item .line--1-1.H_Diag {
    transform: rotate(52deg);
    top: -32px;
    left: calc(100% + 22px);
    height: 63px;
}
.tankopedia-techtree .item .line--1-1.H_Diag:before {
    transform: rotate(-90deg);
    top: -0px;
    left: -2px;
}
.tankopedia-techtree .item .line--1-1.H_Diag:after {
    display: none;
}
.tankopedia-techtree .item .line-0-2 {
    width: 224px;
}
.tankopedia-techtree .item .line-0-2:before {
    right: -2px;   
}
.tankopedia-techtree .item .line-0-3 {
    width: 400px;
}
.tankopedia-techtree .item .line--1-2.H_Diag_2C {
    width: 180px;
}
.tankopedia-techtree .item .line--1-2.H_Diag_2C:before {
    transform: rotate(-45deg);
    top: -36px;
    right: -48px;
}
.tankopedia-techtree .item .line--1-2.H_Diag_2C:after {
    width: 2px;
    transform: rotate(52deg);
    top: -45px;
    left: calc(100% + 21px);
    height: 57px;
}
.tankopedia-techtree .item .line--1-2.H_DU_H {
    left: calc(100% + 49px);
    top: calc(17px - 55px);
    width: 174px;
}
.tankopedia-techtree .item .line--1-2.H_DU_H:before {
    right: -3px;
}
.tankopedia-techtree .item .line--1-2.H_DU_H:after {
    width: 2px;
    transform: rotate(52deg);
    top: -12px;
    left: -27px;
    height: 65px;
}
.tankopedia-techtree .item .line-1-2.H_Diag_2C {
    width: 180px;
}
.tankopedia-techtree .item .line-1-2.H_Diag_2C:before {
    right: -48px;
    transform: rotate(45deg);
    bottom: -40px;
    top: auto;
}
.tankopedia-techtree .item .line-1-2.H_Diag_2C:after {
    transform: rotate(-52deg);
    top: -10px;
    left: calc(100% + 21px);
    height: 57px;
    width: 2px;
}
.tankopedia-techtree .item .line-1-2.H_UD_H {
    width: 174px;
    left: calc(100% + 50px);
    top: calc(17px + 55px);
}
.tankopedia-techtree .item .line-1-2.H_UD_H:before {
    right: -2px;
}
.tankopedia-techtree .item .line-1-2.H_UD_H:after {
	transform: rotate(-52deg);
    top: -52px;
    left: -26px;
    height: 66px;
    width: 2px;
}
.tankopedia-techtree .item .line--1-0.vertical {
    top: -20px;
    width: 2px;
    height: 20px;
    left: 50%;
}
.tankopedia-techtree .item .line--1-0.vertical:before {
    bottom: 4px;
    top: auto;
    transform: rotate(-90deg);
    left: -2px;
}
.tankopedia-techtree .item .line--1-0.vertical:after {
    display: none;   
}
.tankopedia-techtree .item .line-1-0.vertical {
    width: 2px;
    height: 18px;
    left: 50%;
    bottom: -18px;
    top: auto;
}
.tankopedia-techtree .item .line-1-0.vertical:before {
    top: auto;
    bottom: -2px;
    transform: rotate(90deg);
    left: -4px;
}
.tankopedia-techtree .item .line-1-0.vertical:after {
    display: none;
}
.tankopedia-techtree .item .line-4-0.vertical {
	top: 35px;
    width: 2px;
    height: 185px;
    left: 50%;
}
.tankopedia-techtree .item .line-4-0.vertical:before {
	top: 100%;
    transform: rotate(90deg);
    margin-top: -7px;
    right: -2px;
}
.tankopedia-techtree .item .line-4-0.vertical:after {
    display: none;
}


.tankopedia-techtree .item .line-4-1 {
    top: 19px;
    width: 2px;
    height: 221px;
    left: calc(100% + 25px);
}

.tankopedia-techtree .item .line--5-1 {
    top: -258px;
    width: 2px;
    height: 277px;
    left: calc(100% + 25px);
} 
.tankopedia-techtree .item .line--5-1:after {
    bottom: auto;
    top: 0;
}

.tankopedia-techtree .item .line-1-1 {
    top: 19px;
    width: 2px;
    height: 55px;
    left: calc(100% + 25px);
}

.tankopedia-techtree .item .line-2-1 {
    top: 19px;
    width: 2px;
    height: 110px;
    left: calc(100% + 25px);
}

.tankopedia-techtree .item .line-6-1 {
    top: 19px;
    width: 2px;
    height: 330px;
    left: calc(100% + 25px);
}

.tankopedia-techtree .item .line--2-1 {
    top: -93px;
    width: 2px;
    height: 112px;
    left: calc(100% + 25px);
} 
.tankopedia-techtree .item .line--2-1:after {
    bottom: auto;
    top: 0;
}

.tankopedia-techtree .item .line-3-1 {
    top: 19px;
    width: 2px;
    height: 165px;
    left: calc(100% + 25px);
}

.tankopedia-techtree .item .line--1-1.H_V {
    width: 110px;
    height: 2px;
    top: 15px;
    left: 100%;
}
.tankopedia-techtree .item .line--1-1.H_V:before {
    display: none;
}
.tankopedia-techtree .item .line--1-1.H_V:after {
    top: auto;
    right: 0;
    left: auto;
    height: 32px;
    width: 2px;
    bottom: 0px;
}

.tankopedia-techtree .item .line--3-0.vertical {
    top: auto;
    bottom: 19px;
    width: 2px;
    height: 137px;
    left: calc(50%);
}
.tankopedia-techtree .item .line--3-0.vertical:before {
    transform: rotate(-90deg);
    right: -2px;
    margin-left: -2px;
}

.tankopedia-techtree .item .line--3-1 {
    height: calc(56px * 3);
    left: calc(100% + 25px);
    width: 2px;
    bottom: 16px;
    top: auto;
}
.tankopedia-techtree .item .line--3-1:after {
    bottom: auto;   
}



.tankopedia-tank-techtree .column .eqv-tank[data-current]:after {
	content: attr(data-current);
	position: absolute;
	top: 57px;
	text-align: center;
	display: block;
	width: 100%;
	line-height: 1.4;
	padding: 3px 5px;
	background: url(images/wot/buttons/gold-button.png) no-repeat right center;
	background-size: 100% 100%;
	color: #fff;
	font-size: 11px;
	box-sizing: border-box;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-shadow: 1px 2px 1px #000;
}

.techtree-scrollbar {
	position: relative;
	z-index: 6;
}
.techtree-scrollbar .mCustomScrollBox {
	height: 16px;	
}
.techtree-scrollbar .scroll {
    height: 1px;   
}
.techtree-scrollbar * {
	opacity:1!important;
}
.techtree-scrollbar .mCSB_dragger_bar {
	background-color: rgba(43, 40, 31, 0.75)!important;
    height: 16px!important;
    border-radius: 0px!important;
    position: relative;
    margin: 0px!important;
    border: 1px solid #5f5d51!important;

}
.techtree-scrollbar .mCSB_dragger_bar:before {
	content: ' ';
    width: 3px;
    border-left: 1px solid #959289;
    border-right: 1px solid #959289;
    padding: 3px 0px;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
}
.techtree-scrollbar .mCSB_dragger_bar:after {
    content: ' ';
    width: 1px;
    margin-left: 1px;
    background: #959289;
    height: 9px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -5px;
}
.techtree-scrollbar .mCSB_draggerRail {
	margin-top: 8px!important;
 	background: #2f2f27!important;
 	height: 2px!important;
}
.techtree-scrollbar .mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
	margin: 0px 15px!important;
}
.techtree-scrollbar  .mCSB_scrollTools .mCSB_buttonLeft, .techtree-scrollbar  .mCSB_scrollTools .mCSB_buttonRight {
    width: 16px!important;
    height: 16px!important;
    background: rgba(43, 40, 31, 0.75) url(images/wot/buttons/buttonUp.png) no-repeat center center!important;
    border: 1px solid #5f5d51!important;
}
.techtree-scrollbar  .mCSB_scrollTools .mCSB_buttonLeft {
    transform: rotate(-90deg);
}
.techtree-scrollbar  .mCSB_scrollTools .mCSB_buttonRight {
	transform: rotate(90deg);
}

#techtree .wotrecord-logo {
	position: absolute;
    bottom: 45px;
    right: 25px;
    z-index: 10;    
}

/*Loading*/
.waiting {
    margin: 0px auto;
    width: 132px;
    position: absolute;
    display: none;
    z-index: 20;
    left: 50%;
    top: 30%;
    transform: translate(-50%, 0%);
}
.waiting .logo {
    position: absolute;
    z-index: 10;
    top: 0px;
}
.waiting .gear {
    position:absolute;
    left:0px;
    top: -7px;   
}
.spin {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 7000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;   
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


body.embed .mCSB_vertical * {
	opacity: 1;	
}
body.embed .mCSB_vertical .mCSB_container {
	margin-right: 0;
}
body.embed .mCSB_scrollTools_vertical {
	z-index: 10;
	margin-right: 7px!important;
}
body.embed .mCSB_scrollTools_vertical .mCSB_dragger_bar {
	background-color: rgba(43, 40, 31, 0.75)!important;
	width: 16px!important;
	border-radius: 0px!important;
	border: 1px solid #5f5d51!important;
	position: relative;
}
body.embed .mCSB_scrollTools_vertical .mCSB_dragger_bar:before {
	content: ' ';
	height: 1px;
	border-top: 1px solid #959289;
	border-bottom: 1px solid #959289;
	padding: 3px 0px;
	width: 7px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3px;
	margin-top: -3px;
}
body.embed .mCSB_scrollTools_vertical .mCSB_dragger_bar:after {
	content: ' ';
	height: 1px;
	margin-top: 1px;
	background: #959289;
	width: 7px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3px;
}
body.embed .mCSB_scrollTools_vertical .mCSB_draggerContainer {
	margin: 35px 0px!important;
}
body.embed .mCSB_scrollTools_vertical .mCSB_buttonUp,body.embed .mCSB_scrollTools_vertical .mCSB_buttonDown {
	width: 16px!important;
	height: 16px!important;
	border: 1px solid #5f5d51!important;
	opacity: 1!important;
	background: rgba(43, 40, 31, 0.75) url(images/wot/buttons/buttonUp.png) no-repeat center center!important;
}
body.embed .mCSB_scrollTools_vertical .mCSB_buttonUp { 
	top: 20px;
}
body.embed .mCSB_scrollTools_vertical .mCSB_buttonDown { 
	bottom: 20px!important;	
	background-image: url(images/wot/buttons/buttonDown.png)!important;
}
body.embed .mCSB_scrollTools_vertical .mCSB_draggerContainer {
	width: 16px!important;
}
body.embed .mCSB_scrollTools_vertical .mCSB_draggerRail {
	background: #2f2f27!important;
	width: 2px!important;
	border-radius: 0px!important;
}


.ui-tooltip {
    /*background: url("http://worldoftanks.eu/static/3.24.0.2/common/css/scss/content/tooltip/img/tooltip_bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background-color: rgba(0,0,0,0.94);
    border: 1px solid #454648;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.85), 0 0 20px rgba(0, 0, 0, 0.25), 0 0 7px rgba(0, 0, 0, 0.21), 0 0 11px rgba(255, 255, 255, 0.03) inset;
    color: #979899;
    display: none;
    float: left;
    line-height: 130%;
    margin: 0;
    padding: 8px 13px;
    position: absolute;
    z-index: 10000;   
}

.eqv-tooltip hr {
	clear: both;
	border: none;
	height: 1px;
	background: url(images/wot/battleresults/hr-bg.png) center bottom ;
 	display: block;
 	width: 100%;
 	margin: 15px 0px;
 	opacity: 0.5;
}
.eqv-tooltip {
	width: 380px;
	font-size: 11px;
}
.eqv-tooltip .title {
	color: #f4efc5;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
	line-height: 1.3;
}
.eqv-tooltip .credit  {
	margin: 0px 5px -1px 5px;
}
.eqv-tooltip .price .gold {
	margin: 0px 5px -1px 6px;
}
.eqv-tooltip .price {
	margin-left: 4px;	
}
.eqv-tooltip .price span {
	color: #979899;
}
.eqv-tooltip .price .first {
	display: inline-block;
	width: 40px;
	text-align: right;	
}
.eqv-tooltip .price .first.or {
	display: block;
	margin: 2px 0px 5px 0px;	
}
.eqv-tooltip .condition {
	color: #979899;
	background: rgba(27, 26, 21, 0.3);
	margin: -10px -12px -10px -12px;
	padding: 15px 10px;
	font-size: 11px;
}
.eqv-tooltip .condition .title {
	color: #5d5d53;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
.eqv-tooltip .title-image {
    vertical-align: top;
    margin-top: -10px;
    margin-right: 10px;
    float: left;
}
.eqv-tooltip .condition span {
	color: #c9a372;
	font-size: 13px;
	font-weight: bold;	
    color: #f4efc5;
    display: inline-block;
    margin-bottom: 3px;
}
.eqv-tooltip .complex {
	min-height: 109px;
	background: url(images/wot/tooltip/complex_bg.png) no-repeat left;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;	
	padding-bottom: 10px;
	margin: 10px -10px -10px -10px;
	color: #7a7b7c;
	background-size: 100% 100%;	
}
.eqv-tooltip .green {
	font-weight: normal!important;
	font-size: inherit!important;
	color: #81b457!important;
}
.eqv-tooltip .complex .title {
	color: #da741f;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;	
	display: inline-block;
	margin-bottom: 10px;
}
.eqv-tooltip .complex .icon {
	margin-bottom: -3px;	
}
.eqv-tooltip .complex .gold {
	margin-bottom: -3px;	
}
.eqv-tooltip .complex .gold-color {
	color: #d1ae86;
    font-weight: bold;
}
.eqv-tooltip .details .title {
	color: #f4efc5;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}
.eqv-tooltip .details .first,.eqv-tooltip .price .first,.eqv-tooltip .first {
	color: #b8b7b2!important;
	width: 80px;
	display: inline-block;
	margin-right: 10px;
	text-align: right;
	font-size: inherit!important;
	font-weight: inherit!important;
	float: left;
}
.eqv-tooltip .first {
	width: 50px;
}
.eqv-tooltip .magazine {
	margin-top: 3px;
}
.eqv-tooltip .magazine img {
	margin-bottom: -4px;
	margin-right: 5px;	
}
.eqv-tooltip .details .gray,.eqv-tooltip .gray {
	color: #6c6d6f!important;
	font-size: inherit!important;
	font-weight: inherit!important;
}
.eqv-tooltip .eqv-credit {
	margin-right: 5px;
	margin-left: 0px;	
}
.eqv-tooltip .eqv-xp {
	margin-top: -2px;
	margin-left: -5px;
	margin-right: 2px;
	vertical-align: top;	
}
.eqv-tooltip hr {
	margin: 10px 0px;	
}
.eqv-row .item-title {
    margin-top: 2px;
    max-height: 36px;
    overflow: hidden;
}

.tankopedia-techtree.ui-draggable-dragging:after {
    content: ' ';
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*
.wotinfo .tankopedia-techtree .item {
    margin-top: 5px;
}
.wotinfo .tankopedia-techtree .item .line--1-2.H_DU_H {
    top: calc(17px - 50px);
}
.wotinfo .tankopedia-techtree .item .line-1-2.H_UD_H {
    top: calc(17px + 50px);
}
*/
.wotinfo .more-title {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 0 5px #000;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
}