/* main_screen */
#header {
	background-color: #303437;
	color: #fff;
	min-width: 600px;
	display: flex;
	max-height: 50.5px;
}

#controlPanelHeading {
	width: 66.6667%;
	padding: 9px 20px; 
	color: #fff;
	font-size: 24px;
	overflow: hidden;
}

#controlPanelOptions {
	width: 33.3333%;
}

#cpOptions {
	display: flex;
	justify-content: flex-end;
}

#cpProfile {
	background-color: #CCC;	
	padding: 0px 10px;
}

#cpProfile i {
	width: 20px;	
}

#profileBtn {
  background-color: #CCC;
  color: #303437;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}


/*one dropdown menu css*/
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 0.9em;
}

.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.dropdownRight {
	float:right;
}

.dropdown-actions {
	min-width: 120px;
	top: -2px;
	right: 5px;	
}
.dropdown-actions a {
  padding: 8px;
  font-size: 0.75em;
}
/*one dropdown menu css end*/

nav {
	background-color: #060;
	color: #fff;
	min-width: 600px;
	display: flex;	
}

.navitem {
	padding: 9px 50px 9px 20px;
	font-size: 18px;
	cursor: pointer;
}

.active {
	background-color: #D2FFD2;
	color: #060;
}

/* search bar */
/* Style the search field */
.searchbar {
	display: flex;
}
form.search input[type=text] {
  padding: 24px 16px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 300px;
  background: #f1f1f1;
}

/* Style the submit button */
form.search button {
  /*width: 32px;*/
  padding: 14.5px 10px;
  background: #060;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
  margin-right: 20px;
}

form.search button:hover {
  background: #D2FFD2;
}



/* Modal CSS */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.guideUpdate {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 3px solid #000;
    width: 700px; /* Could be more or less, depending on screen size */
	font-size: 14px;
	height: 600px;
	overflow: auto; /* Enable scroll if needed */
}

/* The Close Button */
.updateclose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.updateclose:hover, 
.updateclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#footer {
	/*margin-top: 36px;
	padding-top: 18px;
	padding-left: 12px;
	background-color: #303437;
	color: #7f8589;*/
	min-width: 600px;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	width: 100%;
}












#controlPanel {
	background-color: #060;
	color: #fff;
	margin-bottom: 6px;
	padding: 6px 0px 6px 270px;
	font-size: 24px;
	min-width: 1200px;	
}

.campaignFilter {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #fff;
     color: #fff;
     top: 10px;
     height: 30px;
     width: 30px;
	 border: 1px solid #060 !important;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
}
.campaignFilter:checked::before {
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}
.campaignFilter:hover {
     background-color: #0C6;
}
.campaignFilter:checked {
     background-color: #060;
}
form#frmRadio label {
     font: bold 15px/1.7 'Open Sans', sans-serif;
     color: #060;
     cursor: pointer;
} 



/* Campaign Styles */
table#campaignlist { 
    border-collapse: collapse;
    border-radius: 10px;
    border-style: hidden; /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 2px #7f8589; /* this draws the table border  */ 
	background-color: #fff; 
	margin-top: 16px;
	color: *#303437;
	font-family: Verdana, Geneva, sans-serif;
}
table#campaignlist th {
	font-weight: bold;
	text-align: left;
	border-bottom: solid 2px #7f8589;	
	
}
table#campaignlist tr {
	border-bottom: solid 2px #7f8589;
}
table#campaignlist a {
	color: #060; /* green */
	font-family: Verdana, Geneva, sans-serif;
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* ie only */
  table#campaignlist { 
	  border-collapse: separate !important; /* so you can see table border box, but can't see tr line */
  }
}