/*	-------------------------------------------------------------------
 * 	Colours for the CumulusMX Alternative Interface
 * 	Produced using w3Schools colour generator
 *
 *   BetelBlack.css
 * 
 * 	Key Colour: #4e5b31
 * 
 * 	Theme modified to change font 'color's to either lightest or darkest
 * 	theme colour.  Also modified names for text, borders & hover colours.
 * 	I have added a few extras. Not all are used.
 * 	Neil Thomas
	------------------------------------------------------------------*/

/*	Check that your theme is named as shown  below */

.w3-theme-white { color:#FFFFFF;  background-color:#0000006b;}

.w3-theme-l5 {color:#000; background-color:#ffe1e5;}
.w3-theme-l4 {color:#000; background-color:#ff9ca9;}
.w3-theme-l3 {color:#fff; background-color:#ff3954;}
.w3-theme-l2 {color:#fff; background-color:#d5001c; }
.w3-theme-l1 {color:#fff; background-color:#72000f;}
.w3-theme-d1 {color:#fff; background-color:#0e0002;}
.w3-theme-d2 {color:#fff; background-color:#0c0002;}
.w3-theme-d3 {color:#fff; background-color:#0b0001;}
.w3-theme-d4 {color:#fff; background-color:#090001;}
.w3-theme-d5 {color:#fff; background-color:#d7172f;} 

.w3-theme-light {color:#fff; background-color:#0000006b;}
.w3-theme-dark {color:#fff; background-color:#080001;}
.w3-theme-action {color:#fff; background-color:#080001}

.w3-theme {color:#fff; background-color:#0f0002}

.w3-theme-bdr {border-color:#ff0c0c;}


.w3-theme-hvr:hover {color:#fff; background-color:#78a5c9;}

.w3-theme-d5-hvr:hover {color: #fff; background-color:#78a5c9;}
.w3-theme-txt-hvr:hover {color:#78a5c9;}
.w3-theme-bdr-hvr:hover {border-color:#78a5c9;}

.w3-dropdown-content {
	border: 1px dashed white;
}

  body {
background-image: url('../images/waiting.jpg');
background-position: left;
/* background-position-y: 80px; */
background-repeat: no-repeat;
background-attachment: fixed;
 background-color: black; 
 }
 
 #Header {
 border-width: 0 0 4px 0;
 }
 .my_radius {
 border-radius: 20px;
 }