﻿/* Zuweisen Styles */
div.filter p.filterActions input[type=button] {
    width: 150px;
}

.subColumn {
    padding: 0px !important;
    padding-left: 5px !important;
}

.moduleCheckbox { 
    filter: invert(25%);
    left: 50%;
}

/* Main-content table */
/* Action links */
a[class^="action-"] {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: 1px dotted rgb(50, 50, 50);
    padding: 5px;
    margin: 2px;
    /* hide the text */
    line-height: 0;
    font-size: 0;
    color: transparent;
}

a[class^="action-"]:hover { border: 1px solid rgb(42, 90, 138); }

/* Action images */

.action-new { background: url(img/add_16.png) no-repeat 50% 50%; }

.action-edit { background: url(img/pencil_16.png) no-repeat 50% 50%; }

.action-delete { background: url(img/delete_16.png) no-repeat 50% 50%; }

.action-showCashiers { background: url(img/cashier_16.png) no-repeat 50% 50%; }

.action-replaceLicense { background: url(img/replace2_16.png) no-repeat 50% 50%; }

.action-activateLicense { background: url(img/key_16.png) no-repeat 50% 50%; }

.action-details { background: url(img/view_16.png) no-repeat 50% 50%; }

.action-options { background: url(img/cubes_16.png) no-repeat 50% 50%; }

/* 1 Action button */

.actionbuttons1 { width: 34px; }

/* 2 Action buttons */

.actionButtons2 { width: 68px; }

/* 3 Action buttons */

.actionButtons3 { width: 104px; }

/* 4 Action buttons */

.actionButtons4 { width: 140px; }

/********************/

/*  FORM CLASSES    */

/********************/

/* Form */

div.form > p {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
div.modulesForm > input {
    vertical-align: middle;
}

div.form {
    width: 450px;
    margin: 2.0em 0 0 0;
    padding: 10px 10px 0 10px;
    border: solid 1px rgb(200, 200, 200);
    background-color: rgb(240, 240, 240);
}

div.form fieldset {
    padding: 20px 0 0 0;
    margin: 0 0 20px 0;
    border: solid 1px rgb(220, 220, 220);
}

div.form fieldset legend {
    margin: 0 0 0 5px;
    padding: 0 4px 0 4px;
    color: rgb(80, 80, 80);
    font-weight: bold;
    font-size: 130%;
}

div.form label {
    float: left;
    width: 132px;
    margin: 0 0 0 10px;
    padding: 2px;
    font-size: 110%;
}

div.form select {
    width: 280px;
    padding: 4px;
    border: solid 1px rgb(200, 200, 200);
    font-family: verdana, arial, sans-serif;
    font-size: 110%;
}

div.form input {
    width: 275px;
    padding: 2px;
    border: solid 1px rgb(200, 200, 200);
    font-family: verdana, arial, sans-serif;
    font-size: 110%;
}

div.form input[type=checkbox] {
    width: 20px;
    margin: 4px 0 0 0;
}

/* Key Parts 1-4 */

div.form .keypart {
    width: 61px;
    text-align: center;
}


div.form textarea {
    width: 275px;
    padding: 2px;
    border: solid 1px rgb(200, 200, 200);
    font-family: verdana, arial, sans-serif;
    font-size: 110%;
    height: 130px;
}

/* Error message */

div.form .field-validation-error {
    float: right;
    color: red;
    padding: 2px;
    font-size: 110%;
    margin-right: 20px;
}

div.form .validation-summary-errors {
    color: red;
    padding: 2px;
    font-size: 110%;
    margin-right: 20px;
}

/* Actions */

div.form p.actions {
    float: right;
    margin-right: 20px;
}

/* Submit */

div.form p.actions input[type=submit] {
    padding: 1px;
    width: 9.0em;
    background: rgb(230, 230, 230);
    border: solid 1px rgb(150, 150, 150);
    text-align: center;
    font-family: verdana, arial, sans-serif;
    color: rgb(150, 150, 150);
    font-size: 110%;
}

div.form p.actions input[type=submit]:hover {
    cursor: pointer;
    border: solid 1px rgb(80, 80, 80);
    background: rgb(220, 220, 220);
    color: rgb(80, 80, 80);
}

/********************************/

/*  Filter-Form                 */

/********************************/

/* Filter */

div.filter {
    width: 600px;
    margin: auto;
    /* margin: 2.0em 0 0 2.0em; */
    padding: 10px 10px 0 10px;
    border: solid 1px rgb(200, 200, 200);
    background-color: rgb(240, 240, 240);
}

/* Fieldset */

div.filter fieldset {
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;
    border: solid 1px rgb(220, 220, 220);
}

div.filter fieldset legend {
    margin: 0 0 0 5px;
    padding: 0 4px 0 4px;
    color: rgb(80, 80, 80);
    font-weight: bold;
    font-size: 130%;
}

div.filter label {
    float: left;
    width: 170px;
    margin: 0 0 0 10px;
    padding: 2px;
    font-size: 110%;
}

div.filter label.checkboxLabel { width: 513px; }

div.filter select {
    width: 360px;
    padding: 4px;
    margin: 0 0 0 40px;
    border: solid 1px rgb(200, 200, 200);
    font-family: verdana, arial, sans-serif;
    font-size: 110%;
}

div.filter input {
    width: 349px;
    padding: 4px;
    margin: 0 0 0 40px;
    border: solid 1px rgb(200, 200, 200);
    font-family: verdana, arial, sans-serif;
    font-size: 110%;
}

div.filter input[type=checkbox] {
    width: 13px;
    margin: 6px 0 0 41px;
}

/* Actions */

div.filter p.filterActions {
    width: 320px;
    margin: auto;
    float: right;
    padding: 0 0 10px 0;
}

div.filter p.filterActions input[type=submit] { width: 150px; }

/********************************/

/*  Paging                      */

/********************************/

table.dataTable tbody tr.selected > * {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: rgb(80, 80, 80);
}

table.dataTable > tbody > tr.selected > td.select-checkbox:before, table.dataTable > tbody > tr.selected > th.select-checkbox:before {
    border: 1px solid black;
}

table.dataTable > tbody > tr.selected > td.select-checkbox:after, table.dataTable > tbody > tr.selected > th.select-checkbox:after {
    margin-top: -17px;
}

table.dataTable tbody tr.selected > * a {
    color: rgb(70, 122, 167)
}

div.dataTables_info { padding-left: 22px; }

div.dataTables_paginate paging_simple_numbers { padding-right: 22px; }

div.dataTables_wrapper { margin-top: 5px; }

div.dataTables_filter {
    margin: auto;
    padding-right: 22px;
}

div.dataTables_length {
    margin: auto;
    padding-left: 22px;
}

/* List Header */

div.pagingHeader {
    width: 875px;
    margin: auto;
    padding: 10px;
    border: solid 1px rgb(220, 220, 220);
    background-color: rgb(240, 240, 240);
    color: rgb(80, 80, 80);
    font-weight: bold;
    font-size: 110%;
}


/* Paging */

div.pagingBorder { width: 875px; }

div.paging {
    margin: auto;
    display: table;
}

div.paging .currentPageNo { /* optional */ }




/*  Misc  */

.main-content table td.hover { background-color: rgb(175, 175, 175); }