﻿/* Font-Face */
@font-face {
    font-family: 'Gotham Bold';
    src: local('Gotham Bold'), local('Gotham-Bold'), url(../fonts/gothambold.woff) format('woff');
}

.Gotham {
    font-family: 'Gotham Bold', sans-serif !important;
}

html, body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

.hidden{
    display: none;
}

/* Warning message for JavaScript disabled */
#noscript-warning {
    font-family: sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    color: #FFF;
    background-color: #AE0000;
    padding: 14px 0;
}
#noscript-warning .label {
    font-size: 18px;
    margin-right: 4px;
}

/* Navigation */
@media (max-width: 991px) {
    #sidebar-nav.navbar-collapse {
        max-height: 100%;
    }
}

ul.nav > li.Accounts > a > i.nav-icon::before {
    content: "\f007"; /* fa-user */
}

ul.nav > li.Tools > a > i.nav-icon::before {
    content: "\f0ad"; /* fa-wrench */
}

ul.nav > li.Reports > a > i.nav-icon::before {
    content: "\f080"; /* fa-bar-chart-o */
}

ul.nav > li.Users > a > i.nav-icon::before {
    content: "\f0c0"; /* fa-users */
}

ul.nav > li.Master.Users > a > i.nav-icon::before {
    content: "\f21b"; /* fa-user-secret */
}

ul.nav > li.Help.Center > a > i.nav-icon::before {
    content: "\f128"; /* fa-user-secret */
}


/* General Components */
#divProdTest input[type=radio] {
    margin-right: 5px;
    margin-left: 5px;
}

#divProdTest label {
    float: right;
    position: relative;
    top: 1px;
    margin-right: 15px;
}

.export-button-wrapper {
    display: inline-block;
    position: relative;
}

.clear {
    clear: both;
}

.horizontal-contain {
    min-height: 0.01%;
    overflow-x: auto;
}

.btn[disabled]:hover {
    cursor: not-allowed !important;
}

.dialog {
    display: none;
}

.dialog .btn {
    font-size: .8em;
    min-width: 86px;
}

/*** --------------- ***/
/*** Theme Overrides ***/
/*** --------------- ***/
body {
    color: #212121;
    background: #e7ebee;
}

#theme-wrapper {
    box-shadow: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    #sidebar-nav {
        display: none !important;
    }

        #sidebar-nav.show {
            display: block !important;
            width:auto;
        }
}

#nav-col {
    z-index: 100;
}

#header-navbar {
    z-index: 101;
}

#user-left-box img {
    border: none;
}

#content-wrapper {
    min-height: calc(100vh - 50px);
    background: #e7ebee;
}

@media (max-width: 767px) {
    #content-wrapper > .row {
        padding-bottom: 40px;
    }
}

.main-box.min-padding {
    padding: 8px;
}

.main-box .main-box-body-only {
    padding: 20px;
}

.main-box .min-padding {
    padding: 8px;
}

.table tbody > tr > td:first-child {
    font-size: inherit;
    font-weight: inherit;
}

.table tbody > tr > td {
    font-size: inherit;
    font-weight: inherit;
}

.datepicker {
    z-index: 98 !important;
}

.btn-success {
  background-color: #8bc34a !important;
  border-color: #689f38 !important; 
  color: #fff !important;
}

.btn-primary {
  background-color: #03a9f4 !important;
  border-color: #2980b9 !important;
  color:white !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary {
  background-color: #607d8b !important; }

.btn-info {
  background-color: #01b9fe !important;
  border-color: #0298d1 !important;
  color: white !important;
}
/*** ------------------- ***/
/*** END Theme Overrides ***/
/*** ------------------- ***/


/*** -------------------- ***/
/*** Page View Tab Ribbon ***/
/*** -------------------- ***/
.ribbon {
    height: 75px;
    width: 100%;
    clear: both;
    background: #7BA03F;
    border-left: 10px solid #7BA03F;
}

.ribbon_tabs {
    width: 100%;
    position: relative;
    color: #7BA03F;
    margin-left: 10px;
}

    .ribbon_tabs > div {
        display: block;
        border-top: 7px solid #7BA03F;
        border-right: 7px solid #7BA03F;
        border-left: 7px solid #7BA03F;
        border-bottom: 7px solid #7BA03F;
        width: 100%;
    }

    .ribbon_tabs .title {
        background: #304485;
        color: #FFF;
        min-width: 160px;
        padding: 10px;
        font-weight: bold;
        margin-right: 10px;
        height: 60px !important;
        float: left !important;
        font-size: 20px;
    }

        .ribbon_tabs .title > i {
            float: left;
            margin-right: 10px;
            position: relative;
            top: -3px;
        }

    .ribbon_tabs li a {
        padding: 8px 12px 8px 7px;
        font-size: 18px;
    }

    .ribbon_tabs li {
        display: inline-block;
        padding: 10px 0px 10px 0px;
    }
    
        .ribbon_tabs li:hover a {
            background: #aaa;
            color: #FFF;
            text-decoration: none;
        }

    .ribbon_tabs .selected {
        color: #424242;
        font-weight: bold;
    }

    .ribbon_tabs li i {
        position: relative;
        left: -5px;
    }

    .ribbon_tabs a {
        color: #000;
    }

    .ribbon_tabs .list-unstyled {
        float: left;
    }

.ribbonTitle {
    width: 75px;
    border-right: 1px dotted #aaa;
    padding-right: 20px;
    text-align: right;
    padding: 22px 10px 8px 30px;
    background: #3044B5;
    color: #FFF;
    height: 44px;
}

.ribbonTrailer {
    padding: 6px 30px 12px 10px;
    color: #333;
    border-left: 1px dotted #aaa;
    text-align: right;
}

.ribbon_tabs > div {
    border: none !important;
}

.ribbon_tabs ul {
    margin-bottom: 4px;
}

.ribbon_tabs .selected {
    background-color: lightgray;
    border-left: 8px solid #03aaf8;
    color: #00ABC7;
}

@media screen and (max-width: 1241px) {
    .ribbon_tabs div {
        float: none;
    }
}
/*** ------------------------ ***/
/*** END Page View Tab Ribbon ***/
/*** ------------------------ ***/


/*** --------- ***/
/*** RAD GRIDS ***/
/*** --------- ***/
.RadGrid {
    background: #fff;
}

.RadGrid_Default .rgRow a, .RadGrid_Default .rgAltRow a, .RadGrid_Default .rgEditRow a, .RadGrid_Default tr.rgEditRow a, .RadGrid_Default tr.rgHoveredRow a, .RadGrid_Default tr.rgActiveRow a, .RadGrid_Default .rgFooter a, .RadGrid_Default .rgEditForm a {
    color: #0088cc !important;
}

.RadGrid_Default .rgCommandCell {
    border: none !important;
}

.RadGrid_Default .rgCommandRow {
    background: none !important;
}

.RadGrid_Default .rgSelectedRow {
    color: rgb(51, 51, 51) !important;
}

    .RadGrid_Default .rgSelectedRow td, .RadGrid_Default .rgSelectedRow td.rgSorted {
        border-bottom-color: #6c6c6c !important;
        border-top-color: #6c6c6c !important;
    }

.RadGrid .rgRow td, .RadGrid .rgAltRow td {
    padding: 10px !important;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd !important;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif !important;
    word-wrap: break-word !important;
}

.RadGrid_Default .rgRow .rgSorted, .RadGrid_Default .rgAltRow .rgSorted {
    background: #efefef !important;
}

.RadGrid .rgHeader {
    text-align: left !important;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase !important;
    background: #fff !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    font-size: 12px;
    font-weight: bold !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.RadGrid .rgGroupPanel {
    background: #eee !important;
    padding: 5px;
    border: none !important;
}

.RadGrid .rgHeader > a {
    color: #000 !important;
    font-weight: bold !important;
}

.RadGrid_Default {
    border: none !important;
}

.RadGrid_Default:focus {
    outline: none;
}

.RadGrid .rgRow td table.layout-table tr td,
.RadGrid .rgAltRow td table.layout-table tr td {
    padding: 1px 5px !important;
    border: none !important;
}

.rdCommands {
    display: none;
}

.rdTitleBar {
    cursor: default !important;
}

.rcbReadOnly {
    height: 20px !important;
}

    .rcbReadOnly input {
        margin: 0 !important;
    }

.RadComboBoxDropDown .rcbList {
    background: #fff !important;
}

.bootstrap-link {
    color: #0088cc !important;
    text-decoration: underline;
}

.toggle-switch {
    background: url(../Images/toggleswitch.png) 0 0 no-repeat;
    height: 20px;
    width: 53px;
    display: block;
}

.on {
    background-position: 0 0;
}

.off {
    background-position: 0 -80px;
}

.RadGrid_Default .rgRow a.queue-button,
.RadGrid_Default .rgAltRow a.queue-button,
.RadGrid_Default .rgEditRow a.queue-button,
.RadGrid_Default tr.rgEditRow a.queue-button,
.RadGrid_Default tr.rgHoveredRow a.queue-button,
.RadGrid_Default tr.rgActiveRow a.queue-button,
.RadGrid_Default .rgFooter a.queue-button,
.RadGrid_Default .rgEditForm a.queue-button {
    color: #000 !important;
}

.RadGrid_Default .rgRow a.queue-button-white,
.RadGrid_Default .rgAltRow a.queue-button-white,
.RadGrid_Default .rgEditRow a.queue-button-white,
.RadGrid_Default tr.rgEditRow a.queue-button-white,
.RadGrid_Default tr.rgHoveredRow a.queue-button-white,
.RadGrid_Default tr.rgActiveRow a.queue-button-white,
.RadGrid_Default .rgFooter a.queue-button-white,
.RadGrid_Default .rgEditForm a.queue-button-white {
    color: #FFF !important;
}

.RadGrid_Default .rgMasterTable td.rgGroupCol, .RadGrid_Default .rgMasterTable td.rgExpandCol {
    border: none;
    background: white none !important;
}

.RadGrid_Default .rgExpand {
    background: url('/Images/circleExpand.png') center center no-repeat !important;
    background-size: 100% !important;
    height: 20px !important;
    width:20px !important;
}

.RadGrid_Default .rgCollapse {
    background: url('/Images/circleCollapse.png') center center no-repeat !important;
    background-size: 100% !important;
    height: 20px !important;
    width:20px !important;
}

/*** Detail Table ***/
.rgDetailTable .rgRow td, .rgDetailTable .rgAltRow td {
    background: #fafafa !important;
    padding: 5px !important;
    border: none !important;
}

.rgDetailTable .rgHeader {
    text-align: left !important;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase !important;
    background: #fff !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    font-size: 12px;
    font-weight: bold !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.RadGrid_Default .rgDetailTable {
    border-top: 1px solid #e7ebee !important;
    border-left: none !important;
    border-bottom: none !important;
}
/*** ------------- ***/
/*** END RAD GRIDS ***/
/*** ------------- ***/

.loadingPanel {
    height: 40px;
    width: 40px;
    background: url('../Images/ajax-loader.gif') 0 0 no-repeat;
    z-index: 1000;
}

    .loadingPanel span {
        position: relative;
    }

/*** ------------- ***/
/*** RADGRID PAGER ***/
/*** ------------- ***/
.RadGrid_Default .rgPagePrev, .RadGrid_Default .rgPageNext, .RadGrid_Default .rgPageFirst, .RadGrid_Default .rgPageLast {
    background-position: 0 0 !important;
    background-image: none !important;
    width: 30px !important;
    height: 30px !important;
}

.RadGrid .rgPager {
    background-color: white !important;
}

.RadGrid .rgPageFirst {
    background: url("/Images/first.png") no-repeat center center !important;
}

.RadGrid .rgPagePrev {
    background: url("/Images/prev.png") no-repeat center center !important;
    margin-left: -5px;
}

.RadGrid .rgPageNext {
    background: url("/Images/next.png") no-repeat center center !important;
    margin-right: -5px;
}

.RadGrid .rgPageLast {
    background: url("/Images/last.png") no-repeat center center !important;
}

.rgPagerCell {
    float: right;
    border: none !important;
    margin-top: 5px;
}

.RadGrid .rgPageNext, .RadGrid .rgPageLast {
    margin-right: -3px !important;
    margin-left: 0 !important;
}

.RadGrid .rgPageFirst, .RadGrid .rgPagePrev {
    margin-left: -4px !important;
    margin-right: 0 !important;
}

.RadGrid .rgPageFirst, .RadGrid .rgPagePrev, .RadGrid .rgPageNext, .RadGrid .rgPageLast {
    width: 42px;
    height: 42px;
    vertical-align: top;
    border: 1px solid #ddd !important;
    background-color: white !important;
}

.RadGrid .rgPageNext {
    border-left: 0 !important;
    border-right: 0 !important;
}

tr.rgPager td table td a {
    background-color: white;
    border: 1px solid #ddd !important;
    border-left: 0 !important;
    color: #00ABC7;
    font-family: 'Open Sans', sans-serif !important;
    width: 30px;
    height: 30px;
    align-content: center;
}

    tr.rgPager td table td a span {
        display: inline-block;
        color: #00ABC7;
    }

.RadGrid .rgNumPart span {
    float: left;
    padding: 3px 0 0 9px !important;
    color: #00ABC7;
}

.RadGrid_Default .rgNumPart a.rgCurrentPage {
    background-color: #00ABC7 !important;
}

    .RadGrid_Default .rgNumPart a.rgCurrentPage span {
        background: none !important;
        background-position: 0 !important;
        color: white !important;
    }

.RadGrid_Default .rgNumPart a:hover, .RadGrid_Default .rgNumPart a.rgCurrentPage {
    background-image: none !important;
}

    .RadGrid_Default .rgNumPart a.rgCurrentPage span, .RadGrid_Default .rgNumPart a.rgCurrentPage:hover span {
        background-position: 0 !important;
    }

    .RadGrid_Default .rgNumPart a:hover span, .RadGrid_Default .rgNumPart a.rgCurrentPage span {
        background: none !important;
    }
/*** ------------- ***/
/***   END PAGER   ***/
/*** ------------- ***/

/* RadScheduler (UTrack - Manage Schedule) */
.RadScheduler .rsHeader .rsToday {
    line-height: 30px;
    display: none;
}

.RadScheduler .rsHeader .rsDatePickerActivator {
    display: none;
}

.main-box .RadScheduler .rsHeader h2 {
    display: inline-block;
}

.RadScheduler .rsTimePick {
    display: none;
}

/* Moon Button */
.moon_button {
    display: inline-block;
    font-size: 12px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    padding: 4px 0;
    background: #999999 !important;
    font-family: 'Open Sans', sans-serif;
    min-width: 120px;
    border: none;
    margin-right: 3px;
}

    .moon_button:hover {
        text-decoration: none;
        background: #CCC;
        color: #FFF;
    }

        .moon_button[disabled], .moon_button:hover[disabled] {
            color: #bbb;
            background: #eee;
            cursor: default;
        }

.btn[disabled] {
    border: 1px solid #6c6c6c !important;
    background-color: #bbb !important;
    color: white !important;
}

/* jQuery UI */
.ui-datepicker {
    z-index: 1001 !important;
}

/* Footer */
.footer {
    height: 17px;
    margin: 0 auto;
    padding: 7px 5px 5px 40px;
    width: 500px;
    font-size: 12px;
    color: #737172;
    clear: both;
    font-family: 'Gotham Bold' !important;
}

    .footer span {
        color: #9f9f9f;
    }

.footer_wrapper {
    background: #333;
    height: 35px;
    width: 100%;
    font-weight: bold;
    position: fixed;
    bottom: 0px;
    clear: both;
    z-index: 99;
}

.footer a {
    color: #fff;
}

.footer-logo-wrapper {
    position: relative;
}

.footer-logo {
    position: absolute;
    top: -4px;
    left: 16px;
    width: 26px;
}

/* Production/Test environment toggle */
.environment-toggle {
    margin: 7px 40px 0 16px;
    color: #fff;
}

/* Client Dropdown (Used for UTC users to change client) */
.client-dropdown {
    width: 185px;
    margin: 8px 0 20px 17px;
    height: 30px;
    line-height: 30px;
    padding: 0rem 1.6rem .375rem .9rem;
    background-position: right 0rem center;
    color: #555;
}

/* Client Child Dropdown (Used for FATHOM aka Global) */
.client-child-dropdown {
    width: 300px;
    margin: 8px 22px;
}

/*disables sort icons*/
.no-sort::after {
    display: none !important;
}

/*disables sort for column*/
.no-sort {
    pointer-events: none !important;
    cursor: default !important;
}

/*moves the paginator to the right side of page*/
.datatables_paginate {
    float: right;
}

/*moves search bar for table to the right side of page*/
.datatables_filter {
    float: right;
}

/*resizes datatables search box width*/
div.dataTables_wrapper div.dataTables_filter input {
    max-width: none !important;
    width: 320px !important;
}

table:hover th.pointer {
    position: inherit;
}

/*The following 5 modify the sort icons to font awesome and only dislay on sorted column*/
table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

    table.dataTable thead th.sorting:after,
    table.dataTable thead th.sorting_asc:after,
    table.dataTable thead th.sorting_desc:after {
        position: absolute;
        top: 12px;
        right: 8px;
        display: block;
        font-family: FontAwesome;
    }

    table.dataTable thead th.sorting:after {
        content: "\f0dc";
        color: #ddd;
        font-size: 0.8em;
        padding-top: 0.12em;
        color: #ddd;
    }

    table.dataTable thead th.sorting_asc:after {
        content: "\f0dd";
    }

    table.dataTable thead th.sorting_desc:after {
        content: "\f0de";
    }

.table-link.danger .fa-square {
    color: #ff6a00;
}

/* icon styles */
.fa {
    transform: rotate(0.001deg);
}

    .fa.text-start {
        margin-left: 4px;
    }

    .fa.text-end {
        margin-right: 4px;
    }

.standard-input-addon {
    background-color: #fff;
}

.btn-clear {
    width: 88px;
    color: white !important;
    /*background-color: #8aaaba;*/
    background-color: #90a4ae !important;
    border-bottom-color: #999999 !important;
}

    .btn-clear:hover {
        /*background-color: #58899f;*/
        background-color: #999999;
        color: white;
    }

/* Checkbox standard styling */
.checkbox-standard {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

    .checkbox-standard input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

.ribbon_tabs ul {
    /*margin-left: 10px !important;*/
    padding-top: 8px;
}

.title-text {
    padding-top: 5px;
    font-size: 20px;
    font-weight: bold;
}
/*Dashboard Styles*/
a.aspNetDisabled div.infographic-box {
    /*background-color: #8a887d !important;*/
    opacity: 0.4;
}

.layoutForm tr td label {
    color: #444;
}

.layoutForm tr td {
    padding: 5px;
}

table.layoutForm tr td {
    padding: 5px 20px 5px 20px;
}

.search-buttons {
    clear: both;
    margin-bottom: 10px;
}

.searchFormNoBox > div.search-buttons {
    float: none;
}

.search-buttons .btn {
    margin-top: 15px;
}

/********************* REPORTS ********************/
.reportContainer {
    overflow: auto;
    color: #000;
    width: 620px;
}

.pivot {
    float: left;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}

    .pivot .row-custom {
        float: left;
        border-right: 1px solid #aaa;
        color: #000;
        margin-left: 0 !important;
    }

        .pivot .row-custom div {
            width: 83px;
            border-bottom: 1px solid #aaa;
            font-size: 12px;
        }

.reportLegend {
    width: 150px;
    font-size: 12px;
    overflow: visible;
    float: left;
    position: relative;
}

    .reportLegend ul {
        margin-left: 0;
    }

.pivotLabel {
    display: block;
    float: left;
    clear: both;
    font-size: 12px;
}

    .pivotLabel li, .pivot .row-custom div, .pivotItem {
        height: 16px;
        display: block;
        padding-left: 2px;
        white-space: nowrap;
    }

        .pivotItem strong {
            font-size: 12px;
        }

.VertMargin {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* AccountManagement */
.tabStrip {
    background: #c9c9c9;
    margin: 0 auto;
    margin-top: 15px;
    /*width: 932px;*/
    overflow: auto;
    clear: both;
}

.LeftTab, .RightTab {
    display: block;
    padding: 9px 0;
    padding-left: 5px;
    width: 90px;
    text-decoration: none;
    text-align: left;
    color: #05a7f4;
    font-size: 12px;
    line-height: 1;
    margin-right: 10px;
}

    .LeftTab:hover, .RightTab:hover {
        text-decoration: none;
        color: #05a7f4;
    }

    .LeftTab i, .RightTab i, .LeftTab span, .RightTab span {
        display: block;
        float: left;
        margin-left: 5px;
    }

.LeftTab {
    float: left;
}

.RightTab {
    float: right;
}

.count {
    max-height: 30px;
    float: left;
    font-size: 16px;
    color: #05a7f4;
    padding-top: 3px;
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
    overflow: auto;
    margin-left: 3px;
}

.RadGrid_Default .rgAltRow > td {
    background: #f2f2f2;
}

.float-end .count {
    margin-right: 3px;
}

.tabStrip .selected {
    background-color: #05a7f4;
    color: #FFF;
}

.dropShadow {
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #bbb;
    box-shadow: 0px 0px 5px #bbb;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    overflow: auto;
}

.txtFirst {
    width: 31% !important;
}

.clean_tabs li a.selected, .clean_tabs_right li a.selected {
    font-weight: bold;
    background: #03a9f4 !important;
}

.clean_tabs a:hover {
    text-decoration: none;
    background: #737172;
    color: #FFF;
}

.validator {
    color: red;
}

.scroll-content {
    overflow: auto;
}

.ui-button-icon-only {
    text-indent: -9999px;
}