/* here you can put your own css to customize and override the theme */

.frametools a {
	color:#000;
	cursor: pointer; cursor: hand; 
}

.frametools a.info {
	color:#666;
	cursor:default; 
}

.frametools a.remove {
	color:#e23e29;
}

.frametools span.remove {
	color:#e23e29;
}

.frametools a.approve {
	color:#3cc051;
}

.frametools a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity:.6;  
  filter:'alpha(opacity=60)';
}

.location_logo {
	
	min-height: 10em;
	
	vertical-align: middle;
}

.location_logo img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 50px;
}

.theme_background.blue {
	background-color: #0f4e74 !important;
}

.theme_background.brown {
	background-color: #35220d !important;
}

.theme_background.default {
	background-color: #212121 !important;
}

.theme_background.green {
	background-color: #35aa47 !important;
}

.theme_background.grey {
	background-color: #4a4a4a !important;
}

.theme_background.light {
	background-color: #434343 !important;
}

.theme_background.purple {
	background-color: #470d54 !important;
}