/* 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;
  }
}

input:-moz-placeholder,select:-moz-placeholder {
    color: aliceblue;
    opacity: 1; /* Firefox 4-18 */
}

input::-moz-placeholder,select::-moz-placeholder {
    color: aliceblue;
    opacity: 1; /* Firefox 19+ */
}

input::-webkit-input-placeholder,select::-webkit-input-placeholder { /* Safari Chrome */
   color: aliceblue;
}

input:-ms-input-placeholder,select:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: aliceblue;
}

input::-ms-input-placeholder { /* Microsoft Edge */
   color: aliceblue;
}

@media(max-width:500px){
#rc-imageselect,.g-recaptcha {
 transform:scale(0.89);
 transform-origin:0;
 transform:scale(0.89);
 transform-origin:0 0;
 -webkit-transform:scale(0.89);
 transform:scale(0.89);
 -webkit-transform-origin:0 0;
 transform-origin:0 0;
}
}

.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; 
}
.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
}

/* Style the links inside the sidenav */
#mySidenav a {
    position: absolute; /* Position them relative to the browser window */
    left: -80px; /* Position them outside of the screen */
    transition: 0.3s; /* Add transition on hover */
    padding: 15px; /* 15px padding */
    width: 100px; /* Set a specific width */
    text-decoration: none; /* Remove underline */
    font-size: 20px; /* Increase font size */
    color: white; /* White text color */
    border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
}

#mySidenav a:hover {
    left: 0; /* On mouse-over, make the elements appear as they should */
}

/* The about link: 20px from the top with a green background */
#about {
    top: 20px;
    background-color: #4CAF50;
}

#blog {
    top: 80px;
    background-color: #2196F3; /* Blue */
}

#projects {
    top: 140px;
    background-color: #f44336; /* Red */
}

#contact {
    top: 200px;
    background-color: #555 /* Light Black */
}