
/***************************************************************************
*************** 			Global				****************************
***************************************************************************/

body{
	padding-top: 10px; /* 60px to make the container go all the way to the bottom of the topbar */
	background-color: #f1f1f1;
	font-family: 'Open Sans';
}
@media (max-width: 979px) {
/* 	body{
		padding-top: 0px;
	}
	body > .container{
		margin-top: 30px;
	} */
}
@media (max-width: 630px){
	.hidden-phone{
		display:none;
	}
}
.close{
	line-height: 15px;
}

h1, h2, h3 {
	margin-bottom: 10px;
}

.text-justify{
	text-align: justify;
}
.pageTitle {
	font-size: 38px; 
	font-weight: 300; 
	color: #5D6775;
	height: 35px;
	border-bottom: 1px solid #5D6775;
	margin-bottom: 35px;
	margin-top: 20px;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #FFFFFF;
  border: medium none;
  border-radius: 3px;
  box-shadow: none;
  height: 25px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

textarea{
  background-color: #FFFFFF;
  border: medium none;
  border-radius: 3px;
  box-shadow: none;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

input, textarea {
  width: 410px;
}
.hero-unit h1 {
	font-weight: 400;
}

.modal {
	width: 650px;
}

#addTagsModal {
	width: auto !important;
}

#addSentimentModal {
	width: 300px !important;
}
.clipButtons {
	background-color: #3C6DA8;
	background-image: none;
	border:none;
	color: #FFFFFF;
	height: 40px;
	text-shadow: none;
	width: 120px;
}

.clipButtons:hover {
	background-color: #3C6DA8;
	color: #FFFFFF;
	text-decoration: underline;
}

.form-horizontal .control-label {
  float: left;
  padding-top: 8px;
  text-align: left;
  width: 150px;
}

.loading {
	background-image: url("../img/loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 150px 150px;
}

.popover.top .arrow:after {
  border-bottom-width: 0;
  border-top-color: #ffffff;
  bottom: -5px;
  margin-left: -10px;
}

/***************************************************************************
*************** 			Header				****************************
***************************************************************************/


/***************************************************************************
*************** 			Top Menu				************************
***************************************************************************/

.topmenu .navbar-inner{
	height: 40px;
	/* background-color: #2B3990; */
	background-color: #9b9c9e;
	background-image: none;
	/*
	background-image: -moz-linear-gradient(top, #0009D8, #001C75);
	background-image: -ms-linear-gradient(top, #0009D8, #001C75);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222));
	background-image: -webkit-linear-gradient(top, #0009D8, #001C75);
	background-image: -o-linear-gradient(top, #0009D8, #001C75);
	background-image: linear-gradient(top, #0009D8, #001C75);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0009D8', endColorstr='#001C75', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*/
}

.topmenubuttons {
	height: 25px; 
	padding: 8px 15px 8px 15px; 
	width: auto; 
	background-color: #3C6DA8; 
	color: white; 
	border-radius: 3px;
	float: left;
	margin-right: 10px;
	font-size: 13px;
}

.topmenubuttonsDisabled {
	height: 25px; 
	padding: 8px 15px 8px 15px; 
	width: auto; 
	background-color: #D0D0D0; 
	color: #3C6DA8; 
	border-radius: 3px;
	float: left;
	margin-right: 10px;
	font-size: 13px;
}

.topmenubuttons  a{
	color: white;
}

.topmenubuttonsDisabled  a{
	color: #3C6DA8 !important; 
}


.filterButton {
	padding: 11px; 
	width: 120px;
	background-color: #3C6DA8;
	background-image: none;
	text-shadow: none;
	border: none;
	color: white; 
	border-radius: 3px;
	/* margin-right: 10px; */
	font-size: 13px;
}

.filterButton:hover {
	background-color: #3C6DA8;
	background-image: none;
	color: white;
}

.filterButton2 {
	padding: 11px; 
	width: 80px;
	background-color: #3C6DA8;
	background-image: none;
	text-shadow: none;
	border: none;
	color: white; 
	border-radius: 3px;
	font-size: 13px;
}

.filterButton2:hover {
	background-color: #3C6DA8;
	background-image: none;
	color: white;
}

.filterButton2Toggle {
	padding: 11px; 
	width: 16px;
	background-color: #3C6DA8;
	background-image: none;
	text-shadow: none;
	border: none;
	color: white; 
	border-radius: 3px;
	font-size: 13px;
	margin-right: 10px;
	border-left: 1px solid white;
}

.filterButton2Toggle:hover {
	background-color: #3C6DA8;
	background-image: none;
	color: white;
}

.filter_new {
	color: #ffd90ad4;
	right: 4px;
	position: absolute;
	bottom: 2px;
	font-size: 12px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 13px;
}

.btn-group.open .btn.dropdown-toggle {
	background-color: #3C6DA8;
	color: white;
}

.btn-group > .dropdown-toggle {
	padding: 11px 4px;
}
.clipButtons .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #3C6DA8;
	color: #ffffff;
}
.caret{
	border-top: 4px solid white;
}

.toggleView .btn-group .btn {
	height: 41px;
	width: 40px;
	margin: -5px 0px 0px 0px;
	font-size: 12px;
}

.toggleView .btn-group > .btn:first-child {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	margin-left: 0;  
}

.toggleView .btn.active, .btn:active {
	background-color: #3C6DA8;
	background-image: none;
	box-shadow: none;
	color: #FFFFFF;
	outline: 0 none;
	font-size: 12px;
}

.toggleView .btn {
	background-color: #D0D0D0;
	background-image: none;
	box-shadow: none;
	color: #3C6DA8;
	outline: 0 none;
	height: 20px;
	padding-top: 12px;
	width: 15px;
}

.navbar .btn-group .btn {
	height: 41px;
	width: 40px;
	margin: -5px 0px 0px 0px;
	font-size: 12px;
}

.navbar .btn-group > .btn:first-child {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	margin-left: 0;  
}

.navbar .btn.active, .btn:active {
	background-color: #3C6DA8;
	background-image: none;
	box-shadow: none;
	color: #FFFFFF;
	outline: 0 none;
	font-size: 12px;
}

.navbar .btn {
	background-color: #D0D0D0;
	background-image: none;
	box-shadow: none;
	color: #3C6DA8;
	outline: 0 none;
}

.navbar .langChange {
	float: left;
	margin-right: 10px;
}

.topmenu.navbar .nav > li > a {
	padding: 10px 15px 10px;
	color: #FFFFFF;
	font-size: 13px;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: bold;
}

.topmenu.navbar .nav > li > a:hover{
	color: #fff;
	text-decoration: underline;
}

.topmenu.navbar .nav .active > a{
	background-color: #B80000;
	color: #fff;
}

.topmenu.navbar .nav .active > a:hover{
	background-color: #B80000;
	color: #fff;
	text-decoration: none;
}

.topmenu .navbar .btn-navbar:hover{
	background-color: #B80000;
	color: #fff;
	text-decoration: none;
}

.topmenu.navbar .btn-navbar {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222));
	background-image: -webkit-linear-gradient(top, #136DF5, #2F13BE);
	background-image: -o-linear-gradient(top, #136DF5, #2F13BE);
	background-image: linear-gradient(top, #136DF5, #2F13BE);
	background-image: -moz-linear-gradient(top, #136DF5, #2F13BE);
	background-repeat: repeat-x;
	border-color: #222 #222 #000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#136DF5', endColorstr='#2F13BE', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

@media (max-width: 979px) {
	.topmenu.navbar-fixed-top .navbar-inner{
		padding: 0px;
	}
	.topmenu .nav-collapse .nav > li > a:hover{
		background-color: #0B005A;
		text-decoration: none;
	}
	.topmenu.navbar-fixed-top {
		margin-bottom: 0px;
	}
	.span5 {
		width: auto;
	}
}

.row-fluid .span3 {
  width: 24.404%;
}

.topbar{
	height: 120px;
	background-color: #f1f1f1;
}

.topbar.navbar form {
	margin-top: 40px;
}

.alertsNewLabel::after {
	content: "ΝΕΟ";
	font-size: 8px;
	padding-left: 3px;
	vertical-align: sub;
	font-style: italic;
}

/***************************************************************************
*************** 			Filters				****************************
***************************************************************************/

#top-filters .span3{
	width: 23.404255317%;
}

.caret{
	opacity: 1;
}
.filter-active .filter-label {
    opacity: .6;
}
.filter-active .filter-reset, .filter-active .filter-active-value {
    display: inline-block;
}
.filter-active .dropdown-toggle {
    display: none;
}
.filter-reset {
    display: none;
}
.filter-active-value {
    display: none;
}

.btn-group {
	margin-left: 5px;
}

#daterange{
	margin-left: 5px;
}

.popover {
	padding: 0;
	width: 276px;
}
.popover .select2-container{
	width: 250px;
}
.popover.bottom .arrow{
	top: -11px;
	margin-left: -5px;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #999;
	border-left: 10px solid transparent;
}

#sources_submit_btn, #keyword_submit_btn, #tag_submit_btn{
	margin: 10px 0;
}


/***************************************************************************
*************** 			Labels				****************************
***************************************************************************/

#filter-labels{
	margin-bottom:1em;
}
#filter-labels .label{
	background-color: #D0D0D0;
	color: #3C6DA8;
	height: 20px;
	margin: 5px 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	text-shadow: none;
	width: auto;
}
.label{
	padding: 3px 5px;
	white-space: normal;
	margin-right: 3px;
}
.close{
	opacity: .5;
}

#label_clear a.clearfilters{
	color: red;
}

/***************************************************************************
*************** 			Content				****************************
***************************************************************************/

#og-grid .thumbnail>img {
	height: 217px;
}

#og-grid .thumbails > li {
	margin-bottom: 10px;
}

.new-clip {
	width: 60px;
	height: 60px;
	background-image: url(../img/new.png);
	background-repeat: no-repeat;
	position: absolute;
	right: -3px;
	top: -3px;
}

.readed {
	color: red !important;
}


/***************************************************************************
*************** 		Advanced Search			****************************
***************************************************************************/

#daterange-search{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #B4B4B4;
	height: 18px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}


/***************************************************************************
*************** 		Table styles			****************************
***************************************************************************/

.row [class*="span"] .table-grid
 {
	padding: 4px;
	line-height: 20px;
 	min-height:55px;
	border: 1px solid #DDD;
	margin-top: -1px;
	margin-bottom: 0px;
	margin-left:0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.label [class^="icon-"], [class*=" icon-"] {
margin-top: 0;
}

.tableViewSmallImages img{
	width: 25px;
}


/***************************************************************************
*************** 			Footer				****************************
***************************************************************************/

#footer {
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	border-top: 1px dotted #999;
	background: #f1f1f1;
}

/*******************************************************************************
***************				GO TO TOP 				****************************
*******************************************************************************/
.go-top {
	position: fixed;
	bottom: 15px;
	right: 20px;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 10px 15px 15px;
	display: none;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	text-decoration: none;
}

/*******************************************************************************
***************				KEYWORD LABELS			****************************
*******************************************************************************/
.suggestedKeyrowds {
	margin: 0px 3px 3px 0px;
	cursor: pointer;
}

.selectedClip {
	background: none repeat scroll 0 0 rgba(6, 140, 26, 0.45)
}

/*******************************************************************************
***************		SUPPORT ACCOUNT X-EDITABLE		****************************
*******************************************************************************/
.supportEditableTextarea {
	width: 600px;
	height: 400px;
}

.supportEditableText{
	width: 600px;
}

.datetimepicker input{
    width:inherit;
}
/*******************************************************************************
***************		FLOATING TOOLBAR ADD TO LIST	****************************
*******************************************************************************/
.floatingToolbar {
	position: fixed; 
	top: 250px; 
	left: 30px; 
	padding: 4px;
	border-radius: 24px;
	visibility: hidden;
	width: 40px;
	background: none repeat scroll 0 0 rgba(6, 140, 26, 0.45);
	z-index: 6;
}
.floatingToolbar img{
	margin: 2px;
	cursor: pointer;
}
/*******************************************************************************
***********************		SEARCH BUTTON		********************************
*******************************************************************************/

.search_dropdown {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #5D6775;
  border-radius: 4px;
  display: block;
  height: auto;
  padding: 10px;
  position: absolute;
  /* right: 140px; */
  top: 250px;
  width: 180px;
  display: none;
  z-index: 3;
}

.search_dropdown:after, .search_dropdown:before {
	bottom: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: 
	absolute; pointer-events: none; 
}

.search_dropdown:before { 
	border-color: rgba(194, 225, 245, 0); 
	border-bottom-color: #5D6775; 
	border-width: 13px; 
	margin-left: -26px; 
}

/*******************************************************************************
***********************		TAG RIBBON			********************************
*******************************************************************************/

.ribbon2 {
  background: -moz-linear-gradient(center top , #1EB2DF, #17A7D2) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(top, #1EB2DF, #17A7D2);
  bottom: 210px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 20px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin: 5% 0 0;
  padding: 0.4em 0.8em;
  position: absolute;
  right: -5px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.ribbon_content:before {
  border-width: 0.5em 0 0 0.5em;
  left: 0;
}

.ribbon_content:after {
  border-width: 0.5em 0.5em 0 0;
  right: 0;
  border-color: #434A63 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  bottom: -0.4em;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

/*******************************************************************************
***********************			REPORTS			********************************
*******************************************************************************/

.dataTables_processing {
	color: #3C6DA8 !important;
	font-size: 28px !important;
	font-weight: bold !important;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #3c6da8;
  border-color: #ddd #ddd transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: white !important;
  cursor: default;
}

.tabs-left > .nav-tabs > li > a:hover {
  background-color: #d0d0d0;
}

/*******************************************************************************
***********************		OTHER STUFF			********************************
*******************************************************************************/

.instagram-media {
	margin: 0 auto;
}

/*******************************************************************************
*******************			CLUSTERING STUFF		****************************
*******************************************************************************/
.unvectorized {
	background: none repeat scroll 0 0 rgba(170, 0, 0, 0.45);
}

.aloneCluster {
	background: none repeat scroll 0 0 rgba(66, 66, 66, 0.20);
}

.clusterTitle {
	background: none repeat scroll 0 0 rgba(66, 66, 66, 0.20);
	margin-top: 30px !important;
	min-height: 30px !important;
}

.clusterTitleAlone {
	background: none repeat scroll 0 0 rgba(66, 66, 66, 0.20);
	min-height: 30px !important;
}