.layout-top-nav .main-header .navbar {
    margin-left: 0;
    height: 120px;
}
 
.main-header .navbar-brand {
    color: white;
}
 
.main-header {
    max-height: 120px;
}

.main-header .logo {
    width : 100px;
    height : 100px;
    padding :0px;
    margin:10px 10px 10px 20px;
    background-image: url("../logo_image/logo.png");
    background-size: 100px 100px;
    background-repeat : no-repeat;
    float: left;
}

@media only screen and (max-width: 768px) {
    .pa_name h1 {
        font-size : 20px;
    }
}

.main-header .title {
	float: left
}

.navbar-header {
	width : 500px;
}

/* SET CLASS FOR EXIPRED EVENTS */
.expired_event {
    background-image : repeating-linear-gradient(45deg, transparent, transparent 10px , rgb(128, 128, 128, 0.4) 10px, rgb(128, 128, 128, 0.4) 20px);
    
}

/* SET CLASS FOR CONFIRMED EVENTS */
.confirmed {
    /* background: linear-gradient(to left, rgb(51, 255, 0) 10px, white 1px,transparent 100%); */
    background: linear-gradient(to right, rgb(51, 255, 0) 5px,white 6px, white 7px, transparent 1px,transparent 100%)
 
}

/* SET CLASS FOR NOT CONFIRMED EVENTS */
.not_confirmed {
    /* background: linear-gradient(to left, rgb(255, 0, 0) 10px, white 1px,transparent 100%); */
    /* background: linear-gradient(to left, rgba(247, 214, 71, 0.747) 10px, white 11px, white 12px, transparent 1px,transparent 100%)     */
    background: linear-gradient(to right, rgb(250, 246, 13) 5px, white 6px, white 7px, transparent 1px,transparent 100%)        
}

/* 20210407 SET CLASS FOR REFUSED EVENTS */
.refused {
    /* background: linear-gradient(to left, rgb(51, 255, 0) 10px, white 1px,transparent 100%); */
    background: linear-gradient(to right, rgb(231, 231, 231) 5px,white 6px, white 7px, transparent 1px,transparent 100%)
 
}


/* SET CLASS FOR CONFIRMED EVENTS - BACKEND EDIT */
.confirmed_status{
    background-color:rgb(51, 255, 0);
    /* width : 20px; */
    /* height : 20px; */
    /* float: left; */
}

/* SET CLASS FOR NOT CONFIRMED EVENTS - BACKEND EDIT */
.not_confirmed_status{
    background-color: rgb(250, 246, 13);
    /* width : 20px; */
    /* height : 20px; */
    /* float: left; */
}

/* 20210407 - SET CLASS FOR REFUSED EVENTS - BACKEND EDIT */
.refused_status{
    background-color: rgb(231, 231, 231);
    /* width : 20px; */
    /* height : 20px; */
    /* float: left; */
}

/* SET EVENTS HEIGHTS */
.fc-time-grid .fc-slats td {
    height: 3em;
}

/* SET EVENTS RADIUS */
.fc-event {
    border-radius: 5px;
    padding-left : 10px;
}

.pa_name {
    color : white;
}

/* SET EVENT TOOLTIP BG */
/*
.tooltip-inner {
    background: #267fe6;    
    color: rgba(255, 255, 255, 0);
    border: 1px solid #737373;
  }
*/
/* SET EVENT TOOLTIP OPACITY */
/*
  .tooltip.in{
    opacity:1!important;
    filter:alpha(opacity=100);
  }
  */