body{
    font-size: 16px;
    font: 14px/1.5 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
}
.container{
	-webkit-box-shadow: 0px 0px 80px -35px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 80px -35px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 80px -35px rgba(0,0,0,0.15);
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    color: #ddd;
}
h2, .h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 20px;
}
.wavy-dash
.wavy-dash-hdr h2{
	line-height: 32px;
}
h3, .h3 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 37px;
}
h4, .h4 {
	font-size: 24px;
    margin: 25px auto 10px;
}
h5, .h5 {
	font-size: 18px;
    font-weight: 300;
    margin: 25px auto 10px;
}
h2 small, .h2 small {
    font-size: 14px;
    color: #ccc;
}
.p, p{
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
}
label {
    font-weight: normal;
    font-size: 15px;
    line-height: 3.3;
}
.navbar{
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    padding: 10px;
    z-index: 3;
    position: fixed;
}
.navbar-nav > li > a {
    font-size: 0.9em;
    padding: 15px 21px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 300;
}
.navbar-nav i.top-menu {
    font-size: 0.5em;
    line-height: 1em;
    display: block;
    float: right;
    margin: 8px -0 0 5px;
}
.navbar-embossed > .navbar-collapse {
    border-radius: 0px;
    box-shadow: none;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background: none;
}
.navbar-inverse, .navbar-inverse .navbar-nav > .open > .dropdown-menu{
	background-color: #1a7c84;
}
.navbar-embossed.navbar-inverse .navbar-nav .active > a, .navbar-embossed.navbar-inverse .navbar-nav .open > a {
    box-shadow: none;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu {
    padding: 3px 4px;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu > .divider {
    background-color: #ccc;
    height: 1px;
    margin-left: -4px;
    margin-right: -4px;
}
.navbar-nav > li > .dropdown-menu {
    min-width: 200px;
    margin-top: 12px;
    border-radius: 0px;
    text-align: left;
    text-transform: uppercase;
}
.navbar-brand > img {
    max-height: 100%;
    display: inline;
}
.navbar-brand{
	padding: 7px 21px;
}
.navbar-unread, .navbar-new {
    left: 88px;
    top: 16%;
}
.wavy_campaign_row p{
	font-size: 14px;
	line-height: 24px;
}
.form-control::-moz-placeholder, .select2-search input[type="text"]::-moz-placeholder{
    color: #ccc;
    opacity: 1;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc
    opacity: 1;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
    opacity: 1;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
    opacity: 1;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
    opacity: 1;
}

.text-list, .text-list td, .text-list a{
	
	table-layout: fixed; 
	width: 100%;
	text-align: left;

	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	
	color: #16a085;
	font-size: 15px;

}

.text-list .small{
	font-size: 11px;
}

.wavy-row .wavy-btn-sm{
	margin: 30px 0 0;
	font-weight: 300;
}

.wavy-btn, .wavy-button {
    display: inline-block;
    vertical-align: top;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 12px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    width: 160px;
    background: transparent !important;
    border-color: #ccc;
    color: #333;
    font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.wavy-btn:hover, .wavy-button:hover {
	background-color: #ccc !important;
}

.wavy-btn-sm, .wavy-button-sm{
	background-color: transparent;
	border: #ccc solid;
	color: #999;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.wavy-btn-primary, .wavy-button-primary {
    color: #36b1da;
    border-color: transparent;
}

.wavy-dash-col-item{
	display: block;
	background-color: #f3f3f3;
	text-align: center;
}
.wavy-dash-col-item .wavy-dash-number{
	font-size: 4em;
	line-height: 1em;
	padding: 50px 0 0;
}
.wavy-dash-col-item .wavy-dash-num-lable{
	padding: 0 0 50px;
}
.wavy-show-img-on-page {
    position: absolute;
    bottom: 12px;
    right: 30px;
    font-size: 2em;
    padding: 0px;
    margin: 0px;
    line-height: 1em;
    color: #ececec;
}
.wavy-show-img-on-page:hover{
	cursor: pointer;
	color: #5bbf6f;
}
.wavy-show-img-on-page.active{
	color: #5bbf6f;
}
.wavy-dash-hdr .col-md-3{
	text-align: right;
	padding-top: 20px;
}
.login-form {
    background-color: #fff;
    border: #f3f3f3 solid 1px;
}
.form-control, .select2-search input[type="text"] {
    border: 0px solid #bdc3c7;
    background-color: #f3f3f3;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 60px;
    border-radius: 0px;
    box-shadow: none;
    transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
    -webkit-text-fill-color: #888;
    color: #333;
}
.btn-lg, .btn-group-lg > .btn {
    font-size: 30px;
}
.wavy-form-text{
	line-height: 1.4em;
    font-size: 1em;
    background-color: #f3f3f3;
    border: 0px;
    padding: 10px;
}
h3 small{
	color: #ddd;
}
h3 small #campaign_name{
	color: #555;
}
.dropdown-menu > li > a {
    padding: 8px 24px;
    line-height: 2.2;
    color: #959fa0;
    font-size: 1em;
    font-weight: 300;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-weight: 300;
}

/* campaign admin style */
.wavy_campaign_sponsor_box{
    padding: 20px 40px;
    border: #ececec solid 1px;
    background-color: bisque;
    margin: 30px 0 0;
}
.wavy_username_valid {
    width: 100px;
    height: 70px;
    line-height: 70px;
    float: right;
    text-align: left;
    font-size: 1.5em;
    color: #5bbf6f;
}
.wavy-report-canvas{
	margin-bottom: 30px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
	body{
	    margin-top: 70px;
	    background-color:#fdfdfd;
    }
    .login-form, .login-form-container {
	  max-width: 480px;
	  width: 100%;
	  padding: 15px;
	  margin: 0 auto;
	}
	.fp_reg{
		text-align: center;
		font-size: 16px;
		line-height: 24px;
		padding: 15px 0;
	}
	.alert{
		text-align: center;
	}
	.form-control{
		margin-bottom: 15px;
	}
	.table td, .table th{
		font-size: 13px;
		vertical-align: middle;
		padding: 10px 0 0 ;
	}
	.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	    vertical-align: middle;
	}
	.margin-top-20{
		margin-top: 20px;
	}
		.datetimepicker.dropdown-menu{
	    width: auto;
	}
	.datetimepicker td:hover{
	    background:#EEEEEE;
	}
	.datetimepicker .has-switch{
	    display: table-cell;
	    -webkit-mask: none;
	}
	.datetimepicker{
	    display: none;
	    border: 1px solid #CCC;
	    border: 1px solid rgba(0, 0, 0, 0.15);
	    border-radius: 4px;
	}
	.select2-drop .select2-result-selectable .select2-result-label {
	    border-bottom: 1px solid #ececec;
	    color: rgba(127, 140, 141, 0.85);
	    cursor: pointer;
	}
	.select2-results {
	    max-height: 300px;
	    border: 1px solid #ececec;
	}
	
	.breadcrumb_container{
		font-size: 12px;
	}
	.hdr-btn{
		float: left !important;
	}
	.col-new-row{
		margin-top: 40px;
	}
	.tooltip-hover{
		cursor: pointer;
	}
	.tooltip-inner {
	    background-color: #7f8c8d;
	    border-radius: 0;
	    color: white;
	    max-width: 250px;
	    padding: 12px;
	}
	.mobile-table-hide{
		display: none;
	}
	.mobile-table-hide.col-sm-3 {
		display: none;
	}
	.page-bg{
		background-color: #fff;
		padding: 80px 0;
		margin: 100px auto;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.hdr-btn{
		float: right;
	}
	.breadcrumb_container {
	    font-size: 16px;
	}
	.col-new-row{
		margin-top: 0px;
	}
	.wavy-btn, .wavy-button {
	    font-size: 14px;
	    line-height: 18px;
	    font-weight: 300;
	    width: 120px;
	    padding: 12px 5px;
	    border-radius: 12px;
	    border-width: 3px;
	    margin-bottom: 0;
	}
	.wavy-btn-sm, .wavy-button-sm {
	    font-size: 16px;
	    line-height: 18px;
	    font-weight: bold;
	    width: 200px;
	    padding: 18px 0px;
	    border-radius: 12px;
	    border-width: 3px;
	    margin-bottom: 0;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.mobile-table-hide{
		display: table-cell;
	}
	.mobile-table-hide.col-sm-3 {
	    width: 25%;
	    display: table-cell;
	}
	.wavy-btn, .wavy-button {
	    font-size: 18px;
	    line-height: 22px;
	    font-weight: 300;
	    width: 180px;
	    padding: 20px 5px 20px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}