
/***************************************************************************
*************** 			Global				****************************
***************************************************************************/

@font-face {
	  font-family: 'FiraSans';
	  src: URL('/font/FiraSans-Regular.ttf') format('truetype');
}

body {
	padding-top: 10px; /* 60px to make the container go all the way to the bottom of the topbar */
	background-color: white;
	font-family: 'FiraSans' !important;
}

input, button, select, textarea {
    font-family: 'FiraSans' !important;
}

@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;
}

a {
	opacity: 1;
	transition: all 0.5s ease;
}

a:hover {
	opacity: 0.7;
}

.container.content {
	margin-top: 10px;
}

.container.content p {
	color: #333;
}

.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1400px;
}

.main-buttons {
	color: white;
    border: 1px solid #F7959C;
    padding: 6px 20px;
    border-radius: 30px;
    background-color: #F7959C;
    background-image: none;
    font-size: 18px;
    padding: 10px 30px;
    font-weight: 400;
	transition: all 0.5s ease;
	text-shadow: none;
	box-shadow: none;
}

.main-buttons:hover {
	background-color: transparent;
	color: #F7959C;
}

a.purple-links {
    color: #5765af;
    font-weight: 500;
	transition: all 0.5s ease;
}

a.purple-links:hover {
	color: #5765af;
	opacity: 0.8;
}

a:focus {
    outline: none !important;
    text-decoration: none !important;
}


textarea:focus, input[type="text"]:not(.select2-input):focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #5765af !important;
	border: 1px solid #5765af !important;
    outline: 0;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

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"] {
	padding: 4px 10px;
}

#languagePickerContainer a.flagen:before {
    content: url(/images/eng.png);
    position: absolute;
}

.language-div {
	position: relative;
}

#languagePickerContainer a.flagel:before {
    content: url(/images/gr.png);
    position: absolute;
	right: 0;
}

a.flagel {
	float: right;
}

a.flagen {
	float: right;
	margin-right: 15px;
}

.text-justify{
	text-align: justify;
}
.pageTitle, .insidePageTitle {
	font-size: 38px; 
	font-weight: 300; 
	color: #5D6775;
	height: 35px;
	margin-bottom: 35px;
	margin-top: 20px;
}

.insidePageTitle {
	border-bottom: 1px solid #F1F1F1;
}
/*
.btn.active, .btn:active {
	background-color: #d4d9ec !important;
}
*/
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    /*color: #f7959c;*/
    background-color: transparent;
}

.insidePageTitle {
	display: flex;
    justify-content: center;
    position: relative;
	padding-bottom: 10px;
}

.insidePageTitle a {
	position: absolute;
    left: 0px;
}

.insidePageTitle .title-and-icon {
	display: flex;
    align-items: center;
    gap: 25px;
}

.insidePageTitle .title-and-icon h2 {	
	margin-bottom: 0px;
    font-size: 30px;
}

.loading-src {
	animation: full-rotation 1s linear infinite;
}

@keyframes full-rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.alert-danger, .alert-error, .alert-info {
	color: white;
    background-color: #5765af;
    border-color: #5765af61;
}

.alert-danger a, .alert-error a, .alert-info a {
    color: white;
    text-decoration: underline;
}

.alert-danger p, .alert-error p, .alert-info p {
	color: white !important;
    text-shadow: none;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #f37f8a !important;
	background-image: none !important;
}

.daterangepicker .daterangepicker_start_input, .daterangepicker .daterangepicker_end_input {
	display: inline-block;
    width: 49.5%;
}

.daterangepicker .range_inputs > * {
	float: unset !important;
}

.daterangepicker .daterangepicker_end_input {
	padding-left: 1% !important;
}

.daterangepicker .applyBtn, .daterangepicker .cancelBtn {
	display: inline-block;
    width: 47%;
} 

.daterangepicker .ranges li {
	color: #5765af !important;
	background: white !important;
}

.daterangepicker table tbody td {
	font-size: 13px !important;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #5765af !important;
    border: 1px solid !important;
    color: #fff !important;
}

.dropdown-menu li>a:hover, .dropdown-menu .active>a, .dropdown-menu .active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5765af;
    background-image: none;
    opacity: 1;
}

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;
	box-shadow: none;
    border: 5px solid #F8F8F9;
	background: white;
}

.modal .modal-header {
	color: #444444;
}

.modal form {
	background: #f8f8f8;
    box-shadow: none;
    border: none;
}

.modal .modal-footer {
	background: #f8f8f8;
    border: 0px;
}

.modal .btn {
    background: transparent;
    border: 0px;
    box-shadow: none;
    color: #333333;
	text-shadow: none;
    padding: 10px 20px;
}

.modal .btn:before {
	content: '';
    background-image: url(https://portal.clipnews.gr/themes/bootstrap/img/glyphicons-halflings-white.png);
    background-position: -309px 3px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-color: #F7959C;
    border-radius: 100%;
    vertical-align: bottom;
    margin-right: 5px;
}

.modal .sendemailsubmitbutton:before {
	background-position: -285px 3px;
	background-color: #4499AA;
}

.modal .btn[type="submit"]:before, .modal .btn-success:before, .modal #saveReport.btn:before {
	background-position: -285px 3px;
	background-color: #4499AA;
}

.daterangepicker .ranges {
	width: 171px !important;
}

#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;
}

.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;
}

/* tabe - start */
table tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) td {
    background-color: #EBEEF7;
}

table tbody tr:nth-child(even) td, table tbody tr:nth-child(even) td {
    background-color: #F3F8FB;
}

table tbody td, .table-striped tbody td {
    padding: 13px 30px;
	font-size: 16px !important;
    text-align: left;
}

.table th, .table td {
	border-top: 0px !important;
}

table tbody th, .table-striped tbody th {
	padding: 20px 30px;
	background-color: #F1F1F1;
	font-size: 17px;
	color: #656565;
}

table tbody table tbody tr th {
	background-color: #F1F1F1;
	color: #656565;
	font-size: 17px;
}

.daterangepicker td.in-range {
    background: #d4d9ec !important;
}

.daterangepicker .applyBtn {
	background: #4499AA;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    border: none;
    padding: 8px 11px;
}

.daterangepicker .cancelBtn {
	padding: 8px 11px;
    border: none;
    text-shadow: none;
    background-image: none;
    background: #F7959C;
    color: white;
}
/* tabe - end */

/***************************************************************************
*************** 			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: 20px;
	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: 20px;
	font-size: 13px;
}

.topmenubuttons  a{
	color: white;
}

#sort_title_filter.disabled {
	background: transparent;
	color: #f37f8a;
}

.filterButton {
	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-image: none;
	color: white;
}

.filterButton2 {
	padding: 11px; 
	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: #5ac1a6;
    right: 2px;
    position: absolute;
    bottom: -1px;
    font-size: 10px;
    font-weight: bold;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 13px;
}

.btn-group.open .btn.dropdown-toggle {
	background-color: #5765af;
	color: white;
}

.btn-group > .dropdown-toggle {
	padding: 11px 4px;
}

/*
.clipButtons .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #F7959C;
	color: #ffffff;
}
*/
.btn:focus {
	outline: none;
}

.container.content {
	min-height: 65vh;
}

.caret{
	border-top: 4px solid white;
}

.toggleView .btn-group .btn {
	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;
}

.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: #f9f9f9;
	background-image: none;
	box-shadow: none;
	outline: 0 none;
}

.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;
}

/* new header */

.topmenu {
	position: relative ! important;
	top: unset !important;
}

header, header * {
    box-sizing: border-box;
    display: block;
}

header .heade-row.row1 {
	display: flex;
    gap: 30px;
	align-items: center;
	border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
    padding-top: 20px;
}

header .heade-row.row2 {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}

header .language-div {
	margin-left: auto;
}

header .top-button {
	padding: 6px 20px;
    border-radius: 30px;
    background: #656565;
    color: white;
    border: 1px solid #656565;
}

header .top-button:hover {
	text-decoration: none;
}

header .active.top-button {
	color: #F7959C;
    border: 1px solid #F7959C;
	font-weight: bold;
	background-color: transparent;
}

header .language-div .active {
	/* display: none; */
}

header .account-div {
	padding: 10px 20px;
	position: relative;
}

header .account-div .img-wrapper {
	width: 50px;
    position: relative;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #999999;
}

header .account-div .arrow {
	width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 12px solid #777;
    position: absolute;
    right: -10px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

header .account-sub-menu {
	position: absolute;
    padding: 15px 25px;
    background: white;
    z-index: 9999;
    opacity: 0;
    border-radius: 30px;
    transition: all 0.5s ease;
    background: #f1f1f1;
    left: 0px;
	margin-top: 5px;
}

.account-sub-menu.visible {
	visibility: visible !important;
	opacity: 1;
}

.account-div .img-wrapper img {
	transform: rotate(0deg); 
	transition: all 0.5s ease;
}

.account-div .img-wrapper img.rotate {
	transform: rotate(360deg); 
}

.account-sub-menu a {
    color: black;
    margin-bottom: 9px;
    font-size: 15px;
}

header .account-wrapper {
	display: flex;
    align-items: center;
}

header .messages-div {
	display: flex;
    gap: 10px;
}

header .messages-div a {
	color: #ff8188;
    font-size: 15px;
}

/***************************************************************************
*************** 			Login				****************************
***************************************************************************/

.welcome-div {
	padding: 0px;
}

.welcome-div h1 {
	font-size: 32px;
    margin-bottom: 30px;
    color: #5765af;
}

.welcome-div p {
	margin-bottom: 30px;
}

#login-form #LoginForm_rememberMe {
	margin-right: 10px;
}

#login-form .control-label {
    font-weight: bold;
}

#login-form .control-group:nth-child(3) {
    width: fit-content;
    position: relative;
}

div.error label, div.error span {
	color: #ff8188 !important;
}

div.error input {
	/*color: #ff8188 !important;*/
	border-color: #ff8188 !important;
	color: black !important;
}

.show-password {
	position: absolute;
    right: 15px;
    top: 39px;
	cursor: pointer;
}

/***************************************************************************
*************** 	        MONITORING			****************************
***************************************************************************/

#newClipsNotification a {
	padding: 10px;
    color: white;
    background: #7088e4;
    border-radius: 10px;
}

.select2-input:focus {
	outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#filterToolbar .popover button {	
	background: #4499AA;
    color: white;
    box-shadow: none;
}

.topmenubuttonsglobal {
	border-radius: 30px;
	display: flex;
    align-items: center;
}

.topmenubuttonsglobal img {
    margin-right: 5px;
}

.topmenubuttons {
	background-color: #f37f8a;
	font-weight: 600;
	text-decoration: none;
}

.topmenubuttonsDisabled {
	background-color: #F1F1F1;
}

.topmenubuttonsDisabled a {
	color: black;
}

#top-filters {
	background: #5765af;
	padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#search_dropdown {
	background: #f7f7f7;
    border: 1px solid rgba(0,0,0,0.2);
}

#search_dropdown .btn-danger {
	background: #f37f8a;
    text-shadow: none;
    box-shadow: none;
    background-image: none;
    border: none;
}

#search_dropdown .btn-primary {
	background: #4499aa;
    text-shadow: none;
    box-shadow: none;
    background-image: none;
    border: none;
}

#search_dropdown .btn:hover {
	color: white;
	opacity: 0.7;
}

.searchwrap .iconwrap {
	width: fit-content;
    cursor: pointer;
    position: absolute;
    right: 4px;
	top: 3px;
}

.searchwrap textarea {
	border: 1px solid #B4B4B4;
    max-width: 100%;
	padding: 4px 21px 4px 4px;
}

.searchwrap .info {	
	position: absolute;
    background: #E6F6F3;
    padding: 5px;
    z-index: 100;
    color: black !important;
    width: 310px;
    bottom: 30px;
    visibility: hidden;
    opacity: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    transition: opacity 0.5s ease;
	right: -78px;
}

.searchwrap {
	position: relative;
}

.searchwrap .info p:first-of-type {
    text-decoration: underline;
}

.searchwrap .info p {	
	color: black !important;
}

.searchwrap .info:before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    background: #d4d9ec;
    bottom: -5px;
    transform: rotate(45deg);
    right: 80px;
}


.searchwrap .iconwrap:hover .info {
	visibility: visible;
	opacity: 1;
}

#successMessage {
	position: fixed;
    left: 10px;
    bottom: 5%;
    padding: 10px;
    background: #5765af;
    color: white;
    border-radius: 5px;
	z-index: 99;
}

#top-filters > div > a, #top-filters > button {
    background: #FFFFFF;
    color: #444444;
}

#top-filters .filterButton2Toggle .caret {
	border-top-color: #5d6874;
    border-bottom-color: #868e97;
}

#top-filters .filterButton2Toggle {
	min-height: 19.52px;
}

#top-filters .filterButton.mediabutton:before {
	content: url('/images/filters-media-icon.png');
	display: inline-block;
	
}

#top-filters .filterButton.mediabutton:before {
    content: url(/images/filters-media-icon.png);
    display: inline-block;
    vertical-align: inherit;
	position: relative;
	top: 2px;
    margin-right: 10px;
}

#top-filters img.top-filter-icon {
    margin-right: 10px;
}

#top-filters #gridToggle, #top-filters #tableToggle {
	padding: 10px;
}

#top-filters .filterButton, #top-filters #gridToggle, #top-filters #tableToggle, #top-filters #tooltipMazikes, #top-filters .filterButton2Toggle {
    padding: 5px 10px !important;
	height: auto;	
	border-radius: 5px;
    font-weight: bold;
	margin: 0px;
	justify-content: space-between;
	font-size: 14px;
	text-transform: uppercase;
}

#top-filters .span9 {
	width: 81%;
}

.pageTitle.monitoring {
	height: 45px; 
	margin-bottom: 15px;
	position: relative;
}

#AllButton {
	margin-left: 60px;
}

.monitoring-home-icon {
	position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: fit-content;
}

#top-filters {
	display: flex;
    justify-content: space-between;
}

#top-filters > * {
    float: unset;
}

#top-filters .btn-group a, #tooltipMazikes {
    align-items: center;
    display: flex;
}
#top-filters .btn-group {
    display: flex ;
}

#top-filters .caret {
	position: relative;
    width: auto;
    height: auto;
	margin: 0px !important;
    display: inline-block;
	border: 0px !important;
}

#top-filters .caret:after {
	content: url(/images/arrow-down.png);
    display: inline-block;
    position: relative;
    margin-left: 10px;
    width: auto;
}

#top-filters .popover.bottom .arrow {
	display: none;
}

#top-filters .popover.bottom {
    margin-top: 0px;
}

.popover > *, .popover .select2-choices, .popover, .daterangepicker.dropdown-menu {
	background: #f7f7f7 !important;
}

.select2-drop {
	border: none !important;
}

.select2-results {
	margin: 0px !important;
    padding: 0px !important;
    background-color: #f7f7f7;
}

#top-filters .dropdown-menu {
	background: #f7f7f7;
}

#top-filters .dropdown-menu li {
	background: transparent;
}

#removeTagsModal #cancelReport.btn, #addSentimentModal #cancelReport.btn, #translateModal #cancelReport.btn {
	color: #333333;
}

/***  Tooltip Mazikes  ***/

#tooltipMazikes img {
	margin-right: 10px;
}

.tooltipMazikesWrapper {
	position: relative;
	display: flex;
}

.tooltipMazikesWrapper .tooltipMazikesMenu .column-1 {
	min-width: 265px;
}

.tooltipMazikesMenu {
	background: #f7f7f7;
}

.tooltipMazikesMenu .column-1 {
	background: #F7F7F7;
}

.tooltipMazikesMenu .column-1 > * {
    padding: 7px 14px;
	transition: all 0.5s ease;
	min-width: 200px;
}

.tooltipMazikesMenu .column-1 a {
	white-space: unset;
	padding: 0px;
}

.actions-btn {
	display: flex;
    align-items: center;
}

.actions-btn a {
    color: #5765af;
    text-decoration: underline;
}

.actions-btn p {
	margin-bottom: 0px;
}

.actions-btn p > * {
	display: inline-block !important;
    width: fit-content;
}

.tooltipMazikesMenu .column-1 .action-div.selected, .tooltipMazikesMenu .column-1 .clear-div:hover {
	background: white;
}

.tooltipMazikesMenu .column-1 .action-div.selected  a, .tooltipMazikesMenu .column-1 .clear-div:hover  a {
	color: #F7959C !important;
	opacity: 1;
}

.tooltipMazikesMenu .column-1 .action-div a, .tooltipMazikesMenu .column-1 .clear-div a {
	transition: all 0.5s ease;
}

.tooltipMazikesMenu .column-1 img {
	margin-right: 10px;
	width: 23px;
    object-fit: scale-down;
    height: auto;
}

.tooltipMazikesMenu .column-2.closed {
	display: none;
}

.tooltipMazikesMenu .column-2 {
	background: white;
    padding: 20px;
    min-width: 250px;
}

.tooltipMazikesMenu .column-2 > * {
    margin-bottom: 20px;
    text-align: center;
}

.tooltipMazikesMenu .custom-row {
	display: flex;
}

.tooltipMazikesMenu .column-2 .add-to-list a, .tooltipMazikesMenu .column-2 .cancel-action a {
    color: #f7959c !important;
    text-decoration: underline;
}

.tooltipMazikesMenu .column-2 .main-buttons {
	font-size: 16px;
    width: fit-content;
    padding: 10px 20px;
	background-color: transparent;
    color: #f7959c !important;
	transition: all 0.5s ease;
    margin: 0 auto;
}

.tooltipMazikesMenu .column-2 .main-buttons:hover {
	background-color: #f7959c !important;
	color: white !important;
}

#top-filters .tooltipMazikesMenu a {
	background: transparent;
	cursor: pointer;
}

.og-grid-row .row-fluid, .og-grid-row {
	margin-left: 0px !important;
}

.og-expander .og-fullimg iframe body div:nth-child(1) {
	width: fit-content;
    padding: 5px;
    border: 1px solid #f7959c;
    background: transparent;
    margin-bottom: 10px;
    border-radius: 30px;
}

.og-expander #tab1Web {
	height: 100%;
	width: 100%;
}

.og-expander .og-fullimg iframe .topButtons, .og-expander .og-fullimg iframe .topButtons a {
	background: transparent !important;
    color: black !important;
	font-family: 'FiraSans' !important;
}

.og-expander .og-fullimg iframe .topButtonsActive {
	background: #f7959c !important;
    color: white !important;
	border-radius: 30px;
}

/******   table   ******/

#filterToolbar.fixed {
    top: 0;	
	z-index: 100;
}

#og-grid li.header.fixed {
    top: 54px;
}

#og-grid li.header {
	max-width: 1400px;
	z-index: 99;
}

#filterToolbar.fixed, #og-grid li.header.fixed {
    position: fixed;
    width: 1400px;
    left: 0;
    right: 0;
    margin: auto;
}

#og-grid.add-margin {
	margin-top: 109px;
}

#og-grid .table-grid-li {
	position: relative;
	padding: 0;
}

.clipTable-check {
	position: absolute;
    top: 6px;
    left: 10px;
	z-index: 10;
	width: 18px !important;
	height: 18px !important;
	margin: 5px -5px !important;
}

#clipTable-check-all {
	position: relative;
    top: auto;
}

.table-grid-title small {
	display: inline-block;
    width: 94%;
}

.tableViewSmallImages img {
    margin-right: 6px;
}

#og-grid li {
	border-left: 3px solid transparent;
}

#og-grid li.selectedClip {
	border-left: 3px solid #6A7BBD;
}

#og-grid li:nth-child(even){
	background-color: white;
}

#og-grid li:not(.select2-search-field):nth-child(odd) {
	background-color: #E6F6F3;
}

#og-grid .table-grid.header {
	background-color: #F1F1F1 !important; 
	padding-top:10px; 
	padding-left:0px; 
	padding-right:0px; 
	color: #333333; 
	height: 45px;
	font-weight: bold;
}

#og-grid li .table-main-title {
    font-weight: bold;
}

#og-grid .readed .table-main-title {
    font-weight: normal;
}

.table-main-title {
	font-size: 16px;
}

#select2-drop-mask.select2-drop-mask {
	z-index: 100;
}

#filterToolbar .select2-search-choice-close {
	z-index: 200;
}

/* apokoma row */

.table-grid-title .table-main-title, .table-grid-title .table_clip_ocr {
	padding-left: 30px;
}

.table-grid-title {
	padding-top: 10px;
    min-height: 46px;
    width: 40.3%;
    float: left;
}

.table-grid-type {
	padding-top: 10px;
	width: 5%;
    float: left;
	text-align: center;
}

.table-grid-source {
	padding-top: 10px;
	float: left;
    width: 12%;
	word-break: break-word;
}

.table-grid-keyword {
	padding-top: 10px;
	width: 9%;
    float: left;
	word-break: break-word;
}

.table-grid-tags {
	padding-top: 10px;
	width: 13%;
    float: left;
}

.table-grid-upload {
	padding-top: 10px;
	width: 6%;
    float: left;
}

.table-grid-published {
	padding-top: 10px;
	width: 6%;
    float: left;
}

.table-grid-actions {
	padding-top: 10px;
	width: 8%;
    float: left;
    text-align: right;
}

.table-grid-actions > span {
	position: relative;
}

.table-grid-actions .write_icon {
	position: absolute;
	right: -10px;
	top: 9px;
}

.support-rating-row > span {
	position: relative;
}

.support-rating-row .write_icon {
	position: absolute;
    top: 13px;
    right: -10px;
}

/******   apokoma view   ******/

#persoff {
	position: fixed;
    top: 0px;
    width: 100%;
    background: #00000085;
    z-index: 100;
    height: 100vh;
    left: 0px;
	display: none;
}

#persoff.visible {
	display: block;
}

#og-grid .og-expander {
	position: fixed;
    top: 0px;
    left: 0;
    right: 0px;
	width: 80%;
	margin: auto;
	z-index: 200;
	margin-top: 0px !important;
    height: 100vh !important;
    padding-top: 20px;
    width: 100vw;
    background: #00000099;
}

#og-grid .og-expander-inner {
	padding: 0px;
    overflow: auto;
	width: 80vw;
    height: 90vh;
    margin: auto;
	border-radius: 10px;
    background: white;
	position: relative;
	display: flex;
    flex-direction: row-reverse;
}

#og-grid .og-fullimg {
	margin: 0px;
	height: 94%;
	border-radius: 10px;
	flex: 3.6;
    padding-top: 25px;
}

#og-grid .og-fullimg, #og-grid .og-details {
	width: 100%;
    float: unset;
}

#og-grid .og-details .infobox a {
	word-wrap: break-word;
}

#og-grid .og-details {
	background: #F5F5F5;
	overflow: auto;
    margin: 0px;
	flex: 1;
	padding-top: 25px;
}

#og-grid .og-close {
	z-index: 201;
}

#og-grid .og-left, #og-grid .og-right {
	height: auto;
    width: auto;
    position: absolute;
    top: 50vh;
	z-index: 300;
}

#og-grid .og-left {
	left: 19.3vw;
    right: auto;
}

#og-grid .og-right { 
	right: 0;
    left: auto;
}

#og-grid .og-close {
	position: fixed;
	width: 20px;
    height: 20px;
    cursor: pointer;
    padding: 5px;
    background: #000000c9;
    border-radius: 100%;
	top: 7px;
    right: 8.5vw;
}

#og-grid .og-fullimg {
	padding: 45px 45px 2px 45px;
	width: 70%;
}

#og-grid .og-close::before, #og-grid .og-close::after {
    width: 60%;
    left: 0px;
    top: 50%;
    height: 1px;
    background: white;
    right: 0px;
    margin: auto;
}

#og-grid .infobox h5 {
	color: #656565;
    border: none;
	margin-bottom: 20px;
    font-size: 20px;
}

#og-grid .infobox h6, #og-grid .infobox small {
	color: #656565;
	font-weight: normal;
    font-size: 13px;
}

#og-grid .og-details .infobox:nth-child(1) span {
	font-weight: bold;
}

#og-grid .og-details .infobox:nth-child(2) h6 {
	font-weight: bold;
}

#og-grid .infobox a {
	font-size: 14px;
	color: #F7959C !important;
}

#og-grid .og-details .infobox:nth-child(2) .row {
    display: flex;
    align-items: center;
    margin: 0px;
    gap: 15px;
    margin-bottom: 20px;
}

#og-grid .og-details .infobox:nth-child(2) .row:nth-child(6) {
	margin-bottom: 20px;
}

#og-grid .og-details .infobox:nth-child(2) .row:before, #og-grid .og-details .infobox:nth-child(2) .row:after {
	display: none;
}

#og-grid .og-details .infobox:nth-child(2) .row * {
	margin: 0px;
}

#og-grid #tags_select2 .select2-container {
	margin-bottom: 20px;
}

#og-grid .infobox .select2-choices, #og-grid .infobox textarea {
	border: none !important;
    box-shadow: none;
	border-radius: 4px;
    background-image: none;
}

#og-grid .infobox table tbody td {
    padding: 0px;
    width: 30%;
	text-align: center !important;
    font-size: 12px !important;
}

#og-grid .infobox table {
	width: 100%;
	margin-top: 20px;
}

#og-grid table tbody tr:nth-child(2) td {
	padding-bottom: 20px;
}

#og-grid table tbody tr:nth-child(odd) td, #og-grid table tbody tr:nth-child(even) td {
    background-color: transparent;
}

/* tabs */

.og-tabs-div {
	display: flex;
    border: 1px solid #f7959c;
    width: fit-content;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 3px;
}

.og-tabs-div > * {
    padding: 10px;
    border-radius: 16px;
    padding: 7px 20px;
}

.og-tabs-div .topButtons > * {
	color: #222222;
    font-weight: bold;
    font-size: 16px;
}

.og-tabs-div .topButtons.active, .topButtonsWrapper .topButtons.active {
	background: #f7959c;
	font-family: 'FiraSans' !important;
}

.og-tabs-div .topButtons.active span, .topButtonsWrapper .topButtons.active span {
    color: white;
	font-family: 'FiraSans' !important;
}

.og-tabs-div .topButtons.external-src a:after {
    content: url(/images/website-icon.png);
    display: inline-block;
    margin-left: 10px;
}

.topButtonsWrapper .topButtons > * {
	font-family: 'FiraSans' !important;
}

/***************************************************************************
*************** 			Filters				****************************
***************************************************************************/

#top-filters .span3{
	width: 17%;
}

.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: 0px;
}
#filter-labels .label{
	text-shadow: none;
    width: auto;
    padding: 10px 15px;
	background: #d4d9ec;
    color: #5765af;
    margin-top: 5px;
	margin-bottom: 5px;
}
.label{
	padding: 3px 5px;
	white-space: normal;
	margin-right: 3px;
}
.close{
	opacity: .5;
}

#filter-labels #label_clear {
	background: #f37f8a;
}

#filter-labels #label_clear a {
	color: white;
}

/***************************************************************************
*************** 			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;
}


/***************************************************************************
*************** 		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;
}

.radio_div {
	display: flex;
    justify-content: space-evenly;
    margin: 10px 0px;
}


/***************************************************************************
*************** 		Table styles			****************************
***************************************************************************/

.row [class*="span"] .table-grid
 {
	padding: 10px;
	line-height: 20px;
 	min-height:55px;
	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;
}

.table-grid a {
	color: #222 !important;
}

/***************************************************************************
*************** 			Footer				****************************
***************************************************************************/

#footer {
	margin-top: 10px;
	padding: 5px 0px;
	background: #D4D9EC;
}

#footer a {
	color: #333333;
	text-decoration: underline;
}

#footer .column {
	width: 22.5%;
	display: inline-block;
	vertical-align: top;
}

#footer .column3, #footer .column2, #footer .column1 {
	margin-right: 3%;
}

#footer span {
	font-weight: bold;
}

#footer p {
	margin-bottom: 0px;
}

#footer .column > * {
    margin-bottom: 12px;
}

#footer .column2 div, #footer .column3 div, #footer .column4 div {
    display: flex;
    align-items: center;
    gap: 20px;
}

#footer p, #footer a, #footer p, #footer div {
    text-align: center;
}

.footer-social {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 5px;
}

/*******************************************************************************
***************				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;
}

/*******************************************************************************
***************		SUPPORT ACCOUNT ADD NEW CLIP		************************
*******************************************************************************/

.support-add-new-clip-form label {
    text-align: left !important;
    min-width: 200px;
}

.support-add-new-clip-form input[type="text"], .support-add-new-clip-form textarea {
    border: 1px solid #bbbbbb;
}

.support-options-wrap h3 a {
    color: #5765af;
    font-size: 16px;
}

.select-user-btn {
	margin-left: 10px;
    background-image: none;
    background-color: #5ac1a6;
    text-shadow: none;
    box-shadow: none;
	transition: all 0.5s ease;
}

.select-user-btn:hover {
	opacity: 0.7;
	background-color: #5ac1a6;
}

/*******************************************************************************
***************		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;
}

#floatingToolbar {
	visibility: visible;
}

/*******************************************************************************
***********************		SEARCH BUTTON		********************************
*******************************************************************************/

.search-box {
	position: relative;
}

.search-box .input-append {
	margin-bottom: 0px !important;
	width: 100%;
}

.search_dropdown {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #5D6775;
  border-radius: 4px;
  display: block;
  height: auto;
  padding: 10px;
  position: absolute;
  top: 100% !important;
  display: none;
  z-index: 3;
  left: 0px !important;
  box-sizing: border-box;
    width: 203px;
}

.search_dropdown * {
	box-sizing: border-box;
}

#daterange-search {
	width: 100%;
    padding: 13px 5px;
}


.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; 
}

#search_button {
	background-color: #ffffff !important;
    border: medium none !important;
    height: 18px !important;
    width: auto !important;
    padding: 8px !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-right: -1px;
}

#search_input {
	border: none !important;
    height: 26px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

/*******************************************************************************
***********************		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;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  background-color: #5765af !important;
}

.nav.nav-tabs a {
	color: #5765af;
}

#reports {
	background: #F1F1F1;
}

#reports .filterButton {
	background: #5765af;
}

#reports a {
	color: #5765af;
}

#saveReport.btn, #cancelReport.btn {
	color: white;
}

.btn.filterButton:before {
	display: none;
}

ul.ColVis_collection {
    background: #F1F1F1;
    border: 1px solid #d7d3d3;
    box-shadow: none;
}

ul.ColVis_collection li {
	background: white;
    color: white;
    box-shadow: none;
    border: none;
}

ul.ColVis_collection li:hover {
	background: white !important;
    border: none !important;
    box-shadow: none !important;
}

.reports-facets .filterButton:hover {
    color: #333333;
}

#table_container button.ColVis_Button.ColVis_MasterButton {
	background: #f7959c;
    border: none;
    box-shadow: none;
    color: white !important;
    font-weight: bold;
}

.report-innerform .filterButton:hover {
    color: #5765af;
}

.modal .report-innerform .btn:not(.btn-success) {
    background-color: #5765af;
    color: white;
    width: 100% !important;
    display: block;
    box-sizing: border-box;
}

.modal .report-innerform .btn.btn-success {
	display: block;
}

.report-innerform .btn-group.filterMenu {
    width: 100%;
}

.report-innerform table tbody td, .report-innerform .table-striped tbody td {
    font-size: 14px !important;
}

.report-innerform .btn.active, .report-innerform .btn:active {
    background-color: #8490cc !important;
}

.report-innerform #daterange {
    margin-bottom: 5px;
}

.report-innerform .dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    background: transparent;
}

.report-innerform .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #5765af6e;
    border-color: transparent;
}

.report-page .btn-danger.remove {
	background-color: #f37f8a;
    background-image: none;
    text-shadow: none;
}

.report-object td, .report-object th {
    width: 12.5% !important;
}

.report-object * {
	max-width: 100% !important;
}

.nv-legend-text {
	font-family: 'FiraSans';
}

/*******************************************************************************
***********************		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;
}

/*******************************************************************************
*******************			CONTACT		****************************
*******************************************************************************/

.form input, .form textarea {
	border: 1px solid #CCCCCC;
	border-radius: 12px;
	padding: 10px 20px;
	display: block !important;
	margin-left: 0px !important;
}

.controls {
	margin-left: 0px !important;
}

.form label.control-label {
	float: unset;
	width: auto;
	text-align: left;
}

.form .contact-same-row-inputs {
	display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 35px;
}

.form textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.contact-form-inputs label {
    font-size: 22px;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form-inputs span.required {
    color: transparent;
}

#contact-form button[type="submit"] {
	background: #F7959C;
    border-radius: 30px;
    font-size: 18px;
    padding: 15px 35px !important;
    height: auto;
    width: auto;
	font-weight: bold;
}

#contact-form button[type="submit"]:hover {
	text-decoration: none;
}

#contact-form {
	margin-bottom: 50px;
}

/*******************************************************************************
***************				Messages 				****************************
*******************************************************************************/


/* side menu */

.messages-side-menu a {
    display: block;
    margin-bottom: 10px;
	color: #222222;
}

.messages-wrap {
	display: flex;
    gap: 30px;
	margin-bottom: 70px;
}

.messages-side-menu {
	flex: 1;
	background: #F5F5F5;
	padding: 30px;
}

.message-div {
	flex: 3;
	font-size: 14px;
}

.messages-side-menu .active-message {
	color: #4499AA;
	font-weight: bold;
}

.messages-side-menu .return-messages {
	color: #6A7BBD;
	width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
}

/*******************************************************************************
***************				Settings 				****************************
*******************************************************************************/

.settings-wrap {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    grid-gap: 30px;
	grid-auto-rows: 1fr;
	margin-bottom: 70px;
}

.settings-wrap .settings-cell {
	background-color: #F9F9F9;
    padding: 30px;
	gap: 15px;
    border-radius: 15px;
    border: 1px solid #DDDDDD;
}

.settings-cell {
	display: flex;
}

.settings-cell h3 a {
	color: #444444;
}

.settings-cell div:nth-child(1){
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.settings-cell div:nth-child(2){
	flex: 2;
}

.settings-cell .descr-links {
	color: #6A7BBD;
	text-decoration:  underline;
	margin-bottom: 10px;
	display: block;
}

/*******************************************************************************
***************				RSS 				****************************
*******************************************************************************/

.rss-tables table {
	margin-bottom: 50px;
}

.rss-tables td a {
	color: #222222;
}

.rss-tables td i {
	margin-right: 10px;
    color: #4499AA;
}

.rss-tables tbody td, .rss-tables tbody th {
	width: 50%;
}

.rss-text {
	max-width: 600px;
    position: relative;
    margin-left: 20px;
	font-size: 14px;
	float: left;
}

.rss-text p {
	margin-bottom: 35px;
	line-height: 1.8em;
}

.rss-text p:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #F7959C;
    border-radius: 100%;
    position: absolute;
    left: -20px;
    top: 5px;
}

.rss-tables h3 {
	text-align: center;
	color: #7088e4;
}

/*******************************************************************************
************************    List Manager ***************************************
*******************************************************************************/

a.list-edit-save:before {
	background-position: -285px 3px !important;
	background-color: #4499aa !important;
}

#editList .btn-success {
	background-color: #4499aa;
    background-image: none;
    text-shadow: none;
}

/*******************************************************************************
***************	     Create personalised categories ****************************
*******************************************************************************/

.add-category-for-div {
	margin-bottom: 50px;
}

.add-category-for-div .btn {
    display: inline-block;
    background: transparent;
    border: none;
    box-shadow: none;
    color: black;
}

.add-category-for-div form {
	border: none;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.add-category-for-div label {
	flex-basis: 100%;
}

.add-category-for-div form input {
	margin-bottom: 0px;
	margin-right: 35px;
}

.add-category-for-div form a {
	position: relative;
}

.add-category-for-div form a:before {
	content: url(/images/save-button.png);
    position: relative;
    left: -5px;
    display: inline-block;
    vertical-align: middle;
}

.keywords-table .editable-click:not(.editable-empty) {
	font-weight: bold;
}

.keywords-table .edit-button {
	cursor: pointer;
	margin-left: 20px;
}

.keywords-table .edit-button:before {
	content: url('/images/edit-icon.png');
	margin-right: 5px;
	vertical-align: middle;
}

/* editable buttons */

button.editable-submit, button.editable-cancel {	
    border-radius: 100%;
    width: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0px !important;
    border: 0px !important;
    justify-content: center;
    height: 28px;
	transition: all 0.5s ease;
}

button.editable-submit, button.editable-submit:hover {
	background: #4499AA;
}

button.editable-cancel, button.editable-cancel:hover {
	background: #F7959C;
}

.editable-buttons button:hover {
	opacity: 0.7;
}

/* editable links */

a.editable.editable-click {
	color: black;
    border: none;
}

/* editable empty links */

a.editable.editable-click.editable-empty {
    font-style: normal;
}

a.editable.editable-click.editable-empty:before {
    content: url(/images/plus-icon.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

/*******************************************************************************
***************************	   ALERTS       ************************************
*******************************************************************************/

#addAlert {	
	position: fixed;
    left: 0px;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #00000082;
}

.alert-main-wrap {
	width: 70%;
    margin: 0 auto;
    max-height: 90vh;
    margin-top: 50px;
    overflow: auto;
}

.alerts-table tr {
	position: relative;
}

#addAlert form {
	background-color: white;
	border: 0px;
	margin-bottom: 0px;
}

#addAlert .actions .cancel_button {
    background-color: transparent !important;
    border: 0px;
    color: black;
    background: transparent;
	padding: 0px;
    box-shadow: none;
	text-decoration: underline;
}

#addAlert .name_tab.alerts_tab_div {
	align-items: stretch;
}

#addAlert .name_tab.alerts_tab_div .form-row {
	margin: 0 auto;
}

#addAlert .actions {
	display: flex;
    justify-content: center;
    gap: 23px;
}

#addAlert .actions .icon {
	border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#addAlert .actions button .icon {
	background: #F7959C;
}

#addAlert .actions .save-custom-btn .icon {
	background: #4499AA;
}

#addAlert .actions button, #addAlert .actions .save-custom-btn {
	display: flex;
    align-items: center;
    gap: 9px;
}

#addAlert .control-group-wraper {
	display: flex;
    gap: 10px;
    justify-content: space-between;
}

.alerts-text p {
	position: relative;
	font-size: 14px;
}

.alerts-text {
	padding: 0px 2%;
	margin-top: 30px;
	width: 46%;
	float: left;
}

.alerts-text p:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #F7959C;
    border-radius: 100%;
    position: absolute;
    left: -20px;
    top: 5px;
}

#tr-addAlert a.btn, a[data-target="#addSourcelist"] {
	background: transparent;
    color: black;
    border: 0px;
    box-shadow: none;
}

a[data-target="#addSourcelist"] {
	margin-bottom: 50px;
}

h2.my-src-list-tile {
	text-align: center;
    color: #7088e4;
	font-size: 18px;

}

a[data-target="#addSourcelist"]:hover {
	background-color: transparent;
	color: black;
}

#tr-addAlert a.btn i, a[data-target="#addSourcelist"] i {
	background-color: #5ac1a6;
    padding: 4px;
    border-radius: 100%;
	background-position: -403px -93px;
}

.form-row, .form-row .div-with-label {
    display: flex;
	flex-direction: column;
}

.alert_content_tab .form-row {
	flex-direction: row;
	justify-content: center;
    align-items: center;
}

#addAlert input[type='text'] {
    border: 1px solid #bbb;
}

.form-row {
	margin-bottom: 7px;
}

.form-row p, .form-row label {
	display: inline-block;
}

.form-row label:not(.switch), .form-row p {
    min-width: 100px;
}

.form-row input[type='checkbox'] {
    position: absolute;
    margin-bottom: 6px;
    left: -16px;
}

#addAlert label, #addAlert .form-row > p {
    font-weight: bold;
}

#addAlert form {
	padding: 35px;
	border-radius: 0px;
}

#addAlert .change-visible.disabled {
	opacity: 0.5;
}

#addAlert .change-visible.visible {
	visibility: visible;
	opacity: 1;
}

#addAlert .media_checkboxes_div .div-with-label {
	position: relative;
}

#addAlert h1 {
    font-size: 19px;
    text-align: center;
}

#addAlert h2 {
    font-size: 16px;
    text-align: center;
}

#addAlert .alert_content_group p, #addAlert .alert_content_group select {
    flex: 1 1 100%;
}

#addAlert .form-row.inline {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	gap: 30px;
	row-gap: 0px
}

#addAlert p.custom-error-message {
    color: red!important;
	margin-top: 0px;
    margin-bottom: 20px;
    flex-basis: 100% !important;
	font-weight: bold;
	text-align: center;
}

#addAlert .form-row.inline > * {
    flex: 1;
}

.alert_content_group {
    margin-bottom: 25px;
}

#addAlert input[type='text'], #addAlert select {
    width: 100%;
}

#addAlert .num-col p {
	flex: inherit;
}

#addAlert .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  max-width: 50px;
  height: 24px;
}

#addAlert .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

#addAlert .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

#addAlert .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

#addAlert input:checked + .slider {
  background-color: #5ac1a6;
}

#addAlert input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

#addAlert input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
#addAlert .slider.round {
  border-radius: 34px;
}

#addAlert .slider.round:before {
  border-radius: 50%;
}

.alerts_tab {
	display: flex;
    gap: 30px;
    justify-content: center;
    padding: 20px 0px;
}

.alerts_tab > * {
    flex: 1;
    text-align: center;
	cursor: pointer;
}

.alerts_tab p {
    color: black !important;
	transition: all 0.5s ease;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.alerts_tab .tab:hover p {
	color: #7088e4 !important;
}

.alerts_tab .tab.selected p {
	border-bottom: 1px solid #7088e4;
	color: #7088e4 !important;
}

.alerts_tab_div {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px dotted #d1d1d1;
    padding: 25px 0px;
	justify-content: center;
	position: relative;
}

#addAlert .email-tab {
	padding-top: 25px;
}

#addAlert .email-tab .hidden {
	display: none;
}

#addAlert .form-row .div-with-label {
    position: relative;
}

#addAlert .daily_option_div .form-row {
	margin-bottom: 15px;
}

.add_media, .remove_media {
    margin: auto;
    width: fit-content;
	cursor: pointer;
	transition: all 0.5s ease;
}

.add_media:hover, .remove_media:hover {
	opacity: 0.6;
}

.media_checkboxes_div label {
    text-align: center;
}

.media_checkboxes_div input[type='checkbox'] {
    position: relative;
    margin-bottom: 6px;
    left: unset;
}

input.hasDatepicker {
	background-image: url(/images/calendar-icon.png);
    background-repeat: no-repeat;
	background-position-x: 98%;
    background-size: 23px;
    background-position-y: 50%;
}

#addAlert .form-row {
	max-width: 420px;
	flex-wrap: wrap;
	margin: 0 auto;
}

#addAlert .form-row.switch-row {
	align-items: center;
}

#addAlert .form-row.switch-row p, #addAlert .form-row.switch-row p .switch {
	text-align: center;
    margin: 0;
}

#addAlert .form-row .help-inline {
	flex: 0 0 100%;
    text-align: center;
}

#addAlert .info-p {
	text-align: center;
	margin-top: 30px;
	text-transform: italic;
}

#addAlert .cancel-btn {
	text-align: right;
    background: black;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
}

#addAlert .cancel-btn i {
	color: white;
    font-size: 25px;
}

.edit-alert img {
    margin-right: 5px;
}

.alert_content_tab  .alert_content_group_hidden:nth-child(1) {
	display: none;
}

.ui-datepicker .ui-timepicker-div dt {
    font-size: 12px;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-calendar th {
    font-size: 11px;
}

.ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-widget-header {
	background: #5ac1a6;
    color: white;
    font-size: 12px;
}

.ui-datepicker button {
    background: #f7959c !important;
    color: white !important;
    border-radius: 30px !important;
    font-size: 12px !important;
    padding: 7px 20px !important;
}

.ui-datepicker .ui-datepicker-today a {
	background: #f7959c;
	color: white;
}

.cancel-button, .save-custom-btn {
	display: block !important;
}

.form-row.frequecy-row {
	gap: 10px;
}

.form-row.frequecy-row p {
	flex: 0 0 auto;
	margin-bottom: 0px;
}

.freq-wrap {
	display: flex;
    align-items: center;
    flex: 1;
    gap: 10px;
    justify-content: center;
}

.freq-wrap label {
	display: none;
}

.freq-wrap input {
    margin-bottom: 0;
    max-width: 46px;
}

.freq-btn.disabled {
	opacity: 0.3;
}

.freq-btn i:before {
	font-size: 24px;
    color: #4499aa;
}

.num-col {
    position: absolute;
    left: 3%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: fit-content;
    font-size: 20px;
    background: #f3f8fb;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.num-col p {
	margin-bottom: 0px;
}

.alerts-title-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	position: relative;
}

.alerts-title-wrap h2 {
	margin: 0;
}

.alerts-title-wrap p.help-text {
	position: absolute;
    background: #5ac1a6;
    color: white;
    padding: 10px;
    z-index: 99;
    right: 0;
    width: 300px;
    bottom: 25px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

.alerts-title-wrap .help {
	margin-bottom: 3px;
}

.alerts-title-wrap .help:hover .help-text {
	visibility: visible;
	opacity: 1;
}

/*******************************************************************************
***************************	   Frontpages   ************************************
*******************************************************************************/

.frontpage_filters {
	display: flex;
    gap: 5%;
	margin-bottom: 20px;
}

.frontpage_filters a, .frontpage_filters button {
    background: #7088e4;
}

.frontpage_filters .filterButton:hover {
	background: #7088e4d4;
}

.frontpage_filters .dropdown-menu li>a:hover, .frontpage_filters .dropdown-menu .active>a, .frontpage_filters .dropdown-menu .active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f37f8a;
    background-image: none;
    opacity: 1;
}

.frontpage_filters .dropdown-menu>li>a:hover, .frontpage_filters .dropdown-menu>li>a:focus, .frontpage_filters .dropdown-submenu:hover>a, .frontpage_filters .dropdown-submenu:focus>a {
	background-color: #f37f8a;
    background-image: none;
}

.frontpage_filters .dropdown-menu a {
    color: white !important;
}

.frontpage_filters .btn:focus {
	background: #7088e4;
    color: white;
}

.frontpage_filters .btn-group.open .btn.dropdown-toggle {
    background-color: #7088e4;
    color: white;
}

.frontpage_filters #daterangeFrontpages img {
	margin-right: 10px;
}

.frontpage_filters > * {
	flex: 1;
}

.frontpage_filters a.filterButton, .frontpage_filters .dropdown-menu {
	width: 100%
}

.frontpages-ul li {
	width: 14.7% !important;
    margin-left: 1.9% !important;
	display: inline-block;
	vertical-align: top;
} 

div#protoselida * {
    width: 100%;
    float: unset;
}

#protoselida > ul > li {
  flex: 0 1 13%;
}

#protoselida > ul {
  display: flex;
  flex-wrap: wrap;
}

#table_users {
	/* table-layout: fixed; */
}

#table_users td, #table_users th {
	word-wrap: break-word; 
	font-size: 14px !important;
	padding: 13px 8px;
}

/***************************************************************************
*************** 			Survey form			****************************
***************************************************************************/
.feedback-button {
	background: #7088E4;
	bottom: 12px !important;
	position: fixed;
	right: 80px;
	padding: 15px 10px;
	border-radius: 20px;
}

#open-feedback {
	border: none;
	background: transparent;
	color: white;
}

.feedback-form {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 80px; 
	background-color: #fff;
	padding: 20px; 
	border: 1px solid #ccc;
	width: 300px;
}

#close-feedback {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 16px;
}

.feedback-form label {
	display: inline;
}

.feedback-form form {
	margin: 0px;
}

.feedback-form textarea {
	border: 1px solid gray;
	width: 100%;
}

#submit_button_survey {
	background: #F7959C;
	color: white;
	border: none;
	padding: 7px 13px;
	border-radius: 10px;
};