h2 {
	position: absolute;
    z-index: 1;
    top: -21px;
    text-align: center;
    width: 100%;
    color: #efdac5;
    margin-left: -25px;
}
a.back.tankopedia {
	right: 30px;
    top: -18px;
    z-index: 1;
}

.tankopedia-missions {
	margin-top: -30px;
}
.tankopedia-missions .map-select {
	background: url(images/wot/personalMissions/tank_map.jpg);
	width: 1053px;
	height: 702px;
	margin: 0px -25px;
	position: relative;
}
.tankopedia-missions .map-select .link {
	position: absolute;
 	width: 132px;
    height: 91px;
    transition: all 250ms;
    overflow: hidden;
}
.tankopedia-missions .map-select .link.stug_iv {
	top: 294px;
    left: 184px;
}
.tankopedia-missions .map-select .link.t28_htc {
	left: 365px;
    top: 149px;
}
.tankopedia-missions .map-select .link.t_55a {
	left: 575px;
    top: 330px;
}

.tankopedia-missions .map-select .link.obj_260 {
	left: 742px;
    top: 142px;
}
.tankopedia-missions .map-select .link:hover {
	box-shadow: 0px 0px 10px 6px rgba(253, 253, 253, 0.2)
}

.tankopedia-missions .map-select .link:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

/* Hover state - trigger effect */

.tankopedia-missions .map-select .link:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */

.tankopedia-missions .map-select .link:active:after {
  opacity: 0;
}



.map-image {
	transition: 500ms 400ms all;
	margin-left: -48px;
}
.map-image.clone {
    position: absolute;
    top: 0;
    left: 0;  
}
.tank-selector {
	height: 115px;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	background: rgba(28, 27, 23, 0.82);
	text-align: center;
}
.tank-selector:before {
	content: ' ';
	width: 300px;
	height: 80px;
	background: url(images/wot/personalMissions/flash/personalMissionsPage/image%2016.png) top center;
	position: absolute;
	bottom: -15px;
	left: -15px;
 	z-index: 1;
 	transition: 500ms left;
}
.tank-selector[data-selected="1"]:before {
    left: 186px;
}
.tank-selector[data-selected="2"]:before {
    left: 314px;
}
.tank-selector[data-selected="3"]:before {
    left: 439px;
}
.tank-selector[data-selected="4"]:before {
    left: 568px;
}
.tank-selector:after {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 155px;
    bottom: -154px;
    left: 0px;
    background: url(images/wot/personalMissions/flash/personalMissionsPage/image%2026.png) top center;
    opacity: 0.9;
}
.tank-selector .tank {
	display: inline-block;	
	height: 100%;
	position: relative;
	min-width: 120px;
}
.tank-selector .tank .table {
	display: table;	
	height: 100%;
}
.tank-selector .tank .table .cell {
	display: table-cell;	
	vertical-align: middle;
}
.tank-selector .tank img {
	height: 80px;	
	vertical-align: middle;
	transition: 400ms all;
}
.tank-selector .tank.active img {
	height: 100px; 	
}
.tank-selector .tank.active .name {
	margin-left: -20px;
	width: 100px;
	opacity: 1;
}
.tank-selector .tank .name {
	display: inline-block;
	font-family: 'swiss721_cn_pflbold';	
 	color: #dad3b7;
 	font-size: 21px;
    width: 0px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    transition: 400ms all;
}
.tank-selector .tank:before {
	content: ' ';
	width: 24px;
	height: 48px;
	background: url(images/wot/personalMissions/flash/personalMissionsPage/image%2013.png) top center;
	position: absolute;
	top: 28px;
    right: -17px;
	transform: rotate(180deg);
 	transition: 400ms all;
}
.tank-selector .tank.active:before {
	right: -7px;
}
.tank-selector .tank:last-child:before {
	display: none;	
}
.operation-title {
	position: absolute;
    top: 140px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-shadow: rgba(0, 0, 0, 0.53) 1px 1px 3px
}
.type-selector {
	position: absolute;
    top: 290px;
    left: -30px;
    z-index: 3;
}
.type-selector .type .table {
	display: table;
	width: 100%;
	height: 100%;	
}
.type-selector .type .table .cell {
	display: table-cell;
	vertical-align: middle;	
 	padding-left: 42px;
    padding-right: 15px;
    word-break: break-word;
}
.type-selector .type {
	width: 190px;
	height: 70px;	
	background: url(images/wot/personalMissions/flash/personalMissionsPage/image%2034.png) top right;
 	padding-left: 30px;
 	opacity: 0.7;
 	transition: 300ms all;
  	color: #fff;
 	position: relative;
}
.type-selector .type:after {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(images/wot/personalMissions/flash/personalMissionsPage/image%2042.png) top right;
	transition: 300ms all;
	opacity: 0;
}
.type-selector .type.active {
    color: #ffdb97;
    text-shadow: 0px 0px 20px #f90a0a;
    background: url(images/wot/personalMissions/flash/personalMissionsPage/image%2038.png) top right;
	margin-left: 10px;
	opacity: 1;
}
.type-selector .type img {
	position: absolute;
	top: 0;
	left: 10px;	
}
.type-selector .type:hover {
    opacity: 0.9;
}
.type-selector .type:not(.active):hover:after {
    opacity: 1;
}

.map {
	position: relative;
 	margin: -30px -25px -40px -25px;
    height: 830px;
    overflow: hidden;
	webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}
.map .county svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
 	height: 100%;  	
}
.map .county img {
	
}
.map svg path {
	transition: 300ms all;
	fill: rgba(0, 0, 0, 0);
	
}
.map svg g {
	pointer-events: visible;
  	z-index: 10;
}
.map svg g:hover path {
	fill: rgba(0, 0, 0, 0.1);
}
.map .county {
	position: absolute;
	pointer-events: none;
}
.map .county .number {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
}
.map .county .number svg path {
	fill: rgba(0, 0, 0, 0.3);
}

.map .type-container {
	transition: 400ms all;
	opacity: 0;
	width: 100%;
	position: absolute;
}
.map .type-container.active {
	opacity: 1;	
	z-index: 2;
}
.map .type-container.light {
	top: 228px;	
 	background: url(images/wot/personalMissions/flash/personalMissionsPlanLT/bg.png) top -269px left -271px;
 	height: 503px;
}
.map .type-container.medium {
	top: 180px;	
	background: url(images/wot/personalMissions/flash/personalMissionsPlanMT/bg.png) top -239px left -270px;
	height: 565px;
}
.map .type-container.heavy {
	top: 233px;	
	background: url(images/wot/personalMissions/flash/personalMissionsPlanHT/bg.png) top -275px left -259px;
	height: 506px;
}
.map .type-container.td {
	top: 205px;	
	background: url(images/wot/personalMissions/flash/personalMissionsPlanTD/bg.png) top -252px left -217px;
 	height: 517px;
}
.map .type-container.spg {
	top: 230px;	
	background: url(images/wot/personalMissions/flash/personalMissionsPlanSPG/bg.png) top -283px left -226px;
 	height: 531px;
}

.map .light .lt-1 {
	left: 221px;
    top: 11px;
}
.map .light .lt-2 {
	left: 159px;
    top: 156px;
}
.map .light .lt-3 {
	left: 170px;
    top: 215px;
}
.map .light .lt-4 {
	left: 180px;
    top: 370px;
}
.map .light .lt-5 {
	left: 338px;
    top: 49px;
}
.map .light .lt-6 {
	left: 291px;
    top: 155px;
}
.map .light .lt-7 {
	left: 248px;
    top: 333px;
}
.map .light .lt-8 {
	left: 438px;
    top: 32px;
}
.map .light .lt-9 {
	left: 449px;
    top: 152px;
}
.map .light .lt-10 {
	left: 382px;
    top: 242px;
}
.map .light .lt-11 {
	left: 393px;
    top: 379px;
}
.map .light .lt-12 {
	left: 588px;
    top: 0px;
}
.map .light .lt-13 {
	left: 590px;
    top: 72px;
}
.map .light .lt-14 {
	left: 549px;
    top: 188px;
}
.map .light .lt-15 {
	left: 634px;
    top: 137px;	
}
/**/
.map .light .lt-3 .number {
	margin-top: -15px;
    margin-left: -1px;
}
.map .light .lt-5 .number {
	margin-left: -32px;
    margin-top: -14px;
}
.map .light .lt-6 .number {
    margin-top: -27px;
    margin-left: -13px;
}
.map .light .lt-8 .number {
    margin-left: -6px;
}
.map .light .lt-11 .number {
    margin-top: -10px;
    margin-left: 0px;
}
.map .light .lt-12 .number {
	margin-top: -36px;
    margin-left: -10px;
}
.map .light .lt-15 .number {
	margin-top: -98px;
    margin-left: 11px;
}
/**/
.map .medium .mt-1 {
	left: 180px;
    top: 73px;
}
.map .medium .mt-2 {
	left: 192px;
    top: 166px;
}
.map .medium .mt-3 {
    left: 158px;
    top: 277px;
}
.map .medium .mt-4 {
	left: 244px;
    top: 432px;
}
.map .medium .mt-5 {
	left: 248px;
    top: 36px;
}
.map .medium .mt-6 {
	left: 325px;
    top: 183px;
}
.map .medium .mt-7 {
    left: 272px;
    top: 291px;
}
.map .medium .mt-8 {
    left: 393px;
    top: 82px;
}
.map .medium .mt-9 {
    left: 448px;
    top: 177px;
}
.map .medium .mt-10 {
    left: 435px;
    top: 301px;
}
.map .medium .mt-11 {
    left: 551px;
    top: 260px;
}
.map .medium .mt-12 {
    left: 518px;
    top: 391px;
}
.map .medium .mt-13 {
    left: 613px;
    top: 383px;
}
.map .medium .mt-14 {
    left: 736px;
    top: 420px;
}
.map .medium .mt-15 {
	left: 634px;
    top: 0px;	
}
/**/
.map .medium .mt-3 .number {
    margin-top: -15px;
    margin-left: -31px;
}
.map .medium .mt-7 .number {
    margin-top: -25px;
    margin-left: -11px;
}
.map .medium .mt-8 .number {
    margin-top: -13px;
    margin-left: 2px;
}
.map .medium .mt-10 .number {
    margin-top: -26px;
    margin-left: -22px;
}
.map .medium .mt-11 .number {
    margin-left: -12px;
}
.map .medium .mt-12 .number {
    margin-top: -10px;
}
.map .medium .mt-13 .number {
    margin-top: -24px;
    margin-left: -9px;
}
.map .medium .mt-14 .number {
    margin-top: -12px;
}
.map .medium .mt-15 .number {
    margin-top: -140px;
    margin-left: 0px;
}
/**/
.map .heavy .ht-1 {
    left: 171px;
    top: 105px;
}
.map .heavy .ht-2 {
    left: 166px;
    top: 218px;
}
.map .heavy .ht-3 {
    left: 244px;
    top: 49px;
}
.map .heavy .ht-4 {
    left: 275px;
    top: 149px;
}
.map .heavy .ht-5 {
    left: 302px;
    top: 286px;
}
.map .heavy .ht-6 {
    left: 394px;
    top: 42px;
}
.map .heavy .ht-7 {
    left: 394px;
    top: 175px;
}
.map .heavy .ht-8 {
    left: 491px;
    top: 197px;
}
.map .heavy .ht-9 {
    left: 436px;
    top: 340px;
}
.map .heavy .ht-10 {
    left: 518px;
    top: 8px;
}
.map .heavy .ht-11 {
	left: 613px;
    top: 0px;
}
.map .heavy .ht-12 {
    left: 606px;
    top: 142px;
}
.map .heavy .ht-13 {
    left: 666px;
    top: 247px;
}
.map .heavy .ht-14 {
    left: 736px;
    top: 37px;
}
.map .heavy .ht-15 {
    left: 754px;
    top: 135px;
}
/**/
.map .heavy .ht-1 .number {
    margin-top: -23px;
    margin-left: -24px;
}
.map .heavy .ht-5 .number {
    margin-top: -17px;
    margin-left: -14px;
}
.map .heavy .ht-6 .number {
    margin-top: -10px;
    margin-left: -45px;
}
.map .heavy .ht-8 .number {
    margin-left: -10px;
    margin-top: -30px;
}
.map .heavy .ht-9 .number {
    margin-top: -10px;
    margin-left: -24px;
}
.map .heavy .ht-10 .number {
    margin-top: -11px;
}
.map .heavy .ht-11 .number {
    margin-left: -7px;
}
.map .heavy .ht-13 .number {
    margin-top: -24px;
    margin-left: -20px;
}
.map .heavy .ht-14 .number {
    margin-top: -12px;
    margin-left: -17px;
}
.map .heavy .ht-15 .number {
    margin-top: -79px;
    margin-left: 10px;
}
/**/
.map .td .td-1 {
    left: 218px;
    top: 41px;
}
.map .td .td-2 {
    left: 215px;
    top: 192px;
}
.map .td .td-3 {
	left: 226px;
    top: 287px;
}
.map .td .td-4 {
    left: 341px;
    top: 76px;
}
.map .td .td-5 {
    left: 352px;
    top: 247px;
}
.map .td .td-6 {
    left: 306px;
    top: 387px;
}
.map .td .td-7 {
    left: 436px;
    top: 18px;
}
.map .td .td-8 {
	left: 431px;
    top: 152px;
}
.map .td .td-9 {
    left: 455px;
    top: 324px;
}
.map .td .td-10 {
	left: 558px;
    top: 0px;
}
.map .td .td-11 {
    left: 534px;
    top: 145px;
}
.map .td .td-12 {
    left: 571px;
    top: 270px;
}
.map .td .td-13 {
    left: 624px;
    top: 343px;
}
.map .td .td-14 {
	left: 648px;
    top: 128px;
}
.map .td .td-15 {
    left: 754px;
    top: 30px;
}
/**/
.map .td .td-1 .number {
    margin-top: -10px;
    margin-left: -16px;
}
.map .td .td-2 .number {
    margin-top: -29px;
    margin-left: -25px;
}
.map .td .td-7 .number {
    margin-top: -15px;
    margin-left: -20px;
}
.map .td .td-8 .number {
    margin-top: -20px;
    margin-left: -24px;
}
.map .td .td-10 .number {
    margin-top: -27px;
    margin-left: -12px;
}
.map .td .td-11 .number {
    margin-top: -17px;
    margin-left: -25px;
}
.map .td .td-12 .number {
    margin-top: -28px;
}
.map .td .td-15 .number {
    margin-top: -140px;
}
/**/
.map .spg .spg-1 {
    left: 226px;
    top: 17px;
}
.map .spg .spg-2 {
    left: 206px;
    top: 127px;
}
.map .spg .spg-3 {
	left: 224px;
    top: 359px;
}
.map .spg .spg-4 {
    left: 306px;
    top: 117px;
}
.map .spg .spg-5 {
	left: 305px;
    top: 229px;
}
.map .spg .spg-6 {
    left: 455px;
    top: 54px;
}
.map .spg .spg-7 {
    left: 415px;
    top: 179px;
}
.map .spg .spg-8 {
	left: 393px;
    top: 317px;
}
.map .spg .spg-9 {
    left: 571px;
    top: 0px;
}
.map .spg .spg-10 {
    left: 524px;
    top: 161px;
}
.map .spg .spg-11 {
    left: 511px;
    top: 311px;
}
.map .spg .spg-12 {
	left: 624px;
    top: 73px;
}
.map .spg .spg-13 {
    left: 673px;
    top: 192px;
}
.map .spg .spg-14 {
	left: 628px;
    top: 272px;
}
.map .spg .spg-15 {
    left: 799px;
    top: 131px;
}
/**/
.map .spg .spg-1 .number {
    margin-top: -19px;
    margin-left: -14px;
}
.map .spg .spg-2 .number {
    margin-top: -24px;
    margin-left: -26px;
}
.map .spg .spg-3 .number {
    margin-top: -27px;
    margin-left: -33px;
}
.map .spg .spg-5 .number {
    margin-left: -11px;
}
.map .spg .spg-8 .number {
    margin-top: -25px;
    margin-left: -26px;
}
.map .spg .spg-9 .number {
    margin-top: -28px;
    margin-left: -20px;
}
.map .spg .spg-11 .number {
    margin-top: -3px;
    margin-left: -16px;
}
.map .spg .spg-12 .number {
    margin-top: -15px;
    margin-left: -17px;
}
.map .spg .spg-13 .number {
    margin-top: -20px;
    margin-left: -8px;
}
.map .spg .spg-15 .number {
    margin-top: -110px;
}
/**/
.map .type-container .county .item {
	position: absolute; 	
    text-align: center;
    color: #bbb699;
    font-family: 'swiss721_cn_pflnormal';
    font-size: 17px;
    text-shadow: 1px 1px 4px #000;
}
.map .type-container .county .item img {
	display: block;	
	margin-bottom: -15px;
}

.map .type-container.light .county .item {
    top: 144px;
    left: 150px;
}
.map .type-container.medium .county .item {
    top: 130px;
    left: 140px;
}
.map .type-container.heavy .county .item {
    top: 150px;
    left: 90px;
}
.map .type-container.td .county .item {
    top: 152px;
    left: 117px;
}
.map .type-container.spg .county .item {
	top: 168px;
    left: 62px;
}


.map .list-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    z-index: -1;
    transition: 350ms all;
}
.map .list-wrapper.active {
    opacity: 1;
    z-index: 10;
}
.map .list-holder {
	width: 750px;
 	position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -375px;
}
.map .list-holder .close {
	color: #ffdb97;
	text-shadow: -0px -0px 20px #f90a0a;
 	position: absolute;
    right: 2px;
    top: -30px;
    font-size: 15px;
}
.map .list-holder .close svg {
	height: 15px;
	width: 15px;
 	-webkit-filter: drop-shadow( -5px -5px 5px #f90a0a );
    filter: drop-shadow( -0px -0px 5px #f90a0a );
    margin-bottom: -2px;
    margin-left: 3px;
}
.map .list-holder .close svg path {
	fill: #f8d2a5;
}
.map .list-holder .previous,.map .list-holder .next {
    width: 75px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100px;   
    transition: all 350ms;    
}
.map .list-holder .previous:not(.disabled):hover,.map .list-holder .next:not(.disabled):hover {
	box-shadow: 0px 0px 3px rgba(221, 182, 143, 0.7);
}
.map .list-holder .next {
	left: auto;
	right: -100px;	
}
.map .list-holder .previous svg,.map .list-holder .next svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.map .list-holder .previous svg path,.map .list-holder .next svg path {
	stroke: #f8d2a5;
}
.map .list-holder .previous svg,.map .list-holder .next svg {
    -webkit-filter: drop-shadow( -5px -5px 5px #f90a0a );
    filter: drop-shadow( -0px -0px 5px #f90a0a );
}
.map .list-holder .previous.disabled svg path,.map .list-holder .next.disabled svg path {
	stroke: #353831;
}
.map .list-holder .previous.disabled svg,.map .list-holder .next.disabled svg {
	-webkit-filter: none;
    filter: none;
}
.map .list-holder .previous svg {
	transform: translate(-50%,-50%) rotate(180deg);
}
.map .list-holder .pagination {
    position: absolute;
    left: 0;
    bottom: -30px;   
    text-align: center;
    width: 100%;
    z-index: 2;
}
.map .list-holder .pagination span {
    width: 27px;
    height: 20px;
    border: 1px solid #aea593;
    color: #aea593;   
    display: inline-block;
    margin: 0px 9px;    
    line-height: 18px;
    border-radius: 2px;
    font-size: 11px;
}
.map .list-holder .pagination span.active {
	border-color: #9d763d;
    box-shadow: 0px 0px 8px 0px rgba(119, 95, 67, 0.93);
    background: rgba(157, 118, 61, 0.15);
    color: #c7c7c7;
}
.map .list-holder .pagination span:first-child{
    margin-left: 0;
}
.map .list-holder .pagination span:last-child {
    margin-right: 0;
}
.map .list-holder .mission-details {
	font-family: 'swiss721_cn_pflnormal';
	height: 550px;
   	background: #1c1b17;
    z-index: 10;
    border: 2px solid #2c2b27;
    border-radius: 5px;
    padding: 30px 35px;
    background: #1c1b17 url(images/wot/personalMissions/flash/personalMissionDetails/background.png) no-repeat 0px 78px
}
.map .list-holder .mission-details > .title {
	color: #77776d;
    font-size: 16px;
    display: inline-block;
    height: 28px;
	position: absolute;	
}
.map .list-holder .mission-details > .title.primary {
	top: 95px;
    left: 47px;
}
.map .list-holder .mission-details > .title.secundary {
	top: 95px;
    left: 440px;
}

.map .list-holder .mission-details .mission > .title {
	color: #fdfeec;
	font-size: 25px;
    text-shadow: rgba(255, 255, 255, 0.2) 1px 1px 3px;
    display: inline-block;
    height: 35px;
    padding-left: 10px;
}
.map .list-holder .mission-details .mission > .title svg {
	width: 25px;
    height: 25px;
    vertical-align: top;
    margin-top: 4px;	
}
.map .list-holder .mission-details .mission > .title svg path {
	fill: #fff;	
}
.map .list-holder .mission-details .mission > .title .holder {
	position: relative;
	display: inline-block;
}
.map .list-holder .mission-details .mission > .title svg:hover + .tooltip {
	display: block;	
}

.map .list-holder .mission-group {
    display: none;
}
.map .list-holder .mission-group.active {
    display: block;   
}
.map .list-holder .mission-details .mission {
    position: absolute;
    opacity: 0;
    transition: 650ms all;    
}
.map .list-holder .mission-details .mission.active {
    display: block;
    opacity: 1;
    z-index: 2;
}   

.map .list-holder .mission-group[data-tank="1"] .mission:last-child {
	background: url(images/wot/personalMissions/flash/personalMissionDetails/bg1.png) no-repeat 0px 95px;
    background-size: 400px;
}
.map .list-holder .mission-group[data-tank="2"] .mission:last-child {
	background: url(images/wot/personalMissions/flash/personalMissionDetails/bg2.png) no-repeat 0px 95px;
    background-size: 400px;
}
.map .list-holder .mission-group[data-tank="3"] .mission:last-child {
	background: url(images/wot/personalMissions/flash/personalMissionDetails/bg3.png) no-repeat 0px 95px;
    background-size: 400px;
}
.map .list-holder .mission-group[data-tank="4"] .mission:last-child {
	background: url(images/wot/personalMissions/flash/personalMissionDetails/bg4.png) no-repeat 0px 95px;
    background-size: 400px;
}

.map .list-holder .mission-details .rewards {
	height: 97px;
	/*background: url(images/wot/personalMissions/flash/personalMissionDetails/rewards.png);*/
	margin: 28px -35px 0px -35px;
}
.map .list-holder .mission-details .rewards .primary {
    width: 420px;
    text-align: center;
    float: left;
    height: 100%;
}
.map .list-holder .mission-details .rewards .secundary {
    width: 300px;
    text-align: center;
    float: left;
    height: 100%;
}
.map .list-holder .mission-details .rewards .table {
	display: table;
	width: 100%;
	height: 100%;
}
.map .list-holder .mission-details .rewards .table .cell {
	display: table-cell;
	vertical-align: middle;
}
.map .list-holder .mission-details .rows {
	height: 285px;
	/*background: url(images/wot/personalMissions/flash/personalMissionDetails/rows.png);*/
 	padding: 56px 10px 0 10px;
 	position: relative;
}
/*
.map .list-holder .mission-details .rows:after {
	content: ' ';
	display: block;
	background: url(images/wot/personalMissions/flash/personalMissionDetails/horizontal.png);
	width: 60px;
	height: 390px;
	position: absolute;
	left: 368px;
	top: 20px;	
	opacity: 0.7;
}
*/
.map .list-holder .mission-details .rows .primary {
	width: 378px;
	float: left;
    padding-right: 15px;
}
.map .list-holder .mission-details .rows .secundary {
	width: 245px;
	float: left;
    padding-left: 15px;	
}
.map .list-holder .mission-details .rows .row { 
 	height: 83px;
 	display: table-row;
 	color: #77776d;
    font-size: 20px;
    font-size: 14px;
    line-height: 1.3;
}
.map .list-holder .mission-details .rows .row .cell {
	display: table-cell;
	vertical-align: middle;		
	position: relative;
	padding-left: 60px;
}
.map .list-holder .mission-details .rows .row .cell .title {
	color: #ccc5b2;
	height: auto;
    margin-bottom: 1px;
    font-size: 15px;		
}
.map .list-holder .mission-details .rows .row .cell .descr {
	max-height: 49px;
    overflow: hidden;
    font-size: 13px;
    position: relative;
}		

.map .list-holder .mission-details .rows .row img {
	position: absolute;
    left: -40px;
    top: -24px;
}
.map .list-holder .mission-details .rows .row .or {
	width: 40px;
    height: 87px;
    color: #6b695d;
    line-height: 86px;
    background: url(images/wot/personalMissions/flash/personalMissionDetails/or.png) top center no-repeat;
    text-align: center;
    position: absolute;
    left: -45px;
    top: 39px;
    color: #ad9e81;
}

.map .mission-details .rewards .tooltip {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}
.map .mission-details .rewards .tooltip img:hover + .bubble {
	display: block;	
}
.map .mission-details .rewards .tooltip .bubble, .row .descr .tooltip,.map .list-holder .mission-details .mission > .title .tooltip {
	display: none;
    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;
    float: left;
    line-height: 1.3;
    margin: 0;
    padding: 8px 10px;
    position: absolute;
    z-index: 10;
    bottom: 90px;
    left: 50%;
    box-sizing: border-box;
    font-size: 15px;
    font-family: Arial;
    transform: translateX(-50%);
    max-width: 250px;
    width: 200px;
    width: max-content;
    width: -moz-max-content;
    font-size: 12px;
    text-align: left;
}
.tankopedia-maps .tooltip .bubble {
	width: 150px;
	width: -moz-max-content;
    width: max-content;
    bottom: 78px;   
}
.map .mission-details .rewards .tooltip .bubble:after {
    content: ' ';
    width: 29px;
    height: 14px;
    background: url(images/wot/tooltip/bottom.png) no-repeat;
    display: block;
    position: absolute;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%);
}

.row .descr:hover {
	overflow: visible!important;	
}
.row .descr:hover .tooltip {
	display: block;
}
.row .descr .tooltip {
	bottom: 50%;
    transform: translateY(50%)!important;
    left: -11px;
    width: 100%;
    transform: none;
    font-size: 13px;
    box-sizing: content-box;
    font-family: 'swiss721_cn_pflnormal';
    max-width: 100%;
}
.map .mission-details .rewards .tooltip .green {
	color: #81b457;
}
.map .mission-details .rewards .tooltip strong,.map .list-holder .mission-details .mission > .title .tooltip strong {
	display: block;
	font-family: 'swiss721_cn_pflbold';
	font-weight: normal;
    color: #e6e2bf;
    font-size: 16px;
}
.map .list-holder .mission-details .mission > .title .tooltip strong { 
	font-size: 15px;
	margin-bottom: 3px;	
}
.map .mission-details .rewards .tooltip .number {
    color: #d8cecc;
    font-size: 15px;
    font-family: 'swiss721_cn_pflnormal';
    text-shadow: 0px 0px 5px #000;
    margin-top: -13px;
}
.map .mission-details .rewards .tooltip .number.right {
    float: none;
    text-align: right;   
}
.map .mission-details .rewards .tooltip img {
    margin-top: -4px;
    height: 70px;
}

.map .list-holder .mission-details .mission > .title .tooltip {
    bottom: 0px;
    left: 25px;
    transform: none;
    max-width: 350px;
    transform: translateY(100%);
}

.tank-selector .tank .table .cell:hover,.type-selector .type:hover,.map .county svg:hover,
.map .list-holder .next:not(.disabled):hover,.map .list-holder .previous:not(.disabled):hover,.map .list-holder .mission-details .mission > .title svg:hover,
.map .list-holder .pagination span:hover, .map .mission-details .rewards .tooltip:hover, .map .list-holder .close:hover {
	cursor:url(images/wot/cursors/cursor-pointer.png),pointer !important;	
}