@CHARSET "ISO-8859-1";


.navbar-brand {
    padding: 0;
}
.navbar .navbar-brand img {
  height: 40px;
}


/*
#topNav.navbar {
	margin-bottom: 0px;
	border:1px solid transparent;	
	min-height: 50px;				
}
*/

.ui-grid-row-red .ui-grid-cell-red {
    color: #ff0000;
    background-color: #dbfdc6;
}


.chart {
    background: #eee;
    padding: 3px;
}

.chart div {
    width: 0;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.chart div {
    font: 10px sans-serif;
    background-color: steelblue;
    text-align: right;
    padding: 3px;
    margin: 5px;
    color: white;
    box-shadow: 2px 2px 2px #666;
}

.ta-body .ta-panal-body {
	padding: 10px;
	margin-top: 10px;
	font: 30px;
	
}
.profileTitle {
	
	
}

.panel-heading {
	background-color: yellow;
}

/*
#topMenu {
	background-color:white;
	color:black;
	width:auto;
}
*/

/*
#topMenu a:link {
	color:  black;
	visited: black;
	hover: blue;
	active: green;
}


#topMenu a:visited{
	color: black;
}
*/

#topMenu a:hover{
	color: blue;
	text-decoration: none;
}
/*
#topMenu a:active{
	color: green;
}
*/


#lSide {
	width:10%;
	float:left;
	height:80%;
}

#topMenuItems {
	list-style: none;
	display: inline;
}

#topMenuItems li {
	display:inline;
	list-style-type:none;
	padding-right: 10px;
}

#leftMenuItems {
	list-style: none;
	list-style-type: none;
	font-size: 20;
	padding-top: 3px;
}

#leftMenuItems li {
	padding-top: 6px;
}

#rSide {
	width:10%;
	height:80%;
	float:right;
}

/*
#leftMenuItems a:link {
	color: white;
	visited: white;
	hover: blue;
	active: green;
}

#leftMenuItems a:visited{
	color: white;
}


#leftMenuItems a:hover{
	color: blue;
	text-decoration: none;
}

#leftMenuItems a:active{
	color: green;
}
*/



#mainContainer {
	background-color:white;
	height:100%;
	color:black;
	width:100%;
	padding: 0;
}

html {
  position: relative;
  min-height: 100%;
}

body {
	 padding-bottom: 60px; 
}

.domain-body {
	 padding-bottom: 140px; 
}


#body {

	height:80%;
	width:80%;
	float:left;
}

/*
#footer {
	clear:both;
	background-color: green;
	color:red;
	width:100%;
	height:40px;

}
*/

#logoImg {
	max-width: 50px;
	max-height: 50px;
}

#calendar1 {
	margin-top: 10px;
 	margin: 10px auto;
/* 	height=80% */	
  }

#map {

	position: relative;
	height:300px;
	padding-bottom:5px
}

#calendEventTypeBoxes {
	padding: 10px;
	margin: 10px;
}


.ta-panel-body {
	padding: 10px;
}


.footer {
  /* Set the fixed height of the footer here */
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  margin-top: -60px;
  
}

.domain-footer {
  /* Set the fixed height of the footer here */
  height: 140px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  margin-top: -1400px;
  
}


.footer_old {
  position: absolute;
  left: 0px;
  bottom:0px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  margin-top: -60px;
  background-color: #f5f5f5;
}


td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

/*
.tournamentTable table {
	border: 1px solid white;
	width: 100%;
}

.tournamentTable th {
	background-color: black;
	color: white;
	height: 50px;
}

*/


.ta-infoBox {
	width: 100%;
	background-color: #E5E4E2;
}


.dropdown-submenu {
    position: relative !important;
}


.dropdown-submenu>.dropdown-menu {
    top: -20;
   	left: 155px; 
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}


.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*
.dropdown-menu-right {
    right:inherit !important;
    left: auto;
}
*/


/* Container needed to position the button. Adjust the width as needed */
.img-btn-container {
  position: relative;
  width: 100%;
  border: 2px solid black
}

/* Make the image responsive */
.img-btn-container img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

/* Style the button and place it in the middle of the container/image */
.img-btn-container .img-btn {
  position: absolute;
  top: 14px;
  right: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 14px;
  padding: 4px 4px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.img-btn-container .img-btn:hover {
  background-color: red;
}

.tp-sidebar {
	margin: 10px;
	padding: 10px;
}


@media (min-width: 992px) {
  .sidebar {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    display: block;
  }
}

.input-round {
    border-radius: 25px;
}



