/**
 * @package   QWcrm
 * @author    Jon Brown https://quantumwarp.com/
 * @copyright Copyright (C) 2016 - 2017 Jon Brown, All rights reserved.
 * @license   GNU/GPLv3 or later; https://www.gnu.org/licenses/gpl.html
 */

body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}

form {
    margin: 0px;
    padding: 0px;
}

.align-justify {
    text-align: justify;
}

.text1 {
    color: #6B6B6B;
}

.text2 {
    font-size: 19px;
    color: #179ACF;
}

.text3 {
    font-size: 10px;
}

.text4 {
    height:30px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #6699FF  ;
}

.title_blue {
    font-size: 19px;
    color: #179ACF;
}

a {
    color: #666666;
}

a:hover {
    text-decoration: none;
}

a.link1 {
    color: #6B6B6B;

}

a.link1:hover {
    text-decoration: underline;
}

a.link2 {
    color: #0EB5F4;
}

a.link3 {
    color: #179ACF;
    text-decoration: none;
}
.bg1 {
    background-color: #ECECEC;
}

.bg2 {
    background-image: url('../images/index28.jpg');
    background-repeat: no-repeat;
    background-position: right top
}
mainbg {
    background-image: url('../images/index14.gif');
    background-repeat:repeat;
}

/* Cool DHMTL Tooltip (Dynamic Drive) */

#dhtmltooltip{
    position: absolute;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: #efefef;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

.linkedcell {
    background: #88abf2;
    color: #FFFFFF;
    cursor: auto;
}


/* Table Formating */

.main_window {
    border-collapse: collapse;
    background: #ECECEC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.left_window {
    border-collapse: collapse;
    background: #ECECEC;
    border-bottom: 1px solid #CCCCCC;
}

.menutable {
    border-collapse: collapse;
    margin: 1px;
    text-align: left;
}
.menutablered {  margin: 1px; background-color: #ffffff; border: 2px solid #CC0000; text-align: left; }
.menutableredpop {  margin: 1px; background-color: #ffffff; border: 1px solid #CC0000;  border-spacing: 2px;}

.menuhead {
    /*color:#6699FF; */
    font-weight:bolder;
    font-size: 16px;}

.menutd {
    font-weight:normal;
    margin: 4px;
}
.menuhead2  { color:#ffffff; font-weight:bolder; font-size: 12px; background:#6699FF;}
a.menuhead2 { color:#ffffff; font-weight:bolder; font-size: 12px; text-decoration:none;}


.menutd2 { background: #C3D9EA; border: 1px solid #1c679f;}
.menutd3 { background: #518AB5; border: 1px solid #1c679f; padding: 3px; font-size: 11px; font-weight: bold; color:#ffffff }

.textTable {
    border-collapse: collapse;
    margin: 1px;
    background-color: #ffffff;
    border: 1px solid #1c679f;
    text-align: left;
}

.texthead {
    color:#ffffff;
    font-weight:bolder;
    font-size: 16px;
}

.textTd {
    background: #F0F8FF;
}

.olotable {
    border-collapse: collapse;
    margin: 1px;
    background-color: #ffffff;
    border: 1px solid #1c679f;
}

.olotablered {
    margin: 1px;
    background-color: #ffffff;
    border: 2px solid #CC0000;
    text-align: left;
}

.olotableredpop {
    margin: 1px;
    background-color: #ffffff;
    border: 1px solid #CC0000;
    border-spacing: 2px;
}

.olotablegreen {
    margin: 1px;
    background-color: #ffffff;
    border: 2px solid #006600;
    text-align: left;
}

.olohead {
    background:#6699FF;
    color:#ffffff;
    font-weight:bolder;
    font-size: 12px;
    border-collapse: collapse;
    margin: 1px;
    border: 1px solid #1c679f;
}

.olotd {
    border-collapse: collapse;
    margin: 1px;
    border: 1px solid #1c679f;
    background: #F0F8FF;
}

.olotd4 {
    border-collapse: collapse;
    margin: 1px;
    border: 1px solid #1c679f;
    font-weight:normal;
}

.olotd5{
    border-collapse: collapse;
    color: #000000;
    margin: 1px;
    border: 1px solid #1c679f;
    font-weight:normal;
    background-color:#ECECEC;
}

.olohead2 {
    background: #518AB5;
    color: #ffffff;
    font-weight: bolder;
    border: 1px solid #1c679f;
    padding: 3px;
}

.olotd2 {
    background: #C3D9EA;
    border: 1px solid #1c679f;
    padding: 3px;
    font-size: 11px;
    font-weight: bold;
}

.olotd3 {
    background: #518AB5;
    border: 1px solid #1c679f;
    padding: 3px;
    font-size: 11px;
    font-weight: bold;
    color:#ffffff
}

.row1 {
    background: #FFFFFF;
}

.row2 {
    background-color: #ededed;
}

.row3 {
    border-collapse: collapse;
    margin: 1px;
    border: 1px solid #1c679f;
    background-color: #ededed;
}

/* not tables */

.button {
    background-image: url('../images/swsh.gif');
    color:#6699FF;
    font-weight:bolder;
    font-size: 12px;
    text-decoration: none
}

.toolbar {
    background-image: url('../images/swsh.gif');
    text-decoration: none
}

a.toolbar {
    background-image: url('../images/swsh.gif');
    text-decoration: none
}

a.button {
    background-image: url('../images/swsh.gif');
    color:#6699FF;
    font-weight:bolder;
    font-size: 12px;
    text-decoration: none
}

/* IMAGE HOVER CODE */

.rollover     { background-color: #000000}
.rolloveron     { background-color: #91B3C1;}


/* START THE CODE FOR THE MENUS */


/* TOP LEVEL MENU CONTROL */


a.menu_TOP{
    display:block;
    line-height: 14pt;
    text-align: center;
    text-decoration:none;
    border-right: #91B3C1 1px solid;
}



/* SUB LEVEL MENU CONTROL */


a.menu_SUB{
    display:block;
    padding: 2px 2px 2px 4px;
    text-decoration:none;
    /* filter:alpha(opacity=100); */
    border-bottom: #61828F 1px solid;
}


/* MORE SUB LEVEL MENU CONTROL */


.menu_DIV{
    border-top: #61828F 1px solid;
    border-bottom: #61828F 0px solid;
    border-right: #61828F 1px solid;
    border-left: #61828F 1px solid;
    /* filter:alpha(opacity=100); */
    z-index:100;
}
/************* globalNav styles ****************/

#globalNav{
    position: relative;
    width: 100%;
    min-width: 640px;
    height: 32px;
    color: #cccccc;
    padding: 0px;
    margin: 0px;
    background-image: url('../images/glbnav_background.gif');
}

#globalNav img{
    margin-bottom: -4px;

}

#gnl {
    position: absolute;
    top: 0px;
    left:0px;
}

#gnr {
    position: absolute;
    top: 0px;
    right:0px;
}

#globalLink{
    position: absolute;
    top: 6px;
    height: 22px;
    min-width: 640px;
    padding: 0px;
    margin: 0px;
    left: 10px;
    z-index: 100;
}


a.glink, a.glink:visited{
    font-size: small;
    color: #000000;
    font-weight: bold;
    margin: 0px;
    padding: 2px 5px 4px 5px;
    border-right: 1px solid #8FB8BC;
}

a.glink:hover{
    background-image: url('../images/glblnav_selected.gif');
    text-decoration: none
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
    position: absolute;
    top: 84px;
    left: 0px;
    /*width: 100%;*/
    min-width: 640px;
    height: 20px;
    padding: 0px 0px 0px 10px;
    visibility: hidden;
    color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
    font-size: 80%;
    color: #ffffff;
}

.subglobalNav a:hover{
    color: #cccccc;
}

/* Top navigation bar */

.qw-top-nav {
    width: 900px;
    background: #1c679f;
    border-left: 1px solid #1c679f;
    border-right: 1px solid #1c679f;
    border-bottom: 1px solid #1c679f;
}

.qw-top-nav-inner {
    display: flex;
    flex-wrap: wrap;
}

.qw-top-nav .menugroup {
    border-right: 1px solid #4e90bf;
    position: relative;
}

.qw-top-nav .menugroup a {
    display: block;
    padding: 7px 10px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

.qw-top-nav .menugroup a:hover {
    background: #2a7fb9;
}

.qw-top-nav .qw-nav-dropdown-trigger {
    display: block;
    padding: 7px 10px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    cursor: default;
}

.qw-top-nav .qw-nav-dropdown:hover .qw-nav-dropdown-trigger,
.qw-top-nav .qw-nav-dropdown:focus-within .qw-nav-dropdown-trigger {
    background: #2a7fb9;
}

.qw-top-nav .qw-nav-dropdown .qw-nav-dropdown-panel {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 580px;
    background: #ffffff;
    border: 1px solid #d8e3ef;
    border-radius: 10px;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.22);
    padding: 12px;
    display: none;
    z-index: 1200;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.qw-top-nav .qw-nav-dropdown .qw-nav-dropdown-panel-help {
    min-width: 420px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qw-top-nav .qw-nav-dropdown:hover .qw-nav-dropdown-panel,
.qw-top-nav .qw-nav-dropdown:focus-within .qw-nav-dropdown-panel {
    display: grid;
}

.qw-top-nav .qw-nav-dropdown-section {
    background: #f8fbff;
    border: 1px solid #e3ecf6;
    border-radius: 8px;
    padding: 8px;
}

.qw-top-nav .qw-nav-dropdown-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #3f5f7d;
    margin: 2px 2px 8px;
}

.qw-top-nav .qw-nav-dropdown-panel a {
    display: block;
    padding: 8px 9px;
    border-radius: 6px;
    color: #1e2a37;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.qw-top-nav .qw-nav-dropdown-panel a:hover {
    background: #eaf3ff;
    color: #134b86;
}

/* App top header bar */

.qw-app-topbar-wrap {
    width: 100%;
    background: #efefef;
    border-bottom: 1px solid #d9d9d9;
}

.qw-app-topbar {
    width: 100%;
    margin: 0;
    padding: 0 28px;
    box-sizing: border-box;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qw-app-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.qw-app-brand-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #1f6bff;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.qw-app-brand-text {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: #0c2340;
}

.qw-app-topbar-right {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: 20px;
}

.qw-app-topbar-bell {
    color: #4c5667;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.qw-app-topbar-bell:hover {
    color: #1f6bff;
}

.qw-app-user {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.qw-app-user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #6f4ff2;
    color: #ffffff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.qw-app-user-meta {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.qw-app-user-name {
    color: #111827;
    font-size: 13px;
    font-weight: 700;
}

.qw-app-user-role {
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
}

.qw-app-user-menu {
    position: relative;
}

.qw-app-user-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 280px;
    max-height: 72vh;
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.14);
    padding: 14px 6px 6px;
    display: none;
    z-index: 1000;
}

.qw-app-user-dropdown a {
    display: block;
    padding: 9px 10px;
    border-radius: 8px;
    color: #1f2937;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.qw-app-user-dropdown a:hover {
    background: #eff5ff;
    color: #1f6bff;
}

.qw-app-user-dropdown-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5f6f85;
    margin: 6px 8px 4px;
}

.qw-app-user-dropdown-divider {
    height: 1px;
    background: #e6edf5;
    margin: 6px 4px;
}

/* Left sidebar navigation */

.qw-sidebar-layout {
    display: flex;
    align-items: stretch;
    min-height: calc(100vh - 140px);
}

.qw-sidebar {
    width: 300px;
    background: #061739;
    padding: 16px 0;
    box-sizing: border-box;
}

.qw-side-item {
    margin: 0;
}

.qw-side-item a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 20px 12px 28px;
    color: #f3f7ff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
}

.qw-side-item a:hover {
    background: #0b2757;
}

.qw-side-icon {
    width: 24px;
    height: 24px;
    color: #d7e3ff;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.qw-side-label {
    flex: 1 1 auto;
    white-space: nowrap;
}

.qw-side-arrow {
    display: none;
}

.qw-sidebar-content {
    flex: 1 1 auto;
    min-width: 0;
    padding: 20px;
    box-sizing: border-box;
}

.qw-app-user-menu:hover .qw-app-user-dropdown,
.qw-app-user-menu:focus-within .qw-app-user-dropdown {
    display: block;
}
/* SQL Importer CSS details*/

h1
{ font-size:20px;
  line-height:24px;
  font-family:Arial,Helvetica,sans-serif;
  margin-top:5px;
  margin-bottom:5px;
}

/*
p,td,th
{ font-size:14px;
  line-height:18px;
  font-family:Arial,Helvetica,sans-serif;
  margin-top:5px;
  margin-bottom:5px;
  text-align:justify;
  vertical-align:top;
}
*/
p.centr
{
    text-align:center;
}

p.smlcentr
{ font-size:10px;
  line-height:14px;
  text-align:center;
}

/*p.error
{ color:#FF0000;
  font-weight:bold;
}*/

p.success
{ color:#00DD00;
  font-weight:bold;
}

p.successcentr
{ color:#00DD00;
  background-color:#DDDDFF;
  font-weight:bold;
  text-align:center;
}
/*
td
{ background-color:#F8F8F8;
  text-align:left;
}

td.transparent
{ background-color:#FFFFF0;
}

th
{ font-weight:bold;
  color:#FFFFFF;
  background-color:#AAAAEE;
  text-align:left;
}

td.right
{ text-align:right;
}
*/
form
{ margin-top:5px;
  margin-bottom:5px;
}

div.skin1
{
    border-color:#3333EE;
    border-width:5px;
    border-style:solid;
    background-color:#AAAAEE;
    text-align:center;
    vertical-align:middle;
    padding:3px;
    margin:1px;
}

td.bg3
{ background-color:#EEEE99;
  text-align:left;
  vertical-align:top;
  width:20%;
}

th.bg4
{ background-color:#EEAA55;
  text-align:left;
  vertical-align:top;
  width:20%;
}

td.bgpctbar
{ background-color:#EEEEAA;
  text-align:left;
  vertical-align:middle;
  width:80%;
}
/* This is for Tabbed sections of the project */
a:active {
    outline: none;
}
a:focus {
    outline: none;
    /* -moz-outline-style: none ; */
}
#tabs_container {
    width: 800px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;

}
#tabs_container ul.tabs {
    list-style: none;
    border-bottom: 1px solid #ccc;
    height: 25px;
    margin: 0;

}
#tabs_container ul.tabs li {
    float: left;
    width:auto;
}
#tabs_container ul.tabs li a {
    padding: 5px 12px;
    display: block;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-right: 2px;
    text-decoration: none;
    background-color: #efefef;
    font-weight: bold;

}
#tabs_container ul.tabs li.active a {
    background: url(../images/index14.gif) repeat-x;
    padding-top: 4px;
    color: #fff;
    font-weight: bold;
}
div.tab_contents_container {
    border: 1px solid #ccc;
    border-top: none;
    padding: 3px;
}
div.tab_contents {
    display: none;
}
div.tab_contents_active {
    display: block;
}
div.clear {
    clear: both;
}

/* Used for slider on email from submittion for additional user info */

#newuserform {
    width:99%;
    display: none;
    padding:5px;
    border:2px solid #FADDA9;
    background-color:#FDF4E1;

}
#newuser{
    display:block;
    width:90%;
    padding:5px;
    border:2px solid #D0E8F4;
    background-color:#ECF8FD;
    color:RED;
    text-decoration:blink;
    font-weight:bolder;
    font-size: 16px;
}
#newfile{
    display:block;
    width:99%;
    padding:5px;
    border:2px solid #D0E8F4;
    background-color:#ECF8FD;
    color:RED;
    text-decoration:underline;
    font-weight:bolder;
    font-size: 12px;
}

/* Main Page Hide Invoice Stats CSS */

#hide_stats {
    display: none;
}

#hidden_stats{
    display:block;
    font-weight: bold;
}

/* Autosuggest Box */

.suggestionsBoxWrapper{
    position: relative;
}
.suggestionsBox {
    display: none;
    position: absolute;
    left: 30px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
    z-index: 100;
}

/* this is the actual list */
.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
    list-style: none;
}

.suggestionList li:hover {
    background-color: #659CD8;
}

/* Slashdot Menu - SDMenu (Dynamic Drive) */

div.sdmenu {
    width: 150px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding-bottom: 10px;
    background: url(../images/sdmenu/bottom.gif) no-repeat  right bottom;
    color: #fff;
}
div.sdmenu div {
    background: url(../images/sdmenu/toptitle.gif) repeat-x;
    overflow: hidden;
}
div.sdmenu div:first-child {
    background: url(../images/sdmenu/toptitle.gif) repeat-x;
}
div.sdmenu div.collapsed {
    height: 25px;
}
div.sdmenu div span {
    display: block;
    padding: 5px 25px;
    font-weight: bold;
    color: white;
    background: url(../images/sdmenu/expanded.gif) no-repeat 10px;
    cursor: default;
    border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
    background-image: url(../images/sdmenu/collapsed.gif);
}
div.sdmenu div a {
    padding: 5px 10px;
    background: #eee;
    display: block;
    border-bottom: 1px solid #ddd;
    color: #066;
}
div.sdmenu div a.current {
    background : #ccc;
}
div.sdmenu div a:hover {
    background : #b7b7b7 ;
    color: #fff;
    text-decoration: none;
}

/* Compatibility Badges - https://www.w3schools.com/css/css3_buttons.asp */

.clabel {
    font-size: 11px;
}

.cbadge {
    border: none;
    border-radius: 8px;
    color: white;
    padding: 5px 7.5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
    width: 60px;
}

.cbadge.cpassed {
    background-color: #00C851;
}

.cbadge.cwarning {
    background-color: #ffbb33;
}

.cbadge.cfailed {
    background-color: #ff4444;
}

/* System Messages - Alert Messages  */

#system_messages {
    position: fixed;
    top: 86px;
    right: 14px;
    left: auto;
    transform: none;
    width: min(360px, calc(100% - 20px));
    z-index: 12000;
    display: none;
    pointer-events: none;
    padding: 0;
}

#system_messages.is-visible {
    display: block;
}

#system_messages .alert {
    position: relative;
    pointer-events: auto;
    margin: 0 0 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    box-shadow: 0 8px 18px rgba(14, 35, 58, 0.14);
    padding: 10px 34px 10px 12px;
    font-size: 13px;
    line-height: 1.35;
    animation: qwToastIn 220ms ease-out;
}

#system_messages .alert ul {
    margin: 4px 0 0 16px;
    padding: 0;
}

#system_messages .alert.is-hiding {
    animation: qwToastOut 260ms ease-in forwards;
}

#system_messages .qw-alert-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.06);
    color: inherit;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 680px) {
    #system_messages {
        top: 74px;
        right: 8px;
        width: calc(100% - 16px);
    }
}

#system_messages .qw-alert-close:hover {
    background: rgba(0, 0, 0, 0.12);
}

@keyframes qwToastIn {
    from {
        opacity: 0;
        transform: translateY(-10px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes qwToastOut {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    to {
        opacity: 0;
        transform: translateY(-8px) scale(0.98);
    }
}

.alert {
    /*position: relative;*/
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

/* Misc */

/* Make Readonly Fields Grey like disabled ones - taken from firefox */
input[readonly] {
    /*color: -internal-light-dark-color(graytext, rgb(170, 170, 170));
    background-color: -internal-light-dark-color(rgb(255, 255, 255), rgb(59, 59, 59));*/
    background-color: #f0f0f0;
    opacity: 0.7;
    border-color: rgba(118, 118, 118, 0.3);
}

/* disguise readonly input boxes as text - not currently used */
input[readonly].disguised-as-text {
    border: none; /* Removes the default border */
    outline: none; /* Removes the border when the input is clicked */
    background-color: transparent;
    margin: 0px;
    padding: 0px;
}

/* Modern UI layer */

:root {
    --qw-primary: #0a4a82;
    --qw-primary-2: #0f6db4;
    --qw-accent: #ff7f32;
    --qw-bg: #eef3f8;
    --qw-surface: #ffffff;
    --qw-border: #cbd8e6;
    --qw-text: #1c2b3a;
    --qw-muted: #5f7387;
    --qw-shadow: 0 10px 30px rgba(11, 34, 58, 0.12);
}

body.qw-modern-theme {
    margin: 0;
    font-family: "Segoe UI", "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 13px;
    color: var(--qw-text);
    background: radial-gradient(circle at 0 0, #dce9f5 0%, var(--qw-bg) 45%) fixed;
}

.qw-topbar,
.qw-footer-bar {
    background: linear-gradient(110deg, var(--qw-primary), var(--qw-primary-2));
    color: #ffffff;
    box-shadow: 0 2px 16px rgba(5, 29, 54, 0.2);
}

.qw-topbar-table,
.qw-footer-table {
    width: min(1200px, 96%) !important;
    margin: 0 auto;
}

.qw-sidebar-table {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    background: transparent;
}

.qw-sidebar-menu {
    float: none !important;
    width: 224px !important;
    background: transparent;
    color: var(--qw-text);
    padding-bottom: 0;
}

div.sdmenu.qw-sidebar-menu {
    background: transparent;
}

div.sdmenu.qw-sidebar-menu div {
    margin-bottom: 10px;
    border: 1px solid var(--qw-border);
    border-radius: 12px;
    background: linear-gradient(180deg, #f7fbff 0%, #f2f8fe 100%);
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

div.sdmenu.qw-sidebar-menu div:hover {
    border-color: #b8cde3;
    box-shadow: 0 6px 14px rgba(15, 53, 92, 0.08);
}

div.sdmenu.qw-sidebar-menu div span {
    border-bottom: 1px solid #d6e2ee;
    color: var(--qw-primary);
    background: linear-gradient(180deg, #edf5fd 0%, #e3eef9 100%);
    background-position: 10px;
    font-size: 12px;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 25px;
}

div.sdmenu.qw-sidebar-menu div a {
    color: #1f3d57;
    background: #ffffff;
    border-bottom: 1px solid #e9eff6;
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1.25;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

div.sdmenu.qw-sidebar-menu div a img {
    flex: 0 0 14px;
    opacity: 0.9;
}

div.sdmenu.qw-sidebar-menu div a:hover {
    background: linear-gradient(90deg, #e9f2fb 0%, #f7fbff 100%);
    color: #0d2f4b;
    transform: translateX(1px);
}

div.sdmenu.qw-sidebar-menu div a.current {
    background: linear-gradient(90deg, #d8e9fa 0%, #ebf5ff 100%);
    color: #0b3454;
    font-weight: 700;
    border-left: 3px solid #0f6db4;
    padding-left: 7px;
}

.qw-page-shell {
    width: min(1080px, 96%);
    margin: 16px auto;
}

.qw-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(130deg, #0f5f9f, #0a4a82);
    color: #ffffff;
    padding: 14px 16px;
    border-radius: 12px 12px 0 0;
}

.qw-page-title {
    font-size: 20px;
    font-weight: 700;
}

.qw-page-help img {
    filter: brightness(1.35);
}

.qw-page-card {
    background: var(--qw-surface);
    border: 1px solid var(--qw-border);
    border-top: 0;
    border-radius: 0 0 12px 12px;
    box-shadow: var(--qw-shadow);
    padding: 18px;
}

.qw-welcome-card {
    background: #f5f9fd;
    border: 1px solid var(--qw-border);
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 14px;
}

.qw-welcome-card h3 {
    margin: 0 0 6px 0;
    color: var(--qw-primary);
}

.qw-section-gap {
    height: 10px;
}

.qw-center-card {
    text-align: center;
}

.qw-home-hero {
    width: min(1080px, 96%);
    margin: 20px auto;
    min-height: 56vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qw-home-panel {
    width: min(520px, 100%);
    background: linear-gradient(160deg, #ffffff, #f1f7fd);
    border: 1px solid var(--qw-border);
    border-radius: 14px;
    box-shadow: var(--qw-shadow);
    text-align: center;
    padding: 28px 20px;
}

.qw-home-panel h1 {
    margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 1.2;
    color: var(--qw-primary);
}

.qw-company-logo {
    max-height: 140px;
    max-width: 240px;
    width: auto;
    height: auto;
    margin: 10px auto 18px;
    display: block;
}

#login_button,
#logout_button {
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--qw-accent), #ff9f57);
    color: #ffffff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(255, 127, 50, 0.3);
}

#login_button:hover,
#logout_button:hover {
    filter: brightness(1.03);
}

@media (max-width: 900px) {
    .qw-sidebar-menu {
        width: 100% !important;
    }

    .qw-page-shell {
        width: 100%;
    }

    .qw-page-title {
        font-size: 17px;
    }

    .qw-home-panel h1 {
        font-size: 24px;
    }
}

/* Logged-in shell layout */

.qw-app-layout {
    width: min(1280px, 98%);
    margin: 14px auto;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.qw-app-sidebar {
    width: 240px;
    flex: 0 0 240px;
}

.qw-sidebar-shell {
    background: #ffffff;
    border: 1px solid var(--qw-border);
    border-radius: 14px;
    box-shadow: var(--qw-shadow);
    padding: 10px;
}

.qw-app-content {
    flex: 1;
    min-width: 0;
    background: #ffffff;
    border: 1px solid var(--qw-border);
    border-radius: 14px;
    box-shadow: var(--qw-shadow);
    padding: 14px;
    animation: qwFadeIn 260ms ease;
}

@keyframes qwFadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Legacy component upgrade layer */

.qw-app-content table {
    max-width: 100%;
}

.qw-app-content table[width] {
    width: 100% !important;
}

.qw-app-content .olotable,
.qw-app-content .textTable,
.qw-app-content .menutable,
.qw-app-content .main_window,
.qw-app-content .left_window {
    border: 1px solid #d4e0ec;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: none;
}

.qw-app-content .olohead,
.qw-app-content .menuhead2,
.qw-app-content .olohead2,
.qw-app-content .texthead {
    background: linear-gradient(120deg, #0d588f, #0a4a82) !important;
    color: #ffffff !important;
    border-color: #0a4a82 !important;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.qw-app-content .olotd,
.qw-app-content .olotd2,
.qw-app-content .olotd3,
.qw-app-content .olotd4,
.qw-app-content .olotd5,
.qw-app-content .menutd2,
.qw-app-content .row1,
.qw-app-content .row2,
.qw-app-content .row3 {
    border-color: #dce7f2 !important;
    background: #f8fbfe;
    color: #203346;
}

.qw-app-content .row2,
.qw-app-content .row3 {
    background: #f1f6fb;
}

.qw-app-content input,
.qw-app-content select,
.qw-app-content textarea {
    border: 1px solid #c4d4e5;
    border-radius: 7px;
    padding: 6px 8px;
    color: #213649;
    background: #ffffff;
}

.qw-app-content input:focus,
.qw-app-content select:focus,
.qw-app-content textarea:focus {
    outline: none;
    border-color: #0f6db4;
    box-shadow: 0 0 0 3px rgba(15, 109, 180, 0.15);
}

.qw-app-content button,
.qw-app-content input[type="submit"],
.qw-app-content input[type="button"] {
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #0f6db4, #0a4a82);
    color: #ffffff;
    font-weight: 700;
    padding: 8px 14px;
    cursor: pointer;
}

.qw-app-content a {
    color: #0b5f9b;
}

.qw-app-content a:hover {
    color: #094977;
}

.qw-app-content .qw-table-scroll {
    width: 100%;
    overflow-x: auto;
}

.qw-app-content .qw-table-scroll > table {
    min-width: 720px;
}

.qw-app-content .qw-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.qw-app-content .qw-action-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.qw-app-content .qw-action-button[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
}

.qw-app-content .qw-invoice-workspace-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    background: linear-gradient(140deg, #ffffff, #f4f9ff);
    border: 1px solid #d7e6f4;
    border-radius: 12px;
    padding: 14px;
}

.qw-app-content .qw-invoice-title {
    font-size: 22px;
    font-weight: 800;
    color: #143651;
}

.qw-app-content .qw-invoice-subtitle {
    margin-top: 4px;
    color: #607a90;
}

.qw-app-content .qw-invoice-header-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.qw-app-content .qw-status-pill,
.qw-app-content .qw-balance-pill {
    display: inline-block;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
}

.qw-app-content .qw-status-pill {
    color: #0a4a82;
    background: #e7f2fd;
}

.qw-app-content .qw-balance-pill {
    color: #114b2b;
    background: #e7f7ee;
}

.qw-app-content .qw-invoice-header-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
}

.qw-app-content .qw-invoice-tabs {
    display: flex;
    gap: 6px;
    border-bottom: 1px solid #dbe8f4;
    padding-bottom: 8px;
}

.qw-app-content .qw-invoice-tabs a {
    display: inline-block;
    text-decoration: none;
    color: #25516f;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid #d2e4f4;
    border-radius: 8px;
    padding: 6px 10px;
    background: #f7fbff;
}

.qw-app-content .qw-invoice-tabs a:hover {
    background: #e9f4ff;
}

@media (max-width: 1024px) {
    .qw-app-layout {
        flex-direction: column;
    }

    .qw-app-sidebar {
        width: 100%;
        flex: none;
        position: static;
    }

    .qw-sidebar-menu {
        width: 100% !important;
    }

    .qw-app-content .qw-action-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .qw-app-content .qw-action-button {
        width: 100%;
        justify-content: center;
    }

    .qw-app-content .qw-invoice-workspace-header {
        flex-direction: column;
    }

    .qw-app-content .qw-invoice-header-meta {
        align-items: flex-start;
    }

    .qw-app-content .qw-invoice-tabs {
        flex-wrap: wrap;
    }
}

@media (min-width: 1025px) {
    .qw-app-sidebar {
        position: sticky;
        top: 10px;
        align-self: flex-start;
        max-height: calc(100vh - 20px);
        overflow: auto;
        scrollbar-width: thin;
        scrollbar-color: #b7c9dc transparent;
    }
}

/* SaaS navigation and dashboard refresh */

body.qw-modern-theme {
    font-family: Roboto, "Segoe UI", Tahoma, Verdana, sans-serif;
    background: #f7f9fc;
}

.qw-topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.qw-topbar-inner {
    width: min(1280px, 98%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.qw-topbar-left {
    min-width: 0;
}

.qw-topbar-page-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}

.qw-topbar-subtitle {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.86);
}

.qw-topbar-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qw-topbar-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
}

.qw-topbar-link:hover {
    background: rgba(255, 255, 255, 0.24);
    color: #ffffff;
}

.qw-profile-menu {
    position: relative;
}

.qw-profile-toggle {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.qw-profile-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    min-width: 170px;
    background: #ffffff;
    border: 1px solid #d6e3ef;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(10, 34, 58, 0.18);
    display: none;
    overflow: hidden;
}

.qw-profile-menu:hover .qw-profile-dropdown,
.qw-profile-menu:focus-within .qw-profile-dropdown {
    display: block;
}

.qw-profile-dropdown a {
    display: block;
    padding: 9px 12px;
    color: #1b3550;
    text-decoration: none;
    font-size: 12px;
}

.qw-profile-dropdown a:hover {
    background: #eef5fc;
}

.qw-sidebar-shell {
    padding: 16px 12px;
}

.qw-sidebar-brand {
    font-size: 20px;
    font-weight: 800;
    color: #0b4a80;
    margin: 0 8px 14px 8px;
    letter-spacing: 0.2px;
}

.qw-primary-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.qw-nav-item {
    display: block;
    text-decoration: none;
    color: #2c4762;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 600;
    transition: all 0.18s ease;
}

.qw-nav-item:hover {
    background: #edf5fc;
    border-color: #d3e4f4;
    color: #0a4a82;
}

.qw-nav-item.is-active {
    background: linear-gradient(120deg, #0f6db4, #0a4a82);
    color: #ffffff;
    border-color: #0a4a82;
}

.qw-sidebar-footer {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #e1ebf5;
}

.qw-sidebar-footer a {
    color: #8b1f32;
    text-decoration: none;
    font-weight: 700;
    margin-left: 10px;
}

.qw-saas-dashboard {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.qw-saas-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.qw-metric-card {
    background: #ffffff;
    border: 1px solid #dbe7f2;
    border-radius: 14px;
    padding: 14px;
}

.qw-metric-card-alert {
    border-color: #f0d4d9;
    background: #fff7f8;
}

.qw-metric-label {
    color: #62798f;
    font-size: 12px;
    font-weight: 700;
}

.qw-metric-value {
    margin-top: 4px;
    color: #102f4a;
    font-size: 24px;
    font-weight: 800;
}

.qw-saas-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.qw-saas-card {
    background: #ffffff;
    border: 1px solid #dbe7f2;
    border-radius: 14px;
    padding: 12px;
}

.qw-saas-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.qw-saas-card-header h3 {
    margin: 0;
    color: #183953;
    font-size: 16px;
}

.qw-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.qw-list-item {
    display: block;
    text-decoration: none;
    border: 1px solid #e3edf7;
    border-radius: 10px;
    padding: 10px;
    background: #f9fcff;
}

.qw-list-item:hover {
    background: #edf5fc;
    border-color: #d3e3f3;
}

.qw-list-title {
    color: #173955;
    font-weight: 700;
    margin-bottom: 2px;
}

.qw-list-meta {
    color: #647c92;
    font-size: 12px;
}

.qw-empty-state {
    border: 1px dashed #c8d8e8;
    border-radius: 10px;
    color: #647b90;
    padding: 14px;
    text-align: center;
    background: #f9fcff;
}

.qw-app-content .olotable,
.qw-app-content .textTable {
    border-collapse: separate;
    border-spacing: 0;
}

.qw-app-content .olotable tr:hover td,
.qw-app-content .textTable tr:hover td {
    background: #eef6fd;
}

.qw-app-content .olotable tr:first-child td,
.qw-app-content .textTable tr:first-child td,
.qw-app-content .olotable tr:first-child th,
.qw-app-content .textTable tr:first-child th {
    position: sticky;
    top: 0;
    z-index: 2;
}

.qw-app-content .btn-secondary,
.qw-app-content button.btn-secondary {
    background: #ffffff;
    color: #0a4a82;
    border: 1px solid #9dc0df;
}

.qw-app-content .btn-danger,
.qw-app-content button.btn-danger {
    background: linear-gradient(135deg, #cc3344, #a92233);
    color: #ffffff;
}

@media (max-width: 1024px) {
    .qw-saas-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qw-saas-grid {
        grid-template-columns: 1fr;
    }

    .qw-topbar-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

.qw-search-workspace {
    background: #ffffff;
    border: 1px solid #dbe7f2;
    border-radius: 14px;
    padding: 14px;
}

.qw-search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.qw-search-header h2 {
    margin: 0;
    color: #143651;
    font-size: 22px;
}

.qw-search-header p {
    margin: 4px 0 0 0;
    color: #607b91;
}

.qw-new-record-button {
    display: inline-block;
    text-decoration: none;
    padding: 9px 12px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0f6db4, #0a4a82);
    color: #ffffff;
    font-weight: 700;
}

.qw-new-record-button:hover {
    color: #ffffff;
    filter: brightness(1.05);
}

.qw-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.qw-filter-tabs a {
    text-decoration: none;
    border: 1px solid #d3e2f2;
    border-radius: 999px;
    padding: 7px 12px;
    color: #1f4a6c;
    font-size: 12px;
    font-weight: 700;
    background: #f4f9ff;
}

.qw-filter-tabs a.is-active {
    background: linear-gradient(120deg, #0f6db4, #0a4a82);
    border-color: #0a4a82;
    color: #ffffff;
}

.qw-search-controls {
    border: 1px solid #dde9f4;
    border-radius: 12px;
    background: #f9fcff;
    padding: 12px;
    margin-bottom: 12px;
}

.qw-search-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    align-items: end;
}

.qw-search-form label {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.qw-search-form label span {
    color: #4f687d;
    font-weight: 700;
    font-size: 12px;
}

.qw-search-actions {
    display: flex;
    gap: 8px;
}

.qw-search-meta {
    margin-top: 10px;
    color: #5f778c;
    font-weight: 700;
}

.qw-pagination-strip {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px 0;
}

.qw-pagination-strip a {
    text-decoration: none;
    border: 1px solid #cde0f1;
    border-radius: 8px;
    padding: 6px 10px;
    color: #1b4b70;
    background: #f4f9ff;
    font-weight: 700;
    font-size: 12px;
}

.qw-results-table table {
    min-width: 980px;
}

@media (max-width: 1024px) {
    .qw-search-form {
        grid-template-columns: 1fr;
    }

    .qw-search-actions {
        flex-wrap: wrap;
    }

    .qw-search-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.qw-block-title {
    margin: 0 0 8px 0;
    color: #1a3f5c;
    font-size: 14px;
}

.qw-data-table td {
    vertical-align: top;
}

.qw-inline-status-form {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.qw-inline-status-form button {
    align-self: flex-start;
    padding: 4px 8px;
    font-size: 11px;
}

.qw-row-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.qw-row-actions a {
    text-decoration: none;
    border: 1px solid #cde1f2;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 700;
    color: #1a4d71;
    background: #f3f9ff;
}

.qw-row-actions a:hover {
    background: #e7f3ff;
}

.qw-inline-reopen-form {
    display: inline-block;
}

.qw-inline-reopen-form button {
    padding: 4px 8px;
    font-size: 11px;
}

.qw-table-note {
    background: #f5fbff;
    color: #375772;
    font-weight: 600;
}

.qw-table-empty {
    text-align: center;
    padding: 16px !important;
    background: #f9fcff;
    color: #617b92;
    font-weight: 700;
}

.qw-overview-workspace {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.qw-overview-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.qw-overview-metrics {
    background: #ffffff;
    border: 1px solid #dbe8f5;
    border-radius: 14px;
    padding: 14px;
}

.qw-overview-section {
    background: #ffffff;
    border: 1px solid #dbe8f5;
    border-radius: 14px;
    padding: 14px;
}

.qw-overview-print-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.qw-overview-print-tools button {
    white-space: normal;
}

.qw-user-details-workspace .qw-filter-tabs {
    margin-bottom: 0;
}

.qw-user-details-workspace .olotable {
    width: 100%;
}

.qw-client-details-workspace .qw-filter-tabs {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .qw-overview-actions {
        width: 100%;
    }

    .qw-overview-actions .qw-new-record-button {
        width: 100%;
        text-align: center;
    }

    .qw-overview-section,
    .qw-overview-metrics {
        padding: 10px;
    }
}
