* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
input:read-only{
	background-color: #C8C8C8;
}
body {
  	background-color: #FFFFFF;
  	margin: 0;
}
.update {
  	width: 1000px; /**/
}
.content {
	padding: 0 20px;
  	margin: 0 auto;
}
.content h2 {
  	margin: 0;
  	padding: 25px 0;
  	font-size: 22px;
  	border-bottom: 1px solid #ebebeb;
  	color: #666666;
}
.read .create-article {
  	display: inline-block;
  	text-decoration: none;
  	background-color: #38b673;
  	font-weight: bold;
  	font-size: 14px;
  	color: #FFFFFF;
  	padding: 10px 15px;
  	margin: 15px 0;
}
.read .create-article:hover {
  	background-color: #32a367;
}
.read .pagination {
  	display: flex;
  	justify-content: flex-end;
}
.read .pagination a {
  	display: inline-block;
  	text-decoration: none;
  	background-color: #a5a7a9;
  	font-weight: bold;
  	color: #FFFFFF;
  	padding: 5px 10px;
  	margin: 15px 0 15px 5px;
}
.read .pagination a:hover {
  	background-color: #999b9d;
}
.read table {
  	width: 100%;
  	padding-top: 30px;
  	border-collapse: collapse;
}
.read table thead {
  	background-color: #ebeef1;
  	border-bottom: 1px solid #d3dae0;
}
.read table thead td {
  	padding: 10px;
  	font-weight: bold;
  	color: #767779;
  	font-size: 14px;
}
.read table tbody tr {
  	border-bottom: 1px solid #d3dae0;
}
.read table tbody tr:nth-child(even) {
  	background-color: #fbfcfc;
}
.read table tbody tr:hover {
  	background-color: #376ab7;
}
.read table tbody tr:hover td {
  	color: #FFFFFF;
}
.read table tbody tr:hover td:nth-child(1) {
  	color: #FFFFFF;
}
.read table tbody tr td {
  	padding: 10px;
}
.read table tbody tr td:nth-child(1) {
  	color: #a5a7a9;
}
.read table tbody tr td.actions {
  	padding: 4px;
  	text-align: right;
	min-width: 90px;
}
.read table tbody tr td.actions .edit, .read table tbody tr td.actions .trash {
  	display: inline-flex;
  	text-align: right;
  	text-decoration: none;
  	color: #FFFFFF;
  	padding: 10px 12px;
}
.read table tbody tr td.actions .trash {
  	background-color: #b73737;
}
.read table tbody tr td.actions .trash:hover {
  	background-color: #a33131;
}
.read table tbody tr td.actions .edit {
  	background-color: #37afb7;
}
.read table tbody tr td.actions .edit:hover {
  	background-color: #319ca3;
}
.read table tbody tr td .article_title {
	/* white-space: nowrap; */ 
	overflow: hidden; 
	text-overflow:ellipsis;
	min-width: 600px;
	width: 1000px;
}	
.update form {
  	padding: 15px 0;
  	display: flex;
  	flex-flow: wrap;
}
.update form label {
  	display: inline-flex;
  	width: 400px;
  	padding: 10px 0;
  	margin-right: 25px;
}
.update form input {
  	padding: 10px;
  	width: 400px;
  	margin-right: 25px;
  	margin-bottom: 15px;
  	border: 1px solid #cccccc;
}
.update form textarea {
  	padding: 10px;
  	width: 400px;
  	margin-right: 25px;
  	margin-bottom: 15px;
  	border: 1px solid #cccccc;
}
.update form select {
  	padding: 10px;
  	width: 400px;
  	margin-right: 25px;
  	margin-bottom: 15px;
  	border: 1px solid #cccccc;
}
.description input[type="button"] {
  	padding: 10px;
  	display: block;
  	background-color: #38b673;
  	border: 0;
  	font-weight: bold;
  	font-size: 14px;
  	color: #FFFFFF;
  	cursor: pointer;
  	width: 200px;
	margin-top: 15px;
}
.description a {
  	text-decoration: none;
  	color: #252225;
  	font-weight: bold;
}
.description a i {
  	padding: 2px 8px 0 0;
}
.description a {
  	text-decoration: none;
  	color: #252225;
}
.update form input[type="submit"] {
  	display: block;
  	background-color: #38b673;
  	border: 0;
  	font-weight: bold;
  	font-size: 14px;
  	color: #FFFFFF;
  	cursor: pointer;
  	width: 200px;
	margin-top: 15px;
}
.update form input[type="submit"]:hover {
  	background-color: #32a367;
}
.delete .yesno {
  	display: flex;
}
.delete .yesno a {
  	display: inline-block;
  	text-decoration: none;
  	background-color: #38b673;
  	font-weight: bold;
  	color: #FFFFFF;
  	padding: 10px 15px;
  	margin: 15px 10px 15px 0;
}
.delete .yesno a:hover {
  	background-color: #32a367;
}
.desc {
  	width: 1000px; /**/
}
.desc table tr td:nth-child(1) {
    text-align: right;
    margin-right: 1em;
}
.is_hidden {
	display: none;
}

.tox-tinymce {
	margin-bottom: 15px;
}

.modal {
	max-width: 2000px !important;
}
.modalrow {
  	cursor: pointer;
}
.logerr {
	color: red;
}
.etichete {
	border: 1px solid;
	padding: 2px;
	margin-right: 3px;
}
.dt {
	min-width: 15ch;
}

/* Menu */

nav { 
  background: #3f69a8; 
  height: 60px;
}

nav div {
  display: flex;
  align-items: center;
  margin: 0 50px 0 0;
  padding: 0 20px;
}

nav div h1 {
  display: inline-flex;
  flex: 1;
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #c5d2e5;
  font-weight: normal;
}

nav ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  position: relative;
}

nav ul li a {
  color: #c5d2e5;
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 10px;
  transition: 0.3s linear;
}

nav ul li a i {
  padding: 2px 8px 0 0;
}

nav ul li a:hover { 
  color: #ecf0f6;
}

nav ul li ul {
  border-bottom: 5px solid #3f69a8;
  display: none;
  position: absolute;
  width: 150px;
}

nav ul li ul li {
  border-top: 1px solid #444;
  display: block;
}

nav ul li ul li:first-child { 
  border-top: none; 
}

nav ul li ul li a {
  background: #2b80db;
  display: block;
  padding: 10px 14px;
}

nav ul li ul li a:hover { 
  background: color: #ecf0f6;
}
