/* Minification failed. Returning unminified contents.
(621,29): run-time error CSS1034: 
(621,29): run-time error CSS1042: Expected function, found ','
(621,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(685,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(690,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(727,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-dark'
(746,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-danger'
(1907,31): run-time error CSS1034: 
(1907,31): run-time error CSS1042: Expected function, found ','
(1907,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(5016,27): run-time error CSS1046: Expect comma, found '104'
(5016,34): run-time error CSS1046: Expect comma, found ')'
(5022,31): run-time error CSS1046: Expect comma, found '104'
(5022,38): run-time error CSS1046: Expect comma, found ')'
 */
/*general css*/
.btn {
    min-height: 17px;
}

.navbar-nav .dropdown-menu {
    right: 0;
    left: auto;
}

.cs-header-dialog-item {
    line-height: .5;
    font-size: small;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: x-small;
    line-height: .5;
    border-radius: .2rem;
}

.nav-link {
    color: rgb(51, 122, 183);
    padding: 1rem 0.85rem !important;
}

.jumbotron {
    padding: 2rem 1rem;
    background-color: #e9ecef;
    border-radius: .3rem;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 200;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: rgb(51, 122, 183);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
}

.navbar-nav > li {
    font-size: .85rem;
}

.dropdown-menu {
    font-size: 12px;
}

.caret.caret-up {
    border-top: none !important;
    border-bottom: 4px solid !important;
}

.btn .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 3px;
    border-color: #555;
    border: 1px solid;
    margin-top: 3px;
}

    .btn .icon-bar:last-child {
        margin-bottom: 2px;
    }

.navbar-inner [class*='icon'] {
    margin-top: 0;
    margin-right: 5px;
    margin-left: 5px;
}

.cs-bg-inverted {
    background-color: #555;
    color: #fff;
    text-decoration: none;
}

.main-content {
    padding-top: 50px;
}
/*main header nav*/
#body {
    margin: 0;
}

    #body > nav.navbar-fixed-top {
        position: absolute;
        margin: 0;
    }

        #body > nav.navbar-fixed-top .navbar-inner {
            padding: 0 !important;
        }

            #body > nav.navbar-fixed-top .navbar-inner .container {
                width: 100%;
            }

            #body > nav.navbar-fixed-top .navbar-inner .btn {
                margin-top: 5px;
                margin-bottom: 5px;
            }

.brand {
    padding: 0 !important;
    margin-left: 0 !important;
}

.table-last-col {
    padding-right: 15px !important;
}

#csMainNav .navbar-header, #csMainNav > .navbar-nav > li {
    float: left;
}

#csMainNav .navbar-nav {
    margin: 0;
}

#csMainNav > .navbar-nav > li > a {
    padding: 16.5px 15px;
}

#csLogo, #csLogoSmall {
    height: 40px;
    margin: 5px 0;
}

#csLogo {
    margin-left: 5px;
}
/*user dropdown*/
#csUserMenu {
    margin-top: 0;
}

.navbar-toggler.navbar-right {
    margin-top: 6px;
    margin-bottom: 6px;
}

#csUserMenu .btn, #csHeaderModuleOverflow .btn {
    margin-right: 7px;
    height: 18px;
}

#csUserMenu #csUserOptions {
    right: 1px;
    text-align: left;
}

    #csUserMenu #csUserOptions > li > a > [class*='icon'] {
        margin-top: 3px;
    }

#csUserName .caret {
    margin-left: 5px;
}

#csUserMenu .icon-user {
    margin-top: 3px;
}

/*header modules*/
#csHeaderModules {
}

#csHeaderModuleOverflow {
    margin-top: 0;
    display: none;
}

    #csHeaderModuleOverflow .btn .caret {
        margin-left: 5px;
    }

.cs-header-module-item {
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer;
}

    .cs-header-module-item:hover {
        border: 1px solid #ddd !important;
        margin: -1px;
        background-color: #eee !important;
    }

/*login form*/

.cs-login-container {
    background-color: #fff;
    max-width: 760px;
    margin: 0 auto;
    min-height: 375px;
    border: 1px solid #ddd;
}

    .cs-login-container > form {
        width: 250px;
    }

        .cs-login-container > form > .form-signin input[type='text'] {
            width: 100%;
        }

/*basic form styles*/
.cs-label {
    padding-top: 5px;
    /* padding-right: 8px; */
    vertical-align: auto;
    text-align: right;
    white-space: normal;
    margin-left: auto;
}

    .cs-label > label {
        margin-top: 2px;
    }

.cs-label-required {
    color: red;
}

    .cs-label-required:before {
        content: "*  ";
    }

.cs-label .cs-has-comment {
    /*margin-right: 1px;*/
    display: inline-block;
}

.cs-searchbox {
    margin-bottom: 0;
}

.cs-readonly {
    background-color: #e6e6e6;
    color: lightgrey;
    font-size: 100%;
    width: 186px !important;
    font-family: inherit;
}

.cs-notimplemented {
    border: solid 1px #c5c5c5;
    background-color: lightgrey;
    color: maroon;
}

.cs-errorbox {
    display: none;
    margin-bottom: 10px;
}

.cs-errorbox-hdr {
    text-align: center;
    font-weight: bold;
}

.cs-errorbox-msg {
    padding-left: 55px;
}

.cs-buttonGroup {
    padding: 20px;
    text-align: center;
}

    .cs-buttonGroup .btn {
        min-width: 80px;
    }

/*iframes*/
.cs-pageframe {
    width: 100%;
}

.cs-pageframe-hidden {
    height: 0 !important;
    min-height: 0 !important;
}

#pages {
    position: absolute;
    top: 52px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#container.active #pages {
    left: 230px;
}

#pages iframe {
    position: absolute;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* 
       setting the height and min-height in this manner, instead of just height:100%, 
       to fix the "jump to the top" issue on iOS devices, along with the dynamic styles in UserAgent.js
    */
    height: 1px;
    min-height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: inherit;
}

.iframe-wrapper {
    font-size: 12px;
    background-color: #fafafa;
    margin: 10px auto;
    padding-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cs-blended-iframe {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 0 !important;
    margin: 0 0 0 0;
    box-sizing: border-box;
}

.formContents {
    display: block;
}

#container-inner {
    display: block;
}



.cs-no-records {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: table;
}

div.cs-no-records span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: red;
}

.cs-loading {
    height: 48px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,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);
}

.cs-loading-mini {
    float: left;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,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);
}

div.cs-grid-element-row div.float-start button, div.cs-grid-element-row div.btn-group {
    float: left !important;
}

div.cs-grid-element-row div.btn-group {
    margin-right: 5px;
    margin-left: 5px;
}

.label-as-badge {
    border-radius: 6pt/8pt;
    width: 20pt;
    font-size: 12pt;
}

.cs-comment-icon {
    padding-left: 3px;
    cursor: pointer;
    position: inherit;
    top: 8px;
    right: 0px;
}

legend .cs-comment-icon {
    top: 2px;
}

.cs-listitem-text-larger {
    margin: 8px 0 0 0;
    font-size: 14px;
}

.cs-help-jumbotron {
    margin-bottom: 0;
    position: relative;
    display: block;
    background: -moz-linear-gradient(top, rgba(18,157,73,0.37) 0%, rgba(167,172,173,0.37) 32%, rgba(167,172,173,0.37) 44%, rgba(167,172,173,1) 77%, rgba(167,172,173,1) 78%, rgba(34,43,95,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(18,157,73,0.37) 0%,rgba(167,172,173,0.37) 32%,rgba(167,172,173,0.37) 44%,rgba(167,172,173,1) 77%,rgba(167,172,173,1) 78%,rgba(34,43,95,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(18,157,73,0.37) 0%,rgba(167,172,173,0.37) 32%,rgba(167,172,173,0.37) 44%,rgba(167,172,173,1) 77%,rgba(167,172,173,1) 78%,rgba(34,43,95,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e129d49', endColorstr='#222b5f',GradientType=0 ); /* IE6-9 */
}

    .cs-help-jumbotron .container {
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 95%;
    }

    .cs-help-jumbotron h2 {
        font-size: 30px;
    }

.cs-help-jumbotron-widget {
    margin-bottom: 0;
    position: relative;
    display: block;
}

    .cs-help-jumbotron-widget .container {
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 95%;
    }

    .cs-help-jumbotron-widget h2 {
        font-size: 30px;
    }

.cs-dropdown-icon {
    position: relative;
    left: -8px;
    color: #337ab7;
}

.cs-ie-only::before {
    content: "*";
    color: #ff0000;
    padding-right: 4px;
    font-size: 12px;
    font-weight: bold;
}

.cs-save-search {
    margin: 0 12px 0 0;
    position: relative;
}

    .cs-save-search .glyphicon {
        color: #555;
    }

    .cs-save-search .cs-loading-mini {
        position: absolute;
        top: 2px;
        left: 1px;
    }

.cs-draggable {
    cursor: move;
    text-decoration: underline dotted;
}

/* Workflow admin */
#workflowTreeView li {
    list-style-type: none;
    display: block;
    margin: 4px 0;
    border: solid 1px transparent;
}

    #workflowTreeView li.ui-state-disabled {
        opacity: 1.0;
    }

    #workflowTreeView li:before {
        font-family: 'FontAwesome';
        font-size: 9px;
        float: left;
        margin-top: 4px;
        margin-left: -17px;
        color: #888;
    }

    #workflowTreeView li.csIsIncident:before {
        content: "\f046";
    }

    #workflowTreeView li.csIsDataform:before {
        content: "\f00a";
    }

#workflowTreeView .dragActive {
    box-sizing: border-box;
    border-radius: 2px;
    border-left: 1px dashed #3c763d;
    border-top: 1px dashed #3c763d;
    border-bottom: 1px dashed #3c763d;
    background-color: #eef5ee;
}

#workflowTreeView .dragHover {
    border-radius: 2px;
    background-color: #d5f0d5;
}

.cs-button-x-small {
    font-size: x-small;
}

.cs-navbar-font {
    font-weight: bold;
    font-size: small;
}

.cs-navbar-li {
    height: max-content;
    width: max-content;
    margin-top: 0px;
}

.cs-notification-anchor {
    text-decoration: none;
    margin-left: 10px;
    color: rgba(0, 0, 0, 0.75);
}

.cs-p-5 {
    padding: 5px;
}

.panel > .card-header .badge {
    color: rgb(245, 245, 245);
    background-color: rgb(51, 51, 51);
}

.cs-navtab {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.btn-block {
    display: block;
    width: 100%;
}

.cs-sales-org-details-icons {
    font-size: 2em;
    padding-top: 10px;
    color: green;
    margin-left: 20%;
}

.cs-form-dropdown-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.cs-form-button-group-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 32px;
}

.cs-form-button-group-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 32px;
}

#extras > li {
    width: 100%;
    height: 20pt;
    padding: 1px 1px;
}

    #extras > li > a.nav-link {
        padding: 1px 10pt !important;
        color: #333;
    }

.popover {
    z-index: 10060;
}

.cs-header-dialog > .card-body > .cs-scrollable {
    max-height: 263px;
    overflow-y: auto;
}

.cs-white {
    color: rgb(255, 255, 255, 0);
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit;
}

.cs-btn-wrapper-branding {
    position: relative;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.cs-text-area-row-wrapper {
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.2rem;
    border: 1px solid;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-color: #ccc;
}

.cs-hamburger-badge {
    display: block !important;
    position: absolute;
    top: 31px;
    left: 4%;
}

.loading-ellipses:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) 900ms infinite;
    animation: ellipsis steps(4, end) 900ms infinite;
    content: "\2026";
    /* ascii code for the ellipsis character */
    width: 0px;
}

#rightNavHeader a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

#helpCenterSearchInput:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    outline-width: thin;
}

#summaryTable > tbody > tr.k-selected {
    background-color: #d9edf7;
    border-color: #bce8f1;
    --bs-table-accent-bg: #d9edf7;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
    --bs-table-accent-bg: #f9f9f9;
}

@keyframes ellipsis {
    to {
        width: 40px;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 40px;
    }
}

#extras {
    padding-top: 2px;
    /*margin-top: -15px;*/
}

th > .btn-success.cs-btn-small {
    width: max-content;
}

h3.popover-header {
    font-size: small;
    font-weight: lighter;
}

.btn-outline-secondary:hover {
    color: black;
    background-color: rgb(230, 230, 230);
    border-color: rgb(204, 204, 204);
}

.custom-tooltip {
    position: absolute;
    color: var(--bs-dark);
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: auto;
    max-height: 10vh;
    min-width: 100px;
    white-space: nowrap;
}

.custom-tooltip-undo-btn {
    float: left;
    margin-top: 0;
    margin-left: 0;
    border: none;
    border-radius: 3px;
    color: var(--bs-danger);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
}

.cs-image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    scrollbar-gutter: stable;
    background-color: rgba(0,0,0,0.9);
}

.cs-image-modal-content {
    background-color: #ffffff;
    margin: auto;
    display: block;
    width: 80%;
    min-width: 600px;
    max-width: 1200px;
}

.cs-image-modal-text {
    background: white;
    margin: auto;
    color: black;
    max-width: 80%;
    min-width: 500px;
    max-width: 1000px;
    white-space: pre-wrap;
    padding: 10px;
}

.cs-image-modal-audio {
    margin: auto;
    display: block;
    min-width: 400px;
}

.cs-image-modal-message {
    color: white;
    font-weight: bold;
    font-size: medium;
    text-align: center;
}

.cs-image-modal .loading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 50%;
    margin: auto;
}

.cs-image-modal-caption {
    display: block;
    text-align: center;
    height: 50px;
}

.cs-image-modal-content, .cs-image-modal-caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

.cs-image-modal-back {
    left: 10px;
}

.cs-image-modal-forward {
    right: 10px;
}

.cs-image-modal-forward, .cs-image-modal-back {
    position: fixed;
    background: transparent;
    border: none;
    color: white;
    font-size: xxx-large;
    top: 15%;
    height: 80%;
    width: 10%;
    text-shadow: 0 0 3px #000;
}

.cs-image-modal-pageselect {
    display: inline-flex;
    text-align: center;
    margin: 10px 0px;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cs-image-modal-zip {
    display: inline-flex;
    text-align: left;
    margin: 10px 0px;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    white-space: pre-wrap;
    color: white;
    font-weight: bold;
    font-size: medium;
    text-align: left;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.cs-image-modal-close {
    position: fixed;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .cs-image-modal-close:hover,
    .cs-image-modal-close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

@media only screen and (max-width: 700px) {
    .cs-image-modal-content {
        width: 100%;
    }
}
html {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    -webkit-padding-start: 0;
    -webkit-margin-start: 0;
}

body {
    font-family: 'Segoe UI', Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif !important;
    background-color: #D8D8D8;
}

::-webkit-input-placeholder {
    font-style: italic;
}
/* Firefox 18- */
:-moz-placeholder { 
    font-style: italic;
}
/* Firefox 19+ */
::-moz-placeholder {  
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;  
}

#body {
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y:auto;
    overflow-x: hidden;
    background-color: #f0f0f0;
    -webkit-overflow-scrolling: none;
}
/*forms*/
legend {
    display: block;
    margin: 15px;
    padding: 0;
    padding-right: 5px;
    padding-left: 5px;
    width: auto;
    border: none;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    margin-top: -10px;
    background-color: #fafafa;
}

table {
    width: 100% !important;
}

td[ctrlid], span[ctrlid] {
    vertical-align: top;
}

.cs-fieldset-collapsable {
}

.cs-fieldset-collapsed {
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.cs-fieldset-collapsed > *:not(:first-child) {
    display: none;
}

.cs-legend-collapsable {
    color: black;
    cursor: pointer;
    background-color: #fafafa;
    margin-top:-5px;
}

.cs-underline-dotted {
    border-bottom: 1px dotted;
}

.cs-underline {
    text-decoration: underline;
}

.cs-progress {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    padding-left: 155px;
}

    .cs-progress img {
        vertical-align: middle;
    }

    .cs-progress #progressMsg {
        padding-left: 10px;
    }

.clearfloat:after {
    display: table;
    clear: both;
    content: "";
}

.field-validation-error {
    color: #e80c4d;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.ios #pages {
    position: absolute !important;
}

.ios #csMainNav, .ios #side-tabs, .ios .cs-nav-left {
    position: absolute !important;
}

.ios .hide-ios {
    display: none;
    visibility: hidden;
}

.ios .input-group {
    width: 100%;
}

.ios datalist, .ios datalist select {
    display: block;
}


.cs-instant {
    -moz-transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -moz-transition-duration: 0s !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.cs-transition-delay-on {
    -moz-transition-delay: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.cs-transition-duration-on {
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.cs-transition-prop-bg-color {
    -moz-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

.cs-hidden {
    visibility: hidden;
    display:none;
    opacity: 0;
    -moz-transition: visibility 0s linear 0.5s, opacity linear .5s;
    -webkit-transition: visibility 0s linear 0.5s, opacity linear .5s;
    transition: visibility 0s linear 0.5s, opacity linear .5s;
}
fieldset.cs-hidden{
    display: none;
}
    .cs-hidden.cs-visible {
        visibility: visible;
        opacity: 1;
        -moz-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    fieldset.cs-hidden.cs-visible{
        display: block;
    }
.cs-btn-small {
    font-size:12px;
}

.cs-btn-medium {
    width: 100px;
}

.cs-btn-large {
    width: 95px;
}

.cs-btn-x-large {
    width: 135px;
}

.cs-clear-float {
    clear: both;
}

.cs-pills-centered {
    text-align: center;
}

.cs-pills-centered > li {
        float: none;
        display: inline-block;
        *display: inline; /* ie7 fix */
        zoom: 1; /* hasLayout ie7 trigger */
}

.cs-link {
    color: #428bca;
}

.cs-link-bold {
    font-weight: bold; 
    color: #428bca;
}

.cs-module-menu-arrow {
    margin-right: 7px;
    font-size: 1.3em;
}

.cs-module-menu > :first-child > a:first-child,  
.cs-module-menu > :last-child > a:nth-child(2) {
    color: #AAA;
    cursor: default;
}

.cs-admin-thumbnail {
    min-width: 33%;
    min-height: 80px;
    overflow-y: hidden;
    color: #337ab7;
    text-decoration: none;
    height:100%;
    width:100%;
}

.cs-managed-externally {
    background-color: #fafafa !important;
}

    .cs-admin-thumbnail:hover, .cs-admin-thumbnail:visited, .cs-admin-thumbnail:focus {
        text-decoration: none;
    }

    .cs-admin-thumbnail > div {
        
        display: flex;
        align-items: flex-start;
        padding: 12px 0 12px 0;
    }

        .cs-admin-thumbnail > div > i {
            font-size: 32px;
            line-height: 36px;
            padding-left: 12px;
            color: #23527c;
        }

        .cs-admin-thumbnail > div > div {
            padding-left: 12px;
            color: #555;
        }

            .cs-admin-thumbnail > div > div > .cs-admin-thumbnail-name {
                font-size: 12px;
                word-wrap: break-word;
                text-decoration: none;
            }
                .cs-admin-thumbnail > div > div > .cs-admin-thumbnail-name a {
                    font-size: 16px;
                    text-decoration: none;
                    color: #337ab7;
                }
                .cs-admin-thumbnail > div > div > .cs-admin-thumbnail-name span {
                    font-size: 16px;
                }
                    .cs-admin-thumbnail > div > div > .cs-admin-thumbnail-name a:hover {
                        text-decoration: none;
                        color: #23527c;
                    }
            .cs-admin-thumbnail > div > div > .cs-admin-thumbnail-desc {
                font-size: 12px;
                word-wrap: break-word;
                text-decoration: none;
                display: inline-block;
                margin-right: 10px;
            }

i:focus{
    outline: none;
}
.mb-10
{
    margin-bottom:10px;
}
a {
    color: #337ab7;
    text-decoration: none;
}
.recurrence-navpill {
    width: 20%;
    text-align: center;
    font-size: 12px;
}
li.recurrence-navpill.active {
    background-color: rgb(51, 122, 183);
    
}
.tab-content > .active {
    display: contents;
}
li.recurrence-navpill.active > a{
    color:white;
}
/*.modal-content {
    width: max-content;
}
*/
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
/*.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}*/
.cs-status-bar-widget-header {
    padding-left: 8px;
    color: rgb(255, 255, 255);
    background-color: rgb(51, 122, 183);
    border-color: rgb(51, 122, 183);
    padding: 10px 15px;
}
.cs-legend-title {
    width: auto;
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    font-family: "Segoe UI", Helvetica, Arial, "DejaVu Sans", "Liberation Sans", Freesans, sans-serif !important;
}

.tooltip-inner > div > ul {
    text-align: left !important
}
.btn-primary {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover {
        background-color: #428bca !important;
        color: #fff !important;
        -moz-transition-duration: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }

.border-secondary {
    border-color: #ccc !important;
}

.btn-outline-secondary:hover {
    color: black;
    background-color: rgb(230, 230, 230);
    border-color: rgb(204, 204, 204);
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

fieldset {
    margin: 10px;
    padding: 0 15px 5px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

textarea {
    border-radius: 4px !important;
}

legend small {
    color: #999999;
    font-size: 11px;
}

label, input, button, select, textarea{
    font-size: 12px;
}

.close{
    font-size: 12px !important;
}

select, textarea, [ctrlid] > .k-widget, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type='email'], .uneditable-input {
    margin-bottom: 0;
    font-size: 12px;
    width: 100%;
}

.nav-tabs {
    margin-bottom: 5px;
}

.nav-tabs li a, .nav-tabs li a:hover{
    border: 1px solid #ddd;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type='email'], label.form-control{
    height: 31px;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    input[type="checkbox"]:focus,
    .uneditable-input:focus {
        outline: 0;
        outline: none;
    }

    input[disabled]:not(.cs-managed-externally),
    select[disabled]:not(.cs-managed-externally),
    textarea[disabled]:not(.cs-managed-externally) {
        background-color: #e6e6e6 !important;
        cursor: default;
    }

.centered-pills {
    text-align: center;
}

    .centered-pills ul.nav-pills {
        display: inline-block;
    }

    .centered-pills li {
        display: inline;
    }

    .centered-pills a {
        float: left;
    }

    * html .centered-pills ul.nav-pills {
        display: inline;
    }
    /* IE6 */
    * + html .centered-pills ul.nav-pills {
        display: inline;
    }
/* IE7 */

li {
}

/*.navbar .nav > li > a {
    padding: 10px 15px 10px;
}*/

.icon-off {
    margin-top: 1px;
    padding-bottom: 2px;
}
.btn-outline-secondary btn-sm .caret {
    border-top-color: #444;
}
.btn-outline-secondary btn-sm:hover .caret{
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.btn-toolbar.span1 > .btn-group-vertical{
    margin-top: -1px;
    margin-right: -1px;
}

.btn-toolbar.span1 .btn-group-vertical > .btn:first-child{
    border-top-left-radius: 0;
    border-top-right-radius: 3px !important;
}
.btn-toolbar.span1 .btn-group-vertical > .btn:last-child{
    border-radius: 0 0 0 3px;
}

button:focus, input[type='button']:focus{
    outline: none !important;
}

.btn-outline-secondary btn-sm:hover, .btn-outline-secondary btn-sm:focus, .btn-outline-secondary btn-sm:active, .btn-outline-secondary btn-sm.active, .open .dropdown-toggle.btn-outline-secondary btn-sm{
    border-color: rgb(204, 204, 204);
}

.form-control {
    padding: 6px;
    background-image: none;
    outline: 0;
    font-size: 0.75rem;
    color: #555 !important;
}

.input-group-addon {
    padding: 4px 6px;
    border: 1px solid #ced4da;
    background-color: #eee;
    height:31px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default;
    pointer-events: none;
    /*-webkit-user-select: auto !important;*/
}

/*input, textarea{
    -webkit-user-select: auto;
    user-select: auto;
}*/

.btn-outline-secondary btn-sm.glyphicon, .btn-outline-secondary btn-sm .glyphicon{
    /*color: #444;
    background-color: #fff;*/
}

.btn-outline-secondary btn-sm:active{
    background-color: #fff;
    color: #333;
}

.btn-outline-secondary btn-sm:hover, .btn-outline-secondary btn-sm.glyphicon:hover, .btn-outline-secondary btn-sm:hover .glyphicon, .dropdown.open .btn:focus, .hasDatepicker:focus + button + .input-group-btn .btn, .hasDatepicker:focus + button + .input-group-btn .btn .glyphicon {
    background-color: #428bca !important;
    color: #fff !important;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.btn-outline-secondary btn-sm:focus .caret{
    border-top-color: #fff;
}

.dropdown > ul li a.active{
    background-color: #3276b1;
    color: #fff;
}

form .dropdown-menu > li > a{
    padding: 6px 20px;
}

.fake-media-sm .container {
    max-width: 50% !important;
}
.fake-media-sm .col-sm-offset-6{
    margin-left: 0;
}
.fake-media-sm .col-sm-6{
    width: 100%;
    display: block;
}
.fake-media-sm .col-xs-4{
    width: 33.3333333%;
}
.fake-media-sm .col-xs-8{
    width: 66.6666666%;
}

.modal {
   z-index: 9000;
}

.modal-dialog {
   z-index: 9000;
   max-width:600px;
}

.modal-backdrop {
  background-color: #000000;
  z-index: 8999;
}

.modal-footer{
    margin-top: 5px;
}

.tooltip {
	z-index: 8910;
}
.border-none{
    border-style:none;
}
.cs-input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}
.cs-thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 17px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    color: #337ab7;
    text-decoration: none;
}

.cs-card-body {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.cs-card-body-sm {
    padding: 9px;
    border-radius: 3px;
}

.cs-caption {
    padding:5px;
    color: #333;
}
.m-t-10{
    margin-top:10px;
}

.cs-radio-group > .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.list-group-item {
    padding:0.5rem 0.5rem;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold !important;
}
.col-sm-offset-6{
    margin-left:50%
}
.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
    text-decoration:none;
    font-size:small
}
.cs-bg-primary {
    color: #fff;
    background-color: #337ab7 !Important;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7 !important;
}
.text-primary {
    color: #337ab7 !Important;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.nav-tabs > li > a.active{
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221) rgb(221, 221, 221) transparent;
    border-image: initial;
    cursor: default;
}
.cs-panel {
    margin-bottom: 17px;
    background-color: rgb(255, 255, 255);
    border: 1px  solid transparent;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px;
}
.cs-panel-primary {
    border-color: rgb(51, 122, 183);
}
    .cs-panel-primary > .card-header {
        color: rgb(255, 255, 255);
        background-color: rgb(51, 122, 183);
        border-color: rgb(51, 122, 183);
    }
.cs-user-profile-close {
    color: #fff;
    padding: 0px;
    cursor: pointer;
    background: transparent;
    border: 0px;
    /*appearance: none;*/
    opacity: .5;
    float: right;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size:12px;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin: auto 0;
}
.d-inherit{
    display:inherit !important;
}
.table > tbody > tr.info > td {
    background-color: #d9edf7;
}
.panel-success {
    border-color: #d6e9c6;
}
    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }
.panel-warning {
    border-color: #faebcc;
}

.table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.text-info {
    color: #31708f !important;
}
.alert-warning {
    background-color: rgb(252, 248, 227);
    border-color: rgb(250, 235, 204);
    color: rgb(138, 109, 59);
}
.small {
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    color: #777;
}

h7 {
    font-size: 12px;
    margin-top: 8.5px;
    margin-bottom: 8.5px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.modal-lg {
    max-width: 800px;
}
.text-danger {
    color: #a94442 !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    border-color: rgb(204, 204, 204);
    background-color:#e6e6e6;
}

.bg-success {
    background-color: #5cb85c !important;
}

.btn-info {
    background-color: #5bc0de;
    color: white;
}
    .btn-info:hover {
        color: white;
    }
.tooltip-inner{
    font-size:x-small !important;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.LoadingLeft {
    margin-left: 364px !important;
}
.ui-autocomplete .ui-state-hover,.ui-autocomplete .ui-widget-content .ui-state-hover,.ui-autocomplete .ui-widget-header .ui-state-hover, .ui-autocomplete .ui-state-focus,
 .ui-autocomplete .ui-widget-content .ui-state-focus, .ui-autocomplete .ui-widget-header .ui-state-focus {
    border: 0 solid transparent;
    font-weight: bold;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #428bca;
    margin: 0;
}

.ui-menu-item.active a.ui-state-focus, a.ui-state-focus{
    margin: 0 !important;
}

.ui-autocomplete, .ui-autocomplete .ui-menu, .ui-autocomplete .ui-menu .ui-menu-item{
    background-color: #fff;
}

.ui-menu .ui-menu-item {
margin: 0;
padding: 0;
width: 100%;
list-style-image: none;
}

.ui-menu .ui-menu-item a{
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    font-size: 12px;
}

.ui-spinner{
    display: table !important;
}

.ui-spinner-button{
    width: 32px;
    display: inline-block;
    margin-left: 0 !important;
    font-size: 12px !important;
}

.ui-datepicker-div{
    z-index: 9999 !important;
}

.ui-datepicker { z-index: 9999 !important; }

.ui-timepicker-div, .ui-timepicker-div + .ui-datepicker-buttonpane{
    display: none !important;
}

/* this is so that the previous/next buttons are visible without having to hover over them. */
.ui-datepicker-prev, .ui-datepicker-next {
	border: 1px solid #c5c5c5;
	background: #eeeeee url(../themes/jquery-bootstrap/images/ui-bg_flat_75_eeeeee_40x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #2a6496;
}
/* for jQuery.fileDownload used in Reporting.js */
.ui-front.ui-dialog {
    z-index: 9999 !important;
}
tr.k-state-selected > td > a {
color: #ffffff;
}

.k-primary, .k-primary:hover {
    background-color: #428bca;
    border-color: #2d6ca3;
}

.k-state-selected, .k-button:active {
    background-image: none;
    background-color: #428bca;
}

.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-marquee-color {
  color: #ffffff;
  background-color: #428bca;
  border-color: #2d6ca3;
  z-index: 200;
}


.k-grid > div > table > tbody > tr {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.k-widget.k-tooltip-validation {
    display: block;
    margin-left: 0;
    background-color: rgb(255, 231, 158);
    color: rgb(107, 81, 0);
    border-color: rgb(255, 231, 158);
}

.k-grid-content-expander{
    display: none;
}

.k-grid td{
    white-space: nowrap;
}

/* These styles disable the grid row hover effect */
.k-grid tr:not(.k-state-selected):hover {
    background: none;
    color: inherit;
    background-color:rgb(0,0,0,0.12);
}

.k-grid tr.k-alt:not(.k-state-selected):hover {
    background: #f1f1f1;
}

.k-grid tr.k-state-selected:hover,
.k-grid td.k-state-selected:hover {
    background-color: #428bca;
    background-image: none;
}
/* End grid row hover effect disable */

/* These styles change the column menu icon, in the grid column header, to display the chevron icon, instead of the vertical ellipsis, in a smaller, lighter font */
a.k-header-column-menu > span.k-i-more-vertical {
    color: #726e6e;
    opacity: .65;
    font-size: 14px;
}

    a.k-header-column-menu > span.k-i-more-vertical:before {
        content: "\e015";
    }
/* End column menu styles */

.k-selectable tr {
    -webkit-transform: scale(1);
}

.k-selectable tr.k-state-selected{
    -webkit-transform: scale(1);
}

.k-event
{
  border-color: #51a0ed;
  background: #51a0ed 0 -257px url('../kendo/textures/highlight.png') repeat-x;
  color: #ffffff;
  font-weight: bold;
}

.k-event.Accepted
{
  border-color: #ff0000;
  background: #ff0000 0 -257px url('../kendo/textures/highlight.png') repeat-x;
  color: #ffffff;
  font-weight: normal;
}

.k-event.Tentative
{
  border-color: #ffff00;
  background: #ffff00 0 -257px url('../kendo/textures/highlight.png') repeat-x;
  color: #000000;
  font-weight: normal;
}

/* Changes the active button color to match our bootstrap primary */
.k-button:active:hover, .k-button.k-state-active:hover {
    color: #ffffff;
    border-color: #428bca;
    background-color: #428bca;
}
/* end active button color */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: inherit;
    font-size: 12px;
}

.cs-workflowitem-inactive {
    font-style: italic;
    font-weight: 500;
    color: grey;
}

datalist {
    display: none;
}

fieldset:disabled .cs-widget-wrapper, fieldset:disabled .cs-textarea-wrapper, fieldset:disabled .cs-custom-form-control {
    background-color: rgb(235, 235, 228);
}

.parent-form-additem {
    color: #999 !important;
    font-style: italic;
}

    .parent-form-additem:hover, .parent-form-additem.ui-state-focus, .parent-form-additem.ui-state-active {
        color: #fff !important;
    }

.cs-textarea, .cs-log-reader {
    -moz-transition: min-height ease-in-out .5s;
    -webkit-transition: min-height ease-in-out .5s;
    transition: min-height ease-in-out .5s;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    user-select: text;
}

.cs-log-reader {
    background-color: #E6E6E6;
}

/*.cs-log-reader-wrapper {
    background-color: #e6e6e6;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    position: relative;
    z-index: 999;
    margin-top: -115px;
}*/

    .cs-log-reader-wrapper > .col-sm-11, .cs-log-editor-wrapper > .col-sm-11, .cs-textarea-wrapper > .col-sm-11 {
        padding-left: 6px;
        padding-right: 6px;
    }

.cs-log-wrapper.active .cs-log-reader-wrapper {
    top: 0;
    margin-top: 0;
    border-radius: 0 0 3px 3px;
}
.cs-log-editor-wrapper{}

.cs-textarea-wrapper {
    background-color: #fff;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    padding-left: 6px;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    display: table;
}
.cs-log-reader-wrapper-margin-top{
    margin-top:-115px;
}
/*.form-control {
    background-position-x: 900px;
    -moz-transition-property: background-image;
    -webkit-transition-property: background-image;
    transition-property: background-image;
    -moz-transition-duration: 2s;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    background-repeat: no-repeat;
}*/
/*input.form-control {
    -webkit-appearance: none;
}*/
.cs-input-loading {
    background-image: url('data:image/gif;base64,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') /*/Content/Kendo/Default/loading-image.gif*/;
    *background-image: url("/Content/Kendo/Default/loading-image.gif"); /* For IE 6 and 7 */
    background-size: contain;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    background-repeat: no-repeat;
}

.cs-log-editor-wrapper.focused, .cs-textarea-wrapper.focused {
    border-color: rgba(82, 168, 236, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
}

.cs-log-editor-wrapper {
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    z-index: 998;
    visibility: hidden;
}

.cs-log-editor, .cs-log-reader, .cs-textarea {
    border: none;
    resize: none;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    min-height: 80px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .cs-log-editor:focus, .cs-log-reader:focus, .cs-textarea:focus {
        border: none !important;
        border-color: transparent !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }


.cs-time {
    border-radius: 3px 0 0 3px !important;
    background-color: #fff;
    background-image: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.cs-time-readonly {
    background-color: #e6e6e6;
}

.cs-time:hover {
    background-image: none;
}

.cs-time-btn-wrapper {
    max-height: 25px;
    padding: 0 !important;
}

    .cs-time-btn-wrapper .btn {
        width: 22px;
        padding: 0 5px;
        min-height: 8px;
        background-image: none;
        border: 0 solid #c5c5c5;
        border-left: none;
        font-size: 9px;
    }

        .cs-time-btn-wrapper .btn span {
            font-size: 9px;
        }

        .cs-time-btn-wrapper .btn:first-child {
            border-radius: 0 3px 0 0 !important;
        }

        .cs-time-btn-wrapper .btn:last-child {
            border-radius: 0 0 3px 0 !important;
            border-top: none;
        }

.cs-time > input[type='text'] {
    width: 24px;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    border: none;
    padding: 0;
    text-align: center;
    height: 19px;
}

    .cs-time > input[type='text']:last-child {
        position: static;
    }

    .cs-time > input[type='text']:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.cs-time-am, .cs-time-pm {
    font-size: 12px;
}

.cs-daterange-picker input:focus, .cs-numericrange-picker input:focus {
    border-color: rgba(82, 168, 236, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
}

.hiddenlog textarea {
    margin-left: 2.7624309392265194% !important;
}

.hasDatepicker[readonly], [data-bind*='lookupMultiCore'][readonly] {
    background-color: #fff;
}

.cs-fileinput-button {
    position: relative;
}

    .cs-fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        height: 31px;
        width: 92px;
        direction: ltr;
        cursor: pointer;
    }

.editable-click:hover {
    cursor: pointer;
}

.status {
    visibility: hidden !important;
}

.cs-widget-wrapper {
    border-radius: 3px;
    border: 0 solid #ccc;
    position: relative;
    flex-wrap: nowrap;
}

    .cs-widget-wrapper .ui-autocomplete-input, .cs-widget-wrapper .input-group-btn button, .cs-widget-wrapper .form-control, .cs-quicksearch-bar-wrapper .input-group-btn button {
        border-color: rgb(204, 204, 204);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

    .cs-widget-wrapper.focused .ui-autocomplete-input, .cs-widget-wrapper.focused .input-group-btn button, .cs-quicksearch-bar-wrapper.focused .input-group-btn button, .cs-widget-wrapper.focused .form-control {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .cs-widget-wrapper .input-group-btn button, .cs-widget-wrapper .form-control {
        border: 1px solid rgb(204, 204, 204);
    }

        .cs-widget-wrapper .input-group-btn:not(:last-child) button,
        .cs-widget-wrapper .input-group-addon:not(:last-child) {
            border-right: none;
        }

    .cs-widget-wrapper.focused .ui-autocomplete-input, .cs-widget-wrapper.focused .input-group-btn button {
        border-color: rgba(82, 168, 236, 0.8) !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
    }

    .cs-widget-wrapper .input-group-btn:last-child > .btn:last-child {
        border-left: none;
        border-radius: 0 3px 3px 0;
    }

    .cs-widget-wrapper .form-control, .cs-widget-wrapper .input-group-btn .btn {
        height: 32px;
    }

.input-group-btn {
    background-color: transparent;
}

/*.cs-widget-wrapper .input-group-btn:not(:first-child):not(:last-child), .cs-widget-wrapper .input-group-btn:not(:first-child):not(:last-child) .btn,
.cs-widget-wrapper .input-group-btn:not(:first-child):not(:last-child) .cs-widget-wrapper,
.cs-widget-wrapper .input-group-btn:not(:first-child):not(:last-child) .cs-widget-wrapper .input-group-btn,
.cs-widget-wrapper .input-group-btn:not(:first-child):not(:last-child) .cs-widget-wrapper .input-group-btn .btn,
.cs-widget-wrapper .input-group-btn:not(:first-child):not(:last-child) .cs-widget-wrapper .form-control,
.cs-widget-wrapper .form-control:not(:first-child):not(:last-child){
    border-radius: 0 !important;
}

:not(.cs-widget-wrapper, .input-group-btn, .cs-widget-wrapper, .input-group-btn, .btn),
:not(.cs-widget-wrapper, .input-group-btn, .cs-widget-wrapper, .form-control),
.cs-widget-wrapper .input-group-btn:first-child,
.cs-widget-wrapper .form-control:first-child {
    border-radius: 3px 0 0 3px !important;
}*/

.cs-widget-wrapper .form-control:last-child,
.cs-widget-wrapper > .status + .form-control {
    border-radius: 0 3px 3px 0 !important;
}

.cs-disabled:not(.cs-managed-externally), .cs-disabled div, .cs-disabled .hasDatepicker[readonly], *[data-csdatatype='lookup-multi-core'][readonly] {
    background-color: #e6e6e6;
}

/*.cs-disabled *, *:focus {
        outline: none !important;
    }*/

input[type='checkbox'] {
    -webkit-appearance: checkbox;
}

.cs-radio-group .btn.btn-outline-secondary btn-sm.selected {
    background-color: #3276b1;
    color: #fff;
    border: 1px solid transparent;
}


.ui-spinner.focused, .cs-textarea-wrapper.focused, .input-group.cs-input-wrapper.focused .form-control, .input-group.focused .input-group-btn .btn, .cs-widget-wrapper.focused, .cs-quicksearch-bar-wrapper.focused {
    border-color: rgba(82, 168, 236, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
}


.ui-spinner-input {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0 !important;
    height: 29px;
}

.caret.up {
    border-top: 0 dotted;
    border-bottom: 4px solid #000000;
    content: "";
}

.cs-spinner-up .caret, .cs-spinner-down .caret {
    margin-bottom: 3px;
}

.cs-spinner-up, .cs-spinner-down {
    border: none;
    min-height: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 26px;
    margin-left: 0 !important;
}

.btn {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
}

.ui-spinner-button.ui-spinner-up.cs-spinner-up {
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 3px !important;
}

.ui-spinner-button.ui-spinner-down.cs-spinner-down {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 3px !important;
    -webkit-box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.075);
}

.cs-user-profile {
    color: #444;
}

.dropdown .btn, .ui-datepicker-trigger + .input-group-btn .btn, .ui-spinner-button {
    -webkit-box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.075);
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dropdown-menu {
  /* padding:0 1rem;*/
}

    .dropdown-menu li > .btn {
        border-radius: 0;
    }

        .dropdown-menu li > .btn:first-child {
            border-radius: 3px 3px 0 0;
        }

        .dropdown-menu li > .btn:last-child {
            border-radius: 0 0 3px 3px;
        }

.ui-autocomplete li.ui-menu-item.active {
    background-color: #3276b1;
    border-radius: 3px;
    color: #fff;
    border: 1px solid transparent;
}

    .ui-autocomplete li.ui-menu-item.active a {
        color: #fff;
    }

.hasDatepicker + button + .input-group-btn .btn, .form-control + datalist + .dropdown .btn {
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.hasDatepicker:focus + button + .input-group-btn .btn, .form-control:focus + datalist + .dropdown .btn {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-spinner.focused .cs-spinner-up {
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


div.cs-input-wrapper.col-sm-12 {
    display: table;
}

    div.cs-input-wrapper.col-sm-12 div.col-sm-2 {
        /*padding-right: 6px;*/
    }

    div.cs-input-wrapper.col-sm-12 div.col-sm-10 {
       /* padding-left: 10px;*/
    }

.cs-input-wrapper.alert {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom : 0px;
}

.form-group {
    margin-bottom: 3px;
}

.input-group select.form-control, .cs-custom-form-control select, .cs-custom-form-control datalist {
    border-radius: 3px !important;
    width: 100%;
}

/* multiple select custom control */
.cs-multiple-select-wrapper {
    padding: 0;
    margin: 0;
    margin-top: 1px;
    display: block;
    width:100%;
}

    .cs-multiple-select-wrapper > .cs-multiple-select-item {
        margin-left: 1px;
        margin-bottom: 1px;
        display: inline-block;
        padding: 5px 6px 5px;
        font-size: 12px;
        background-color: #428bca;
        border-radius: 3px;
        color: #fff;
    }

.cs-custom-form-control {
    background-image: none;
    outline: none;
    min-height: 31px;
    width: 100%;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .cs-custom-form-control[disabled]:not(.cs-managed-externally) {
        background-color: #e6e6e6 !important;
    }

    .cs-custom-form-control.active {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.ui-autocomplete {
    z-index: 9990;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

.cs-multiple-select-item > .close {
    margin-left: 6px;
    color: #fff;
    /* margin-top: -2px; */
    /* padding-bottom: 2px; */
    border-style: none;
    background-color: #428bca;
    
}

    .cs-multiple-select-item > .close:hover {
        color: #fff;
        opacity: .8;
    }

.cs-multiple-select-wrapper input[type='text'] {
    border: none;
    height: 28px;
    outline: none;
    margin-left: 1px;
    margin-right: 1px;
    display: inline-block;
}

.cs-notification-container {
    height: 100%;
    font-family: Arial,Verdana,Geneva,sans-serif;
    border: 1px solid rgb(204, 204, 204);
    border-top-left-radius: 8px;
    box-sizing: border-box;
    position: relative;
    left: 0;
    right: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 101;
    background-color: #f6f6f6;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

    .cs-notification-container.horizontal {
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0;
    }

    .cs-notification-container.vertical {
        border-bottom-left-radius: 0;
        border-top-right-radius: 8px;
    }

.cs-notification-item {
    position: relative;
    height: 52px;
    max-height: 60px;
    font-size: 12px;
    line-height: 21px;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    border: 0 solid transparent;
    z-index: 100;
    background-color: #f9f9f9;
}

.cs-notification-item-top {
    top: 36px;
}

.cs-notification-widget {
    font-size: 12px;
    line-height: 16px;
    border-radius: 0;
}

    .cs-notification-widget .cs-notification-item {
        height: 32px;
        max-height: 32px;
        font-size: 10px;
        line-height: 12px;
        overflow-y: hidden;
        overflow-x: hidden;
    }

        .cs-notification-widget .cs-notification-item .cs-notification-item-wrapper {
            padding: 2px;
            height: 100% !important;
            max-height: 100% !important;
            overflow: hidden;
            word-wrap: break-word;
            text-overflow: ellipsis;
        }

            .cs-notification-widget .cs-notification-item .cs-notification-item-wrapper:before {
                content: '';
                display: inline-block;
                height: 100%;
                vertical-align: middle;
                margin-right: -0.25em;
            }

            .cs-notification-widget .cs-notification-item .cs-notification-item-wrapper .cs-notification-date {
                width: 20%;
                display: inline;
                float: unset;
                text-align: right;
                overflow: visible;
                margin: 0 0 2px 22px;
            }

        .cs-notification-widget .cs-notification-item .cs-notification-left {
            width: 3px;
        }



.cs-notification-left {
    display: inline-block;
    width: 6px;
    background-color: #eee;
    float: left;
    height: 100%;
}

.cs-notification-item.cs-notification-unread {
    background-color: #ffffd9;
}

    .cs-notification-item.cs-notification-unread > .cs-notification-left {
        background-color: orange !important;
    }

.cs-notification-item-selected.cs-notification-unread > .cs-notification-left {
    background-color: #cc8400 !important;
}

.cs-notification-item.cs-notification-hover > .cs-notification-left {
    background-color: #428bca !important;
    opacity: .6;
}

.cs-notification-item-selected {
    background-color: #dfefff !important;
    border: 0.5px dotted black;
}

.cs-notification-item-left-selected {
    background-color: #428bca !important;
}

.cs-notification-delimiter {
    position: relative;
    display: block;
    height: 1px;
    background-color: #999;
    opacity: .2;
    filter: alpha(opacity=20);
}

.cs-notification-item-wrapper {
    padding: 5px 0;
}

.cs-notification-item.selected {
    background-color: #dfefff;
    z-index: 101;
}

.cs-notification-item.focused {
    background-color: #f5f5f5;
}

.cs-notification-date {
    display: inline-block;
    float: right;
    position: relative;
    margin: 0 5px;
    color: #999;
    font-size: 11px;
    white-space: nowrap;
}

.cs-notification-date-w {
    display: inline-block;
    color: #999;
    font-size: 11px;
    white-space: normal;
    overflow: visible;
    float: right;
    margin-right: 5%;
    padding-top: 6px;
    position: relative;
}

    .cs-notification-date-w > div {
        display: inline-block;
        width: 100px;
        position: absolute;
    }

        .cs-notification-date-w > div * {
            position: relative;
            float: left;
            left: -14px;
        }

    .cs-notification-date-w .cs-clickable {
        padding-right: 3px;
    }

    .cs-notification-date-w .cs-notification-widget-meta {
        left: -20px;
    }

        .cs-notification-date-w .cs-notification-widget-meta .glyphicon-paperclip {
            left: -12px;
        }

.cs-notification-subject {
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Segoe UI',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif !important;
}

.cs-notification-item.cs-notification-unread > div > div > .cs-notification-subject {
    font-weight: bold;
}

.cs-notification-checkbox-wrapper {
    display: inline-block;
    float: left;
    margin-top: 11px;
    padding: 0 8px 0 6px;
    font-size: 14px;
}

.cs-notification-checkbox-wrapper-w {
    display: inline-block;
    float: left;
    margin-top: 7px;
    padding: 0 3px 0 5px;
    font-size: 12px;
}

.cs-notification-msg {
    color: #333;
    font-family: 'Segoe UI',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif !important;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 21px;
}

.cs-notification-msg-w {
    position: relative;
    left: 8px;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 8px;
    padding-top: 6px;
}

.cs-notification-link {
    margin-right: 12px;
}

    .cs-notification-link > a {
        color: #aaa;
    }

        .cs-notification-link > a:hover {
            color: #428bca;
            cursor: pointer;
        }

        .cs-notification-link > a:visited {
            color: #aaa;
        }

.cs-notification-action-links {
    color: #428bca;
    position: relative;
    left: 0;
    top: 0;
    font-size: 12px;
    margin-right: 6px;
}

    .cs-notification-action-links > a:hover {
        color: #428bca;
        cursor: pointer;
    }

    .cs-notification-action-links > a:visited {
        color: #428bca;
        cursor: pointer;
    }

    .cs-notification-action-links span {
        display: inline-block;
        width: 20px;
    }

.cs-widget-action-links {
    margin-right: 0;
    font-size: 10px;
    left: 10%;
    display: inline-block;
}

.cs-notification-check-all {
    font-weight: normal;
    margin: 0 4% 0 4px;
    color: #ddd !important;
    outline: 0;
    position: relative;
    top: -5px;
}

    .cs-notification-check-all:focus {
        outline: 0;
    }

.cs-notification-check-all-w {
    color: #555 !important;
    top: -8px;
}

.cs-notification-checkbox {
    color: #555;
}

    .cs-notification-checkbox:hover:not(.cs-notification-uncheckable) {
        color: #428bca;
        opacity: .8;
    }

.cs-notification-uncheckable {
    color: #ccc;
}

    .cs-notification-uncheckable:hover {
        color: #ccc;
    }

.cs-notification-btn {
    text-align: center;
    padding: 6px 4px 6px 4px;
    margin: 20px 0 20px 0;
}

.cs-notification-pagination button {
    color: #000;
}

.cs-notification-pane-container {
    border: none !important;
    height: 100%;
}

.cs-notification-toolbar {
    height: 40px;
    width: 100%;
    line-height: 12px;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 502;
    border: 1px solid rgb(204, 204, 204);
    background-color: #3c3c3c;
    padding: 4px;
    color: #fff;
    text-overflow: clip;
}

    .cs-notification-toolbar.horizontal {
        border-top-left-radius: 8px;
        border-top-right-radius: 0;
    }

    .cs-notification-toolbar.vertical {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        width: 98%;
    }

    .cs-notification-toolbar .badge {
        margin-left: 6px;
        position: relative;
        top: 0;
        background-color: #777;
    }

    .cs-notification-toolbar .label-as-badge {
        margin-left: 6px;
        line-height: 12px;
        font-size: 11px;
        position: relative;
        top: 0;
    }

    .cs-notification-toolbar .btn {
        outline: 0;
        font-weight: bold;
    }

    .cs-notification-toolbar .btn-outline-secondary btn-sm .badge {
        background-color: #777;
    }

    .cs-notification-toolbar .btn-primary {
        border-width: 1px;
        border-style: solid;
        border-color: rgba(255,255,255,0.5);
        background-color: #337ab7;
        color: white;
    }

        .cs-notification-toolbar .btn-primary .badge {
            background-color: #777;
        }

        .cs-notification-toolbar .btn-primary .caret {
            border-top-color: #fff;
        }

.cs-notification-toolbar-title {
    font-size: 16px;
    position: relative;
    top: 8px;
    left: 4px;
    display: inline-block;
    margin-right: 16px;
}

.cs-notification-toolbar-title-w {
    font-size: 16px;
    position: relative;
    top: -2px;
    left: 4px;
    display: inline-block;
    margin-right: 8px;
}

.cs-notification-card-header {
    padding: 5px 2px 0 2px;
    background-color: #f3f6f9;
}

    .cs-notification-card-header .badge {
        margin-left: 6px;
        position: relative;
        top: 0;
    }

    .cs-notification-card-header .label-as-badge {
        margin-left: 6px;
        line-height: 12px;
        font-size: 11px;
        position: relative;
        top: 0;
    }

    .cs-notification-card-header .btn {
        outline: 0;
        font-weight: bold;
    }

    .cs-notification-card-header .btn-outline-secondary btn-sm .badge {
        background-color: #777;
    }

    .cs-notification-card-header .btn-primary {
        border-width: 1px;
        border-style: solid;
        border-color: rgba(255,255,255,0.5)
    }

        .cs-notification-card-header .btn-primary .badge {
            background-color: #fff;
            color: #337ab7;
        }

        .cs-notification-card-header .btn-primary .caret {
            border-top-color: #fff;
        }

.cs-notification-toolbar-buttons {
    padding: 0 12px 0 0;
}

.cs-notification-top {
    margin: 0;
    padding: 0 20px 0 20px;
    width: 90%;
}

.cs-notification-loading {
    opacity: .25;
}

.cs-notification-widget-loading {
    padding: 10px 0 10px 0;
    background-color: #f3f6f9;
}

.cs-notification-spinner {
    position: relative;
    top: 40px;
}

    .cs-notification-spinner span {
        position: absolute;
        left: 50%;
        text-align: center;
        z-index: 151;
    }

.cs-msg-pane-info {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.cs-msg-pane-default {
    width: 50%;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
}

    .cs-msg-pane-default .cs-msg-icon {
        text-align: center;
        font-size: 48px;
        margin: 10% 0 5% 0;
    }

    .cs-msg-pane-default .cs-msg-heading {
        text-align: center;
        margin-bottom: 10%;
    }

    .cs-msg-pane-default .cs-msg-pane-options {
        width: 120px;
        text-align: left;
        margin: 0 auto;
        font-size: 14px;
    }

        .cs-msg-pane-default .cs-msg-pane-options div {
            margin-bottom: 8px;
            text-overflow: ellipsis;
            overflow: hidden;
        }

.cs-msg-action-link:hover, .cs-msg-action-link:focus {
    text-decoration: none;
}

.cs-notification-message {
    border-top: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
}

    .cs-notification-message.horizontal {
        border-radius: 8px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .cs-notification-message.vertical {
        border-left: 1px solid rgb(204, 204, 204);
        border-radius: 8px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .cs-notification-message .cs-header {
        background-color: #f8f8f8;
        padding: 6px;
        position: relative;
        min-height: 46px;
        max-width: 100%;
    }

        .cs-notification-message .cs-header .cs-subject-line {
            margin: 0 12px;
        }

        .cs-notification-message .cs-header .cs-subject {
            font-weight: bold;
            font-size: 14px;
            color: #000;
            white-space: nowrap;
            box-sizing: border-box;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            float: left;
            width: 70%;
            margin-right: 8px;
        }

        .cs-notification-message .cs-header .cs-subheader {
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #000;
            white-space: nowrap;
            margin: 0 12px;
        }

            .cs-notification-message .cs-header .cs-subheader > div {
                display: inline-block;
            }

            .cs-notification-message .cs-header .cs-subheader .dropdown {
                position: absolute;
            }

        .cs-notification-message .cs-header .cs-notificication-right-buttons {
            float: left;
            width: 110px;
            display: flex;
        }

    .cs-notification-message .cs-body {
        background-color: #fff;
        padding: 12px;
        border-top: 1px solid #c6c6c6;
        margin: 0 auto;
        height: calc(100% - 80px);
    }

.cs-pseudo-anchor {
    color: #428bca !important;
}

    .cs-pseudo-anchor:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.cs-email-iframe {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-color: #fff;
    border: 0 !important;
    margin: 0 0 0 0;
    box-sizing: border-box;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cs-notification-load.cs-loading {
    background-position-y: 25%;
}

.cs-notification-widget-body {
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}

.cs-notification-paperclip {
    margin-left: 12px;
    color: #333;
}

    .cs-notification-paperclip:hover {
        cursor: pointer;
    }

.cs-notification-no-results {
    position: absolute;
    top: 50px;
    margin: 0 24% 0 20%;
    z-index: 500;
    width: 56%;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
}

#notification-list-widget > .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.cs-notification-widget-panel .cs-widget-label {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -10px;
    padding-right: 6px;
}

.cs-bi-widget-panel iframe {
    width: 100%;
    border: 0;
    overflow: hidden;
}

.cs-listview {
    
}
    .cs-listview .list-group {
        -webkit-overflow-scrolling: touch;
    }

    .cs-listview .list-group-item {
        border: 0;
        padding: 5px 10px;
        background-color: inherit;
        display:inline-table;
    }

        .cs-listview .cs-lv-heading {
            font-weight: bold;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            max-width: 100%;
            display: block;
        }

.cs-steps-container {
    color: #444;
    font-family: 'PT Sans Caption', sans-serif;
    width: 90%;
    margin: 10px auto;
    max-width: 1200px;
    position: relative;
}

    .cs-steps-container > ul li {
        color: #ccc;
        display: block;
        font-size: 16px;
        font-weight: 600;
        padding: 14px 20px 14px 80px;
        position: relative;
    }

        .cs-steps-container > ul li:before {
            -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            background: #ddd;
            border: 2px solid #FFF;
            border-radius: 50%;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            left: 20px;
            line-height: 37px;
            height: 35px;
            position: absolute;
            text-align: center;
            text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
            top: 4px;
            width: 35px;
            z-index: 500;
        }

        .cs-steps-container > ul li.active {
            color: #8bc53f;
            font-weight: bold;
        }

            .cs-steps-container > ul li.active:before {
                background: #8bc53f;
                z-index: 7999;
            }

        .cs-steps-container > ul li.active-visited:before {
            background: #8bc53f;
            z-index: 1500;
        }

        .cs-steps-container > ul li.visited {
            color: #57aed1;
            z-index: 1500;
        }

            .cs-steps-container > ul li.visited:hover {
                cursor: pointer;
            }

            .cs-steps-container > ul li.visited:before {
                background: #57aed1;
                z-index: 1500;
            }

        .cs-steps-container > ul li:nth-child(n):before {
            content: attr(data-cs-stepnum);
        }

    .cs-steps-container > ul a {
        color: #57aed1;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
    }

@media all and (min-width: 800px) {
    .cs-steps-container > ul li.active:after {
        -webkit-animation: myanimation 3s 0;
        background-size: 35px 35px;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        content: "";
        height: 15px;
        width: 100%;
        left: 50%;
        position: absolute;
        top: -50px;
        z-index: 0;
    }

    .cs-steps-container > ul li.active:last-child:after {
        width: unset;
    }

    .cs-steps-container {
        margin: 0 auto 10px auto;
    }

        .cs-steps-container > ul {
            -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            background-size: 35px 35px;
            background-color: #EcEcEc;
            background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
            background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
            border-radius: 15px;
            height: 15px;
            margin: 0 auto;
            padding: 0;
            position: absolute;
            width: 100%;
        }

            .cs-steps-container > ul:before {
                background-size: 35px 35px;
                background-color: #57aed1;
                background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                border-top-left-radius: 15px;
                border-bottom-left-radius: 15px;
                content: " ";
                height: 15px;
                left: 0;
                position: absolute;
            }

            .cs-steps-container > ul li {
                display: inline-block;
                margin: 50px 0 0;
                padding: 0;
                text-align: center;
                text-wrap: none;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .cs-steps-container > ul li:before {
                    height: 45px;
                    left: 40%;
                    line-height: 45px;
                    position: absolute;
                    top: -65px;
                    width: 45px;
                    z-index: 1500;
                }

                .cs-steps-container > ul li.visited {
                    background: none;
                }

                    .cs-steps-container > ul li.visited:after {
                        background-size: 35px 35px;
                        background-color: #57aed1;
                        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                        content: "";
                        height: 15px;
                        left: 50%;
                        position: absolute;
                        top: -50px;
                        width: 100%;
                        z-index: 99;
                    }

                    .cs-steps-container > ul li.visited:last-child:after {
                        width: 50%;
                        border-radius: 15px;
                    }

                .cs-steps-container > ul li.active-visited:after {
                    background-size: 35px 35px;
                    background-color: #57aed1;
                    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                    content: "";
                    height: 15px;
                    left: 50%;
                    position: absolute;
                    top: -50px;
                    width: 100%;
                    z-index: 99;
                }

                .cs-steps-container > ul li.active-visited:last-child:after {
                    width: 50%;
                    border-radius: 15px;
                }

    .cs-stepform-nav {
        position: relative;
        top: 85px;
        float: right;
    }

}
.cs-step-indicator {
    margin-top:20px;
}
li > a {
    color: rgb(85, 85, 85);
}
/*div.cs-input-wrapper.col-sm-offset-6 div.col-lg-8 {
    padding-right: 0px;
}*/

.ui-datepicker-trigger {
    display: none;
}

.invalid-option {
    color: #e11a1a !important;
}

li.invalid-option {
    border-color: #ffd7d3 !important;
    background-color: #ffd7d3 !important;
}

.invalid-option a {
    color: #e11a1a !important;
}

.cs-quicksearch {
    border-radius: 0 0 0 0!important;
}

.cs-quicksearch-bar-wrapper {
    /*display: table;
    position: relative;*/
}

.cs-search-panel{
    margin-top: 3px;
}

.cs-search-panel .card-header{
    padding: 0;
}

.cs-search-panel .card-title{
    min-height: 30px;
    display: table;
    width: 100%;
    margin: 0;
}

.cs-inactive-row{
    font-weight: bold;
    font-style: italic;
}

.cs-search-panel-filters{
    display: inline-block;
    float: left;
}

.cs-filter-btn-label {
    border-width: 1px 0px 1px 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-image: initial;
    border-right-style: initial;
    border-right-color: initial;
    border-radius: 3px 0px 0px 3px;
    background-color: rgb(255, 255, 255);
    padding: 6px 6px;
    float: left;
    color: rgb(85, 85, 85);
    box-shadow: rgba(0, 0, 0, 0.075) -1px 1px 1px inset;
}

.cs-filter-btn-label .close{

background-color:inherit;
border-style:none;
font-size:15px;
font-weight:bold;
color:inherit;
padding-right:2px;
}

.cs-filter-chicklet{
    margin: 1px 0 1px 1px;
}

.cs-filter-chicklet:first-child{
    margin-left: 1px;
}


.cs-filter-chicklet .input-group-addon{
    color: #444;
}

.cs-filter-chicklet.text-danger .cs-filter-btn-label,
.cs-filter-chicklet.text-danger button {
    background-color: #d9534f;
    color: #fff;
}

.dropdown-header {
    text-align: center;
}

.cs-filter-btn-label .cs-filter-label-txt{
    position: relative;
    top: 0;
    font-size:smaller
}

.cs-filter-btn-value > ul {
    padding: 0; border: 0;
}

.cs-search-panel-controls{
    margin: 1px;
}

.cs-search-panel-count{
    position: relative;
    display: block;
    float: left;
    vertical-align: middle;
    padding: 8px;
    font-style: italic;
    font-size: 12px;
}

    .cs-search-container {
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        max-height: 415px;
    }
        .cs-search-container .divider {
            margin-left: -15px;
            margin-right: -15px;
            border-style: outset;
            border-width: thin;
        }
        .cs-search-container .dropdown-header:first-child {
            margin-top: 5px;
        }
    .cs-search-menu {
        width: 450px;
        z-index: 999;
    }
    .well.dropdown-footer {
        border-radius: 0 0 3px 3px;
        margin-bottom: 0;
    }
        .well.dropdown-footer > div > .btn-group{
            margin-left: 5px;
        }

        .well.dropdown-footer > div > .btn{
            margin-right: 5px;
        }

.cs-searchform-toggle {

}
    .cs-searchform-toggle:hover {
        cursor: pointer;
    }
    .cs-searchform-toggle::after {
        font-family: "Glyphicons Halflings";
        content: "\e114";
        cursor: pointer;
    }
    .cs-searchform-toggle.collapsed::after {
        content: "\e080";
        cursor: pointer;
    }
.cs-filter-btn-close {
    padding: 0px;
    cursor: pointer;
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    opacity: 0.2;
}
.cs-fs-small{
    font-size:small;
}
.cs-chicklets {
    color: rgb(51, 51, 51);
    background-color: rgb(245, 245, 245);
    border-color: rgb(221, 221, 221);
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
#QuickSearch:focus {
    border-color: rgba(82, 168, 236, 0.8) ;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.cs-search-panel-footer {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(227, 227, 227);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
}
.cs-search-panel-footer-sm {
    padding: 9px;
    border-radius: 3px;
}
.cs-search-panel-footer.dropdown-footer {
    border-radius: 0px 0px 3px 3px;
    margin-bottom: -10px;
}
.float-right{
    float:right;
}
.btn.selected {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.span-org-name {
    max-width: 90px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: table-cell;
    float: left;
}

.panel-title {
    min-height: 30px;
    display: table;
    width: 100%;
    margin: 0;
    color: inherit;
    font-size: 14px;
}

.panel {
    margin-bottom: 17px;
    background-color: #fff;
    border: 1px solid transparent;
    border-color: #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.cs-header-panel {
    padding: 0;
    z-index: 8900;
}

.cs-header-panel-fixed {
    position: fixed;
    top: 0px;
}

.cs-header-panel .card-header{
    padding: 2px 2px 2px 0;
    background-color: #3c3c3c;
    z-index: 2;
    border-radius: 3px;
    border-bottom: none;
}

.cs-header-title {
    font-size: 16px;
    padding-left: 10px;
    padding-top: 4px;
    position: relative;
}
    .cs-header-title > a.cs-helplink {
        color: #fcf8e3;
        position: relative;
        top: -3px;
        margin-right: 10px;
        text-decoration: none;
    }

.cs-header-text {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 400px;
}

a.cs-header-text:hover {
    color: #fff;
    text-decoration: none;
}

#pageHeader{
    background-color:transparent ;
    border: none;
    box-shadow: -3px 2px 5px rgba(136, 136, 136, .5);
    margin-bottom: 0;
}
#pageHeaderBody{
        border: 1px solid #e7e7e7;
    border-radius: 0 0 3px 3px;
    border-top-color: #3c3c3c;
    margin-top: -1px;
}
.cs-header-panel .card-title{
    height: 30px;
    display: table;
    width: 100%;
    margin: 0;

}
.cs-form-header{
    min-height: 0;
    background-color: rgb(250, 250, 250);
    border-radius: 0 0 2px 2px;
}
.cs-form-header, .cs-form-header.collapse.in, .cs-form-header.in{
    width: 100%;
}

body.cs-transition-margin-top {
    -moz-transition-property: margin-top;
    -webkit-transition-property: margin-top;
    transition-property: margin-top;
    -moz-transition-duration: 350ms;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.cs-nav-right{
    -moz-transition-property: top;
    -webkit-transition-property: top;
    transition-property: top;
    -moz-transition-duration: 350ms;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.cs-header-dialog {
    width: 100%;
    color: #ccc !important;
    min-height: 360px;
    max-height: 360px;
    position: absolute;
    left: 8px;
    top: 40px;
    z-index: 800;
    width: 350px;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.188235);
}
    .cs-header-dialog > .card-header {
        padding: 8px;
        color: #fff;
        background-color: #3c3c3c;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
        .cs-header-dialog > .card-header > .card-title {
            height: 24px;
            font-size: 18px;
        }
    .cs-header-dialog > .card-body {
        padding: 0;
    }
        .cs-header-dialog > .card-body > .cs-scrollable {
            max-height: 263px;
            overflow-y: auto;
        }
        .cs-header-dialog > .card-body > .cs-loading {
            margin-top: 25%;
        }
        .cs-header-dialog > .card-body > .list-group {
            margin-bottom: 0;
        }
            .cs-header-dialog > .card-body > .list-group > .list-group-item {
                border-radius: 0;
                border-right: 0;
                border-left: 0;
            }


/* help links */
.cs-helplink {
    margin-left: 6px;
}
.cs-help-search {
    padding: 12px;
    border-bottom: 1px solid #ccc;
}
.cs-help-no-links {
    color: #555;
    padding: 15px;
}
aside {
    display: flex;
    flex-direction: column;
    width: 50%;
}

section {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0px;
}

#csMobileMenu{
    margin-top: 8px;
    margin-bottom: 4px;
    float: left !important;
    margin-left: 5px;
    margin-right: 5px;
}

    #csMobileMenu.active{
        background: none;
        color: #fff;
        background-color: #428bca;
    }

    #csMobileMenu.active:hover {
        background-position: center;
    }

.cs-nav-left {
    position: absolute;
    top: 52px;
    bottom: 0;
    margin: 0;
    left: -300px;
    width: 225px;
    background-color: #f0f0f0;
    border-right: 1px solid #cccccc;
    height: auto;
    z-index: 999;
}
#cs-left-nav-buttons > div.label-success {
    background-color: #5cb85c;
}
.cs-nav-left > a{
    text-decoration: none;
    color: #FFF;   
    text-align: center;
    padding: 13px 0 12px;
    font-weight: bold;
    margin-right: 0;
    background-color: #3C3C3c;
}

.cs-nav-left > a:hover{
    background-color: #3276b1;
    border-color: #285e8e;
}

.cs-nav-left.active, .cs-nav-left-bg.active{
    left: 0;
    /*position: fixed;*/
}

.cs-side-list-wrapper{

    width: 100%;
}

.cs-side-list{
    background-color: #f0f0f0;
}

.cs-side-list-header {
    font-weight: bold;
    font-size: small;
    color: #555;
    background-color: #fff;
    border-top: 1px solid #c5c5c5;
    width: 100%;
}

    .cs-side-list-header .drag-handle {
        vertical-align: middle;
        width: 16px;
        cursor: ns-resize;
        text-shadow: 0 1px 0 #ffffff;
    }
        .cs-side-list-header .drag-handle > i {
            color: #FFFFFF;
            opacity: 0.3;
        }
        .cs-side-list-header .drag-handle:hover i{
            opacity: 0.5;
        }

    .cs-side-list-header .input-group-btn {
        background-color: #fff;
        border-radius: 0;
    }

.cs-nav-left-header {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    padding: 13px 0 12px;
    font-weight: bold;
    margin-right: 0;
    background-color: #3C3C3c;
}
    .cs-nav-left-header.cs-toolbar-enabled {
        padding: 0;
    }

.cs-nav-left-header-toolbar {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    margin-right: 0;
    background-color: #3C3C3c;
    height: 42px;
}

.cs-nav-left-footer {
    text-decoration: none;
    color: #FFF;
    padding: 0;
    margin-right: 0;
    background-color: #3C3C3c;
    cursor: pointer;
    border-bottom: 2px solid #fff;
}

.cs-side-list-set, .cs-side-list-set, .cs-side-list-header.cs-side-list-set a:hover, .cs-side-list-header.cs-side-list-set a:hover, .cs-side-list-header.cs-side-list-set li:hover .drag-handle {
    background-color: #595f64;
}
.cs-side-list-group, .cs-side-list-set{
    z-index: 5;
}
.cs-side-list-subgroup, .cs-side-list-subgroup > li .cs-side-list-header {
    position: relative;
    z-index: 1;
    list-style-type: none;
}

    .cs-side-list-set + ul.cs-side-list-subgroup,
    .cs-side-list-header + ul.cs-side-list-record-group,
    .cs-side-list-subgroup > li ul.cs-side-list-record-group {
        -moz-transition: 350ms ease;
        -webkit-transition: 350ms ease;
        transition: 350ms ease;
        visibility: visible;
        max-height: 1000px;
        overflow: hidden;
        margin-left: -30px;
    }

.cs-side-list-subgroup > li.cs-collapsed  > ul.cs-side-list-record-group{

    max-height: 0;
    visibility: hidden;
    z-index: 1;
}   
.cs-collapsed + ul.cs-side-list-subgroup *{
    z-index: 1;
}
.cs-side-list-set.cs-collapsed + ul.cs-side-list-subgroup, .cs-side-list-subgroup > li.cs-collapsed  > ul.cs-side-list-record-group{
    z-index: 1;
    max-height: 0;
    visibility: hidden;
}

.cs-side-list-header > a > span:first-child, .cs-side-list-record-group > li > .cs-side-list-header > a{
    overflow: visible;
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: table-cell;
}
.cs-side-list-subgroup > li >.cs-side-list-header > a > span:first-child{
    max-width: 144px;
}

.cs-side-list-record-group > li > .cs-side-list-header > a{
    max-width: 135px;
}

.cs-side-list-subgroup > li >.cs-side-list-header > a > span.badge{
    margin-right: -10px;
}

.cs-side-list-set a{
    color: #fff;
}

.cs-side-list-header a {
    border-top: none !important;
    text-decoration: none;
    padding: 10px;
    display: flex;
    width: 100%;
    /* align-content: center; */
    align-items: center;
}

.cs-side-list > li > .cs-side-list-header a{
    padding:8px 0 7px 10px;
}

.cs-side-list-header a:hover, .cs-side-list-header a:hover + .input-group-btn{
    text-decoration: none;
    background-color: #eeeeee;
}

.cs-side-list li a{
    border-top: 1px solid #c5c5c5;
}

.cs-side-list-subgroup li > .cs-side-list-header >a {
    padding-top: 10px;
    padding-bottom: 10px;

}

.cs-side-list-header .close{
    padding: 6px 8px;
}

.cs-side-list li.active > a, .cs-side-list li.active > div > a,
 .cs-side-list li.active > div > a + .input-group-btn, .cs-side-list li.active > div > span , .cs-side-list li.active > div > span > button{
    background-image: none;
    background-color: #428bca;
    color: #fff;
}

.cs-side-list-group.hidden{
    visibility: hidden;
}

.cs-side-list-subgroup li a{
    padding-left: 30px;
}
.cs-side-list-expand-wrapper{
    border: 1px solid #c5c5c5;
    margin-bottom: 5px;
    z-index:5;
    background-color:whitesmoke;
}
.cs-side-list-expand {
    display: grid;
    width: 100%;
    height: 23px;
    border-radius: 0;
    border-right: none;
    border-bottom: none;
    margin-left: -1px;
}

.cs-side-list-expand span{
    margin-top: -2px;
    top: -2px;
}

.cs-nav-left > .cs-side-list-expand {
    position:absolute;
    bottom: 0;
    height: 40px;
    padding-top: 14px;
}

#side-tabs a {
    position: absolute;
    top: 55px;
    left: -100px;
    z-index: 9999;
    display: block;
    margin: 0;
    padding: 10px 15px 10px 25px;
    background-color: #3c3c3c;
    color: #fff;
    text-decoration: none;
    border-radius: 0 3px 3px 0;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: transform linear 400ms;
    -webkit-transition: -webkit-transform linear 400ms;
    transition: transform linear 400ms;
}

    #side-tabs a.active {
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

.cs-side-list-record-group{
    z-index: 3;
}

.cs-side-list-record-group .cs-side-list-header{
    font-weight: normal;
}

.notice {
    -moz-animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -moz-animation-name: balloon;
    -webkit-animation-name: balloon;
    animation-name: balloon;
}

#cs-left-nav-buttons {
    min-height: 42px;
    margin: 0 auto;
}
    #cs-left-nav-buttons div.cs-tl-nav {
        padding: 6px;
        height: 42px;
        text-align: center;
        position: relative;
    }

        #cs-left-nav-buttons > div:not(.active):hover {
            background-color: #595f64;
            cursor: pointer;
        }
        #cs-left-nav-buttons div.active {
            background-color: #337ab7;
        }
    #cs-left-nav-buttons .cs-left-nav-link {
        height: 36px;
        position: relative;
    }
    #cs-left-nav-buttons .cs-envelope {
        border-radius: 4px;
    }

    #cs-left-nav-buttons .cs-leftnotification-action {
        position: relative;
        top: 0;
    }

        #cs-left-nav-buttons .cs-leftnotification-action .label {
            position: absolute;
            top: 12px;
            left: 7px;
            z-index: 510;
            font-size:xx-small;
        }
#left-nav-notifications.critical {
    background-color: #bd362f;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;       
}

.cs-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#cs-left-notification-list {
    width: 100%;
    color: #555 !important;
    min-height: 360px;
    max-height: 360px;
    padding: 13px 6px 0 6px;
    border-bottom: 1px solid #8c8c8c;
    border-top: 1px solid rgba(213,213,213,.75);
    background-color: #3c3c3c;
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 800;
    width: 350px;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
}

    #cs-left-notification-list .cs-inboxtitle {
        position: relative;
        height: 28px;
        padding: 0 8px;
    }
        #cs-left-notification-list .cs-inboxtitle div {
            color: #fff;
            position: relative;
            top: -6px;
            border-bottom: 1px solid rgba(197,197,197,.75);
            height: inherit;
            padding-bottom: 6px;
        }
    #cs-left-notification-list .cs-inboxlist {
        max-height: 350px !important;
        min-height: 100%;
        overflow-y: hidden;
        overflow-x: hidden;
        position: relative;
    }
        #cs-left-notification-list .cs-inboxlist .cs-leftnav-scroll {
            max-height: 310px;
        }

        #cs-left-notification-list .list-group {
            padding-top: 0;
            height: 100%;
            min-height: 100%;
            text-align: left;
        }
            #cs-left-notification-list .list-group .list-group-item {
                padding: 8px 6px 8px 6px;
                width: 100%;
                cursor: pointer;
            }
            #cs-left-notification-list .list-group .list-group-item:hover {
                text-decoration: none;
                color: #555555;
                background-color: #f5f5f5;
            }
            #cs-left-notification-list .list-group .list-group-item a {
                color: #555555;
            }
            #cs-left-notification-list .list-group .list-group-item a:hover {
                text-decoration: none;
            }
            #cs-left-notification-list .list-group .list-group-item .row {
                width: 100%;
                display: flex;
                align-items: center;
                position: relative;
                left: 6px;
            }
                #cs-left-notification-list .list-group .list-group-item .row div {
                    padding: 0 4px 0 4px;
                    position: relative;
                }
                #cs-left-notification-list .list-group .list-group-item .row .cs-dismiss {
                    padding: 0 16px 0 10px;
                    font-size: 14px;
                }


/* toastr overrides */
.toast-top-left {
    top: 100px !important;
    left: 10px !important;
}
#cs-toast-container {
  position: absolute;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#cs-toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#cs-toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 350px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#cs-toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#cs-toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#cs-toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#cs-toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#cs-toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#cs-toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#cs-toast-container.toast-top-center > div,
#cs-toast-container.toast-bottom-center > div {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
#cs-toast-container.toast-top-full-width > div,
#cs-toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 200px) {
  #cs-toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #cs-toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #cs-toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #cs-toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 141px) and (max-width: 200px) {
  #cs-toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #cs-toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #cs-toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #cs-toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 181px) and (max-width: 250px) {
  #cs-toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #cs-toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
span.badge.cs-badge-side-menu.hidden {
    visibility: hidden !important;
    display: contents !important;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.cs-badge-side-menu {
    border-style: solid;
    border-width: thin;
    color: white;
    padding: 1px 5px;
    font-size: xx-small;
    font-weight: bold;
    border-radius: 8px;
    background-color: #777;
    border-color: #777;
}

.cs-side-list div.active > a, .cs-side-list div.active > div > a,
.cs-side-list div.active > div > a + .input-group-btn, .cs-side-list div.active > div > span, .cs-side-list div.active > div > span > button {
    background-image: none;
    background-color: #428bca;
    color: #fff;
}
.cs-side-menu-parent-span{
    padding-left:20px !important;
   
}
.cs-side-menu-sub-span {
    padding-left: 30px !important;
    
}
.cs-btn-close {
    position: relative;
    font-size: 10px;
    height:1.8em;
}

.cs-side-list-subgroup > div.cs-collapsed > div.cs-side-list-record-group {
    max-height: 0;
    visibility: hidden;
    z-index: 1;
}

.cs-collapsed + div.cs-side-list-subgroup * {
    z-index: 1;
}

.cs-side-list-set.cs-collapsed + div.cs-side-list-subgroup, .cs-side-list-subgroup > div.cs-collapsed > div.cs-side-list-record-group {
    z-index: 1;
    max-height: 0;
    visibility: hidden;
}
.cs-side-menu-text {

    padding: 0;
    display: flex;
    width: 100%;
    /* align-content: center; */
    align-items: center;
    max-width: 90%;
}
.cs-side-list-header > a > span.badge {
    margin-right: 2px;
}
/* end toastr overrides */
@-webkit-keyframes balloon {
    to{
        background-color: #888;
    }
}


.cs-nav-right {
    z-index: 8000;
    padding-top: 15px;
    width: 225px;
    margin-right: 5px;
    background-color: rgb(233, 233, 233);
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 1px 0 0 0 inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 1px 0 0 0 inset;
}

.cs-nav-right-fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    padding-top: 50px;
}

#rightNavHeader a {
    cursor: pointer;
}

#container-outer {
    -moz-transition: max-width linear 300ms;
    -webkit-transition: max-width linear 300ms;
    transition: max-width linear 300ms;
    max-width: 1600px;
}

#rightMenuCollapse.active {
    background-color: #428bca !important;
    color: #fff !important;
}

.cs-right-nav-group > a.card {
    display: block;
    margin-bottom: 0;
    text-decoration: none;
    border-radius: 0;
}

    .cs-right-nav-group > a.card .caret, .cs-right-nav-group .caret {
        margin-top: 7px;
    }

.cs-right-nav-group .list-group-item {
    border-radius: 0;
}

.cs-right-nav-group .dropdown a {
    display: block;
    text-decoration: none;
}

.cs-right-nav-group a.cs-bg-inverted:hover {
    background-color: #777;
    color: #fff;
}

.cs-progress-spin {
    background-image: url('data:image/gif;base64,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');
    *background-image: url(../Content/Kendo/Default/loading.gif); /* For IE 6 and 7 */
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 14px;
    margin-top: 10px;
}

.list-group-item, .list-group-item strong {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
}

.cs-list-group-item-allow-wrap {
    overflow: auto;
    white-space: normal;
    -ms-text-overflow:initial;
    text-overflow: initial;
    width: 100%;
}

.cs-list-group-item-allow-wrap-modal {
    overflow: auto;
    white-space: normal;
    -ms-text-overflow: initial;
    text-overflow: initial;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

    .list-group-item.dropdown {
        overflow: visible;
    }

.btn.btn-outline-secondary btn-sm.cs-add-link {
    margin-top: -6px;
    margin-bottom: -10px;
    border: none;
    background-color: transparent;
    margin-right: -10px;
}

.cs-notifications-right-menu-data > div.alert {
    margin-bottom: 0;
}
.cs-notifications-right-menu-data > div.alert-danger > a.list-group-item {
    color: darkmagenta;
    padding: 0 0 0 0;
    color: inherit;
    background: inherit;
    border: none;
}

.cs-right-menu-text {
    width: 100%;
    overflow-x: auto;
    text-wrap: normal;
    white-space: normal;
    word-wrap: break-word;
}

.cs-action-center-more > .list-group-item {
    padding: 10px;
    height: 52px;
}
.cs-action-center-more .btn-group > .dropdown-toggle {
    padding: 6px 4px 6px 4px;
}
    .cs-action-center-more .btn-group > .dropdown-toggle > .caret {
        position: relative;
        top: -5px;
    }
.cs-right-nav-group{
    font-size:small;
}
@media (max-width: 979px) and (min-width: 768px) {
    #container {
        padding-left: 20px;
        overflow-x: hidden;
    }

        #container.active {
            margin-left: 200px;
            margin-right: -200px;
        }

    #pages {
        left: 0;
    }

    .cs-header-panel {
        margin-left: 0;
    }
}

@media all and (min-width: 1570px){
    /*... trying to set a max width for the form ...*/

    #body{
        max-width: 1570px;
        margin-left: auto;
        margin-right: auto;
        -moz-box-shadow: 0 0 2px #888;
        -webkit-box-shadow: 0 0 2px#888;
        box-shadow: 0 0 2px #888;
    }

    .cs-nav-left{
        position: absolute !important;
    }
}

@media all and (max-width: 767px) {
    .cs-header-panel {
        margin-left: 0;
    }

    div.cs-input-wrapper.col-sm-12 div.col-sm-10{
        padding-left: 15px;
    }
    #container {
        padding-left: 0;
        overflow-x: hidden;
    }

        #container.active {
            margin-right: -200px;
            margin-left: 200px;
        }

        #pages{
            left: 0;
        }    
    fieldset {
        margin-left: 8px;
        margin-right: 8px;
        padding-left: 0;
        padding-right: 0;
    }

    .cs-label > label {
        margin-bottom: 0;
    }

    .row-fluid > div.cs-label + .span4 {
        width: 60%;
        display: inline-block;
    }
    
    .col-xs-4 + .col-xs-12{
        clear: left;
    }

    .form-horizontal .form-group{
        margin-left: 0;
        margin-right: 0;
    }

    .cs-input-wrapper .col-sm-2{
        text-align: left;
    }

    .cs-input-wrapper .col-sm-2 .cs-label{
        padding-left: 0;
    }

    .cs-log-reader-wrapper > [class*="span"], .cs-log-editor-wrapper >[class*="span"]{
        display: inline-block;
    }
    .cs-log-reader-wrapper > .span11, .cs-log-editor-wrapper > .span11, .cs-textarea-wrapper > .span11{
        width: 91.7%;
        float: left;
    }
    .cs-log-reader-wrapper > .span1, .cs-log-editor-wrapper > .span1, .cs-textarea-wrapper > .span1{
        width: 8.3%;
    }
    /*.cs-container{
        padding: 5px !important;
    }*/
    
    #csHeaderModules li:last-child a{
        margin-bottom: 0;
    }

    .navbar-collapse{
        clear: left;
        margin-left: -15px;
        margin-right: -15px;
    }

    .cs-search-wrapper{
        float: right !important;
        margin-top: 10px;
        margin-right: 15px;
    }
/*}
    leaving this commented out like this so that I can remember where the breakpoint was previously.
@media all and (max-width: 480px) {*/
    .cs-container{
        padding: 5px !important;
    }
    label.cs-label{
        text-align: left;
        clear: left;
        width: 100%;
    }
    [class*="col-xs-8"]{
        display: block;
        width: 100%;
    }
}


@media all and (min-width: 320px) and (max-width: 414px){
    .cs-search-menu {
        width: 275px !important;
    }
}

@media all and (min-width: 300px) and (max-width: 414px) and (orientation: portrait) {
    .cs-header-text {
        max-width: 135px;
    }

    /* the header text label span tag will have the extra cs-header-text-noform class when the save/apply/save&new buttons aren't there, 
        so we can give the label some extra width before the ellipsis need to kick in.
    */
    .cs-header-text.cs-header-text-noform {
        max-width: 165px;
    }

}

@media all and (max-width: 320px) and (orientation: landscape) {
    .cs-header-text {
        max-width: 400px;
    }
}

@media all and (device-width: 360px), (device-width: 414px) {
    .cs-search-menu {
        width: 305px !important;
    }
}

@media all and (min-width: 800px) {
    .cs-step-indicator {
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
.widget-host {
    margin: 0 0 25px 0;
}

.widget-host .card-header.cs-widget-heading {
    background-color: #f3f6f9;
}

    .widget-host .card-header.cs-widget-heading i {
        text-decoration: none;
        font-size: small;
        cursor: pointer;
    }

    .widget-host .card-header.cs-widget-heading span {
        cursor: pointer;
    }

    .widget-host .card-header.cs-widget-heading .btn-group {
        margin: 0;
        padding: 0;
        vertical-align: baseline;
    }

        .widget-host .card-header.cs-widget-heading .btn-group label {
            text-decoration: none;
            width: 60px !important;
            margin: 0;
            padding: 0;
        }

.widget-host .ui-state-disabled {
    opacity: 1.0;
}

.grid-stack-item-content {
    border: none;
    overflow-y: hidden !important;

}

    .grid-stack-item-content .panel.cs-grid-widget {
        overflow-y: hidden !important;
        min-height: 98%;
        border-style: solid;
        border-color: #ddd;
        border-radius: 7px;
        margin-top: 10px;
        border-width: thin;
    }

    .grid-stack-item-content .cs-widget-full-height {
        overflow-y: hidden !important;
        min-height: 98%;
    }


.grid-stack-item-content-admin {
    border: 1px #CCC solid !important;
    border-radius: 3px;
    background-color: rgb(51, 122, 183);
    opacity: .8;
    position: absolute;
    /*left: 0 !important; - not sure why, it looks better without this*/
}
    .grid-stack-item-content-admin:hover {
        opacity: .6;
    }
    .grid-stack-item.ui-draggable-dragging {
        opacity: .6;
    }
#widget-admin-panel {
    display: none;
}
.cs-widget-placeholder {
    position: relative;
    left: 0;
    border: 2px dotted black;
}

.cs-widget-grid-editable {
    border: 1px solid #ccc;
    border-radius: 3px;
    min-height: 800px;
}
.cs-widget-grid-wrapper {
    background-color: #f0f0f0;
    padding: 30px;
    border-radius: 4px;
}
    .cs-widget-grid-wrapper .ui-resizable-se {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBkPSJNMzI4LjkwNiw0MDEuOTk0aC0zNi41NTNWMTA5LjYzNmgzNi41NTNjNC45NDgsMCw5LjIzNi0xLjgwOSwxMi44NDctNS40MjZjMy42MTMtMy42MTUsNS40MjEtNy44OTgsNS40MjEtMTIuODQ1ICAgYzAtNC45NDktMS44MDEtOS4yMzEtNS40MjgtMTIuODUxbC03My4wODctNzMuMDlDMjY1LjA0NCwxLjgwOSwyNjAuNzYsMCwyNTUuODEzLDBjLTQuOTQ4LDAtOS4yMjksMS44MDktMTIuODQ3LDUuNDI0ICAgbC03My4wODgsNzMuMDljLTMuNjE4LDMuNjE5LTUuNDI0LDcuOTAyLTUuNDI0LDEyLjg1MWMwLDQuOTQ2LDEuODA3LDkuMjI5LDUuNDI0LDEyLjg0NWMzLjYxOSwzLjYxNyw3LjkwMSw1LjQyNiwxMi44NSw1LjQyNiAgIGgzNi41NDV2MjkyLjM1OGgtMzYuNTQyYy00Ljk1MiwwLTkuMjM1LDEuODA4LTEyLjg1LDUuNDIxYy0zLjYxNywzLjYyMS01LjQyNCw3LjkwNS01LjQyNCwxMi44NTQgICBjMCw0Ljk0NSwxLjgwNyw5LjIyNyw1LjQyNCwxMi44NDdsNzMuMDg5LDczLjA4OGMzLjYxNywzLjYxNyw3Ljg5OCw1LjQyNCwxMi44NDcsNS40MjRjNC45NSwwLDkuMjM0LTEuODA3LDEyLjg0OS01LjQyNCAgIGw3My4wODctNzMuMDg4YzMuNjEzLTMuNjIsNS40MjEtNy45MDEsNS40MjEtMTIuODQ3YzAtNC45NDgtMS44MDgtOS4yMzItNS40MjEtMTIuODU0ICAgQzMzOC4xNDIsNDAzLjgwMiwzMzMuODU3LDQwMS45OTQsMzI4LjkwNiw0MDEuOTk0eiIgZmlsbD0iI2ZmZmZmZiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=) !important;
    }
#available-widgets {
    overflow: hidden;
}
#available-widgets-body {
    overflow-y: auto;
}

.cs-available-widget-link {

}
    .cs-available-widget-link:hover, .cs-available-widget-link:visited, .cs-available-widget-link:focus {
        text-decoration: none;
    }
    .cs-available-widget-link > div {
        min-height: 100%;
        display:flex;
        align-items:flex-start;
        padding: 12px 0 12px 0;
    }
        .cs-available-widget-link > div > i {
            font-size: 32px; 
            line-height: 36px; 
            padding-left: 12px;
        }
        .cs-available-widget-link > div > div {
            padding-left: 12px; 
            color: #555;
        }
            .cs-available-widget-link > div > div > .cs-available-widget-name {
                font-size:12px; 
                word-wrap: break-word; 
                text-decoration: none; 
                font-weight: bold;
            }
            .cs-available-widget-link > div > div > .cs-available-widget-desc {
                font-size:12px; 
                word-wrap: break-word; 
                text-decoration: none;
            }
.widget-selected {
    background-color: #caeaf8 !important;
}

.cs-widget-external-body {
    background-color: #ffffff;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content {
    bottom: -7px;
    border: none;
    border-width: thin;
    border-color: #ddd
}

tr.cs-xslt-default-row:nth-child(odd) {
    background-color: #efefef;
}
/*styles for status bar widget*/
.step-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-y: clip;
    white-space: nowrap;
}

.step-menu li + li {
    padding: 1em 2em 1em 3em;
}

.step-menu li {
    padding: 1em 2em;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size:10px;
}
    .step-menu li.current {
        background: rgb(0 104 194);
        color: white;
        cursor: pointer;
    }

        .step-menu li.current + li:before {
            background: rgb(0 104 194);
        }

        .step-menu li.current:before {
            background: #67aee5;
        }
    .step-menu li.complete {
        background: #67aee5;
        color:white;
    }
        .step-menu li.complete + li:before {
            background: #67aee5;
        }
    .step-menu li.to-do{
        background:#ddd;
    }
    
    .step-menu li + li:before {
        content: '';
        position: absolute;
        top: -0.2em;
        bottom: 0;
        pointer-events: none;
        box-sizing: border-box;
        box-shadow: 3px -3px 6px -3px gray; /* a shadow effect can be added too */
        width: 3em;
        transform: rotate(30deg) skewy(30deg);
        z-index: 1;
    }

    .step-menu li:last-child:after {
        right: -1.5em;
        background: inherit;
    }

    .step-menu li + li:before {
        left: -2em;
        background:#ddd;
    }

