@CHARSET "UTF-8";


/* Google */

.pac-item {
	cursor: pointer;
}

.gm-style-iw {
    max-height:400px !important;
    overflow-y:auto;
}


.active-labels {
	font-family: 'Roboto-Light';
	font-size: 15px;
	color: #666;
}

.closelabel {
	font-size: 12px;
	cursor: pointer;
	margin-left: 3px;
}

.closelabel:HOVER {
	color: red;
}

.active-labels ul {
	margin-left: 0px;
}

.active-labels ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 5px;
	padding: 3px 4px;
	border-radius: 5px;
	vertical-align: middle;
}

.active-labels ul li img {
	width: 20px;
	margin: 0px 4px;
}


.active-labels ul li:HOVER {
	background-color: #d5d5d5;
}




ul.favorit_list {
	margin: 0px;
	text-align: left;
	background-color: #8d8c8c;
}


ul.items_list {
	margin: 0px;
	text-align: center;
}

#content.span9 {
	width: 100%;
	max-width: 100%;
	background-color: #e6e6e6;
	margin-top: 0px !important;
	padding-top: 50px;
	border-top: 1px solid #adadad;
}


#adminForm {
	max-width: 1024px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.card {
	height: 193px;
	width: 331px;
	display: inline-table;
	margin: 5px 0px;
	position: relative;
	text-align: left;
}

.hover {
	height: 153px;
	position: absolute;
	margin-top: -193px;
	
	width: 311px;
	padding: 40px 10px 0px 10px;
	display: none;
	color: #ddd;
	font-size: 13px;
	line-height: 19px;
	overflow: hidden;
	text-align: justify;
}

 .card a:HOVER .hover {
	/*display: block;*/
}

.title {
	height: 50px;
	position: absolute;
	margin-top: -50px;
	background-color: rgba(0, 0, 0, 0.3);
	width: 331px;
}

.card .title h2 {
	color: #ddd;
    font-family: 'Roboto-Light';
    font-size: 19px;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
	font-weight: normal;
}

.card .title table tbody tr td {
	font-family: 'Roboto-Light-Italic';
	color: #ddd;
	font-size: 15px;
	line-height: 18px;
}

.card .title table tbody tr td img {
	margin-left: 15px;
	margin-right: 5px;
	vertical-align: baseline;
}

a.c-item {
	display: block;
}

a.c-item img {
	max-width: 331px;
}

#clr {
	display: none;
}

#clr i {
	color: red;
}

.card.center {
	margin-left: 11px;
	margin-right: 11px;
	text-align: left;
}

.card .labels {
	float: left;
}

.card .labels > img{
	margin: 3px;
}

.card .cat {
	position: absolute;
	height: 28px;
	width: 194px;
	color: white;
	z-index: 100;
	width: 100%;
}

.category {
	background-color: red;
	float: right;
	height: 28px;
	width: 125px;
	
	font-size: 18px !important;
	line-height: 25px;
	text-transform: uppercase;
	text-align: right;
	color: white;
}

.category img {
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 3px;
	max-width: 23px !important;
}

.s-owner {
	cursor: pointer;
}

.cat img {
	float: right;
	max-width: 28px;
}

.btn-toolbar {
    display: inline-block;
}


.search-block, .group-block {
	display: inline-block;
}

.search-block {
	vertical-align: top;
	margin-top: 25px;
	margin-right: 3px;
}

.search-block div input {
	width: 140px;
	border-radius: 0px !important;
	border: none;
	margin: 0px;
	box-shadow: none;
	transition: none !important;
}

.search-block div input:focus {
	box-shadow: none;
	transition: none !important;
}

.complex-search {
	border: 1px solid #bdbdbd;
	background-color: white;
	height: 28px;
	line-height: 28px;
	width: 199px;
}

#sbt {
	margin-left: 22px;
}

.complex-button {
	border: none !important;
	border-radius: none !important;
	background-image:none !important;
}


#refine {
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	float: right;
}

#refine p {
	font-size: 15px;
	font-family: 'Roboto-Light';
	color: #666;
	line-height: 25px;
	cursor: pointer;
}

#refine p.active {
	color: red;
}

#refine p b {
	background:  url("chosen-sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: top;
}

#refine p b.active {
	background-position: -18px 1px;
}

#labels {
	width: 100%;
	background-color: #cdcdcd;
	margin: 0px;
	padding: 0px; 
	position: relative;
    top: -9px;
    padding-bottom: 30px;
    display: none;
}

.labels-on {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-left: 45px;
	padding-right: 10px;
}

#labels .labels-on .labels-item input[type="checkbox"] {
	margin: 0px;
}

#labels .labels-on .labels-item {
	margin-right: 15px;
	margin-bottom: 10px;
	display: inline-block;
} 



#labels .labels-on .labels-item label {
    display: inline-block;
    padding-left: 5px;
    font-family: 'Roboto-Light';
    font-size: 14px;
    line-height: 16px;
    color: #595959;
    margin: 0px;
    vertical-align: middle;
    cursor: pointer;
}

#labels .labels-on .labels-item label img {
	margin: 3px;
}

.tour-count p {
	font-family: 'Roboto-Light';
	font-size: 15px;
	color: #666;
}






.group-block {
	background-color: #cdcdcd;
	min-height: 73px;
	padding: 2px 8px 0px 8px;
}

.group-block div > label {
	font-family: 'Roboto-Light';
	font-size: 15px;
	color: #666;
}


.sort-block {
	display: block;
}

.tour-count {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	padding-top: 6px;
}

#filter-bar {
	max-width: 1024px;
	width: 100%;
}

.sort-block  div > label { 
	display: inline-block !important;
	vertical-align: text-bottom;
}

#sectorTable {
	width: 250px;
} 

#typeTable {
	width: 180px !important; 
}

.chzn-container-single .chzn-drop {
	border-radius: 0px !important;
}

.chzn-container-single .chzn-single {
	border-radius: 0px !important;
}

.chzn-single {
	height: 28px !important;
	line-height: 28px !important;
}



.sort-center {
	position: relative;
	left: 137px;
	display: inline-block;
}

.srt {
	width: 185px !important;
}

.sort-label {
	margin-right: 5px;
	font-family: 'Roboto-Light';
	font-size: 15px;
	color: #666;
}


.sort-by {
	vertical-align: top;
	margin-left: 20px !important;
	padding-top: 7px;
}

.sort-by img {
	vertical-align: top;
	cursor: pointer;
}

.sort-by label {
	margin-right: 5px;
	font-family: 'Roboto-Light';
	font-size: 15px;
	color: #666;
}

.group-result {
	color: #454545 !important;
	font-style: italic !important;
	font-size: 13px !important;
}

.filter-city {
	background-clip: padding-box;
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center top , #FFFFFF 20%, #F6F6F6 50%, #EEEEEE 52%, #F4F4F4 100%);
    border: 1px solid #AAAAAA;
    border-radius: 0px !important;
    box-shadow: 0 0 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    height: 28px;
    width: 180px;
}



.filter-city button {
	vertical-align: baseline;
	padding: 4px 5px !important;
	border-radius: 0px !important;
	background: none transparent !important;
	border: none !important;
	height: 28px !important;
}

.filter-city input, .filter-city div {
	display: inline-block !important;
} 

#f-c {
	display: none ;
}

#f-c i {
	color: red;
}

.filter-city button .icon-remove {
	vertical-align: text-bottom;
}


.refine-btn {
	background-color: #67aed8 !important;
	color: white !important;
	display: block;
	margin: 0px auto;
	height: 25px;
	width: 90px;
	font-size: 15px;
	border: none !important;
}

.views {
    display: inline-block;
    float: right;
    position: relative;
    vertical-align: top;
}

.views img {
	margin: 0px 10px;
	vertical-align: baseline;
}

.views a {
	display: inline-block;
	cursor: pointer;
}


.complex-button {
	padding: 4px 5px !important;
}


.remove-type {
	display: inline-block;
	color: red;
	height: 53px;
	line-height: 53px;
	float: left;
}

.remove-type button {
	padding: 5px 2px;
	border-radius: 0px !important;
	vertical-align: bottom;	
}

.remove-type button i{
	color: red;
}


/* REPLAY LIST VIEW */

div#replay_list {
	background-color: #f1f1f1;
	height: 100%;
	width: 100%;
	display: inline-block;
}

div#replay_list > h3, h2, h4, h1 {
	display: block;
    text-align: center;
} 

div#replay_list table.list {
	border-collapse: unset;
	border-spacing: 20px;
	display: table;
    margin: 0 auto;
}
































