.error {
    font-style:italic;
    color:red;
    font-size:11px;
    text-align:left;
    margin-top:4px;    
}

.vcenter {
/*    display: inline-block;
    vertical-align: middle;
    float: none;*/
    margin-bottom: auto;
    margin-top: auto;
}

.hide{
	display: none;
}

.rows-margin{
	margin-top: 20px;
}
#image-preview{
    display:none;
    width : 100%;
    height : 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.btn-icon{
	width: 24px;
	height: 24px;
}
.text-black{
	color: #303030;
}

.brand-logo-status img {
  width: 180px;
}
.footer-aing {
  background: #d0d07d;
  font-size: calc(0.875rem - 0.05rem);
  font-family: "ubuntu-regular", sans-serif;
  
}

.container-fluid-aing {
  width: 100%;
  height: 100%;
  background: #E4DAE7;
  margin-right: auto;
  margin-left: auto;
}

.gradient-logo{

	background-color: #8BC6EC;
	background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
}

.bg-gradient{
	background-color: #e5ecf0;
	background-image: linear-gradient(135deg, #e5ecf0 0%, #dfe1fd 100%);
}

.bg-gradient-proses{
	background-color: #f9b698;
	background-image: linear-gradient(62deg, #f9b698 0%, #fbe3b2 100%);
}

.bg-antrian{
	margin: 2px;
	background: #fff;
	font-size: calc(1.125rem - 0.05rem);
	font-family: "ubuntu-regular", sans-serif;
	height: 100%;
}

.border-right-aing{
	border-right: 1px solid #404040;
}
.margin-aing{
	margin-top: 8px;
	margin-bottom: 8px;
}
.margin-nomor{
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.text-dokter{
	border-bottom: 1px solid #404040;
	
}


.scroll-left {
 height: 50px;	
 overflow: hidden;
 position: relative;
 background: #2C3E65;
 color: #ffffff;
 border: 1px solid #2C3E65;
}
.scroll-left p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 transform:translateX(100%);
 /* Apply animation to this element */
 animation: scroll-left 40s linear infinite;
}
/* Move it (define the animation) */
@keyframes scroll-left {
 0%   {
 transform: translateX(100%); 		
 }
 100% {
 transform: translateX(-100%); 
 }
}

