﻿body {
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px;
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

form {
    margin: 0px;
}

iframe {
    margin-bottom: 5px;
    border: none;
}

a img {
    border: none;
}

/* body */
div.dlv-fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #17233E;
    z-index: 97;
}

div.dlv-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #17233E;
    color: white;
    z-index: 97;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
}

div.dlv-logo-container {
    min-width: 156px;
    float: left;
    text-align: center;
    text-transform: uppercase;
}

div.dlv-logo-container a {
    display: block;
}

div.dlv-logo-container img {
    max-height: 25px;
    max-width: 115px;
    vertical-align: middle;
}

div.dlv-add-new-container {
    float: left;
}

div.dlv-icon-nav {
    float: right;
    height: 55px;
}

div.dlv-workflow-areas {
    background-color: #F8F8F8;
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
    width: fit-content;
}

.dlv-menu-item {
    font-size: 14px;
    display: inline-block;
    height: 55px;
    line-height: 55px;
}

.dlv-menu-item > a {
    display: block;
    height: 55px;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 1279px) {
    .dlv-menu-item > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .dlv-menu-item > a {
        padding-left: 4px;
        padding-right: 4px;
    }

    .dlv-content-wrapper {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.dlv-icon-nav .dlv-menu-item, .dlv-add-new-container .dlv-menu-item {
    float: left;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 29px;
}

.dlv-icon-nav .dlv-menu-item > a:hover {
    color: #FFFFFF;
}

.dlv-icon-nav .dlv-menu-item > a {
    color: #CCCCCC;
}

.fa-lockafter:after {
    content: "\f023";
}

.dlv-add-new-container .dlv-menu-item {
    font-size: 30pt;
}

.dlv-nav .dlv-menu-item.selected > a {
    color: #FFFFFF;
    font-weight: bold;
}

.dlv-nav .dlv-menu-item > a:hover {
    color: #FFFFFF;
}

.dlv-nav .dlv-menu-item.selected {
    border-bottom: 3px solid #FFC200;
    box-sizing: border-box;
}

.dlv-menu-item > a {
    color: #CCCCCC;
    text-decoration: none;
}

.dlv-page-header {
    height: 75px;
}

.dlv-fixed-page-header {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #0097FF;
    padding: 15px;
    z-index: 4;
    box-sizing: border-box;
}

.dlv-page-title {
    display: inline-block;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 900;
    font-style: normal;
}

.dlv-page-description {
    display: inline-block;
    padding-left: 25px;
    color: #17233E;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

.dlv-top-buttons {
    float: right;
    font-size: 0px;
}

.dlv-top-buttons .dlv-button, .dlv-top-buttons .dlv-button-group {
    margin-left: 10px;
}

.dlv-icon-button {
    color: inherit;
    text-decoration: none;
    cursor: default;
    font-size: 18px;
}

.dlv-top-buttons .dlv-button-group .dlv-button {
    margin-left: 0px;
}

.dlv-content-wrapper {
    margin: 0px auto;
    padding-left: 40px;
    padding-right: 40px;
}

/* Dashboard items */
.dlv-dashboard-wrapper {
    display: table;
    width: 100%;
    position: relative;
}

.dlv-dashboard-leftbar {
    left: 0px;
    width: 148px;
    top: 130px;
    bottom: 40px;
    position: fixed;
    background-color: #17233E;
    overflow-y: auto;
}

.dlv-dashboard-content {
    margin-left: 148px;
}

.dlv-dashboard-rightbar {
    width: 240px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.dlv-dashboard-card {
    display: table;
    width: 100%;
    border-radius: 5px;
    border: 1px;
    border-color: #DFDFDF;
    border-width: 1px;
    background-color: #F8F8F8;
    box-shadow: 3px 3px 3px rgba(50, 50, 50, .2);
    margin-bottom: 20px;
}

.dlv-dashboard-card-nest {
    background-color: #D8D8D8;
    padding: 15px;
}

.dlv-dashboard-card-header {
    font-size: 16pt;
    font-weight: bold;
    padding: 20px;
    border-bottom: 1px solid #D2D2D2;
}

.dlv-dashboard-leftbar-item {
    padding: 15px 15px 15px 15px;
    background-color: #17233E;
}

.dlv-dashboard-leftbar-item:hover, .dlv-dashboard-leftbar-item > a:hover {
    color: #FFFFFF;
}

.dlv-dashboard-leftbar-spacer {
    padding: 5px 20px 5px 20px;
    border-top: 1px solid #DDDDDD;
    background-color: #EDEEEF;
    font-weight: bold;
    text-transform: uppercase;
}

.dlv-dashboard-leftbar-item, .dlv-dashboard-leftbar-item a {
    font-size: 14px;
    color: #CCCCCC;
    text-decoration: none;
    display: block;
}

.dlv-dashboard-selection-item {
    background-color: #F8F8F8;
}

.dlv-dashboard-selection-item:hover {
    background-color: #DFDFDF;
}

.dlv-dashboard-selection-item a {
    font-size: 16px;
    font-weight: bold;
    color: #17233E;
    text-decoration: none;
    display: block;
}

.dlv-upcoming-mailing-item {
    padding: 15px 20px 15px 20px;
}

.dlv-upcoming-mailing-spacer {
    padding: 5px 20px 5px 20px;
    background-color: #EDEEEF;
    font-weight: bold;
    text-transform: uppercase;
}

.dlv-upcoming-mailing-item a {
    font-size: 14px;
    color: #009EDC;
    text-decoration: none;
    display: block;
}

.dlv-blue-link {
    color: #009edc !important;
    font-weight: bold;
    text-decoration: none;
}

span.dlv-field-label {
    display: block;
}

.dlv-field-label {
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #17233E;
}

.dlv-field-label.required:after {
    content: " *";
    color: Red;
}

div.dlv-folder-icon {
    font-size: 14px;
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal !important;
}

div.dlv-folder-icon:before {
    content: "\f07b";
    color: #17233E;
}

.rtSelected div.dlv-folder-icon:before {
    content: "\f07c";
}

body.dashboard {
    background-color: #FFFFFF;
}

/* RadContextMenu */
.icon-csv .rmLeftImage, .icon-pdf .rmLeftImage, .icon-xml .rmLeftImage {
    font: normal normal normal 14px/1 FontAwesome;
}

.icon-csv .rmLeftImage:before {
    /* fa-file-excel-o */
    content: "\f1c3";
}

.icon-pdf .rmLeftImage:before {
    /* fa-file-pdf-o */
    content: "\f1c1";
}

.icon-xml .rmLeftImage:before {
    /* fa-file-code-o */
    content: "\f1c9";
}

.RadMenu, .RadMenu_Metro {
    font-family: inherit !important;
}

.RadMenu a.rmLink {
    font-family: inherit !important;
}

.dlv-tooltip-handle {
    display: inline-block;
    font-family: FontAwesome;
    color: #17233E;
    font-size: 14pt;
}

.dlv-tooltip-handle:before {
    /* fa-question-circle */
    content: "\f059";
}

/* Grid */
.dlv-grid-header {
    display: table;
    height: 56px;
    width: 100%;
    box-sizing: border-box;
    min-width: 520px;
    padding: 15px 0px;
}

.dlv-grid-header-search-container {
    display: table-cell;
    width: 305px;
    vertical-align: bottom;
}

.dlv-grid-header-controls {
    display: table-cell;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
}

.dlv-grid-header-controls button, .dlv-grid-header-controls input[type=button], .dlv-grid-header-controls input[type=submit] {
    background: none;
}

.dlv-grid-header-controls a {
    color: #17233E;
    text-decoration: none;
}

.dlv-grid-header-controls a:hover {
    color: #d1887b;
}

.dlv-grid-header-controls > * {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}

.dlv-grid-search {
    display: inline-block;
    background-color: white;
    padding: 3px;
    border: 1px solid black;
    border-radius: 5px;
    white-space: nowrap;
    height: 18px;
}

.dlv-grid-search > * {
    vertical-align: middle;
}

.dlv-grid-header-controls .dlv-gridheader-fa {
    color: #666666;
    font-size: 18px;
    vertical-align: bottom;
}

.dlv-grid-search .dlv-search-button {
    border: 0;
    background: none;
    color: #666666;
    outline: none;
    font-family: 'FontAwesome' !important;
}

.dlv-grid-search input[type=text] {
    width: 270px;
    border: 0;
    outline: none;
}

.dlv-disable-div {
    color: #545454;
    border: 1px solid #AFAFAF;
    display: inline-block;
    background: #F0F0F0;
    padding: 2px;
}

.dlv-disable-textbox {
    color: #545454;
    border: 1px solid #AFAFAF;
    display: inline-block;
    background: #EBEBE4;
    padding: 2px;
}

.dlv-no-underline, a.fa {
    text-decoration: none;
}

/* pixel input styles */
.dlv-px-input {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
    padding: 3px 8px 3px 8px;
    vertical-align: middle;
}

.dlv-px-input:after {
    content: "px";
}

.dlv-px-input input {
    border: none;
    width: 18px;
    height: 14px;
}

/* KendoUI overrides */
.k-context-menu {
    /*text-transform: uppercase;*/
    font-size: 14px;
    width: 205px;
    border: none;
    margin-top: -6px;
}

.k-context-menu .k-list {
    white-space: nowrap;
    text-transform: none;
}

.k-context-menu .k-list-scroller {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.k-header {
    background-image: none;
}

.k-animation-container > .k-popup {
    box-shadow: none;
}

.k-animation-container > .k-popup > ul, .k-menu .k-group {
    box-shadow: 3px 3px 3px #BBBBBB;
    background-color: white;
    border: 1px solid #DFDFDF;
}

.k-context-menu, .k-menu .k-group {
    border-width: 0px;
    border-radius: 5px;
}

.k-menu-vertical {
    border-width: 0;
}

.k-state-hover, .k-state-hover:hover {
    background-image: none;
    background-color: #FFFFFF;
    color: #0097FF;
}

.k-menu .k-item.dlv-export > a.k-link {
    color: #666666;
}

.k-menu .k-item.dlv-export.k-state-hover > a.k-link {
    color: #333333;
    background-color: #DFDFDF;
}

.k-menu > .k-first.k-state-hover, .k-first.k-state-hover > .k-link {
    border-radius: 5px 5px 0 0;
}

.k-menu > .k-last.k-state-hover, .k-last.k-state-hover > .k-link {
    border-radius: 0 0 5px 5px;
}

.k-menu .k-item.dlv-account-name .k-link {
    color: #0097FF;
}

.k-separator ~ .k-item > a.k-link, .k-menu .k-item > a.k-link {
    color: #17233e;
}

.dlv-account-name {
    text-transform: none;
}

.k-widget {
    box-shadow: none;
}

/* Kendo Grid Overrides */
.k-grid .k-alt, .k-grid .k-grid-header, .k-grid .k-header {
    background-color: transparent;
}

.k-grid .k-state-selected {
    background-color: #999999 !important;
}

.k-grid tbody tr:hover {
    background-color: #E5E5E5;
}

.k-grid, .k-grid .k-grid-header .k-header {
    border: none;
}

.k-grid td {
    border-width: 1px 0px 0px 0px;
}

.k-button-group:not(.k-tool-group) {
    background-color: transparent;
}

.k-button-group:not(.k-tool-group) .k-button {
    border-radius: 5px;
    margin-right: 8px;
    background-color: #0C5D9E;
    border-color: #0C5D9E;
    color: #fff;
}

.k-button-group:not(.k-tool-group) .k-button:hover {
    color: #fff;
    background-color: #094676;
    border-color: #094676;
}

.k-button-group:not(.k-tool-group) .k-button.k-state-active, .k-button:active {
    color: #fff;
    background-color: #062E4F;
    border-color: #062E4F;
}
/* Telerik RadListBox for dashboards */
.RadListBox.dlv-dashboard-header {
    font-family: inherit;
    display: block !important;
}

.RadListBox.dlv-dashboard-header .rlbList {
    border-radius: 3px;
    display: table;
    table-layout: fixed;
    width: 100%;
    min-width: 550px;
    height: 61px;
}

.RadListBox.dlv-dashboard-header .rlbText, .RadListBox.dlv-dashboard-header .rlbTemplate {
    white-space: pre-wrap;
}

.dlv-dashboard-header .rlbItem {
    text-transform: uppercase;
    font-weight: bold;
    display: table-cell !important;
    text-align: center;
    vertical-align: middle;
}

.RadListBox.dlv-dashboard-header .rlbGroup, .RadListBox.dlv-dashboard-header .RadListBox {
    border: none;
    background: none;
    width: auto !important;
}

.dlv-dashboard-header.RadListBox_Default .rlbItem.rlbSelected {
    background-color: #0097FF;
    color: #FFFFFF;
}

.dlv-dashboard-header.RadListBox_Default .rlbItem:not(.rlbSelected):hover {
    background-color: #dfdfdf;
    color: #000000;
}
/* Fix RadListBox empty item display */
.RadListBox .rlbEmptyMessage {
    position: static !important;
}

.RadComboBox_Default .rcbFocused .rcbReadOnly .rcbInput {
    color: #000 !important;
}

.RadMenu ul.rmGroup {
    border-radius: 5px !important;
}

.RadMenu_Default .rmGroup, .RadMenu_Default .rmMultiColumn, .RadMenu_Default .rmGroup .rmVertical {
    background-color: #F5F5F5 !important;
}

.RadMenu_Default, .RadMenu_Default a.rmLink {
    color: #428bca !important;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

.RadMenu_Default .rmGroup .rmItem a.rmLink {
    margin-bottom: 3px !important;
}

.RadMenu_Default, .RadMenu_Default a.rmLink:hover {
    color: black !important;
}

#content {
    font-size: 11px;
    line-height: 16px;
    color: #666666;
}

table.tabpage {
    border-spacing: 0px;
    border-collapse: collapse;
}

table.tabpage > tbody > tr > th, table.tabpage > tbody > tr > td {
    padding: 10px;
}

table.tabpage th {
    text-align: right !important;
    color: #383838;
    width: 100px;
}

.dlv-Breakword {
    word-break: break-all;
}

.dlv-TreeList-OnHover {
    background-color: #e5e5e5 !important;
}

.rcbItem.dlv-default:after, .rcbHovered.dlv-default:after {
    content: "(default)" !important;
    float: right;
}

.k-pdf-export .pdfHide {
    visibility: hidden;
}

.fa-ellipsis-v.dlv-grid-header-export {
    color: white;
    font-size: 16px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
