﻿* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-ms-viewport{ width: auto !important; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Calibri';
  font-size:11pt;
}

a {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 { font-size: 125%; }
h2 { font-size: 120%; }
h3 { font-size: 115%; }
h4 { font-size: 110%; }
h5 { font-size: 105%; }
h6 { font-size: 100%; }

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }

#pageContent{
    padding-bottom: 45px;
}

.page-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
    z-index: auto;
    border-left: 1px solid #525252;
    min-height: 800px;
    width: 100vw;
}

/* BOOTSTRAP OVERRIDES */

hr {
  margin: 7px 0;
}

label {
  font-weight: normal;
}

.form-control {
  display: inline-block;
}

select, textarea,
input[type="text"], input[type="password"], input[type="search"], input[type="tel"],
input[type="number"], input[type="email"], input[type="url"], input[type="color"],
input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"],
.uneditable-input,
.form-control {
  height: 24px;
  line-height: 24px;
  padding: 0 4px;
}

select, select.form-control {
  padding: 2px;
  font-size: 11pt;
  font-family: Calibri;
}


.select2-container, .select2-choice {
  height: 32px;
  width: 100% !important;
  padding-top: 4px;
}

.select2-results {
  max-height: 550px;
  min-height: 200px;
  overflow-y: auto;
}


input[readonly],
textarea[readonly] {
  background-color: #fff;
  cursor: default;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
  position: inherit;
  vertical-align: middle;
}

.checkbox,
.radio {
  cursor: pointer;
  padding-right: 8px;
  display: inline-block;
}

.radio-list {
  display: inline-block;
}

  .radio-list .radio {
    display: block;
    padding-top: 2px;
  }

  .radio-list.inline .radio,
  .inline .radio-list .radio {
    display: inline-block;
  }

.inline .radio,
.inline .checkbox {
  display: inline-block;
  margin-right: 6px;
}

.datepicker-wrapper input {
  max-width: 90px;
  z-index: 300;
}

.btn {
  margin: 0px 2px; /* Charles - add left/right gap to button */
  padding: 2px 7px;
  line-height: 18px;
  background-color: #525252;
  box-shadow : none ;
}

.btn-large {
  padding: 9px 14px;
}

.btn-toolbar {
  margin: 0;
}

/*.btn-red {
  color: #AF1E2D;
}*/

.btn-link {
  font-weight: 400;
  color: #337ab7;  /*#007bff;*/
  text-decoration: none;
  background-color: transparent;
  align-items: inherit;
  padding: 0px;
}

  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
  }

  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none;
  }

  .btn-link:disabled, .btn-link.disabled {
    color: #666666;
    pointer-events: none;
  }

.button-block-area .btn-block {
  margin-top: 10px;
}

.special-buttons a {
  border-radius: 0 0 3px 3px;
  color: #fff;
  height: 28px;
  padding: 2px 7px;
}
.special-buttons a:hover,
.special-buttons a:active,
.special-buttons a:focus,
.special-buttons a:hover {
  background-color: #f79669;
  color: #fff;
}
.btn-search {
  margin-right: 3px;
}


.form-horizontal .form-group {
  margin: 0 0 3px;
  white-space: nowrap;
}
.form-horizontal .control-label,
.form-horizontal .checkbox,
.form-horizontal .radio {
  padding-top: 3px;
}
.form-horizontal .controls > span {
  display: inline-block;
  padding-top: 3px;
}

.form-inline .form-group {
  margin-left: 0;
  margin-right: 10px;
  padding:2px 2px 0px 0px;
}

.form-inline .control-label {
  padding-top: 0;
}
.form-inline .input-group {
  display: inline-table;
  margin-top: -2px;
  vertical-align: middle;
}
.form-inline .checkbox {
  padding-top: 2px;
}

/*.form-inline {
    display: inline-block;
}*/

.badge-notify{
   background:#094970;
   /*position: absolute;
   top: 1.5px;
	 right: 160px;*/
  }

.badge-notify-client {
  background: #094970;
  /*position: absolute;
  top: 1.5px;
  right: 60px;*/
}


/* PAGE TITLE */

.page-title {
  margin-top: 8px;
  padding-left: 20px;
}

  .page-title h2 {
    font-size: 14px;
    font-family: 'Calibri';
    /*color: #094970;*/
    color: #525252;
    line-height: 20px;
    margin: 5px 0 0 0;
    white-space: nowrap;
  }

/*.button-area .btn-toolbar > .btn {
  margin-left: 0px;
}*/

.rotate-90 {
  display: block;

  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  -webkit-transform-origin: 50% 25%;
  -moz-transform-origin: 50% 25%;
  -ms-transform-origin: 50% 25%;
  -o-transform-origin: 50% 25%;
  transform-origin: 50% 25%;

  /* This should add IE8 support, but it screws up IE9 layout */
  /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/

  white-space: nowrap;
  width: 30px;
}

.table-announcements {
  border: 1px solid #ccc;
}

.table-announcements-tr {
  background-color: #f5f5f5
}

.table-announcements-thead > thead:first-child > tr:first-child > th {
  background-color: #3d84d0;
}

.text-format {
  font-family: 'Calibri';
  font-size: 11pt;
  padding-top: 10px;
}

.table.tableBodyScroll tbody {
    display: block;
    max-height: 450px;
    overflow-y: scroll;
}

.table.tableBodyScroll thead, table.tableBodyScroll tbody tr {
    display: table;
    width: 100%;
    /*table-layout: fixed;*/
}

/*tableFixHead {
    overflow-y: auto;
    height: 100px;
}*/

/*.tableFixHead thead th {
    position: sticky;
    top: 0;
}*/




.select-client {
  border: 0;
  background: 0;
}

.select-client-text {
  color: white;
  font-weight: bold;
  padding-left: 200px;
}


/* Icons */
.icon-white {
    background-image: none; /*url("images/glyphicons-halflings-white.png"); */
}
.icon-dropdown:before {
  content: "\f078";
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
}

.help {
    background: url(images/info_blue_icon_ko.png) right no-repeat;
    display: inline-block;
    height: 16px;
    margin-left: 4px;
    margin-right: -20px;
    vertical-align: middle;
    width: 16px;
}
.field-validation-error+.help {
  display: none;
}
.field-validation-error[style="display: none;"]+.help {
  display: inline-block;
  margin-left: 0;
}


img.flag {
  height: 13px;
  padding-right: 10px;
  vertical-align: baseline;
  width: 27px;
}

.text-error {
  color: #b94a48;
}

.icon_money_color1 {
  color: #ff8d6d;
}
.icon_money_color2 {
  color: #7BD5F5;
}

.amount_format {
  color: #737171;
  font-size: 11pt;
  font-family: 'Calibri';
  font-weight: bold
}
/** top tiles  */
.tile_count {
  margin-bottom: 20px;
  margin-top: 20px;
}
.tile_count .tile_stats_count {
  border-bottom: 1px solid #D9DEE4;
  padding: 0 10px 0 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

@media (min-width: 992px) {
  footer {
    margin-left: 230px;
  }
}

@media (min-width: 992px) {
  .tile_count .tile_stats_count {
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 10px;
  }
}
.tile_count .tile_stats_count:before {
  content:"";
  position: absolute;
  left: 0;
  height: 65px;
  border-left: 2px solid #ADB2B5;
  margin-top: 10px;
}
@media (min-width:992px) {
  .tile_count .tile_stats_count:first-child:before {
    border-left: 0;
  }
}
.tile_count .tile_stats_count .count {
  font-size: 30px;
  line-height: 47px;
  font-weight: 600;
}
@media (min-width:768px) {
  .tile_count .tile_stats_count .count {
    font-size: 30px;
    color: #094970;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .tile_count .tile_stats_count .count {
    font-size: 30px;
    color: #094970;
  }
}
.tile_count .tile_stats_count span {
  font-size: 11pt;
}
@media (min-width:768px) {
  .tile_count .tile_stats_count span {
    font-size: 11pt;
  }
}
.tile_count .tile_stats_count .count_top {
  font-size: 11pt;
  color: #888;
}
/** /top tiles **/

.grey-text {
  color: #888;
}

.main-div {
  background: #F7F7F7;
}

/* Tables and grid styles */
.table tfoot td {
    font-weight: bold;
}
.table td.center, .table th.center {
    text-align: center;
}
.table-grid,
.table-grid td span,
.table-grid select,
.table-grid input,
.table-grid .btn-link {
  font-size: 11pt;
  font-family: 'Calibri';
}

  .table-grid td {
    padding: 0;
  }
  .table-grid .btn-dropdown {
    padding: 0px;
    background-color: #888;
  }

.table-payroll {
  table-layout: fixed;
  width: auto;
  margin: 0 17px 0 0;
}
.table-payroll-body {
  display: inline-block;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}
.table-payroll .td-xxxlarge {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  white-space: nowrap;
}
.table-payroll .td-xxlarge {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  white-space: nowrap;
}
.table-payroll .td-xlarge {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
}
.table-payroll .td-large {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
}
.table-payroll .td-medium {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
}
.table-payroll .td-small {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
}
.table-payroll .td-mini {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
}
.table-payroll .checkbox {
  padding: 0;
  text-align: center;
}

.dataTables_scrollHead {
    background-color: #6f7d95;
    color: #fff;
}

.table-striped tbody tr:nth-child(2n+1) td {
    background-color: #edf2f6;
}
/*AT-Payroll table font size*/
.payrol-font-size {
    font-size: 13px !important;
}

.table-scroll .table thead th, .table thead td {
    border: none;
}

.table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    /*overflow: auto;*/
    height: 500px;
}

    .table-scroll table {
        width: 100%;
        min-width: 500px;
        margin: auto;
        border-collapse: collapse;
        border-spacing: 0;
    }

.table-wrap {
    position: relative;
}

.table-scroll th,
.table-scroll td {
    background: #fff;
    vertical-align: top;
}

.table-scroll thead th {
    background: #888;
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    color: black;
    z-index: 4;
}

.table thead, .table thead th {
    background-color: #6f7d95;
    color: white;
}

/* Attachments */
.attachments-sidebar {
  float: left;
  width: 35%;
}

.attachments .files {
  margin-bottom: 10px;
}
.attachments .fileupload-buttonbar {
  margin-top: -5px;
  margin-bottom: -5px;
}
.attachments .alert {
  padding: 4px;
}

.attachments .preview-pane {
  float: left;
  margin-left: 2%;
  width: 63%;
}
.attachments .preview-pane iframe {
  height: 100%;
}

/* jQueryUI */
.ui-datepicker-next, .ui-datepicker-prev {
  cursor: pointer;
  z-index: 300;
}
.ui-autocomplete {
  /*position: absolute;*/
  max-height: 255px;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 30;
  position: relative;
  display: inline-block
}
.ui-dialog .ui-dialog-buttonpane {
  margin-top: 0;
  background-color: white;
  text-align: center !important;
  padding: 0 !important;
  border-top: 0px solid white;
}

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
        float:none !important;
    }

  .ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    -webkit-box-shadow: none; /* Safari 4 */
    -moz-box-shadow: none; /* Firefox 3.6 */
    box-shadow: none;
    border: none;
    padding-left: 10px;
    padding-right:10px;
  }

.ui-dialog .ui-dialog-titlebar {
  /*padding: .4em 1em;*/
  position: relative;
  padding: 5px 15px;
  border: 0 0 0 1px solid;
  border-color: white;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration: none;
  -webkit-border-bottom-right-radius: 0; /* Safari 4 */
  -moz-border-radius-bottomright: 0; /* Firefox 3.6 */
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0; /* Safari 4 */
  -moz-border-radius-bottomleft: 0; /* Firefox 3.6 */
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #094970;
  background-color: white;
}


/* Dashboard */


.dashboard-panel {
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dashboard-heading {
    font-weight: bold;
    padding: 8px 15px;
    display: block;
    font-size: 16px;
    font-family: Calibri;
}

    .dashboard-heading a {
        color: #525252 !important;
    }

        .dashboard-heading a:hover {
            text-decoration: none
        }

        .dashboard-heading a[aria-expanded="true"] {
            background: #f8f9fb !important;
        }

.dashboard-body {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.dashboard-body-Grey {
    padding: 9px 15px;
    background-color: #f8f9fb;
    border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 900px) {
    .dashboard-main .dashboard-panel {
        width: 100%;
    }

        .dashboard-main .dashboard-panel:nth-child(odd) {
            float: left;
        }
}


/* DATATABLES */
.dt-pager {
  margin-top: 10px;
}
.dt-pager .pagination {
  margin: 0;
}

/* Approve Bill Payment UPLOAD */
.approve-billPayment-header {
  background-image: url(images/CheckedBox.png) ;
  background-repeat: no-repeat;
  background-position: left top;
}

  .approve-billPayment-header h2 {
    color: #f06522;
    font-size: 22px;
    font-family: 'Calibri';
    font-weight: bold;
    padding: 15px 0 0 90px;
  }

  .approve-billPayment-header h4 {
    color: black;
    font-size: 11pt;
    font-family: 'Calibri';
    text-align: right;
    padding: 15px 0 0 90px;
  }

.approve-billPayment-header hr {
  background-color: #f06522;
  border: 0;
  border-bottom: 15px solid #f06522;
  display: block;
  margin-top: 20px;
}

/* Make a Payment */
.customer-ccPayment-header {
  background-repeat: no-repeat;
  background-position: left top;
}

  .customer-ccPayment-header h2 {
    color: #f06522;
    font-size: 22px;
    font-family: 'Calibri';
    font-weight: bold;
    padding: 15px 0 0 90px;
  }

  .customer-ccPayment-header h4 {
    color: black;
    font-size: 11pt;
    font-family: 'Calibri';
    text-align: right;
    padding: 15px 0 0 90px;
  }

.customer-ccPayment-header hr {
  background-color: #f06522;
  border: 0;
  border-bottom: 15px solid #f06522;
  display: block;
  margin-top: 20px;
}

.header-icons li {
    max-width: 30px;
}

.client-name {
  color: #525252;
  font-size: 14px;
  font-weight: bold;
  font-family: Calibri ;/*'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
}

.stripe-input {
  color: #444444;
  font-size: 11pt;
  font-family: 'Calibri';
  width: 318px;
  height: 40px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #d3993e;
  border-radius: 5px;
  background-color: #f0d922;
}

/* bottom */

.button-area {
  text-align: right;
  overflow: hidden;
  color: white;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  height: 75px;
}

  .button-area .btn-toolbar {
    display: inline-block;
    margin: 1px 0 0;
  }

.my-footer-line {
  background-color: #525252;
  width: 100%;
  height: 2.8125rem;
  align-content: center;
}

.btn {
  padding: 2px 7px;
  line-height: 22px;
}

.button-area .btn-toolbar > .btn {
  margin-left: 20px;
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.icon-bar {
  position: -webkit-sticky;
  position: sticky;
  width: 45px;
  float: right;
  overflow: inherit;
  background-color: #525252;
  color: #525252;
  height: 100%;
  top: 0;
  align-items: center;
  z-index: 9997;
}


  .icon-bar a {
    display: block;
    text-align: center;
    padding: 4px 5px 9px 5px;
    transition: all 0.3s ease;
    color: white;
    font-size: 36px;
  }

.icon-bar a:hover {
  background-color: #094970;
}

.icon-bar a.active {
  background-color: #094970;
}
.icon-setup {
  content: url('../Images/Menu/setting_icon.png')
}

.icon-reports {
  content: url('../Images/Menu/reports_icon.png')
}

.icon-alerts {
  content: url('../Images/Menu/alert_icon.png')
}

.icon-dashboard {
  content: url('../Images/Menu/dashboard_icon.png')
}

.icon-reminder {
  content: url('../Images/Menu/reminder_icon.png')
}

.icon-notes {
  content: url('../Images/Menu/notes_icon.png')
}

.icon-search {
    content: url('../Images/Menu/search_icon.png')
}

.icon-cloudcabinet {
    content: url('../Images/Menu/archive_icon.png')
}

.icon-hamburger {
    content: url('../images/ActionIcon/hamburger_menu.png')
}

.icon-launcher {
    content: url('../images/Menu/launcher_icon.png')
}


/*Sibebar style*/
.wrapper {
  display: flex;
  align-items: stretch;
  align-content: center;
}

.container-fluid {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: auto;
  margin-left: auto;
}

#sidebar {
  position: sticky;
  width: 200px;
  min-width: 200px;
  background: white;
  color: #525252;
  transition: all 0.3s;
  top: 0;
  height: 450px;
  z-index: 50;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Calibri;
}

  #sidebar.active {
    width: 0;
    min-width: 0;
    /*margin-left: -50px;*/
    z-index: 5;
    overflow: hidden;
    padding: 0px 0px;
  }

  #sidebar a[data-toggle="collapse"] {
    position: relative;
  }

@media (max-width: 768px) {
  #sidebar {
    margin-left: -100px;
  }

    #sidebar.active {
      margin-left: 0;
    }
}

#sidebar ul.components {
  padding: 15px 0;
}

#sidebar ul li a {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11pt;
  font-family: 'Calibri';
  display: block;
  border-bottom: 1px solid #ddd !important;
}

  #sidebar ul li a:hover {
    color: #094970;
    text-decoration: none;
  }

#sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #094970;
  /*background: #f8f9fb;*/
  font-weight: bold;
}

#sidebar ul ul a {
  font-size: 11pt !important;
  font-family: 'Calibri';
  background: #f8f9fb;
  position: relative;
  color: #525252;
}

#sidebar .dropdown-submenu {
  position: relative;
}

  #sidebar .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 160px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11pt;
    font-family: 'Calibri';
    min-width: 210px;
    max-width: 210px;
    background: #f8f9fb;
    border: 1px solid #525252;
    border-radius: 0;
  }

  #sidebar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

.dropdown-submenu .parentNode {
  display: block;
  background-color: white;
  font-size: 11pt;
  font-family: 'Calibri';
  color: #525252;
  clear: both;
}

  .dropdown-submenu .parentNode .dbl-arrow {
    float: right;
    color: #094970;
  }

.nav-main .dropdown .dropdown-menu {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f8f9fb;
  border: 1px solid #525252;
  border-radius: 0;
  top: 18px;
}


.dropdown-menu.show {
  display: block;
  color: #094970;
  background: #f8f9fb;
  border: 1px solid #525252;
  border-radius: 0;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11pt;
  font-family: 'Calibri';
}

ul li.active > a, a[aria-expanded="true"] {
  font-weight: normal;
}


 /*Button Style*/
.btn-hamburger {
  text-decoration: none;
  border: none;
  color: white;
  background-color: white;
}


/*label right alignment*/
.col-form-label {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  margin-bottom: 0;
  font-size: 11pt;
  font-family: 'Calibri';
  line-height: 1.5;
  text-align: right;
}

/*label left alignment*/
.col-form-label-left {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  margin-bottom: 0;
  font-size: 11pt;
  font-family: 'Calibri';
  line-height: 1.5;
  text-align: left;
}

/*spacing between contols*/
.form-group {
  margin-bottom: 0rem;
}

input, textarea, select, option, optgroup, button, td, th {
  font-size: 11pt;
  font-family: 'Calibri';
  padding:0px;
}


.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 22px;
}


/*table styles*/

.nav-tabs {
    border-bottom: 0px;
    background: 0;
}

  .nav-tabs .nav-item {
    margin-bottom: -1px;
    padding-right: 5px;
    color: #e2f3fa;
  }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        /*background-color: #e2f3fa;*/
        background-color: #c1d8ea;
            color: #525252;
    }

    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #525252;
    }

    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent;
    }

/* 06/05/2019 - Charles/Tom - Default bg color for card */
.card {
    background: #f8f9fb;
    margin-bottom: 15px;
}

.card-header {
    padding: 0.40rem 0.40rem;
    margin-bottom: 0.3rem;
}

/* 06/05/2019 - Ambrogio - Removed padding-left - HV approved */

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    padding-left: 0px;
}

/* Tom - AW Links */
.aw-links {
    color: #525252;
    text-align: left;
    list-style: none;
}

.aw-links li a, .aw-links li {
    display: block;
    background: #f8f9fb;
    border: 0;
}

.aw-links li a, .aw-links li.nav-header {
    padding: 10px;
}

.aw-links li:hover a {
    background: #dfe0e2;
    border: 0;
    text-decoration: none;
}

/* Tom - AW Tabs */
.aw-tabs {
    border-bottom: 1px solid #ddd;
}

    .aw-tabs > li.nav-item {
        float: left;
        margin-bottom: -1px;
        padding-right: 0;
    }

        .aw-tabs > li.nav-item .nav-link.active, .aw-tabs li.nav-item:last-child .nav-link {
            border-right: 0;
        }

        .aw-tabs > li.nav-item > a.nav-link {
            margin-right: 0;
            line-height: 1;
            border-top: 1px solid transparent;
            border-left: 1px solid transparent;
            border-bottom: 1px solid transparent;
            border-right: 1px solid #ddd;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            color: #525252 !important;
            /*background: 0;*/ /*AT. Requested by Harvinder*/
        }

            .aw-tabs > li.nav-item > a.nav-link:hover {
                border-color: #eee #eee #ddd;
                background-color: #eee;
                /*color: #094970 !important;*/
                color: #094970 !important;
            }

            .aw-tabs > li.nav-item.active > a.nav-link,
            .aw-tabs > li.nav-item.active > a.nav-link:hover,
            .aw-tabs > li.nav-item.active > a.nav-link:focus,
            .aw-tabs > li.nav-item > a.nav-link.active,
            .aw-tabs > li.nav-item > a.nav-link.active:hover,
            .aw-tabs > li.nav-item > a.nav-link.active :focus {
                color: #555;
                cursor: default;
                background-color: #fff;
                border: 1px solid #ddd;
                border-bottom-color: transparent;
            }

/* Tom - Related Actions Box */
.related-links {
    min-width: 275px;
    position: fixed;
    bottom: 45px;
    right: 50px;
    z-index: 9999;
    background: #f8f9fb;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.btn-related-links {
    position: absolute;
    bottom: 34px;
    right: 50px;
    padding: 5px;
}

    .btn-related-links button {
        padding: 5px;
        border-radius: 10px 10px 0 0;
        color: #525252;
        background: #fff;
        /*border: 1px solid #094970;*/
        border: 1px solid #094970;
    }

    .btn-related-links:hover button {
        color: #525252;
        background: #ebebeb;
        /*border: 1px solid #094970;*/
        border: 1px solid #094970;
    }


/* Tom - Datepicker Fix */
#ui-datepicker-div {
    z-index: 9999 !important;
}

/* Tom - Tables Bump Fix */
div.dataTables_scrollHeadInner {
    margin-top: -.125rem
}

/* Tom – Dialog Box Buttons */
.ui-dialog-buttonset .btn {
    color: #ffffff;
    background-color: #525252;
    border-color: #525252;
}

    .ui-dialog-buttonset .btn:hover {
        color: #fff;
        /*background-color: #0066b2;
        border-color: #0066b2;*/
        background-color: #094970;
        border-color: #094970;
    }

/* Tom - Better Scroll Bars */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Tom - MultiSelect Control */
select[multiple], select[size] {
    height: auto;
}

.checkbox-wrapper{
    display: inline-block;
    width: 25px;
}


/* Autocomplete fix */
.ui-menu li {
    list-style-type: none;
    line-height: 100%;
    padding: 5px;
    font-family: 'Calibri';
    font-size: 11pt;
}

/*AT- Removed form-control focused*/
.form-control:focus {
    border-color:#b6aeae !important;
    box-shadow: none;
}

.container-invalid {
    display: flex;
    align-items: center;
}


.inline-input {
    padding-top: 0.20rem;
    margin-bottom: 0;
    padding-right: 0.25rem;
    padding-left: 1.25rem;
}




a {
    font-weight: 400;
    color: #094970;
    text-decoration: none;
    background-color: transparent;
    align-items: inherit;
    padding: 0px;
}

a:hover {
    color: #094970;
    text-decoration: underline;
}

  a:focus, .a.focus {
    text-decoration: underline;
    box-shadow: none;
  }

  a:disabled, .a.disabled {
    color: #666666;
    pointer-events: none;
  }


/* #region AT. Design for mobile App*/
    @media (max-width: 800px) {
        #sidebar {
            margin-left: -20px;
            min-width: 115px;
            padding-right: 0px;
        }

            #sidebar.active {
                margin-left: 0;
            }

        body {
            font-size: 8pt;
        }

        #sidebar ul li a {
            font-size: 8pt !important;
            padding-right: 15px;
        }

        .nav-main .navbar-nav > li > a {
            font-size: 8pt;
        }

        #navbarSupportedContent {
            padding-right: 0px !important;
        }

        .ul-mobile, .quick-links {
            display: none !important;
        }       

        .navbar-nav ul li a {
            font-size: 9pt;
        }

        .client-name {
            font-size: 8pt;
        }

        .logo {
            height: 60px;
        }

        /*AT. Footer Mobile*/
            .my-footer-line {
            height: 4.2rem;
        }

            .my-footer-line div {
                padding-left: 1px !important;
                padding-right: 1px;
                max-width: 171px;
            }

        .btn {
            margin: -1px 4px;
        }

        .btn {
            padding: 0.6rem 0.20rem;
            font-size: 8pt;
            line-height: 1.0;
        }

        .btn-mobiles {
            padding: 0 0 0 0 !important;
            margin: 0 0 0 0 !important;
        }

        .btnAdd, .btnArchive, .btnList, .btnPrevious, .btnNext, .btnExcel, .btnEmail,
        .btnWord, .btnView, .btnPrint, .btnEfile, .btnPdf, .btnMinimize {
            padding: 0.8rem 0.8rem 0.6rem 0.8rem !important;
        }

        .btn-toolbar {
            margin: 0px;
            background-color: #525252;
        }
       
    /*End Footer*/

        .col-form-label {
            font-size: 8pt !important;
            text-align: left;
        }

        .entry-div {
            width: 90vw !important;
        }

        .btn-related-links {
            bottom: 59px !important;
            right: 5px !important;
        }
    }

    @media (min-width: 300px) {
        .navbar-expand-lg {
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

            .navbar-expand-lg .navbar-nav {
                -ms-flex-direction: row;
                flex-direction: row;
            }

                .navbar-expand-lg .navbar-nav .dropdown-menu {
                    position: absolute;
                }

                .navbar-expand-lg .navbar-nav .nav-link {
                    padding-right: 10px 10px 10px 10px;
                }

            .navbar-expand-lg > .container,
            .navbar-expand-lg > .container-fluid {
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            }

            .navbar-expand-lg .navbar-collapse {
                display: -ms-flexbox !important;
                display: flex !important;
                -ms-flex-preferred-size: auto;
                flex-basis: auto;
            }

            .navbar-expand-lg .navbar-toggler {
                display: none;
            }

        .btn-hamburger {
            padding-right: 20px;
        }
    }

/*New Home Design Only*/

.angle-topleft, .angle-topright {
    position: relative;
    z-index: 1;
}

.angle-topleft:after {
    bottom: 10PX;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.angle-topright:before {
    top: 0;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.angle-topleft:after, .angle-topright:before {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.home-header, .home-wrapper {
    max-width: 2560px;
    margin: 0 auto
}

.home {
    padding: 0 !important;
    border: 0;
    font-family: 'Lato', sans-serif;
}

.home-wrapper #last-updated {
    padding-left: 19px;
    margin-top: 40px;
}

.page-content.home {
    height: auto;
}

.home .link-primary {
    color: #171C2B;
}

.home .angle-block {
    background: rgba(241,101,33,.25);
    position: relative;
    padding: 50px 0;
}

.home .angle-block:before {
    height: 205px;
}

.home .angle-section {
    padding: 30px 0;
}

.home #sidebar.active {
    display: none;
}

.home #clientList {
    border-left: 1px solid #d6d6d6;
}

.home hr {
    border-top: 1px solid #9e9e9e;
    margin: 40px 0;
}

.home hr.light-hr {
    border-top: 1px solid #d6d6d6;
}

.home h1 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
}

.home h2 {
    font-size: 35px;
    font-weight: 300;
}

.home .angle-section .pull-up {
    position: relative;
    top: 0;
    margin-bottom: 0;
}

.home #main-content {
    height: 100vh;
}

.home #main-content a {
    color: #094970
}

/*.home #main-content .inner-main {
    margin-right: -60px;
}*/

.home #main-content .inner-main .container {
    padding: 0 35px;
}

.home #main-content #graphic .container {
    padding: 0 50px;
}

.home #main-content .inner-main {
    margin-bottom: 120px;
}

.home #main-content .inner-main ul {
    padding-left: 20px;
}

.home #main-content .inner-main #graphic {
    color: #fff;
    background: url(./images/AO_AP_header_pic.jpg) center center no-repeat;
    background-size: cover;
    height: 500px;
    padding: 20px 0;
    margin-top: 0;
}

.home #main-content .inner-main #graphic .caption-box {
    margin-top: 100px;
}

.home #main-content .inner-main #inner-sections {
    background: #fff;
    /*margin-top: -87px;*/
    padding-top: 40px;
}

.home #main-content .inner-main #inner-sections #notifications ul h2 {
    font-size: 15px;
    font-weight: 600;
}

.home #main-content .inner-main #inner-sections #last-updated .content-box {
    position: fixed;
    bottom: 70px;
    left: 10px;
}

.home #main-content .inner-main #inner-sections #last-updated .content-box span {
    display: block;
}

.home #footer {
    background: #fff;
    padding: 25px 0;
    margin-bottom: 50px;
    position: fixed;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 250px 50px 250px;
}

.home #footer a {
    color: #212529;
    padding: 0 100px;
}

.home + .icon-bar {
    right: 0;
}

.home + .icon-bar .menu_location {
    left: -875px;
}

@media (min-width: 1700px) {
    .home .angle-section .pull-up {
        top: -100px;
        margin-bottom: -100px;
    }
}

@media (min-width: 1200px) {
    .home .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .home .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .home .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .home .container {
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    .home #footer a {
        padding: 0 50px;
    }
}

@media (max-width: 992px) {
    .home .angle-section {
        padding: 55px 0;
    }
    .home #main-content .inner-main #graphic {
        height: 400px;
    }
    .home #footer {
        margin: 0 0 55px 0;
    }
    .home #footer a {
        color: #212529;
        padding: 0 50px;
    }
}

.flotr-grid-label-x {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -moz-transform: rotate(-45deg); /* Firefox */
    -webkit-transform: rotate(-45deg); /* Safari and Chrome */
    -o-transform: rotate(-45deg); /* Opera */
    white-space: nowrap;
    
}

a {
    font-weight: 400;
    color: #006dcc;
    text-decoration: none;
    background-color: transparent;
    align-items: inherit;
    padding: 0px;
}

/*#endregion*/

