body {
    background-color: lightgray;
}

/* Footer Settings */
* {
  margin: 0;
}
html, body {
  height: 100%;
}

.container {
  min-height: 100%;
  margin-bottom: -60px; 
}
.container:after {
  content: "";
  display: block;
}
.navbar-static-bottom, .container:after {
  height: 60px; 
}

#navbar{
    padding-left: 5px;
    padding-right: 5px;
}

.navbar>.container-fluid{
    border: 1px solid grey;
    border-radius: 4px;
}

.rodic-pole {
    /*padding: 1%;*/
    padding-left: 5px;
    padding-right: 5px;
    
}

.venkovni-pole {
    padding-bottom: 0.5em;
}

.pole {
    /*padding: 3px;*/
    background-color: white;
    padding: 7px;
    /*padding-top: 5px;*/
    border: 1px solid #62a420;
    padding-bottom: 10px;
    border-left: 4px solid #62a420;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    word-wrap: break-word;
}

.nadpis-pole {
    background: #62a420; /* Old browsers */
    background: url("../../Images/balon.png"), -moz-linear-gradient(left,  #62a420 0%, #74b422 100%); /* FF3.6+ */
    background:url("../../Images/balon.png"), -webkit-gradient(linear, left top, right top, color-stop(0%,#62a420), color-stop(100%,#74b422)); /* Chrome,Safari4+ */
    background:url("../../Images/balon.png"), -webkit-linear-gradient(left,  #62a420 0%,#74b422 100%); /* Chrome10+,Safari5.1+ */
    background:url("../../Images/balon.png"), -o-linear-gradient(left,  #62a420 0%,#74b422 100%); /* Opera 11.10+ */
    background:url("../../Images/balon.png"), -ms-linear-gradient(left,  #62a420 0%,#74b422 100%); /* IE10+ */
    background:url("../../Images/balon.png"), linear-gradient(to right,  #62a420 0%,#74b422 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62a420', endColorstr='#74b422',GradientType=1 ); /* IE6-9 */
    background-repeat: no-repeat;
    background-position: right top;

    color: white;
    font-weight: bold;
    padding: 0.5em;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 4px solid #62a420;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    word-wrap: break-word;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus{
    background-color: #74b422;
	color: white;
	font-weight: bold;
}

.news-body{
    background: #EFEFEF;
    border-bottom: 1px solid #74b422;
    border-right: 1px solid #74b422;
    border-left: 2px solid #2b4e07;

    /*color: whitesmoke;*/
    font-size: 13px;
    padding: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 5px;
}

.news-footer{
    background:url("../../Images/news.png"), -webkit-linear-gradient(left,  #2b4e07 0%,#74b422 100%);
    background:url("../../Images/news.png"), #2b4e07; /* Old browsers */
    background:url("../../Images/news.png"), -moz-linear-gradient(left,  #2b4e07 0%, #74b422 100%); /* FF3.6+ */
    background:url("../../Images/news.png"), -webkit-gradient(linear, left top, right top, color-stop(0%,#2b4e07), color-stop(100%,#74b422)); /* Chrome,Safari4+ */
    background:url("../../Images/news.png"), -o-linear-gradient(left,  #2b4e07 0%,#74b422 100%); /* Opera 11.10+ */
    background:url("../../Images/news.png"), -ms-linear-gradient(left,  #2b4e07 0%,#74b422 100%); /* IE10+ */
    background:url("../../Images/news.png"), linear-gradient(to right,  #2b4e07 0%,#74b422 100%); /* W3C */
    
    background-repeat: no-repeat;
    background-position: right bottom;
    color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
    padding: 5px;
}

a:link { 
color: #36a3d9;
}

/* visited link */
a:visited {
     color: #36a3d9;
}

/* mouse over link */
a:hover {
    transition: all 0.3s ease 0s;
    color: #333;
    text-decoration: none;
}

.GreenFont { color: green; }

.table {
    margin-bottom: 3px;
}

/* hover efekty navigacni listy*/
/*On hover*/
.mynav>li:not(.active):hover{
    transition: all 0.6s ease 0s;
    background: #cbe3ad;
}
.mynav > li:not(.active) > a:hover {
    /*transform: scale(1.3);*/
    transition: all 0.3s ease 0s;
    color: #666;
}
/*On leave hover*/
.mynav>li:not(.active){
    transition: all 0.6s ease 0s;
    background-color: #F8F8F8;
}

.mynav > li:not(.active) > a {
    transform: scale(1);
    transition: all 0.3s ease 0s;
    color: black;
}

.mynav .logout {
    cursor: pointer; 
    color:red; 
    width: 46px;
}
#searchForm .clear-search {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

/*On hover*/
.mynav > li:not(.active) > a.logout:hover {
    -webkit-animation-name: thumb;
    -webkit-animation-duration: 1000ms;
    -webkit-transform-origin:50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
}
@-webkit-keyframes thumb {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(0.9); }
    100% { -webkit-transform: rotate(1); }
}

#leagues-list a, #base-info a { display: block; }

.profilePic {
   width:120px;
}

/* Zarovnani textu */
.zarovnaniStred{
    text-align: center;
    vertical-align: middle;
}

/*Detail zapasu*/
.myTableZapas>thead>tr>th{
    text-align: center;
    vertical-align: middle;
    width:20%;
}

/*Toto vsechno je animace rozdelavani seznamu hracu*/
.transformable {
    -webkit-transition: max-height 500ms linear;
    -moz-transition: max-height 500ms linear;
    -o-transition: max-height 500ms linear;
    -ms-transition: max-height 500ms linear;
    transition: max-height 500ms linear;

}

.mySmall {
    max-height:150px;
    overflow: hidden;
}

.myBig {
    max-height:999px;
    overflow:auto;
}

.talcitko-pole{
    background: #62a420; /* Old browsers */
    background:-moz-linear-gradient(left,  #62a420 0%, #74b422 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, right top, color-stop(0%,#62a420), color-stop(100%,#74b422)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(left,  #62a420 0%,#74b422 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(left,  #62a420 0%,#74b422 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(left,  #62a420 0%,#74b422 100%); /* IE10+ */
    background: linear-gradient(to right,  #62a420 0%,#74b422 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62a420', endColorstr='#74b422',GradientType=1 ); /* IE6-9 */


    color: white;
    font-weight: bold;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mySmallShadow{
    visibility:visible;
    opacity:1;
    transition-delay:0s;
    transition: all 0.5s linear;
    transition-delay:0.1s;
}
.myBigShadow{
    visibility:hidden;
    opacity:0;
    transition: all 0.5s linear;
}

/* class disabled vypne cely div */
.disabled>.nadpis-pole{
    background: gray;
    border-left: 4px solid gray;
}

.disabled>.pole{
    background-color: #D3D3D3;
    border: 1px solid gray;
    padding-bottom: 10px;
    border-left: 4px solid gray;
}

.disabled>.pole{
    background-color: #D3D3D3;
    border: 1px solid gray;
    padding-bottom: 10px;
    border-left: 4px solid gray;
}

.disabled>.pole>table.table.table-hover > tbody > tr > td:hover,
.disabled>.pole>table.table.table-hover > tbody > tr > th:hover,
.disabled>.pole>table.table.table-hover > tbody > tr:hover > td,
.disabled>.pole>table.table.table-hover > tbody > tr:hover ,
.disabled>.pole>table.table.table-hover > tbody > tr:hover > th {
  background-color: inherit;
  }
  
  .searchOutput{
    font-weight: bold;
}

.collapse.navbar-collapse{
	padding-left:0px;
	padding-right:0px;
}

.nadpis-liga{
	background:#74B422;
    color: white;
    font-weight: bold;
	border-radius: 3px;
	padding: 6px;
	padding-left: 7px;
	/*text-align: center;*/
	margin-top:5px;
}

.newsPagingDiv {
    float:right;
    margin-right:50px;
}

.newsPaging {
    width:initial; 
    height:20px; 
    padding:1px;               
    display:inline;  
}

ul.mynav>li>a {	
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-collapse.collapse.in{
	padding-left: 15px;
}

.fb_edge_comment_widget {
    margin-left: -350px;
}


/* Editor novinek */
.non-resizable{
    resize: none;
}

.tlacitka-editor{
    margin-top:8px;
    white-space: nowrap;
}

.oddeleni-editor>.btn:not(.max-width){
    width:50px;
}

.oddeleni-editor{
    display:inline-block;
    white-space: normal;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    border-spacing: 15px;
    padding: 5px;
    margin-right: 3px;
}

.nahled{
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    height: 414px ;
    overflow: auto;
}

.nadpis-editor{
    display:block;
    margin-top:-12px;
    margin-bottom:3px;
    background:#62a420;
    border-radius:4px;
    padding-left:5px;
    padding-right:5px;
    color:white;
    font-weight: bold;
}

.max-width{
    width: 100%;
}

/*Admin part */
.table-admin>tbody>tr{
	cursor: pointer;
}

.thumb {
    float: left;
    margin: -0.5em 1em 1.5em 0;
    padding-bottom: 1em;
    height: 100px;
    width: 100px;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team-badge {
  margin: 0 1px 0 1px;
}

.team-badges-div {
    margin-top: 4px;
    margin-bottom: 4px;
}
.team-badges-div-border {
    border-bottom: 2px solid #ddd; 
    margin-bottom: 3px;
}

.imagesAdmin{
	    list-style: none;
}
.imagesAdmin li {
    clear: both;
    height: 115px;
    padding-top: 15px;
}

#emoticony img {
  cursor:pointer;    
}

.finePic {
    width: 30px; 
    display: none;
}

.fineUlPic {
    width: 30px; 
    margin-right: 3px;
}

.post-remove {
  float:right; 
  cursor:pointer; 
  color:red;
  margin-top:3px;
}

.p-kontakty, .table-kontakty{
	padding-bottom:25px;
	padding-left:10px;
}

#myTable>tbody>tr:hover>td{
	background-color: #f5f5f5;
}

.progress {
    margin-bottom: 0px;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
     min-width: 0px;
}

.footerDiv {
    background: #F8F8F8; 
    padding:15px; 
    text-align:center;
}

.carouselImg {
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}

#AddNewPlayer {
    width: 100%; 
    border-bottom:2px solid #D3D7D7; 
    margin-bottom:10px; 
    display:none;
}

#AddExistingPlayer { 
    width: 100%; 
    border-bottom:2px solid #D3D7D7; 
    margin-bottom:10px; 
    display:none;
}

#poll { overflow: auto; }
#poll .graph {
    position:  relative;
    width: 33%;
    float: left;
    height: 200px;
    text-align: center;
}
#poll .graph > div { 
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
    width: 30px;
    margin: auto;
    min-height: 23px;
    border: 1px solid #ddd;
}
#poll .graph > div.positive { background-color: rgb(132,186,91); }
#poll .graph > div.neutral { background-color: rgb(225,151,76); }
#poll .graph > div.negative { background-color: rgb(211,94,96); }

#poll .graph > div div.bottom { 
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
} 

#poll form > div.choice {
    width: 33%;
    float: left;
    text-align: center;
}
#poll form > div.choice span { display: block; }
#poll form > div.choice input { cursor: pointer; }

#poll form > button { 
    display: block; 
    width: 65px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto; 
}
#poll .result { color: #7e9e00;  } 

#datesTable th { 
    padding-right: 6px; 
    padding-left: 6px; 
}

.TdCenter td, .TdCenter th {
    text-align: center;
}

.TdCenterFirstNot td:not(:first-child), .TdCenterFirstNot th:not(:first-child) {
    text-align: center;
}

.TdCenterSecondNot td:not(:second-child), .TdCenterSecondNot th:not(:second-child) {
    text-align: center;
}

#tableDiv { overflow-x: auto; }

.strongAsHref {
    color: #36a3d9; 
    cursor: pointer;
}

.harm { display: none; }

.strongAsHref:hover { color: #333; }

.Shade {
    border-top:2px solid grey;
    color:grey;
    background-color: #C2C2C2;
}

.Shade a {
    color:grey;
}

.newGeneratedGroups {
    background: url("../../Images/balon.png"), linear-gradient(to right, #828282 0%,#A5E6F9 100%);
    background-repeat: no-repeat;
    background-position: right top;
    color: white;
    font-weight: bold;
    padding: 0.5em;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 4px solid #828282;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    word-wrap: break-word;
}

.newGeneratedGroupsPole {
    background-color: white;
    padding: 7px;
    border: 1px solid #828282;
    padding-bottom: 10px;
    border-left: 4px solid #828282;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    word-wrap: break-word;
}

#SelectGroupOption td { padding: 4px; }
#SelectGroupOption .btn-success { width: 100%; margin-top:20px; }

.progress-bar-sh-style1 { background-color: #74b422; } 
.progress-bar-sh-style2 { background-color: #538615; } 
.progress-bar-sh-style3 { background-color: #3e690e; } 
.progress-bar-sh-style4 { background-color: #2b4e07; }

.TeamPic {
    max-height: 500px;  
    width:300px;
}

.SHlogo {
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}

.NewsImg {
    max-width:100%; 
    cursor:pointer;
}

.VIP {
    width: 24px;
    float: right;
    margin-left: 20px;
    cursor: pointer;
}

.tymProfileInfo {
    max-height: 100px;
    overflow: auto;
}

.sponsors {
    display: block;
    margin-top: 5px; 
    margin-bottom: 5px; 
    margin-left: auto; 
    margin-right: auto; 
}

.organizators {
   max-width: 100%;
   margin-top: 10px;
}

.profilePicInModal {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    max-width: 100%; 
    max-height: 100%;
}

.popover {
    max-width:200px;   
}

/* Pulsing Shit  */
.pulse-img {
    animation: pulsate 1.6s infinite;
    -webkit-animation: pulsate 1.6s infinite;
    border: 1px solid grey;
}
@keyframes pulsate {
    0% { transform: scale(1, 1); }
    40% { transform: scale(1, 1); }
    42% { transform: scale(1.05, 1.05); }
    44% { transform: scale(1, 1); }
    60% { transform: scale(1, 1); }
    62% { transform: scale(1.05, 1.05); }
    64% { transform: scale(1, 1); }
    100% { transform: scale(1, 1); }
}

@-webkit-keyframes pulsate {
    0% { -webkit-transform: scale(1, 1); }
    40% { -webkit-transform: scale(1, 1); }
    42% { -webkit-transform: scale(1.05, 1.05); }
    44% { -webkit-transform: scale(1, 1); }
    60% { -webkit-transform: scale(1, 1); }
    62% { -webkit-transform: scale(1.05, 1.05); }
    64% { -webkit-transform: scale(1, 1); }
    100% { -webkit-transform: scale(1, 1); }
}
/* !Pulsing Shit */

/* Phone Shit */ 
@media (max-width: 600px) {
    .TeamPic {
        max-width:100%;
    }
    .SHlogo {
        max-width:100%;
    }
}    
