
.regOutput {
  
  }
.regOutput#regPending,
.regOutput#regOpen,
.regOutput#regClosed,
.regOutput#regNoActive {
  
  }

.regOutput label {
  font-size: 0.9em;
  }

.regOutput .formBox {
  border-radius: 20px;
  background: rgba(239, 239, 239, .6);
  padding: 15px;
  }

.regOutput H1 {
  color: #2d3528;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #7dbb00;
  }

.grpNotes {
  margin-top: 5px;
  background-color: #FFF;
  padding: 10px;
  color: #333;
  font-size: .9em;
  }

.frm-input p {
  background-color: #E5E5E5;
  border-radius: 10px;
  padding: 8px;
  }

.frm-input p small {
  color: #6b6b6b;
  font-size: 0.85em;
  display:block;
  white-space:initial;
  width:100%;
 }



input[type=text],input[type=password],input[type=email],select {
   width: 100%;
   padding: 5px;
}

label .desc {
  display: block;
  margin-left: 15px;
  color: #555;
  font-size: 0.95em;
  font-weight: normal;
  }

.mtxNoteDetails {
    color: #525252;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.8em;
  }

.frm {
  }
.frm H2 {
    font-size: 1.2em;
    position: relative;
    display: inline-block;
    padding: 4px 15px;
    background-color: #7dbb00;
    color: #FFF;
    margin-right: 10px;
  }
 
.frm .frm-row {
  white-space: nowrap;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  }

.frm .frm-row.slid {
  display: none;
  -webkit-transition: background-color 2s; /* Safari */
  transition: background-color 2s;
  }

.frm .frm-title {
  display: inline-block; 
  width: 50%;
  line-height: 32px;
  vertical-align: top;
  }

.frm .req {
  font-weight: 700;
  }

.frm .frm-input {
  display: inline-block;
  width: 50%;
}

.hilite {
  font-weight: bold;
  color: #7dbb00;
  }
.startTitle {
  font-weight: bold;
  color: #7dbb00;
  font-size: 1.4em;
}

/* Mtx */
div.notes .notes {
  display: inline-block;
  vertical-align: top;
  width: 640px;}
div.notes .USER {
  display: inline-block;
  height: 14px;
  font-weight: bold;
  font-size: 10px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  border-radius:7px;
  padding: 2px 5px;
  background-color: #D19300;
  }
div.notes .USER.SYS { background-color: #777; }
div.notes .EDIT { cursor: pointer; }
div.notes .ref {  color: yellow; }
div.notes .LogText {
  min-height: 170px;
  border: 1px solid #BDB;
  background-color: #FFF;
  }


/* /Mtx */

.mtxSection {
  min-height: 200px;
}
.mtxNote {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    color: #444343;
    background-color: #ffffff;
    margin: 7px;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    border: 1px solid #BDBDBD;
}

.mtxNote > .assigned {
    position: absolute;
    top: 0; right: 0; 
    font-size: 0.8em;
    height: 100%;
    color: #CCC;
    line-height: 2em;
    padding: 0 10px 0 10px;
}

.bigDrop {
    height: 36px;
    width: 250px;
    background-color: #FFF;
    border: 1px solid #7dbb00;
    text-align: left;
    padding-left: 15px;
    color: #7dbb00;
    border-radius: 3px;
    position: relative;
}
.bigDrop span {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
}

.tbl-dash {
  background-color: #FFF;
  }

#mtxContacts img {
  width: 40px;
  }
#mtxContacts a {
  text-decoration: none;
  }
#mtxContacts .title {
  font-size: 0.85em;
  color: #333;
  }

tr.dashContactRow {
  background-color: #F9F9F9;
  border-bottom: 3px solid #FFF;
  }
tr.dashContactRow td {
  padding: 10px;
  }
.dashContactGRP {
  display: block; 
  background-color: #7dbb00;
  color: #FFF;
  text-align:center;
  }


.table-log,.table-stats {
  font-size: 0.75em;
  }
.table-stats>thead>tr>th { text-align: center; }
.table-log>tbody>tr>td,.table-stats>tbody>tr>td {
  padding: 5px;
  border: 1px solid #F5F5F5;
  }
.table-log>tbody>tr>td:nth-child(odd),.table-stats>tbody>tr>td:nth-child(odd) {
  background-color: #F9F9F9;
  text-align: center;
  }
.table-stats>tbody>tr>td:nth-child(1) {
  color: #7dbb00;
  text-align: left;
  }
ul.nav.nav-tabs>li>a {
  padding: 8px 15px;
  }

.adminTab {
  background-color: #FFF;
  width: 100%;
  top: 0px;
  height: 150px;
  overflow: hidden;
  overflow-y: scroll;
  }

.adminRegTab {
  background-color: #FFF;
  width: 100%;
  top: 0px;
  }

.titleTab {
    position: relative;
    display: block;
    padding: 4px 15px;
    background-color: #7dbb00;
    color: #FFF;
    margin-right: 10px;
  }

a.TopLine {
  display: block;
  position: relative;
  background: #FFF;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #7dbb00;
  padding: 3px 5px 3px 5px;
  text-decoration: none;
}
a.TopLine:hover, a.TopLine:active {
  background-color: #BDBDBD;
  color: #FFF;
  }
a.TopLine .AbsRight {
  position: absolute;
  display: inline-block;
  right: 5px;
}
a.topBtn {
  display: inline-block;
  background: #7dbb00;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #FFF;
  padding: 3px 5px 3px 5px;
  text-decoration: none;
  }
a.topBtn2 {
  display: inline-block;
  background: #7dbb00;
  width: 80px;
  text-align: center;
  margin: 10px 10px 10px 2px;
  color: #FFF;
  padding: 10px;
  text-decoration: none;
  -webkit-border-radius: 8px;  -moz-border-radius: 8px; border-radius: 8px;
  }
a.topBtn2.active {
  background-color: #FFF;
  color: #7dbb00;
  border: 3px solid #7dbb00;
  }


a.topBtn:hover, a.TopLine:active, a.topBtn2:hover, a.topBtn:active {
  opacity: .85;
  }
.LeftNavHeader {
  margin-top: 15px;
  text-align: left;
  font-size: .85em;
  color: #C9C9C9;
  }


a {
    color: #7dbb00;
    
}

.navbar-inverse .navbar-nav>li>a.login {
  background-color: #505050;
}
.navbar-inverse .navbar-nav>li>a.mgr {
  background-color: #7dbb00; color: #FFF;
}

.navbar-inverse .navbar-nav>li>a.UserInfoHeader {
  color: #FFF;
}

.navbar-inverse .navbar-nav>li>a.UserInfoHeader:focus, .navbar-inverse .navbar-nav>li>a.UserInfoHeader:hover {
    background-color: inherit;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #7dbb00;
}

/* More overrides */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, 
.btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #0d3e02;
    background-color: #7dbb00;
    border-color: #71a012;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #0d3e02;
    background-color: #7dbb00;
    border-color: #71a012;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #0d3e02;
    background-color: #7dbb00;
    border-color: #71a012;
}



.panel-body { min-height: 140px; }

.btn-primary {
    color: #fff;
    background-color: #7dbb00;
    border-color: #71a012;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus {
    color: #fff;
    background-color: #71a012;
    border-color: #7dbb00;
}
.btn-primary.reverse {
    color: #7dbb00;
    border: 3px solid #7dbb00;
    background-color: #FFF;
}

h2 {
  font-size: 2.2em;
  line-height: 1.9em;
  color: #333333;
  }

h2 strong { 
	color: #7dbb00; }

.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
    	font-size: 15px;
    	line-height: 22px;
    	font-weight: 400;
	text-align: left;
	padding: 55px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-col1,
.footer-distributed .footer-col2,
.footer-distributed .footer-col3,
.footer-distributed .footer-col4{
	display: inline-block;
	vertical-align: top;
	width: 24.9%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-distributed .footer-col4 {
  background-color: #111;
  padding: 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  }

footer {

}

footer .head, footer a .head {
  color: #666A73;
  display: block;
  }
footer .head:hover, footer a .head:hover {
  text-decoration: none;
  }

 footer p {
   color: gray;
   }

 footer a {
  color: #D2D6DF;
  display: block;
 }
 footer a:hover {
  text-decoration: underline;
  }

/* Admin - Images*/

.ImagesImg, .ImagesDir {
  display: inline-block;
  margin: 10px;
  background-color: #F9F9F9;
  padding: 15px;
  height: 150px;
  width: 150px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  vertical-align: top;
  text-align: center;
  }
.ImagesImg img {
  max-width: 100%;
  max-height: 100%;
}


/* EvtBar */

#EvtBar a { text-decoration: none; }

#EvtBar .EvtBarCur .EvtTitle {
  margin: 0;
  color: #7dbb00;
  font-size: 2.4em;  margin-top: 5px;
  line-height: 1.35em;  
  text-indent: 15px;
  }

#EvtBar .EvtBarCur .EvtDate {
  margin: 0;  color: #333;
  font-size: 1.3em;
  text-indent: 15px; }

#EvtBar #GuestNewAccount {
  display: inline-block;  width: 290px;
  height: 56px;  border: 2px solid #f78d1d;
  margin-top: 15px;
  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px;
  position: relative;
  color: #FFFFFF;
  font-family: arial;
  font-size: 2.25em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  }

#EvtBar .EvtBarWindow img,#EvtBar .EvtBarOver img { margin-top: 5px; }
#EvtBar .EvtBarWindow span,#EvtBar .EvtBarOver span { position: absolute; top: 0; left: 55px; display:block; font-size: 40px;  }
#EvtBar .EvtBarCount { position: absolute; bottom: 0; width: 100%; background-color: #111; }
#EvtBar .EvtBarCount span { font-size: 12px; }

#EvtBar .EvtBarCur {
  height: 70px;
  white-space: nowrap;  overflow: hidden;
  text-overflow: ellipsis;
  }
#EvtBar .EvtBarPrevs, #EvtBar .EvtBarFuts {
  position: relative;
  width: 93px;
  background-color: #333;
  margin-right: 5px;
  margin-top: 5px;
  height: 66px;
  float: left;
  text-align: center;
  color: #D9D9D9;
  }
.EvtBarShortDate {
  color: #DDD;  font-size: 1.3em;
  margin: .3em;
  }
.EvtBarShortName { color: #DDD;  font-size: .8em;  margin: .3em;  line-height: 1em;  }

#EvtBar .ddDate {
    display: inline-block;
    background-color: gray;
    margin-left: -10px;
    margin-right: 8px;
    padding: 3px;
    background-color: #DDD;
}

.navbar-brand {
  position: absolute;
  }
.navbar-brand img {
  height: 22px;
  }

/* If you don't want the footer to be responsive, remove these media queries */



@media (max-width: 880px) {
	.verbose { display: none; }
	.concise { display: inline-block; }

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-col1,
	.footer-distributed .footer-col2,
	.footer-distributed .footer-col3,
	.footer-distributed .footer-col4{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	h2 {
	  font-size: 1.5em;
	  line-height: 1.7em;
	}
}
