body {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    
    background-color: #F0F0F0;
    color: #696969;
    padding: 3px;
}

#main {
    padding: 5px;
    padding-left:  15px;
    padding-right: 15px;
    background-color: white;
    border-radius: 5px 5px 5px 5px;
}

#editHTML img {
    max-width: 100% !important;
}

#viewHTML img {
    max-width: 100% !important;
}

h1 {
    font-family: Georgia, serif;
    border-bottom: 5px solid grey;
    font-size: 30px;
}

table {
    width:100%;
}

table, th , td {
    border: 1px solid grey;
    border-collapse: collapse;
    padding: 5px;
}

th {
    text-align: center; 
}

table tr:nth-child(odd) {
    background-color: #f1f1f1;
}
table tr:nth-child(even) {
    background-color: #ffffff;
}

ul#menu {
    padding: 0;
    margin-bottom: 11px;
}

ul#menu li {
    display: inline;
    margin-right: 3px;
}

ul#menu li a {
    background-color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    color: #696969;
    border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    color: white;
    background-color: black;
}

img.mythumb {
	width:31%; 
	margin-top:5px;
	display:inline-block;
}


textarea {
	resize:none;
}

.form-group
{
	 margin-bottom:5px;
}

.multiTextData
{
	border: 1px solid #E0E0E0;
	border-radius: 5px;
}

.red-tooltip + .tooltip > .tooltip-inner {background-color: white; color:#417db4; border:1px solid #417db4}
.red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#417db4; border-top-color:#417db4;}


#actions {
	margin: 2em 0;
}

/* Mimic table appearance */
div.table {
	display: table;
}

div.table .file-row {
	display: table-row;
}

div.table .file-row>div {
	display: table-cell;
	vertical-align: top;
	border-top: 1px solid #ddd;
	padding: 8px;
}

div.table .file-row:nth-child(odd) {
	background: #f9f9f9;
}

/* The total progress gets shown by event listeners */
#total-progress {
	opacity: 0;
	transition: opacity 0.3s linear;
}

/* Hide the progress bar when finished */
#previews .file-row.dz-success .progress {
	opacity: 0;
	transition: opacity 0.3s linear;
}

/* Hide the delete button initially */
#previews .file-row .delete {
	display: none;
}

/* Hide the start and cancel buttons and show the delete button */
#previews .file-row.dz-success .start,#previews .file-row.dz-success .cancel
	{
	display: none;
}

#previews .file-row.dz-success .delete {
	display: block;
}


.btn:focus, .btn:active:focus, .btn.active:focus, .btn-primary:active, .btn-primary.active {
    outline: none;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}



