﻿.dsb {
}

#myScrollTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

#myScrollTop:hover {
    background-color: #555;
}

.fontmin {
    font-size: 9px;
}
.fontmid {
    font-size: 11px;
}
.fontabovemid {
    font-size: 12px;
}
.font12{
    font-size: 12px;
}
.fontred {
    color: red;
}
#div_list {
    overflow:auto;
}
.pageloaderss {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../img/Preloader_2.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
contentloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../img/Preloader_2.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
.nodisplay {
    display: none;
}

.csttab {
  overflow: hidden;
  border: 1px solid #3C8DBC;
  border-bottom: 1px solid #ccc;
}

/* Style the buttons that are used to open the tab content */
.csttab button.tablinks {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 14px;
}

/* Change background color of buttons on hover */
.csttab button.tablinks:hover {
  background-color: #3C8DBC;
    color: #FFFFFF;
}

/* Create an active/current tablink class */
.csttab button.tablinks.active {
    background-color: #3C8DBC;
    color: #FFFFFF;
}

/* Style the tab content */
.csttabcontent {
  padding: 6px 12px;
  border-top: none;
  border: 1px solid #3C8DBC;
  border-top:0;
}

.hyperbox {
    padding: 2px 7px;
    background-color: #336699;
    color: white;
    font-size: 15px;
}

.hyperbox:hover {
    background-color: red;
    color: white;
}

#pre_modal_text {
    overflow:auto;
}

#listing, #detailing, #subpaneldets, #panel3detail, #panel4detail {
    overflow:auto;
}