body {
    font-family: "Open Sans", sans-serif;background-color:transparent;
}



.error { color:red }

.hidden_info { display:none; }

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding:3px;
}

.ajax_loading_container {       
    display:none;
    position: fixed;
    z-index: 10;
    width: 95%;
    top: 300px;
    background-color:transparent;
    padding:30px;
}

.loading_spinner {
  margin: 0 auto;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #428bca;
  border-bottom: 16px solid #428bca;
  width: 150px;
  height: 150px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#tblSelections tr>td {
    cursor:pointer;
}

#tblCurrent thead>tr {
    background-color:lightGray;
}

#tblCurrent thead>tr>td {
    font-weight:bold;
}

.dropdown-menu {
	left:-85px;
}

.ui-datepicker-trigger {
    position: relative;
    left: -20px;
    top: -2px;
    cursor:pointer;
}

.ui-spinner-input {
    margin: 0.03em 0;
    width:200px;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }

input[type=text], input[type=textbox] {
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    borderX: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* The side navigation menu */

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 310px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #4d5360; /* #fcf8e3 #4d5360 #F4F5F8*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  border:1px solid #dbdbdb !important;
  opacity: 0.98;
}

.sidenav:before{
    content: '';
    position: absolute;
    width:100%;
    left:0;
    height:70px;
    background: white;
}

/* The navigation menu links */
.sidenav a {
  padding: 10px 8px 10px 10px;
  text-decoration: none;
  font-size: 17px;
  color: white;
  display: block;
  transition: 0.3s;
  text-align:left;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: white;
  font-weight:normal;
  background-color:#000;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 25px;
  margin-left: 25px;
}

.sidenav .closebtn:hover {
  color: #000000;
  font-weight:normal;
  background-color:transparent;
}

.sidenav .menulogo {
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 25px;
  margin-left: 5px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main_module {
  transition: margin-left .5s;
  padding-left:310px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content  #262626 */  
.dropdown-container-members,.dropdown-container-events,.dropdown-container-financials,.dropdown-container-marketing,.dropdown-container-selections {
  display: none;
  background-color: #939596;
  padding-left: 0px;
}

.dropdown-container-members a,.dropdown-container-events a,.dropdown-container-financials a,.dropdown-container-marketing a,.dropdown-container-selections  a{
  font-size: 15px!important;
  padding-left:15px;
  color:white;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

.fa-caret-right {
  float: right;
  padding-right: 8px;
}

/* Login */


.ams-login-wrapper {    
margin-top: 200px;
margin-bottom: 20px;
padding: 0px 70px;
}

.ams-form-signin {
  max-width: 450px;
  padding: 50px;
  margin: 0 auto;
  background-color: white;
  border-stylex: outset; 
  border: 1px solid #eee;
    border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 3px 3px #eee;
  }

.ams-form-signin-heading {
  text-align:center;
  margin-bottom: 10px;
  font-size:30px;
  color: #282844;
}

.ams-form-signin-paragraph {
  text-align:left;
  margin-bottom: 20px; 
  font-size: 13px; 
  color: #666; 
  line-height:1.5;
}


.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}

.ams-login-wrapper input {
  margin-bottom: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}


.colorgraph {
  height: 7px;
  border-top: 0;
  background: #c4e17f;
  margin-bottom: 0px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}


.btn-sm{
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 1px;
}

@media only screen and (max-width: 992px) {
.login-wrapper {    
margin-top: 0px;
margin-bottom: 20px;
padding: 0px 20px;

}

.form-signin {
  max-width: 600px;
  padding: 60px 0px;
  margin: 0 auto;
  background-color: white;
  border: 1px dotted rgba(0,0,0,0.0);  
  }

}

@media only screen and (max-width: 992px) {

.login{
margin-bottom:10px;
}

}

.login-wrapper p { padding: 0 0 10px 0; font-family: "Open Sans", sans-serif; font-size: 12px; color: #666; }
.login-wrapper p a { text-decoration: underline; color: #666; }
.login-wrapper p a:hover { text-decoration: none; }

.login-wrapper h1 { margin: 0 0 20px 0; font-family: "Open Sans", sans-serif; font-weight: normal; font-size: 24px; color: #333; }

.login-wrapper h2 { margin: 0 0 10px 0; font-family: "Open Sans", sans-serif; font-weight: normal; font-size: 18px; color: #00a4e4; }

.login-wrapper h3 { margin: 0 0 20px 0; font-family: "Open Sans", sans-serif; font-weight: normal; font-size: 22px; color: #00a4e4; }

.login-wrapper h4 { margin: 0 0 20px 0; font-family: "Open Sans", sans-serif; font-weight: normal; font-size: 18px; color: #00a4e4; }


/* Online Header navigation */

.header1-login-btn{
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 1px;
}

.header-nav a {color:black; text-decoration:none;}
.header-nav a:hover {color: #00a4e4;}



.header-nav:hover {
color:#337ab7;
text-decoration:none;
}

.panel-ams-section {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0px 7px 29px 0px; rgba(100, 100, 111, 0.2);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


/* Dropup Button */
.dropbtn {

  padding: 5px;
  font-size: 13px;

    border:solid 1px transparent !important;
}

/* The container <div> - needed to position the dropup content */
.dropup {
  position: relative;
  display: inline-block;
  border:none;
  background-color:transparent;
}

/* Dropup content (Hidden by Default) */
.dropup-content {
  display: none;
  position: absolute;
  top: 20px;
  left:-50px;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align:left;
  font-size:13px;
  border-radius: 4px;
  border: 1px solid #d4d7dc;
  border-radius: 1px;
  padding: 8px 10px;
}

/* Links inside the dropup */
.dropup-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropup links on hover */
.dropup-content a:hover {background-color: #ddd}

/* Show the dropup menu on hover */
.dropup:hover .dropup-content {
  display: block;
}

/* Change the background color of the dropup button when the dropup content is shown 
.dropup:hover .dropbtn {
  background-color: #2980B9;
}
*/

/* SELECTIONS TABS*/
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 20%;
}

.tablink:hover {
  background-color: #777;
}

.tablink_oth {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 20%;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 10px;
  height: 100%;
}

.tabcontent_oth {
  color: white;
  display: block;
  padding: 75px 0px;
  height: 100%;
}

#HOME {background-color: white;}
#GEOGRAPHY {background-color: white;}
#MEMBERSHIP {background-color: white;}
#MARKETING {background-color: white;}
#EVENTS {background-color: white;}


//* Tooltip container */
.cpd-tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.cpd-tooltip .cpd-tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 2px;
  font-size:11px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -110px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.cpd-tooltip .cpd-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.cpd-tooltip:hover .cpd-tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* New scroll to the top */

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:70px;
	right:50px;	
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}

/* Style the navigation bar */
.landing_navbar {
  width: 100%;
  background-color: #4d5360;
  overflow: auto;
}

/* Navbar links */
.landing_navbar a {
  float: left;
  text-align: center;
  padding: 12px;
  color: white;
  text-decoration: none;
  font-size: 16px;
}

/* Navbar links on mouse-over */
.landing_navbar a:hover {
  background-color: #000;
  cursor:pointer;
}

/* Current/active navbar link */
.active {
  background-color: #4d5360;
}

/* Add responsiveness - will automatically display the navbar vertically instead of horizontally on screens less than 500 pixels */
@media screen and (max-width: 500px) {
  .landing_navbar a {
    float: none;
    display: block;
  }
}
}
