/*******/
/*Global*/
/*******/
html,body {
  min-height: 100vh!important;
  width: 100% !important;
}
body:before{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background-image: linear-gradient(to right,#6fbe2e 19%,#00bbd6 43%,#0f61a9 57%,#5a39a0 81%);
}

/*header h2,header h3, .inner h3, section h4,h6,.card-header{
	text-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	
}*/

hr{
  border:1px solid white !important;
}


input:not(:email),select, select option, textarea{
	text-transform:capitalize;	
}

#codeigniter_profiler{
	margin-left:90px !important;	
}


/*******/
/*Theme Overwrite*/
/*******/
.card-header{
	font-size:1.05rem !important;	
}

.card-outline img{
transition: transform 0.5s;

}

/*.card-outline img:hover{	
	transition-timing-function: ease;	
	transform: scale(0.96);
}*/

.form-control-plaintext{
	padding:0px !important;	
}

/*label{
	font-weight:bold !important;	
}*/
.form-control:disabled {
  cursor: not-allowed;
  background-color: #EBEBE4 !important;
}

.alert-alt {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary-alt {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-success-alt {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger-alt {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}


/*******/
/*Main*/
/*******/
#main-body{
background:linear-gradient(rgba(115, 179, 234, 0), rgba(13, 92, 160, 0.75) 78.57%),url(img/mainbg.jpg) no-repeat center top;
background-size: cover; 
}

.sub-panel-bg{
 background:#ffffff url(/public/css/img/swirl.jpg) no-repeat right top !important;   
 

}

/*******/
/*Etc*/
/*******/
.required:after{
  content:" *";
  color:red;
}

.capital-all{
	text-transform:uppercase !important;	
}
.lower-all{
	text-transform:lowercase !important;
}

#login-page{	
  background:#F4F6F9 url("img/bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;	
}

#login-bg{
	background:#ffffff url("img/bg12.jpg") no-repeat bottom right;	
	background-size: cover;
	width: 100% !important;
	height: 100% !important;	
}

#userpanel-ellipsis{    
    width:inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}



.main-header{
	background:url(/public/media/bg-top.jpg) no-repeat top;
	background-size:cover;
}



zing-grid {
  --zg-caption-font-size: 16px;
  --zg-caption-font-weight:bold;
}

/*Particles Effects*/
#particles-js canvas {
	position: fixed;
	z-index: 50;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#toplogmasuk{
  position: absolute;
  z-index:9999;
  top: 5px;
  right:8vw;
  background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#toplogmasuk:hover{
	box-shadow: 0 10px 16px rgba(0, 0, 0, 0.2);
	 
}