﻿
/** Popup */
.popup {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
.popup-background {
	background: #ffffff;
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: fixed;
	top: 0;
	width: 100%;
    display:none;
}
/*http://stackoverflow.com/questions/23186096/center-the-modal-dialog-horizontally-and-vertically */
.popup-content {
	background: #369ebe;
	left: 50%;
    /*
	margin-left: -160px;*/
	padding: 27px 10px 10px;
	/*position: fixed; 
    position:absolute; *//*created scroll bar to the right*/
	top: 50%;/*
	width: 320px;
    margin-top:35px;*/
}
.popup-content-title {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 7px;
	padding-left: 5px;
    font-weight: bold;
}
.reverse-color {
    color:#369ebe;
}
.popup-content-subtitle {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 5px;
	padding-left: 5px;
    font-weight: bold;
}
.popup-content-footer {
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 7px;
	padding-left: 5px;
    font-weight: bold;
}
.popup-content-actions {
	margin-bottom: 30px;
}
.popup-content-body {
    max-height:420px;
  overflow:auto;

}
.popup-content-form {
	color: #ffffff;
	margin-bottom: 0;
	padding: 5;
}
.popup-content-form .form-row {
	margin-bottom: 10px;
}
.popup-content-form .form-row label {
	color: #ffffff;
	font-weight: normal;
}
.popup-content-form .form-row label.btn {
	color: #333333;
}
.popup-content-form [type=text],
.popup-content-form [type=password],
.popup-content-form [type=email],
.popup-content-form select {
	border: solid 1px #2c879e;
	color: #333333;
	display: block;
	height: 30px;
	padding-left: 7px;
	padding-right: 7px;
	width: 100%;
}
.popup-content-form [type=text]:focus,
.popup-content-form [type=password]:focus,
.popup-content-form [type=email]:focus {
	border-color: #ffb926;
}
.popup-content-form select {
	padding-left: 3px;
	padding-right: 0;
}
.popup-content-form [type=submit] {
	background: #2c879e;
	border: none;
	color: #ffffff;
	display: block;
	height: 30px;
    
	margin-left: auto;
	margin-right: auto;
        
	min-width: 80px;
    
	padding-left: 5px;
	padding-right: 5px;
}

.btn-fa {
    background: #2c879e;
    border: none;
}

.popup-content-form [type=submit]:hover,
.popup-content-form [type=submit]:focus {
	background: #ffb926;
}

.btn-fa:hover,
.btn-fa:focus{
    background: #ffb926;
    
}
.popup-content-form .row {
	margin-left: -5px;
	margin-right: -5px;
}
.popup-content-form .row > div {
	padding-left: 5px;
	padding-right: 5px;
    	padding-top: 5px;
}
.popup-content-form .link {
	color: #ffffff;
	text-decoration: underline;
        cursor: hand;
}
.popup-content-form .link:hover {
	text-decoration: none;
}

.popup-content-form .link-hand {
	text-decoration: underline;
        cursor: hand;
}
.popup-content-form .link-hand:hover {
	text-decoration: none;
}

.popup-content-socials {
	background: #ffffff;
	padding: 15px 10px;
	padding: 0;
	text-align: center;
}
.popup-content-socials-item {
	display: inline-block;
	list-style-type: none;
	margin: 0 3px;
	padding: 0;
}
.popup-content-socials-item a {
	font-size: 24px;
	text-decoration: none;
}
.popup-content-socials-item a:hover,
.popup-content-socials-item a:focus {
	opacity: 0.8;
	text-decoration: none;
}
.popup-content-socials-item a.facebook {
	color: #3b5998;
}
.popup-content-socials-item a.twitter {
	color: #00acee;
}
.popup-content-socials-item a.google {
	color: #d90101;
}

.popup-content-form .checkbox-label {
	color: #ffffff;
	font-weight: normal;
}
.popup-content-form .checkbox-label [type=checkbox] {
	position: relative;
	top: 2px;
}
.popup-content-form .checkbox-label a {
	color: inherit;
	text-decoration: underline;
}
.popup-content-form .checkbox-label a:hover,
.popup-content-form .checkbox-label a:focus {
	text-decoration: none;
}

.popup-content-form span[data-placement] {
	cursor: default;
	position: relative;
	top: 7px;
}
.popup-content-form span[data-placement] + .tooltip {
	width: 320px;
}

.popup-content-form .alert-danger {
	border-radius: 0;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.popup h4 {
	color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    margin-top: 0;
    text-decoration: underline;
}

.popup-content-socials-btn {
	
}
.popup-content-socials-btn a {
	font-size: 24px;
	text-decoration: none;
}
.popup-content-socials-btn a:hover,
.popup-content-socials-btn a:focus {
	opacity: 0.8;
	text-decoration: none;
}
.popup-content-socials-btn a.facebook {
	color: #3b5998;
}
.popup-content-socials-btn a.twitter {
	color: #00acee;
}
.popup-content-socials-btn a.google {
	color: #d90101;
}

.popup-content-socials-btn i {
	font-size: 17px;
}

.popup-content .pull-right button {
    float:right;
}

.popup-content .pull-right span {
    float:right;
}

.popup-content .pull-left button {
    float:left;
}

.popup-content .pull-left span {
    float:left;
}

.white {
    background: #fff;
}

.popup-content-full {
/*    max-height:420px;
  overflow:auto;*/
  height:100%;
}

.popup-content-body-full {
/*    max-height:420px;
  overflow:auto;*/
  height:100%;
}

.popup-content-full div {
    color:#369fbf;
}

.no-padding > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}


          .payment-wrapper {
    width: 350px;
    /*
    margin: 5px auto;
        */
}

          .card-wrapper {
    width: 100%;
    /*
    margin: 30px auto;*/
}
          .payment-container {
    max-width: 350px;
    /*
    margin: 30px auto;
    margin-top: 55px;*/
}