/* global */
.tRight { text-align: right; float: right; }
.tLeft { text-align: left; float: left; }
.tCenter { text-align: center; }
.highlight { background-color: yellow; font-weight: bold; }
.icon { vertical-align: -4px; margin-right: 5px; }

.mainButton {
	cursor: pointer;
	font-family: "Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Helvetica,Arial,sans-serif;
	font-size: 1em;
	border: outset 1px #888;
	background: #eef;
	color: #666;
	font-weight : bold;
	padding: 3px 10px 3px 10px;
}

.mainButton:hover {
	border: outset 1px #000;
	color: #000;
}

/* main load */

#main_load {
	z-index:98;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:150%;
	background:#D9D5CA;

/*	-moz-opacity:0.3;*/
}

#main_load div {
	z-index:99;
	background:white;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;
	font-weight:bold;
	width:400px;
	padding:30px;
	text-align:center;
	margin-top:300px;
	border: 3px solid #C6C3B2;
	-moz-border-radius: 8px;
/*	-moz-opacity:1!important;*/
}

/* manage categories */

.obj_list {
	height: 150px;
	overflow: auto;
}

.obj_category, .obj_subcategory, .obj_label, .obj_sponsor {
	border: 1px solid #fff;
	padding: 2px;
	list-style: none;
	margin: 0;
	cursor: pointer;
}

.obj_category {
	font-weight: bold;
}

.obj_subcategory {

}

.obj_label {
	font-style: italic;
}

.obj_sponsor {
	color: #777;
}

.obj_category:hover, .obj_subcategory:hover, .obj_label:hover, .obj_sponsor:hover {
	border: 1px solid #ccc;
}

label {
	margin-right: 10px;
}

input[type=submit], input[type=button] {
	margin-left : 5px;
}

/* manage locales */
.flags {
	margin-right: 2px;
	margin-left: 2px;
	vertical-align: -1px;
}

.localesCountries {
	margin: 0;
	padding: 0;
}
.localesCountries li { list-style: none; }
.localesCountries img { margin-right: 10px; }

.localesCountriesDisable {
	font-style: italic;
	font-weight: bold;
	color: #666;
}
#table1, .list1, .table1 {
	width: 100%;
	border: outset 1px #666;
	padding: 2px;
	/*border-collapse: collapse;*/
}

#table1 th, .table1 th {
	color: #333;
	border-top: 1px solid #b7b4a3;
	background: #edede8 url(../images/sb_title_bg.png) repeat-x 50% 100%;
	font-size: 1.0em;
	padding: 3px 0.2em 16px 0.2em;
	margin: 1.6em 0 0 0;
	text-align: center;
}

#table1 td, .list1 li, .table1 td {
	vertical-align: top;
	border-bottom: dotted 1px #999;
	margin: 0;
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
}

#table1 .row1, .list1 .row1, .table1 .row1 {
    background-color: #eef;
}
#table1 .row0, .list1 .row0, .table1 .row0 {}
#table1 .rowhover:hover, .list1 .rowhover:hover, .table1 .rowhover:hover {
    background-color: #ffc;
}
#table1 .rowdisabled, .list1 .rowdisabled, .table1 .rowdisabled {
    color: #7A7A7A!important;
    font-style:italic;
}

#table1 .blue, .list1 .blue, .table1 .blue { color: blue; }
#table1 .green, .list1 .green, .table1 .green { color: green; }
#table1 .orange, .list1 .orange, .table1 .orange { color: orange; }

#table1 .lastCol, .table1 .lastCol {
	width: 50px;
	text-align: center;
}

.list1 .lastCol, .list1 .firstCol {
	padding: 8px;
}

#table1 .lastCol img, .table1 .lastCol img {
    margin-right: 3px;
}

#table1 .navig, .table1 .navig {
	text-align: right;
	border: 0;
	padding: 5px 2px 5px 2px;
}

#table1 .navig img, .table1 .navig img {
	vertical-align: -3px;
	margin-left: 4px;
	margin-right: 4px;
}

#table1 .navig input#moderation-save-button:disabled, #table1 .navig input#moderation-save-button:hover:disabled {
	background: grey;
}

#table1 .affiliate-company-name, .table1 .affiliate-company-name {
    display: none;
}

#table1 .affiliate-company-name.showing, .table1 .affiliate-company-name.showing {
    display: block;
    position: absolute;
    padding: 2px 5px;
    border: 1px solid #000;
    background: #fff;
}

/* crons */
#table1.crons { padding:2px 0; }
#table1.crons tr.crons-running {
	background-color:#d4ff9b;
}
#table1.crons tr.crons-locked {
	background-color:#ffd4c7;
}
#table1.crons td { vertical-align:middle; }
#table1.crons td.crons-center { text-align:center; }
#table1.crons td.crons-status { width:20px; }
#table1.crons td.crons-actions { width:70px; }
#table1.crons .crons-disabled { color:gray; font-style:italic; }
#table1.crons .crons-info { cursor:help; }
#table1.crons-status .crons-status-name { width:30%; }
#table1.crons-status .crons-status-value { text-align:center; }
#table1.crons-status-graph td.crons-status-graph-bar {
	vertical-align:bottom;
}
#table1.crons-status-graph div.crons-status-graph-bar {
	background-color:#ffd4c7;
	vertical-align:bottom;
	font-weight:bold;
	font-size:16px;
	color:gray;
	position:relative;
}

#table1.crons-status-graph div.crons-status-graph-bar-green {
	background-color:#d4ff9b;
}

#table1.crons-status-graph div.crons-status-graph-bar div {
	position:absolute;
	bottom:0px;
	text-align:center;
	width:100%;
}

#table1.crons-status-graph div.crons-status-graph-bar-small {
	margin-top:20px;
}

#table1.crons-status-graph div.crons-status-graph-bar-help {
	cursor:help;
}

/* form edit translation */
#formTedit input[type=text], #formTedit textarea {
	border: inset 1px #666;
	background-color: #fff;
}

#formTedit input[type=text]:hover,
#formTedit input[type=text]:focus,
#formTedit textarea:focus,
#formTedit textarea:hover {
	background-color: #ffc;
}


#table1 .disable,
.table1 .disable,
#formTedit input[type=text].disable:hover,
#formTedit input[type=text].disable:focus,
#table1 textarea.disable:hover,
#table1 textarea.disable:focus,
.table1 textarea.disable:hover,
.table1 textarea.disable:focus {
	background-color: #eee;
	color: #666;
}

#formTedit textarea { width: 400px; }

.iconplus {
	margin-right: 3px;
	cursor: pointer;
	vertical-align: -3px;
}

.wikinote {
	font-size: 9pt;
	line-height: 12pt;
}

.sidebarnote {
	width: 140px;
	margin: 0;
	padding: 5px 10px 5px 30px;
	margin-top: 70px;
	font-size: 8pt;
	line-height: 11pt;
}

.note-title {
	font-size: 1em;
}

.wikinote ul {
	margin-top: 7px;
}

.wikinote .note-error {
	font-weigth: bold;
	color: #c00;
}
/* #5620 - admin gc payments */
form.payment_form, form.debit_form {
    width:600px;
}
tr.payment_row, tr.debit_row{
    display:none;
}
div.cell {
    padding:10px;
    float:left;
    width:300px;
}
div.cell.right{
    text-align:right;
    width:200px;
    color:#707070;
}
div.review{
    display:none;
}
div.messages {
    color: green;
}
.errors{
    color: red;
    border: dashed;
}
form.payment_form input[type="text"], form.payment_form textarea, form.payment_form select, form.payment_form option {
    padding:3px;
    background:none;
}

form.debit_form input[type="text"], form.debit_form textarea, form.debit_form select, form.debit_form option {
    padding:3px;
    background:none;
}
.action_link {
    display: block;
}

div#lightbox {
    width: 800px;
    top: 65px;
}

div.picbox {
    left: 8% !important;
    max-width: 800px !important;
    top: 2% !important;
    width: 90% !important;
}

.box_handle {
    background-color: #97C540;
    color: white;
    cursor: move;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    width: 100%;
}

.image_thumbnail {
    width : 100px;
    margin: 5px;
    cursor: pointer;
    height: 78px;
}

.image_thumbnail_icon {
	position: absolute;
	background: #00000087;
	border-radius: 999px;
	padding: 10px;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.image_thumbnail_icon svg {
	width: 24px;
	height: 24px;
}

.image_thumbnail_container {
	position: relative;
}


#current_image {
    cursor: pointer;
    width: 550px;
    max-height: 550px;
}
.image_moderation_container {
    clear:both;
}
.image_moderation_container .icon {
    height: 24px;
    background-repeat: no-repeat;
    background-size: 24px auto;
    width: 24px;
}
.image_moderation_container div {
    float: left;
}
.image_moderation_container .icon.pending {
    background-image: url(../images/waiting2.gif);
}
.image_moderation_container .icon.error {
    background-image: url(../images/icons/cross.png);
}
.image_moderation_container .icon.success {
    background-image: url(../images/icons/accept.png);
}
.image_moderation_container .text {
    color: #C90;
    font-size: 1.2em;
    margin: 0px;
    width: 300px;
    text-align: left;
    font-weight: 500;
    line-height: 26px;
}

.image_moderation_container .message {
    clear: both;
}

#image_modify_submit {
    height: 40px;
    float: right;
    margin-right: 80px;
    margin-top: 5px;
}
.kiwii-red {
    color: red;
}
.play_icon {
    position: absolute;
    border: none;
    z-index: 1;
    padding-top: 17px;
    padding-left: 27px;
    opacity: 0.7;
}

.play_img {
    border: none!important;
    width: 60px;
}

.play {
    margin-top: -93px;
    margin-left: -5px;
}

.video {
    height: 88px;
}

.float-left {
    float: left;
}

 .similarLinkTable {
	 vertical-align: top;
	 margin: 0;
	 padding-left: 2px;
	 padding-right: 2px;
	 text-align: left;
	 width: 100%;
	 border-collapse: collapse;
 }

.displayLinks {
	border: 1px solid #ccc;
	width: 100%;
}

.displayLinks td, .displayLinks th {
	width: 4rem;
	height: 2rem;
	border-top: 1px solid #ccc;
	text-align: center;
	padding: 10px;
}

.displayLinks th {
	background: #54911c;
	border-color: white;
	color: #FFFFFF;
}

.similarLinksError{
	background-color: #FF0000;
	padding: 5px;
	color: #FFFFFF;
}

.similarLinksSuccess{
	border:1px solid green;
	padding:5px;
	background:#9FC74D;
}

.similarLinksBack{
	margin-left: 15px;
}

.deleteCollection{
	margin-left: 15px;
}

.similarLinksSubmit{
	margin-top: 10px;
	padding:5px;
	background:#9FC74D
}

.log_error {
	color: red;
}

.log_warning {
	color: orange;
}

.log_notice {
	color: grey;
}

.log_parse {
	color: grey;
}

.log_message {
	color: black;
}

input.logging-parsing {
	color: darkgrey;
}
input.logging-notices {
	color: black;
}
input.logging-warnings {
	color: orange;
}
input.logging-errors {
	color: red;
}
form.php-error-logging input.log-filter {
	background-color: white;
}
.admin-search-filter {
	float:right;
	font-size:12px;
	font-weight:normal;
}
