body{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}

body > div.container{
	background-image: url(../image/loginbackground.jpg);
}

div.container{
	width: 100%;
	height: 100%;
	position: relative;
}

div.loginform{
	position: absolute;
  	top: 35%;
  	transform: translateY(-35%);
  	left: 50%;
  	transform: translateX(-50%);
  	width: 300px;
}
.tooltip.bold{
	font-weight: bold;
}
input, select, option, textarea{
	width: 300px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	height: 35px;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    float: none;
}

button{
	width: 300px;
	margin-top: 20px;
	background-color: rgba(0,165,221,0.5);
	height: 35px;
	border: 1px solid #7FD1ED;
}

div.error{
	background-color: rgba(255,0,0,0.5);
	padding: 7px 14px;
}

div.header{
	width: 100%;
	height: 70px;
	/*background-color: rgba(0,165,221,0.5);*/
}

img.logo{
	width: 250px;
}

div.menu{
	width: 100%;
	margin-top: 10px;
	height: 50px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

div.menu ul{
	list-style: none;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

div.menu ul li{
	float: left;
	padding: 15px 20px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

div.menu ul a{
	text-decoration: none;
	color: #029FE2;
}

div.adverts{
	width: 100%;
}

div.selection{
	height: 50px;
	padding: 15px;
}

div.selection > div.addbuttons, div.table > div.addbuttons{
	float: right;
	margin-right: 30%;
}

div.selection a, div.table div.addbuttons a{
	margin: 5px 3px;
	padding: 15px 20px;
	background-color: #ebebeb;
	border-radius: 5px;
	text-decoration: none;
	color: #029FE2;
}

form.newform{
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

form.newform > select, form.newform > input{
	width: 600px;
}

form.newform > textarea{
	height: auto;
	width: auto;
}

.table > .tableheader{
	width: 100%;
	padding: 1px 10px;
	display: inline-table;
	text-align: center;
}

.table > .tablerow{
	width: 100%;
	padding: 1px 10px;
	display: inline-table;
	height: 55px;
	border: 1px solid #ebebeb;
	font-size: 90%;
}

.table > .tableheader > div{
	padding: 5px 10px;
	float: left;
	width: 7%;
}

.table > .tablerow > div{
	padding: 5px 10px;
	float: left;
	width: auto;
}

.table > .tablerow > div{
	padding: 5px 10px;
	float: left;
	text-align: center;
}

.table > .tablerow > div:nth-child(1), .table > .tableheader> div:nth-child(1){
	width: 1.5%;
}
.table > .tablerow > div:nth-child(2), .table > .tableheader> div:nth-child(2){
	width: 10%;
}
.table > .tablerow > div:nth-child(3), .table > .tableheader> div:nth-child(3){
	width: 5%;
}
.table > .tablerow > div:nth-child(4), .table > .tableheader> div:nth-child(4){
	width: 5%;
}
.table > .tablerow > div:nth-child(5), .table > .tableheader> div:nth-child(5){
	width: 5%;
}
.table > .tablerow > div:nth-child(6), .table > .tableheader> div:nth-child(6){
	width: 5%;
}
.table > .tablerow > div:nth-child(7), .table > .tableheader> div:nth-child(7){
	width: 16%;
}
.table > .tablerow > div:nth-child(8), .table > .tableheader> div:nth-child(8){
	width: 5%;
}
.table > .tablerow > div:nth-child(9), .table > .tableheader> div:nth-child(9){
	width: 5%;
}
.table > .tablerow > div:nth-child(10), .table > .tableheader> div:nth-child(10){
	width: 3%;
}
.table > .tablerow > div:nth-child(11), .table > .tableheader> div:nth-child(11){
	width: 3%;
}
.table > .tablerow > div:nth-child(12), .table > .tableheader> div:nth-child(12){
	width: 3%;
}
.table > .tablerow > div:nth-child(13), .table > .tableheader> div:nth-child(13){
	width: 3%;
}

.tablemot > .tablerow > div:nth-child(1), .tablemot > .tableheader> div:nth-child(1){
	width: 100px;
}
.tablemot > .tablerow > div:nth-child(2), .tablemot > .tableheader> div:nth-child(2){
	width: 150px;
}
.tablemot > .tablerow > div:nth-child(3), .tablemot > .tableheader> div:nth-child(3){
	width: 200px;
}
.tablemot > .tablerow > div:nth-child(4), .tablemot > .tableheader> div:nth-child(4){
	width: 200px;
}
.tablemot > .tablerow > div:nth-child(5), .tablemot > .tableheader> div:nth-child(5){
	width: 100px;
}
.tablemot > .tablerow > div:nth-child(6), .tablemot > .tableheader> div:nth-child(6){
	width: 200px;
}
.tablemot > .tablerow > div:nth-child(7), .tablemot > .tableheader> div:nth-child(7){
	width: 100px;
}
.tablemot > .tablerow > div:nth-child(8), .tablemot > .tableheader> div:nth-child(8){
	width: 100px;
}
.tablemot > .tablerow > div:nth-child(9), .tablemot > .tableheader> div:nth-child(9){
	width: 100px;
}
.tablemot > .tablerow > div:nth-child(10), .tablemot > .tableheader> div:nth-child(10){
	width: 100px;
}
.tablemot > .tablerow > div:nth-child(11), .tablemot > .tableheader> div:nth-child(11){
	width: 100px;
}
.tablemot > .tablerow > div:nth-child(12), .tablemot > .tableheader> div:nth-child(12){
	width: 70px;
}

.tablecus > .tablerow > div:nth-child(1), .tablecus > .tableheader> div:nth-child(1){
	width: 100px;
}
.tablecus > .tablerow > div:nth-child(2), .tablecus > .tableheader> div:nth-child(2){
	width: 150px;
}
.tablecus > .tablerow > div:nth-child(3), .tablecus > .tableheader> div:nth-child(3){
	width: 200px;
}
.tablecus > .tablerow > div:nth-child(4), .tablecus > .tableheader> div:nth-child(4){
	width: 200px;
}
.tablecus > .tablerow > div:nth-child(5), .tablecus > .tableheader> div:nth-child(5){
	width: 100px;
}
.tablecus > .tablerow > div:nth-child(6), .tablecus > .tableheader> div:nth-child(6){
	width: 300px;
}
.tablecus > .tablerow > div:nth-child(7), .tablecus > .tableheader> div:nth-child(7){
	width: 100px;
}

.tablecor > .tablerow > div:nth-child(1), .tablecor > .tableheader> div:nth-child(1){
	width: 100px;
}
.tablecor > .tablerow > div:nth-child(2), .tablecor > .tableheader> div:nth-child(2){
	width: 600px;
}
.tablecor > .tablerow > div:nth-child(3), .tablecor > .tableheader> div:nth-child(3){
	width: 200px;
}
.tablecor > .tablerow > div:nth-child(4), .tablecor > .tableheader> div:nth-child(4){
	width: 200px;
}
.tablecor > .tablerow > div:nth-child(5), .tablecor > .tableheader> div:nth-child(5){
	width: 100px;
}



.table div.addbuttons{
	width: 58px;
	float: left;
	margin-top: 12px;
}

.table div.addbuttons a{
	height: 10px;
}

.table > .tablerow > a{
	text-decoration: none;
	color: #000;
}

.hiddencor{
	display: none;
}

.dropdowns{
	float: left;
}

.dropdowns select{
	width: 100px;
}

.dropdowns input{
	width: 150px;
}

.dropdowns select[multiple]{
	width: 200px;
	height: 200px;
}

.dropdowns select[multiple] option{
	width: 150px;
}

.dropdown-check-list {
  display: inline-block;
}
.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
}
.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}
.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  position: absolute;
  background-color: #fff;
}
.dropdown-check-list ul.items li {
  list-style: none;

}
.dropdown-check-list.visible .anchor {
  color: #0094ff;
}
.dropdown-check-list.visible .items {
  display: block;
}
.dropdown-check-list ul.items li input{
	width: auto;
	height: auto;
	margin-right: 10px;
}

div.table > div.tablerow:nth-of-type(even) {
  background-color: #f5f5f5;
}

input[class="rn"] + div {
  background-color: #bbffbb;
}

/*------------------------------------------------------------------------------
Motive Tooltip
------------------------------------------------------------------------------*/
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #5b5b5b;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -110px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #5b5b5b transparent;
}

.dis {
	display: none;
}
/*------------------------------------------------------------------------------
Media Querys
------------------------------------------------------------------------------*/
@media only screen and (max-width: 1420px) {
    .table > .tablerow > .addbuttonscontainer {
        float: left;
		clear: both;
		margin: 5px 10px;
		height: 40px;
    }
}

@media only screen and (max-width: 1500px) {
    div.selection > div.addbuttons{
    	margin-right: 10%;
    }
}