@charset "UTF-8";
.control-sidebar-bg {
    /* background-color: #d7d7d7 !important; */
    width: 800px;
    position: absolute !important;
}

.right-sidebar {
    width: 800px;
}

.control-sidebar-bg, .control-sidebar {
    right: -800px;
}

.control-sidebar-color{
    background: #222d32 !important;
    color: #b8c7ce !important;
}

@media (min-width: 768px){
    .control-sidebar-open .content-wrapper, .control-sidebar-open .right-side, .control-sidebar-open .main-footer {
        margin-right: 800px !important;

    }
}

@media (max-height:937px){
  .control-sidebar-open .content-wrapper, .control-sidebar-open .right-side, .control-sidebar-open .main-footer {
    margin-right: 816px !important;

  }
}

.btn-smb-s {
    color: #5a5a5a !important;
    font-size: 12px !important;
    background-color: #ffffff !important;
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
    border-radius: 6px !important;
    height: 28px;
    min-width: 48px;
}

.btn-smb-s:hover, .btn-smb-s:focus {
    color: #5a5a5a !important;
    font-size: 12px !important;
    background-color: #ffffff !important;
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.5);
    border-radius: 6px !important;
    outline: none !important;
}

.btn-smb-s:active {
    color: #5a5a5a !important;
    font-size: 12px !important;
    background-color: #ffffff !important;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.3);
    border-radius: 6px !important;
}

.btn-smb-s:disabled {
    color: #c8c8c8 !important;
    font-size: 12px !important;
    background-color: #ffffff !important;
    border-color: #c8c8c8 !important;
    cursor: auto !important;
    box-shadow: none!important;
}

.right-sidebar-header {
    padding: 10px 10px 10px 10px !important;
    margin: 10px 10px 10px 0px !important;
}
.right-sidebar-body {
    display: inline-block;
    border-bottom: unset !important;
    padding: 10px 10px 0px 10px !important;
}

.right-sidebar-title-small {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  line-height: 1;
}

.right-sidebar-title {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  vertical-align: middle;
  word-break: break-all;
}

.control-sidebar-light, .control-sidebar-light+.control-sidebar-bg{
  background:white !important
}

.graphcard-body {
  position: relative;
  width: 780px;
  height: 471px;
  padding: 0px 10px 10px 10px !important;
  background-color: #f0f0f0;
  margin: 10px 0px 0px 0px;
}

.btn-graph {
  color: #5a5a5a !important;
  font-size: 18px !important;
  background-color: #ffffff !important;
  box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
  border-radius: 6px !important;
  height: 36px;
}

.sidebar-btn-selected{
  color: #ffffff !important;
  font-weight: bold;
  background-color: #28a0dc !important;
  border-color: #1991cd;
}

.sidebar-modal-body h4{
  font-size: 22px !important;
  font-weight: bold !important;
}

.sidebar-modal-dialog{
  position: relative !important;
  padding: 0px 0px !important;
  color :#787878 !important;
  width: 400px !important;;
}

.sidebar-dialog-text{
  width: 230px;
}

.sidebar-dialog-label{
  font-size: 22px !important;
  font-weight:unset !important;
}

.sidebar-dialog-btn{
  padding-top: 15px;
}

.sidebar-dialog-input{
  padding-top: 5px;
  padding-bottom: 5px;
}