html,
body {
    height: 100%;
    /* elementele html si body nu pot sa aiba padding sau margin */
}
html {
     overflow-y: -moz-scrollbars-vertical;
     overflow-y: scroll;
}
.no-margin { margin:0 }
.border-bottom { border-bottom: 1px solid #dddddd; }
.margin-bottom { margin-bottom: 10px; }
.padding-bottom { padding-bottom: 5px; }
.no-label label { display:none; }
.nav-tabs {
    margin: 0;
}
.nav-tabs li,
.nav-tabs a {outline: 0;}
.tab-content {
    /*border: 1px solid #dddddd;
    border-top: 0;*/
    padding: 10px;
}
#page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}
#push {
    height: 60px;
}
#footer {
    height: 39px;
	padding: 10px;
	font-size: 0.8em;
	text-align: center;
	background: transparent url(../images/interfata/fundal-footer.png) repeat-x 0 0;
}
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5,
h6 { font-size: 16px; }
.note { font-style: italic; font-size: 0.8em;}
#ui-datepicker-div {display: none;}
#login {
	text-align: center;
	width: 100%;
}
#login #page {
	margin: 50px auto;
	padding: 20px;
	text-align: left;
	float: none;
}
#header { padding-top: 43px;}
#breadcrumbs { padding: 0;}
.breadcrumbs {
	font-size: 0.9em;
	padding: 5px 10px;
    background: #f5f5f5;
	border-bottom: 1px solid #f1f1f1;
    color: #777777;
}
.breadcrumbs span {
	font-weight: bold;
    color: #777777;
}

#logo {
	padding: 10px;
	font-size: 200%;
	display: inline-block;
	text-decoration: none;
	color: #0E2E7E;
	outline: 0;
}
#logo img {
	vertical-align: middle;
    max-height: 50px;
}
#utilizator {
	position: absolute;
	right: 0;
	top: -20px;
}
#utilizator ul {
	list-style: none inside none;
	margin: 0;
	padding: 0;
}
#utilizator ul li {
	display: inline;
	margin: 0 10px;
}
#limba {
	position: absolute;
	top: 5px;
	right: 5px;
}
#wrap-continut {
    position: relative;
}
#content {
    /*padding: 0;*/
}
#sidebar {
	padding: 0 0 0 10px;
}
#topmeniu {
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: right;
}
.grid-view {
    padding-top: 30px;
    position: relative;
}
.grid-view .summary {
    float: left;
    position: absolute;
    left: 0;
    top: 5px;
}
.list-view .summary {
    float: left;
}
.view {
    position: relative;
    border: 1px solid #eeeeee;
    padding: 10px;
    margin-bottom: 10px;
}
.competitia-curenta {
    background: #F4FFCF;
}
.list-view .competitie-incheiata {
    background: #f7f7f7;
}
.list-view .view:hover {
    background: #fffccf;
}
.view .utile {
	position: absolute;
	top: -1px;
	right: -1px;
	font-size: 11px;
	line-height: 13px;
	padding: 2px 4px;
	background: #eee;
}
.utile a {
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #666;
	padding: 3px 3px 3px 18px;
}
.view .utile a:hover {
	color:#000099;
	text-decoration: underline;
}
a.editare,
.view .utile a.editare {
	background: transparent url(../images/icons/pencil.png) no-repeat 0 0;
	padding: 3px 3px 3px 18px;
}
a.stergere,
.view .utile a.stergere {
	background: transparent url(../images/icons/eraser.png) no-repeat 0 0;
	padding: 3px 3px 3px 18px;
}
a.editare-editie,
.view .utile a.editare-editie {
	background: transparent url(../images/icons/application--pencil.png) no-repeat 0 0;
	padding: 3px 3px 3px 18px;
}
a.start-editie,
.view .utile a.start-editie {
	background: transparent url(../images/icons/receipt--plus.png) no-repeat 0 0;
	padding: 3px 3px 3px 18px;
}
a.lista-editie,
.view .utile a.lista-editie {
	background: transparent url(../images/icons/application-detail.png) no-repeat 0 0;
	padding: 3px 3px 3px 18px;
}
a.finante-editie,
.view .utile a.finante-editie {
	background: transparent url(../images/icons/money-coin.png) no-repeat 0 0;
	padding: 3px 3px 3px 18px;
}
a.rezultate-editie,
.view .utile a.rezultate-editie {
	background: transparent url(../images/icons/report.png) no-repeat 0 0;
	padding: 3px 3px 3px 18px;
}
.view .sigla {
	float: left;
}

table.items td img {
	width: 50px;
}
table.items td.button-column img {
	width: 16px;
}

#formular-probe label {
	display: inline-block;
	margin: 0.2em 0 0.5em;
}
.qtip-content a {
	padding-left: 18px;
	line-height: 20px;
	text-decoration: none;
}
.qtip-content a:hover {
	text-decoration: underline;
}
.qtip-content a.detalii-editie {
	background: transparent url(../images/icons/application-detail.png) no-repeat 0 0;
}
.qtip-content a.editare-editie {
	background: transparent url(../images/icons/application--pencil.png) no-repeat 0 0;
}
.qtip-content a.start-editie {
	background: transparent url(../images/icons/receipt--plus.png) no-repeat 0 0;
}
.qtip-content a.rezultate-editie {
	background: transparent url(../images/icons/report.png) no-repeat 0 0;
}

.titlu-proba {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.5em;
}
div.probe-zi {
	width:50%;
	float: left;
}
ul.ui-sortable {
	list-style: none inside none;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px dotted #eee;
	border-width: 1px 0;
}
ul.ui-sortable li {
	margin: 0 0 2px 0;
	padding: 5px;
	border: 1px solid #efefef;
	background: #fff;
	cursor: pointer;
}
ul.ui-sortable li.ui-state-highlight {
	border: 1px dashed #0066ff;
	background: #ffeedd; 
}
.intrare {
	border: 1px dotted #efefef;
	border-width: 1px 0;
	background: #fafafa;
	padding: 5px;
    margin-bottom: 5px;
}
.intrare .sportiv {
	width: 300px;
	display: inline-block;
}
.intrare .timp input {
	margin: 0;
}
.nume-club {
	position: absolute;
	top: 25px;
	right: 5px;
	width: 200px;
}
ul.imagini-galerie {
	list-style: none inside none;
	margin: 10px 0;
	padding: 0;
}
ul.imagini-galerie li {
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
	text-align: center;
}
.imagine-galerie {
	border: 1px solid #efefef;
}
ul.lista-finante {
	list-style: none inside none;
	margin: 0;
	padding: 0;
}
ul.lista-finante li {
	position: relative;
	padding:5px;
	margin: 0 0 5px 0;
	border: 1px dotted #ddd;
	border-width: 1px 0;
	background: #fcfcfc;
}
ul.lista-finante li .utile {
	display: none;
	_display: block;
}
ul.lista-finante li:hover .utile {
	display: block;
}
ul.lista-finante li .titlu {
	padding: 0 5px 0 0;
}
ul.lista-finante li .data {
	padding: 0 5px 0 0;
	font-weight: 700;
}
ul.lista-finante li .observatii {
	font-size: 0.85em;
	font-style: italic;
}
.finante .venit {
	color: green;
}
.finante .cost {
	color: red;
}
.total-anual {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	padding: 2px 5px;
	border: 1px solid #efefef;
	background: #fafafa;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.total-anual .titlu {
	font-weight: 700;
	margin-right: 10px;
}
ul.items {
    list-style: none;
    margin: 0 0 10px;
    padding: 5px 0 0
}
#selectie-proba label { display: none;}
.controls .help-block {
    font-size: 0.8em;
    font-style: italic;
    margin-top: 5px !important;
    border-left: 1px dotted #dddddd;
    padding-left: 5px;
    margin-left: 2px;
}
.well form,
.thumbnail form,
.modal form {margin-bottom: 0; }
form .form-actions { margin-bottom: 0; }
.modal-big {
	width: 800px !important;
    margin: -250px 0 0 -400px !important;
}
.modal-top {
	top: 0 !important;
	margin-top: 0 !important;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.modal.fade {
    display: none;
}
.checkbox input:checked + label {
  font-weight: bold;
}
.tabel-inscrieri {
    margin-bottom: 15px;
}

thead th {
	background: #fefefe;
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fefefe 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe),
		color-stop(100%, #dbdbdb));
	background: -webkit-linear-gradient(top, #fefefe 0%, #dbdbdb 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #dbdbdb 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #dbdbdb 100%);
	background: linear-gradient(to bottom, #fefefe 0%, #dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#fefefe',
		endColorstr='#dbdbdb', GradientType=0);
}
td.titlu-proba {
    background: #efefef;
}

.lista-lot .item-lot {
	border-top: 1px solid #cccccc;
	padding: 10px 0;
}