.nopadding {
   padding: 8px !important;
   margin: 0 !important;
}
.changeable{
  background-color: aquamarine;
}

  
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top:60px;
    padding: 0;
}
table tr{
  font-size: 13px;
}

table td {
    padding-left:5px;
}








input button {
 font-size: 10px; 
}


.form-horizontal .control-label{
   text-align: left;
}
* html .ui-autocomplete {

    height: 100px;

  }


 .ui-autocomplete-loading {
     background: url("images/ui-anim_basic_16x16.gif") no-repeat right center;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#base .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#base .tab-content {
  padding : 5px 15px;
  /*
  color : block;

  background-color: #f8f9fa;
  
  */
}

#contextMenu {
    position: absolute;
    display:none;
}
.dropdown-menu li a:hover{
  background-color:  rgb(248, 191, 3);
  cursor: pointer;
}



.tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 25px;
  
}

.navbar-custom {
  background-color:teal;
  background-image: none;
  background-repeat: no-repeat;
  color: #ddd;
}


#ptregister tbody tr:hover {
  background-color: rgb(248, 191, 3);
  cursor: pointer;
}



.nav-tabs {
  margin-bottom: 0;
  
}



#main {
    
    transition: margin-left .5s;
    padding: 16px;
}

#ajprocess{
 margin: 0px; 
 padding: 0px; 
 position: fixed; 
 right: 0px; 
 top: 0px; 
 width: 100%; 
 height: 100%; 
 background-color: rgb(30, 30, 30); 
 z-index: 30001; 
 opacity: 0.5;"
}
#ajprocess p {
  position: absolute; 
  color: White; 
  top: 50%; 
  left: 45%;"
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;


}
.red {
  background-color: red !important;

}