.ws-red { background-color: #ffeff0; }
.ws-gray { background-color: #f5f5f5; }
.ws-yellow { background-color: #fff9e6; }
.ws-blue { background-color: #e9f4fe; }
.ws-green { background-color: #edf7ed; }

.ws-red.active { background-color: #ffcdd2; }
.ws-gray.active { background-color: #f5f5f5; }
.ws-yellow.active { background-color: #ffecb3; }
.ws-blue.active { background-color: #bbdefb; }
.ws-green.active { background-color: #c8e6c9; }

.alrow { margin-bottom:1px; }
.alcell { padding:3px; }


.tabs-below > .nav-pills,
.tabs-right > .nav-pills,
.tabs-left > .nav-pills {
  border-bottom: 0;
}

.tooltip { text-transform: none; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-pills {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-pills > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-pills > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-pills > li > a:hover,
.tabs-below > .nav-pills > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-pills > .active > a,
.tabs-below > .nav-pills > .active > a:hover,
.tabs-below > .nav-pills > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-pills > li,
.tabs-right > .nav-pills > li {
  float: none;
}

.tabs-left > .nav-pills > li > a,
.tabs-right > .nav-pills > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-pills {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-pills > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-pills > li > a:hover,
.tabs-left > .nav-pills > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-pills .active > a,
.tabs-left > .nav-pills .active > a:hover,
.tabs-left > .nav-pills .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-pills {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-pills > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-pills > li > a:hover,
.tabs-right > .nav-pills > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-pills .active > a,
.tabs-right > .nav-pills .active > a:hover,
.tabs-right > .nav-pills .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.navbar {
  margin-bottom: 0px;
  border-top: none;
   border-bottom: none; 
}
.navbar .navbar-inner {
  height: 80px;
  background-color: #ffffff;
  border-bottom: none; 
}
.navbar .btn-subnavbar {
  display: none;
  padding: 10px 0 8px;
  color: #ffbe43;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.navbar .btn-subnavbar:hover {
  text-decoration: none;
}
.navbar .dropdown .caret {
  margin-top: -4px;
  border-top-color: white;
  border-bottom-color: white;
  opacity: 0.66;
  filter: alpha(opacity=66);
}
.navbar .dropdown.open .caret {
  display: none;
}
.navbar .mainnav {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.navbar .mainnav > li {
  float: left;
  min-width: 90px;
  height: 80px;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.navbar .mainnav > li > a {
  display: block;
  height: 100%;
  padding: 0 15px;
  font-size: 12px;
  color: #ec6d2d;
}
.navbar .mainnav > li > a:hover {
  color: #FFF;
  background: #ec6d2d;
  text-decoration: none;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.navbar .mainnav > li > a > i {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 12px;
  margin-bottom: 9px;
  font-size: 28px;
}
.navbar .mainnav > li > a > span {
  display: block;
  padding-bottom: 2px;
    color: #616161;
}

.navbar .mainnav > li.open > a {
  text-decoration: none;
  background: #ec6d2d;
  color: #FFF;
}
.navbar .mainnav > li.active > a {
  background: #00b8e5;
  color: #ffffff;
}

.navbar .mainnav > li.active > a > span {
  color: #ffffff;
}

.navbar .mainnav > li {
  float: left;
  min-width: 90px;
  height: 80px;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.navbar .mainnav > li > a {
  display: block;
  height: 100%;
  padding: 0 15px;
  font-size: 12px;
  color: #ec6d2d;
}
.navbar .mainnav > li > a:hover {
  color: #FFF;
  text-decoration: none;
}

.navbar .mainnav > li > a:hover > span {
  color: #FFF;
  text-decoration: none;
}

.navbar .mainnav > li > a > i {
  
  position: relative;
  top: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 12px;
  margin-bottom: 9px;
  font-size: 28px;
}
.navbar .mainnav > li > a > span {
  display: block;
  padding-bottom: 2px;
}
.navbar .mainnav > li.open > a {
  text-decoration: none;
}
.navbar .mainnav > li.active > a {
  background: #00b8e5;
  color: #ffffff;
}
.navbar .mainnav > li.open > a > span {
  color: #ffffff;
}

.navbar .dropdown > .dropdown-menu {
  top: 97%;
  text-align: left;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar .dropdown > .dropdown-menu a {
  font-size: 12px;
}
.navbar .dropdown > .dropdown-menu::before,
.navbar .dropdown > .dropdown-menu::after {

  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .dropdown > .dropdown-menu::after {
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-bottom-color: #ffffff;
  top: -6px;
  left: 10px;
}
.navbar .dropdown-submenu .dropdown-menu:after,
.navbar .dropdown-submenu .dropdown-menu:before {
  display: none;
}
.navbar .subnav-collapse.collapse {
  height: auto\9;
  overflow: visible\9;
}


.dropdown-submenu{
    position:relative;
}

.dropdown-submenu > .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}

.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
}

.dropdown-submenu .pull-left{
    float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.shield { opacity: 0.9;padding:3px;border-radius:2px;text-align:center;color:white;width:25px;font-size:12px; }
.shieldb { opacity: 0.9;cursor:pointer;margin-bottom:3px;text-align:left;width:100%;font-size:11px;padding:3px;border-radius:2px;color:white; }
.shieldb:hover { opacity: 1; }

.iss_c { 
    cursor:pointer;
    margin-bottom:-1px;
    text-align:left;
    width:100%;
    font-size:11px;
    padding:4px;
    border-radius:4px;
    color:white; 
    overflow:auto;
}

.iss_r {
    margin-top:3px;
    float:right;
    overflow-auto;
    max-width:85%;
    border-radius:3px;
    padding:2px;
    background-color:white;
}

.sh_i { 
    opacity: 0.9;
    padding:3px;
    border-radius:2px;
    text-align:center;
    color:white;
    font-size:12px;
    min-width:70px;
}

.sh_il { 
    opacity: 0.9;
    padding:5px;
    border-radius:5px;
    text-align:center;
    color:white;
    font-size:16px;
    min-width:120px;
    margin-right:20px;
}

.sh_s { 
    opacity: 0.9;
    padding:3px;
    border-radius:2px;
    text-align:center;
    color:white;
    width:25px;
    font-size:12px;
    color:black;
    text-shadow: 0px 0px 2px #FFFFFF;
}

.sh_sl { 
    opacity: 0.9;
    padding:5px;
    border-radius:5px;
    text-align:center;
    color:white;
    width:33px;
    font-size:16px;
    color:black;
    text-shadow: 0px 0px 2px #FFFFFF;
}

.sh_pr {
    border-right:1px solid white;
    border-bottom:1px solid white;
    border-radius:0px 0px 3px 0px;
    padding:0px 2px 0px 2px;
    position:absolute;
    background-color:#1FB5AC;
    font-size:8px;
}

.prb {
    height:10px;
    width:10px;
    float:left;
    font-size:8px;
    line-height:8px;
    padding:1px;
    color:#BBBBBB;
    text-align:center;
}

.lcb { font-size:12px;font-weight:500;color:#A1A1A1;margin-top:-1px; }

html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

	html,body { height:100%;} 
    .table tbody > tr > td { font-size:11px;padding:4px;color:#616161;}
    
    .table-sm tbody > tr > td { font-size:10px;padding:4px;color:#616161;font-weight:600;}

	td { padding:4px;color:#616161; }
	
	    table.floatThead-table {
			border-bottom:none;
		}
	
    th { color:white;padding:4px;font-size:12px;border-bottom:none;background-color:#555555;}
    
    th.header { 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center right; 
    padding-left: 20px;  
    background-color:#616161;
    border-bottom:none; 
    } 
    
    th.header:hover  {
    background-color:#28282e;
    }
    
    th.headerSortUp { 
    background-image: url(img/asc.gif); 
    background-color: #00b6e8; 
} 

th.headerSortDown { 
    background-image: url(img/desc.gif); 
    background-color: #00b6e8; 
} 
    
	.trow {cursor:pointer;
		background-color:white;
	}
	.trow:hover {
		background-color:#74cfe8;
	}
	
	.trowsel {
		background-color:#00b6e8;
        font-weight:bold;
		cursor:pointer;
		color:#003772;
	}
	.trowsel:hover {
		background-color:#00b6e8;
	}
    .form-control::-webkit-input-placeholder { color: #C2C2C2; }

 
.panel-heading .nav {
    border:medium none;
    font-size:12px;
    margin:-15px -15px -15px;
}
.tab-bg-dark-navy-blue ul>li>a {
    display:block;
    padding:12px 12px !important;
}
.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th  {
		background-color:#74cfe8;
}

.gbhelpdv {position:absolute;z-index:9999;margin:4px;}
    
.sidebar-menu .search-row {
    padding:20px;
}
.sidebar-menu .search-row input {
    background:rgba(0,0,0,0.3);
    border:none;
    color:#707076;
    font-size:12px;
}

.clmaintitle { font-size:18px; text-transform:uppercase; margin-bottom:15px; color:#616161;}

.prostable {
  background-color:white;
  overflow-y:auto;
  overflow-x:hidden;
  margin:0px 0px 5px 0px;
  border-radius:4px;
  border:1px solid #DDD;
}

.kltype { display:none; padding: 8px 0px 0px 0px; }

.gbhelp {  }




    
