@CHARSET "UTF-8";

.test_div{
	position:relative;
	width:200px;
	height:100px;
	border:1px solid red;
}

.front_checklists_main .listing_tile_set:hover, .front_checklists_active  .listing_tile_set:hover,.front_topicchecklists_main .listing_tile_set:hover, .front_checkview_list .listing_tile_set:hover, .front_checkrun_items .listing_tile_set:hover {
    background: honeydew;
  border:1px solid silver;
}
.checkitems_count{
  background: #fffaf0;
  border-radius: 6px;
  padding: 0 7px;
}
.front_checklists_main .listing_tile_set, .front_checklists_active .listing_tile_set, .front_topicchecklists_main .listing_tile_set, .front_checkview_list .listing_tile_set, .front_checkrun_items .listing_tile_set {
    background: aliceblue;
  border:1px solid white;
    margin: 5px;
}
.checkitem_desc{
	display:block;
	padding-left:30px;
	font-size:12px;
	color:silver;
	font-style:italic;
}

.highlight { background-color: yellow }

.file_size{
  color:silver;
  font-family:Courier;
}
.tile_imgnicely {
    max-width: 250px;
    overflow: hidden;
    margin: 5px;
  border: 1px solid #ece9e9;
}
/*.userfile_image {
    margin-left: 50%;
    transform: translateX(-50%);
}*/
iframe{
  display:block;
}
.front_topics_pics .tiles_listing {
    display: table;
}
a.comment_link {
    width: 16px;
    position: relative;
    height: 13px;
    display: inline-block;
    background: url(/media/images/page.png);
    opacity: 0.3;
}
a.comment_link:hover{
  opacity:0.5;
}
.top_menu div{
    padding: 5px;
}
.top_menu div:hover{
    background:#eeeeee;
}
.front_topics_pics .mainnolist {
    position: relative;
    float: left;
}
video{
  max-height:400px;
}
.tile_imgnicely a {
    height: 205px;
    display: block;
}
.COOKIE_ACCEPT {
    margin: 0 auto;
    position: relative;
    top: 0px;
  width:80%;
  
}
a{
  color:#28abe2;
}

.tile_logout{
  color:silver;
  opacity:0.5;
}
.tile_logout:hover{
  color:salmon;
  opacity:0.8;
}
.COOKIE_ACCEPT .listing{
  color:black;
}
.COOKIE_ACCEPT > .listing > .listing_tile_set {
    border: 1px solid orange;
}
.COOKIE_ACCEPT .listing a{
  text-decoration:underline;
}
.box.web_logon {
    position: relative;
    right: 0;
    text-align: right;
}
.buttontop_tile_set .buttonarea {
    margin: auto;
}
.buttontop_tile_set{
  margin-bottom:50px;
}
.footer{
  color:silver;
}
.footer a{
  color:gray;
}
.fa-star-o{
  color:orange;
}
.fa-star{
  color:orange;
}
.fa-heart-o{
  color:red;
}
.fa-heart{
  color:red;
}
.tile_build_comment_content {
    font-size: 16px;
}
.tile_build_comment.tile_signature {
    color: silver;
    font-size: 11px;
  margin-bottom:10px;
}
h3{
  margin-top:10px;
  margin-left: 40px;
}
.top_searchinput{
  margin-top:5px;
}
.login_wrap {
    background: rgba(54, 54, 54, 0.5) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.log_label{
  display:none;
}
.LOGIN_ATTEMPT_NOCAP, .LOGIN_ATTEMPT, .REMIND_ATTEMPT, .REG_ATTEMPT {
    margin: 40px auto 0;
    width: 50%;
	padding: 40px;
    text-align: left;
  background: white;
}
.login_wrap > .h6 {
    background: white none repeat scroll 0 0;
    margin: 0 auto;
    padding: 10px;
    width: 50%;
}
.logon_news_link{
  display:none;
}
.comment_image{
  max-height:320px;
  border: 1px solid silver;
  padding:0px;
  opacity:1;
}
.comment_image:hover{
  opacity:1;
}

.container{
  background:white;
  margin:0 auto;
  margin-bottom:40px;
}
.box.buttons.row {
    margin: 0;
}
p{
  margin-bottom:0px;
}
.tiles_listing[model="build:posting"]>.mainlist{
  padding-bottom:0px;
  background:white;
}
.tiles_listing[model="build:posting"]>.mainlist:hover{
  /*background: #ffffaf none repeat scroll 0 0;*/
}
.tiles_listing[model="ui:favourite"]>.mainlist{
  padding-bottom:0px;
  background:white;
}
.tiles_listing[model="ui:favourite"]>.mainlist:hover{
  background: #ffffaf none repeat scroll 0 0;
}
blockquote{
  padding: 0px 5px;
}
.posting_topic{
  	border: 1px solid #666666;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  opacity: 0.5;
  padding-left:3px;
  padding-right:3px;
  font-family:Verdana;
  font-size:11px;
  letter-spacing:0;
  display:inline;
}
.posting_topic a{
  text-decoration:none;
  color:gray;
}

.ticket_image_full {
  border: 1px solid silver;
  max-height: 350px;
}

.ticket_content_full{
  
}
.new_item{
  font-weight:bold;
}
.topsup{
    background: white none repeat scroll 0 0;
    color: white;
    font-size: 10px;
    left: 5px;
    padding: 0 3px;
    top: -15px;
  opacity:.5;
  cursor:pointer;
}
.topsup:hover{
  opacity:1;
}
.comment_text{
  font-family:Georgia;
}
.button_label{
  margin: -6px -12px;
  padding: 8px 14px;
}
.tab_button{
  border:1px solid silver;
}
.selected_tab{
  background:wheat;
}
.fa-unlock-alt{
  color:silver;
}
.mainlist{
  background:white;
}