html,
body {
	height: 100%;
}

body {
	background: #F5F5F5 url(img/backRptGr.png) repeat-x top !important;
}

* {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	/*	font-family: Tahoma;*/
	/*	font: 400 12px "PT Sans Narrow", Arial, sans-serif*/
	font-family: "PT Sans Narrow", Arial, sans-serif;
	color: #555;
	text-decoration: none;
	outline: none;
}

.wrapper a,
.wrapper a:hover {
	color: #555;
}

*:focus {
	outline: none;
}

input[type=checkbox],
input[type=radio] {
	vertical-align: middle;
}


:root {
	--grey: #c0c0c0;
	--green: #7DC623;
}


/**Remove the X from search and text fields**/
input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}



/* ui dialog */
.ui-dialog-title {
	color: #FFF;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

table th {
	text-align: left;
}

table th,
table td {
	padding: 3px;
}

.ltr {
	/** Force LTR on element */
	text-align: left;
	direction: ltr;
}

.rtl {
	/** Force RTL on element */
	text-align: right;
	direction: rtl;
}

.bold {
	font-weight: bold;
}

.flRight {
	float: right;
}

.flLeft {
	float: left;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.hide {
	display: none;
}

.err {
	color: #ff0000;
}

.spacer10 {
	height: 10px;
}

.spacer20 {
	height: 20px;
}

.spacer30 {
	height: 30px;
}

div.wrapper {
	min-width: 965px;
	margin: 0 1%;
}

div.wrapper div.topDiv {
	height: 111px;
}

div.wrapper div.topRight {
	width: 430px;
}

div.wrapper div.topDiv div.top_menu {
	height: 30px;
	margin: 20px 0 0;
}

div.wrapper div.topDiv div.tdw {
	min-width: 850px;
	margin: 0 auto;
}

div.wrapper div.topDiv div.tdw a.logo {
	background: url(img/logo_new.png) no-repeat;
	display: block;
	width: 142px;
	height: 100px;
	float: left;
	margin-top: 3px;
	background-size: 100% 100%;
}

div.wrapper div.body {
	margin: 0 auto;
	padding: 25px 0px;
	min-height: 500px;
}

div.wrapper div.body div.component,
div.wrapper div.body div.main_menu {
	float: left;
}

div.wrapper div.body div.main_menu {
	margin-right: 20px;
}

div.component {
	padding-top: 5px;
	min-width: 777px;
	width: 80%;
}

/** May need to remove from here */
div.component div.navBar {
	background: url(img/nav_c.jpg) repeat-x;
}

div.component div.navBar>div {
	background: url(img/nav_l.jpg) no-repeat;
}

div.component div.navBar>div>div {
	background: url(img/nav_r.jpg) no-repeat right;
	height: 31px;
}

div.component div.navBar>div>div>div {
	padding: 8px;
}

div.component div.ttl,
div.component a.ttl {
	background: url(img/arrow_f.gif) no-repeat left;
	padding-left: 10px;
}

div.component div.ttl span.s_arrow {
	width: 20px;
	height: 11px;
	background: url(img/arrow_f.gif) no-repeat center center;
	display: inline-block;
}

div.component div.ttl span {
	background: url(img/com_spacer.jpg) no-repeat left;
	line-height: 27px;
	padding-left: 20px;
	height: 27px;
	font-size: 16px;
	font-weight: bold;
	color: #618a2a;
}

/* PAGE CONTROLS*/
#controlsLine {
	height: 31px;
	line-height: 31px;
	width: 100%;
	margin: 9px 0px;
}

.addNewBtn {
	float: left;
	display: block;
	width: 108px;
	height: 31px;
	background: URL(img/addBtn.gif) no-repeat;
	padding: 0 0 0 48px;
	line-height: 31px;
	font-weight: bold;
	font-size: 13px;
}

#DTfilter input {
	height: 25px;
	border-radius: 3px;
	border: 1px solid #a9a9a9;
	margin: 0 3px;
}

#DTrecordsShow {
	float: left;
	line-height: 25px;
}

#DTrecordsNum {
	display: inline;
	line-height: 25px;
}

#DTrecordsNum select {
	height: 25px;
}

#DTfilter {
	float: left;
	border-right: 1px solid #000;
	margin: 0 10px 0 0;
	line-height: 25px;
}

#filerLbl {
	width: 75px;
	height: 25px;
	line-height: 25px;
	float: right;
	background-color: #615d5d;
	margin: 0px 5px;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	display: inline-block;
}

table.list {
	width: 100%;
	border: 1px solid #CCCCCC;
}

table.list tr {
	padding: 0px;
	margin: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

table.list tr {}

table.list td.last {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

table.list td.first {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

table.list thead th {
	background-color: #f4f4f5;
	color: #618a2a;
	height: 35px;
}

table.list tbody td {
	line-height: 24px;
	height: 72px;
	margin-bottom: 7px;
}

table.list.compact tbody td {
	height: 24px;
}

table.list tbody tr.even,
table.dataTable tbody tr.even {
	background: #fff;
}

table.list tbody tr.odd,
table.dataTable tbody tr.odd {
	background: #dadbdc;
}

table.list tbody tr:hover,
table.dataTable tbody tr:hover {
	background: #FFFF99;
}

table.list.touch tbody tr {
	cursor: pointer;
}

table.list tr.trDelim td {
	height: 7px;
	background: URL(img/DTtdBottomBorder.gif) repeat-x bottom;
	padding: 0px;
}

table.list td a {
	display: block;
}

/* Added for the action td so I dont rewrite  -  The actions BTN menu */
table.list .list_menu {}

table.list .list_menu div {
	position: relative;
	/*TODO add arrow left for eng to ActionBtnArrow.png */
	/*	background: url(img/ActionBtnArrow.png) no-repeat 5px 2px;*/
	height: 19px;
	width: 19px;
}

table.list .list_menu div:before {
	content: "\25C0";
	color: #618a2a;
	font-size: 14px;
}

table.list .list_menu:hover div:before {
	content: "\25BC";
}

table.list .list_menu div ul {
	display: none;
	position: absolute;
	top: -10px;
	left: -145px;
	width: 140px;
	background: #e2e3e4;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 5;
}

table.list .list_menu div ul li {
	list-style: none;
	margin: 3px;
	border: 1px solid #dadbdc;
	width: 126px;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	padding: 3px;
}

table.list .list_menu div ul li a {
	display: block;
	width: 120px;
	height: 24px;
	color: #000;
	font-weight: bold;
}

table.list .list_menu div ul li:hover a {
	color: #555;
}

table.list .list_menu:hover div {
	background-position: 5px -14px;
}

table.list .list_menu:hover ul {
	display: block;
}

table.list .list_menu div ul li:hover {
	background: #f5f5f5;
	color: #555;
}

/** EOF the actions BTN **/
/** May remove FROM HERE **/
.actionTd {
	width: 19px;
	padding: 3px !important;
}

.actionBtn {
	position: relative;
	width: 19px;
	height: 100%;
	background-color: #f4f4f5;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.actionBtn .arrow {
	width: 8px;
	height: 8px;
	background: url(img/ActionBtnArrow.png) no-repeat 0px -5px;
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.actionBtn.selected .arrow {
	height: 5px;
	background: url(img/ActionBtnArrow.png) no-repeat 0px 0px;
}

.actionBtn .bHolder {
	display: none;
	position: absolute;
	left: 19px;
	background-color: #f4f4f5;
	border: 1px solid #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.bHolder a {
	display: block;
	width: 150px;
	height: 24px;
	background-color: #CCC;
	margin: 3px 5px;
	padding: 0px 5px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/** TO HERE */

/** etabs  **/
div.etabs {
	padding: 0px 0;
}

div.etabs ul {
	display: block;
	overflow: hidden;
}

div.etabs ul li {
	display: block;
	float: left;
	/*background: URL(img/tabBoff.png);*/
	margin-bottom: 1px;
	width: 181px;
	height: 37px;
	line-height: 37px;
	margin: 0px 4px;
	border: 1px solid #CCC;
	border-bottom: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

div.etabs ul li a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: inherit;
}

div.etabs ul li.active,
div.etabs ul li:hover {
	/*background: URL(img/tabBon.png);*/
	background-color: #7dc623;
	color: #FFF;
}

/* form */
.formGroup {
	margin: 5px;
	width: 100%;
	clear: both;
}

.formGroup input,
.formGroup textarea,
.formGroup select,
.formGroup .fvalue,
input.edit,
textarea.edit,
select.edit,
.section select,
.top_menu select {
	padding: .5em .6em;
	display: inline-block;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px;
	-webkit-transition: .3s linear border;
	-moz-transition: .3s linear border;
	-ms-transition: .3s linear border;
	-o-transition: .3s linear border;
	transition: .3s linear border;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	float: right;
}

.formGroup>input,
.formGroup>select,
.formGroup>.fvalue,
select.edit,
input.edit,
textarea.edit {
	width: 200px;
}

.formGroup>.fvalue {
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}

.formGroup>textarea {
	width: 200px;
	height: 100px;
}

.formGroup>input[type=file] {
	padding: 0
}

.formGroup label {
	height: 29px;
	line-height: 29px;
}

.formGroup>span {
	width: 190px;
	padding: .5em .6em;
	display: inline-block;
	float: right;
}

.formGroup.buttonHolder button,
input.savebtn,
a.savebtn,
#fupBtn,
.dialogFooter>button {
	display: inline-block;
	line-height: 1;
	padding: 6px 15px;
	border: 2px solid transparent;
	border-radius: 20px;
	transition: all .15s ease-in-out;
	border-color: #8dc63f;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	background-color: #FFF;
}

.formGroup.buttonHolder button:hover,
input.savebtn:hover,
a.savebtn:hover,
#fupBtn:hover,
.dialogFooter>button:hover {
	background-color: #615d5d;
	color: #FFFFFF;
}

.formGroup.buttonHolder {
	padding-top: 10px;
}

.alertMessage {
	color: red;
	margin: 0px 10px;
}

div.editForm,
div.contentWrapper {
	padding: 5px;
}

.editForm .formGroup {
	width: 350px;
}

table.editForm th {
	padding-top: 10px;
	vertical-align: top;
	width: 100px;
}

table.editForm td.sap {
	width: 50px;
}

/**EOF FORM */

span.sap {
	background: url("img/arrow_f.gif") no-repeat scroll center center;
}

div.user_messages {
	position: relative;
}

/** Notify messages */
div.messages.notify {
	position: absolute;
	left: 425px;
	border: 1px solid #ddd;
	width: 300px;
	min-height: 40px;
	background: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.messages.notify>div {
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
}

fieldset.wrapper {
	padding: 5px;
	border-radius: 4px;
}

fieldset.wrapper legend {
	padding: 3px 13px;
}

input.b_w {
	width: 40px;
}

.excelIcon {
	display: inline-block;
	float: right;
	margin: 5px;
	font-size: 25px !important;
	color: #058805;
}

.txtIcon {
	display: inline-block;
	float: right;
	margin: 5px;
	font-size: 25px !important;
	color: #050588;
}

.contact table th {
	vertical-align: top;
	padding-top: 8px;
}

.contact table .savebtn {
	float: right;
	display: inline-block;
}

.contact table .err {
	display: inline-block;
	width: 200px;
	float: left;
	padding: 7px 0;
}

.help .file.pdf {
	padding: 0 33px;
	margin: 1px 20px;
	background: url(img/pdf-icon-25x25.png) no-repeat left center;
	line-height: 30px;
	list-style: none;
}

.contactInfo {
	padding: 15px 3px;
}

#datesFilterWrapper {
	float: left;
}

/*listEditBanners*/
.external-link {
	float: left;
	width: 18px;
	height: 18px;
	background: url(img/fa-external-link.png) no-repeat left center;
}

.linkUrl {
	width: 400px;
}

.linkUrl input {
	width: 365px;
	direction: ltr;
}

table.dataTable tbody tr.even.lastSelected,
table.dataTable tbody tr.odd.lastSelected {
	background: #0aa5d1;
	color: #fff;
	font-weight: bold;
}

table.dataTable .lastSelected td,
table.dataTable tbody tr.lastSelected:hover,
table.dataTable .lastSelected a {
	color: #fff;
}

/* placements */
.addDialog {
	z-index: 99999;
}

.addDialog.placements .section {
	float: left;
	width: auto;
}

.addDialog.placements .section.form_holder {
	width: 300px;
}

.channels_list {
	margin: 0px 0px 0px 20px;
}

.channels_list li {
	cursor: pointer;
}

.addDialog.placements ul {
	list-style: none;
	height: 205px;
	width: 180px;
	overflow: auto;
	padding: 0px 20px;
}

.form_field {
	padding: .5em .6em;
	display: inline-block;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px;
	-webkit-transition: .3s linear border;
	-moz-transition: .3s linear border;
	-ms-transition: .3s linear border;
	-o-transition: .3s linear border;
	transition: .3s linear border;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	margin-top: 5px;
	width: 85%;
}

.channels_list h5 {
	margin: 10px 20px;
}

.channels_list li.active {
	background-color: #0aa5d1;
	color: #FFF;
}

span.truncate {
	display: inline-block;
	width: 265px;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

table.dataTable tfoot th {
	border-top: none !important;
	background-color: #8B8A8F;
	color: #fff;
	height: 24px;
}

.DTcontrols {
	width: 100%;
	float: left;
	margin: 5px;
}

#DTcontrols {
	float: right;
}

.is_hidden_1 {
	/*text-decoration: line-through;*/
	background-color: #8B8A8F !important;
}

.is_hidden_1 * {
	color: #FFFFFF;
}


.show_hidden_control {
	margin: 9px 10px;
	float: left;
}

div.admin_login {
	padding: 0 5px;
}

div.admin_login .clientname {
	font-size: 16px;
	font-weight: bold;
	color: #618a2a;
	padding: 0 10px;
}

div.admin_login .box {
	float: left;
	display: block;
	line-height: 20px;
}

table.dataTable input,
table.dataTable select {
	float: left;
}

@keyframes shake {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
		border-color: 618a2aa;
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
		border-color: #618a2a;
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
		border-color: #618a2a;
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0);
		border-color: #618a2a;
	}
}

.req_active {
	animation: shake 1s cubic-bezier(.36, .07, .19, .97) both;
}

select#sites,
select#channels,
select#code,
select#format {
	height: 25px;
	line-height: 25px;
	border-radius: 3px;
}

#siteFilter {
	height: 25px;
	border-radius: 3px;
}



/* Accordion */
.accordion {
	border: 1px solid var(--grey);
	border-radius: 3px;
}

.accordion * {
	box-sizing: border-box;
}

.accordion .card {
	padding: 7px;
	border-bottom: 1px solid var(--grey);
	margin: 0;
}

.accordion .card:last-child {
	border-bottom: unset;
}

.accordion .content {
	display: none;
	margin-top: 15px;
}

.accordion .title {
	color: inherit;
	cursor: pointer;
}

.accordion .card.active .title,
.accordion .card:hover .title {
	color: #000;
}

.accordion .active .content {
	display: block;
}

.accordion .arrow {
	display: inline-block;
}

.accordion .active .arrow {
	transform: rotate(90deg);
}

.accordion .checked .arrow {
	color: var(--green);
}

.accordion input,
.accordion select {
	padding: .5em .6em;
	display: inline-block;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px;
	width: 100%;
}

.accordion label {
	margin: 0 8px;
}

.checkbox_text {
	padding: 3px 8px;
	border: 1px solid var(--grey);
	cursor: pointer;
	transition: .3s;
	border-radius: 10px 3px;
}

.checkbox_text.active {
	border: 1px solid #000;
	border-radius: 3px 10px;
	background-color: var(--grey);
	color: #fff;
	text-shadow: 1px 1px 3px black;
}

#download_gdn_btn {
	margin: 10px 0;
}


/* COLORS */
:root {
	--primary: #618a2a;
	--primary-light: #7eab44;
	--grey: #e7e7e7;
	--grey-dark: #a2a2a2;
}



h2,
h3,
h4 {
	color: var(--primary);
	font-weight: bold;
}

h2 {
	font-size: 16px !important;
}

h3 {
	font-size: 14px !important;
}