

/* ---------Ad hoc classes  ----------- */

.Warning {
   padding-left: 18px;
   font-size: 1.2em;
   font-weight: bold;
   color: Red;
}

.Error,
.error {
   width: 75%;
   font-size: 0.875em;
}

.AdobeReader {
   font-size: 0.625em;
   text-align: center;
   color: #A9A9A9;
}

.noWrap {
   white-space: nowrap;
}

.clear {
   clear: both;
}

.TextLeft {
   text-align: left;
}

.TextRight {
   text-align: right;
}

.TextCenter {
   text-align: center;
}

.TextSmall {
   font-size: 0.7em;
}

.RightDiv {
   float: right;
}

.LeftDiv {
   float: left;
}

@function black($opacity) {
   @return rgba(black, $opacity)
}

@function white($opacity) {
   @return rgba(white, $opacity)
}

.half-black {
   background: black(0.5);
}

.BlackOnWhite {
   background: white;
   color: black;
}

.BlackOnWhite a {
   color: black;
}


/* --------- Box with rounded corners ------------ */

.roundbox {
   border: 1px solid black;
   border-radius: 15px;
   margin: 5px;
   padding: 10px;
}


/* --------- messages ------------ */

#CommunicationMsg {}

#CommunicationText {
   padding: 5px;
}

#divContentEnd {
   clear: both;
}

address {
   display: inline;
   margin-right: 10px;
   font-style: normal;
   font-size: 0.875em;
}


/* -----BS stop URL links show in print ----- */

@media print {
   a[href]:after {
      content: none;
   }
}


/* -----BS VerticalMenu variation ----- */

li.VerticalMenu {
   float: none;
}

.navbar-nav>li.VerticalMenu>a {
   padding-top: 5px;
   padding-bottom: 5px;
}

@media (min-width: 765px) {
   nav.VerticalMenu .navbar-brand,
   nav.VerticalMenu .navbar-header {
      text-align: center;
      width: 100%;
      margin-left: 0px;
   }
   nav.VerticalMenu a {
      padding-right: 13px;
   }
   nav.VerticalMenu .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
   }
   nav.VerticalMenu .navbar-collapse,
   nav.VerticalMenu .container-fluid {
      padding: 0 0px 0 0px;
   }
   .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #777;
   }
   nav.VerticalMenu {
      width: 100%;
      height: 100%;
      margin-bottom: 0px;
   }
   nav.VerticalMenu li {
      width: 100%;
   }
}

nav.VerticalMenu .navbar-nav .open .dropdown-menu>li>a:hover,
nav.VerticalMenu .navbar-nav .open .dropdown-menu>li>a:focus {
   color: #CCC;
   background-color: transparent;
}


/* ------BS 5 Column layout -------- */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
   position: relative;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
}

.col-xs-15 {
   width: 20%;
   float: left;
}

@media (min-width: 768px) {
   .col-sm-15 {
      width: 20%;
      float: left;
   }
}

@media (min-width: 992px) {
   .col-md-15 {
      width: 20%;
      float: left;
   }
}

@media (min-width: 1200px) {
   .col-lg-15 {
      width: 20%;
      float: left;
   }
}

@media (max-width: 768px) {
   .Pic4,
   .Pic5,
   .Pic6,
   .Pic7,
   .Pic8 {
      display: none;
   }
   .filmstrip .col-sm-15,
   .filmstrip .col-sm-4,
   .filmstrip .col-sm-3,
   .filmstrip .col-sm-2 {
      width: 33%;
      float: left;
   }
   .filmstrip .col-sm-6 {
      width: 50%;
      float: left;
   }
}

@media (max-width: 530px) {
   .Pic3,
   .Pic4,
   .Pic5,
   .Pic6,
   .Pic7,
   .Pic8 {
      display: none;
   }
   .filmstrip .col-sm-15,
   .filmstrip .col-sm-6,
   .filmstrip .col-sm-4,
   .filmstrip .col-sm-3,
   .filmstrip .col-sm-2 {
      width: 50%;
      float: left;
   }
}

.gutter-0>[class^="col-"],
.gutter-0>[class^=" col-"],
.no-gutter>[class^="col-"],
.no-gutter>[class^=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

input[type="checkbox"].form-control {
   width: 30px;
   margin-left: 2px;
}

label {
   font-weight: normal;
   font-size: 0.75em;
}

.FieldHelp {
   display: block;
   clear: left;
   float: right;
   font-size: 0.625em;
   font-style: italic;
   margin-top: -10px;
}

.form-group {
   margin-bottom: 4px;
}
#ChgPword {
  position: fixed;
  top: 50%;
  left: 20%;
  z-index: 9999;
  color: black;
  background: #fff;
  padding: 20px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  border-radius: 8px;
/*  display: none;*/
}

#ChgPword .form-group,
#LoginReset .form-group {
   padding-right: 10%;
   padding-left: 10%;
}
.LoginCancel {  
   display: inline-block;
}
#People_info .form-group {
   margin-bottom: 2px;
}

#People_info .FieldData {
   font-weight: 600;
}

.ImageControl legend {
   margin-top: 10px;
   margin-bottom: 2px;
   border-top: 1px solid #e5e5e5;
   border-bottom: 0px solid #e5e5e5;
}

.ImageControl img {
   float: right;
}

.imgPreview {
   max-height: 120px;
}
.FullWidth {
	width:100%;
	
}
.OfficeBearer legend {
   width: auto;
   font-weight: 500;
}

.OfficeBearer span {
   font-weight: 600;
   font-size: 1.2em;
}

.OfficeBearer.Child0 {
   /* float: Left; */
}

.OfficeBearer.Child1 {
   /* float: right; */
}

.OfficeBearer .ImageControl {
   float: right;
}

fieldset.OfficeBearer {
   /* margin-left:15px; */
   margin-bottom: 10px;
   border: 1px solid;
   padding: 8px;
   border-radius: 5px;
}

div.OtherRoles {
   margin-top: 5px;
   font-weight: 800;
   margin-left: 10px;
}

.OtherRoles span {
   font-weight: normal;
   font-size: 0.8em;
   margin-left: 20px;
}

@media (max-width: 765px) {
   .OfficeBearer.Child0 {
      float: none;
   }
   .OfficeBearer.Child1 {
      float: none;
   }
   .OfficeBearer span {
      display: block;
      clear: left;
   }
   .OfficeBearer .ImageControl img {
      margin-top: -30px;
   }
}
/* ******************** Modal Image */

.ImageControl {
	float:left;
	margin-right: 15px;
}
.imgPreview {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.imgPreview:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

#AMEfieldsDiv {
	
}
#AMEfieldsDiv select.form-control {
	max-width: 90%;
	padding-left: 20px;
}

#AMEfieldsDiv input.form-control {
	width: auto;
}
#AMEfieldsDiv div.form-group > label {
	max-width: 90%;
	padding-left: 20px;
}

.FieldDataVerifiedTick {
	max-width: 15px;
}




