﻿/*
    Theme Name: Tevalis
    Description: Main site stlying
    Author: Tom Leeman
    Date: 18/09/2018
*/

/* ==========================================================================
   CONTENTS
   ========================================================================== */
/*
   $ Reset....................Normalise CSS accross browsers
   $ Main Elements............Basic styling accross site
   $ Header...................Header styles
   $ Nav......................Telerik navigation
   $ Panels...................Framework for panels
   $ Accordion List...........Framework for accordion lists
   $ Widgets..................Framework for Widgets
   $ Dashboard................Framework for Dashboards
   $ Tables...................Table styling
   $ Lists....................List styles
   $ Typography...............Typographical styles
   $ Forms....................General form styling
   $ Footer...................Sticky footer
   $ Alerts...................Generic message styles
   $ Add-Ons..................Base styles for add-ons
   $ Release Notes............Release note styles
   $ Notification Bar.........Notification bar styles
   $ Selectable Columns.......Selectable column module styling
   $ Telerik..................Override Telerik styles
   $ Misc.....................Miscellaneous bits
*/

/* ==========================================================================
   $Imports
   ========================================================================== */

@import url("owl.carousel.css");
@import url("owl.transitions.css");

/* ==========================================================================
   $Reset | YUI 3 (http://developer.yahoo.com/yui/3/cssreset/)
   ========================================================================== */
html {
    color: #000;
    background: #FFF;
}
/* TODO remove settings on BODY since we can't namespace it. */
/* TODO test putting a class on HEAD. - Fails on FF. */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend,
input, textarea, p, blockquote,
th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}
/* TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit... */
address, caption, cite, code,
dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
    *font-size: 100%;
}
/*because legend doesn't inherit in IE */
legend {
    color: #000;
}


/* Reset Font Awesome Styling
-------------------------------------------------------- */
[class^="icon-"], [class*=" icon-"] {
    line-height: inherit;
}


/* =====================================================================
    $Main Elements
   ====================================================================== */

html {
    background: #F8F8F8;
    font-family: "Segoe UI Web Light","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial;
    font-size: 14px;
    color: #444;
}

.body-container {
    padding: 30px 0 0 0;
}

.container {
    min-width: 960px;
}

.breakout-area {
    border-top: 1px solid #CCC;
    padding: 25px;
    background-color: #FFF;
    min-height: 200px;
}

@media(max-width:1140px) {
    .breakout-area {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container {
        min-width: 950px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.breakout-area .row {
    max-width: 1550px;
}

    .breakout-area .row .panel {
        margin-bottom: 0;
    }

/* =====================================================================
    $Header
   ====================================================================== */

.header {
    padding: 10px 0;
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
    min-width: 960px;
}

    .header h1 {
        margin-top: 25px;
        font-weight: normal;
        font-size: 21px;
        float: left;
    }

        .header h1 a {
            color: #013354;
            text-decoration: none;
        }

    .header .company-logo {
        max-height: 65px;
    }

.social-icons {
    margin-top: 20px;
    float: left;
}

    .social-icons a {
        margin-right: 1.75em;
    }

    .social-icons a {
        -webkit-transition: transform 0.25s ease;
        -moz-transition: transform 0.25s ease;
        -o-transition: transform 0.25s ease;
        transition: transform 0.25s ease;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }

        .social-icons a:hover {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

/* =====================================================================
    $Nav
   ====================================================================== */

/*Root*/
.nav {
    background-color: #013354;
    color: #FFF;
    min-width: 960px;
    font-family: 'Cuprum', sans-serif;
}

    .nav .RadMenu {
        display: inline-block;
        z-index: 500 !important;
    }

        .nav .RadMenu.main-menu {
            left: -15px;
        }

        .nav .RadMenu .rmRootGroup,
        .nav .RadMenu .rmRootGroup .rmItem {
            border: none !important;
        }

            .nav .RadMenu .rmRootGroup .rmRootLink:hover {
                background-color: #032343;
            }

            .nav .RadMenu .rmRootGroup .rmLink {
                padding: 15px 15px;
                cursor: pointer;
                line-height: 14px;
            }

            .nav .RadMenu .rmRootGroup .rmText {
                padding: 0;
            }
        /*Sub-Items*/
        .nav .RadMenu .rmGroup {
            background-color: #FFF;
            border: 1px solid #DDD;
            border-top: none;
            padding: 5px;
            color: #9C9C9C;
            -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
            -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
            box-shadow: 0 2px 2px rgba(0,0,0,0.15);
        }

        .nav .RadMenu .rmLevel2 {
            /*Offset padding from rmGroup so items do not overlap*/
            margin-left: 5px;
            margin-top: -5px;
        }

        .nav .RadMenu .rmGroup .rmLink {
            margin: 0;
            padding: 10px 8px;
            width: 160px;
        }

        .nav .RadMenu .rmGroup .rmItem:hover {
            background-color: #013354;
            color: #FFF;
        }

        .nav .RadMenu .rmGroup .rmText {
            padding: 0;
            margin: 0;
        }

        .nav .RadMenu .rmGroup:before {
            border-style: none;
        }

/* Breadcrumb Navigation
-------------------------------------------------------- */
.breadcrumbs {
    display: block;
    font-size: 80%;
    margin: 0 0 20px 0;
    font-family: 'Cuprum', sans-serif;
}

    .breadcrumbs span {
        color: #888;
    }

    .breadcrumbs a {
        text-decoration: none;
    }

        .breadcrumbs a:hover {
            text-decoration: underline;
        }

/* =====================================================================
    $Panels
   ====================================================================== */

.panel {
    background-color: #FFF;
    border: 1px solid #DDD;
    margin-bottom: 20px;
}

.panel-header {
    border-bottom: 1px solid #DDD;
}

.panel-content {
    padding: 10px;
    overflow: auto;
}

.panel-strip {
    background-color: #F2F2F2;
    padding: 10px;
    border-top: 1px solid #DDD;
    overflow: auto;
}

/* =====================================================================
    $Accordion List
   ====================================================================== */

.accordion-list .panel-header {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 1em 0.8em;
}


/* =====================================================================
    $Widgets
   ====================================================================== */

.widget-number {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #777;
}

.widget-title {
    margin-bottom: 8px;
}

.widget-text {
    line-height: 1.25em;
}

/* =====================================================================
    $Dashboard
   ====================================================================== */

.dashboard-widget-num {
    font-weight: 300;
    font-size: 25px;
    padding-bottom: 5px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dashboard-widget-muted-label {
    font-size: 12px;
    color: #777;
}

.dashboard-widget-title {
    font-size: 20px;
    margin: 5px 0 30px 0;
    display: block;
}

.dashboard-widget-header {
    font-size: 12px;
    color: #888;
    border-bottom: 1px solid #DDD;
    padding: 10px;
}

.dashboard-widget-footer {
    font-size: 12px;
    border-top: 1px solid #DDD;
    padding: 10px;
}

    .dashboard-widget-footer a {
        color: #888;
        text-decoration: none;
    }

        .dashboard-widget-footer a:hover {
            color: #118ACB;
            text-decoration: underline;
        }

/* Stats
-------------------------------------------------------- */
.dashboard-widget-stats {
    border-top: 1px dashed #CCC;
    border-bottom: 1px dashed #CCC;
    margin: 20px 0 15px 0;
    padding: 15px 10px;
    text-align: center;
    background-color: #F7F7F7;
}

    .dashboard-widget-stats .dashboard-widget-num {
        font-size: 18px;
    }

/* Grids
-------------------------------------------------------- */
.dashboard-widget-grid {
    border: none !important;
}

    .dashboard-widget-grid tr {
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .dashboard-widget-grid thead tr {
        border-top: none;
    }

/* Charts
-------------------------------------------------------- */
.dashboard-widget-chart {
    width: 100% !important;
    height: 100% !important;
}

.dashboard-widget-sparkline-pie {
    height: 85px;
    width: 200px;
    position: relative;
    top: -25px;
    margin-bottom: -30px;
}

/* Overview Widget
-------------------------------------------------------- */
.overview-widget {
    padding: 12px 10px;
    overflow: hidden;
    height: 69px;
}

    .overview-widget .dashboard-widget-muted-label {
        display: block;
        margin-bottom: 4px;
    }

    .overview-widget .overview-widget-icon {
        height: 45px;
        width: 45px;
        text-align: center;
        font-size: 26px;
        color: #FFF;
        float: left;
        margin-right: 10px;
    }

        .overview-widget .overview-widget-icon i {
            margin-top: 8px;
            display: block;
        }

    .overview-widget .overview-widget-link {
        display: block;
        text-decoration: none;
        color: inherit;
    }

/* Side Bar
-------------------------------------------------------- */
.sidebar {
    text-align: center;
    width: 100px;
}

    .sidebar .parent {
        border-bottom: 1px solid #DDD;
        cursor: pointer;
        display: block;
        font-size: 13px;
        padding: 15px 10px;
    }

        .sidebar .parent .text {
            margin: 5px 0 0 0;
        }

        .sidebar .rpSelected,
        .sidebar .parent:hover {
            background-color: #F2F2F2;
        }

    .sidebar .rpLast .rpLevel1 .rpFirst {
        border-top: 1px solid #DDD;
    }

    .sidebar .rpLast .parent {
        border-bottom: none;
    }

    .sidebar .rpLevel1 {
        border-bottom: 1px solid #DDD;
    }

        .sidebar .rpLevel1 .rpText {
            font-size: 12px;
            padding: 5px 0;
        }

    .sidebar i {
        font-size: 1.5em;
    }

    .sidebar li span {
        display: block;
    }

    .sidebar a {
        text-decoration: none;
        color: inherit;
    }

/* =====================================================================
    $Tables
   ====================================================================== */

.grid {
    width: 100%;
    font-size: 13px;
}

    .grid th {
        font-weight: 600;
    }

    .grid tr {
        border: 1px solid #DDD;
    }

    .grid td, .grid th {
        padding: 0.75em 6px;
    }

    .grid .cell-icon {
        margin: 0;
        padding-right: 0;
        width: 10px;
    }

    .grid .rgEditRow + tr {
        background-color: #F9F9F9;
    }

    .grid .row-highlight {
        background-color: #F2F2F2;
    }

.grid-docked tr {
    border-left: none;
    border-right: none;
}

.center-aligned-grid th,
.center-aligned-grid td {
    text-align: center;
    border: 1px solid #DDD;
}

.grid-label {
    font-size: 12px;
}

.grid-shade {
    background-color: #F1F1F1;
}



/* Telerik Grid
-------------------------------------------------------- */

body .telerik-grid {
    outline: none;
    border: none;
}

.panel-content .telerik-grid,
.telerik-grid.undocked {
    border: 1px solid #DDD;
}

.telerik-grid table {
    color: #444 !important;
    font-size: 13px !important;
}

.telerik-grid .rgDataDiv .rgMasterTable {
    width: 100% !important;
}

body .telerik-grid .rgHeaderWrapper {
    border-bottom: none;
}

.telerik-grid .rgHeaderWrapper .rgHeaderDiv {
    border-right: none;
}

.telerik-grid a {
    text-decoration: inherit;
}

.telerik-grid table thead tr th {
    color: #444 !important;
    font-weight: 600 !important;
    padding: 0.75em 6px !important;
    border: none !important;
}

.telerik-grid thead tr th.text-center {
    text-align: center;
}

.telerik-grid thead tr th.rgHeader a {
    color: #444;
}

    .telerik-grid thead tr th.rgHeader a:hover {
        text-decoration: underline;
    }

.telerik-grid thead .rgEditForm,
.telerik-grid tbody .rgEditForm {
    overflow: auto;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    background-color: #F8F8F8;
    padding: 1.2em 6px;
}

.telerik-grid tbody .rgRow a,
.telerik-grid tbody .rgAltRow a {
    color: #118ACB;
}

    .telerik-grid tbody .rgRow a:hover,
    .telerik-grid tbody .rgAltRow a:hover,
    .telerik-grid tbody .rbLinkButton:hover .rbText {
        text-decoration: underline;
    }

.telerik-grid tbody .RadButton + .RadButton {
    margin: 0 0 0 0.25em;
}

.telerik-grid tbody .rgRow > td,
.telerik-grid tbody .rgAltRow > td,
.telerik-grid tbody .rgEditRow > td,
.telerik-grid tbody .rgEditRow td.rgSorted,
.telerik-grid tbody .rgNoRecords > td,
.telerik-grid tfoot .rgFooter > td {
    padding: 0.75em 6px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #DDD;
}

.telerik-grid tbody tr.rgRow.rgSelectedRow,
.telerik-grid tbody tr.rgAltRow.rgSelectedRow {
    background-color: #E5E5E5;
    color: #444;
}

.telerik-grid tbody tr.rgRow,
.telerik-grid tbody tr.rgAltRow {
    background-color: #FFF;
    border: none;
}

.telerik-grid .rgSorted,
.telerik-grid tr.rgEditRow .rgSorted {
    background-color: #E5E5E5;
}

body .telerik-grid-pager td.rgPagerCell {
    padding: 8px 0 !important;
    font-size: 12px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.telerik-grid-pager .rgPagerCell .RadComboBox .rcbInput[type="text"] {
    height: auto !important;
}

.telerik-grid tbody tr.rgGroupHeader {
    background-color: #F2F2F2;
}

    .telerik-grid tbody tr.rgGroupHeader p {
        padding-left: 0;
        color: #444;
        font-size: 13px;
    }

    .telerik-grid tbody tr.rgGroupHeader td {
        padding: 0.5em 6px;
        border-top: 1px solid #DDD;
    }

.telerik-grid tbody .rgGroupHeader .rgGroupCol {
    background-color: inherit !important;
    border-color: #DDD !important;
}

.telerik-grid .rgMasterTable tbody tr.rgRow .rgGroupCol,
.telerik-grid .rgMasterTable tbody tr.rgAltRow .rgGroupCol,
.telerik-grid .rgMasterTable tbody tr.rgEditRow .rgGroupCol {
    background-color: white;
}

.telerik-grid .rgMasterTable tr td.rgGroupCol {
    background-color: #F8F8F8;
    border-top: 1px solid #DDD;
}

.clickable tbody tr {
    cursor: pointer !important;
}

.telerik-grid tfoot .rgFooter > td {
    background-color: #F2F2F2;
    font-weight: 600;
}

/* NoWrap Table
-------------------------------------------------------- */
.telerik-grid.fixed table,
.grid.fixed {
    table-layout: fixed !important;
}

.telerik-grid.nowrap tbody .rgRow td,
.telerik-grid.nowrap tbody .rgAltRow td,
.telerik-grid.nowrap tbody .rgEditRow td,
.grid.nowrap td,
.nowrap {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Scrollable Table
-------------------------------------------------------- */
.telerik-grid.scrollable .rgDataDiv {
    height: auto !important;
}


/* Grid Actions
-------------------------------------------------------- */
.grid .actions a,
.telerik-grid table tbody .actions a {
    margin-right: 3px;
    font-weight: 600;
    text-decoration: none;
}

/* Grid Editable
-------------------------------------------------------- */
.telerik-grid.editable .riSingle .riTextBox[type="text"] {
    height: 2em;
}

.telerik-grid.editable .RadComboBox .rcbInput[type="text"] {
    height: 1.7em;
}

.telerik-grid.editable tbody .riSingle.RadInput {
    display: inline;
}

.telerik-grid.editable tbody .RadComboBox {
    width: 100% !important;
}

.telerik-grid.editable tbody .RadPicker,
.telerik-grid.editable tbody .RadPicker .rcTable,
.telerik-grid.editable tbody .RadPicker .riSingle {
    width: 100% !important;
}

.telerik-grid.editable tbody tr.rgRow > td,
.telerik-grid.editable tbody tr.rgAltRow > td {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
}

/* =====================================================================
    $Lists
   ====================================================================== */

/* Nav-list
-------------------------------------------------------- */
.nav-list {
    margin-bottom: 2.5em;
    font-family: 'Cuprum', sans-serif;
}

    .nav-list li {
        font-size: 13px;
        margin-bottom: 1.4em;
    }

        .nav-list li a {
            text-decoration: underline;
        }

.nav-list-heading {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 1.4em;
    display: block;
    font-family: 'Cuprum', sans-serif;
}

body .nav-list li .RadButton.rbLinkButton {
    color: #118ACB;
    font-weight: normal;
}

    body .nav-list li .RadButton.rbLinkButton .rbText {
        text-decoration: underline;
    }


/* Tabbed Nav
-------------------------------------------------------- */

.tabbed-nav {
    overflow: hidden;
    background-color: #046293;
}

    .tabbed-nav.panel {
        border: none;
    }

    .tabbed-nav > li {
        float: left;
    }

    .tabbed-nav li.pull-right {
        float: right;
    }

    .tabbed-nav > li > a {
        text-decoration: none;
        padding: 1em;
        display: inline-block;
        color: #FFF;
    }

        .tabbed-nav > li.selected > a,
        .tabbed-nav > li > a:hover {
            background-color: #013354;
        }

    .tabbed-nav > li.selected.dropdown > a,
    .tabbed-nav > li.dropdown > a:hover {
        background-color: #084e72;
        color: #FFF;
    }

    .tabbed-nav > li > span.RadButton {
        text-decoration: none !important;
        padding: 1em !important;
        font-weight: normal !important;
        display: inline-block !important;
        color: #FFF !important;
        font-family: "Segoe UI Web Light","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial;
        font-size: 14px !important;
        font-weight: normal;
    }

        .tabbed-nav > li > span.RadButton:hover {
            background-color: #013354 !important;
            color: #ffffff !important;
        }

/* Tabbed-nav drop-down menu
-------------------------------------------------------- */

.dropdown {
}

.dropdown-menu {
    background-color: #084e72;
    display: none;
    min-width: 160px;
    z-index: 1000;
    position: absolute;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

    .dropdown-menu > li > a {
        padding: 1em;
        display: block;
        color: #FFF;
        text-decoration: none;
    }

        .dropdown-menu > li > a:hover {
            background-color: #013354;
        }


/* =====================================================================
    $Typography
   ====================================================================== */
a {
    color: #118ACB;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}

p {
    line-height: 1.5em;
    margin-bottom: 1em;
}

    p:last-of-type {
        margin: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

h1, h2, h3,
h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

.time {
    color: #787878;
}

.head-large,
.head-medium,
.head-small {
    color: #013354;
    font-weight: 200;
    text-transform: capitalize;
    display: inline-block;
    font-family: 'Cuprum', sans-serif;
}

.head-large {
    font-size: 24px;
}

.head-medium {
    font-size: 18px;
}

.head-small {
    font-size: 16px;
}

    .head-large a,
    .head-medium a,
    .head-small a {
        color: #013354;
        text-decoration: none;
    }

.panel-header .head-large,
.panel-header .head-medium {
    padding: 12px 10px;
}

.head-small.margin {
    margin-bottom: 10px;
}

.csv-export-link {
    margin-top: 10px;
    font-weight: 600;
    text-decoration: none;
}

.bullet-list li::before {
    content: "•";
    float: left;
    padding-right: 8px;
    margin-left: -14px;
    position: relative;
}

.bullet-list li {
    margin: 0.5em 0;
    padding-left: 16px;
    line-height: 20px;
}

.muted {
    color: #777;
}

.disabled {
    cursor: default;
    text-decoration: underline;
    opacity: 0.6;
}

/* Definition lists
-------------------------------------------------------- */

.definition-list {
    float: left;
    line-height: 1.5em;
}

    .definition-list p {
        line-height: inherit;
    }

    .definition-list dt {
        font-weight: 600;
        float: left;
        clear: left;
        width: 20%;
    }

    .definition-list dd {
        display: inline-block;
        margin-bottom: 1.75em;
        float: left;
        width: 80%;
    }

        .definition-list dd:last-of-type {
            margin-bottom: 0;
        }

.dl-toggle-item {
    display: none;
}

/* =====================================================================
    $Forms
   ====================================================================== */

/* Field Groups
-------------------------------------------------------- */

.field-group-block {
    margin-bottom: 1em;
}

    .field-group-block:last-of-type {
        margin-bottom: 0;
    }

    .field-group-block > .field {
        display: block;
    }

    .field-group-block > label {
        display: block;
        margin: 0 0 3px 0;
        font-size: 13px;
        cursor: pointer;
        height: 13px;
    }


.field-group-inline {
    margin-bottom: 1em;
    overflow: hidden;
}

    .field-group-inline:last-of-type {
        margin-bottom: 0;
    }

    .field-group-inline > .field {
        display: inline-block;
        width: 66.666666666666666666666666666666%;
    }

    .field-group-inline label {
        width: 33.333333333333333333333333333333%;
        display: inline-block;
        font-weight: 600;
        font-size: 13px;
        cursor: pointer;
        line-height: 1.25em;
        vertical-align: top;
        float: left;
    }

.form .field-group-inline label {
    font-weight: normal;
    margin-top: 0.5em;
}

.field-group-inline.large label {
    width: 50%;
}

.field-group-inline.large > .field {
    width: 50%;
}


.field-group-inline .riSingle,
.field-group-inline .RadComboBox,
.field-group-inline .RadPicker,
.field-group-inline .RadAutoCompleteBox,
.field-group-inline .RadUpload {
    width: 100% !important;
}

.field-group-block .riSingle,
.field-group-block .RadComboBox,
.field-group-block .RadPicker,
.field-group-block .RadAutoCompleteBox,
.field-group-block .RadUpload {
    width: 100% !important;
}

.field-group-block .RadPicker {
    width: 100% !important;
    max-width: 350px;
}

    .field-group-block .RadPicker .rcTable {
        width: auto !important;
        max-width: 350px;
    }

    .field-group-block .RadPicker .riSingle {
        width: 100% !important;
        max-width: 350px;
    }

.field-group-inline .RadPicker {
    width: 100% !important;
}

    .field-group-inline .RadPicker .rcTable {
        width: auto !important;
    }

    .field-group-inline .RadPicker .riSingle {
        width: 100% !important;
    }


/* Checkbox List
-------------------------------------------------------- */

body.body .checkbox-list li,
body.body .checkbox-list .columns {
    margin-top: 0.6em;
}

input[type=checkbox] + label {
    font-size: 13px;
    margin-left: 0.4em;
    vertical-align: top;
    display: inline;
}

/* Radio Button List
-------------------------------------------------------- */

.radio-button-list li {
    margin-bottom: 0.75em;
}

    .radio-button-list li:last-child {
        margin-bottom: 0em;
    }


/* Tree View
-------------------------------------------------------- */

.filter-treeview {
    overflow-y: scroll;
    border: 1px solid #CCC;
}

.more-filters .filter-treeview {
    margin-bottom: 40px;
}

.RadTreeView.filter-treeview ul.rtUL {
    height: 250px;
    margin-top: 5px;
}

/* General form styling (text, select etc)
-------------------------------------------------------- */
html body .riSingle .riTextBox[type="text"],
html body .riSingle .riTextBox[type="password"] {
    line-height: 25px;
    border: 1px solid #C8C7C7;
    height: 2.5em;
    color: #5D5D5D;
}

html body .riSingle textarea.riTextBox {
    border: 1px solid #C8C7C7;
    color: #5D5D5D;
    line-height: 1.5em;
    height: 6em;
}


input[type="radio"] {
    margin-right: 0.4em;
}

/* Rad Auto Complete / RadCombo Auto Complete Styling
-------------------------------------------------------- */
html body .RadAutoCompleteBox .racInput {
    line-height: 25px;
    height: 2.2em;
    color: #5D5D5D;
}

html body .RadAutoCompleteBox .racTokenList {
    border-color: #C8C7C7;
}

html body .RadAutoCompleteBox .racTextToken {
    padding-top: 5px;
}

html body .racList li {
    border-top: 1px solid #BBB;
    border-left: 4px solid #FFF;
    cursor: pointer;
}

    html body .racList li:first-child {
        border-top: none;
    }

html body .racList .racItemHovered {
    border-left-color: #25A0DA;
}

html body .racList table {
    width: 100%;
}

    html body .racList table th {
        font-weight: 600;
    }

    html body .racList table th,
    html body .racList table td {
        padding: 3px 0;
        vertical-align: text-top;
    }

.RadAutoCompleteBox.token .racToken {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

.RadComboBoxDropDown_Metro.autocomplete li {
    border-top: 1px solid #BBB;
    border-left: 4px solid #FFF;
    cursor: pointer;
    color: #5d5d5d;
    line-height: 1.5em;
}

    .RadComboBoxDropDown_Metro.autocomplete li:first-child {
        border-top: none;
    }

    .RadComboBoxDropDown_Metro.autocomplete li.rcbHovered {
        border-left-color: #25A0DA;
        color: #000;
    }

html body .RadAutoCompleteBox .racLoadingIcon {
    background-image: url("../Images/Styles/autocomplete-loader.GIF");
    width: 16px;
    height: 16px;
    position: absolute;
    right: 4px;
    top: 6px;
}


/* Rad Button
-------------------------------------------------------- */

.btn {
    background-color: #6b96b1;
    height: auto;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 12px;
    border: 1px solid #6b96b1;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
}

a.btn {
    padding: 9px 23px 8px 23px;
}

input.btn {
    padding: 5px 20px;
}

.btn:hover {
    background-color: #808080 !important;
}

.btn.block {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.body .RadButton {
    height: auto;
    padding: 0;
    border-color: #6b96b1;
    vertical-align: middle;
}

.RadButton input {
    background-color: #6b96b1 !important;
    border: 1px solid #6b96b1 !important;
    padding: 5px 20px !important;
    height: auto !important;
    color: white !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    line-height: 20px !important;
}

body.body .RadButton:hover,
body.body .RadButton:active,
body.body .RadButton:focus,
body.body .RadButton.active,
body.body .RadButton:hover .rbDecorated,
body.body .RadButton:focus .rbDecorated,
body.body .RadButton:active .rbDecorated {
    background-color: #808080 !important;
    border: 1px solid #808080 !important;
}

body.body .RadButton .rbDecorated {
    margin: 0;
    width: 100%;
}

body.body .RadButton.rbLinkButton {
    padding: 0;
    color: #118ACB;
    font-size: 13px;
    font-weight: 600;
    background: none;
    border: none;
    text-transform: none;
    line-height: inherit;
    vertical-align: inherit;
    min-height: 1em;
}

html .RadButton.rbLinkButton:hover,
html .RadButton.rbLinkButton:active,
html .RadButton.rbLinkButton:focus {
    color: #118ACB !important;
    background: none !important;
    border: none !important;
}

.RadButton.block {
    display: block;
}

html .RadPicker {
    height: auto !important;
}


/* RadAsyncUpload
-------------------------------------------------------- */

html body .RadUpload .ruFileWrap {
    height: auto;
    width: 100%;
}

html body .RadUpload .ruFakeInput {
    border: 1px solid #C8C7C7;
    color: #5D5D5D;
    height: 2.5em;
    padding: 0;
    width: 66.66%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html body .RadUpload .ruBrowse {
    border: 1px solid #CDCDCD;
    color: #5D5D5D;
    background-color: #E5E5E5;
    height: 2.5em;
    width: 33.33%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    html body .RadUpload .ruBrowse.ruButtonHover {
        color: #5D5D5D;
        background-color: #E5E5E5;
    }


/* Form Validation
-------------------------------------------------------- */
.validation-summary {
    margin: 0 0 1em 0;
    background-color: #F2DEDE;
    border-left: 5px solid #E74C3C;
    padding: 0.75em 0.5em;
}

    .validation-summary em {
        font-weight: 600;
        display: block;
    }

        .validation-summary em + ul {
            margin-top: 1em;
        }

    .validation-summary li {
        margin: 0.5em 0 0 0;
        list-style: lower-roman inside none;
    }

        .validation-summary li:first-child {
            margin-top: 0;
        }

.validation-summary-panel {
    padding: 1em;
    border: 1px solid #DDD;
    margin: 0 0 1.5em 0;
}

.validation-item {
    color: #E74C3C;
    display: block;
    margin-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
}

.form-list-inline .validation-item {
    margin-left: 123px;
}


/* Block Messages
-------------------------------------------------------- */
.block-message {
    margin: 0 0 1em 0;
    padding: 0.75em 0.5em;
}

.block-message-info {
    background-color: #EEE;
    border-left: 5px solid #3498DB;
}

.block-message-warning {
    background-color: #F2DEDE;
    border-left: 5px solid #E74C3C;
}

.block-message-success {
    background-color: #CEE6D8;
    border-left: 5px solid #27AE60;
}


/* =====================================================================
    $Footer
   ====================================================================== */

html, body, form {
    height: 100%;
}

.sticky-wrapper {
    min-height: 100%;
}

.sticky-content {
    padding: 0 0 120px 0; /*must be height of footer*/
}

.footer {
    clear: both;
    background-color: #EEE;
    margin: -120px 0 0 0; /*negative value of footer height*/
    height: 119px;
    width: 100%;
    font-size: 12px;
    overflow: auto;
    border-top: 1px dashed #999;
    min-width: 960px;
}

    .footer .container {
        margin-top: 60px;
    }

    .footer ul {
        float: right;
    }

        .footer ul li {
            padding: 0 0 0 1.25em;
            display: inline-block;
        }

    .footer a {
        color: inherit;
        text-decoration: none;
    }

/* =====================================================================
    $Alerts
   ====================================================================== */

.alert {
    padding: 0.9em;
    position: relative;
    color: #FFF;
    margin-bottom: 20px;
}

    .alert .close {
        position: absolute;
        top: 0.9em;
        right: 0.9em;
        text-decoration: none;
        color: inherit;
    }

    .alert, .alert .close {
        line-height: 1.3em;
    }

.alert-error {
    background-color: #E74C3C;
}

.alert-success {
    background-color: #1ABC9C;
}

.alert-info {
    background-color: #3498DB;
}

.alert-warning {
    color: #444;
    background-color: #F9BF3B;
}

.alert-message a {
    font-weight: 600;
    text-decoration: underline;
}

.alert-message ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.alert-message li + li {
    margin-top: 0.25em;
}

.alert-message-title {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 8px;
}

/* =====================================================================
    $Add-ons
   ====================================================================== */

.addon {
    color: #FFF;
    height: 200px;
    overflow: auto;
}

    .addon a {
        color: #FFF;
    }

.addon-logo {
    height: 75px;
    width: 75px;
    margin: 60px 0 0 20px;
    float: left;
}

.addon-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2em;
}

.addon-description {
    margin: 20px 20px 0 115px;
}

    .addon-description p {
        line-height: 1.75em;
    }

.addon-footer {
    background-color: #FFF;
    padding: 10px;
    text-align: center;
}

/* =====================================================================
    $Release Notes
   ====================================================================== */

.release-notes {
    padding: 20px 10px;
}

.release-note {
    margin: 20px 0 20px 10px;
    padding: 10px 1em;
    border-left: 3px solid #E0E0E0;
}

/* =====================================================================
    $Notifcation Bar
   ====================================================================== */

.notification-bar {
    background-color: #4A545E;
    border-bottom: 10px solid #FFF;
}

.notification-bar-message {
    padding: 1em 0;
    text-align: center;
    font-size: 13px;
    color: #FFF;
}

    .notification-bar-message a {
        color: #FFF;
    }

.notification-bar-password {
    padding: 1em 0;
    text-align: center;
    font-size: 13px;
    color: #000;
}

    .notification-bar-password a {
        color: #000;
    }

/* =====================================================================
    $Selectable Columns
   ====================================================================== */

.selectable-column-icon {
    float: right;
    font-size: 15px;
    margin-top: 1em;
    margin-right: 1em;
    cursor: pointer;
    color: #999;
}

    .selectable-column-icon:hover {
        color: #444;
    }

.selectable-column-container {
    display: none;
    z-index: 1000;
    position: relative;
    font-size: 13px;
}

.selectable-column-menu {
    background-color: #FFF;
    border-top: 4px solid #439ACF;
    position: absolute;
    right: -8px;
    max-height: 400px;
    min-width: 200px;
    overflow-y: auto;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

    .selectable-column-menu li a {
        text-decoration: none;
        padding: 0.75em 1em 0.75em 2.5em;
        display: block;
        color: #444;
        position: relative;
    }

        .selectable-column-menu li a:hover {
            background-color: #EEE;
        }

.selectable-column-menu-icon {
    position: absolute;
    left: 10px;
}


/* =====================================================================
    $Telerik
   ====================================================================== */

/* RadToolTip
-------------------------------------------------------- */
body .RadToolTip {
    max-width: 450px;
    border-color: #25A0DA;
}

    body .RadToolTip table th {
        font-weight: 600;
    }

html body .RadToolTip table th,
html body .RadToolTip table td {
    padding: 2px 0;
}


/* RadComboBox
-------------------------------------------------------- */
html body .RadComboBoxDropDown {
    color: #5D5D5D !important;
}

    html body .RadComboBoxDropDown .rcbList li {
        padding: 5px;
    }

    html body .RadComboBoxDropDown .rcbList .rcbItem em {
        background-color: inherit;
    }

    html body .RadComboBoxDropDown .rcbList .rcbSeparator {
        color: inherit;
        font-weight: 700;
    }

html body .RadComboBox .rcbInputCell,
html body .RadComboBox .rcbArrowCell {
    border-color: #C8C7C7 !important;
}

html body .RadComboBox.autocomplete .rcbFocused .rcbArrowCell {
    background-color: #E5E5E5;
}

html body .RadComboBox .rcbArrowCell {
    background-position: -1px -14px;
}

html body .RadComboBox .rcbInput[type="text"] {
    color: #5D5D5D;
    height: 2.2em;
}

html body .RadComboBox .rcbReadOnly .rcbInputCell {
    background-color: #FFF;
}

html .RadComboBox .rcbArrowCell {
    background-color: #FFF;
}

html .RadComboBox .rcbDisabled {
    opacity: 1;
}

.RadComboBoxDropDown .rcbList li > label {
    display: inline-block;
}

.checkbox-combo-template .rcbList li > label {
    vertical-align: top;
}

.checkbox-combo-template-item {
    display: inline-block;
}

/* PanelBar - base css for enabling sliding accordion
-------------------------------------------------------- */
.RadPanelBar .rpSlide {
    position: relative;
    float: none;
    height: auto;
    overflow: hidden;
    display: none;
    zoom: 1;
}

.RadPanelBar.accordion-panel .rpRootGroup > .rpItem {
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid #DDD;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.RadPanelBar.accordion-panel .rpRootGroup .rpLast {
    margin-bottom: 0;
}

/* TabStrip
-------------------------------------------------------- */

body .RadTabStrip {
    background-color: #ED8A4A;
    overflow: auto;
    margin: 0 0 20px 0;
    display: block;
    color: #FFF;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

    body .RadTabStrip .rtsLI {
        float: left;
        cursor: pointer;
    }

        body .RadTabStrip .rtsLI .rtsLink {
            padding: 15px;
            display: inline-block;
        }

    body .RadTabStrip .rtsSelected {
        background-color: #E7E7E7;
        color: #696969;
    }

/* RadWindow
-------------------------------------------------------- */
html body .RadWindow .rwTable {
    background-color: #FFF;
    border: 1px solid #DDD;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

html body .RadWindow:not(.external-content) .rwTable {
    height: auto !important;
}

body .RadWindow .rwTitleRow {
    background: #FFF;
    border-bottom: 1px solid #DDD;
}

    body .RadWindow .rwTitleRow em {
        color: #013354;
        font-weight: 200;
        font-size: 20px;
        text-transform: capitalize;
        font-family: 'Cuprum', sans-serif;
    }

body .RadWindow .rwTitlebar {
    padding: 8px 0 8px 10px;
}

html body .RadWindow .rwCorner,
html body .RadWindow .rwTopResize {
    display: none;
}

body .RadWindow .rwControlButtons {
    margin: 10px 8px 0 0;
}

body .RadWindow .rwTitleRow .rwTitlebarControls .rwCloseButton {
    background: url(../Images/Icons/icon-close.png) no-repeat 0 0;
    cursor: pointer;
    height: 17px;
    width: 17px;
}

body .RadWindow .rwIcon {
    display: none;
}

html body .RadWindow .rwDialogPopup {
    padding: 0;
    margin: 0;
}

    html body .RadWindow .rwDialogPopup .rwDialogText {
        margin-bottom: 30px;
        font-family: "Segoe UI Web Light","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial;
        font-size: 14px;
        color: #444;
    }

body .RadWindow .rwWindowContent {
    padding: 10px;
}

body .RadWindow.remove-padding .rwWindowContent {
    padding: 0px;
}

body .RadWindow .rwWindowContent .rwPopupButton,
body .RadWindow .rwWindowContent .rwPopupButton:hover {
    margin: 0;
    padding: 0;
    margin-right: 10px;
}

body .RadWindow .rwWindowContent .rwPopupButton {
    border: 1px solid #CDCDCD;
}

    body .RadWindow .rwWindowContent .rwPopupButton:hover {
        background-color: #CDCDCD;
    }

    body .RadWindow .rwWindowContent .rwPopupButton span {
        cursor: pointer;
    }

body .RadWindow .rwFooterRow {
    display: none;
}

body .RadWindow:not(.scrollable) .rwWindowContent > div {
    height: auto !important;
    overflow: hidden !important;
}

body .RadWindow .rwWindowContent > div {
    width: auto !important;
}
/*Remove padding from Gumby rows inside RadWindows to fix left alignment issue*/
body .RadWindow .row {
    padding-left: 0;
    padding-right: 0;
}

body .RadWindow .rwTable .rwWindowContent ul {
    float: none;
}

body.modal-open {
    overflow: hidden;
}

/* Rad Editor
-------------------------------------------------------- */

body .RadEditor {
    width: 100% !important;
    background-color: #F2F2F2 !important;
}

    body .RadEditor .reContentArea {
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.rad-editor-preview .reToolbarWrapper {
    display: none;
}

.RadEditor strong {
    font-weight: bold;
    font-style: inherit;
}

.RadEditor em {
    font-style: italic;
    font-weight: inherit;
}

.RadEditor p {
    margin-bottom: 0;
}

.RadEditor ol {
    list-style: decimal inside none;
}

.RadEditor ul {
    list-style: disc inside none;
}

.RadEditor li {
    line-height: 1.75em;
}


/* =====================================================================
    $Misc
   ====================================================================== */

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.light-bold {
    font-weight: 600;
}

.bold {
    font-weight: bold;
}

.red,
html body .riSingle .riTextBox[type="text"].red {
    color: #E28271;
}

.clickable {
    cursor: pointer;
}

.italic {
    font-style: italic;
}

.block {
    display: block;
}

.scrollable-small {
    height: 246px;
    overflow-y: scroll;
}

.scrollable-medium {
    max-height: 350px;
    overflow-y: scroll;
}

.scrollable-large {
    max-height: 400px;
    overflow-y: scroll;
}

.strong-red,
html body .riSingle .riTextBox[type="text"].strong-red {
    color: #E28271;
    font-weight: bold;
}

.icon {
    margin: 0 0.3em 0 0;
}

a.icon {
    color: inherit !important;
}

    a.icon:hover {
        text-decoration: none !important;
    }

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.margin,
.margin-down {
    margin-bottom: 20px;
}

.margin-up {
    margin-top: 20px;
}

.remove-margin {
    margin: 0;
}

a .icon-remove {
    color: #444;
    text-decoration: none;
}


/* More / Toggle Filters
-------------------------------------------------------- */

.filter-area {
    position: relative;
    margin-bottom: 20px;
}

    .filter-area.extra-filters {
        margin-bottom: 40px;
    }

.more-filters {
    display: none;
}

.toggle-more-filters {
    display: block;
    position: absolute;
    bottom: -23px;
    left: 10px;
    color: #666;
    font-size: 11px;
    padding: 5px 15px;
    text-transform: uppercase;
    border: 1px solid #CCC;
    background-color: #FFF;
    width: 116px;
    text-align: center;
    text-decoration: none;
}

.filter-btn,
.RadButton.filter-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.clear-filters {
    position: absolute;
    left: 168px;
    bottom: -18px;
    font-size: 11px;
}


/* Ajax Loader
-------------------------------------------------------- */

.loading {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    background-color: rgba(170, 170, 170, 0.5);
}

    .loading.revealed {
        display: block;
    }

    .loading .loading-content {
        margin: auto;
        position: relative;
        text-align: center;
        top: 200px;
        width: 285px;
        background-color: #013354;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
        padding: 24px 0;
    }

        .loading .loading-content strong {
            color: #FFF;
            font-weight: 200;
            font-size: 24px;
            text-transform: capitalize;
            margin-bottom: 20px;
            display: block;
        }

/* Separators
-------------------------------------------------------- */

.columns.separator {
    border-right: 1px dashed #BBB;
    padding-right: 2.12766%; /*Gumby margin*/
}

.row.separator {
    border-bottom: 1px dashed #BBB;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

hr.separator {
    border: none;
    border-top: 1px dashed #BBB;
    margin-top: 17px;
    margin-bottom: 15px;
}

li.separator {
    border-top: 1px dashed #BBB;
    padding-top: 1em;
}

/* Sites Selector
-------------------------------------------------------- */

.tiles.site-selector li {
    margin-top: 10px;
}

/* Info Tooltips
-------------------------------------------------------- */

i[data-tt] {
    cursor: help;
}

a[data-tt] {
    color: #118ACB !important;
    border-bottom: 1px dotted #118ACB;
    text-decoration: none !important;
}

/* Indents
-------------------------------------------------------- */

.field-group-inline .indent {
    padding-left: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid .indent {
    padding-left: 1em;
    font-weight: normal;
}


/* MISC Josh Stuff
-------------------------------------------------------- */


/*other stuff is using the btn class so we'll just add it to each bootstrap-styled button to avoid conflict*/
.btn-download, .btn-success {
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    /*border-radius: 4px;*/
    min-width: 80px;
    text-transform: none;
}

.btn-success {
    background-color: #5cb85c;
}


/* Changes here should also be made in Enterprise Tevalis.Css */
.RadDropDownTree {
    width: 100% !important;
    outline: 0;
}

    .RadDropDownTree .rddtInner {
        height: 30px !important;
        padding: 5px !important;
        width: 100% !important;
        background-color: white !important;
    }

    .RadDropDownTree .rddtIcon {
        padding: 5px 0 0 0 !important;
        border-left: 1px solid #C8C7C7 !important;
        height: 30px !important;
    }

    .RadDropDownTree .rddtFakeInput {
        color: black !important;
        width: 93% !important;
    }

.RadDropDownTree_Metro .rddtFocused {
    color: black !important;
}

.RadDropDownTree_Metro .rddtInner {
    border-color: #C8C7C7 !important;
}

.rddtSlide {
    max-height: 420px;
    overflow: auto !important;
    border: 1px solid #cdcdcd;
    border-left: none;
}

.rddtPopup {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.RadTreeView .rtIn {
    padding-right: 100% !important;
}

.rddtCheckAllCheckbox {
    margin: 8px 7px 3px 23px !important;
}

/* =====================================================================
    $Badges
   ====================================================================== */

.badge, .badge-circular {
    display: inline-block;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.badge {
    border-radius: 4px
}

.badge-circular {
    border-radius: 500px;
}

.badge-success {
    color: #fff;
    background-color: #28A745;
}

.badge-danger {
    color: #fff;
    background-color: #DC3545;
}

.badge-warning {
    color: #212529;
    background-color: #FFC107;
}

.badge-info {
    color: #fff;
    background-color: #3498DB
}

.badge-secondary {
    color: #fff;
    background-color: #6C757D;
}

.tevalis-inline-button input {
    height: 29px !important;
    line-height: 0.5px !important;
}
