

body{
padding-top: 60px;
font-family: 'Open Sans', sans-serif;
}


h1,h2,h3{
	font-family: 'Open Sans', sans-serif;
	
}

h2,h3{
	font-weight: 600;
}

h1{
	font-weight: 700;
}

h1 span,h2 span,h3 span,h4 span,h5 span{
	color: #ff6600;
	
}
.loading{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/helpers/loader.gif) center center no-repeat;
	margin: 0 6px;
}

.loadingPanel{
	padding: 30px;
	background: url(../images/helpers/loader.gif) center center no-repeat;
}




.list-menu{
	border-top: 1px solid #ccc;
}
.list-menu li{
	
}

.list-menu a{
	color: #666;
	
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 8px 0 8px 0;
	font-size: 22px;
	background: url(../images/helpers/arrow.png) right center no-repeat;
	
}

.list-items li{
	
}

.list-menu .data{
	display: block;
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 12px;
	
}

.list-menu .list-buttons{
	float: right;
	margin-right: 20px;
	margin-top: 14px;
}

.list-menu i{
	color: green;
	margin-right: 10px;
}

.list-menu .noMedia{
	opacity: 0.5;
}

.list-menu a:hover{
	color: #000;
	text-decoration: none;
	background: url(../images/helpers/arrowBlack.png) right center no-repeat;
}

.header-menu{
	float: right;
	margin-top: 20px;
}

.header-menu a{
	font-size: 14px;
	
}

.featureView .header-menu{
	
}

.header-menu.small-header-menu{
	margin-top: -2px;
}


.confirm-message{
	font-weight: bold;
	font-size: 18px;
}

.confirm-message i{
	font-size: 60px;
	vertical-align: middle;
	color: #ccc;
	margin-right: 10px;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
.modal-alert .modal-header,.modal-confirm .modal-header{
	border: none;
}
.modal-alert .message{
	
	font-size: 18px;
	text-align: center;
	
}

.modal {
  text-align: center;
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#listAlerts .list-buttons{
	margin-top: 8px;
}

.keywords i{
	float: right;
}

.keywords{
	height: 300px;
	overflow: auto;
	border: 1px solid #ccc;
}

.keywords .list-group a{
	
	border-left: none !important;
	border-bottom: none !important;
	width: 100%;
}

.keywords .list-group input{
	display: none;
}

.noshow{
	display: none;
}

.keywords u{
	text-decoration: none;
	color: #AAA;
	font-size: 11px;
	font-weight: normal;
}

.infoline{
	font-size: 14px;
	margin-bottom: -10px;
	padding-bottom: 10px;
	
}

.infoline b{
	color: #ff6600;
}

.featureView .infoline{
	margin-bottom: 10px;
}

.list-of-selectors label{
	display: block;
}

.showKeyvalues{
	background: #f5f5f5;
	padding: 10px;
	
}

.noItems,.noitems{
	background: #f5f5f5;
	padding: 80px 20px;
	text-align: center;
	color: #999;
	text-transform: uppercase;
	font-size: 11px;
	
}

.list-group-item{
	position: relative;
}

.custom-checkbox{
	width: 30px;
	height: 30px;
	background: url(../images/helpers/checkbox_off.png) center center no-repeat;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	
}

.custom-checkbox.loading{
	background: url(../images/helpers/loader.gif) center center no-repeat;
}

.custom-checkbox.value-on{
	background: url(../images/helpers/checkbox_on.png) center center no-repeat;
}

.pc-list{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.pc-list li{
	background: #cdd2d5;
	
	padding: 10px;
	margin-bottom: 10px;
	 border-radius: 4px;
}

.pc-list li a.main{
	color: black;
	font-weight: bold;
	word-break: break-all;
}

.pc-list .sort-button{
	float: right;
}

.nav-menu{
	float: right;
	margin-top: 10px;
}

.description{
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 10px;
	word-break: break-all;
}

.text-break-words{
	word-break: break-all;
}

.tagInfo .infoline{
	float: right;
	
}

.tagInfo .infoline span{
	font-weight: bold;
}

.green{
	color: green;
}

.lightgrey{
	color: #999;
}

footer{
	
	height: 30px;
}

.rightPanel{
	border-left: 1px solid #ccc;
	
}

.flexbox{
	
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexbox .col{
	flex: auto;
}

td{
	word-wrap: break-word !important;
	 text-overflow: ellipsis;
	 
}

footer .container{
	text-align: center;
	margin-top: 40px;
	font-size: 80%;
}

.itemsPerPageSelector{
	//margin-top: -20px;
}

.itemsPerPageSelector a{
	color: #333;
}

.itemsPerPageSelector a.active{
	color: #337ab7;
	font-weight: bold;
}

.filter{
	padding: 8px;
	background: #f5f5f5;
	border: 1px solid #eee;
	border-radius: 4px;
}

.small-cell{
	max-width: 120px;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;
}

.break-words{
	word-wrap:break-word;
	max-width: 200px;
	
}

.parameters:hover{
	
	color: #337ab7;
}

.tools-menu{
	float: right;
	opacity: 0.5;
}

.tools-menu:hover{
	
	opacity: 1;
	cursor: move;
}

.splashPreview{
	position: relative;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	height: 600px;
}

.splashPreview .headline{
	position: absolute;
	width: 100%;
	top: 20px;
	left: 0;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	color: #003255;
	font-size: 20px;
}

.splashPreview .content{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	
}

.splashPreview .content .wrapper{
	display: table;
	
	width: 100%;
	height: 100%;
}

.splashPreview .content .message{
	
	display: table-cell;
	
	padding: 20px;
	vertical-align: middle;
	text-align: center;
	
}
