﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #ffffff;
    font-size: .85em;
    font-family: Calibri, Helvetica, Arial, Sans-Serif !important;
    margin: 0;
    padding: 0;
    color: #444;
    margin-bottom: 10px;
    min-width: 800px;
}

a
{
    cursor: pointer;
    color: black;
}

    a.pdf::after {
        content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAMFBMVEUAAAApKSqNAQOtra28vL3GxMbSzs3Z2dnk4+PnmpvraWrt293x8vL0QEL1Cw/////SVG2tAAAAAXRSTlMAQObYZgAAAIhJREFUeF4lybENwjAQheHXIGqkTMAKFDSMkYoWmAAU2khBsVeIlJqCERBUNAa8QApA8gA+KQP4chf+6tN7wHQhlUAcCwDxj7/clyCimFJYySLgfgmK45IrOKZwwPzfCZiYd+frSmBfz9Yo3L35dA+BP9/cWpdra22xF1ycKbYbvZw97hQzLRsAz2VGskqtFeUAAAAASUVORK5CYII=') /*/Content/Images/pdf16.png*/;
        position: relative;
        top: 3px;
        margin-left: .15em;
    }

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

.date { width: 5em; }
.time { width: 3em; }

header,
footer,
nav,
section
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    margin-left: 0px;
    margin-right: 0px;
}

header, #header
{
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #26537e;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: none;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
}

footer, #footer
{
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    border: 1px solid #ccc;
    min-height: 75px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=number]
{
    border: 1px solid #ccc;
    padding: 2px;
    color: #444;
    vertical-align: baseline;
    word-break: normal;
}

.searchcriterion input[type="text"]
{
    width: 180px;
}

.searchcriterion select
{
    min-width: 120px;
}

select
{
    margin-left: 0;
    border: 1px solid #ccc;
    padding: 1px;
    font-size: 1.2em;
    color: #444;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border-collapse: collapse;
}

table td
{
    padding: 2px;
    vertical-align: top;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #26537e;
    border: solid 1px #26537e;
    color: #ffffff;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}
/*
nav, 
#menucontainer {
    margin-top: 40px;
}
*/
div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #d33;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #d33;
    background-color: #fee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #d33;
}

.validation-summary-errors ul
{
    list-style-type: none;
    list-style-position: inside;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

button, a.button, input[type=submit] {
    margin: 0;
    padding: .4em 1em;
    background-color: #26537e;
    color: #fff;
    font-weight: bold;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

button:hover,
a.button:hover,
input[type=submit]:hover
{
    cursor: pointer;
}

button:disabled {
    opacity: .35;
    cursor: default;
}

div, ul
{
    margin: 0;
    padding: 0;
    border: 0;
}

/* Custom styles
------------------------------------------------*/
.ui-widget div.ui-state-default
{
    background-image: none;
    background-color: transparent;
    border: 0;
}

.ui-widget div.slick-header-column
{
    background-image: none;
    background-color: #26537e;
    color: white;
}

div.ui-widget-content
{
    color: inherit;
}

div.ui-widget
{
    font-size: 1em;
}

div.slick-cell
{
    padding: 2px;
}

.slick-row input, .slick-row select
{
    width: 100%;
    padding: 0;
    margin: 0;
}

.slick-row input[type=checkbox] {
    vertical-align: middle;
}

*
{
    font-family: Calibri, Helvetica, Arial, Sans-Serif !important;
}

.pagination a
{
    color: #fff !important;
}

.button-section a, .button-section button
{
    position: relative;
    margin-right: .2em;
    min-width: 4em;
}

.button-section a.noMinWidth
{
    min-width: 0 !important;
}

.ui-button .ui-button-text
{
    background-color: transparent;
    color: #fff;
}

.ui-button:hover,
.ui-widget-content button:hover
{
    background-color: #e20026 !important;
    border: 1px solid #ff4d6b;
}

.ui-button:active,
.ui-button,
.ui-widget-content button,
.ui-widget-content button:active
{
    background: #26537e!important;
    color: #fff !important;
    border: 1px solid #26537e;
}

div.section
{
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 600px
}

.leftPanel a.button
{
    display: block;
    margin-bottom: 10px;
}

.leftPanel td
{
    background-color: #eef;
}

.filterPanel
{
    background-color: #eef;
    border: 1px solid #6693be;
}

.current span.ui-button-text
{
    font-size: larger;
}

fieldset
{
    border: 1px solid #bce;
    color: #555;
}

.ui-timepicker-div .ui-widget-header
{
    margin-bottom: 8px;
}

.ui-timepicker-div dl
{
    text-align: left;
}

.ui-timepicker-div dl dt
{
    height: 25px;
    margin-bottom: -25px;
}

.ui-timepicker-div dl dd
{
    margin: 0 10px 10px 65px;
}

.ui-timepicker-div td
{
    font-size: 90%;
}

.ui-tpicker-grid-label
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

input, textarea, select
{
    font-size: 14px;
    text-align: left;
    color: #444;
}

.languageSelection
{
    color: #9ac;
    position: absolute;
    right: 1em;
    z-index: 999;
    top: .4em;
}

#DashboardFiltersForm input
{
    width: auto !important;
}

div.CustomerLabel
{
    clear: both;
    display: inline-block;
    float: none;
    margin-right: 10px;
    font-weight: bolder;
    width: 120px;
}

div.CustomerValue
{
    display: inline-block;
    float: left;
}

.ui-tabs .ui-tabs-panel
{
    padding: 0;
    margin: 1em .7em;
}

ul.maintenances, ul.installs
{
    margin-left: 1em;
}

ul.maintenances li, ul.installs li
{
    padding-bottom: 1em;
}

ul.kits
{
    margin-left: 15px;
}

table td.field
{
    font-weight: bold;
    vertical-align: top;
    padding-right: 10px;
    height: 1.7em;
    white-space: nowrap;
}

.box
{
    display: inline-block;
    padding: 10px;
    border: 1px solid #6693BE;
    background-color: #fcfdfd;
    max-width: 600px;
}

div.leftPanelCollapsed
{
    display: inline-block;
    width: 2.8em;
    z-index: 0;
    border-right: 0px solid #e3e8f7;
}

div.leftPanelExpanded
{
    display: inline-block;
    width: 24em;
    z-index: 0;
    border-right: 0px solid #e3e8f7;
}

div.mainPanel
{
    background-color: #eef;
    border: 1px solid #6693BE;
    position: absolute;
    left: 25em;
    right: .5em;
    top: 43px;
    display: inline-block;
    margin-bottom: 10px;
}

a.offsite
{
    color: #2D77BC !important;
}

a.temporarilyClosed
{
    color: #e82 !important;
}

a.blocked
{ 
    color: red !important; 
} 

.required:empty
{
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border: 1px solid #f55;
}

div .required:empty
{
    display: none;
}

div .selected .required:empty
{
    display: block;
}


#MainPanelDiv
{
    vertical-align: top;
    padding-bottom: 20px;
    position: absolute;
}

.print-only
{
    display: none;
    visibility: collapse;
}

#ContentPanel
{
    margin: 10px;
}

p.auditInfo
{
    display: block;
    height: auto;
    font-size: .9em;
}

    p.auditInfo span
    {
        display: block;
    }

button
{
    vertical-align: top;
}

.ui-datepicker table
{
    display: table;
}

/* *********************************** REVISED *********************************** */

#header
{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 2.5em;
    text-align: right;
    background-color: #46739e;
    border-bottom: 3px solid #E20026;
}

#header #navigation
{
    position: absolute;
    right: 160px;
    top: 0;
    text-align: left;
}

#header #bannerMessage
{
    position: absolute;
    left: 10px;
    top: 7px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 16px;
    background-color: #E20026;
    font-style: normal;
    padding: 3px;
    height: 22px;
    max-height: 22px;
}

#navigation ul {
    margin: 0
}


#navigation ul li
{
    display: inline;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 999;
}

#navigation li a
{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: .5em 1em;
}

#navigation li a:hover
{
    background-color: #6693BE;
}

#navigation li a:active
{
    font-weight: inherit;
}

#navigation li ul {
    background-color: white;
    color: white;
    left: 0;
    padding: 0;
    position: absolute;
    top: 2.5em;
    min-width: 180px;
}

#navigation li ul li
{
    clear: both;
    width: 100%;
    background-color: #6693BE;
    border-top: 1px dotted #fff;
}

ul.sub
{
    display: none;
}

#navigation li ul.menuopen
{
    display: block !important;
}

#LeftPanelInnerDiv
{
    margin-top: .5em;
}

#ToggleLeftPanelDiv
{
    height: 1.4em;
    background-color: #26537E;
    color: #fff;
    font-size: x-large;
    text-align: center;
    cursor: pointer;
}

div.mainPanel.expanded
{
    left: 4em;
}

[data-IsObsolete=true]
{
    background-color: red !important;
    color: white !important;
}

.metro-button
{
    margin: 0;
    padding: 3px 8px;
    background-color: gray;
    color: white !important;
}

#editKitDetailsDialog p
{
    margin: .75em 0 1.25em 0;
    padding: 0;
}

.scrollbarY
{
    overflow-y: auto;
    overflow-x: hidden;
}

.break-word
{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
}

.button.small, button.small
{
    padding: .15em .6em .15em .6em !important;
}

td
{
    line-height: 1.4em;
}

input, textarea, select
{
    margin: 0;
}

select[multiple]
{
    min-width: 400px;
}

[readonly] { background-color: #eee }

.slick-grid {
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.slick-viewport, .slick-grid-header {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.warn
{
    background-color: #e20026;
    color: white;
}

#logonDialog li
{
    list-style-position: inside;
}

.button-section { z-index: 9999 }

/* GRID Deleted items */
.slick-grid .slick-row.isdeleted .slick-cell {
    background-color: #fed;
    color: #666;
}
.slick-grid .slick-row .slick-cell.isdeleted {
    color: #d33;
    text-decoration: line-through;
}
.slick-grid .slick-row.isdeleted a {
    color: inherit;
}

/* End of GRID Deleted items */

.red { background-color: #e33; }



/* NEW tabs */

div[data-simpletabs=true] > div,
div.tabs > div {
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 1em;
    width: auto;
    border-radius: 0 3px 3px 3px;
    padding: .7em .7em 1.4em .7em;
}

div[data-simpletabs=true] > ul,
div.tabs > ul {
    display: inline-block;
}

div[data-simpletabs=true] > ul li,
div.tabs > ul li {
    position: relative;
    top: 1px;
    list-style-type: none;
    vertical-align: middle;
    display: inline-block;
    background-color: #46739e;
    margin: 0;
    border: 1px solid transparent;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
}

div[data-simpletabs=true] > ul li.active,
div[data-simpletabs=true] > ul li.active:hover,
div.tabs > ul li.active,
div.tabs > ul li.active:hover {

    background-color: #fff;
    z-index: 5;
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

div[data-simpletabs=true] > ul li a,
div.tabs > ul li a {
    padding: .4em .8em .4em .8em;
    margin: 0;
    color: white;
    text-decoration: none; 
    font-weight: bold;
    display: block;
}

div[data-simpletabs=true] > ul li:hover
div.tabs > ul li:hover {
    border-color: #ff4d6b;
    background: #e20026;
}

div[data-simpletabs=true] > ul li.active a,
div.tabs > ul li.active a {
    color: #2e7da3;
}

.queueCounter {
    background-color: white; 
    color: blue;
    padding: 0 0.3em;
    margin-left: .15em;
    text-decoration: none;
}


/* new */
.button, button { 
    font-size: 1em 
}

.page { 
    position: relative; 
    margin: .3em;
}
.container {
    background-color: #eef;
    border: 1px solid #6693BE;
    border-radius: 5px;
    padding: 3px;
    margin: 0 0 1em 0;
}
.title {
    background-attachment: scroll;
    background-clip: border-box;
    background: #26537e url("/Content/jqueryui/images/ui-bg_gloss-wave_55_26537e_500x100.png") 50% 50% repeat-x;
    border-radius: 5px;
    color: white;
    font-size: 1.25em;
    font-weight: bold;
    background-origin: padding-box;
    padding: 0.35em .5em;
}
.content {
    margin: 1em;
}

.button-section {
    margin: .6em .3em;
}


.data-table tbody tr {
    background-color: white;
}

    .data-table tbody tr td {
        border: 0;
        border-right: 1px dotted #ccc;
        border-bottom: 1px solid #ccc;
    }

.data-table tbody td, .data-table thead th {
    padding: .4em .5em;
    vertical-align: middle;
}

.data-table input[type=checkbox] {
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
}

.clickable { cursor: pointer; }