.item_image_new {
    background-color: #dc3545;
/*     background-color: #ff7907; */
    width: 100%;;
    text-align: center;
    color: #000000;
 }
/*============================== DARK THEME BEGINS ==============================*/
body.dark-theme, body.dark-theme .cid-swkTjxTvTe .navbar{
	color: #ffffff !important;
/* 	background-color: #000000 !important; */
	background-color: #383838 !important;
	font-weight: 300;
}

body.dark-theme .item_image_new{
	color: #ffffff;
}
body.dark-theme .cid-swkXRwalVt .nav-tabs .nav-link, body.dark-theme .cid-swlmgEIfTK  .nav-tabs .nav-link{
	color: #ffffff;
	font-weight: 300;
}

body.dark-theme .bg-secondary {
	background-color: #4b4e50!important;
}

body.dark-theme .bg-light, body.dark-theme .bg-light a,  body.dark-theme .bg-light .btn-white.btn, body.dark-theme .bg-white, body.dark-theme input, body.dark-theme select{
/* 	background: #383838!important; */
	background: #000000!important;
	color: #ffffff !important;
}

body.dark-theme .bg-light:hover{
	color: #f2f2f2 !important;
}

/*
body.dark-theme input, body.dark-theme select{
	background: #383838!important;
	color: 
}
*/

body.dark-theme .cid-swkTjxTvTe .navbar{
	-webkit-box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 75%);
	-moz-box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 75%);
	box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 75%);
}

 body.dark-theme .dm_myvega_evtlist, body.dark-theme .dm_myvega_listshadow, body.dark-theme .bg-light, body.dark-theme .bg-secondary{
	-webkit-box-shadow: 0px 1px 6px 0px rgb(5 5 5 / 75%);
	-moz-box-shadow: 0px 1px 6px 0px rgb(5 5 5 / 75%);
	box-shadow: 0px 1px 6px 0px rgb(5 5 5 / 75%);
 }

body.dark-theme .cid-swkXRwalVt .nav-tabs .nav-link.active, body.dark-theme .cid-swlmgEIfTK  .nav-tabs .nav-link.active, body.dark-theme .dm_myvega_tenderbtn:not(.dm_myvega_takeshift_btn, .bg-secondary){
	border-color: #ffffff !important;
}

body.dark-theme .divider{
	background-color: #fff;
}

body.dark-theme .dm_myvega_popup{
	background-color: #000000 !important;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgb(255 255 255 / 75%);
	-moz-box-shadow: inset 0px 0px 8px 0px rgb(255 255 255 / 75%);
	box-shadow: inset 0px 0px 8px 0px rgb(255 255 255 / 75%);
}
body.dark-theme .dm_myvega_tenderbtn_disabled{
    border-color: #ffffff !important;
}

body.dark-theme .cid-swkTjxTvTe .dropdown-menu{
	box-shadow: 0 9px 37px -8px rgb(5 5 5 / 75%), 0 0 1px rgb(5 5 5 / 75%)
}
/*============================== DARK THEME ENDS ==============================*/

body{
	background-color: #f8f9fa!important;
}


body:not(.dark-theme) .bg-secondary {
    background-color: #eaeaea!important;
}
body:not(.dark-theme) .bg-light{
	background-color: #ffffff !important;
	-webkit-box-shadow: 0px 1px 6px 0px #adb5bd;
	-moz-box-shadow: 0px 1px 6px 0px #adb5bd;
	box-shadow: 0px 1px 6px 0px #adb5bd;
}

body:not(.dark-theme) .dm_myvega_listshadow{
	-webkit-box-shadow: 0px 1px 6px 0px #adb5bd;
	-moz-box-shadow: 0px 1px 6px 0px #adb5bd;
	box-shadow: 0px 1px 6px 0px #adb5bd;
}

body:not(.dark-theme) .dm_myvega_tenderbtn.bg-secondary{
	color: #000000 !important;
}
.dm_myvega_detailsmyshift{
	border: 1px solid gray;
}

articel, div, section, .cid-swlkwdU99p, .cid-swlmgEIfTK{
	background: transparent;
}

a.dm_myvega_evtlist .btn-white, a.dm_myvega_evtlist .btn-white:active{
	background: transparent !important;
	border: none !important;
}

a.dm_myvega_evtlist:hover, dm_myvega_stafflist:hover{
	color: #000000 !important;
}


.btn-secondary.focus, .btn-secondary:focus{
	box-shadow: none;
}
.dm_myvega_tenderbtn_disabled{
	background-color: grey !important;
	pointer-events: none;
}

a.dm_myvega_tenderbtn_disabled:hover{
	background-color: grey !important;
	border-color: #000000 !important;
	box-shadow: inherit;
}

.dm_circular_element {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.dm_circular_element img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


#dm_myvega_loginform, #dm_myvega_changepasswordform{
	background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../images/VEGA_background.jpeg"), no-repeat;
    background-size: cover;
    background-position: center;
	height: 100vh;
	position: absolute;
	top: 0;
}

#dm_myvega_changepasswordform{
	padding-top: 40px;
	top: unset;
}


.dm_myvega_popup{
	z-index: 9500;
	top: 15%;
	left: 12.5%;
	width: 75%;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.75);
	display: none;
	opacity: 0;
	transition: all 1s ease-in;
}

.dm_myvega_overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9000;
	cursor: pointer;
	display: none;
}


#dm_myvega_shiftsale_popup_btns{
	display: flex;
	justify-content: space-between;
}
#dm_myvega_shiftsale_popup_btns a{
	width: 45%;
}

.cid-swkTjxTvTe .dropdown-menu{
	top: 35px;
}

.dm_myvega_mobiledropdown{
	display: none;
}

.dm_myvega_stafflist img{
	width: 90%;
}


/* 2022-02-14 - #2491 - MC - Function is hidden according to task. No code is removed, in case the customer wants the function enabled at some point. */
#dm_myvega_futureeventstab{
	display: block;
}

.headline {
	font-family: Be Vietnam;
	font-size: 1.5rem;
	font-weight: bold;
}

.author {
	font-size: 16px;
	padding-bottom: 14px;
}

.rmore {
	white-space: nowrap;
}

.news {
	padding-bottom: 1rem;
}

.news {
	padding-bottom: 1rem;
}

.descriptionnews a {
	text-decoration: underline;
}

.invisible {
	visibility: hidden !important;
	display: none;
}

#accordiondocs .card-header {
	margin: 0;
	padding: 0;
}

.dm_doc_accordion {
	width: 100%;
	margin: 0;
}

@media screen and (min-width:768px){
	.dm_myvega_takeshift_btn{
		position: absolute;
		right: 0;
		bottom: 0;
	}
	
	.dm_myvega_evtlist{
		position: relative;
	}	
	
}

@media screen and (min-width:992px) and (max-width:1199px){
	.dm_circular_element {
	  width: 60px;
	  height: 60px;
	}

}
@media screen and (max-width:991px){
	.dm_myvega_detailcon{
		padding-top: 20px;
	}
	
	.dropdown{
		display: none;
	}
	
	.dm_myvega_mobiledropdown{
		display: block;
	}
	
	#dm_myvega_loginform form, #dm_myvega_changepasswordform form{
		width: 95% !important;
	}
	#dm_myvega_loginform img{
		width: 50% !important;
	}
	
	.dm_myvega_detailstext{
		font-size: 16px !important;
	}
	
/*
	.dm_myvega_evtlist_artist{
		color: #00428a;
	}
*/
}

@media screen and (max-width:600px){
	
	.dm_myvega_stafflist .img-fluid{
		pointer-events: none;
	}
	p, a, strong, em{
		font-size: 14px !important;
	}
	.dm_myvega_stafflist img{
		width: 90%;
	}
	#dm_myvega_shiftsale_popup_btns {
		flex-wrap: wrap;
	}
	#dm_myvega_shiftsale_popup_btns a{
		width: 100%;
	}
	.dm_myvega_popup{
		width: 95%;
		top: 6%;
		left: 2.5%;
	}
	.cid-swkXRwalVt {
	    padding-top: 2rem;
	    padding-bottom: 3rem;
	}
	
	#dm_myvega_changepasswordform{
		height: unset;
	}

	.dm_myvega_detailstext { 
        font-size: 14px !important; 
    } 
	

}


.tidsplan {
	margin: 0;
	padding: 0;
}

.tidsplan a {
    text-decoration:none;
    color:inherit;
	width: 100%;
	display:inline-block;
	padding:5px 10px;
} 
    
.tidsplan li{
	display:inline-block;
    min-width:15%;
    background-color:#000;
    border:1px solid #000;
    text-align:center;
    color:#fff;
	margin: 6px 12px 12px 0;
}

.tidsplan li:hover{
    background-color:#fff;
    color:#000;
}

.tidsplan a.active {
	background-color:#fff !important;
	color:#000 !important;
} 


    
.dm_myvega_tenderbtn.dm_myvega_takeshift_btn.disabled {
    background-color: #6c757d; 
    color: #d3d3d3; 
    border-color: #6c757d;
	height: 50px;
	width: 200px;
	text-align: right;
}

.dm_myvega_tenderbtn.dm_myvega_takeshift_btn.disabled:hover {
    background-color: #000 !important;  
    color: #fff !important;              
    border-color: none !important;    
	cursor: default !important;  
    /* cursor: not-allowed !important;  */    
}

.cleaningnotes {
	color: #c9c9c9;
	font-style: italic;
	padding: 0 2rem 2rem 2rem;
}

#searchBtn, #clearDates {
	height: 26px;
}

#searchBtn {
	border: #fff solid 2px !important;
}



