﻿/* General Styles
-----------------------------------------------------------*/
html, body {
    height: 100%;
    margin: 0;
    min-height: 100%;
}

html {
    background-color: rgba(216,220,224,1);
    background: rgb(216,220,224); /* Old browsers */
}

tr {
    line-height: 10px;
    height: 25px;
}

.ellipsis {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.overflow-y {
    overflow-y:auto;
}


.float-right {
    float: right;
}

.float-left {
    float: left;
}

.display-none {
    display: none; 
}

.display-inline-block {
    display: inline-block;
}

.display-block {
    display: block !Important;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-12 {
    margin-top: 12px;
}

.margin-top-16 {
    margin-top: 16px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-minus-33 {
    margin-top: -33px;
}

.margin-top-minus-16 {
    margin-top: -16px;
}

.margin-bottom-16 {
    margin-bottom: 16px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-right-16 {
    margin-right: 16px;
}

.margin-left-16 {
    margin-left: 16px;
}

margin-right-10 {
    margin-right: 10px;
}

.margin-left-60 {
    margin-left: 60px;
}

.full-width {
    width: 100% !important;
}

.half-width {
    display: inline-block;
    width: 50%;
}

.nearly-half-width {
    display: inline-block;
    width: 49%;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

.padding-top-3 {
    padding-top:3px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-23 {
    padding-right: 23px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.max-width-1000 {
    max-width: 1000px;
}

.max-width-400 {
    max-width: 400px;
}

.text-align-center {
    text-align: center !important;
}

ul {
    line-height: 16px;
}

.vertical-align-top {
    vertical-align: top;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

/* Details and Form Entry Styles
-----------------------------------------------------------*/
div.narrow-column {
    display: inline-block;
    vertical-align: top;
    width: 350px;
}

.form-input-grouping {
    padding: 25px;
    min-height: 50px;
}

.form-input-grouping.form-input-grouping-read-only
{
    background:white;
}

.form-input-grouping hr,
.form-input-grouping-read-only hr
{
    border-color:#d5d5d5;    
}

.form-input-grouping-padded-bottom {
    padding: 25px;
    padding-bottom: 75px;
    min-height: 50px;
}

.form-input-grouping-narrow {
    padding: 10px;
    min-height: 25px;
}

.form-text-input, .editor-field input[type="text"], .editor-field input[type="number"], .editor-field input[type="password"], .editor-field input[type="email"], .editor-field input[type="url"], .editor-field-larger input[type="password"], .editor-field textarea, .editor-field input[type="tel"], .editor .editor-upload input[type="file"] {
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}

.form-text-input, .editor-field input[type="text"], .editor-field input[type="number"], .editor-field input[type="password"], .editor-field input[type="email"], .editor-field input[type="url"], .editor-field-larger input[type="password"], .editor-field input[type="tel"], .editor .editor-upload input[type="file"] {
    height: 31px;
}

.editor .editor-upload input[type="file"] {
    padding-top:10px;
    padding-bottom:10px;  
    width:290px;
    opacity:0.0 !important;
    filter: alpha(opacity=0);        
    position:absolute;            
}

textarea {
    min-height: 75px;
    padding: 7px;
    margin: 6px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.notes-section textarea {
    width: 100%;
    margin: 0;
}

.upload-file-name { 
    text-overflow: ellipsis;
    width: 215px;
    overflow: hidden;  
    white-space: nowrap;
    height:16px;
    margin-top:5px;
    position:absolute;
}

.dialog .upload-file-name{
     margin-top:14px;
}

.editor  .editor-upload .button {
   margin-top:0px;  
}

.filters .form-text-input, .filters .editor-field input[type="text"], .filters .editor-field input[type="number"], .filters .editor-field input[type="password"], .filters .editor-field input[type="email"], .filters .editor-field input[type="url"], .filters .editor-field-larger input[type="password"], .filters .editor-field input[type="tel"] {
    width: 250px;
}

.filters .advanced-search {
    display: none;
}

.wider-text-input .editor-field {
    max-width: 370px;
}

.wider-text-input input[type="text"], .wider-text-input input[type="url"], .wider-text-input textarea {
    width: 275px !Important;
}

.even-wider-text-input input[type="url"], .even-wider-text-input input[type="text"] input[type="textarea"] {
    width: 409px !Important;
}

.form-input-column {
    display: inline-block;
    vertical-align: top;
    width: 400px;
}

.editor {
    min-height: 41px;
}

    .editor .button {
        margin-top: -6px;
        float: right;
    }

    .editor form {
        float: right;
    }

.editor-label, .editor-field, .editor-field-larger {
    display: inline-block;
}

.editor-label {
    text-align: right;
    width: 145px;
    margin-top: 16px;
    margin-right: 16px;
}

.editor-label-top
{
    vertical-align:top;
    margin-top:0.5em;
}

.stacked-label .editor-label {
    width: 100%;
     text-align: left;
}

.wider-label .editor-label {
    width: 180px;
}

.wider-label .editor-field input {
    width: 250px;
}

.wider-label-160 .editor-label {
    width: 160px;
}

.wider-label-160 .editor-field {
    width: 275px;
}

.wider-label-250 .editor-label {    
    width: 250px;
}

.wider-label-325 .editor-label {    
    width: 325px;
}

.wider-label-400 .editor-label {
    width: 400px;
}

.wider-label .editor-field input {
    width: 400px;
}

.editor-field {
    min-height: 25px;
    width: 285px;
}

    .wider-label-160 > .editor-field,
    .wider-label-250 > .editor-field,
    .wider-label-325 > .editor-field {
        width: auto;
    }

    .editor-field .editor-field-content {
        word-break: break-all;
        word-wrap: break-word;
        height: 25px;
        line-height: 16px;
    }

.short-field .editor-field {
    width: 115px;
}

.short-field .wider-label .editor-field input {
    width: 130px;
}

.editor-field-larger {
    height: 25px;
    max-width: 275px;
}

.editor.large .editor-label {
    width: 175px;
}

.editor-field-trail .entity-selection
{
   min-width: 285px;
   max-width: 285px;
}

.read-mode-only {
    display: none;
}

.read-mode .read-mode-only {
    display: inline-block;
}

.read-mode tr.read-mode-only {
    display:table-row;
}

.read-mode .edit-mode-only {
    display: none;
}

.value-range-input {
    height: 25px;
    padding-left: 7px;
    padding-right: 7px;
    width: 75px;
}

.date-text-input {
    height: 25px;
    padding-left: 7px;
    padding-right: 7px;
    width: 108px;
}

select {
    cursor: pointer;
    padding: 7px;
}

.editor-field div.time select {
    width: auto;
}

.column-data-container {
    max-height: 41px;
}

.total-line .editor-field {
    padding-top: 10px;
}

.page-buttons {
    margin-top: 16px;
    text-align: right;
}

.page-buttons form {
    float: right;
}

.page-buttons-higher {
    margin-top: -33px;
    margin-right: 25px;
    float: right;
    position: relative;
}

.page-buttons-25 {
    margin-top: 25px;
    margin-right: 25px;
    float: right;
    position: relative;
}

    .page-buttons-25 .page-button-group {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 118px;
    }

.editor-controls {
    float: right;
    margin-top: 16px;
    margin-right: 25px;
    display: inline-block;
}

.editor-controls-no-margin-right {
    float: right;
    margin-top: 16px;
    display: inline-block;
}

.input-dropdown select {
    width: 162px;
}

.scrolling-list {
    overflow-y: auto;
}

ul.scrolling-list {
    width: 100%;
    max-height: 174px;
    display: inline-block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}

    ul.scrolling-list li {
        display: block;
        padding: 12px;
    }

.spaced-list li {
    padding: 10px 0px;
}

/* Button Styles
-----------------------------------------------------------*/
.button {
    height: 25px;
    border: none;
    margin-left: 11px;
    margin: 0 0 0 11px;
}

    .button:first-child {
        margin-left: 0;
}

    .button:enabled:hover {
        cursor: pointer;
    }

tr .button, tr form {
    display: inline-block;
}


/* List Page Styles
-----------------------------------------------------------*/
.filters {
    display: inline-block;
    max-width: 1000px;
    vertical-align: top;
}

    .filters .filter-column {
        width: 445px;
        display: inline-block;
        vertical-align: top;
        margin-right: 25px;
    }

    .filters .filter-column-smaller {
        width: 350px;
        display: inline-block;
        vertical-align: top;
        margin-right: 25px;
    }

    .filters .filter {
        display: inline-block;
        padding: 2px;
    }

        .filters .filter label {
            display: inline-block;
            width: 150px;
        }

        .filters .filter .small {
            width: 65px;
        }

        .filters .filter .smallLabel {
            width: auto;
        }

        .filters .filter select {
            width: 251px;
        }

        .filters .filter .filter-checkbox-group {
            min-width: 166px;
            display: inline-block;
        }

            .filters .filter .filter-checkbox-group label {
                width: auto;
            }

            .filters .filter .filter-checkbox-group .filter-checkbox {
                display: inline-block;
            }

.Desc:after {
    content: "▼";
}

.Asc:after {
    content: "▲";
}

table.hover-table, table.display-table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 16px;
    background: #fff;
}

table.service-history-table {
    width: 600px;
    max-width: 800px;
}

table.maintenance-table {
    width: 700px;
    max-width: 800px;
}

.hover-table-grey {
    background-color: white;
}

.hover-table th, .hover-table td {
    padding: 3px 5px;
    text-align: left;
}

    .hover-table th a {
        line-height: 1.2;
        text-decoration: none;
    }

.page-navigation {
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.page-numbers {
    display: inline-block;
    vertical-align: middle;
}

.column-width-1 {
    width: 50px;
    max-width: 50px;
}

.column-width-2 {
    width: 100px;
    max-width: 100px;
}

.column-width-3 {
    width: 150px;
    max-width: 150px;
}

.column-width-4 {
    width: 200px;
    max-width: 200px;
}

.column-width-5 {
    width: 250px;
    max-width: 250px;
}

.column-width-6 {
    width: 300px;
    max-width: 300px;
}

.column-width-7 {
    width: 350px;
    max-width: 350px;
}

.column-width-8 {
    width: 400px;
    max-width: 400px;
}

.column-width-9 {
    width: 450px;
    max-width: 450px;
}

.column-width-10 {
    width: 500px;
    max-width: 500px;
}

.column-width-11 {
    width: 550px;
    max-width: 550px;
}

.column-width-12 {
    width: 600px;
    max-width: 600px;
}

.column-width-13 {
    width: 650px;
    max-width: 650px;
}

.column-width-14 {
    width: 700px;
    max-width: 700px;
}

.width-750 {
    width:750px !Important; 
}

.number-items-label {
    margin-right: 25px;
}

.page-number {
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: middle;
    width: 25px;
}

.pagination {
    padding-bottom: 25px;
    padding-top: 0px;
    float: right;
    clear: right;
}

.filters .filter-controls {
    float: right;
    margin-right: 34px;
    margin-top: 13px;
}

ul.number-of-items {
    display: inline-block;
    list-style: none;
    padding: 0px;
}

    ul.number-of-items li {
        display: inline-block;
    }

        ul.number-of-items li:before {
            content: " | ";
        }

        ul.number-of-items li:first-child:before {
            content: "";
        }

/* Table Styles
-----------------------------------------------------------*/
.table-row {
    height: 25px;
}

.column-image {
    display: block;
    text-align: center;
}

.table-row-error {
    background-color: rgb(255, 217, 217) !Important;
    border-color: rgb(255, 217, 217);
    border-collapse: collapse;
    border-width: 0px;
}

.dropdown-in-table select {
    width: 100%;
}

.place-holder-message {
    text-align: center;
    background-color: white !Important;
}

/* Page specific headers
-----------------------------------------------------------*/
.page-specific-header {
    border-bottom: solid 1px #cbcbcb;
    padding-bottom: 9px;
    margin-bottom: 14px;
}

/* Accordion Page Styles
-----------------------------------------------------------*/

.accordion-section, .section {
    margin-bottom: 2px;
}

.section-header h2 {
    height: 14px;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
}

.accordion-section .section-header h2 {
    margin-left: 31px;
}

.accordion-section .section-header:before {
    float: left;
    content: "\00A0";
    width: 30px;
    height: 14px;
    margin: 0px;
    display: inline-block;
    line-height: 16px;
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.section-content {
    padding: 30px;
}

.canvasArea .accordion-section .section-content {
    padding: 15px;
}

.section-content-no-padding
{
    padding-top:0;
}

.accordion-section > .section-content {
    display: none;
}

.accordion-section.expanded-section > .section-content, .section-content {
    display: block;
}

hr {
    clear: both;
    margin-top: 25px;
    margin-bottom: 25px;
}


/* More details links 
-----------------------------------------------------------*/
.more-details-links {
    margin-top:1em;
    float: right;
}

    .more-details-links ul {
        display: inline-block;
        margin: 0px;
    }

    .more-details-links li {
        display: inline-block;
    }

        .more-details-links li:after {
            content: "|";
            padding-left: 12px;
            padding-right: 12px;
        }

        .more-details-links li:last-child:after {
            content: "\00a0";
            padding-right: 0px;
            padding-left: 0px;
        }

        .more-details-links li.backLink:before {
            content: "\003c";
        }

/* Footer Links
-----------------------------------------------------------*/
.page-footer {
    margin-top: 7px;
    text-align: center;
}

.page-links {
    display: inline-block;
}

    .page-links ul {
        display: inline-block;
    }

    .page-links li {
        display: inline-block;
    }

        .page-links li:after {
            content: "|";
            padding-left: 8px;
            padding-right: 8px;
        }

        .page-links li:last-child:after {
            content: "";
        }

        .page-links li.backLink:before {
            content: "\003c";
        }

/* Alert Message Styles
-----------------------------------------------------------*/
.alert-message {
    padding-left: 25px;
}

#content .alert-message {
    margin: 0px 0px 30px 0px;
}

#messages .alert-message {
    margin: 30px 30px 0px 30px;
}

.floating-div-container {
    position: relative;
}

    .floating-div-container div {
        position: absolute;
        width: 1008px;
        z-index: 1;
    }

.information-message .throbber {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
}

/* Styles to override the jquery.ui styles and display a
/* custom close 'x'
-----------------------------------------------------------*/
.dialog {
    display: none;
}

.ui-icon-closethick {
    background-image: url('Images/cross-glyph.png') !important;
    background-position: center center !important;
    margin-bottom: 10px !important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-icon-closethick {
    width: 20px !important;
    height: 20px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none !important;
    border: none !important;
}

    .ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover {
        padding: 0 !important;
    }

.ui-dialog {
    max-height: none;
    padding: 0; 
}

    .ui-dialog .ui-dialog-titlebar {
        border-bottom: solid 1px #c7c7c7;
        line-height: 12px;
        font-size: 14px;
    }

    .ui-dialog .ui-dialog-title {
        overflow: hidden;
        width: 100%;
        height: 15px;
    }

.ui-dialog-content {
    margin: 11px;
    display: block;
}

.ui-widget {
    font-size: 13px;
    font-family: Verdana, Arial, sans-serif;
}

.ui-widget-header {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #c7c7c7;
    background-image: none;
    background: #FFF;
    font-weight: normal;
}

.ui-widget-content {
    border: 1px solid rgb(53, 53, 53);
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0;
}

.ui-widget-overlay {
    background: black;
    opacity: 0.5;
}

div.horizontal-rule {
    clear: both;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.editor-field-content {
    height: 25px;
    padding-left: 7px;
    padding-right: 7px;
}

input[readonly] {
    cursor: default;
}

.home-message-container {
    padding-left: 30px;
    padding-top : 5px;
    padding-right :30px;
    padding-bottom : 5px;
}

/* Autocomplete
 --------------------------------------------------------------*/

ul.ui-autocomplete {
    z-index: 101;
    max-height: 300px;
    overflow: hidden;
    padding: 3px 5px;
    float: left;
}

    ul.ui-autocomplete li {
        margin: 2px 0;
    }

        ul.ui-autocomplete li div {
            padding: 5px;
            border-radius: 0;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            width: 100%;
            height: 22px;
            display: inline-block;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
        }


/* Advance Search
 --------------------------------------------------------------*/

.advanced-search-link {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.advanced-search {
    padding: 20px 0px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.info-text {
    background-image: url(images/InfoTip.png);
    width: 27px;
    height: 27px;
    vertical-align: middle;
    padding-right: 22px;
    background-repeat:no-repeat;
    cursor: pointer;
}

.info-text-popup {
    text-align:left;
    width: 250px;
    position: absolute;
    top: 45px;
    left: 65px;
    padding-top:10px;
    padding-bottom:10px;
}

.schedules-list-filter-item {
        width: 95px;
    }

#scheduledReport_StartTimeAsTime_Hours, #scheduledReport_StartTimeAsTime_Minutes {
    width: auto;
}

.section-content .editor-label,
.form-input-grouping .editor-label
{
    margin-top:6px;
    vertical-align:top;
}

.form-input-grouping .editor label
{   
    font-size:14px;         
    width:145px;   
}

.editor
{
    vertical-align:top;
}

.editor-field span.editor-field-content
{
    display:inline-block;
    
    min-height:21px;                      
    border:1px solid #dbdbdb;    
    width:260px;
    padding-top:6px;
    overflow:hidden;
    text-overflow:ellipsis;    
    word-wrap :normal;
    white-space: nowrap;    
    
}

.extended-width .editor-field-content {
    width: 320px !important;
}

.extended-width .editor-field {
    width: 400px !important;
}

.wider-label-250 .editor-field span.editor-field-content
{
    width:150px;
}

.wider-label-325 .editor-field span.editor-field-content
{
    width:100px;
}

.wider-label-400 .editor-field span.editor-field-content
{
    width:50px;
}

.checkbeforepayroll .read-mode-only label
{
    width:250px;
    display:inline-block;
}

.checkbeforepayroll span.editor-field-content
{
    width:10em;
}

.column-span-2 editor-label
{
    /*width:91.5%;*/    
}

.column-span-2 .editor-field span.editor-field-content  {
    min-width:260px;
    width: auto !important;
    max-width:757px;
}

.short-field .editor-field span.editor-field-content
{
    width:115px;
}

.short-field .editor-field input
{
    width:130px;
}

#formCreditAdmin {
    height:640px;
    overflow-y:scroll;
}

#startDateScheduleFilter .date-text-input, #endDateScheduleFilter .date-text-input {
    width:98px;
}

#startDateScheduleFilter .filter label, #endDateScheduleFilter .filter label {
    font-size: 15px;
}

.rebrand-fix .registration-number-button {
    margin-top: 4px;
}

.rebrand-fix .editor {
    width: 363px;
    float: left;
}

.rebrand-fix .editor-field {
    width: 108px;
}
.rebrand-fix #RegistrationNo {
    width: 190px;   
}
