
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 9999 !important;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.col-1{
	width:14%; 
	position:absolute; 
	overflow: hidden;
	height:17px;
	margin-top:-14px;
}
.ui-autocomplete {
   max-height: 200px;
  overflow-y: auto;
   /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
} 

.option-button {
    height:100%;
}
.media-object {
    height: 60px;
}
		
.selected {
    background-color:#E0E9FE;
}
textarea
{
  border:1px solid #999999;
  width:100%;
  margin:5px 0;
  padding:3px;
}

.errorType {
   border-color: #F00 !important;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.padding2 {
   padding: 2 !important;
   margin: 2 !important;
}

select {
	font-size:12px;
}

.shown-800{
	display: none;
}
   
@media only screen and (max-width: 800px) {
   .hidden-800{ display: none;  }
   .shown-800{ display: block; }
   .modal-dialog { max-width: none; }
}
