/*sortable JS*/
form div {
  /* padding: 0; */
  margin-bottom: 0;
  clear: none;
}

.toggle-group {
  padding: 0;
}

form > fieldset > div, form > div, form > .form-group > div  {
  padding: .5em;
  margin-bottom: 1em;
  clear: both;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
  /*content: " \0296E" */
  /*content: " \02666" */
  content: "\00A0\2B0D"
}

input .anim-delete {
  position: absolute;
  transition: 0.2s;
  background-color: #E57C1E;
}

.intellego_section_diff {
  padding: 20px 0;
  border: solid rgb(170, 170, 170);
  border-width: 1px 0 0 0;
  margin: 0 0;
}

.intellego_section_diff:nth-child(2n+1) {
  background-color: rgba(233, 240, 244, 0.5);
}

.intellego_input_label_before {
  font-size: 18px;
}

.intellego_position_box {
  display: flex;
  justify-content: center;
}

.intellego_center_box {
  /*flex-grow: 4;*/
  /*display: inline-block;*/
  /*margin: 0 auto;*/
}

.intellego_split_box {
  /*position: relative;*/
  /*width: 90%;*/
}

.intellego_left_box {
  flex-grow: 1;
  /*width: 50%;*/
  /*float: left;*/
}

.intellego_right_box {
  flex-grow: 1;
  /*width: 50%;*/
}

.small-subtitle {
  font-size: 16px;
  font-weight: bolder;
  color: rgb(179, 16, 16);
  /*text-shadow: 0px 0px 0.1px black;*/
}

.problem {
  padding: 5px 0;
  background-color: rgba(129, 129, 129, 0.6);
}

.problem:hover {
  background-color: rgba(129, 129, 129, 0.8);
  border-width: 2px;
}

.warning, .flash-warning {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 54, 0, 0.6) !important;
}

.warning:hover {
  background-color: rgba(255, 54, 0, 0.8) !important;
  border-width: 2px;
}

.soft_warning, .flash-softwarning {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 184, 0, 0.6);
}

.soft_warning:hover {
  background-color: rgba(255, 184, 0, 0.8);
  border-width: 2px;
}

.info, .flash-info {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(11, 187, 242, 0.6) !important;
}

.info:hover {
  background-color: rgba(11, 187, 242, 0.8) !important;
  border-width: 2px;
}

.success, .erfolg, .flash-success {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(113, 237, 82, 0.6);
}

.success:hover, .erfolg:hover {
  background-color: rgba(113, 237, 82, 0.8);
  border-width: 2px;
}

.simple, .flash-simple {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(219, 244, 247, 0.6);
}

.simple:hover {
  background-color: rgba(219, 244, 247, 0.8);
  border-width: 2px;
}

.intellego-btn {
  border: 1px solid rgb(125, 125, 125);
  border-radius: 3px;
  color: rgb(48, 48, 48);
  font-weight: bold;
  padding: 6px;
  /*background-color: rgb(138, 222, 157);*/
  text-align: center;
  max-width: 30%;
  min-width: 250px;
}

.intellego-btn:hover {
  border: 1px solid rgb(125, 125, 125);
  box-shadow: 0px 0px 2px 1px;
  cursor: pointer;
}

.intellego-btn-small {
  border: 1px solid rgb(153, 147, 147);
  border-radius: 3px;
  color: rgb(120, 120, 120);
  font-weight: bold;
  font-size: 8pt;
  padding: 2px;
  /*background-color: rgb(138, 222, 157);*/
  text-align: center;
  max-width: 30%;
  min-width: 250px;
}

.intellego-btn-small:hover {
  border: 1px solid rgb(45, 45, 45);
  color: rgb(45, 45, 45);
  /*box-shadow: 0px 0px 2px 1px;*/
  cursor: pointer;
}

.intellego-absolut-box {
  background-color: rgb(229, 235, 240);
  position: absolute;
  border: 1px solid rgb(31, 31, 31);
  width: 280px;
  max-height: 400px;
  /*overflow-y: auto;*/
  text-align: center;
  background-image: url('../img/Pieces/closebtn.png');
  background-position: right top;
  background-repeat: no-repeat;
}

.intellego-absolut-box-content {
  width: 256px;
  max-height: 400px;
  overflow-y: auto;
  border-right: 1px solid rgb(51, 51, 51);
}

.hover_bold:hover {
  font-weight: bold;
}

.hover_border:hover {
  background-color: rgb(158, 158, 158);
  border: 1px solid rgb(60, 60, 60);
}

.intellego-normal-btn {
  margin: 0;
  margin-left: 5px;
  padding: 2px 6px;
  border: 1px solid rgb(125, 125, 125);
  display: inline;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  transition: 600;
}

.center_text {
  text-align: center;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.accept_decline {
  margin-left: 0;
}

.accept_decline div {
  margin: auto;
  float: left;
}

.rahmen {
  border: 1px solid rgba(0, 0, 0, 0.3);
}


/*CONTROLLER: GEEVALUATION || VIEW: INDEX*/

.ge_evaluation_index .datum_mitarbeiter_punkte {
  /*border-bottom: 1px solid black;*/
  display: block;
  max-width: 80%;
}

.ge_evaluation_index .datum {
  float: left;
  margin-right: 20px;
  font-weight: bold;
}

.ge_evaluation_index .mitarbeiter {
  float: left;
  /*font-weight: bold;*/
}

.ge_evaluation_index .vorfall {
  /*width: 70%;*/
  /*height: 80px;*/
  position: relative;
  /*margin-left: 20px;*/
  padding: 5px;
  padding-top: 10px;
  display: block;
  border-top: 1px solid black;
  /*padding-bottom: 20px;*/
}

.ge_evaluation_index .vorfall:first-of-type {
  border-top: 0;
}

.ge_evaluation_index .art_vorfall_beschreibung {
  float: left;
  padding-right: 20px;
  width: 90%;
}

.ge_evaluation_index .punkte {
  float: left;
  /*padding-right: 100px;*/
  /*font-size: 20px;*/
  padding-left: 20px;
  /*font-weight: bold;*/
}

.ge_evaluation_index .punkte:after {
  clear: both;
}

.ge_evaluation_index .gespraech {
  position: relative;
  /*margin-left: 20px;*/
  padding: 5px;
  padding-top: 10px;
  display: block;
  border-top: 1px solid black;
}

.ge_evaluation_index .action-menu {
  position: absolute;
  top: 5px;
  right: 5px;
}

.ge_evaluation_index .action-menu li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.ge_evaluation_index .k {
  background-color: rgba(190, 31, 31, 0.3);
}

.ge_evaluation_index .a {
  background-color: rgba(235, 191, 63, 0.5);
}

.ge_evaluation_index .v {
  background-color: rgba(82, 255, 0, 0.3);
}

.ge_evaluation_index .positiver-vorfall {
  background-color: rgba(97, 164, 208, 0.5);
}


/*############################################################################*/


/*CONTROLLER: GEEVALUATION || VIEW: SUMMIEREN*/

.table-title {
  color: rgb(60, 133, 200);
  /*text-shadow: 0.5px 0.5px black;*/
  font-size: 18px;
  font-weight: bold;
}


/*############################################################################*/


/*CONTROLLER: GEEVALUATION || VIEW: ADD*/

#GeEvaluationPunkte, .small-number-field {
  width: 100px;
}

.radio-input {
  margin: 0 0;
  padding: 2px 0;
}


/*############################################################################*/


/*CONTROLLER: USEMPLOYEEACTIVITIES VIEW: INDEX*/

.us_employee_activity_index th {
  width: 20%;
}

.us_employee_activity_index .action-menu {
  /*text-align: center;*/
}


/*############################################################################*/


/*CONTROLLER: USERS VIEW: VIEW*/

.users .flex-container {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap-reverse;
}

.users .infotable {
  /*width: 66%;*/
  /*float: left;*/
  flex-grow: 2;
}

.users .clear {
  clear: both;
}

.users .foto {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 240px;
  width: 180px;
  flex-grow: 1;
  flex: none;
  /*float: right;*/
  margin-left: 40px;
}


/*############################################################################*/


/*CONTROLLER: USERS VIEW: INDEX_TEACHER*/

.thumbnail {
  height: 20mm;
  width: 20mm;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.image-show {
  position: absolute;
  width: 400px;
  height: 400px;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.small-font {
  font-size: 11px;
}


/*############################################################################*/


/*ELEMENT: MENUES\TOP-MENU */

ul.navbar-nav.nav li a {
  text-decoration: none;
}

.navbar-collapse.in {
  overflow: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.activeInlines {
  background-color: #e7e7e7;
  padding: 3px;
  border-radius: 4px;
}

.navbar-nav > li > a {
  padding: 8px 15px;
}

.navbar-nav > li:hover {
  background-color: #e7e7e7;
}

.navbar {
  min-height: 30px;
}


/*.top-menu{
	z-index: 100;
  position: relative;
	border-radius: 25px;
	background-color: rgba(31, 25, 78, 0.3);
	background-image: linear-gradient(white, rgba(31, 25, 78, 0.2));
	height: 30px;
	margin-bottom: 25px;
}

.top-menu ul {
    list-style-type: none;
}

.top-menu ul ul{

	width: 200px;
	position:absolute;
  bottom:0;
  visibility:hidden;
  opacity:0;
	height: 0;
}

.top-menu ul ul > li{
	text-align: center;
	width: 200px;
  bottom:0;
}

.top-menu li:hover > ul{
	z-index: 50;
  top:100%;
  visibility:visible;
  opacity:1;
	height: auto;
  text-shadow: none;
}
.top-menu li:hover > ul >li {
	background-color: rgba(172, 211, 230, 1);
}
.top-menu li {
	position: relative;
  float: left;
  font-size: 12px;
  font-weight: 100;
  padding: 0;
  margin: 0 2px;
  text-align: center;
}


.top-menu .active{
  background-color: rgba(105, 166, 210, 0.3);
}

.top-menu li a {
    display: block;
    padding: 6px 3px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    border: 2px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
}

.top-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: rgba(0, 0, 0, 1);
}

.top-menu .seperator{
  border: 1px rgba(0, 0, 0, 0.23);
  border-style: none solid;
  padding: 6px 0;
  margin: 0 7px;
}

.top-menu .seperator:last-of-type{
  display: none;
}*/


/*############################################################################*/


/* A-MENU DroDow */

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}


/**{padding:0;margin:0;}*/


/*body{font:16px/1 sans-serif}*/


/*VERTICAL MENU*/

.nav-vertical {
  position: relative;
}


/* ALL UL */

.nav-vertical ul {
  list-style: none;
}


/* ALL LI */

.nav-vertical li {
  padding: 5px 0;
  margin: 0;
  position: relative;
}


/* ALL A */

.nav-vertical a {
  display: block;
  color: #eee;
  text-decoration: none;
  padding: 10px 15px;
  transition: 0.2s;
}


/* ALL A HOVER */

.nav-vertical li:hover > a {
  color: rgb(12, 102, 195);
  background: rgba(183, 206, 217, 1) !important;
  text-shadow: none;
  padding: 10px;
}


/* INNER UL HIDE */

.nav-vertical ul ul {
  z-index: 1000;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.2s;
  transform: translateX(50px);
}

.nav-vertical ul ul.open_to_bottom {
  top: 0;
}


/* INNER UL SHOW */

.nav-vertical li:hover > ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  transform: translateX(0px);
  text-shadow: none;
  background: white;
}


/*############################################################################*/


/*############################################################################*/


/*############################# Bootstrap Fix ################################*/


/*############################################################################*/

select {
  min-width: 150px;
}

dl {
  width: 100%;
}

dl dt {
  padding: 5px;
  width: 20%;
  float: left;
}

dl dd {
  padding: 5px;
  width: 80%;
  float: right;
  margin-top: -2.15em;
}

body{
	-ms-overflow-style: none;
}
body::-webkit-scrollbar {
  display: none;
}


html,body{
	height:100%;
}

body #container{
	direction:rtl;
	overflow-y:scroll;
	overflow-x:hidden;
	height:100%;
}

body #content{
  direction:ltr;
}



div.index {
  width: 80%!important;
  margin: auto;
  height:100%!important;
  position:fixed;
  right:0px;
  overflow:scroll;
  z-index:25;
  padding-left: 0px;
}

div.view {
  width: 80%!important;
  margin: auto;
  height:-webkit-fill-available !important;
  position:fixed;
  right:0px;
  overflow:scroll;
  z-index:25;
  padding-left: 0px;
}

div.form {
  width: 80%!important;
  margin: auto;
  height:100%!important;
  position:fixed;
  right:0px;
  overflow:scroll;
  z-index:25;
  padding-left: 0px;
}

form div {
  padding:
}

#flashMessage{
	top:0px;
	background:rgba(208, 70, 64, 0.8) !important;
	transition:1s;
	direction:ltr;
	width:97%;
	transform:translateX(-1.5%);
}


div.actions {
  width: 19% !important;
  height:100%;
  position:relative;
  z-index:25;
}

div.actions .action-has-submenue .dir-down{
  z-index:100 !important;
}


/*input[type="checkbox"] + label {
  padding-left: 25px;
}*/

input[type="checkbox"] {
  position: relative;
  left: 1.2em;
  /*top: 20%;*/
  top: .5em;
  padding: 0;
  margin: 0;
}

td > div > input[type="checkbox"] {
  position: relative;
  left: 15px;
  top: -5px;
}

input[type="radio"] {
  left: 25px;
  /*top: 12px;*/
}


#container {
  font-size: 150%;
  height:100%;
}

/* Links with icons */
a.on:before{
  content:"\e082";
  font-family:"Glyphicons Halflings";
  margin:5px;
  display:inline-block;
}
a.off:before{
  content:"\e081";
  font-family:"Glyphicons Halflings";
  margin:5px;
  display:inline-block;
}


@media screen and (max-width: 1680px) {
  div.actions {
    /*width: 22% !important;*/
    /*padding: 0;*/
  }
  div.index {
    /*width: 78%;*/
    margin: auto;
  }
  div.view {
    /*width: 78%;*/
    margin: auto;
  }
  div.form {
    /*width: 78%;*/
    margin: auto;
  }
}

@media (max-width: 800px) {
  div.actions {
    width:100% !important;
	padding:10px;
  }
  div.index {
    width:100% !important;
	padding:10px;
  }
  div.view {
    width:100% !important;
	padding:10px;
  }
  div.form {
    width:100% !important;
	padding:10px;
  }
}

.remove-padding{
	padding: 0 !important;
}

.remove-margin{
	margin: 0 !important;
}
