



	/*----------------------------------------divs-----------------------------------------*/
	.box-grey {
		margin:0 0 25px;
		overflow:hidden;
		padding:20px;
		background-color:#F5F5F5;
		border:1px solid #DDDDDD;
		border-radius: 5px;
	}
	.box-transparent {
		margin:0 0 10px;
		overflow:hidden;
		padding:10px;
		background-color : transparent;
		border:1px solid #DDDDDD;
		border-radius: 5px;

	}
	.box-authors {
		margin:0 0 25px;
		/*overflow:hidden;*/
		padding:20px;
		/*background-color:#F5F5F5;*/
		border:1px solid #DDDDDD;
		border-radius: 5px;
		height:100%;
		/*white-space: nowrap;*/		
	}
	.box-required {
		margin:0 0 10px;
		overflow:hidden;
		padding:10px;
		background-color : transparent;
		border:1px solid #FF0000;
		border-radius: 5px;

	}
	.groupbox-search {
		margin:0 0 25px;
		overflow:hidden;
		padding:20px;
		background-color:#F5F5F5;
		border:1px solid #DDDDDD;
		border-radius: 5px;
	}
	.groupbox-search label{
		font-size: 14px;
	}
	.groupbox-evaluation {
		margin:0 0 25px;
		overflow:hidden;
		padding:20px;
		background-color:#F5F5F5;
		border:1px solid #DDDDDD;
		border-radius: 5px;
	}


/*---------------------------------textboxes-----------------------------------------*/
	.required {
		/*background-color: red;	
		color: black;*/
		border-style: solid;
		border-color: #FF0000;
	}

/*------------------------------------tables------------------------------------------*/
	.dynamicTable {
		width: 100%;
		border-collapse: collapse;
	}

	
	table.dynamicTable td, table.dynamicTable th {
		font-size: 1em;
		border: 1px solid #DDDDDD;
		padding: 3px 7px 2px 7px;
	}

	table.dynamicTable th {
		font-size: 1.1em;
		text-align: left;
		padding-top: 5px;
		padding-bottom: 4px;
		background-color: #F5F5F5;
		color: #000000;
	}

	table.dynamicTable tr.alt td {
		color: #000000;
		background-color: #F9F9F9;
	}


	.sessionchairsTable {
	  /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
		width: 100%;
		border-collapse: collapse;
	}
	table.sessionchairsTable td, table.sessionchairsTable th {
		font-size: 1em;
		/*border: 1px solid #98bf21;*/
		padding: 3px 7px 2px 7px;
	}

	table.sessionchairsTable th {
		font-size: 1.1em;
		text-align: left;
		padding-top: 5px;
		padding-bottom: 4px;
		/*background-color: #A7C942;
		color: #ffffff;*/
	}

/*table.sessionchairsTable tr.alt td {*/
    /*color: #000000;
    background-color: #EAF2D3;*/
/*}*/



/*------------OBS admin_registrations is still hard_coded-------------*/
.data-table .td_incomplete, .td_incomplete {
		background-color:#ff3333;	
}
.data-table .field-incomplete, .field-incomplete {
	background-color:#f47b7b;	
}

.data-table .td_incomplete_actions, .td_incomplete_actions {
		/*background-color: #FA8072;*/ /* orange-red */
		/*background-color: #DB7093;*/ /* PaleVioletRed */
		background-color: #C71585; /* MediumVioletRed */
		/*background-color: #4682B4;*/ /* SteelBlue */
		
}


.data-table .td-warning, .td-warning{
	background-color:#ff3333;
}


.data-table .td-incomplete, .td-incomplete {
	background-color:#ff3333;	
}


.data-table tr.row-incomplete td
{
	background-color:#ff3333;	
}


/*--------------------------------Admin dropdown head-------------------------------*/

/*Admin section was here */





/* POP UP Notice */

		   .class_popup_over {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
			width: 100%;
			height: 100%;
            background: rgba(0, 0, 0, 0.7);
            transition: opacity 500ms;
            visibility: visible;
            opacity: 1;
          }
          /*.class_popup_over:target {
            visibility: hidden;
            opacity: 0;
           display:none;
          }*/


		   .class_popup {
            margin: 70px auto;
            padding: 20px;
            background: #fff;
            border-radius: 5px;
            width: 30%;
            position: relative;
           /*transition: all 5s ease-in-out;*/
          }
          .class_popup .close {
            position: absolute;
            top: 20px;
            right: 30px;
            transition: all 200ms;
            font-size: 30px;
            font-weight: bold;
            text-decoration: none;
            color: #333;
          }
          .class_popup .close:hover {
            color: orange;
          }
          .class_popup .content {
            max-height: 30%;
            overflow: auto;
          }


/* Select Active Conference Modal */

 .select-conference-modal {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
			width: 100%;
			height: 100%;
            background: rgba(0, 0, 0, 0.7);
            transition: opacity 500ms;
            visibility: visible;
            opacity: 1;
			z-index: 99;
			
}

.select-conference-modal-inner {
	position: relative;
    margin: 4em auto;
    padding: 1.5em;
    background: #fff;
    border-radius: 5px;
    width: 90%; 
    transition: all 1s ease-in-out;
	max-width: 450px;
}
.select-conference-modal-inner .close {
            position: absolute;
            top: 2em;
            right: 30px;
            transition: all 200ms;
            font-size: 30px;
            font-weight: bold;
            text-decoration: none;
            color: #333;
			cursor: pointer;
}
.select-conference-modal-inner .close:hover {
    color: orange;
}
.select-conference-modal-inner .content {
            max-height: 30%;
            overflow: auto;
}


.modal-magic-container{
	display: none;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* 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: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



/* Modal Header */
.modal-header {
    padding: 16px 16px;
   
	background-color:#F5F5F5;
	border:1px solid #DDDDDD;
    color: white;
}

/* Modal Body */
.modal-body {padding: 16px 16px;}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    	background-color:#F5F5F5;
    color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}




/*----------------------sponsorshipcommitment---------------*/


								.divTable{
									display: table;
									width: 100%;
									/*border: 1px solid #DDDDDD;*/
								}
								.divTableRow {
									display: table-row;
								}
								.divTableHeading {
									/*background-color: #EEE;*/
									display: table-header-group;
								}
								.divTableCell {
									/*border: 1px solid #DDDDDD;*/
									display: table-cell;
									padding: 3px 10px;
									
								}
								.divTableCell_full {
									/*border: 1px solid #DDDDDD;*/
									/*display: table-cell;*/
									padding: 3px 10px;
									
								}

								.divTableHead {
									border: 1px solid #DDDDDD;
									display: table-cell;
									padding: 3px 10px;
								}
								.divTableHeading {
									/*background-color: #EEE;*/
									display: table-header-group;
									font-weight: bold;
								}
								.divTableFoot {
									/*background-color: #EEE;*/
									display: table-footer-group;
									font-weight: bold;
								}
								.divTableBody {
									display: table-row-group;
								}


	/* New sponsorshipcommittment style 2022-03-28 */

	.sponsorshipcommitment-flex-container {
	  display: flex;
	}

	.sponsorshipcommitment-flex-container > div {
	  margin: 0px;
	  padding: 5px;
	}

/*----------------------sponsorshipcommitment---------------*/


	.box-radio {
		margin:0 0 10px;
		overflow:hidden;
		padding:10px;
		background-color : transparent;
		border:1px solid #DDDDDD;
		border-radius: 5px;

	}

	.box-radio:hover { 
		background-color: #DDDDDD;
	}









	/* The alert message box */
	
	.alert {
		margin:0 0 10px;
		overflow:hidden;
		padding:10px;
		border-radius: 5px;
		box-shadow:1px 1px 3px #888;
	}

	.alert-warning, .alert-success, .alert-danger {
		margin:0 0 10px;
		overflow:hidden;
		padding:10px;
		border-radius: 5px;
		box-shadow:1px 1px 3px #888;
	}

	.alert-info {
		margin:0 0 25px;
		overflow:hidden;
		padding:20px;
		background-color:#F5F5F5;
		border:1px solid #DDDDDD;
		border-radius: 5px;
		box-shadow:1px 1px 3px #888;
	}

	.alert-warning {
		
		/*margin:0 0 10px;*/
		/*overflow:hidden;*/
		/*padding:10px;*/
		
		border:1px solid #DDDDDD;
		/*border-radius: 5px;*/

		/*color: #f44336;
		background-color : transparent;*/
		color: #9F6000;
		background-color: #FEEFB3;
	}

	.alert-danger {
		
		/*margin:0 0 10px;*/
		/*overflow:hidden;*/
		/*padding:10px;*/
		
		border:1px solid #DDDDDD;
		/*border-radius: 5px;*/

		/*color: #f44336;
		background-color : transparent;*/
		color: #D8000C;
		background-color: #FFD2D2;
	}
	
	.alert-success {
		
		/*margin:0 0 10px;*/
		/*overflow:hidden;*/
		/*padding:10px;*/
		
		border:1px solid #DDDDDD;
		/*border-radius: 5px;*/

		/*color: #666;
		background-color : transparent;*/

		color: #4F8A10;
		background-color: #DFF2BF;
	}



	/* The close button */
	.closebtn {
		margin-left: 15px;
		color: #DDDDDD;
		font-weight: bold;
		float: right;
		font-size: 22px;
		line-height: 20px;
		cursor: pointer;
		transition: 0.3s;
	}

	/* When moving the mouse over the close button */
	.closebtn:hover {
		color: black;
	}











.buttonlooklikelink{
	background:none!important;
     color:inherit;
     border:none; 
     padding:0!important;
     font: inherit;
     /*border is optional*/
     border-bottom:1px solid #444; 
     cursor: pointer;
}









/*------------TAB DIV-------- */



/* Style the tab */
.tab {
  overflow: hidden;

  background-color: transparent;/*#f1f1f1;*/

  	
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;

  border:1px solid #DDDDDD;
		border-radius: 5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #F5F5F5;
  /* border: 1px solid #4d4d4d;*/
}

/* Style the tab content */
.tabcontent {
	background-color: #F5F5F5;
	display: none;
	padding: 6px 12px;
	/*border: 1px solid #4d4d4d;*/
	/*border-top: none;*/
	border:1px solid #DDDDDD;
	border-radius: 5px;
}




/*-------------------Email wizard buttons ------------------*/

				.emailwizardbutton {
				  background-color: #bfbfbf; /*#999999;*/
				  color: black;
				  font: inherit;
				  padding: 15px 32px;
				  text-align: center;
				  text-decoration: none;
				  display: inline-block;
				 
				  margin: 4px 2px;
				  cursor: pointer;
				  -webkit-transition-duration: 0.4s; /* Safari */
				  transition-duration: 0.4s;
				  border:1px solid #DDDDDD;
					border-radius: 5px;
				}

				.emailwizardbutton.active{
					background-color: #999999;
				}

				.emailwizardbutton:hover {
					box-shadow: 0 2px 5px 0 rgba(89,89,89,0.24),0 10px 15px 0 rgba(51,51,51,0.19);
				}

				.emailwizardbutton.disabled{
					cursor: default;
				}
				.emailwizardbutton.disabled:hover {
					box-shadow: none !important;
				}

		
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0; 
}
.box-actions {
	margin:0 0 25px;	
	padding:20px;
	background-color:#F5F5F5;
	border:1px solid #DDDDDD;
	border-radius: 5px;
}

.box-checkactions  {
	margin:0 0 25px;	
	padding:20px;
	background-color:#F5F5F5;
	border:1px solid #DDDDDD;
	border-radius: 5px;
}
	


.stickyactionbox {
	position: -webkit-sticky;
	position: sticky;
	top: 0; 
	margin:0 0 25px;
		
	padding:20px;
	background-color:#F5F5F5;
	border:1px solid #DDDDDD;
	border-radius: 5px;
}


.stickybox{
	position: -webkit-sticky;
	position: sticky;
	top: 300; 
	margin:0 0 25px;
		
	padding-top:20px;
	/*background-color: transparent;
	border:1px solid transparent;
	border-radius: 5px;*/
}

.stickyTableHeaderSaveButton{ /* not working */
	position: -webkit-sticky;
	position: sticky;
	top: 0; 
	margin:0 0 125px;
		
	padding-top:90px;
	/*background-color: transparent;
	border:1px solid transparent;
	border-radius: 5px;*/
}


.btn-success {
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	background-color:#77d42a;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#306108;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
}
.btn-success:hover {
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	background-color:#5cb811;
}
.btn-success:active {
	position:relative;
	top:1px;
}

.btn-success:disabled,
.btn-success[disabled]{
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-block{
	width:100%;
}



.btn {
	border: 1px solid grey;
	background-color: white;
	color: black; /* Add a text color */
	padding: 14px 28px; /* Add some padding */
	font-size: 14px;
	cursor: pointer; /* Add a pointer cursor on mouse-over */
	border-radius:6px;
}

.btn-small {
	border: 1px solid grey;
	background-color: white;
	color: black; /* Add a text color */
	padding: 0.5rem 0.8rem; /* Add some padding */
	font-size: 1rem;
	cursor: pointer; /* Add a pointer cursor on mouse-over */
	border-radius:6px;
}

.btn:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
 
  
  .info {background-color: #2196F3;} /* Blue */
  .info:hover {background: #0b7dda;}
  
  .warning {background-color: #ff9800;} /* Orange */
  .warning:hover {background: #e68a00;}
  
  .danger {background-color: #f44336;} /* Red */
  .danger:hover {background: #da190b;}
  
  .btn-default {background-color: #e7e7e7; color: black;} /* Gray */
  .btn-default:hover {background: #ddd;}
  
  .btn-filter {background-color: #75b1f5; color: black;} /* Gray */
  .btn-filter:hover {background: #04419e;}

  
  .btn-login {background-color: #9cf3bd; color: black;} /* Gray */
  .btn-login:hover {background: #029b3d;}


  .btn-close {background-color: #f57970; color: black;} /* Gray */
  .btn-close:hover {background: #fa2020;}




	/* Stack divs in flex-container horizontally */
	/*.flex-container {
	  display: flex;
	}

	.flex-container > div {
	  margin: 0px;
	  padding: 5px;
	}*/


/* Region ProfileImage -> for issueTracker */
	.profileImage {
	  vertical-align: middle;
	  width: 40px;
	  height: 40px;
	  border-radius: 50%;
	}

	.issueTrackerComment {
	  display: flex;
	  border-radius: 5px;
	  background-color: #c4d8e2;
	  border: 1px solid #062a78;
	  margin: 5px;
	}

	.issueTrackerComment > div {
	  margin: 0px;
	  padding: 5px;
	}

	.issueTrackerCommentTextArea {
        width: 80%;
        height: 50px;
        padding: 10px;
        color: #095484;
    }

	


	.devBorders{
		border: 1px solid #DDDDDD;	
	}

/* End Region */


/* Region PLaying with Form-controls  */

/* inputs, select elements and textareas */
.form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

.search-control {
	width: 20%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
	margin-bottom: 2px;
  }
  

/* label */
.control-label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Floating column for labels: 25% width */
.col-sm-2 {
  float: left;
  width: 17%;
  margin-top: 6px;
}

.col-sm-8 {
  float: left;
  width: 67%;
  margin-top: 6px;
}


.col-sm-4 {
  float: left;
  width: 33.5%;
  margin-top: 6px;
}


/* Clear floats after the columns */
.form-group:after {
  content: "";
  display: table;
  clear: both;
}

label:has([type='checkbox']){
	cursor: pointer;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
/*@media screen and (max-width: 600px) {
  .col-sm-2, .col-sm-8 {
    width: 100%;
    margin-top: 10px;
  }
}*/

/* End Region */

/* Region Issue Tracker */

.issue-complete {
	background-color: lightgreen;
}

.issue-workinprogress{
	background-color: #cce6ff;
}

.issue-pending{
	background-color: #ffb3b3;
}


table.data-table tr.issue-complete td {
	background-color: lightgreen;
}

table.data-table tr.issue-workinprogress td{
	background-color: #cce6ff;
}

table.data-table tr.issue-pending td{
	background-color: #ffb3b3;
}
table.data-table tr td
{
	border-top: 2px solid black !important;
	border-bottom: 2px solid black !important;
}
table.data-table tr td.issue-workhours {
	font-size: 1.5rem;
}

table.data-table tr td.issue-invoicenumber {
	font-size: 1.5rem;
}


/* End Region */




 

.heading-icon-right {
	float: right;
	
	width: 20px;
	height: 20px;
	margin: 5px;
	  
}
.btn-collapse{
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition:    -moz-transform 0.5s ease-out;
	-o-transition:      -o-transform 0.5s ease-out;
	-ms-transition:     -ms-transform 0.5s ease-out;
	transition:         transform 0.5s ease-out;
	display: inline;
}

.btn-collapse.exploded {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}

.collapse-area{
	display: none;
	transition: display 0.5s ease-in;
}
.collapse-area.exploded{
	display: block;
}
span.collapse-area.exploded{
	display: inline;
}




.editmode-hidden-displayed{
	border: 1px dotted #8f0505;
}



.sponsor-carousel-title {
	text-align: center;
	/* border: 1px solid #999; */
	border-bottom: 0px;
	background: #f2f1ef;
	color: #999;
	padding: 2px 0px;

	margin-top: 2rem;
}


.sponsor-carousel-link {
	text-align: center;
	/* border: 1px solid #999; */
	border-bottom: 0px;
	/* background: #f2f1ef; */
	color: #999;
	padding: 2px 0px;

	margin-top: 0rem;
}

.sponsor-carousel-title a,.sponsor-carousel-link a {
	font-size: 16px;
	text-decoration: none;
	color: #999;
}


.img-responsive {
	max-width: 100%;
	height: auto;
}
  


.world-map-image-container {
	position: relative; 
	max-width: 563px !important;
	max-height: 260.469px !important;
	margin: 0px;
	padding:0px;
	left: 0; 
	top: 0;
	margin-bottom: 1em;
}

.world-map-image{
	position: absolute; 
	max-width: 563px !important;
	max-height: 260.469px !important;
	left: 0; 
	top: 0; 
	width: 100%; 
	height: auto;

}

.click-item{
	color: #0039a6;
	text-decoration: underline;
	cursor: pointer;

}

.click-item:hover {
	border: 1px solid #999;
}


.hidden{
	display: none;
}


.textarea-responsive {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}