﻿html {
    margin: 0;
    padding: 0;
}

body {
    /*background: url("../Images/Cardinal_N background.jpg") no-repeat 50% 50% fixed;*/
    background: #DFDBD7;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding-top: 10px;
    color: #333;
    /*border-top: solid 10px #000;*/
}

textarea {
    outline-color: lightgray;
}

    textarea:focus {
        outline: none !important;
        border-color: lightgray;
        /*box-shadow: 0 0 10px #719ECE;*/
    }

.well {
    /*border: 5px solid #eee;*/
    border-collapse: collapse;
    /*background: #F7F7F5;*/
    border-color: #8C8585;
    background: #DFDBD7;
    border-style: solid;
    border-width: thin;
}

.cti-red-bar {
    z-index: 1001;
    border-bottom: 4px solid #ffb500;
    position: fixed;
    top: 51px;
    left: 0;
    width: 100%;
    /*right: 10px;*/
    /*clear: both;*/
}

.cti-well-margin {
    margin-top: -15px;
}

.cti-well-margin-treeview {
    margin-top: 32px;
}

.cti-well-fullscreen {
    margin-top: 65px;
}

.cti-container-margin-treeview {
    padding: 0;
    margin-left: -10px;
}

.cti-container-margin-settings-treeview {
    padding: 0;
    margin-top: 10px;
    margin-left: -10px;
}

/* set checkbox to the center of the cell in kendo mvc grid*/
.cti-inline-chkbox {
    text-align: center;
}

.cti-listitem {
    cursor: default;
}

    .cti-listitem.k-state-selected {
        color: blue;
    }

.cti-notification-button {
    margin-top: 10px;
}

.cti-popup-view {
    width: 100% !important;
}

/* set background color of kendo popup title bar*/
.k-window-titlebar.k-header {
    background: #8f8f8f;
    color: white;
    /*font-weight: bold;*/ /*set font-weight to the titlebar*/
}

/*set kendo radio buttons disabled color to match checkboxes*/
:disabled.k-radio + .k-radio-label {
    color: #a1a1a1 !important;
}

/*use stop address a table space where needed*/
span.tab {
    padding: 0 80px; /* Or desired space*/
}

/* These classes are used to adjust the bootstrap column gutter width */
/*20px gutter*/
.gutter-20.row {
    margin-right: -10px;
    margin-left: -10px;
}

.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
/*10px gutter*/
.gutter-10.row {
    margin-right: -5px;
    margin-left: -5px;
}

.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

/*0px gutter*/
.gutter-0.row {
    margin-right: 0;
    margin-left: 0;
}

.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

/*bootstrap 5 column grid support*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*Ticket status icons*/
.cti-ticket-paid {
    display: inline-block;
    background: url('../Images/cti-sprites.png') no-repeat;
    background-position: -137px -215px;
    width: 32px;
    height: 32px;
}
    /*Ticket Icons*/
    .cti-ticket-paid.cti-paid-ct-unpaid {
        background-position: -132px -33px;
        width: 32px;
        height: 32px;
    }

    .cti-ticket-paid.cti-paid-ct-paid {
        background-position: 0 -66px;
        width: 32px;
        height: 32px;
    }

    .cti-ticket-paid.cti-paid-ct-void {
        background-position: -99px -33px;
        width: 32px;
        height: 32px;
    }

    .cti-ticket-paid.cti-paid-ct-bankruptcy {
        background-position: -99px 0;
        width: 32px;
        height: 32px;
    }

    .cti-ticket-paid.cti-paid-ct-timePay {
        background-position: -33px -66px;
        width: 32px;
        height: 32px;
    }

    .cti-ticket-paid.cti-paid-ct-warning {
        background-position: -33px -33px;
        width: 32px;
        height: 32px;
    }

    .cti-ticket-paid.cti-paid-ct-export {
        background-position: 0 -165px;
        width: 32px;
        height: 32px;
    }

    .cti-ticket-paid.cti-paid-ct-hold {
        background-position: -132px -132px;
        width: 32px;
        height: 32px;
    }

    .cti-ticket-paid.cti-paid-ct-encumbrance {
        background-position: -33px 0;
        width: 32px;
        height: 32px;
    }

    .cti-ticket-paid.cti-paid-ct-appealaccepted {
        background-position: 0 -33px;
        width: 32px;
        height: 32px;
    }

    .cti-ticket-paid.cti-paid-ct-appealed {
        background-position: -132px 0;
        width: 32px;
        height: 32px;
    }

    .cti-ticket-paid.cti-paid-ct-appealdenied {
        background-position: -66px 0;
        width: 32px;
        height: 32px;
    }

    .cti-ticket-paid.cti-paid-ct-collection {
        background-position: -1px -234px;
        width: 32px;
        height: 21px;
    }


.cti-offscreen {
    position: absolute;
    right: 101%;
    overflow: hidden;
}

/* mavbar settings
----------------------------------------------------------*/
#brand-image {
    height: 45px;
    top: 0;
}

/* This style should explicitly set your navbar to a certain height */
.navbar, .navbar div, .navbar-brand, .navbar-header {
    min-height: 50px;
    background: #351c15 !important;
}

/* This style should set your navbar hover text color */
.nav.navbar-nav li a:hover {
    color: #ffb500;
}

/* navbar glyphicaon color */
.navbar-inverse .navbar-nav > li > a {
    color: white;
}

/* set the glyphicon height for navbar */
.glyphicon.glyphicon-th, .glyphicon.glyphicon-cog, .glyphicon.glyphicon-info-sign, .glyphicon.glyphicon-bell, .glyphicon.glyphicon-user {
    font-size: 21px;
}

.glyphicons.glyphicons-user, .glyphicons.glyphicons-info-sign, .glyphicons.glyphicons-government, .glyphicons.glyphicons-money, .glyphicons.glyphicons-show-thumbnails, .glyphicons.glyphicons-settings, .glyphicons.glyphicons-pending-notifications {
    font-size: 21px;
    margin-bottom: -3px;
    margin-top: -4px;
}

/* settings for Notification Menu */
.notification-item {
    min-width: 550px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.notification-break {
    margin-top: 0;
    margin-bottom: 0;
}
/*----------------------------------------------------------*/


/*VJ 02/10/17: center and enlarge car glyphicon on kendo grid button*/
.glyphicons.glyphicons-car {
    font-size: 1.5em;
}

    .glyphicons.glyphicons-car:hover {
        color: #333;
    }

.k-button .glyphicons {
    margin-top: -5px;
    margin-left: -7px;
}
/*-----------------------------*/



/* set the glyphicon button height for master name and name search */
.cti-input-button {
    height: 24px;
    width: 40px;
    padding: 0 0 0 0;
}

/* set the glyphicon image height for master name and name search */
.search-icons .glyphicon.glyphicon-search, .search-icons .glyphicon.glyphicon-user {
    font-size: 15px;
}

/*
VJ-07/25/17: Use the DejaVu Sans font for display and embedding in the PDF file.
The standard PDF fonts have no support for Unicode characters.
*/
.pdf-page {
    font-family: "DejaVu Sans", "Arial", sans-serif;
}

/*attachment count*/
.attachment-notify {
    background: transparent;
    position: relative;
    top: -5px;
    left: -10px;
    text-decoration: none;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.position-left {
    left: 0;
}

.position-right {
    right: 0;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/*validation errors*/
.error {
    color: #a94442;
    font-weight: normal;
    font-size: .95em;
}

/*login status*/
.loginstatus {
    color: #a94442;
    font-weight: bolder;
    font-size: 1.0em;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #8f8f8f;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #8f8f8f;
        outline: none;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
#content-wrapper {
    background: transparent;
    margin: 0 auto;
    /*max-width: 960px;*/
    padding-top: 10px;
}

.ctimain-content {
    background: transparent;
    clear: both;
    padding-bottom: 20px;
}

.content-wrapper-full {
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
}

.dvMainContent {
    margin: 10px 10px 10px 10px;
}

header .content-wrapper .content-wrapper-full {
    padding-top: 10px;
}

/* begin footer layout */
footer {
    z-index: 1001;
    background-color: #222222;
    border-color: #080808;
    color: #999999;
    font-size: 1em;
    height: 28px;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 4px 0 6px 4px;
    left: 0;
    clear: both;
}

.footer-alignleft {
    float: left;
}

.footer-alignright {
    float: right;
    padding-right: 16px;
}
/* end footer layout */

/* begin action bar layout */
.action-bar {
    z-index: 1001;
    background-color: #8C8585;
    border-color: red;
    border-width: 1px;
    color: #080808;
    font-size: 1em;
    height: 44px;
    width: 100%;
    position: fixed;
    top: 55px;
    left: 0;
    padding: 2px 2px 2px 2px;
    clear: both;
}

.action-bar-treeview {
    z-index: 1001;
    background-color: #8C8585;
    color: #FFFFFF;
    font-size: 1em;
    height: 44px;
    position: fixed;
    /*top: 46px;*/
    top: 55px;
    left: 0;
    width: 80%;
    right: 10px;
    margin-left: 20%;
    clear: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.action-bar-window {
    z-index: 1002;
    background-color: #8C8585;
    color: #FFFFFF;
    font-size: 1em;
    height: 44px;
    position: fixed;
    /*top: 46px;*/
    top: 55px;
    left: 0;
    width: 80%;
    right: 10px;
    margin-left: 20%;
    clear: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.action-bar-bootstrap-window {
    z-index: 1001;
    background-color: #8C8585;
    color: #080808;
    font-size: .80em;
    height: 30px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*padding: 2px 2px 2px 2px;*/
    clear: both;
    margin-bottom: 5px;
}

.action-bar-kendo-window {
    z-index: 11000;
    background-color: #8C8585;
    color: #FFFFFF;
    font-size: 1em;
    height: 44px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 10px;
    margin-left: 0;
    clear: both;
}

.action-bar-popup-window {
    z-index: 1003;
    background-color: #8C8585;
    color: #080808;
    font-size: 1em;
    height: 44px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*padding: 2px 2px 2px 2px;*/
    clear: both;
    margin-bottom: 5px;
}

.action-bar-align-left {
    float: left;
}

.action-bar-align-right {
    float: right;
}

.action-bar-align-center {
    text-align: center;
}

.action-bar-pad-right {
    padding-right: 20px;
}

.action-bar-pad-left {
    padding-left: 20px;
}

.action-bar-title {
    color: #080808;
    font-size: 3em;
    float: left;
    padding-left: 20px;
    padding: 8px 0 0 0;
}

#action-bar-menu-title {
    color: #080808;
}

.action-bar-left {
    float: left;
    padding: 0 2px 0 0;
    width: 25%;
}

.action-bar-middle {
    top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.action-bar-right {
    float: right;
    padding: 0 0 0 20px;
    width: 25%;
}

#action-bar-alerts {
    color: crimson;
    font-size: 1.1em;
    padding: 8px 0 0 0;
}

    #action-bar-alerts:hover {
        color: white;
    }

/* end action bar layout */

/*new action bar*/
#actionbar-wrap {
    z-index: 1001;
    background-color: #8f8f8f;
    color: #FFFFFF;
    font-size: 1em;
    height: 44px;
    position: fixed;
    /*top: 46px;*/
    top: 55px;
    left: 0;
    width: 100%;
    right: 10px;
}

#actionbar-area-full {
    font-size: 1.3em;
    float: left;
    padding: 4px;
    margin-left: 5px;
}

#actionbar-area-left {
    font-size: 1.3em;
    /*width: 160px;*/
    width: 55%;
    float: left;
    padding: 4px;
    margin-left: 5px;
}

#actionbar-area-left-reports {
    font-size: 1em;
    /*width: 160px;*/
    width: 55%;
    float: left;
    padding: 4px;
    margin-left: 5px;
}

#actionbar-title {
    color: white;
}

.actionbar-title {
    color: white;
}

#actionbar-alerts {
    color: crimson;
}

.actionbar-softmessage {
    color: lightgray;
    font-size: .85em;
}

.popup-softmessage {
    color: #8f8f8f;
    font-size: 1em;
    float: right;
    position: relative;
    top: -40px;
    left: -50%; /* or right 50% */
    text-align: left;
}


#actionbar-area-right {
    font-size: 1.3em;
    /*width: 450px;*/
    width: 35%;
    float: right;
    margin-right: 15px;
    margin-left: 5px;
    padding-top: 5px;
}

.actionbar-buttons {
    font-size: .70em;    
    padding-right: 10px;
}

.actionbar-icons .glyphicon.glyphicon-triangle-left, .actionbar-icons .glyphicon.glyphicon-triangle-right, .actionbar-icons .glyphicon.glyphicon-paperclip, .actionbar-icons .glyphicon.glyphicon-pencil, .actionbar-icons .glyphicon.glyphicon-alert, .actionbar-icons .glyphicon.glyphicon-remove {
    font-size: 1.1em;
    padding: 8px 0 0 0;
}

.actionbar-icons .glyphicons.glyphicons-paperclip, .glyphicons.glyphicons-note-empty, .glyphicons.glyphicons-note, .glyphicons.glyphicons-alert {
    padding: 4px 0 0 0;
}

.actionbar-icons .glyphicons.glyphicons-map-marker {
    padding: 4px 0 0 0;
}

.actionbar-icons .glyphicons.glyphicons-alert:hover, .glyphicons.glyphicons-paperclip:hover, .glyphicons.glyphicons-note:hover, .glyphicons.glyphicons-note-empty:hover, .glyphicons.glyphicons-map-marker:hover, .glyphicon.glyphicon-triangle-left:hover, .actionbar-icons .glyphicon.glyphicon-triangle-right:hover, .actionbar-icons .glyphicon.glyphicon-paperclip:hover, .actionbar-icons .glyphicon.glyphicon-pencil:hover, .actionbar-icons .glyphicon.glyphicon-alert:hover, .actionbar-icons .glyphicon.glyphicon-remove:hover {
    color: white;
}

/*FlyWriter*/
.flywritermenuitem:hover {
    background-color: lightgray;
    color: #0094ff;
}

/*AJAX busy wait*/
#dvBusyWait, .busywait {
    position: absolute;
    background: url('../Images/loading_2x.gif') no-repeat center center;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

/************************************************************************************
Action Bar Media Queries
*************************************************************************************/
/* for 760px or less */
@media screen and (max-width: 760px) {
    #actionbar-wrap {
        height: 34px;
        font-size: .70em;
    }
}

@media screen and (max-width: 760px) {
    .action-bar-treeview {
        margin-left: 0;
        width: 100%;
    }

    .action-bar-window {
        margin-left: 0;
        width: 100%;
    }
}



/*drop down styles */

/*.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}*/

/*end new action bar*/

/*bootstrap modal window settings*/
.modal-content {
    width: 85% !important;
    margin: 30px auto !important;
    background-color: lightgray;
}


.align-center {
    text-align: center;
}

.margin-align-center {
    margin-left: 300px;
    text-align: center;
}

.clear-both {
    clear: both;
}

/* control label 
----------------------------------------------------------*/
.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: normal;
}

.control-label-bold {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: bold;
}

.cti-label-header {
    font-weight: bold;
    margin-bottom: 0;
}

/* kendo checkbox label 
----------------------------------------------------------*/
.k-checkbox-label {
    font-weight: normal;
    text-align: left;
    padding-top: 2px;
}

/* kendo radio label 
----------------------------------------------------------*/
.k-radio-label {
    font-weight: normal;
}



/* kendo form-control settings
----------------------------------------------------------*/
.form-control.k-widget {
    padding: 0;
    width: 100%;
    height: auto;    
}

.form-control.k-widget:not(.k-autocomplete) {
    border-width: 0;
}

/*.form-control.k-input {
    border-width: 0;   
}*/

/*.form-control:focus {
    background-color: #fffbc6;
    border-color: #000000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px #fffbc6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px #fffbc6;
}*/

/*.form-control:hover {
    background-color: #fffbc6;
}*/

.form-control {
    height: 26px !important;
    /*height: 18px !important;*/
    font-size: 12px;
    border-radius: 4px;
    /*padding: 2px 2px 2px 2px;*/
    padding: 0 !important;
}

.form-control-textarea {
    font-size: 12px;
    border-radius: 4px;
    padding: 1px !important;
    border-color: #cccaca !important;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}

/* set height of kendo NumericTextBox */
.k-numerictextbox .k-input {
    height: 22px !important;
    font-size: 12px;
    border-radius: 4px;
    padding: 0 !important;
}

/* set height of kendo NumericTextBox spinner control |SJ */
.k-numerictextbox .k-numeric-wrap {
    font-size: 12pt !important;
    /* VJ 08/10/17: added height for kendo 2017 R2 release*/
    height: 24px !important;
}
/* fix for kendo numeric textbox bloated height in Chrome */
.k-webkit .k-numeric-wrap:before {
    height: 24px !important;
    padding-bottom: 0 !important;
}

.k-numerictextbox .k-numeric-wrap > .k-select {
    font-size: 12pt !important;
    height: 22px !important;
    min-height: 20px !important;
    line-height: 20px !important;
}

    .k-numerictextbox .k-numeric-wrap > .k-select .k-link {
        height: 10px !important;
        line-height: 10px !important;
    }

/* dynamically set width of kendo combo */
.k-list-container {
    /*white-space: nowrap !important;*/
    max-width: auto !important;
    /*overflow-x: hidden !important;*/
    min-width: 243px !important;
}

.k-list {
    /*overflow-x: hidden !important;*/
    /*overflow-style: marquee;*/
    /*overflow-y: auto !important;*/
    max-width: auto !important;
}

/* set kendo combo box */
/*.cti-combobox {
    border: none;
    height: 22px !important;
    font-size: 12px;
    border-radius: 0 !important;
    padding: 2px 2px 2px 2px;
}*/

.dropdown-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 150%;
}

    .dropdown-item > span.cti-code {
        width: 30%;
    }

    .dropdown-item > span.cti-description {
        width: 70%;
    }

/* set kendo combo box  */
.cti-combobox {
    line-height: 1.65em !important;
    /*font-size: 0.9em !important;*/
    font-size: 12px;
    margin-right: auto;
    margin-left: 0;
}

    /* set kendo combo box height in Chrome  */
    .cti-combobox > span {
        height: 26px !important;
        padding-left: 0;
    }

    /* set kendo combobox icon position */
    .cti-combobox .k-i-arrow-60-down {
        position: relative;
        vertical-align: top;
        top: 17.5%;
    }

/* set kendo maskedate box height in Chrome */
.masked_datepicker > span {
    height: 22px !important;
    padding-left: 0;
}

/* set kendo masketime box height in Chrome */
.masked_timepicker > span {
    height: 22px !important;
    padding-left: 0;
}

/* set kendo maskedate box height in Chrome */
.masked_datetimepicker > span {
    height: 22px !important;
    padding-left: 0;
}

/* set kendo maskedate box height in Chrome */
.cti-mask-height > span {
    height: 22px !important;
    padding-left: 0;
}

/* set kendo maskedate box height in Chrome */
.cti-numeric-height > span {
    height: 20px !important;
    padding-left: 0;
}

/* center kendo masked_timepicker icon in grid popup editor */
div.editor-field > .masked_timepicker > .k-picker-wrap > .k-select > .k-icon.k-i-clock {
    position: absolute;
    top: 49%;
    left: 11%;
}
/* center kendo masked_datepicker icon in grid popup editor */
div.editor-field > .masked_datepicker > .k-picker-wrap > .k-select > .k-icon.k-i-calendar {
    position: absolute;
    top: 49%;
    left: 11%;
}

div.editor-stack {
    padding: 0 0 .6em 0 !important;
}

/* set kendo maskeddatetime icon position */
.masked_datetimepicker > .k-picker-wrap > .k-select > .k-link.k-link-date > .k-icon.k-i-calendar {
    position: absolute;
    top: 20%;
    left: 5%;
}

.masked_datetimepicker > .k-picker-wrap > .k-select > .k-link.k-link-time > .k-icon.k-i-clock {
    position: absolute;
    top: 20%;
    left: 55%;
}

/* set kendo maskeddate icon position */
.masked_datepicker .k-i-calendar,
.cti-numeric-height .k-i-calendar,
.masked_timepicker .k-i-clock {
    position: relative;
    vertical-align: top;
    top: 0;
}

/* set kendo cti-mask-height icon position (used by vehicle) */
.cti-mask-height .k-i-calendar {
    position: relative;
    vertical-align: top;
    top: 0;
}

/* inserts vertical line
----------------------------------------------------------*/
hr {
    border: 0;
    width: 100%;
    color: #808080;
    background-color: #808080;
    height: 1px;
}

/* general content formatting
----------------------------------------------------------*/
/* append to content: space + percent symbol */
.cti-append-percent:after {
    content: " \000025";
}

.cti-disabled {
    color: #CCC;
}

/* styling for badge notification icon
----------------------------------------------------------*/
.badge-notify {
    background: red;
    position: relative;
    top: -30px;
    right: -30px;
    text-decoration: none;
}

.glyphicon-bell {
    font-size: 1.5em;
    top: 3px;
}

/* bootstrap menu
----------------------------------------------------------*/
.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown-menu {
    min-width: 200px;
}

    .dropdown-menu.columns-2 {
        min-width: 400px;
    }

    .dropdown-menu.columns-3 {
        min-width: 600px;
    }

    .dropdown-menu.columns-4 {
        min-width: 800px;
    }

    .dropdown-menu li a {
        padding: 5px 15px;
        font-weight: 300;
    }

.multi-column-dropdown > .disabled > a:hover,
.multi-column-dropdown > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.multi-column-dropdown > .disabled > a,
.multi-column-dropdown > .disabled > a:hover,
.multi-column-dropdown > .disabled > a:focus {
    color: #777;
}

[readonly] {
    cursor: not-allowed;
}

.k-input[readonly], input.k-textbox[readonly]:hover, textarea.k-textbox[readonly]:hover,
.k-input[disabled], input.k-textbox[disabled]:hover, textarea.k-textbox[disabled]:hover {
    background-color: #eee;
    color: #080808;
    cursor: not-allowed;
}

.multi-column-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: red;
        white-space: normal;
    }

        .multi-column-dropdown li a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }


@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}


/*reponsive table*/
table#responsive-table caption {
    font-size: 2rem;
    color: #444;
    margin: 1rem;
    background-image: url(responsive-table.png), url(responsive-table2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left, center right;
}

table#responsive-table {
    border-collapse: collapse;
    font-family: Agenda-Light;
    font-weight: 100;
    background: #333;
    color: #fff;
    text-rendering: optimizeLegibility;
    border-radius: 5px;
}

    table#responsive-table thead th {
        font-weight: 600;
    }

    table#responsive-table thead th,
    table#responsive-table tbody td {
        padding: .8rem;
        font-size: 1.4rem;
    }

    table#responsive-table tbody td {
        padding: .8rem;
        font-size: 1.4rem;
        color: #444;
        background: #eee;
    }

    table#responsive-table tbody tr:not(:last-child) {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

@media screen and (max-width: 600px) {
    table#responsive-table caption {
        background-image: none;
    }

    table#responsive-table thead {
        display: none;
    }

    table#responsive-table tbody td {
        display: block;
        padding: .6rem;
    }

    table#responsive-table tbody tr td:first-child {
        background: #333;
        color: #fff;
    }

    table#responsive-table tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: 6rem;
    }

    .mandatory-indicator {
        font-weight: bold;
    }
}


.cti-warning-label {
    text-align: right;
    font-weight: normal;
    color: orange;
}

/* kendo grid header button*/
.headerButton, .headerButton2, .headerButton3 {
    height: 24px;
    border: 1px solid #8f8f8f;
    padding: 0 14px;
}


/* styling for jquery dialog box
----------------------------------------------------------*/

/*.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: .9em;
}*/

.ui-widget-content {
    background: #EBEBEB;
    border: 1px solid #8f8f8f;
    color: #222222;
}

/*.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}*/

/*#success {
    padding: 0;
    margin: 0; 
}*/

/*.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
}*/

.ui-widget-header {
    background: #8f8f8f;
    border: 0;
    color: #fff;
    /*font-weight: bold;*/
}

ui-dialog-titlebar-close {
    text-emphasis-color: gray;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}
/*.ui-dialog .ui-dialog-titlebar {
    padding: 0.5em;
    position: relative;
        font-size: 1em;
}*/

/* remove horizontal bar separator */
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    border: none;
}

/*----------------------------------------------------------*/


/* remove margin on permit weekday checkboxes */
@media screen and (max-width: 1200px) {
    #permitcheckbox {
        margin-left: -40px;
    }
}

@media screen and (max-width: 992px) {
    #permitcheckbox {
        margin-left: -20px;
    }
}


/* change cursor on buttons that are disabled */
input[type="submit"]:disabled,
input[type="button"]:disabled {
    cursor: not-allowed;
}

.action-disabled {
    cursor: not-allowed !important;
}

/*Permit Icons 32*/
.cti-permit-status {
    display: inline-block;
    background: url('../Images/cti-sprites.png') no-repeat;
    background-position: -137px -215px;
    width: 16px;
    height: 16px;
}
/*Media Icons*/
.cti-permit-active {
    background-position: -66px -99px;
    width: 32px;
    height: 32px;
}

.cti-permit-inactive {
    background-position: 0 -99px;
    width: 32px;
    height: 32px;
}

.cti-permit-expired {
    background-position: 0 0;
    width: 32px;
    height: 32px;
}

.global-attachments-label {
    color: black;
    font-size: .85em;
}

/*Yes No Any Radio Button Grid*/
.yesnoignore-label {
    width: 65px;
    text-align: left;
}

.yesnoignore-radio {
    width: 35px;
    text-align: center !important;
}
/*-----------------------------------------------------------------------------*/

/*Multiple Columns in row same height*/
.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0;
}

.flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2;
}
/*------------------------------------------------------------------------------*/
/*used when you need a validation to hold an error list, but you don't want it to be visible*/
.hide-validation-summary {
    display: none;
}


/*outline classes*/
.cti-well-sm {
    outline: none;
    border-radius: 3px;
    border: 1px solid #808080;
}

.cti-box-placeholder {
    outline: none;
    border-radius: 3px;
    border: 1px solid #b1afaf;
    padding: 1px;
}

.cti-small-treeview {
    font-size: .5em !important;
}

/* Popup Help container */
.cti-help-popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* The actual Help popup */
    .cti-help-popup .popuptext {
        visibility: hidden;
        width: 160px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        top: 125%;
        left: 73%;
        margin-left: -120px;
    }

        /* Popup Help arrow */
        .cti-help-popup .popuptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 73%;
            margin-left: -5px;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #555;
            border-color: transparent transparent #555 transparent;
        }

    /* Toggle this class - hide and show the popup Help */
    .cti-help-popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

/* Add animation (fade in the popup Help) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* inline-block is used to force all elements in a div to stay on the same line */
.cti-inline-block {
    display: inline-block;
}

.cti-label {
    color: #080808;
    font-weight: normal;
    font-size: 1em;
    float: left;
    margin-top: 5px;
}


/*KENDO STYLE OVER-RIDES*/
/*set default button font size for kendo button*/
.k-button {
    font-size: 1.4rem;
}
/*set default font size for kendo widgets*/
.k-widget {
    font-size: 1.2rem;
}
/*pad popup editor window to remove need for scrollbars*/
.k-edit-form-container {
    padding-right: 10px !important;
    padding-bottom: 10px !important;
}
/*verically center the popup editor labels with the input widgets*/
.editor-label {
    margin-top: -6px;
}
/*drop X icon down so it is centered in title bar of kendo grid popup editor*/
.k-i-close {
    margin-top: 5px;
}
/*center glyphs on grid row buttons*/
div.k-grid tbody .k-button {
    min-width: 12px;
    width: 27px;
    height: 27px;
    overflow: hidden;
    padding-left: 10px;
}

.k-state-selected {
    background-color: #39a590;
}

.k-grid table tr:hover td {
    background :#39a590 !important;
    /*cursor: pointer !important;*/
}

/*.k-treeview li:hover {
    background :#7fa79f !important;
    cursor: pointer !important;
}*/

/* kendo k-input remove border from around grid search input box*/
/*.k-grid-search > .k-input {
    border-width: 0 !important;
    margin-top: -4px;
    margin-left: -1px;
}*/

/* set kendo grid font size and row height */
.k-grid {
    font-size: 12px;
    /*line-height: 1.5;*/
}

/* set default button size for kendo grid*/
.k-grid tbody .k-button {
    min-width: 14px;
    width: 28px;
    height: 24px;
    padding: 1px 1px 1px 3px;
}

/* set default row height for kendo grid*/
.k-grid td {
    /*line-height: 2em;*/
    padding: 0.1em 0.1em;
}

/* form-control focus */
.form-control:focus {
    border-width: 2px;
    border-color: #39a590 !important;
    outline: 0; 
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(0, 106, 85, 1);*/
    /*box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 1px rgba(0, 106, 85, 1);*/
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; 
    
}

/* kendo check box*/
.k-checkbox {  
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
    border-color: #dddede !important;
    border-width: 1px !important;
    /*color: rgba(0, 106, 85, 0.5);*/
    background-color: #fff;
    outline-width: 1px !important;
    outline-color: #dddede !important;
    outline-style: solid !important;    
    box-shadow: none;
}

/* kendo radio button*/
.k-radio {  
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
    /*border-color: #dddede !important;*/
    /*border-width: 1px !important;*/
    /*color: rgba(0, 106, 85, 0.5);*/
    background-color: #fff;
    /*outline-width: 1px !important;*/
    /*outline-color: #dddede !important;*/
    outline-style: solid !important;   
    box-shadow: none; 
}

[type=text].k-input, [type=number].k-input, .k-picker-wrap .k-input, .k-textarea, .k-textarea > .k-input .k-multiselect .k-input, .k-textarea > textarea, .k-textbox, .k-textbox > .k-input, .k-textbox > input {
    border-style: solid;
}

.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-multiselect-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
    margin-right: -4px;
}

/* grid search box */
.k-grid-search {
    border-style: solid;
}

/* grid search box */
.k-grid-search .k-input{
    border-style: none !important;
}

.k-popup-edit-form .k-textbox .k-input {
    border-style: solid;
}

.k-state-focused {    
    box-shadow: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;  
    border-color: #39a590 !important;
    border-width: 2px;
    border-style: solid;    
}

/* remove extra calendar icon when creating masked_datepicker via a jquery call */
.fw_datepicker > .k-picker-wrap.k-state-default > .k-select {
    display: none;    
}

/* remove extra time icon when creating masked_datepicker via a jquery call */
.fw_timepicker > .k-picker-wrap.k-state-default > .k-select {
    display: none;    
}

/* remove extra time icon when creating masked_datepicker via a jquery call */
.fw_datetimepicker > .k-select {
    display: none;    
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .ups-link {
        bottom: 12px;
    }
}
