/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version: 2.0.5
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
/* password show/hide */

@media screen and (max-width: 500px) {
  #paypal-button-container {
    width: 100%;
  }
}

@media screen and (min-width: 500px) {
  #paypal-button-container {
    width: 250px;
  }
}

.main-container {
  padding: 25px 0;
}

.social-links .dropdown-menu {
  z-index: 103;
  padding: 5px;
  min-width: 172px;
  min-height: 17px;
  margin-top: 17px;
  font-size: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f2f2f2;
  border: 1px solid #D0D0D0;
  border-top: none;
}

.social-links .dropdown-menu-right {
  z-index: 103;
  padding: 0;
  width: auto;
  height: auto;
  margin-top: 17px;
  font-size: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f2f2f2;
  border: 1px solid #D0D0D0;
  border-top: none;
}

.hideShowPassword-toggle {
  margin-right: 5px;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 19px;
  background: #f1f2f5;
  color: #b6bbcb;
  outline: none;
}

.hideShowPassword-toggle.toggle-eye {
  background: transparent;
}

.hideShowPassword-toggle.toggle-eye i {
  position: relative;
  top: 1px;
  font-size: 14px;
}

.background-img-1 {
  background: url("../images/Bckgnd.png") 50% 0px no-repeat;
}

.background-img-1up {
  background: url("images/Bckgnd.png") 50% 0px no-repeat;
}

.background-img-2 {
  background: url("../images/wave.jpg") 50% 32% no-repeat;
}

.background-img-2up {
  background: url("images/wave.jpg") 50% 32% no-repeat;
}

#page_view:active {
  border: none !important;
}

/* Hide next element */
.hide + * {

display: none;

}
/* Only show next element when checkbox is checked */
.hide:checked + * {

display: block;

}
#inner-message {
    margin: 0 auto;
}
#alert-consent {
    position:fixed;width:100%;background-color:#252525;color:#FFFFFF;
    margin:0; left:0; bottom:0; padding:4px;z-index:1000;text-align:center;    
}
.onoffswitch {
    position: relative; width: 70px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 25px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "On";
    padding-left: 10px;
    background-color: #00B3B3; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "Off";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 36px;
    border: 2px solid #FFFFFF; border-radius: 25px;
    transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}