﻿body
{
	background: #fbfbfb url(../images/bg.jpg) 0 0 repeat;
}

/* Special grid styles
-------------------------------------------------- */
.show-grid {
  background: #eee;
  border: 1px solid #aaa;  
}
.show-grid [class*="span"] 
{
	background: #eee;
	border: 1px solid #aaa;
}
.show-grid .show-grid {
  background: #eee;
  border: 1px solid #aaa;
}
.show-grid .show-grid [class*="span"] {
  background-color: #ccc;
  border: 1px solid #aaa;
}
/*.show-grid {
  margin-top: 10px;
  margin-bottom: 10px;
}
.show-grid [class*="span"] {
  background: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 30px;
  line-height: 30px;
}
.show-grid:hover [class*="span"] {
  background: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  background-color: #ccc;
}*/


.center
{
  	left: 50%;
  	top: 50%;
}

.tit-font
{
	font-family: "Titillium600" , "Trebuchet MS" , Arial, sans-serif;
	font-size: 20px;	
}

.topbar-wrapper {
	position: relative;
	height: 40px;
	margin: 5px 0 15px;
}

#autoCompleteSearch {

}

#autoCompleteSearch2 {
	padding-top:5px;
	display: inline-block;
	font-size: 18px;
	height : 24px;
	width: 400px;
	line-height: normal;
	margin-top: 3px;
	margin-left: 10px;
}

#autoCompleteSearch1 {
	font-size: 19px;
	font-weight: normal;
	width: 400px;
	height: 31px;
	padding-top: 8px;
	/*float:none;
	display:inline-block;*/
	margin-top: 6px;
	margin-left: 20px;
	padding-left: 7px;
}

#autoCompleteSearchLabel {
	float:none;
	display:inline-block;
}

.well-no-pad {
  background-color: #f5f5f5;
  margin: 0px;
  padding: 2px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.pointPointArrow{
    width:16px;
    height:16px;
    background:url('../images/arrow.png') no-repeat;
    position:absolute;
    display:none;
    z-index: 100000;
    top:0;
    left:0;
}

/*AudioControl - http://www.brianhadaway.com/html5-audio-player-with-flash-fallback/*/
#fallback {
	display: none;
}

.audioControl
{
	
}

.audioButton {
	background: url("../images/audioBtn.png") no-repeat 0 7px;
	cursor: pointer;
	margin: 0;
	padding: 10px 10px 10px 25px;
	width: 200px;
}

.audioButton:hover {
	background-position: 0 -33px;
}

.audioButton.playing {
	background-position: 0 -73px;
}

.audioButton.playing:hover {
	background-position: 0 -113px;
}

.audioButton.loading,
.audioButton.loading:hover {
	background-position: 0 -153px;
}

#player {
	display: none;
}

/*Other*/
.groupbox {
  padding:  5px 15px 10px 15px;
  margin: 0px;
  /*background-color: #f5f5f5;*/
  background-color: #FCFCFC;
  background-repeat: repeat-x;
  
    border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
	background-image: linear-gradient(top, #ffffff, #FAFAFA);
}

.groupboxheader
{
	width:100%; 
	border-bottom: 1px solid #EEEEEE; 
	margin-bottom: 10px;
	padding-bottom: 3px;
	float:right; text-align:right;
	color: Gray;
}

.groupboxheaderleft
{
	width:100%; 
	border-bottom: 1px solid #EEEEEE; 
	margin-bottom: 10px;
	padding-bottom: 3px;
}

.groupboxheadertext
{
	/*color: #0069D6;
	color: #666666;
	color: #555;
    font-weight:lighter;*/
    font-size: 14px;
    font-weight: normal;    
    line-height: 24px;
    /*font-family: "Titillium250" , "Trebuchet MS" , Arial, sans-serif;*/
}

.occurredText
{
	padding-left: 5px;
	font-size: 11px;
	line-height: 11px;
	color: #888888;	
}

.icon1:before {
  font-family: "IconicStrokeRegular";
  font-size: 14px;
  line-height: 13px;
  color: #555;
  content: "";
  position: relative;
  float: right;
  top: 5px;
  left: 10px;
  margin: 0 0.55em 0 -0.25em;
}

.icon1.arrowup:before {
  content: "0";
}
.icon1.chat:before {
  content: "8";
}
.icon1.play:before {
  content: "B";
}

.label1 {
  padding: 2px 4px 3px;
  font-size: 10px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  white-space: nowrap;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  /*background: url('../images/icons24/111-user.png') no-repeat left 2px;*/
  background-color: #EEE;
}

.label1.important {
  background-color: #c43c35;
}
.label1.warning {
  background-color: #f89406;
  color: #FFF;
}
.label1.success {
	/*background-color: #56C556;*/
	background-color: #D1EED1;
	border-color: #BFE7BF;
	color: #026C02;
}
.label1.notice {
	background-color: #1A66B1;
	color: #FFF;
}

.txtXLarge
{
	padding-top:5px;
	display: inline-block;
	font-size: 30px;
	height : 40px;
	line-height: normal;
}

.txtLarge
{
	padding-top:5px;
	display: inline-block;
	font-size: 22px;
	height : 30px;
	line-height: normal;
}

.txtSmall
{
	padding:2px;
	display: inline-block;
	font-size: 14px;
	height : 20px;
	line-height: normal;
}

input.txtLarge {
	padding-top:5px;
	font-size: 22px;
	height : 40px;
	line-height: normal;
}

input.txtXLarge {
	padding-top:5px;
	font-size: 30px;
	height : 40px;
	line-height: normal;
}


.dataLabel
{
	color: Gray;
	text-transform: uppercase;
	font-size:inherit;
	font-weight:normal;
	line-height:14px;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	display:block;
}

.dataValue
{
	line-height:18px;
	font-weight:bolder;
}

.dataValueGreen
{
	line-height:18px;
	font-weight:bolder;
	
	background-color: #46A546;
	border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    padding: 1px 3px 2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.btn.smaller {
  padding: 4px 4px 4px 4px;
  font-size: 12px;
}

.iconLinkImg
{
	width:14px; height:14px; padding-right:8px; padding-left:10px; padding-bottom:0px;
}

.iconLinkImgLarge
{
	height:24px; padding-right:0px; padding-left:10px; padding-bottom:0px; padding-top:7px; margin-right:15px;
}

.span1_2 {
  width: 20px;
}

.btn.largeSmallPad {
    border-radius: 6px 6px 6px 6px;
    font-size: 15px;
    line-height: 38px;
    padding: 0px 7px;
    
}

/*
.selectedThumb {
	///*border: 2px solid #026C02;
	background-color: #D1EED1;
}*/

.textEditInPlace
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:5px;
}

.first-in-row { margin-left: 0 !important; }

.modal-body-percent {
    overflow-y:scroll;
    padding: 15px;
    position: relative;
}

/*
@media (max-width: 767px) {

   .thumbnails.mobile-two-up > li {
      width: 48%;
      float: left;
      margin-left: 4%;
      margin-bottom: 4%;
   }

   .thumbnails.mobile-two-up > li:nth-child(2n+1) {
      clear: both !important;
      margin-left: 0;
   }

}*/



