/*
Plugin Name: Gallery and Widget of images and web pages [Galdget]
Plugin URI: https://plugins.unforget.rs/galdget
Description: Gallery shortcode and Widget for displaying images and web pages with timed rotation, highly customisable
Version: 1.0.0
Author: Unforget
Author URI: https://unforget.rs
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: gallery, shortcode, widget, images, sites, urls
Text Domain: galdget_widget
Domain Path: /languages

Copyright 2017 Unforget

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2,
as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

*/

#galdget_urls,
#galdget_urls td,
#galdget_urls th {
	color: black;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	border: 1px solid white;
	border-collapse: collapse;
	padding: 0 2px;
	background: transparent;
}
#galdget_urls th {
	white-space: normal;
}

#galdget_urls input[type="number"] {
   width:5em;
}

#galdget_urls td:nth-child(n+3):nth-child(-n+8) {
	text-align: center;
}
#galdget_urls td:nth-child(n+3):nth-child(-n+5) input {
	text-align: right;
}
#galdget_urls td:first-child {
	text-align: right;
}
#galdget_urls td:nth-child(2) {
	padding: 0;
}
#galdget_urls td:nth-child(7):before {
	font-family: "dashicons";
	content: "\f132";
}
#galdget_urls td:nth-child(8):before {
	font-family: "dashicons";
	content: "\f460";
}
#galdget_urls td:nth-child(7):hover,
#galdget_urls th:nth-child(7):hover {
	background: green;
}
#galdget_urls td:nth-child(8):hover,
#galdget_urls th:nth-child(8):hover {
	background: red;
}

#galdget_urls th .dashicons-plus {
	font-size: 1em;
	padding-top: 5px;
}

.galdget_ordinal {
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

#galdget_need_saving:before {
	font-family: "dashicons";
	content: "\f308";
	color: red;
	font-size: 16pt;
}

#galdget_loaded {
	cursor: move;
	cursor: grab;
	display: block;
	visibility: visible;
	overflow: auto;
	opacity: 1;
	z-index: 100;
	background: white;
	border: 5px outset rgba(100, 100, 100, 1);
	padding: 20px;
}
#galdget_loaded > table,
#galdget_loaded > table td,
#galdget_loaded > table th {
	cursor: auto;
	color: black;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	border: 1px solid gray;
	border-collapse: collapse;
	padding: 0 4px;
	background: transparent;
}
#galdget_loaded > table th {
	text-align: left;
}
#galdget_loaded > table td:nth-child(2) {
	padding: 0;
}
#galdget_loaded2 {
	cursor: auto;
	float: left;
}
#galdget_loaded2 label{
	vertical-align: top;
	padding: 0 4px 0 0;
}
#galdget_loaded2 input{
	margin-bottom: 5px;
}

#galdget_import {
	padding: 0 5px;
}
#galdget_buttons {
	vertical-align: middle;
	padding-top: 5px;
}

#galdget_tsv_import {
	padding: 0;
}

#galdget_verlang {
	font-size: 70%;
	color: gray;
}

#galdget_preview_img {
	max-width: 600px;
	max-height: 300px;
	border:4px outset #777;
	box-shadow: 6px 6px 4px rgba(111, 111, 111, 1);
}
