/**
 *
 *	Bootstrap CSS overrides
 *
 */



/* @general style ----------- */
html,
body {
}
body {
	font-size: 13px;
	
	background-image: url('../images/bg-inside.jpg');
}
h1,
h2,
h3,
h4 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
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;
}
.input-auto {
	width: auto !important;
}

hr {
  margin: 5px;
  margin-left: 0px;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}


/* fix for tooltip adding 1x border to button */
.btn-group > .btn + .tooltip + .btn {
  margin-left: -1px;
}


.alert-absolute {
	position: absolute;
	margin-bottom: 20px;
}

.select-small {
	height: auto;
}

.container-fluid {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}
#content_overlay {
	padding-top: 50px;
}

.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-middle td {
	vertical-align: middle;
}
.table-noborder th,
.table-noborder td {
	border: none;
}

#editLiga td:nth-child(9),
#editLiga td:nth-child(10) {
	padding-right: 2px;
	padding-left: 2px;
}
#editLiga td span.alert {
	padding-left: 8px !important;
	padding-right: 8px !important;
}


/* datepicker fix */
.datepicker {
	z-index: 1200;
}


#menu_left {
	width: 200px;
	position: absolute;
}
#menu_left li.active {
	font-weight: bold;
}
#menu_left div.hiddenMenu {
	display: none;
}
#menu_left div.hiddenMenu li,
#menu_left div.hiddenMenu li a {
	display: block !important;
}
#menu_left div li a {
	line-height: 25px;
}
#menu_left .nav-header {
	cursor: pointer;
}
#menu_left .nav-header {
	margin-bottom: 10px;
}
#menu_left .menu-content {
	padding-left: 12px;
}

#content {
	width: auto;
	padding-left: 200px;
	float: none;
}
@media (max-width: 767px) {
	#menu_left {
		position: relative;
		width: 100%;
	}
	#content {
		padding-left: 0px;
	}
	#content_overlay { 
		padding-top: 0px;
	}
}


/* @menu_top ---------- */
#menu_top {
	border-bottom: 2px solid white;
}
#user_menu {
	font-size: 12px;
}
#user_menu a {
	text-decoration: none;
}
span.brand:hover {
	color: #999 !important;
}





/* @menu_left ---------- */
#menu_left {
	
}
.nav-list .nav-header {
	font-size: 14px;
}
#left_menu_list {
	padding-left: 0px;
	padding-right: 0px;
}
.nav-list .nav-header {
	text-shadow: 1px 1px 1px white;
	padding-top: 10px;
}






/* @content ---------- */
#content_overlay {
	margin-bottom: 40px;
}
div.well-custom {
	padding: 10px;
	padding-left: 20px;
	padding-top: 5px;
}
div.well-custom h2 {
	font-size: 24px;
}
div.well-custom p {
	padding-left: 20px;
}

#seznam-objav {
/* 	border:1px solid #ddd; */
}
#seznam-objav td,
#seznam-objav td p {
	margin: 0px;
}



/* cke editor */
#cke_objava {
	background: red !important;
}


/* uporabniki */
#dodaj-uporabnika table th {
	vertical-align: middle;
}
#dodaj-uporabnika table td span {
	color: #888;
}


/* meta */
button.meta {
	margin: 3px 1px;
}
tr.submit td {
	padding-top: 20px;
}
.remove-meta {
	margin-right: 5px;
	cursor: pointer;
}
button.meta {
	cursor: default;
}
p.meta {
	margin-bottom: 0px;
	margin-right: 10px;
	width: auto; float: left;
}


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

	height: 30px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	
	background: white;
	
	text-align: center;
	padding-top: 5px;
}










/* @popup ---------- */
#popupOverlay {
	display: none;

	position: fixed;
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
	background: rgba(0,0,0,0.7);
	
	width: 100%;
	height: 100%;
	
	top:0px;
	left: 0px;
	
	z-index: 1100;
}

.popup_w400 {
	width: 400px;
	
	left: 50%;
	margin-left: -200px;
	
	z-index: 1103;
}
.popup_w500 {
	width: 500px;
	
	left: 50%;
	margin-left: -250px;
	
	z-index: 1102;
}
.popup_w700 {
	width: 700px;
	
	left: 50%;
	margin-left: -350px;
	
	z-index: 1101;
}
.popup_wMax {
	width: 90%;
	height: 90%;
	
	margin-left: 5%;
	top: 5% !important;
	
	z-index: 1109;
}
.popup .alert {
	margin-bottom: 5px;
}

.popup {
	display: none;

	top: 10%;

	position: fixed;
  
	overflow-x: hidden;
  
  background-color: #ffffff;
/*
  border: 1px solid #999;
  *border: 1px solid #999;
*/
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}
.popup .pContent::-webkit-scrollbar { 
    display: none; 
}
.popup .pHeader {
  	padding: 9px 15px;
  	border-bottom: 1px solid #eee;
  
  	text-rendering: optimizelegibility;
	font-size: 16px;
	line-height: 20px;
  	
  	color: white;
	text-shadow: 1px 1px 0px black;
  
  	-webkit-border-top-left-radius:  5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft:      5px;
	-moz-border-radius-topright:     5px;
	border-top-left-radius:          5px;
	border-top-right-radius:         5px;
	
/*
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF696969', endColorstr='#FF252525');
	background: #252525;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #696969), color-stop(95%, #363636), color-stop(97%, #313131), color-stop(100%, #252525));
	background-image: -webkit-linear-gradient(top, #696969 0%,#363636 95%,#313131 97%,#252525 100%);
	background-image: -moz-linear-gradient(top, #696969 0%,#363636 95%,#313131 97%,#252525 100%);
	background-image: -o-linear-gradient(top, #696969 0%,#363636 95%,#313131 97%,#252525 100%);
	background-image: -ms-linear-gradient(top, #696969 0%,#363636 95%,#313131 97%,#252525 100%);
	background-image: linear-gradient(top, #696969 0%,#363636 95%,#313131 97%,#252525 100%);
*/


    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);
}
.popup .pContent {
	max-height: 450px;
	padding: 15px;
	padding-bottom: 0px;
	overflow-y: auto;
}
.popup_wMax .pContent {
	max-height: none;
}
.popup .pFooter {
	padding: 7px 14px;
	margin-bottom: 0;
	text-align: right;
	
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
       -moz-box-shadow: inset 0 1px 0 #ffffff;
            box-shadow: inset 0 1px 0 #ffffff;
}
.popup .pFooter div {
	margin-top: 5px;
	text-align: left;
}
.popup .pFooter:before,
.popup .pFooter:after {
  display: table;
  line-height: 0;
  content: "";
}
.popup .pFooter:after {
  clear: both;
}

.cke_dialog_background_cover {
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
	background: rgba(0,0,0,0.7) !important;
}









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

/* loading div */
div.loading {
    position: fixed;
    color: white;
    text-shadow: 1px 1px 1px black;
    
/*     display: none; */
    
    left: 50%;
    top: 25%;
    margin-left: -60px;
    
    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;
}



/* header v objavi */
div#objave,
div#obvescanje,
div#nastavitve,
div#page,
div#uporabniki,
div#strani,
div#liga {
	position: relative;
	float: left;

	width: 9px;
	height: 18px;
	
	border: 1px solid #999;
	border-radius: 4px;	
	
	margin-right: 8px;
	margin-top: 9px;
}
.nav-list div#objave,
.nav-list div#obvescanje,
.nav-list div#page,
.nav-list div#nastavitve,
.nav-list div#uporabniki,
.nav-list div#strani,
.nav-list div#liga {
	margin-top: 2px;
	margin-right: 4px;

	width: 7px;
	height: 14px;
}
div#objave {
	background-color: #d6e9c6;
}
div#obvescanje {
	background-color: #bce8f1;
}
div#page {
	background-color: green;
}
div#nastavitve {
	background-color: #eed3d7;	
}
div#uporabniki {
	background-color: #fbeed5;
}
div#strani {
	background-color: #ccc;
}
div#liga {
	background-color: #66CCFF;
}



/* @pictures @slike */
table#pics td.img {
	width: 150px !important;
} 
table#pics td.img div {
	max-height: 150px;
	overflow-y: hidden;
	overflow: hidden;
}
table#pics td.img img {
	width: 150px !important;	
	background: white;
	border: 3px solid white;
	box-shadow: 0px 0px 4px #ccc;
}





/* zaisnik */
table#zapisnik td,
table#zapisnik th {
	padding: 4px;
}
table#zapisnik td:nth-child(1) {
	width: 10px;
	white-space: nowrap;
	padding-right: 20px;
}
table#zapisnik td.divider {
	padding-left: 0px;
	padding-right: 0px;
}
table#zapisnik-out td,
table#zapisnik-out th {
	padding: 3px 30px;
}
table#zapisnik-out th {
	text-align: left;
}
