﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.bg-test-mode {
    background-color: #0099CC;
}

.bg-live-mode {
    background-color: #212121;
}

.bg-dev-mode {
    background-color: #c62828;
}

.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    /*max-width: 280px;*/
    padding: 0px 2px;
}

    input[type='number'] {
        -moz-appearance: textfield;
    }

    input {margin:0px;}

    input[disabled],select[disabled],textarea[disabled]{
        color:blue;
        font-weight:bold;
    }
/* Icons */
.button-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    cursor: pointer;
    vertical-align: text-bottom;
}

.checkmark-icon {
    background: url(images/checkmark.png) left top no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.run-icon {
    background: url(images/run.png) left top no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.edit-icon {
    background: url(images/pencil-16.png) left center no-repeat;
}

.split-icon {
    background: url(images/split.png) left center no-repeat;
}

.alert-icon {
    background: url(images/alert.png) left center no-repeat;
}

.money-icon {
    background: url(images/Money.png) left center no-repeat;
}

.nomoney-icon {
    background: url(images/NoMoney.png) left center no-repeat;
}

.hold-icon {
    background: url('images/hand-stop.png') left center no-repeat;
}

.open-icon {
    background: url('images/open-icon.png') left center no-repeat;
}

.renew-icon {
    background: url('images/renew.png') left center no-repeat;
}

.excel-icon {
    background: url(images/excel.png) left center no-repeat;
}

.change-icon {
    background: url('images/administrator1-edit-16x16.gif') left center no-repeat;
}

.chat-icon {
    background: url('images/chat-bubble-icon.png') left center no-repeat;
}

.reorder-icon {
    background: url(images/reorder.png) left center no-repeat;
}

.email-icon {
    background: url('images/Email_icons_046.gif') left center no-repeat;
}

.details-icon {
    background: url(images/details.png) left center no-repeat;
}

.delete-icon {
    background: url(images/delete.png) left center no-repeat;
}

.print-icon {
    background: url(images/print.png) left center no-repeat;
}

.back-icon {
    background: url(images/back.png) left center no-repeat;
}

.forward-icon {
    background: url(images/forward.png) left center no-repeat;
}

.collapse-icon {
    background: url(images/collapse2-16.png) left center no-repeat;
}

.expand-icon {
    background: url(images/ExpandMore-16.png) left center no-repeat;
}

.save-icon {
    background: url(images/save.png) left center no-repeat;
}

.add-icon {
    background: url(images/add.png) left center no-repeat;
}

.cancel-icon {
    background: url(images/cancel.png) left center no-repeat;
}

.search-icon {
    background: url(images/search.png) left center no-repeat;
}

.complete-icon {
    background: url(images/complete.png) left center no-repeat;
}

.uncomplete-icon {
    background: url(images/uncomplete.png) left center no-repeat;
}

.calculator-icon {
    background: url(images/calculator.png) left center no-repeat;
}

.copy-icon {
    background: url(images/copy.png) left center no-repeat;
}

.attach-icon {
    background: url(images/attach.png) left center no-repeat;
}

.detach-icon {
    background: url(images/detach.png) left center no-repeat;
}

.trash-icon {
    background: url(images/trash.png) left center no-repeat;
}

.success-icon {
    background: url(images/checkmark.png) left top no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
}

.fail-icon {
    background: url(images/delete.png) left top no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
}

.switch-on-icon {
    background: url(images/switch-on-icon.png) left center no-repeat;
}

.switch-off-icon {
    background: url(images/switch-off-icon.png) left center no-repeat;
}

.download-icon {
    background: url(images/download.png) left center no-repeat;
}

.upload-icon {
    background: url(images/Upload.png) left center no-repeat;
}

.unrelease-icon {
    background: url(images/unlock.png) left center no-repeat;
}

.release-icon {
    background: url(images/lock.png) left center no-repeat;
}

.yell-icon {
    background: url(images/yell-icon.png) left center no-repeat;
}

.unlock-icon {
    background: url(images/unlock.png) left center no-repeat;
}

.lock-icon {
    background: url(images/lock.png) left center no-repeat;
}

div#spinner {
    display: none;
    width: 200px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url(images/spinner.gif);
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    /*border:1px solid #666;*/
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
}

.btn {
    padding: 3px 6px;
    background-color: lightblue;
}
.btn-primary {
    color: black;
}

.taboption {
    border: 1px solid black;
    padding: 7px 14px;
    border-radius: 5px 5px 0px 0px;
    color: #454545;
    cursor: pointer;
    background-color: lightblue;
    text-decoration: none;
    white-space: nowrap;
}

    .taboption:hover {
        background-color: cornflowerblue;
    }

.tabstrip {
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid black;
    background-color: #eeeeee;
    line-height:35px;
}

.tabselected {
    color: white;
    background-color: dodgerblue;
}

    .tabselected:hover {
        color: white;
        background-color: dodgerblue;
    }

.directortab {
    border: 1px solid black;
    padding: 7px 14px;
    border-radius: 5px 5px 0px 0px;
    color: #454545;
    cursor: pointer;
    background-color: white;
    text-decoration: none;
    display:inline-block;
}

div.copyright {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #eee;
    border: 1px solid #ddd;
    z-index:1;
}

table.formtable th {
    padding: 0px 5px 0px 5px;
    vertical-align: bottom;
}

table.formtable td, th {
    padding: 0px 5px 0px 5px;
    vertical-align: top;
}

td.formlabel, div.formlabel {
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    display: inline;
}

td.fielddisplay, div.fielddisplay {
    text-align: left;
    font-weight: bold;
    color: blue;
    display: inline;
}

td.numericdisplay, div.numericdisplay {
    text-align: right;
    font-weight: bold;
    color: blue;
    display: inline;
}


fieldset {
    font-family: sans-serif;
    border: 5px solid #1F497D;
    background: #eeeeee;
    border-radius: 5px;
    padding: 0px 15px 0px 15px;
}

    fieldset legend {
        background: #1F497D;
        color: #fff;
        padding: 2px 5px;
        font-size: 1.2em;
        border-radius: 5px;
        box-shadow: 0 0 0 5px #ddd;
        margin-left: 0px;
        margin-bottom: 0px;
        width: auto;
    }


.fieldlabel {
    text-align: right;
    font-weight: bold;
    color: black;
    display: inline;
    padding-right: 3px
}

.fielddisplay {
    text-align: left;
    font-weight: bold;
    color: blue;
    display: inline;
    padding-right: 10px;
}

.fieldedit {
    text-align: left;
    font-weight: bold;
    color: blue;
    display: inline;
    padding-right: 10px;
}

.rightside {
    float: right;
}

.smallnumber {
    width: 50px;
}

.number {
    width: 100px;
}

.small-number {
    width: 50px;
}

.string-long {
    width: 400px;
    max-width: 400px;
}

.string-verylong {
    width: 600px;
    max-width: 600px;
}

.string-medium {
    width: 300px;
    max-width: 300px;
}

.string-normal {
    width: 200px;
    max-width: 200px;
}

.string-short {
    width: 120px;
}

.string-shorter {
    width: 90px;
}

.string-veryshort {
    width: 60px;
}

.string-tiny {
    width: 35px;
}

.datefield {
    width: 100px;
}

.navbar-nav > li > a.MainMenuSelectedTab {
    color: yellow;
    font-size: 1.5em;
}

.notimplemented {
    color: gray;
}

.uppercase {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.bigger {
    font-size: 1.2em;
}

.smaller {
    font-size:0.8em;
}

tr.jobopen td {
    color: black;
}

tr.jobcomplete td {
    color: green;
}

tr.jobinvoiced td {
    color: blue;
}

table.bordered td, th {
    border: 1px solid black;
    padding: 2px 5px;
}

table.noborder td {
    border: none;
    padding: 2px 5px;
}

table.noborder th {
    border: none;
    padding: 2px 5px;
}

.scrollable {
    height: 600px; /* Just for the demo          */
    overflow-y: auto; /* Trigger vertical scroll    */
    display: block;
}

.voided {
    color: lightgray;
}

#img {
    position: absolute;
    width: 1124px; /*image width */
    height: 633px; /*image height */
}

table.greenbar tr:nth-child(even) {
    background-color: powderblue;
}

table.greenbar tr:nth-child(odd) {
    background-color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
    font-size: 1.3em;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        color: lawngreen;
    }

.navbar-nav > li > a.MainMenuSelectedTab {
    color: yellow;
}

.navbar-inverse .navbar-brand {
    color: white;
}


.divider {
    width: 100%;
    text-align: left;
    border-bottom: 3px solid #000;
    line-height: 0.1em;
    margin: 10px 0 10px;
    padding-left: 20px;
}

.divider span {
    color: white;
    background-color: dodgerblue;
    padding: 5px 10px;
    font-weight: bold;
}

.homepage {
    left: 0;
    margin: auto;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

.legendid {
    color:yellow;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 4px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 2px 5px;
    border-bottom: 1px solid #111;
    background-color:lightgray;
   
}

.dataTables_wrapper .dataTables_filter{
    float:left;
    display:inline-block;
}

.dataTables_wrapper .dataTables_length {
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_paginate {
    float: left;
    display: inline-block;
}

.dataTables_wrapper .dataTables_info {
    float: right;
    text-align: right;
}

.dataTables_wrapper .dt-buttons {
    display: inline-block;
    float: right;
    padding-left: 10px;
}

.dataTables_wrapper {
    background-color:lightblue;
    border:2px solid black;
    padding:5px;
}

.form-col {
    float: left;
    padding: 0px 10px 0px 0px;
    /*min-height: 400px;*/
}

.form-row {
    width: 100%;
}
    .form-row:after {
        content: "";
        display: table;
        clear: both;
    }

.blue {
    color: blue;
}

.bg-blue {
    background-color: blue;
}

.red {
    color: red;
}

.bg-red {
    background-color: red;
}

.green {
    color:green;
}

.bg-green {
    background-color: green;
}

.brightgreen {
    color: #00bb00;
}

.bg-brightgreen {
    background-color: #00bb00;
}

.silver {
    color: silver;
}

#watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.5;
    z-index: 99;
    color: yellow;
    font-size: 3em;
}

hr {
    color:black;
    padding: 0px;
}

.ui-dialog .ui-dialog-title {
    text-align: center;
    width: 100%;
}

.ui-dialog-titlebar-close {
    padding: 0 !important;
}

    .ui-dialog-titlebar-close:after {
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block;
        /* Change path to image*/
        background-image: url(themes/base/images/ui-icons_777777_256x240.png);
        background-position: -96px -128px;
        background-repeat: no-repeat;
    }

.column-fields input {
    float: right;
}

.column-fields .fielddisplay {
    float: right;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: lightcyan;
    color: black;
    background-clip: border-box;
    border: 5px solid black;
}

.card-header {
    padding: 10px 10px;
    margin-bottom: 0;
    background-color: cyan;
    border-bottom: 5px solid black;
    font-size: 1.5em;
}

.close {
    position: absolute;
    top: 10px;
    right: 5px;
    color: inherit;
    font-size: 1.2em;
}

.multiselect-col {
    float: left;
    padding: 10px;
    min-height: 400px;
}

.multiselect-row {
    width: 100%;
}
    /* Clear floats after the columns */
    .multiselect-row:after {
        content: "";
        display: table;
        clear: both;
    }

.multiselect-col select {
    height: 400px;
}

.text-danger{
    color: red;
}

.collapse-ctrl {
    font-style: italic;
    cursor: pointer;
    background-color: greenyellow;
}

.hscroll th, td {
    white-space: nowrap;
}


/* checkbox style */
label {
    display: inline;
}

.regular-checkbox {
    display: none;
}

    .regular-checkbox + label {
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 9px;
        border-radius: 3px;
        display: inline-block;
        position: relative;
        vertical-align: bottom;
        margin-right: 5px;
    }

        .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    .regular-checkbox:checked + label {
        background-color: #fafafa;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
        vertical-align: bottom;
    }

        .regular-checkbox:checked + label:after {
            content: '\2714';
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 3px;
            color: blue;
        }

    .regular-checkbox:disabled + label {
        background-color: #e9ecee;
    }

.big-checkbox + label {
    padding: 18px;
}

.big-checkbox:checked + label:after {
    font-size: 28px;
    left: 6px;
}

.tag {
    font-family: Arial, sans-serif;
    width: 200px;
    position: relative;
    top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
}

.radio-1 {
    width: 193px;
}

.button-holder {
    float: left;
}

/* RADIO */

.regular-radio {
    display: none;
}

    .regular-radio + label {
        -webkit-appearance: none;
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 9px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
    }

    .regular-radio:checked + label:after {
        content: ' ';
        width: 12px;
        height: 12px;
        border-radius: 50px;
        position: absolute;
        top: 3px;
        background: #99a1a7;
        box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
        text-shadow: 0px;
        left: 3px;
        font-size: 32px;
    }

    .regular-radio:checked + label {
        background-color: #e9ecee;
        color: #99a1a7;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
    }

        .regular-radio + label:active, .regular-radio:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

.big-radio + label {
    padding: 16px;
}

.big-radio:checked + label:after {
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px;
}

/*body {
    color: white;
    background-color: black;
}

fieldset {
    color: white;
    background-color: black;
}

input,select,textarea {
    background-color: orange;
    color: white;
}

    input:focus, select:focus, textarea:focus {
        background-color: red;
        color: yellow;
    }

    input[disabled],select[disabled],textarea[disabled] {
        background-color: black;
        color: yellow;
    }

.fieldlabel {
    background-color:black;
    color:white;
}*/

input:focus, select:focus, textarea:focus {
    background-color: yellow;
}

.ErrorsOnNewLine .field-validation-error {
    display: block;
}
