/**
 *
 *	Bootstrap CSS overrides
 *
 */


/* -----@fonts */
@font-face {
	font-family: 'Libre Baskerville';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/Libre_Baskerville.woff') format('woff');
}


/* @general style ----------- */
html,
body {
}
body {
	font-size: 13px;
	background: transparent;
/* 	background-image: url('../images/bg-inside.jpg'); */
	padding-bottom: 60px;
}
html {
	height: 100%;

	background: white;
	background: #E6EAEF;


	background: url("../images/bg1.png") no-repeat center center fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h1,
h2,
h3,
h4 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: normal;
}
h1.liga-name {
	font-family: 'Libre Baskerville', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	margin-bottom: 0px;
}


hr {
  margin: 5px;
  margin-left: 0px;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: none;
}
img a {
	border: none;
	text-decoration: none;
}

.select-small {
	height: auto;
}
.input-auto {
	width: auto;
}

#content_overlay {
	padding-top: 50px;
}
.well {
	margin-top: 20px;
	background: #efefef;
	border: 1px solid white;
}

a {
	color: black;
}



/* ----- @tables */
.table-top th {
	border-bottom: double #ccc;
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.table th {
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.table-auto {
	width: auto;
}
.table-auto th,
.table-auto td {
	padding-left: 20px;
	padding-right: 20px;
}
.table-noborder,
.table-noborder td,
.table-noborder th,
.table.table-noborder td,
.table.table-noborder th {
	border: none;
}
.table-middle td {
	vertical-align: middle !important;
}
.center {
	text-align:center;
}
th.narrow {
	width: 10px;
	white-space: nowrap;
}
.strike {
	text-decoration:line-through;
}
tr.danger td {
	background: rgba(243,224,224,0.6) !important;
}


.table-striped tbody > tr:nth-child(even) {
	background: rgba(255,255,255,0.4);
}




/* ----- @alerts */
.alert,
ul.breadcrumb {
	border-radius: 0px;
	margin-top: 10px;
}
.alert-danger {
	background-color: rgba(243,224,224,0.5);
}
.alert-info {
	background-color: rgba(218,238,248,0.5);
}
#login .alert-info {
	background-color: rgba(218,238,248,1);
}
.alert-warning {
	background-color: rgba(253,249,228,0.5);
}
ul.breadcrumb {
	background: rgba(64,64,64,0.05);
	padding: 15px;
}




/* header */
#header {
	padding: 15px;
	vertical-align: middle;
	padding-top: 40px;
}
#header h3 {
	font-size: 30px;
	font-family: 'Helvetica Neue', 'Helvetica Neue', sans-serif;

	text-shadow: 0px 1px 1px white;
}
#header img {
	width: 250px;
	margin-top: -13px;
	margin-right: 10px;
}
.muted a {
	color: #333;
	text-decoration: none;
}

/* CSS style za zimski del lige - modra */
#header {
	width: 100%;
	padding: 0px;
	padding-top: 50px;
	padding-bottom: 40px;
	background: #62676b;

	border-top: 1px solid #999;
	border-bottom: 1px solid #999;

	background-image: url('../images/tennis_header.png');

	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover;
	background-size: cover;
}
#header h3 a,
#popup .pheader {
	color: white;
	text-shadow: none;

	font-family: 'Libre Baskerville', serif;	/* Baskerville google font */
	text-shadow: 1px 1px 0px black;
}
h3 {
	font-family: 'Libre Baskerville', serif;	/* Baskerville google font */
}

.navbar li,
.navbar li a {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

@media (max-width: 1200px) {
	#menu-top-lige.container {
		max-width: 100%;
		width: 100%;
		background-color: #222;
		border-color: #080808;
	}
}
@media (min-width: 1200px) {
	#menu-top-lige {
		position: absolute;
		margin-top: 10px;
		margin-left: -500px;
		left: 50%;
		padding: 0px;
	}
	#menu-top-lige .navbar {
		border-radius: 6px;
		background: rgba(0,0,0,0.6);
		border-color: #080808;
	}
	#menu-top-lige .navbar li a {
		color: white;
	}
	p.navbar-text.navbar-right {
		margin-right: 0px;
	}
	a.navbar-brand {
		border-right: 1px solid #888;
	}
}
#menu {
/* 	margin-bottom: 30px; */
}
#menu .navbar {
	border-radius: 0px;
}

#menu-2 li.active {
	border-left: 1px solid white;
	border-right: 1px solid white;
}

/* login */
#login {
/* 	position: absolute; */
	width: 100%;
	top: 0px;
	margin: 0px;

	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;

	line-height: 25px;

	background: white;

	text-align: right;
	padding-top: 2px;

/* 	box-shadow: 0px 0px 6px silver; */
}
#login,
#login a {
	color: #999;
}

.nextmatch {
/*
	color: white !important;
	padding: 5px 10px;
*/
	margin:0px;
	text-align: center;
	padding: 7px;
}
.nextmatch {
	border-top: none;
	border-left: none;
	border-right: none;
}
.nextmatch.alert-warning {
	background-color: rgba(253,249,228,1);

	border-top: 1px solid #8a6d3b;
	border-bottom: 1px solid #8a6d3b;
}
.nextmatch.alert-info {
	background-color: rgba(218,238,248,1);

	border-top: 1px solid #31708f;
	border-bottom: 1px solid #31708f;
}
.nextmatch.alert-info:before,
.nextmatch.alert-warning:before {
	font-family: FontAwesome;
	content: "\f0a2";
	padding-right: 10px;
	font-size: 16px;
}




/* ----- @profil */
.nav-pills li.active a,
.nav-pills li.active a:hover {
	background: #62676b;
}



/* lige */
td.colored a {
	text-decoration: none;
	color: rgb(51, 51, 51);
}



/* novice */
div.banner-overlay {
	background: #eee;
	width: 740px;
	height: 555px;

	border-radius: 4px;
	float: left;
}
div.banner-small2 {
	background: #eee;
	width: 230px;
	height: 125px;
	border-radius: 4px;
	margin-bottom: 11px;
}
div.news-box {
	margin-bottom: 50px;
}
div.news-box h2 {
	line-height: normal;
	font-size: 16px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}
.row-news .p-box {
	padding: 5px 15px;
}

.p-content {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: justify;
	font-weight: 300;

	font-size: 13px;
	height: 157px;
	overflow: hidden;

	box-shadow: 		0px 0px 2px rgba(64,64,64,0.5);
	-moz-box-shadow: 	0px 0px 2px rgba(64,64,64,0.5);
	-webkit-box-shadow: 0px 0px 2px rgba(64,64,64,0.5);

	border: 2px solid white;
}
div.news-box h2 a {
	color: black !important;
	font-weight: bold;
}
div.news-box h2 {
	text-align: center;
}
div.novica p {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
/* 	text-align: justify; */
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
}
div.novica img {
/* 	margin: 0px 10px 10px 10px; */
	background: white;

	width: 100%;

}
.datum {
	text-align: right;
	color: #bbb;
	text-shadow: 1px 1px 1px white;
	padding: 5px;
	margin-top: 10px;
	border-top:1px solid #eee;
}
.fb-like {
	margin-top: 10px;
	margin-bottom: 20px;
}


p.text-commentnum {
	margin: 2px !important;

	padding-bottom: 2px;
	width: 100%;
}
p.text-vsebina {
	height: 70px;
	overflow: hidden !important;
	text-align: center;
}


/*
komentarji
*/
.komentarji.slika {
	vertical-align: middle !important;

	width: 80px !important;
}
.komentarji .text-muted {
	text-shadow: 1px 1px 0px white;
	color: #888;
}
.komentarji .slika img,
.commentForm .slika img {

	box-shadow: 		2px 2px 5px rgba(64,64,64,0.3);
  	-moz-box-shadow: 	2px 2px 5px rgba(64,64,64,0.3);
  	-webkit-box-shadow:	2px 2px 5px rgba(64,64,64,0.3);

  	border: 2px solid white;

	width: 80px !important;
	margin: 3px !important;

	max-width: none;
	padding: 0px !important;
}
table.komentarji {
	margin-top: 10px;
}
.popover.popover-show {
	display: block;
	position: relative;

	z-index: 99;

	width: auto;
	max-width: none;
	padding: 0px;

	border-color: #ccc;

	box-shadow: 		none;
  	-moz-box-shadow: 	none;
  	-webkit-box-shadow:	none;
}
.popover.popover-show,
.popover.popover-show .arrow {
/* 	border-color: transparent;	 */
}
.popover.popover-show .popover-title {
	padding: 2px 10px;
	border: none;
}
.popover-title.popover-title-appended {
	background: #dff0d8;
}
.popover.popover-show .popover-title span.datum2 {
	margin-left: 10px;
	font-size: 10px;
	float: right;
	color: silver;
}
.popover.popover-show h3.popover-title {
	font-style: italic;
	font-size: 13px !important;
}
.popover.popover-show .popover-content {
	margin-top: 5px;
}

.commentForm {
	padding: 10px 4px;
	margin: 15px 0px;
	display: none;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.commentForm #comment {
	width: 400px;
	height: 60px;
}
.deleteown {
	cursor: pointer;
	margin-left: 5px;
}


/* popup */
#popupOverlay,
#popup {
	position: fixed;
	z-index: 100;

	display: none;
}
#popupOverlay {
	width: 100%;
	height: 100%;

	background: black;
	background: rgba(0,0,0,0.5);
}
#popup {
	z-index: 101;

	width: 600px;
/* 	height: 100px; */

	left: 50%;
	margin-left: -300px;

	top: 150px;

	background: white;
	border: 1px solid black;

	-webkit-border-radius: 	8px;
	-moz-border-radius: 	8px;
	border-radius: 			8px;
}
#popup.popup_w700 {
	width: 800px;

	left: 50%;
	margin-left: -400px;

	z-index: 1101;
	top:100px;

}
#popup .pheader {
	position: absolute;
	left: 0px;
	top:0px;

	width: 580px;

	padding: 10px;

/*
	color: white;
	text-shadow: 1px 1px 1px black;
*/
	font-size: 16px;

	background: rgb(167,207,223);
	background: -moz-linear-gradient(top, rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(35,83,138,1)));
	background: -webkit-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
	background: -o-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
	background: -ms-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
	background: linear-gradient(to bottom, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 );

	-webkit-border-top-left-radius:  7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 	 7px;
	-moz-border-radius-topright: 	 7px;
	border-top-left-radius: 		 7px;
	border-top-right-radius: 		 7px;


	background-color:
	#fafafa;
	background-image: -moz-linear-gradient(top,
	#fff,
	#f2f2f2);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(
	#fff),to(
	#f2f2f2));
	background-image: -webkit-linear-gradient(top,
	#fff,
	#f2f2f2);
	background-image: -o-linear-gradient(top,
	#fff,
	#f2f2f2);
	background-image: linear-gradient(to bottom,
	#fff,
	#f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);

	border-bottom: 1px solid silver;
}
#popup.popup_w700 .pheader,
#popup.popup_w700 .pfooter,
#popup.popup_w700 .p {
	width: 100%;
}
#popup .pcontent {
	position: relative;
	padding: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#popup .pfooter {
	position: absolute;
	bottom: 0px;
	width: 580px;

	text-align: right;
	padding: 5px;

	border-top: 1px solid #ddd;
}
#popup .alert {
	margin-bottom: 0px;
}




/**** lestvicaAll ****/
table.lestvicaAll {
	width: 100%;
	table-layout: fixed;
}
table.lestvicaAll th,
table.lestvicaAll td.same {
	background: #62676b;
	font-weight: normal;

	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', sans-serif;
	font-size: 13px !important;
}
table.lestvicaAll th.number-top,
table.lestvicaAll td.number-top {
	border-bottom: double #62676b !important;
}
table.lestvicaAll th.number-left,
table.lestvicaAll td.number-left {
	border-right: double #62676b !important;
}
table.lestvicaAll td,
table.lestvicaAll th {
	border: 1px solid #eee;
	width: 20px;
	font-size: 12px;
	overflow: hidden;

	white-space: nowrap;

	padding: 5px 0px;

	text-align: center;
}
table.lestvicaAll th {
	border: none;
	background: transparent;
}
table.lestvicaAll td {
	background: white;
	font-size: 11px;
}
table.lestvicaAll td:hover {
	background: #f9f9f9;
}
table.lestvicaAll td.blank {
	border: none;
	background: transparent;
}
table.lestvicaAll td.blank:hover {
	background: transparent;
}
table.lestvicaAll th.number {
	padding: 0px;
	width: 3px;
}
table.lestvica th,
table.lestvica td {
	background: white;
	background: rgba(255,255,255,0.5);
}



/* prijava */
div#prijavaOverlay {
	margin: auto;

	width: 100%;
	max-width: 500px;

	padding: 10px;
	margin-top: 30px;

	border-radius: 			4px;
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
}
div#prijavaResult {
	margin: auto;
	width: 400px;
	margin-top: 60px;
}
table#prijava {
	margin: auto;
}
table#prijava th {
	text-align: left;
	white-space: nowrap;
}
table#prijava td#submit {
	text-align: right;
}


/* sponzorji */
table#sponzorji td {
	vertical-align: middle;
	width: 50%;
	text-align: center;
}
table#sponzorji .border {
	height: 100%;
	border: 4px solid white;
	border-radius: 4px;
	box-shadow: 0px 0px 4px #ccc;

	background: white;
	height: 170px;
}
table#sponzorji img {
	max-width: 450px;
	max-height: 170px;
}




/* @bootstrap custom template */
/* Custom container */
.container {
	margin: 0 auto;
	max-width: 1000px;
}


/* @footer ---------- */
#footer {
	position: fixed;
	width: 100%;
	bottom: 0px;
	margin: 0px;

	height: 30px;
	height: auto;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;

	padding: 10px;

	background: white;

	text-align: center;

	box-shadow: 0px 0px 6px #eee;

	z-index: 100;

	color: #ccc;

	background-color: #222;
	border-color: #080808;
}
#footer a {
	color: white !important;
}



div.slika {
	padding-right: 20px;
	padding-top: 10px;
}
div.slika-user img {
	width: 100%;
}
img.slika {
	border: 2px solid white;

	box-shadow: 		0px 2px 8px rgba(64,64,64,0.5);
  	-moz-box-shadow: 	0px 2px 8px rgba(64,64,64,0.5);
  	-webkit-box-shadow:	0px 2px 8px rgba(64,64,64,0.5);

  	width: 100%;
}
table.komentarji h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: normal;
}



/* @other ---------- */

/* loading div */
div.loading {
    position: fixed;
    color: white;
    text-shadow: 1px 1px 1px black;

    display: none;

    left: 50%;
    top: 350px;
    margin-left: -90px;

    padding: 10px 30px;
    text-align: center;

    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222, #111);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));
	background-image: -webkit-linear-gradient(top,#222,#111);
	background-image: -o-linear-gradient(top,#222,#111);
	background-image: linear-gradient(to bottom,#222,#111);
	background-repeat: repeat-x;
	border-color: #252525;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0);

    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	border: 1px solid rgba(0,0,0,0.6);

	z-index: 1999;
}



/* lestvice */
table.lestvicaAll th,
table.lestvicaAll td.same {
	background: #62676b !important;
	color: white;
}
table.lestvicaAll th a {
	color: white;
}
table.lestvicaAll th.number-top,
table.lestvicaAll td.number-top {
/* 	border-bottom: 1px #ddd !important; */
	border-right: 1px solid #ccc;
}
table.lestvicaAll th.number-left,
table.lestvicaAll td.number-left {
	border-left: 1px #ddd !important;
	border-bottom: 1px solid #ccc;
}
.bgimg img {
	position: fixed;
	right: 0px;
	bottom: 40px;
}
th.igralecLeft,
th.rotated {
	border: 1px solid #ccc !important;
}



.movemap {
	color: #b33030;
	font-size: 22px;
	cursor: pointer;
	margin-right: 10px;
}




/* @cookies */
div.cookies {
	background: #404040;
	border-bottom: 1px solid black;
	padding: 5px;
/* 	padding-top: 30px; */
	padding-bottom: 15px;

/* 	font-family: Arial, Helvetica, sans-serif; */
}
.cookies p.cTitle,
.cookies p.cContent,
.cookies p.cContent2 {
	margin: auto;
}
.cookies p.cTitle {
	color: white;
	font-size: 20px;
	text-shadow: 1px 1px 1px black;
	padding-bottom: 10px;
}
.cookies p.cContent {
	color: #aaa;
	padding-bottom: 10px;
	text-align: justify;
	font-weight: 200;
	line-height: normal;
}
.cookies p.cContent2 {
	color: white;
}

a.text-white {
	color: white;
}






/* GLOBAL STYLES
-------------------------------------------------- */

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;

  margin-bottom: 0px;
}
.navbar-inverse {
margin-bottom: 0px;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 550px;
/*   margin-bottom: 60px; */
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.carousel-caption h1 {
/*
	background: rgba(0,0,0,0.2);
	padding: 10px;
	border-radius: 4px;
	border-bottom: 1px solid rgba(0,0,0,0.5);
*/
	padding: 10px;
	text-align: left;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 550px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

.carousel .carousel-inner .item {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover;
	background-size: cover;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

.carousel-caption {
	position: relative;
	margin-top:400px;
	left: 0%;
	right: 0%;
}
.carousel-caption h1 {
	font-weight: bold;
	font-size: 36px;
	text-shadow: 1px 1px 0px black;
}