

#mainContainer {
	width:100%;
	xbackground-color:#eeeeee;
	background-color:red;
}

h1 {
	padding: 10px 0 0 10px;
	margin: 0 0 8px 0;
}

.view {
}

.edit {
}

.ck-editor {
	margin: 0 20px 0 20px !important;
}

textarea.edit {
	width: 90%;
	height: 150px;
}

.tBase {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	padding: 0;
}
.tLeft {
	width: 100%;
	height: 100%;
	padding: 0;
}
.tRight {
	width: 100px;
	height: 100%;
	padding: 0;
}

/* Button from https://saruwakakun.com/html-css/reference/buttons */

.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #343F91;
  transition: .4s;
}

.btn-flat-logo-red {
	background: #FF0000;
}

.btn-flat-logo:hover {
  background: #4477FF;
}

.btn-flat-vertical-border {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  border-left: solid 4px #668ad8;
  border-right: solid 4px #668ad8;
  color: #3366FF;
  background: #e1f3ff;
  transition: .4s;
}

.btn-flat-vertical-border:hover {
  background: #3366FF;
  color: #FFF;
}

table {
	border-bottom:thin solid #000066;
	border-right:thin solid #000066;
	border-spacing: 0;
}

th, td {
	border-top:thin solid #000066;
	border-left:thin solid #000066;
}

.table p {
	padding: 0;
	margin: 0;
}

#filesHot {
	border: solid 1px lightgray;
}

mark.marker-yellow {
	background-color: yellow;
	color: black;
}

mark.marker-green {
	background-color: springgreen;
	color: black;
}

mark.marker-pink {
	background-color: lightpink;
	color: black;
}

mark.marker-blue {
	background-color: lightskyblue;
	color: black;
}

mark.marker-orange {
	background-color: orange;
	color: black;
}

mark.pen-green {
	background-color: transparent;
	color: green;
}

mark.pen-red {
	background-color: transparent;
	color: red;
}

.handsontable table.htCore {
	width: 400px !important;
}
.input-group.login input{
	border-right: 0px;
}
.input-group-text.login{
	border-left: 0px;
	background-color: transparent;
}
.fa-eye{
	background:url(/images/eye-solid.png) no-repeat;
	width: 20px;
	height: 20px;
}

.fa-eye-slash{
	background:url(/images/eye-slash.png) no-repeat;
	width: 20px;
	height: 20px;
}

.jstree-icon {
    background-image: url(/images/32px_custom.png)!important;
}

