﻿@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
   /* font-family: 'Poppins', sans-serif;*/
    background:rgb(237, 237, 237) !important;
    font-family: verdana !important;
	font-size: 12px !important;
    overflow-y: scroll !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.headBg {
   background-image: url("images/bannerSPKU.png");
}
p {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

.pgTitle {
    padding:15px;
}

.errSymbol {
    padding:0.5%;
}

.failed {
    color:red;
}

.success {
    color:green;
}


.mainTitle {
       font-weight:bold;
       margin-bottom:5px;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}


#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    background: #ffffff;
    color: black;
    /*transition: all 0.3s*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-weight:bold;
}

#sidebar.active {
    margin-left: -250px;
}

    #sidebar .sidebar-header {
        /*padding: 20px; */
        background-image: url("images/headerSPKU.png");
    }

.sidebar-header {
    border-top:1px solid lightgrey;
    border-bottom:1px solid lightgrey;
    text-align:center;
    
}

textarea {
    resize:none;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #A8CD1B;
    /*background-color:rgb(0, 255, 0);*/
    /*background-color:#9900db;
    color:#faefff;*/
    background-color:#724B25;
    color:white;
}

#sidebar ul p {
    color: #fff;
    padding: 5px;
}

#sidebar ul li a {
    padding: 5px;
    font-size: 1em;
    display: block;
}
#sidebar ul li a:hover {
    color:black;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: white;
    background:#B07539;

}
ul .submenu a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background-color:#DDBB99;
   /* background-color:rgb(102, 187, 106);*/
}

.wrapper {
    display: flex;
}

.gridContainer {
    width:98%;
    padding:10px;
    margin-top:10px;
    margin:15px auto;
}

.headerCellx {
    border:1px solid black;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebarCollapse {
        display:normal;
    }

    #sidebar.active {
        margin-left: 0;
    }

    .table-container {
        width: 100% !important;
    }

    #content.active {
        margin-left: 250px !important;
    }

    #top-nav {
        height:50px !important;
    }

    #bs-example-navbar-collapse-1 {
        display:none !important;
    }

    #content {
        width:100% !important;
    }

    #content.active {
       width: calc(100% - 250px) !important;
    }

    .img-responsive {
        width:80% !important;
        position:absolute;
    }
}

.gridContainer {
    overflow-y:auto;
}

#hidMenu 
{
    float:left;
    margin-left:5px;
}

#inner-wrapper {
    width:100%;
}

#content {
    width: calc(100% - 250px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
#content.active {
    width: 100%;
}

#side-button {
    padding-left:10px;
}

.table-container {
    padding:10px;
    margin:0 auto;
    width:98%;
    overflow-x:scroll;
}

.insTable td {
    padding:5px 5px 5px 5px;
}


.insTable td:first-child { 
    max-width:200px;
    /*word-break:break-all;*/
}

hr {
    
}

.title {
	Border : 0px;
	font-family: verdana;
	font-weight: bold;
	font-size: 10pt;
	color:#724B25;
}

.minititle {
	Border : 0px;
	font-family: verdana;
	font-weight: bold;
	color:black;
}


.subtitle {
	font-family: verdana;
	font-size: 9pt;
    font-style:normal;
	/*font-weight: bold;*/
	color:black;
	
}
.subtitle2 {
	font-family: verdana;
	font-size: 8pt;
    font-style:italic;
	/*font-weight: bold;*/
	color:black;
	
}

.dataCenter {
    text-align:center;
    height:200px;
}

.dataTableG {
    padding:2px;
    text-align:center;
    
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.modalPopup
{
    display: none;
    background-color: #FFFFFF;
    width: 300px;
    border: 1px solid black;
    border-radius: 12px;
    padding: 0;
    position: absolute; 
    top: 45%;
    left: 45%;
    padding:5px 5px 0px;
    border: 3px solid #ababab;
    box-shadow:1px 1px 10px #ababab;
    border-radius:20px;
    background-color: white;
    z-index: 1002;
    text-align:center;
    overflow: auto;
}
/*
.fade {
    display: none;
    position:absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}
*/
.modalPopup .header
{
    background-color: #724B25;
    FONT-WEIGHT: bold;
    color:#F4EADF;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.userinfo {
    width: 100%;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    background-color:#B07539;
    FONT-WEIGHT: bold;
    color:#faefff;
}
.modalPopup .body
{
    padding:10px;
    min-height: 50px;
    text-align: center;
    font-weight: bold;
}
.modalPopup .footer
{
    padding: 6px;
}
.modalPopup .yes, .modalPopup .no
{
    height: 23px;
    color: black ;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}

.btnContainer {
    
}

.btnContainer > div {
    max-width:12%;
    max-height:30px;
    margin:0 auto;
    width: 396px;
}

.errMsg {
    width:100%;
    min-height:20px;
    text-align:center;
    padding-top:2px;
    font-weight:bold;
    margin:0 auto;
    background-color:rgb(255, 255, 255);
    font-size:12px;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    -webkit-transition: all 10s ease;
    -moz-transition: all 10s ease;
    -o-transition: all 10s ease;
    transition: all 10s ease;
   
  
    /*visibility:hidden;*/
}
  
.cusBtn {
    font-weight:bold;
    height:30px;
    min-width:160px;
    max-width:160px;
    -webkit-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btnHolder {
   
}

.cariBtn {
    padding:5px 5px 5px 5px;
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cusBtnKen {
    font-weight: bold;
    height: 60px;
    min-width: 210px;
    max-width: 210px;
    -webkit-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline-color: chocolate;
    background-color: darkorange;
}

.cariBtn:hover {
    color:white;
    background-color:grey; 
}

.cusBtn:hover {
    color:white;
    background-color:grey; 
}

.errMsgH {
    display:none;
}

#errClose {
    border-radius:5px 5px 5px 5px;
}


/* --------------------------------------------- */

.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  margin-top: 20px;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.navbar-wrapper .navbar {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-content
{
    width:320px;
    padding: 15px;
    padding-bottom:0px;
}
.navbar-content:before, .navbar-content:after
{
    display: table;
    content: "";
    line-height: 0;
}

.navbar-footer 
{
    background-color:#724B25;
}
.navbar-footer-content { padding:15px 15px 15px 15px; }
.dropdown-menu {
padding: 0px;
overflow: hidden;
}

.GridPager 
{
    color:blue;
    text-decoration:underline;
}

.GridPager td {
    padding:5px;
}

.GridPager span {
    text-decoration:none;
    color:red;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 70px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header {
    float: left;
  }

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
 
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 10px;
  padding-left: 10px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    /*margin-left: -15px;*/
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    /*margin-right: -15px;*/
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  /*position: fixed;*/
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}


.navbar-fixed-top {
  top: 0px;
  z-index: 1030;
}
.navbar-brand {
  float: left;
  padding: 15px 5px;
  font-size: 25px;
  line-height: 20px;
  height:85px;
  font-weight:600;
  text-shadow: -4px 3px 2px rgba(150, 150, 150, 0.4);
      padding-left: 30px;
      padding-top: 5px;
         
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 1100px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }

  .navbar > .container-fluid .navbar-brand .header-text:after {   
    content: 'SISTEM PEJABAT KESELAMATAN UNIVERSITI';
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  /*margin: 7.5px -15px;*/
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height:8;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }

}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    /*padding-top: 20px;*/
    /*padding-bottom: 15px;*/
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.form-control {
    font-size:12px !important;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #080808;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}



.navbar-default .navbar-nav > li > a {
  color: #555555;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #2A2AFF;
  /*background-color: #FFCC66;*/
  /*background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);*/
  /*opacity:0.7;*/
  
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  /*background-color: #D2D2D2;*/
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #999999;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #999999;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  /*background-color: #D2D2D2;*/
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #E1E1E1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.white {
    background-color:white;
    clear:both;
}

.warning {
    color:darkorange;
}

#top-nav {
   background-color:white;
}

.hidePnl {
    display:none;
}

.rightAlign { text-align:right; }
.leftAlign { text-align:left; }
.centerAlign { text-align:center; height:30px;}
.topleft {
     vertical-align: top;
     text-align:left;
}
.status {
    padding:10px;
    text-align:center;
    width:50%;
    margin:0 auto;
}

.tindakan {
    max-width:100%;
    min-width:100%;
    border-spacing: 5px;
}

.trh {
    background-color:#724B25;
    color:#faefff;
}

.statusCell {
    padding:3px;
}

.spStatusCell {
    border:1px solid black;

}

.xtraBtn {
    background-color:white;
    border-radius:3px 3px 3px 3px;
    -webkit-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    min-width:150px;
    /*transition: all 0.5s ease;*/
}

.xtraBtnActive {
    background-color: #ae30e5;
    color:#faefff;
    border-radius:3px 3px 3px 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    min-width:150px;
    /*transition: all 0.5s ease;*/
}

.xtraBtn:hover {
    color:white;
    background-color:grey; 
}

.Legend {
    list-style:none;
    
}

.Legend li {
    display:inline;
}

#LegendHolder {
    display: table;   /* Allow the centering to work */
	margin: 0 auto;
    width:100%;
}

.carian {
    min-height:200px;
    max-height:200px;
    overflow:auto;
}

.smoothTrans {
    -webkit-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.smoothTransition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.divider {
    border-bottom:1px solid;
    border-color:rgb(237, 237, 237) !important;
}

.divider:hover {
    cursor:pointer;
    background-color:#B07539;
    color:#faefff;
}

.divider2 {
    border-bottom:1px solid;
    border-color:rgb(237, 237, 237) !important;
}

.successBG {
    background-color:#93f995;
    font-weight:bold;
}

.failedBG {
    background-color:#ff5959;
    font-weight:bold;
}

.warningBG {
    background-color:#f9e95e;
    font-weight:bold;
}

.whiteClean {
    background-color:white;
}

.light-bg {
    background-color:rgb(231, 201, 255);
}

.divider2:hover {
    cursor:pointer;
    background-color:lightgrey;
    color:black;
    -webkit-box-shadow: -1px 2px 16px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 16px -4px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 16px -4px rgba(0,0,0,0.75);
}

.shortenText {/*Specify Width to your tags*/
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.userInfoTbl td {
    padding-top:5px;
    padding-bottom:5px;
    padding-right:5px;   
}

.userInfoTbl td:first-child {
    padding-left:5px;
    padding-right:0;  
}

.add-dt {
   
}

.txtbox {
    width:150px !important;
}

.txtbox1 {
    width:250px !important;
}

