﻿html {overflow-y: scroll;}
body { padding-top: 70px; }

body.loginview {
    background-color:#34CE8C;
    background-color:#1A1F25;
    background-color:#3D8CC9;
}

ul.listing {
    margin:0px;
    padding:0px;
}

ul.listing li {
    list-style-type:none;
    border-bottom:1px solid #e2e2e2;
    padding:10px 5px;
}

.QrCodeTypeDescription {
    font-size:14px;
    font-weight:300;
    margin-bottom:10px;
    margin-top:-15px;
}
.messageprofileimage {
    float:left;
    width:100%;
    max-width:60px;
    max-height:60px;
}

.messagecontainer {
    float:right;
    width:80%;
}

.list-group, .list-group > div {
    width:100%;
}

.listheader div {
    font-weight:700;
}

.qrlist {
    border-bottom:1px solid #ccc;
    padding:10px 0;
}

    .qrlistXX div {
        line-height: 50px;
    }

.ac-chart svg {
    margin-bottom:50px;
    height:300px;
}
.ac-chart .x text {
transform: translate(15px,30px)rotate(90deg);
-ms-transform: translate(15px,30px)rotate(90deg); /* IE 9 */
-webkit-transform: translate(15px,30px)rotate(90deg); /* Safari and Chrome */
-o-transform: translate(15px,30px)rotate(90deg); /* Opera */
-moz-transform: translate(15px,30px)rotate(90deg); /* Firefox */
}

.colorpick {
    width:50px;
    border: 1px solid #ccc;
    border-right-width:0px;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
cursor:pointer;
}

.top {
    /* height:100px;
   background-image: url(/gfx/bgtext.jpg);*/
        background-color:#04355B;
       background-image:none;

}

.qrsettings {
    width:100%;
    padding:20px 0;
    margin:20px 0;
    background-color:#E44301;
    color:#fff;
    -webkit-box-shadow: inset 4px 15px 18px -10px rgba(0,0,0,0.75);
-moz-box-shadow: inset 4px 15px 18px -10px rgba(0,0,0,0.75);
box-shadow: inset 4px 15px 18px -10px rgba(0,0,0,0.75);
}

.qrsettings legend {
    color:#fff;
}

.qrcodeheader {
    margin:0px 0 20px 0;
    padding:0px 0 20px 0;
    width:100%;
}

.qrcodeheader .container {
    /*border-bottom:1px solid #E44301;*/
}
.qrcodeheader h1 {
    margin:0px 0 20px 0;
    padding:0px;
}

.codeimage {
    width:100%;
    max-width:150px;
}

.btnsave {
font-size:20px;

}
.glyphiconX {
    font-size:30px;
    padding:15px;
    border-radius:30px;
    background-color:rgba(255,255,255,0.2);
}

.glyphicon:hover {
    background-color:#E44301;

}

.btnMenu, .btnMenu:active, .btnMenu:visited, .btnMenu:focus {
    background-color:rgba(255,255,255,0.1);
    color:#fff;
    margin:25px 10px 0 0;
    border-width:0px;
}

    .btnMenu:hover {
        background-color: #E44301;
        color: #fff;
    }

.navbar-nav li {
/*    background-color:#fff;
   
    border-radius:4px;
  */ 
 margin:10px 10px 0 0px;
  cursor:pointer;
}

.navbar-default .navbar-nav>li>a {
    color:#fff;
    font-size:18px;
}

.navbar-default .navbar-nav>li>a:hover {
    /*color:#E44301;*/
    color:#fff;
}

.navbar-nav li:first-child 
{
    margin-left:0px;
}

.navbar-nav>li>a {
padding-top: 10px; 
padding-bottom: 10px; 
}

.padding {
    margin:0 10px;
}

.deletebtn {
    background-color:#ff0000;
    color:#fff;

}

.listConfirmBox {
    left:-200px;
}

.listtoggleicon {
    margin-top:15px;
    cursor:pointer;
}

.targettypeoptinonsbox {
   cursor:pointer;
}
.targettypeoptinonsbox .panel {
    min-height:250px;
    position:relative;
    text-align:center;
}

.targettypeoptinonsbox .panel .btn {
    position:absolute;
    bottom:0px;
/*    right:10px;*/
}

.panel-title {
    font-weight:700;
}

.panel-body {
    text-align:left;
}

    .btn-orange-text {
        color: #ef5b00;
    }

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
  z-index:1000;
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}​

.dimmed {
    opacity:0.3;
}

  input.ng-invalid.ng-dirty {
    border-color: #FA787E;
  }

  input.ng-valid.ng-dirty {
   /* background-color: #78FA89;*/
  }
/**ANGULAR ANIMATION*/

.animate-show {
  line-height: 20px;
  opacity: 1;
  padding: 10px;
  border: 1px solid black;
  background: white;
}

.animate-show {
  -webkit-transition: all linear 1.5s;
  transition: all linear 1.5s;
}

.animate-show.ng-hide {
  line-height: 0;
  opacity: 0;
  padding: 0 10px;
}


/**CLEARFIX***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.loginbox {
    background-color:#fff;
   /* padding:20px;*/
        box-shadow: 0 1px 1px #EEE;
width:30%;
border-radius:8px;
margin:10px auto 0 auto;
background-color:#fff;
}

.loginbox-header {
    -webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;

margin:0 auto 0 auto;width:100%;background-color:#074676;
background-colorX:#f7f7f7;
padding-bottom:10px;
}

.btn-blue-flat {
    background-color:#3D8CC9;
    border-width:0px;
    color:#fff;
}

.btn-blue-flat:hover {
    background-color:#03375F;
    color:#fff;
}

    .btn-green {
    background-color:#00b591;
border-color: #00a080;
color:#fff;
}

    .btn-green:hover, .btn-green:focus {
        background-color: #00a080;
        color:#fff;

    }

    .btn-orange {
    background-image: linear-gradient(to bottom,#FF6400 0,#ef5b00 100%);
    background-repeat: repeat-x;
border-color: #ed6d04;
/*margin-top:20px;*/
color:#fff;
}

    .btn-orange:hover, .btn-orange:focus {
        background-color: #ef5b00;
        background-position: 0 -15px;
    }

    .noimage {
        background-color:#f5f5f5;
        border:1px solid rgba(0,0,0,0.3);
        text-align:center;
        color:rgba(0,0,0,0.3);
    }

    .noimage.small {
        width:50px;
        height:50px;
        line-height:50px;
        font-size:10px;

    }

.businessinfo {
    font-size:20px;
    margin-bottom:20px;
    background-color:#34CE8C;
    border-radius:3px;
    color:#fff;
    line-height:40px;
}

.optional {
    font-size:11px;
}

.price {
    font-size:35px;
    color:#34CE8C;
    font-weight:700;
    /*float:right;*/
}

.bg-lightgray {
    background-color:#f7f7f7;
}

.bg-darkgray {
    background-color:#eee;
}

.yearly {
    color:#999;
    font-size:12px;
}

.paymentselected {
    font-weight:300;
    color:#3D8CC9;
}

.bg-blue {
        background-color:#3D8CC9;

}

.paymentoptions {
    text-align:center;
    color:#999;
}

.paymentoptions span {
    cursor:pointer;
}

.orpayment {
    color:#999;
    margin:5px 0;
}

.yearly-payment {
    cursor:pointer;
    color:#3D8CC9;
    font-size:12px;
    margin:12px 0 10px 0;
}

.yearly-payment:hover {
    color:#03375F;
}


	.slide_panel{
		position: fixed;
		right: -950px;
		top: 0px;
        bottom:0px;
		background:#f7f7f7;
		width: 950px;
		overflow: hidden;
		-webkit-transition: 0.5s linear all; /* Safari/Chrome */
		 -moz-transition: 0.5s linear all; /* Firefox */
		 -ms-transition: 0.5s linear all; /* IE10 */
		 -o-transition: 0.5s linear all; /* Opera */
		 transition: 0.5s linear all; /* Future Browsers */
         z-index:10000;	
	}
	
    .slider-header {
        height:99px;
        background-color:#3D8CC9;
        color:#fff;
        font-size:50px;
        line-height:100px;
    }
		.slide_panel_inner{
			color:#000;
            padding:20px;
		}
	
	.slide_panel.showPanel{
		right: 0px;
	}


    .icon-accountcreated {
        width:80%;
        margin:0px 10%;
    }

    /*Recurly*/
    .payment_field {
        height:50px;
    }


    input[type="checkbox"], input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.side-label {
  display: block;
  position: relative;
  margin: 10px 0;
  padding-left: 40px;
  cursor: pointer;
  line-height:30px;
  font-size:85%;
}

.side-label::before, .side-label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

input[type="radio"] + .side-label::before,
input[type="radio"] + .side-label::after {
  border-radius: 50%;
}

.side-label::before {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #25A3C6; 
  border-radius:50%;
  position:absolute;
  top:0px; 
}

input:focus + .side-label::before {
  border-color: #25A3C6;
}

.side-label::after {
  display: none;
  width: 22px;
  height: 22px;
  margin: 4px;
  background-color: #25A3C6;
  border-radius:50%;
  position:absolute;
  top:0px;
}

input:checked + .side-label::after {
  display: block;
}


/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: absolute; /* Stay in place */
    z-index: 10003; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 50%; /* 100% width */
    text-align: left; /* Centered text/links */
    margin: 30px auto; /* 30px top margin to avoid conflict with the close button on smaller screens */
    background-color: rgb(242,242,242); /* Black fallback color */
    background-color: rgba(242,242,242, 1); /* Black w/opacity */

}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important; /* Override the font-size specified earlier (36px) for all navigation links */
}

legend {
    font-size:32px;
    font-weight:700;
    color:#555a60;
}

.plan-change-notification {
    margin:10px 0;
    color:#34CE8C;
    font-weight:700;
}


.show-hide {
    -webkit-transition: width 0.5s; /* Safari */
  transition: all linear 0.5s;
}

.show-hide-delay {
    -webkit-transition-delay: 0.6s; /* Safari */
    transition-delay: 0.6s;
    -webkit-transition: width 0.5s; /* Safari */
  transition: all linear 0.5s;
}

.show-hide.ng-hide {
  opacity: 0;
}

@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}

.fa-spinner {
  opacity: 1;
  font-size:40px;
  margin:10px auto;
  -webkit-animation: spin 4s infinite linear;
  -moz-animation: spin 4s infinite linear;
  -o-animation: spin 4s infinite linear;
  animation: spin 4s infinite linear;
  position:relative;
  float:left;
}

h1 
{
    font-weight:700;
}

.subscription-box {
    background-color:#f2f2f2;
    border:1px solid #eee;
}


.section-box {
    background-color:#f2f2f2;
    border:1px solid #eee;
    margin-bottom:15px;
}

.inner {
    padding:10px;
}

.btn .btn-spinner {
  display: inline-block;
  opacity: 0;
  width: 0;

  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

.btn.active .btn-spinner {
  opacity: 1;
  width: auto; /* This doesn't work, just fix for unkown width elements */
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .closebtn {
        font-size: 40px !important;
        top: 15px;
        right: 35px;
    }
}

.listConfirmBox div {
line-height:25px;
}

.plans {
    border:4px solid #3D8CC9;
    border-radius:10px;
}

.freeaccount{
    height:40px;
    line-height:40px;
    background-color:#34CE8C;
    color:#fff;
    text-align:center;
    font-weight:700;
    cursor:pointer;
    font-size:16px;
    margin-top:20px;

}

.list-section {
    margin-bottom:10px;
    padding:20px;

}

.btn-delete {
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#fff;
    background-color:#E44301;
    font-size:12px;
    font-weight:700;
    cursor:pointer;
    border-radius:50%;
}

.btn-delete:hover {
    background-color:#ce3c02;
}

.graybg {
    background-color:#f7f4f4;
}

.code-meta {
    font-size:11px;
    color:#999;
}

.item-even {
    background-color:#f7f4f4;
}

.qrsettings .item-even {
    background-color:rgba(255,255,255,0.2);
}

.platform-menu {
    width:100%;
    background-color:#fff;
}

.platform-menu .row > div {
    padding:10px 0;
    text-align:center;
    cursor:pointer;
}

.platform-menu .row > div:hover {
    background-color:#f2f2f2;
}

.platform-menu .row > div.section-active, .platform-menu .row > div.section-active:hover {
   background-color:#04355b;
   color:#fff;
   font-weight:700;
}

.form-group-description {
    font-size:11px;
    margin:2px 0;
}



