.loader {
  border: 10px solid #a29797;
  border-radius: 50%;
  border-top: 10px solid #db3434;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.ajax-loader {
  visibility: hidden;
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  z-index: +100 !important;
  width: 100%;
  height:100%;
}

.ajax-loader img {
  position: relative;
  top:50%;
  left:50%;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee;
}
a.table-actions-button {
    width: 1.25em;
    height: 1.25em;
    display: inline-block;
    background-position: center center;
}
#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  padding: 1px;
  font-size:13px !important;
}

#customers td{
  border: 1px solid #ddd;
  padding: 1px;
}
#customers th {
  border: 1px solid #ddd;
  padding: 1px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}


#stable{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#stable td{
  border: 1px solid #ddd;
  padding: 8px;
}

#stable tr:nth-child(even){background-color: #f2f2f2;}

#stable tr:hover {background-color: #ddd;}

#stable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #91117d !important;
  color: white !important;
}

hr{ border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }
.nule{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 180;
    background-color:#f8f9fa;
}

.nule li a {
    display: block;
    padding: 2px 8px;
    text-decoration: none;
	color:#003366;
	font-size:16px;
text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
	font-family:NikoshBAN;
}

/* Change the link color on hover */
.nule li a:hover {

  background-color: #e6e6e6;
}
.active {
text-align:center;

border-right:2px solid #FF0000;
background-color:#e6e6e6;

}
