
.row-offcanvas {
  height:100%;
  display: table-row;
position: absolute;
    width: 100%;
}

.navbar {
    margin-bottom: 0px;
}

.slidergroup{
    width:100%;
}
.sliderwidth {
    width:30%;
}
.sliderzoomwindow{
    width:70%;
}


#main {
  height:100%;
  overflow:auto;
}

/*
 * off Canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width:calc(100% + 220px);
  }
    
  .row-offcanvas-left
  {
    left: -220px;
  }

  .row-offcanvas-left.active {
    left: 0;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
  }
}

.device_bkg {
    background-color: #eee;
}

.font-size14{
    font-size: 14px;
}
.text-left{
    text-align: left;
   
}
.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px; 
}
.text-strong {
    font-weight: 600;
}
.text-small {
    font-size: 10px;
    font-weight: 100;
}

.col-centered{
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 50%;
    margin-left: 50%;
}

.bg-primary-dark {
    background-color: #2f80e7;
    color: #fff!important;
}

.bg-primary-light {
    background-color: #5d9cec;
    color: #fff!important;
}

.widget {
    margin-bottom: 20px;
    border: 0;
}

.row-table {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
}
.widget .panel {
    overflow: hidden;
}
.pv-lg {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

.text-primary-side {
    color: #3e3e3e;
}

.text-default-side {
    color: #5d6e7e;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #fff;
}
.skin-blue .sidebar a {
    color: #333;
}

.skin-blue .sidebar-menu > li.header { 
    color: #23337e;
    background-color: #efefef;
    font-size: 15px;
}

.header-panel {
    color: #1c747f;
    background-color: #1a2226;
}

