/*Dash*/
.info-box-icon .fa{
	line-height: 90px;
}

/* Resets */
.graph-container,
.graph-container div,
.graph-container a,
.graph-container span {
    margin: 0;
    padding: 0;
}

/* Gradinet and Rounded Corners */
.graph-container, #tooltip, .graph-info a {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%);

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Graph Container */
.graph-container {
    position: relative;
    width: 100%;
    height: 400px;
    padding: 20px;

    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.1);
    box-shadow: 0px 1px 2px rgba(0,0,0,.1);
}

.graph-container > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    right: 10px;
}

.graph-info {
    margin-bottom: 10px;
}

.graph-info a {
    position: relative;
    display: inline-block;
    float: left;
    height: 20px;
    padding: 7px 10px 23px 30px;
    margin-right: 10px;
    text-decoration: none;
    cursor: default;
}

/* Color Circles */
.graph-info a:before {
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    top: 13px;
    left: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.graph-info .nyereseg { border-bottom: 2px solid #555555; }
.graph-info .visitors { border-bottom: 2px solid #71c73e; }
.graph-info .returning { border-bottom: 2px solid #77b7c5; }
.graph-info .salesnum { border-bottom: 2px solid #da9838; }
.graph-info .oldnyereseg { border-bottom: 2px solid rgba(85, 85, 85, 0.6); }
.graph-info .othervisitors { border-bottom: 2px solid rgba(174, 245, 132, 0.6); }
.graph-info .oldpurchares { border-bottom: 2px solid rgba(119, 183, 197, 0.4); }
.graph-info .oldsalesnum { border-bottom: 2px solid rgba(218, 152, 56, 0.4); }

.graph-info .nyereseg:before { background: #555555; }
.graph-info .visitors:before { background: #71c73e; }
.graph-info .returning:before { background: #77b7c5; }
.graph-info .salesnum:before { background: #da9838; }
.graph-info .oldnyereseg:before { background: rgba(85, 85, 85, 0.6); }
.graph-info .othervisitors:before { background: rgba(174, 245, 132, 0.6); }
.graph-info .oldpurchares:before { background: rgba(119, 183, 197, 0.4); }
.graph-info .oldsalesnum:before { background: rgba(218, 152, 56, 0.4); }


.info-box-icon.active{
	-webkit-box-shadow:inset 0px 0px 0px 2px #000000;
    -moz-box-shadow:inset 0px 0px 0px 2px #000000;
    box-shadow:inset 0px 0px 0px 2px #000000;
}

#numberbox,
#salesbox{
 cursor: pointer;
}

/* Lines & Bars Buttons */
#lines, #bars {
    width: 34px;
    height: 32px;
    padding: 0;
    margin-right: 0;
    margin-left: 10px;
    border-bottom: 2px solid #71c73e;
    float: right;
    cursor: pointer;
}

#lines.active, #bars.active {
    background: #82d344;
    background: -moz-linear-gradient(top, #82d344 0%, #71c73e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82d344), color-stop(100%,#71c73e));
    background: -webkit-linear-gradient(top, #82d344 0%,#71c73e 100%);
    background: -o-linear-gradient(top, #82d344 0%,#71c73e 100%);
    background: -ms-linear-gradient(top, #82d344 0%,#71c73e 100%);
    background: linear-gradient(to bottom, #82d344 0%,#71c73e 100%);
}

#lines span, #bars span {
    display: block;
    width: 34px;
    height: 32px;
    background: url("../img/lines.png") no-repeat 9px 12px;
}

#bars span { background: url("../img/img/bars.png") no-repeat center 10px; }

#lines.active span { background-image: url("../img/lines_active.png"); }

#bars.active span { background-image: url("../img/bars_active.png"); }

/* Clear Floats */
.graph-info:before, .graph-info:after,
.graph-container:before, .graph-container:after {
    content: '';
    display: block;
    clear: both;
}


#tooltip, .graph-info a {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #646464;
}

.tickLabel {
    font-weight: bold;
    font-size: 12px;
    color: #666;
}

.yAxis .tickLabel:first-child,
.yAxis .tickLabel:last-child { display: none; }

#tooltip {
    position: absolute;
    display: none;
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
}


#no-more-tables{
  margin-top: 40px;
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
    font-weight: bold;
    font-size: 12px;
    color: #646464;
	}

	#no-more-tables tr { border: 1px solid #ccc; }

	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
    font-size: 12px;
    color: #646464;
	}

	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

#tarhely strong {
    color: #7d652b;
}

.circle strong {
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 45px;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.btn-elofizetes {
	color: #ffffff;
	font-size: 14px;
		background: #3cb0fd;
	padding: 10px 20px 10px 20px;
	border: solid #3cb0fd 1px;
	text-decoration: none;
	}

	.btn-elofizetes:hover {

	background: #2897e0;
	color: #ffffff;
	text-decoration: none;
	}

	.btn-tarhely {
	color: #ffffff;
	font-size: 14px;

	background: #a1833b;
	padding: 10px 20px 10px 20px;
	border: solid #a1833b 1px;
	text-decoration: none;
	}

	.btn-tarhely:hover {
		background: #7d642b;
	color: #ffffff;
	text-decoration: none;
	}

.bighead{
  font-weight: bold;
  font-size: 14px;
  color: #646464;
  padding-left: 10px;
  padding-right: 10px;
}


.resptd{
  word-wrap: break-word;
  font-size: 14px;
  color: #646464;
  padding-left: 10px;
  padding-right: 10px;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.bg-aqua {
    background-color: #00c0ef !important;
    color: #fff !important;
}

.bg-red {
    background-color: #dd4b39 !important;
    color: #fff !important;
}

/*.bg-green {
    background-color: #00a65a !important;
    color: #fff !important;
}*/

.bg-yellow {
    background-color: #f39c12 !important;
    color: #fff !important;
}

.bg-newgreen {
    background-color: #97c977 !important;
    color: #fff !important;
}

.bg-brown {
    background-color: #da9838 !important;
    color: #fff !important;
}

.bg-grey {
    background-color: #555555 !important;
    color: #fff !important;
}

.bg-purple {
    background-color: #cd5555 !important;
    color: #fff !important;
}

.bg-darkblue {
    background-color: #337ab7 !important;
    color: #fff !important;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-text {
    text-transform: uppercase;
}

.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.card-block {
    padding: 15px;
	overflow: hidden;
}


.info-box-number a{
	font-size: 14px;
}

/*rss*/
.media {
  display: flex; }

.media-body {
  flex: 1; }

.media-middle {
  align-self: center; }

.media-bottom {
  align-self: flex-end; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px;
	padding-top: 5px;
  }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

  .media-heading a{
	  color: #373a3c;
    text-decoration: none;
	    font-size: 18px;
		font-weight: bold;
  }

  .media-heading a:hover{
	  color: #121314;
  }
