.fs-12
{
  font-size: 12px !important;
}

.qst-topbar-bg
{
  background-color: #000 !important;
  border-bottom: 1px solid #e5e5e5;
}

.qst-dropdown-menu
{
  background-color: black;
  padding: 4px 0 !important;
  border: 0px solid black;
  border-radius: 0;
  min-width: auto;
}

.qst-dropdown-menu > a
{
  color: white !important;
  padding: 2px 8px !important;
  width: 100% !important;
}

.qst-dropdown-menu > a:hover
{
  background-color: #0084ff;
  background-image: none;
  color: white !important;
}

.qst-close
{
  margin: -1rem -1rem -1rem -2rem !important;
}

.warning-text
{
  font-size: 0.8rem;
  font-weight: bold;
  color: red;
}

.main-container
{ 
  height: calc(100vh - 41px);
  overflow: hidden;
  padding: 0;
}

.qst-mainbar-bg
{
  background-color: /*#2a2a2a*/ #fff;
  color: #000;
  height: 55px;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 7px 5px rgba(0,0,0,0.01), 0 3px 10px rgba(0,0,0,0.10) !important;
  z-index: 1;
}

.qst-main-navbar > li > a:hover
{
  background-color: #ddd;
}

.qst-sw-bg
{
  background-color: black;
}

.qst-sw-bg > li > a
{
  padding: 0 6px;
  line-height: 30px;
}

#btnClass
{
  width: 40px;
  height: 40px;
  padding: 0;
}

#btnClass .fa
{
  font-size: 25px;
  position: absolute;
  top: 8px;
  left: 9px;
}

.qst-pnlClass-collapsed .fa
{
  transform: rotate(90deg);
  transition: .3s transform ease-in-out;
}

.qst-pnlClass-collapsed .collapsed .fa
{
  transform: rotate(0deg);
}

#btnHome
{
  width: 40px;
}

#btnReqDoc
{
  width: 40px;
}

.pnlClass
{
  height: calc(100vh - 116px);
  border-right: 1px solid #b4b4b4;
  background-color: white;
  overflow: hidden;
  box-sizing: border-box;
}

.pnlContent
{
  height: calc(100vh - 96px);
  background-color: #fff;
  overflow: hidden;
}

.qst-btn-search
{
  margin-left: 0px;
  margin-top: 0px;
  /*border: 1px solid #ddd;*/
  height: 34px;
  width: 76px;
  background-color: #0084ff;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0 3px 3px 0;
  border: none;
}

.qst-btn-search:hover
{
  color: #fff;
  background-color: #2595ff;
}

.qst-btn-clear
{
  /*margin-left: 24px;*/
  /*margin-top: -30px;*/
  border: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  color: #828282;
  /*right: -25px;*/
  position: relative;
  background-image: url(/img/cross.svg);
  margin-left: -16px;
  top: 9px;
  right: 9px;
  opacity: .3;
  transition: opacity .1s ease-out;
}

.qst-btn-clear:hover
{
  opacity: .8;
  /*color: red; #d60202;*/
}

.qst-ed-search
{
  padding: 1px 60px 1px 4px;
  margin: 0 !important;
  height: 34px;
  line-height: 34px;
  border: 1px solid black !important;
  background-color: white !important;
  width: calc(100% - 326px);
  font-size: 12px;
}

.qst-sw-dropdown
{
  /*background-color: #000;*/
  padding: 7px 0px 4px 8px;
  font-size: 12px;
  width: 100px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.qst-sw-dropdown:hover
{
  background-color: #f4f4f4;
  border-color: #000;
}

.qst-sw-dropdown .dropdown-toggle::after
{
  /*margin-left: 0.8em;*/
  position: absolute;
  top: 14px;
  right: 10px;
  transition-property: all;
  transition-duration: .1s;
  transition-timing-function: ease-out;

}

.qst-sw-dropdown:hover .dropdown-toggle::after
{
  top: 18px !important;
}

.qst-sw-dropdown .dropdown-menu
{
  border-radius: 0;
  padding: 0;
  background-color: #343434;
  color: #000 !important;
  border: 0px solid #343434;
}

.qst-sw-dropdown .dropdown-menu a:hover
{
  background-color: #0084ff !important;
  border-radius: 0 !important;
  color: #fff !important;
}

.qst-sw-dropdown .dropdown-menu a
{
  color: #fff !important;
  font-size: 12px !important;
  padding: 3px 13px !important;
  display: block;
}

.qst-sw-dropdown .dropdown-menu
{
  padding: 4px 0px;
  min-width: 100px;
}

.qst-st-dropdown
{
  width: 150px;
  border-radius: 0;
}

.qst-st-dropdown .dropdown-menu {
  min-width: 150px;
}

.qst-ob-dropdown .dropdown-toggle
{
  height: 32px;
  font-size: 12px;
  padding: 7px 0px 4px 8px;
  min-width: 134px;
  border-radius: 10px;
}

.qst-ob-dropdown .dropdown-toggle:hover
{
  background-color: #f4f4f4;
}

.qst-ob-dropdown > .dropdown-menu
{
  background-color: #343434;
  border: 0;
  border-radius: 0;
  padding: 4px 0px;
  min-width: 135px;
}

.qst-ob-dropdown > .dropdown-menu > a
{
  color: white;
  font-size: 12px;
  display: block;
  padding: 3px 10px !important;
}

.qst-ob-dropdown > .dropdown-menu > a:hover
{
  background-color: #0084ff;
  color: white;
}

.qst-ob-dropdown .dropdown-toggle::after
{
  position: absolute;
  top: 14px;
  right: 9px;
}

.qst-es-dropdown > .dropdown-toggle
{
  color: white;
}

.qst-es-dropdown > .dropdown-toggle:hover
{
  background-color: #ddd;
}

.qst-es-dropdown .dropdown-toggle::after
{
  content: none;
}

.qst-es-dropdown .dropdown-menu
{
  min-width: 28rem;
}

.fs-d875rem
{
  font-size: .875rem;
}

.left-side-menu
{
  list-style: none;
  padding-left: 25px;
  margin: 0;
}

.left-side-menu li:before
{
  content: "\f111"; /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 20px; /* same as padding-left set on li */
}

#mnuClass
{
  overflow: auto;
}

#pgCabinet
{
  height: calc(100vh - 40px);
}

#cabContent
{
  background-color: #e4e4e4;
  overflow: auto;
}

.qst-mm-bg
{
  background-color: #212529;
  overflow: auto;
}

#pgCPanel
{
  height: calc(100vh - 40px - 55px);
}

#cpContent
{
  background-color: #e4e4e4;
  overflow: auto;
}

#btnReqDoc.disabled, #btnShowHistory.disabled, #btnBookmarks.disabled
{
  color: #e1e1e1;
}

.tb-btn-40
{
  width: 40px;
}

#pgClasses-btnDel
{
  color: red;
}

#pgClasses-btnDel.disabled
{
  color: #696969;
}

#pgClasses-btnUp.disabled, #pgClasses-btnDown.disabled, #pgClasses-btnHide.disabled
{
  color: #696969;  
}

ul.gj-list-bootstrap li [data-role=expander]
{
  float: right;
}

ul.gj-list-bootstrap li [data-role=display]
{
  float: left;
  width: calc(100% - 30px);
}

.mi-active a
{
  background: #0084ff !important;
  color: white !important;
}

.sidebar-nav .mnupanel a
{
  padding: 5px 15px !important;
}

.hover-cl
{
  color: #0084ff !important;
  cursor: pointer;
}

.hover-cl td
{
  /*color: #000 white !important;*/
}

.nav-tabs .nav-link:hover
{
  color: white !important;
}

.nav-tabs .nav-link.active
{
  background-color: #1f1f1f !important;
  color: white !important;
}

.nav-tabs .nav-link
{
  font-size: 12px;
}

#tab-content
{
  overflow: hidden;
}

#pnlSearchResults
{
  overflow: auto;
}

.qst-filter
{
 /* border-radius: 3px;*/
  /*border: 1px solid white;*/
  /*padding: 0px 2px;*/
  font-size: 12.8px;
  font-weight: 400;
  cursor: pointer;
  /*color: white;*/
  margin-right: 4px;
  padding: 3px 5px 3px 5px;
}

.qst-filter:hover
{
  color: #2a2a2a;
  background-color: #e4e4e4; /*#e7e7e7*/ /*#cadfff*/ /*#38bedc*/
}

.qst-filter-count
{
  margin-left: 4px;
  font-weight: 400;
/*  background-color: #1191d0;
  border-radius: 3px;
  color: white;*/
  font-size: 12.8px;
  /*font-weight: 300;*/
  color: #b91616;/*#ec5802;*/
/*  padding: 1px 3px;*/
}

.tooltip
{
  opacity: 1 !important;
  position: inherit !important;
  text-align: inherit !important;
  z-index: 0;
}

#pnlSearchFilters
{
  /* 1.06 */
  overflow: hidden;
  width: max-content; 
}

.qst-tab-title
{
  overflow: hidden;
  display: block;
  /*max-width: 200px;*/
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  margin-top: 3px;
}

.nav-tabs .nav-link
{
  height: 39px;
}

#tab-list
{
  overflow: hidden;
  height: 39px;
  border-bottom: 0px solid black;
  /*width: max-content;*/
}

.qst-filter-name
{
  display: table-cell;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.close
{
  margin-left: 9px;
}

#tblClassResult tr:nth-child(odd)
{
  background-color: white;
}

#tblClassResult tr:nth-child(even)
{
  background-color: white;
  /*background-color: #f9f9f9;*/
}

#tblClassResult td
{
  padding: 4px 0px;
}

.nav-tabs .nav-link
{
  border-radius: 0;
  border: 0;
  color: #bababb;
  padding: 8px 10px;
}

button.close
{
  color: #ffffff;
  /*font-size: 18px;*/
  /*font-weight: 100;*/
}

.close:not(:disabled):not(.disabled):hover
{
  opacity: 1 !important;
  color: #ffffff !important;
}

.dropdown-toggle::after
{
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  margin: -1px 0 0 5px;
  border-left: none;
  border-top: none;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  transform: rotate(45deg);
  transition-property: all;
  transition-duration: .1s;
  transition-timing-function: ease-out;
}

.dropdown:hover .dropdown-toggle::after
{
  top: 16px;
}

.qst-ed-search:focus
{
/*  outline-color: #1392ce;*/
  /*box-shadow: 0 0 10px rgb(4, 189, 243);*/
  outline: none;
  border-color: #000 !important;
}

.dropdown:hover #mnuOrderBy::after
{
  top: 17px;
}

#navbarTopbarUserMenu::after
{
  position: absolute;
  top: 17px;
  right: 8px;
}

.dropdown:hover #navbarTopbarUserMenu::after
{
  top: 21px !important;
}

#lblCurUser
{
  margin-right: 13px;
}

.arrow-1::before
{
content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  margin-top: 0;
  left: 48%; /* change to 0% for left arrow */
  top: -4px;
  box-sizing: border-box;
  border: 4px solid black;
  border-color: transparent transparent #343434 #343434;
  transform-origin: 50% 50%;
  transform: rotate(135deg); /* change to 45 deg for left arrow */
}

.arrow-2::before
{
content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  margin-top: 0;
  left: 48%; /* change to 0% for left arrow */
  top: -4px;
  box-sizing: border-box;
  border: 4px solid black;
  border-color: transparent transparent #343434 #343434;
  transform-origin: 50% 50%;
  transform: rotate(135deg); /* change to 45 deg for left arrow */
}

.qst-ed-search
{
border: 1px solid #bbb !important;
padding-left: 6px;
/*border-top-right-radius: 3px;*/
}

#tblClassResult td
{
  font-weight: 300;
  font-size: 14px;
  /*color: #000;*/
}

.notifyjs-bootstrap-base
{
    border-radius: 0px !important;
    background-color: black !important;
    color: white !important;
    border: 1px solid black !important;
    font-weight: 300 !important;
    font-size: 12px !important;
/*    padding-left: 14px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
*/
  padding: 1px 5px !important;
}

.notifyjs-wrapper
{
  margin-top: 10px;
}

.notifyjs-bootstrap-error
{
  background-image: none !important;
}

.tooltipster-base
{
}

.tooltipster-content
{
    font-weight: 300 !important;
    font-size: 12px !important;
    background-color: #343434 !important;
    color: white !important;
    border-radius: 0px !important;
    border: 1px solid #343434 !important;
    padding: 1px 5px !important;
}

.tooltipster-box
{
  border-color: #343434;
}

.tooltipster-arrow-background
{
  border-bottom-color: #343434 !important;
}

.list-group-item.active
{
  background-color: #1092ce !important;
}

.datepicker-calendar
{
  color: black;
}

.datepicker-button
{
  padding: 0 !important;
  height: 24px;
  border-radius: 0 !important;
}

.datepicker-button .input-group-text
{
  border-radius: 0 !important;
  padding: 6px;
}

.qst-gp-dt .input-group-text
{
  height: 23px;
  border-radius: 0 !important;
  padding: 6px 10px;
}

.qst-dt-from .datepicker-calendar
{
  left: -84px !important;
}

.qst-dt-to .datepicker-calendar
{
  left: -84px !important;
} 

.qst-filter:hover .qst-filter-count
{
  font-weight: 400;
  color: #ec5802 !important;
}

.dropdown-menu-right
{
  right: -13px !important;
}

.qst-es-btn:hover
{
  filter: brightness(95%);
}

#tblDocHistory td
{
  border-top: none !important;
  padding: 0;
  font-weight: 300;
  font-size: 14px;
  /*color: #000;*/
  padding: 4px 0px;
}

#tblDocHistory tr:nth-child(odd)
{
  background-color: white;
}

#tblDocHistory tr:nth-child(even)
{
  background-color: /*#f9f9f9*/ white;
}

.qst-dt-info
{
  background-color: #e4e4e4;
  color: #000;
  padding: 1px 6px 2px 6px;
  /*margin-left: 25px;*/
  font-size: 13px;
  font-weight: 300;
}

.qst-hist-content
{
  overflow: auto;
}

#tblDocBM td
{
  border-top: none !important;
  padding: 0;
  font-weight: 300;
  font-size: 13px;
  /*color: #000;*/
  padding: 4px 0px;
}

#tblDocBM tr:nth-child(odd)
{
  background-color: white;
}

#tblDocBM tr:nth-child(even)
{
  background-color: #f9f9f9;
}

.qst-bm-content
{
  overflow: auto;
}

#tblDocChanges td
{
  border-top: none !important;
  padding: 0;
  font-weight: 300;
  font-size: 13px;
  color: #000;
  padding: 4px 0px;
}

#tblDocChanges tr:nth-child(odd)
{
  background-color: white;
}

#tblDocChanges tr:nth-child(even)
{
  background-color: #f9f9f9;
}

.qst-changes-content
{
  overflow: auto;
}

#dlgReqDoc-memDocName:focus
{
  box-shadow: none; 
}

.doc-price
{
  font-weight: 400;
  color: #0169ca;
}

.qst-co
{ 
  height: calc(100vh - 40px - 55px);
  overflow-y: auto;
  /*padding: 0;*/
  /*padding: 1rem 1rem;*/
}

.qst-pay-logo
{
  padding: 5px 3px;
  border-radius: 4px;
  border: 1px solid #5c5c5c;
  background-color: #fff;
  margin-right: 5px;
  cursor: default;
}

.qst-pay-logo img
{
  width: 40px;
  height: 21px;
}

#tblClassResult tr td
{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

#tblDocHistory tr td
{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

#tblDocBM tr td
{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

#tblDocChanges tr td
{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.qst-filter.selected
{
  background-color: #e4e4e4; /*#e7e5e5*/ /*#fff*/
  color: #000;
  padding: 3px 5px 3px 5px;
  border: 1px solid #d1cece;
}

.pagination .page-item .page-link
{
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination .page-item .page-link:hover
{
}

.pagination .page-item.active .page-link
{
  cursor: default;
}

.footer .container .table tr td
{
  font-size: 11.7px;
}

.qst-footer
{
  position: absolute;
  width: 100%;
  bottom: 0;
}

.qst-black
{
  color: #000;
}

#pnlSearchTitle
{
  border-bottom: 1px solid #fff;
}

.form-control
{
  background-clip: initial;
}

/* ZABUTO CALENDAR */

div.zabuto_calendar .table tr td div.day
{
  padding-top: 0px; 
  padding-bottom: 0px; 
}

div.zabuto_calendar .table tr.calendar-month-header td
{
  padding-top: 0px;
  padding-bottom: 0px;
}

div.zabuto_calendar .table tr.calendar-month-header td span
{
  padding-bottom: 0px;
}

/* METIS MENU */

.sidebar-nav .metismenu a:hover, .sidebar-nav .metismenu a:focus, .sidebar-nav .metismenu a:active
{
  background: #0084ff;
}

.qst-tab-close
{
  font-weight: 400;
  line-height: 23px;
  font-size: 17px;
  margin-left: 4px;
}

.input-group-text
{
  height: 30px;
}

.qst-hl-input:focus
{
  /*box-shadow: 0 0 10px rgb(4, 189, 243);*/
  outline: none;
  border-color: #000 !important;
  box-shadow: none !important;
}

.cab-h-100
{
  height: calc(100vh - 45px - 51px) !important;
}

.qst-banner
{
  /*max-width: 321.25px;*/
  max-width: 100%;
    max-height: 100%;
}

.dr-active
{
  background-color: #f3ff92;
}

.notifyjs-happyblue-base
{
  white-space: nowrap;
  background-color: lightblue;
  padding: 5px;
}

.notifyjs-happyblue-superblue
{
  color: white;
  background-color: blue;
}

.qst-search-title
{
  background-color: #f4f4f4 /*#f9f9f9*/ /*#0084ff*/;
  color: black;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

#qst-home-page-title
{
  background-color: #fff /*#f9f9f9*/ /*#0084ff*/;
  font-size: 12.8px;
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 0px 14px 24px;
  margin: 0;
  font-weight: bold;
}

.qst-pg-py
{
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.qst-list-vm-1 > li
{
  margin-top: 10px;
}

.navbar, .pagination .page-item.active .page-link
{
  box-shadow: none;
}

/*QST NTD CLOCK2*/
.qst-ntd-clock2-container
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  /*padding-left: 25%;*/
  /*padding-right: 25%;*/
  margin-top: 8px;
  margin-bottom: 10px;
}

.qst-ntd-clock2-clock
{
  background-color: #0084ff;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
}

.qst-ntd-clock2-date
{
  background-color: #fec006;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.qst-btn-options
{
  margin-left: 3px;
  margin-top: 5px;
  border: 0;
  height: 27px;
  width: 28px;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  color: #828282;
}

.qst-btn-options:hover
{
  color: #0084ff;
}

.qst-btn-options::after
{
  content: none;
}

.qst-options-menu
{
  border-radius: 0;
  /*background-color: #0084ff;*/
  /*color: white;*/
  font-size: 12px;
/*  left: -550px;
  width: 554px;
*/  height: 34px;
  background-clip: unset;
}

.custom-control-input:checked~.custom-control-label::before
{
  border-color: #5d5d5d;
  background-color: #FFF;
}

/* This is the checked state */
/*.custom-radio .custom-control-input:checked~.custom-control-label::before,*/
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    /*background-color: greenyellow;  /* green */
    /* this bg image SVG is just a white circle, you can replace it with any valid SVG code */
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3.5' fill='%230'/%3E%3C/svg%3E");
    /*border-radius: 50%;*/
}

.static-page-content
{
  padding: 35px 0;
  background-color: #f6f6f6;
  font-size: 15px;
  line-height: 23px;
}

.white-bg-block {
    background-color: #fff;
    border: 1px solid #E4E4E4;
    padding: 35px 50px 35px 50px;
}

.centerwrap {
    max-width: 988px;
    margin: auto;
    min-width: 988px;
    box-sizing: border-box;
}

.qst-doc-active
{
  color: gray;
}

.qst-doc-old
{
  color: red;
}

.custom-control-label::before
{
  width: 0.9rem;
  height: 0.9rem;
  top: 0.301rem;
  left: -1.45rem;
  border-color: #5d5d5d;
}

.fw-900
{
  font-weight: 900;
}

.bg-grey-menu
{
  background-color: #f0f1f1 !important;
}

.mi-active a
{
  background: #f0f1f1 !important;
  color: #0084ff !important;
}

.sidebar-nav .metismenu a:hover, .sidebar-nav .metismenu a:focus, .sidebar-nav .metismenu a:active
{
  background: #f0f1f1 !important;
  color: #0084ff !important;
}

.sidebar-nav .metismenu a
{
  color: #000;
  font-weight: bold;
}

.qst-mm-bg
{
  background: #f0f1f1 !important;
}

.qst-fs-12p
{
  font-size: 12px;
}

.qst-fw-400
{
  font-weight: 400;
}

.qst-fw-500
{
  font-weight: 500;
}

.qst-pl-25
{
  padding-left: 25%;  
}

.qst-pr-25
{
  padding-right: 25%;
}

.qst-px-25
{
  padding-left: 32%;  
  padding-right: 32%;  
}

.qst-px-25-v
{
  padding-left: 25%;  
  padding-right: 25%;  
}

.qst-fc-blu
{
  color: #0084ff;
}

.sidebar-nav .metismenu li
{
  padding-left: 20px;
}

.sidebar-nav .metismenu li:first-child
{
  margin-top: 23px;
}

.qst-mt-34
{
  margin-top: 34px !important;
}

.qst-gray-text
{
  font-size: 0.8rem;
  color: #767474;
}

.nav-tabs .nav-link.qst-link.active
{
  background-color: #0084ff !important;
}

.nav-tabs .nav-link.qst-link.active:hover
{
  background-color: #0084ff !important;
  color: #fff !important;
}

.nav-tabs .nav-link.qst-link
{
  padding-top: 9px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #d7d7d7;
  color: #000;
  font-size: 14px;
}
.nav-tabs .nav-link.qst-link:hover {
    color: #000 !important;
    background-color: #bababa !important; 
}

.qst-fw-bold
{
  font-weight: bold;
}

.search-type
{
  position: absolute;
  left: calc(50% - 144px);
  /*width: 553px;*/
  top: 25px;
  padding-top: 4px;
  padding-left: 15px;
  padding-bottom: 4px;
}

.qst-list-vm-1 li a
{
  color: #000;
}

#tblDocHistory
{
  margin-left: 25px;
  width: calc(100% - 25px);
}

#tblClassResult
{
  margin-left: 25px;
  width: calc(100% - 25px);
}

#tblDocBM
{
  margin-left: 25px;
  width: calc(100% - 25px);
}

#tblDocChanges
{
  margin-left: 25px;
  width: calc(100% - 25px);
}

#navbarTopbarUserMenu
{
  /*border-left: 1px solid #ddd;*/
}

.qst-tab-l
{
  width: calc(100% - 32px);
}

.qst-tools
{
  /*border-left: 1px solid #ddd;*/
  width: 53px;
  height: 40px;
}

.qst-tmi
{
  white-space: nowrap;
}

.qst-ob-dropdown
{
/*  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
*/
  border: none;
  border-radius: 10px;
}

.qst-ob-dropdown:hover
{
  background-color: #f4f4f4;
  /*border-color: #000;*/
}

.gb_cf
{
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
  fill: currentColor;
  width: 23px;
}

.gb_cf:hover
{
  opacity: 1.0;
}

/*#icoUser
{
  opacity: 0.3;
}

#icoUser:hover
{
  opacity: 1.0;
}
*/
.dropdown-toggle1::after
{
  content: none;
}

.dropdown-toggle2::after
{
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
}

#btnClass:hover, #btnReqDoc:hover, #btnExtSearch:hover
{
  background-color: #f4f4f4;
  border-radius: 50%;
}

.qst-fl:hover
{
  color: #0084ff;
}