.dashboard {
	width: 100%;
	height: auto;
	position: relative;
	right: 10px;
}
.dashboard .hr {
	background-color: #dedfe2;
	min-height: 1px;
}
.dashboard .circle {
	display: table;
	float: left;
	min-width: 140px;
	min-height: 140px;
	max-width: 140px;
	max-height: 140px;
	overflow: hidden;
	width: 140px;
	height: 140px;
	margin: 5px;
	border-radius: 70px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	border: 1px solid;
}
.dashboard .square {
	display: table;
	min-width: 150px;
	min-height: 50px;
	width: 150px;
	height: 100px;
	float: left;
	margin: 5px;
	position: relative;
	z-index: 1;
}
.dashboard .circle>a {
	border-radius: 70px;
	box-sizing: border-box;
}
.dashboard .circle>a,
.dashboard .square>a,
.archive td a.link {
	color: white;
	text-decoration: none;
	display: table-cell;
	width: 100%;
	height: 100%;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	z-index: 3;
}
.dashboard .square>a:hover,
.archive td a.link:hover {
	background-color: #000;
	opacity: 0.7;
}
.dashboard .circle a:hover,
.archive td a.link:hover {
	background-color: #fff;
	#border: 1px solid #28438d;
	color: #000;
	box-sizing: border-box;
}
.transition {
	transition: 1s;
}
.clearfix {
	clear: both;
}

.archive td h3 {
	border-right: 2px solid #dedfe2;
}
.archive td, 
.archive td h3 {
	text-align: center;
}
.archive td a.link {
	width: 140px;
	height: 50px;
	padding: 0;
	border-radius: 10px;
}

.c1 { background-color: #28438d; }
.c2 { background-color: #314e9d; }
.c3 { background-color: #3a59ad; }
.c4 { background-color: #4263bc; }
.c5 { background-color: #486bc8; }
.c6 { background-color: #5074d3; }

.yearSelector {
	position: absolute;
	right: -20px;
  top: -40px;
}
.yearSelector>li {
	display: inline;
	vertical-align: middle;
}

.yearSelector>li>a, 
.yearSelector>li>span {
    position: relative;
	height: 33px;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
	vertical-align: middle;
}

.yearSelector>.active>a, .yearSelector>.active>a:focus, .yearSelector>.active>a:hover, .yearSelector>.active>span, .yearSelector>.active>span:focus, .yearSelector>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.yearSelector>.disabled>a, .yearSelector>.disabled>a:focus, .yearSelector>.disabled>a:hover, .yearSelector>.disabled>span, .yearSelector>.disabled>span:focus, .yearSelector>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.yearSelector>.active1>a, 
.yearSelector>.active1>a:focus, 
.yearSelector>.active1>a:hover, 
.yearSelector>.active1>span, 
.yearSelector>.active1>span:focus, 
.yearSelector>.active1>span:hover,
.yearSelector>.active1>select,
.yearSelector>.active1>span>select {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.yearSelector>.active1>select,
.yearSelector>.active1>span>select
{
	margin: 0;
	padding: 0;
}
.yearSelector>.active1>select>option,
.yearSelector>.active1>span>select>option
{
	color: #337ab7;
    background-color: #fff;
}
/*
визуально все цвета 
http://janne.rautiola.fi/portfolio/wp-content/uploads/2013/05/MetroCharmsTileColors.png
 */
/*.square.c1 { background-color: rgba(243,178,0,255); }
.square.c2 { background-color: rgba(99,47,0,255); }
.square.c3 { background-color: rgba(70,23,180,255); }
.square.c4 { background-color: rgba(0,193,63,255); }
.square.c5 { background-color: rgba(170,64,255,255); }
.square.c6 { background-color: rgba(145,209,0,255); }
.square.c7 { background-color: rgba(254,124,34,255); }

.square.c8 { background-color: rgba(119,185,0,255); }
.square.c9 { background-color: rgba(176,30,0,255); }
.square.c10 { background-color: rgba(0,106,193,255); }
.square.c11 { background-color: rgba(255,152,29,255); }
.square.c12 { background-color: rgba(31,174,255,255); }
.square.c13 { background-color: rgba(255,183,0,255); }

.square.c14 { background-color: rgba(37,114,235,255); }
.square.c15 { background-color: rgba(193,0,79,255); }
.square.c16 { background-color: rgba(0,130,135,255); }
.square.c17 { background-color: rgba(255,46,18,255); }
.square.c18 { background-color: rgba(86,197,255,255); }
.square.c19 { background-color: rgba(255,118,188,255); }

.square.c20 { background-color: rgba(173,16,60,255); }
.square.c21 { background-color: rgba(114,0,172,255); }
.square.c22 { background-color: rgba(25,153,0,255); }
.square.c23 { background-color: rgba(255,29,119,255); }
.square.c24 { background-color: rgba(0,216,204,255); }
.square.c25 { background-color: rgba(0,163,163,255); }*/
