/* FONT STACK */
body,
input, select, textarea {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: small !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

body {
    overflow-y: scroll;
}

/* BASE LAYOUT */

html {
    background-color: #ddd;
    background-image: -moz-linear-gradient(center top, #aaa, #ddd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aaa), color-stop(1, #ddd));
    background-image: linear-gradient(top, #aaa, #ddd);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#aaa', EndColorStr = '#ddd');*/
    background-repeat: no-repeat;
    height: 100%;
    /* change the box model to exclude the padding from the calculation of 100% height (IE8+) */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html.no-cssgradients {
    background-color: #aaa;
}

.ie6 html {
    height: 100%;
}

html * {
    margin: 0;
}

body {
    background: #ffffff;
    color: #333333;
    margin: 0 auto;
    max-width: 960px;
    overflow-x: hidden; /* prevents box-shadow causing a horizontal scrollbar in firefox when viewport < 960px wide */
    -moz-box-shadow: 0 0 0.3em #255b17;
    -webkit-box-shadow: 0 0 0.3em #255b17;
    box-shadow: 0 0 0.3em #255b17;
}

#grailsLogo {
    background-color: #154c8d;
    max-height: 45px;
}

/* replace with .no-boxshadow body if you have modernizr available */
.ie6 body,
.ie7 body,
.ie8 body {
    border-color: #154c8d;
    border-style: solid;
    border-width: 0 1px;
}

.ie6 body {
    height: 100%;
}

a:link, a:visited, a:hover {
    color: #154c8d;
}

a:hover, a:active {
    outline: none; /* prevents outline in webkit on active links but retains it for tab focus */
}

h1 {
    color: #154c8d;
    font-weight: normal;
    font-size: 1.25em;
    margin: 0.8em 0 0.3em 0;
}

ul {
    padding: 0;
}

img {
    border: 0;
}

/* GENERAL */

#grailsLogo a {
    display: inline-block;
    margin: 1em;
}

.content {
}

.content h1 {
    border-bottom: 1px solid #CCCCCC;
    margin: 0.8em 1em 0.3em;
    padding: 0 0.25em;
}

.scaffold-list h1 {
    border: none;
}

.footer {
    background: #154c8d;
    color: #000;
    clear: both;
    font-size: 0.8em;
    padding: 1em;
    min-height: 1em;
}

.footer a {
    color: #154c8d;
}

.spinnerText {
    font-weight: bold;
    font-size: larger;
    color: #FFFF00;
}

.spinner {
    background-color: #FF0000;
    padding: 0.5em;
    position: absolute;
    z-index: 9999;
}

/* NAVIGATION MENU */

.nav {
    background-color: #efefef;
    padding: 0.5em 0.75em;
    -moz-box-shadow: 0 0 3px 1px #aaaaaa;
    -webkit-box-shadow: 0 0 3px 1px #aaaaaa;
    box-shadow: 0 0 3px 1px #aaaaaa;
    zoom: 1;
}

.nav ul {
    overflow: hidden;
    padding-left: 0;
    zoom: 1;
}

.nav li {
    display: block;
    float: left;
    list-style-type: none;
    margin-right: 0.5em;
    padding: 0;
}

.nav a {
    color: #666666;
    display: block;
    padding: 0.25em 0.7em;
    text-decoration: none;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}

.nav a:active, .nav a:visited {
    color: #666666;
}

.nav a:focus, .nav a:hover {
    background-color: #999999;
    color: #ffffff;
    outline: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.no-borderradius .nav a:focus, .no-borderradius .nav a:hover {
    background-color: transparent;
    color: #444444;
    text-decoration: underline;
}

.nav a.home, .nav a.list, .nav a.create, .nav a.excel, .nav a.pdf, .nav a.download, .nav a.upload,
.nav a.print, .nav a.user, .nav a.report, .nav a.process, .nav a.edit, .nav a.activity,
.nav a.copy, .nav a.rejected, .nav a.delete, .nav a.capture, .nav a.help{
    background-position: 0.7em center;
    background-repeat: no-repeat;
    text-indent: 25px;
}

.nav a.home {
    background-image: url(XZxwq2CdhKQxLth7CqP7LcbI3LaYjCwJKkxHLHDpe0x.png);
}

.nav a.list {
    background-image: url(C99t89t57MIfzKjKJHZuwZZWLqVa98I7YHZy23cWsah.png);
}

.nav a.excel {
    background-image: url(gIQxdXtq70YnIAtbUFEDzQuirbIQ84EK9IdpbNtIAuP.png);
}

.nav a.pdf {
    background-image: url(9j2gjHeL2CwHtqRh6hkEfZlkfy39vTgGbcR1K4Iw8Ge.jpg);
}

.nav a.create {
    background-image: url(Rer8tCcxMYllyhPhCLe3LE3dTKWJzY14NsIGnB44IRv.png);
}

.nav a.download {
    background-image: url(MTo0LH3UYf9VZ5jUHdgo411NlYOgqXahyhG1QF7T0Kq.png);
}

.nav a.upload {
    background-image: url(9wVfJRBWH0AjzB74tuVyIa8CKVWkaYgWqPypcjVFPUP.png);
}

.nav a.price {
    background-image: url(xRxQZaXXuOQyJnx002VWmRGwATYQQ2U02wJabGsQ4gY.jpg);
}

.nav a.print {
    background-image: url(9n08BKqMZMLy1fRticHaccj3WuiRYGPM01WlfyHhzaV.png);
}

.nav a.user {
    background-image: url(m8bAQre4leFROCBTuJTuKfBRFfZlurActbSyzPElCk6.png);
}

.nav a.capture {
    background-image: url(UnqCQThh5OLYMYMc1IPtxRtiFLMyAl83TTiSKiXKoIU.png);
}

.nav a.report {
    background-image: url(0C4zrpRBqYtPTY2ZSRBTYNc6co1amMtoSRVITve419G.png);
}

.nav a.process {
    background-image: url(7ELGGfiqTArb1jhJ4hOw5XAczOK49G56ZH7V8dKHH8l.png);
}

.nav a.edit {
    background-image: url(DQUy9g6SequryVlUL83Jinm0F02QtmOZ7o1wi8HpsR7.png);
}

.nav a.activity {
    background-image: url(91mzKH2OgD9YrFItDgcYCiLQC7vcW6ZQEDSx4bqb5De.jpg);
}

.nav a.copy {
    background-image: url(NkYeLDhY3sevf0dZsFVpP0Cyy4EFpesCSOF7WgWBZH8.png);
}

.nav a.rejected {
    background-image: url(VADEEUMPazlUgA9hsDbuIK2vsfJ0fQIBwh7UwQO4awe.jpg);
}

.nav a.delete {
    background-image: url(bZavSVmMEJWTH8wQWXULLq4lkew0w6YbPqaQNO3Er1W.png);
}

.nav a.help {
    background-image: url(IKDJGL8T5MliU8jfQ4lNSH7quMK8BFsBxcKkQtkm5qt.png);
}

/* CREATE/EDIT FORMS AND SHOW PAGES */

fieldset,
.property-list {
    margin: 0.6em 1.25em 0 1.25em;
    padding: 0.3em 1.8em 1.25em;
    position: relative;
    zoom: 1;
    border: none;
}

.property-list .fieldcontain {
    list-style: none;
    overflow: hidden;
    zoom: 1;
}

.fieldcontain {
    margin-top: 1em;
}

.sap-status {
    width: 13px;
    height: 13px;
    background-color: #ccc;
    border-radius: 13px; }
.sap-status.sap-is-pass {
    background-color: #33a25a; }
.sap-status.sap-is-error {
    background-color: #e84364; }
.sap-status.sap-is-warning {
    background-color: #ffdd57; }

.fieldcontain label,
.fieldcontain .property-label {
    color: #666666;
    text-align: right;
    width: 30%;
}

.fieldcontain .property-label {
    float: left;
}

.fieldcontain .property-value {
    display: block;
    margin-left: 32%;
}

label {
    cursor: pointer;
    display: inline-block;
    margin: 0 0.25em 0 0;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #cccccc;
    font-size: 1em;
    padding: 0.2em 0.4em;
}

select {
    padding: 0.2em 0.2em 0.2em 0;
}

select[multiple] {
    vertical-align: top;
}

textarea {
    width: 250px;
    height: 150px;
    overflow: auto; /* IE always renders vertical scrollbar without this */
    vertical-align: top;
}

input[type=checkbox], input[type=radio] {
    background-color: transparent;
    border: 0;
    padding: 0;
}

input[type=number] {
    text-align: right;
}

input:focus, select:focus, textarea:focus {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    outline: 0;
    -moz-box-shadow: 0 0 0.5em #ffffff;
    -webkit-box-shadow: 0 0 0.5em #ffffff;
    box-shadow: 0 0 0.5em #ffffff;
}

.required-indicator {
    color: #154c8d;
    display: inline-block;
    font-weight: bold;
    margin-left: 0.3em;
    position: relative;
    top: 0.1em;
}

ul.one-to-many {
    display: inline-block;
    list-style-position: inside;
    vertical-align: top;
}

.ie6 ul.one-to-many, .ie7 ul.one-to-many {
    display: inline;
    zoom: 1;
}

ul.one-to-many li.add {
    list-style-type: none;
}

/* EMBEDDED PROPERTIES */

fieldset.embedded {
    background-color: transparent;
    border: 1px solid #CCCCCC;
    padding-left: 0;
    padding-right: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

fieldset.embedded legend {
    margin: 0 1em;
}

/* MESSAGES AND ERRORS */

.errors,
.message,
.warning {
    font-size: 1.125em;
    line-height: 2;
    margin: 1em 2em;
    padding: 0.5em;
}

.message {
    background: #f3f3ff;
    border: 1px solid #b2d1ff;
    color: #006dba;
    -moz-box-shadow: 0 0 0.25em #b2d1ff;
    -webkit-box-shadow: 0 0 0.25em #b2d1ff;
    box-shadow: 0 0 0.25em #b2d1ff;
}

.errors {
    background: #fff3f3;
    border: 1px solid #ffaaaa;
    color: #cc0000;
    -moz-box-shadow: 0 0 0.25em #ff8888;
    -webkit-box-shadow: 0 0 0.25em #ff8888;
    box-shadow: 0 0 0.25em #ff8888;
}

.message.errors {
    background: transparent url(X2My6nLGuGXO73LuKEeTYWgyGjihrVLVBKfMfLY17mq.png) 5px 7px no-repeat !important;
}
.message.warning {
    background: transparent url(9WPH6k7rIdaM67yCy43OHE3EKznvkS8gfVXcfTIwwrO.png) 5px 7px no-repeat !important;
}

.warning {
    background: rgb(255, 232, 140);
    border: 1px solid rgb(233, 186, 3);
    color: rgb(173, 118, 0);
    -moz-box-shadow: 0 0 0.25em rgb(185, 147, 0);
    -webkit-box-shadow: 0 0 0.25em rgb(185, 147, 0);
    box-shadow: 0 0 0.25em rgb(185, 147, 0);
}

.errors ul,
.message {
    padding: 0;
}

.errors li {
    list-style: none;
    background: transparent url(X2My6nLGuGXO73LuKEeTYWgyGjihrVLVBKfMfLY17mq.png) 0 3px no-repeat;
    text-indent: 22px;
}

.warning li {
    list-style: none;
    background: transparent url(9WPH6k7rIdaM67yCy43OHE3EKznvkS8gfVXcfTIwwrO.png) 0 3px no-repeat;
    text-indent: 22px;
}

.message {
    background: transparent url(5r7Rwd8PayLGhpjX1Cu8uUF6AB9prDYFb0MemFibdy.png) 5px 7px no-repeat;
    text-indent: 22px;
}

/* form fields with errors */

.error input, .error select, .error textarea {
    background: #fff3f3;
    border-color: #ffaaaa;
    color: #cc0000;
}

.error input:focus, .error select:focus, .error textarea:focus {
    -moz-box-shadow: 0 0 0.5em #ffaaaa;
    -webkit-box-shadow: 0 0 0.5em #ffaaaa;
    box-shadow: 0 0 0.5em #ffaaaa;
}

/* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */

input:invalid, select:invalid, textarea:invalid {
    background: #fff3f3;
    border-color: #ffaaaa;
    color: #cc0000;
}

input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
    -moz-box-shadow: 0 0 0.5em #ffaaaa;
    -webkit-box-shadow: 0 0 0.5em #ffaaaa;
    box-shadow: 0 0 0.5em #ffaaaa;
}

/* TABLES */

table {
    border-top: 1px solid #DFDFDF;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1em;
}

tr {
    border: 0;
}

tr>td:first-child, tr>th:first-child {
    padding-left: 1.25em;
}

tr>td:last-child, tr>th:last-child {
    padding-right: 1.25em;
}

td, th {
    line-height: 1.5em;
    padding: 0.5em 0.6em;
    text-align: left;
    vertical-align: top;
}

th {
    background-color: #efefef;
    background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eaeaea));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eaeaea');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eaeaea')";
    color: #666666;
    font-weight: bold;
    line-height: 1.7em;
    padding: 0.2em 0.6em;
}

thead th {
    white-space: nowrap;
}

th a {
    display: block;
    text-decoration: none;
}

th a:link, th a:visited {
    color: #666666;
}

th a:hover, th a:focus {
    color: #333333;
}

th.sortable a {
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 1.1em;
}

th.asc a {
    background-image: url(RXl7rSoN1AVnxXlZT2CrwXA7PXpoSw226yjB1A1N2HZ.gif);
}

th.desc a {
    background-image: url(f3V8fyTt1I004HCWmfaK3dijJYB1pRuaCoNtuCWfmZt.gif);
}

.odd {
    background: #f7f7f7;
}

.even {
    background: #ffffff;
}

th:hover, tr:hover {
    background: #E1F2B6;
}

/* PAGINATION */

.pagination {
    border-top: 0;
    margin: 0;
    padding: 0.3em 0.2em;
    text-align: center;
    -moz-box-shadow: 0 0 3px 1px #AAAAAA;
    -webkit-box-shadow: 0 0 3px 1px #AAAAAA;
    box-shadow: 0 0 3px 1px #AAAAAA;
    background-color: #EFEFEF;
}

.pagination a,
.pagination .currentStep {
    color: #666666;
    display: inline-block;
    margin: 0 0.1em;
    padding: 0.25em 0.7em;
    text-decoration: none;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}

.pagination a:hover, .pagination a:focus,
.pagination .currentStep {
    background-color: #999999;
    color: #ffffff;
    outline: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.no-borderradius .pagination a:hover, .no-borderradius .pagination a:focus,
.no-borderradius .pagination .currentStep {
    background-color: transparent;
    color: #444444;
    text-decoration: underline;
}

/* ACTION BUTTONS */

.buttons {
    background-color: #efefef;
    overflow: hidden;
    padding: 0.3em;
    -moz-box-shadow: 0 0 3px 1px #aaaaaa;
    -webkit-box-shadow: 0 0 3px 1px #aaaaaa;
    box-shadow: 0 0 3px 1px #aaaaaa;
    margin: 0.1em 0 0 0;
    border: none;
}

.buttons input,
.buttons a {
    background-color: transparent;
    border: 0;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    margin: 0 0.25em 0;
    overflow: visible;
    padding: 0.25em 0.7em;
    text-decoration: none;

    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}

.buttons input:hover, .buttons input:focus,
.buttons a:hover, .buttons a:focus {
    background-color: #999999;
    color: #ffffff;
    outline: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.no-borderradius .buttons input:hover, .no-borderradius .buttons input:focus,
.no-borderradius .buttons a:hover, .no-borderradius .buttons a:focus {
    background-color: transparent;
    color: #444444;
    text-decoration: underline;
}

button.delete, button.create, button.edit, button.down, button.list {
    background-position: 0.7em center;
    background-repeat: no-repeat;
    text-indent: 25px;
}
button.delete{
    background-image: url(bZavSVmMEJWTH8wQWXULLq4lkew0w6YbPqaQNO3Er1W.png);
}

button.create{
    background-image: url(Rer8tCcxMYllyhPhCLe3LE3dTKWJzY14NsIGnB44IRv.png);
}

button.edit{
    background-image: url(DQUy9g6SequryVlUL83Jinm0F02QtmOZ7o1wi8HpsR7.png);
}
button.down{
    background-image: url(rDCBJmCXFU8Lr19XnH0oRpMh971cCNTUVNLB29X58un.png);
}
button.list{
    background-image: url(C99t89t57MIfzKjKJHZuwZZWLqVa98I7YHZy23cWsah.png);
}

button.lock_open {
    background-image: url(er34uw6w2cwlrjOztM7k6QbCYZVlHnnQakoXUZmwBgF.png);
    background-repeat: no-repeat;
    background-position: 40px;
}

button.lock {
    background-image: url(yLnkHjsUbRN3VAD3YAJfgFeVRd2SxmYos3TPZPSSkXB.png);
    background-repeat: no-repeat;
    background-position: 40px;
}



.buttons .delete, .buttons .create, .buttons .edit, .buttons .save, .buttons .excel, .buttons .pdf, .buttons .download, .buttons .upload,
.buttons .report, .buttons .simulate, .buttons .print, .buttons .user, .buttons .process, .buttons .activity, .buttons .lock_open, .buttons .lock, .buttons .required,
.buttons .copy, .buttons .rejected , .buttons .list, .buttons .capture, .buttons .lock, .buttons .help {
    background-position: 0.7em center;
    background-repeat: no-repeat;
    text-indent: 25px;
}

.buttons .delete {
    background-image: url(bZavSVmMEJWTH8wQWXULLq4lkew0w6YbPqaQNO3Er1W.png);
}

.buttons .create {
    background-image: url(Rer8tCcxMYllyhPhCLe3LE3dTKWJzY14NsIGnB44IRv.png);
}

.buttons .edit {
    background-image: url(DQUy9g6SequryVlUL83Jinm0F02QtmOZ7o1wi8HpsR7.png);
}

.buttons .save {
    background-image: url(lWyZs9XmaygPDOS43nPmGGueYZk6yRXAGz7Z1ue969Y.png);
}

.buttons .excel {
    background-image: url(gIQxdXtq70YnIAtbUFEDzQuirbIQ84EK9IdpbNtIAuP.png);
}

.buttons .pdf {
    background-image: url(9j2gjHeL2CwHtqRh6hkEfZlkfy39vTgGbcR1K4Iw8Ge.jpg);
}

.buttons .download {
    background-image: url(MTo0LH3UYf9VZ5jUHdgo411NlYOgqXahyhG1QF7T0Kq.png);
}

.buttons .upload {
    background-image: url(9wVfJRBWH0AjzB74tuVyIa8CKVWkaYgWqPypcjVFPUP.png);
}

.buttons .price {
    background-image: url(xRxQZaXXuOQyJnx002VWmRGwATYQQ2U02wJabGsQ4gY.jpg);
}

.buttons .print {
    background-image: url(9n08BKqMZMLy1fRticHaccj3WuiRYGPM01WlfyHhzaV.png);
}

.buttons .list {
    background-image: url(C99t89t57MIfzKjKJHZuwZZWLqVa98I7YHZy23cWsah.png);
}


.buttons .user {
    background-image: url(m8bAQre4leFROCBTuJTuKfBRFfZlurActbSyzPElCk6.png);
}

.buttons .capture {
    background-image: url(UnqCQThh5OLYMYMc1IPtxRtiFLMyAl83TTiSKiXKoIU.png);
}

.buttons .report {
    background-image: url(0C4zrpRBqYtPTY2ZSRBTYNc6co1amMtoSRVITve419G.png);
}

.buttons .simulate {
    background-image: url(kXeetGUKWE4fTBA7HMoiIH9vT1IBy07NZ0P9483NhA6.png);
}

.buttons .process {
    background-image: url(7ELGGfiqTArb1jhJ4hOw5XAczOK49G56ZH7V8dKHH8l.png);
}

.buttons .activity {
    background-image: url(91mzKH2OgD9YrFItDgcYCiLQC7vcW6ZQEDSx4bqb5De.jpg);
}

.buttons .lock_open {
    background-image: url(er34uw6w2cwlrjOztM7k6QbCYZVlHnnQakoXUZmwBgF.png);
}

.buttons .lock {
    background-image: url(yLnkHjsUbRN3VAD3YAJfgFeVRd2SxmYos3TPZPSSkXB.png);
}

.buttons .required {
    background-image: url(pe8RDQINGlRdL8xRfYcBKQdxmUyR4ZSraR5y9N0YJ97.jpg);
}

.buttons .copy {
    background-image: url(NkYeLDhY3sevf0dZsFVpP0Cyy4EFpesCSOF7WgWBZH8.png);
}

.buttons .rejected {
    background-image: url(VADEEUMPazlUgA9hsDbuIK2vsfJ0fQIBwh7UwQO4awe.jpg);
}

.buttons .help {
    background-image: url(IKDJGL8T5MliU8jfQ4lNSH7quMK8BFsBxcKkQtkm5qt.png);
}

a.skip {
    position: absolute;
    left: -9999px;
}

/* multiselect styles */
.multiselect {
    width: 460px;
    height: 200px;
}

/* Dynamic Data Table styles */
div.cover_div {
    overflow: auto;
    padding: 0px 10px 5px 10px;
    text-align: center;
}

div.cover_div input.add_button {
    cursor: pointer;
    width: 300px;
}

div.cover_div input.button {
    cursor: pointer;
}

table.dynamic_data_table {
    background-color: #FFF;
}

table.dynamic_data_table th {
    width: 100px;
    text-align: center;
}

table.dynamic_data_table td input[type=text] {
    width: 80px;
}

table.dynamic_data_table td input[type=number] {
    width: 100px;
}

table.dynamic_data_table td input[type=file] {
    width: 200px;
}

table.dynamic_data_table td {
    text-align: center;
}

.readonly {
    background-color: #eee;
}

hr {
    border: 0;
    color: #eee;
    background-color: #eee;
    height: 1px;
    width: 100%;
    text-align: left;
}

.clear {
    clear: both;
    margin: 0 !important;
}

#customDataTable table {
    width: 99%;
    border-top: 1px solid #e5eff8;
    border-right: 1px solid #e5eff8;
    border-collapse: collapse;
    color: #333;
    margin: 1em auto;
}

#customDataTable th {
    font-size: 12px;
    text-align: center;
}

#customDataTable td {
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    text-align: center;
    padding: .2em .2em;
    margin: 0;
}

#customDataTable tr.odd td {
    background: #f7fbff;
}

#customDataTable tr.odd .column1 {
    background: #f4f9fe;
}

#customDataTable .column1 {
    background: #f9fcfe;
}

#customDataTable td a {
    text-decoration: none;
}

#customDataTable td a:hover {
    text-decoration: underline;
}

#customDataTable td .radio {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.smallfont {
    font-size: 10px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.cell {
    float: left;
    padding-right: 3px;
}

.row {
    clear: both;
}

.bold {
    font-weight: bold;
}

.comment {
    color: #bbb;
}

.dataTables_wrapper input[type=number] {
    text-align: right;
}

.sensor .red {
    background-image: url(9r7z4husGp8ql8gdvQXq9vFJ0OfG8rITkwkx3MN1Ahi.png);
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    display:inline-block;
}

.sensor .green {
    background-image: url(v8CUHiiexppMInXL22WOtNxO9CKnRWab2azgIBwAit1.png);
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    display:inline-block;
}

.icon {
  display: inline-block;
  padding-left: 20px;
  background-repeat: no-repeat;
}
.icon.magnify { background-image: url(C99t89t57MIfzKjKJHZuwZZWLqVa98I7YHZy23cWsah.png); }
.icon.edit { background-image: url(DQUy9g6SequryVlUL83Jinm0F02QtmOZ7o1wi8HpsR7.png);}
.icon.activity { background-image: url(91mzKH2OgD9YrFItDgcYCiLQC7vcW6ZQEDSx4bqb5De.jpg);}
.icon.delete {background-image: url(bZavSVmMEJWTH8wQWXULLq4lkew0w6YbPqaQNO3Er1W.png);}
.icon.print {background-image: url(9n08BKqMZMLy1fRticHaccj3WuiRYGPM01WlfyHhzaV.png);}
.icon.download {background-image: url(MTo0LH3UYf9VZ5jUHdgo411NlYOgqXahyhG1QF7T0Kq.png);}
.actionButton {
    width: 270px; margin: 4px auto;
}

.actionButton a {
    padding:0em 0em;background-position: 0em center;
}

/* Performance tuning */
div.disabledInput {
    border: 1.7px solid rgb(169,169,169);
    color: rgb(84,84,84);
    display: inline-block;
    background-color: rgb(235,235,228);
    padding: 0.2em 0.4em;
    border-radius: 4px;
    height: 16px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
}

.currentProcessor {
    color: red;
}

.currentProcessor:hover {
    cursor: not-allowed;
}

.disabled:hover {
    cursor: not-allowed;
}

div.standardInput {
    border: 1.7px solid rgb(169,169,169);
    color: rgb(84,84,84);
    display: inline-block;
    background-color: #fcfcfc;
    padding: 0.2em 0.2em;
    border-radius: 4px;
    height: 16px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    cursor: auto;
    margin-bottom: -6px;
}

div.hiddenInput {
    display: none;
}

div.standardInput label{
    color: rgb(169, 169, 169);
    cursor: auto;
    width: initial;
}

div.tooltip {
    position: absolute;
    background: #bbb;
    border: solid #bbb 1px;
    color: white !important;
    padding: 1px;
    opacity: 0.8;
    border-radius: 4px;
}

div .activeBorder{
    border-color: rgb(117, 189, 120);
}

div .inactiveBorder{
    border-color: rgb(202, 192, 192);
}

/*
.ui-tooltip, .arrow:after {
    background: black !important;
    border: 2px solid white !important;
}

.ui-tooltip {
    padding: 10px 20px !important;
    color: white !important;
    border-radius: 20px !important;
    font: bold 14px "Helvetica Neue", Sans-Serif !important;
    text-transform: uppercase !important;
    box-shadow: 0 0 7px black !important;
    width: 50% !important;
}

.arrow {
    width: 70px !important;
    height: 16px !important;
    overflow: hidden !important;
    position: absolute !important;
    left: 50% !important;
    margin-left: -35px !important;
    bottom: -16px !important;
}

.arrow.top {
    top: -16px !important;
    bottom: auto !important;
}

.arrow.left {
    left: 20% !important;
}

.arrow:after {
    content: "" !important;
    position: absolute !important;
    left: 20px !important;
    top: -20px !important;
    width: 25px !important;
    height: 25px !important;
    box-shadow: 6px 5px 9px -9px black !important;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

.arrow.top:after {
    bottom: -20px !important;
    top: auto !important;
}*/
.font_red {color: red;}

.marked-message {
    color: grey;
    font-style: italic;
}

input[type=submit], input[type=button]{
    cursor: pointer;
}

input.delete-button{
    background: url('O0MJa3i1RZZbxVCUnqlS8F8y44Wt20U41NE7nOsMXhY.png') no-repeat top 2px left 2px;
    padding-left: 20px;
}

input.create-button{
    background: url('Rer8tCcxMYllyhPhCLe3LE3dTKWJzY14NsIGnB44IRv.png') no-repeat top 2px left 2px;
    padding-left: 20px;
}

.stripRow tr:nth-child(even) {background: #E2E4FF;}
.stripRow tr:nth-child(odd) {background: white;}

.icon-expand {
    background: url('c9KrjL0amz2HF8KuTNdx6mCkpzoxsHlKPwx1QOd7jr7.png') no-repeat;
    background-size: 10px 10px;
    width: 12px;
    height: 12px;
    display: inline-block;
}

.icon-collapse {
    background: url('tXmzaDYajtskVcAd5rMRGOWM8aA0s9lo06lZYcQxMba.png') no-repeat;
    background-size: 10px 10px;
    width: 12px;
    height: 12px;
    display: inline-block;
}

.icon-expand-column {
    background: url('qfZZlzzOGyVYXHXnOVXSiBc1iHiopKvsZxon3HtZvdi.png') no-repeat;
    background-size: 14px 14px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon-collapse-column {
    background: url('DPyGv4dSCAaytB2gJxrXt3BTdyepv6SXN5zJ0bOjLrF.png') no-repeat;
    background-size: 14px 14px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.risk-status {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.label-clear-w {
    width: auto !important;
}
