/*
*
* Mahalo Colors:
*
* Green:
*   RGB: 144, 199, 62
*   CMYK: 49, 0, 100, 0
*   HEX: 90C73E
* Orange:
*   RGB: 250, 172, 28
*   CMYK: 0, 36, 99, 0
*   HEX: FAAC1C
* Pink:
*   RGB: 230, 52, 134
*   CMYK: 3, 92, 11, 0
*   HEX: E63486
*
*/

.action-link {
    cursor: pointer;
}

.video-container {
    position: relative;
}

.video-container.has-image {
    background-color: #000000;
}

.video-container.has-image img {
    width: 100%;
}

.video-item {
    background: url('/images/loading-video.gif');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.no-video-item {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.02);
    background: url('/images/logo-color-icon.png');
    background-size: 192px 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.no-video-text {
    white-space: pre-wrap;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    opacity: .9;
    color: black;
}

video::-webkit-media-controls {
    /*display:none !important;*/
}

.video-first-name {
    font-size: smaller;
    font-style: italic;
    position: absolute;
    background-color: rgba(0,0,0,.7);
    color: white;
    padding: 2px 5px;
    top: 2px;
    right: 2px;
    border-radius: 2px;
}

.mahalo-watermark {
    /*background: url('/images/rings-64x64.png');*/
    background: url('/img/logo-color-icon.png');
    position: absolute;
    background-size: 57px 32px;
    height: 32px;
    width: 57px;
    padding: 2px;
    top: 2px;
    left: 2px;
}

.video-controls {
    text-align: justify;
    padding: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.3);
    width: 100%;
}

.video-controls .video-volume-control {
    margin-right: 2px;
}

.video-controls .slider.slider-vertical {
    position: absolute;
    right: 38px;
    top: -55px;
    z-index: 2147483648;
    width: 25px;
    height: 50px;
    background-color: rgba(0,0,0, 0.3);
    border-radius: 4px;
}

.video-controls .slider.slider-horizontal {
    width: 55px;
    margin-left: 6px;
}

.video-controls .slider {
    width: 50px;
}

.video-controls .slider.slider-horizontal .slider-selection  {
    background: #74a9d8;
}

.video-controls .slider.slider-vertical .slider-track-high {
    background: #74a9d8;
}

.video-item {
    padding: 0;
}

#loading-info-overlay div.foreground {
    font-weight: bold;
    position:fixed;
    left:0;
    right:0;
    top: 40%;
    margin-left:auto;
    width:200px;
    height: 150px;
    margin-right:auto;
    color: #286090;
    line-height: 100px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #204d74;
    box-shadow: 10px 10px 10px #000000;
    z-index: 99999;
    background-image: url('/images/loading-video.gif');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

img.embed-responsive-item {
    image-orientation: from-image;
}

#loading-info-overlay div.background{
    position: fixed;
    width:100%;
    height: 99%;
    margin:auto;
    background-color: #000;
    opacity:0.5;
    z-index:9999;
    top:1px;
    left:0;
}

.btn{
	background-image: none;
	border-bottom-width: 2px;
}

.btn-primary,
.btn-primary:visited {
    background-color: #ffde4c !important;
    border-color: #f1ce36 !important;
    color: #666666;
    /*background-image: -webkit-linear-gradient(top,#FAAC1C 0,#af7304 100%);
    background-image: -o-linear-gradient(top,#FAAC1C 0,#af7304 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FAAC1C),to(#af7304));
    background-image: linear-gradient(to bottom,#FAAC1C 0,#af7304 100%);*/
}

.btn-success{
	/*background-color: #90C73E;
    border-color: #70A51C;
*/    background-color: #00CF77;
	border-color: #00CF77;
}
.btn-success:hover{
    /*background-color: #80B62D;*/
	background-color: #07bf71;
    border-color: #07bf71;

}

.btn-primary:hover, .btn-primary:focus {
    background-color: #f1ce36 !important;
}

.btn-primary:active {
    background-color: #f1ce36 !important;
}

.btn-pink, .btn-pink:hover {
    color: white;
}

.btn-pink,
.btn-pink:visited {
    /*background-color: #E63486 !important;*/
    background-color: #a763e5 !important;
    border-color: #7a37b7 !important
    /*border-color: #9f1455 !important;*/
    /*background-image: -webkit-linear-gradient(top,#E63486 0,#9f1455 100%);
    background-image: -o-linear-gradient(top,#E63486 0,#9f1455 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#E63486),to(#9f1455));
    background-image: linear-gradient(to bottom,#E63486 0,#9f1455 100%);*/
}

.btn-pink:hover, .btn-pink:focus {
   /* background-color: #D52375 !important;*/
    background-color: #7a37b7 !important;
		color: #fff !important;
}

.btn-pink:active {
    background-color: #9f1455 !important;
}


body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.btn {
    font-weight: 600;
}

.panel-default .panel-heading {
    /*background-image: -webkit-linear-gradient(top, rgba(239, 118, 174, 0.5), rgba(247, 187, 215, 0.5)) !important;*/
    /*background-image: -o-linear-gradient(top,rgba(239, 118, 174, 0.5), rgba(247, 187, 215, 0.5) ) !important;*/
    /*background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(239, 118, 174, 0.5)),to(rgba(247, 187, 215, 0.5))) !important;*/
    /*background-image: linear-gradient(to bottom, rgba(239, 118, 174, 0.5), rgba(247, 187, 215, 0.5)) !important;*/
}

.modal-content span.input-group-addon {
    background-color: #00CF77; /*#fce8f2;*/
}

.modal {
    -webkit-overflow-scrolling: auto !important;
    overflow-y: auto !important;
}

.font-larger {
    font-size: 18px;
}

.show-social {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: rgba(255, 255, 255,.5);
    position: absolute;
    right: 0;
    top: 40%;
}

.charity-ribbon {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}

.charity-ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #E63486;
    background: linear-gradient(#E63486 0%, #9F1455 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}

.charity-ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #9F1455;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #9F1455;
}

.charity-ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #9F1455;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #9F1455;
}

#checkout-branding {
    padding: 15px;
}

#charity-logo-box {
    
    max-width: 240px;   
    display: inline-block;    
    vertical-align: middle;
}
#charity-logo {
    display: inline-block;
    width: auto;
    max-height: 60px;    
    max-width: 240px;
}

#charity-checkout-name {
    font-size: 16px;
    color: #00cf77;
    text-transform: uppercase;
    display: block;
}

.checkout-title {
    margin: 20px 0 10px 0;
}

.checkout-header {
    text-transform: uppercase;
    color: #FAAC1C;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#charity-paypal-checkout-form {
    margin: 0 auto 100px auto;
    max-width: 800px;
}

#charity-paypal-checkout-form input, #charity-paypal-checkout-form select  {
    height: 40px;
}

#checkout-table td {
    border-top: none;
    border-bottom: 1px dotted #ddd;
}

#checkout-footer {
    font-style: italic;
    font-size: smaller;
    margin: 10px;
}

#checkout-footer img {
    opacity: 0.7;
    width: 25px;
    height: 25px;
}

#checkout-header {
    font-style: italic;
    font-size: smaller;
}

#checkout-header img {
    opacity: 0.7;
    width: auto;
    height: 25px;
}

#checkout-branding a:hover {
    text-decoration: none;

}
.charity-page-navbar .navbar-toggle{
    margin-right: 0px; 
    padding: 20px;
    margin-top: 0px; 
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0px; 
    background-color: #00CF77;
    cursor: pointer;
}
.charity-page-navbar .navbar-toggle .icon-bar{
    background-color: #fff;
}
#charity-page-items li.active a{
    color: #fff;
    font-weight: bolder;
    cursor: pointer;
    background: #00CF77;
}

@media screen and (max-width: 640px) {
    #checkout-branding{
        position: absolute;
        z-index: 1;
        top: 4px;
        left: 4px;
        padding: 0;
    }
    #checkout-header{
        display: none;
    }
    
}
