html,
body {
    height: 100%;
}

h3{
    margin: 25px 0 10px 0;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -50px;
    padding-bottom: 45px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.navbar-inverse{
    background: linear-gradient(#4370Ba, #4a9cD6);
    background: linear-gradient(#4370Ba, #4a9cD6);
    border-bottom: 1px solid #1b2d6d;
    color: white;
    background: #445262;
    background-image: linear-gradient(#445282, #7582b8);
    background-image: linear-gradient(#002E8A, #335CAD);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #1b2d6d;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color:white;
}

.mainbox-color{
    #background: #f5f5f5;
    background: rgba(183,183,18,0.08);
    border: 1px solid #c9c9c9;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 1px #FFF inset;
}

.mainbox-color > div > h2, .mainbox > div > h2 > a {
    color: #1b2d6d;
}

.mainbox-color > div > h3, .mainbox > div > h3 > a, h1, h2, h3 {
    color: #43709a;
}

.mainbox-color-img-container{
    background: linear-gradient(#c0c0c0, #e0e0e0);
}

.mainbox-content ul{
    list-style-type: square;
    margin-left: 0px;
    padding-left: 10px;
}

.alertbox-color {
    background: none repeat scroll 0% 0% #E3F3F3;
    background: none repeat scroll 0% 0% #E5F4FB;
    border: 1px solid #C3C3E5;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px #FFF inset;
}

.alertbox-color > h3, .alertbox-color > div > h2, .alertbox-color > div > h2 > a{
    color: #101c8c;
}

.alertbox-color > h3, .alertbox-color > div > h3, .alertbox-color > div > h3 > a{
    color: #1427d5;
}

.alertbox-img-container{
    background: linear-gradient(#ea9d30,#eab871);
    background: linear-gradient(#256EB8,#006B00);
}

.alertbox-content{
    line-height: 23px;
}

.alertbox-content ul{
    list-style-type: square;
    margin-left: 0px;
    padding-left: 20px;
}

.newsbox-title{
    background: linear-gradient(#e0e0e0, rgba(255,255,255,0));
}

.newsbox-content{
    font-size: 14px;
    line-height: 24px;
}

.newsbox-content ul{
    list-style-type: square;
    margin-left: 0px;
    padding-left: 20px;
}

.newsbox-content > hr{
    border: 1px solid #43709a;
    margin: 20px 0 20px 0;
}

.newsbox-content table td{
    padding-right: 30px;
}

.footer {
    padding-top: 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.gallery_container{
    margin: 0 auto;
}

.gallery_album{
    float: left;
    margin: 10px;
    text-align: center;
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px #FFF inset;
    border-radius: 10px;
    padding: 20px 18px 0px 18px;
    width: 160px;
}

.gallery_album > p{
    width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
}

.gallery_album_cover{
    width: 120px;
    border-radius: 10px;
    max-height: 160px;
}

.gallery_album_cover_quad{
    width: 120px;
    max-height: 160px;
}

.gallery_album_holder{
    text-align: center;
}

.gallery_thumbnail > img{
    width: 120px;
    margin: 4px 2px 4px 2px;
    border: 4px solid #e0e0e0;
}

p.last_modified{
    margin: 30px 0 0 0;
}

.small_italic{
    font-style: italic;
    font-size: 12px;
}

div.multilingual_content{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 20px 5px 20px;
    margin: -3px 0 20px 0;
}

.pages_content table td{
    padding-right: 30px;
    padding-bottom: 10px;
    vertical-align: top;
}

div.form-actions{
    background: #f0f0f0;
    border-radius: 10px;
    padding: 15px 15px 1px 15px;
    margin: 30px 0 20px 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.alertcontent {
    border-radius: 15px;
    padding: 0 15px 15px 15px;
    margin: 0 0 20px 0;
}

/* searching */

#searching {
    float:right;
    /* border: 2px solid #003B62; */
    border: 1px solid #508BB2;
    font-family: verdana;
    /* background-color: #B5CFE0; */
    padding-left: 10px;
}

#searchFoundList {
    font-size:  90%;
}

#searchFoundList p {
    font-size: 120%;
	font-weight: bold;
	color: #883333;
	margin: 0.1em 0px 0.1em;
}

#searchFoundList p  a {
	color: #883333;
}

.ketrec {
    display: inline-block;
    background: -moz-linear-gradient(center bottom , #E2E2E2, #F5F5F5) repeat scroll 0% 0% transparent;
    border-radius: 4px;
    border: 1px solid #CBCBCB;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 1px #FFF inset;
    color: #333;
    cursor: pointer;
    padding: 3px 7px;
    position: relative;
    text-shadow: 1px 1px #000;
    vertical-align: top;
}


/* taglista */
#assocMember ul{
  width:90%px;
  margin-bottom:20px;
  overflow:hidden;
  border-top:1px solid #ccc;
}

#assocMember liT{
  line-height:1.5em;
  border-bottom:1px solid #ccc;
  float:left;
  display:inline;
  width: 40%;
  font-size:14px;
}

#assocMember liE{
  line-height:1.5em;
  /* border-bottom:1px solid #ccc;  */
  float:left;
  display:inline;
  width: 10%;
}

/* szines tabla */
#colorfultable {
    font-family: Arial,Helvetica,sans-serif;
    width: 100%;
    border-collapse: collapse;
}

#colorfultable table,  #colorfultable tbody,  #colorfultable table tr {
    font-size: 110%;
    color: #F8F8F8;
    border: 1px solid #139;
    padding:3px 7px 3px 4px;
}

#colorfultable  tr td, #colorfultable textarea {
    font-size: 100%;
    color: #111144;
    border: 1px solid #139;
    padding:3px 7px 3px 4px;
}

#colorfultable  tr:nth-child(even) {
    background: #E0E0E0;
    background-image: linear-gradient(#e0e0e0, #d0d0d0);
}
#colorfultable  tr:nth-child(odd) {
    background: #F8F8F8;
    background-image: linear-gradient(#fefefe, #eeeeee);
}

/* 
col:first-child {background: #FF0}
col:nth-child(2n+3) {background: #CCC}
*/

#colorfultable tr.alt td {
    color: #002;
    background-color:  #C0C8E8;
}

#colorfultable th {
    font-size: 1.0em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #358;
    color: #F8F8F8
}

/* database row */
.db-rows ul li {
    background-image:none;
    background-color:#F0F0F0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 3pt;
    min-height: 60px;
    list-style-type: none;
}

.db-rows ul li:nth-child(2n) {
    background-color:#ffffff;
}

.left-top-image {
    padding: 5px 15px 10px 10px;
    width: 64px;
}

/* konferencia */
.konferencia td {
    padding: 4px 10px 12px 5px;
}

