body{
    font-size: 16px;
    font: 14px/1.5 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
}
.navbar {
    position: relative;
}
.navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;  /* 50% of your logo width */
    display: block;
}
.container-drop{
	/*background-color: #fff;*/
	box-sizing: border-box;
    box-shadow: rgba(20,26,40,0.15) 0 7px 42px;
    -moz-box-shadow: rgba(20,26,40,0.15) 0 7px 42px;
    -webkit-box-shadow: rgba(20,26,40,0.15) 0 7px 42px;
    position: relative;
    border: none;
    border-radius: 4px;
    cursor: inherit; padding: 30px;
	
}
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: 30px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.helm-dash
.helm-dash-hdr h2{
	line-height: 32px;
}
h3, .h3 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}
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: #783a91;
}
.navbar-inverse, .navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a:hover{
	background-color: #596ab0;
}
.navbar-inverse{
	background: rgba(36,192,208,1);
	background: -moz-linear-gradient(-45deg, rgba(36,192,208,1) 0%, rgba(60,157,189,1) 39%, rgba(89,107,176,1) 70%, rgba(120,58,145,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(36,192,208,1)), color-stop(39%, rgba(60,157,189,1)), color-stop(70%, rgba(89,107,176,1)), color-stop(100%, rgba(120,58,145,1)));
	background: -webkit-linear-gradient(-45deg, rgba(36,192,208,1) 0%, rgba(60,157,189,1) 39%, rgba(89,107,176,1) 70%, rgba(120,58,145,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(36,192,208,1) 0%, rgba(60,157,189,1) 39%, rgba(89,107,176,1) 70%, rgba(120,58,145,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(36,192,208,1) 0%, rgba(60,157,189,1) 39%, rgba(89,107,176,1) 70%, rgba(120,58,145,1) 100%);
	background: linear-gradient(135deg, rgba(36,192,208,1) 0%, rgba(60,157,189,1) 39%, rgba(89,107,176,1) 70%, rgba(120,58,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24c0d0', endColorstr='#783a91', GradientType=1 );
}
.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: capitalize;
}
.navbar-brand > img {
    max-height: 50%;
    display: inline;
}
.navbar-brand{
	padding: 9px 21px;
}
.navbar-unread, .navbar-new {
    left: 88px;
    top: 16%;
}
.helm_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;
}

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

.helm-btn, .helm-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;
    background: transparent !important;
    border-color: #ccc;
    color: #333;
    font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.helm-btn:hover, .helm-button:hover {
	background-color: #ccc !important;
}

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

.helm-dash-col-item{
	display: block;
	background-color: #f3f3f3;
	text-align: center;
}
.helm-dash-col-item .helm-dash-number{
	font-size: 4em;
	line-height: 1em;
	padding: 50px 0 0;
}
.helm-dash-col-item .helm-dash-num-label{
	padding: 0 0 50px;
}
.helm-show-img-on-page {
    position: absolute;
    bottom: 12px;
    right: 30px;
    font-size: 2em;
    padding: 0px;
    margin: 0px;
    line-height: 1em;
    color: #ececec;
}
.helm-show-img-on-page:hover{
	cursor: pointer;
	color: #5bbf6f;
}
.helm-show-img-on-page.active{
	color: #5bbf6f;
}
.helm-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: 14px;
    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;
}
.form-control-slim{
	height: 40px;
	padding: 5px 12px;
	font-size: 12px;
}
.btn-lg, .btn-group-lg > .btn {
    font-size: 30px;
}
.btn{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: Avenir Next,Helvetica Neue,sans-serif;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    white-space: nowrap;
    font-size: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 16px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-transition: all .55s cubic-bezier(0.25,0.8,0.25,1);
    transition: all .55s cubic-bezier(0.25,0.8,0.25,1);
    background-color: #24bfd0;
    color: #FFF;
    box-shadow: rgba(20,26,40,0.15) 0 7px 42px;
    border: 1px solid #24bfd0;
    text-transform: uppercase;
    -webkit-letter-spacing: .1em;
    -moz-letter-spacing: .1em;
    -ms-letter-spacing: .1em;
    letter-spacing: .1em;
    line-height: 1em;
}
.helm-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 */
.helm_campaign_sponsor_box{
    padding: 20px 40px;
    border: #ececec solid 1px;
    background-color: bisque;
    margin: 30px 0 0;
}
.helm_username_valid {
    width: 100px;
    height: 70px;
    line-height: 70px;
    float: right;
    text-align: left;
    font-size: 1.5em;
    color: #5bbf6f;
}
.helm-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: 50px 0;
		margin: 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;
	}
	.helm-btn, .helm-button {
	    font-size: 14px;
	    line-height: 18px;
	    font-weight: 300;
	    width: 120px;
	    padding: 12px 5px;
	    border-radius: 0px;
	    border-width: 3px;
	    margin-bottom: 0;
	}
	.helm-btn-sm, .helm-button-sm {
	    font-size: 16px;
	    line-height: 18px;
	    font-weight: bold;
	    padding: 18px 10px;
	    border-radius: 0px;
	    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;
	}
	.helm-btn, .helm-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) {

}


.flex {
	margin-top: 60px;
	min-height: 60pt;
}

@keyframes loading {
  0% {
    width: 50pt;
    height: 50pt;
    margin-top: 0;
  }
  25% {
    height: 4pt;
    margin-top: 23pt;
  }
  50% {
    width: 4pt;
  }
  75% {
    width: 50pt;
  }
  100% {
    width: 50pt;
    height: 50pt;
    margin-top: 0;
  }
}

.loader {
	width: 50pt;
	height: 50pt;
	border-radius: 100%;
	border: #783a91 4pt solid;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	animation: loading 1s infinite;
}
.select2-choice {
	padding-left: 5px;
}
.form-check{
	border: #ecece solid 1px;
	border-radius: 5px;
	padding: 5px;
	height: 30px;
}
.form-check label{
	line-height: inherit;
}
#form-radio-container{
	display: block;
	min-height: 240px;
	padding-bottom: 20px;
}
#drawerContent{
	padding-bottom: 30px;
}
.match_tag{
	padding: 6px 8px !important; font-size: 10px !important; box-shadow: none; background-color: #ececec; color: #333; border:none;
}
.helm-btn-sm{
	font-size: 10px !important; padding: 7px 10px !important; box-shadow: none;
}
a:active, a:hover{
	color: #783a91;
}
.btn{
	border-radius: 4px;
}
.btn:active, .btn:hover{
	background-color: #783a91;
	border-color: #783a91;
}
