﻿/* Фиксиране на заглавията на притурките */
.uni-ruse .ms-webpart-titleText {
	font-family: "OpenSansCondensedLight";
	text-transform: uppercase;
	color: #049CDB !important;
	font-weight: normal !important;
	font-size: 20px;
	line-height: 30px !important;
	margin-top: 0px;
	margin-bottom: 0px;
}

.uni-ruse .ms-webpart-titleText a, .uni-ruse .ms-webpart-titleText a:active, .uni-ruse .ms-webpart-titleText a:link, .uni-ruse .ms-webpart-titleText a:visited,
.uni-ruse .index-section h2 a, .uni-ruse .index-section h2 a:active, .uni-ruse .index-section h2 a:link, .uni-ruse .index-section h2 a:visited,
.uni-ruse .ms-listviewtable a, .uni-ruse .ms-listviewtable a:active, .uni-ruse .ms-listviewtable a:link, .uni-ruse .ms-listviewtable a:visited {
	color: #049CDB !important;
	text-decoration: none;
}

.uni-ruse .ms-webpart-titleText a:hover, .uni-ruse .index-section h2 a:hover, .uni-ruse .index-section .ms-link:hover, .uni-ruse .ms-listviewtable a:hover {
	text-decoration: underline;
}

.uni-ruse .ms-listviewtable a, .uni-ruse .ms-listviewtable a:active, .uni-ruse .ms-listviewtable a:link, .uni-ruse .ms-listviewtable a:visited, .uni-ruse .ms-listviewtable a:hover {
	color: #000 !important;
}

.uni-ruse .ms-webpart-titleText.ms-webpart-titleText {
	color: #049CDB !important;	
}

.uni-ruse .ms-vb {
	padding: inherit !important;
	line-height: 18px;
}

.uni-ruse .ms-webpart-titleText img {
	width: 30px !important;
	height: 30px !important;
	float: left;
	margin: 2px 6px 2px 0px;
	max-width: 100%;
}

/* Скриване на заглавката в списъчните притурки */

.uni-ruse .ms-listviewtable THEAD, .uni-ruse .ms-emptyView THEAD {
	display: none;
}


/* Календар */

.ms-acal-month-top {
	font-size: 7px;
}

select {
	width: auto;
}

.ms-standardheader {
	font-size: 20px !important;
}

.ms-vh-div[name="LinkFilenameNoMenu"] {
	min-width: 110px;
}

/* Плочки */

.tile, .tile:active, .tile:focus, .tile:hover, .tile:link, .tile:visited {
	height: 75px;
	min-height: 55px;
	max-width: 350px;
	margin-bottom: 10px;
	display: block;
	position: relative;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 20px;
	color: #FFF;
	background-color: #2B5797;
	font-family: "OpenSansCondensedLight";
	font-weight: 500;
	font-size: 30px;
	line-height: 28px;
	text-decoration: none;
	cursor: pointer;
}


/*	width: 230px;
	height: 89px;
	display: block;
	position: relative;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 20px;
	color: #FFF;
	background-color: #2B5797;
	font-family: "OpenSansCondensedLight";
	font-weight: 500;
	font-size: 30px;
	text-decoration: none;
	cursor: pointer;
}*/

.tile1, .tile:active, .tile:focus, .tile:hover, .tile:link, .tile:visited{
	
	
	height: 20px;

	display: block;
	position: relative;
	background-position: right bottom;
	background-repeat: no-repeat;
	color:#FFF;
    background-color: #2B5797;
    font-family: "OpenSansCondensedLight";
	font-weight: 200;
	font-size: 16px;
	text-decoration: none;

	cursor: pointer;
	padding: 15px 15px 15px 25px;
	
	
	

}


.tile-signin, .tile-signin:active, .tile-signin:link, .tile-signin:visited {
	background-image: url('/SiteAssets/icons/tile-signin.png');
	background-color: #2B5797;
	
}
.tile-signin:hover, .tile-signin:focus {
	background-color: #1D79FF;
}

.tile-signup, .tile-signup:active, .tile-signup:link, .tile-signup:visited {
	background-image: url('/SiteAssets/icons/tile-signup.png');
	background-color: #9F1700;
}
.tile-signup:hover, .tile-signup:focus {
	background-color: #EB2200;
}
.tile-tile1, .tile-tile1:active, .tile-tile1:link, .tile-tile1:visited {
		background-color: #2B5797;
}
.tile-:hover, .tile-tile1:focus {
	background-color: #3266b3

