body {
  width: 100%;
  zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body {
  font-size: 15px;
  font-family: "Roboto Condensed", "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
}
body.backoffice {
  background: #f7f7f7;
  margin-top: 80px;
}
body.backoffice .nav-tabs {
  height: 72px;
  border-bottom: 0px;
  margin-bottom: -2px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
}
body.backoffice .nav-tabs > li {
  width: 25%;
  height: 65px;
  margin-top: 5px;
  border-bottom: 0px;
  background: -webkit-linear-gradient(top, #fdfdfd 0, #f6f6f6 100%);
  background: linear-gradient(to bottom, #fdfdfd 0, #f6f6f6 100%);
  border: 1px solid #e1e1e1;
  border-left-color: #FFF;
}
body.backoffice .nav-tabs > li:first-child {
  border-left-color: #e1e1e1;
  border-radius: 4px 0 0 0;
  padding-right: 1px;
}
body.backoffice .nav-tabs > li.active {
  height: 71px;
  margin-top: 0;
  margin-bottom: 1px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  margin-left: -1px;
  border: 1px solid #e1e1e1;
  border-bottom: 0px;
}
body.backoffice .nav-tabs > li.active:first-child {
  margin-left: 0;
  padding-right: 0;
  border-left-color: #e1e1e1;
}
body.backoffice .nav-tabs > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
body.backoffice .nav-tabs > li.active > a :hover {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
body.backoffice .nav-tabs > li a {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  padding: 25px 20px;
  text-align: center;
}
body.backoffice .nav-tabs > li a :hover {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
body.backoffice .tab-content {
  border: 1px solid #e1e1e1;
  border-top: none;
}
.header .header-seperation {
  width: 230px;
}
.header-container .header .navbar-inner {
  /* background-image: none !important;
				background-color: #000 !important; */
}
.header-container .header .navbar-brand {
  height: 70px;
  color: #ffffff;
  padding: 20px;
}
.header-container .header .navbar-brand .icon-logo {
  font-size: 30px;
  float: left;
}
.header-container .header .navbar-brand .title-logo {
  margin-top: 8px;
  margin-left: 8px;
  font-family: "Roboto Condensed", "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 26px;
  float: left;
  position: relative;
  color: #fff;
}
.header-container .header .navbar-brand .pro {
  font-size: 12px;
  position: absolute;
  height: 10px;
  top: 33px;
  left: 180px;
  color: #fff;
}
.header-container .header .header-seperation {
  height: 65px;
  background-color: rgba(0, 0, 0, 0.1);
}
.header-container .header .header-seperation .notifcation-center {
  background-color: rgba(0, 0, 0, 0);
}
.header-container .header .header-seperation .notifcation-center a {
  background-color: rgba(0, 0, 0, 0);
}
.header-container .header .header-quick-nav {
  height: 65px;
  background-color: #6d6f71;
  border-bottom: 0px solid #6D6F71;
  background-color: #4e5665;
  border-bottom: solid 2px #3E3F40;
  box-shadow: 0 -7px 10px 6px #000000;
  -webkit-box-shadow: 0 -7px 10px 6px #000000;
  -moz-shadow: 0 -7px 10px 6px #000000;
}
.header-container .header .nav > li.quicklinks {
  background-color: rgba(0, 0, 0, 0);
}
.header-container .header .nav > li.quicklinks > a {
  padding: 10px 2px 0px 2px !important;
}
.header-container .header .nav > li.quicklinks > a:focus {
  background-color: rgba(0, 0, 0, 0);
}
.header-container .header .nav > li.quicklinks > a > i {
  font-size: 20px;
  color: #f1f1f1 !important;
}
.page-content {
  background-color: #f3f3f3;
  margin-left: 230px;
}
.page-content .content {
  padding-left: 16px;
}
.page-sidebar {
  background-color: #f3f3f3 !important;
  height: 100%;
  font-family: "Roboto Condensed", "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  position: fixed;
  width: 230px;
  margin: 0;
  overflow: visible !important;
  z-index: 90;
  margin-top: 54px;
  padding-top: 10px;
  padding-bottom: 105px;
  border-top: 1px #dcdcdc solid;
  border-right: 0px solid #ccc;
  /* sidebar zendesk
		background-color: #e7e7e7;
		border-top: 1px #dcdcdc solid;
		border-right: 1px solid #ccc; */
}
.page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
  background: rgba(197, 197, 197, 0.1);
  color: #8b91a0;
}
.page-sidebar .page-sidebar-wrapper > ul > li:hover > a i {
  color: #8b91a0 !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li a {
  padding: 15px 20px;
  font-size: 18px;
}
.page-sidebar .page-sidebar-wrapper > ul > li a i {
  width: 30px;
  font-size: 25px;
}
.list {
  margin-top: 20px;
}
.list .item {
  min-height: 80px;
  background-color: #ededed;
  position: relative;
  border: 1px solid #e3e3e3;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.list .item:first-child {
  border: 1px solid #e3e3e3;
}
.list .item .icon {
  padding: 25px;
  width: 10%;
  float: left;
  text-align: center;
  font-size: 25px;
  border-right: 1px solid #e3e3e3;
}
.list .item .description {
  width: 50%;
  float: left;
  padding: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.list .item .description h4 {
  margin-bottom: 0px;
}
.list .item .stats {
  width: 15%;
  float: left;
  margin-top: 25px;
}
.list .item .actions {
  width: 20%;
  float: left;
  font-size: 20px;
  margin-top: 35px;
  text-align: right;
}
.list .item .actions a {
  color: #999;
}
.list .item .actions a.delete:hover {
  color: #A83030;
}
.list .item .actions a.edit:hover {
  color: #2069A3;
}
.list .item .actions a.view:hover {
  color: #2069A3;
}
.inline-copy {
  position: relative;
  background: #008aff;
  color: white !important;
  text-decoration: none;
  font-size: 11px;
  top: -2px;
  margin-left: 2px;
  padding: 0 3px 1px;
  border: 1px solid #0078de;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.inline-copy:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 120, 222, 0);
  border-right-color: #0078de;
  border-width: 4px;
  margin-top: -4px;
}
.campaings .list .item .stats {
  margin-top: 70px;
}
.campaings .list .item .actions {
  margin-top: 75px;
}
/* @import "leadszapp-theme-blue.less"; */
/* @page-content-bg-color:#f8f8f8; */
/* @header-quick-nav-bg-color: #979797; #0060B9 azul */
/* #6D6F71 chá*/
/* @page-sidebar-bg-color: #e7e7e7 !important; */
textarea {
  resize: vertical;
  height: 100% !important;
}
.mini {
  /* .header-seperation{
			display: none;
			} */
}
.mini .header-seperation {
  width: 75px;
  /* &:after {
					content: '';
					height: 100%;
					position: absolute;
					border: 3px solid #00D6FF;
					left: 60px;
					} */
}
.mini .header-seperation .title-logo,
.mini .header-seperation .pro {
  display: none;
}
.mini .page-sidebar {
  width: 75px;
}
.mini .page-sidebar .title,
.mini .page-sidebar .label,
.mini .page-sidebar .badge {
  display: none;
}
.mini .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
  background: rgba(197, 197, 197, 0.1);
  color: #8b91a0;
}
.mini .page-sidebar .page-sidebar-wrapper > ul > li:hover > a i {
  color: #8b91a0 !important;
}
.mini .page-content {
  margin-left: 75px;
}
/* inputs */
.uneditable-input,
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"] {
  height: 50px !important;
  width: 100%;
  font-size: 15px;
  padding: 6px 11px !important;
  background-color: #FCFCFC;
  border: 1px solid #c9d3dd;
  border-radius: 0px !important;
  font-family: "Roboto Condensed", "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
}
.uneditable-input:focus,
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border: 1px solid #c9d3dd;
  border: 1px solid #808C8D;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  resize: vertical;
  height: 100% !important;
}
.search-form .input-append .add-on,
.search-form .input-prepend .add-on {
  border: 1px solid #ccc;
}
.login {
  background-color: #1C2331;
  background-image: -webkit-radial-gradient(circle, #165387, #142849);
  background-image: radial-gradient(circle, #165387, #142849);
}
.login .login-container {
  margin: 0 auto;
  margin-top: 20%;
  float: inherit;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.9) inset;
}
.login .login-container .login-header i.logo {
  color: #3393C9;
}
.login .login-container .control-group .btn-login {
  color: #fff;
  background-image: -webkit-linear-gradient(#2384d3, #15497c) !important;
  background-image: linear-gradient(#2384d3, #15497c) !important;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px;
  border: 1px solid;
  border-color: #15497c #15497c #0a223b;
}
.login .login-container .control-group .btn-login:hover {
  background-image: -webkit-linear-gradient(#2384d3, #15578d) !important;
  background-image: linear-gradient(#2384d3, #15578d) !important;
}
.breadcrumb {
  padding: 5px 20px;
  margin-top: 18px;
  margin-bottom: 0px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
.breadcrumb > li {
  font-size: 18px;
}
.breadcrumb > li a {
  color: #f1f1f1;
}
.breadcrumb > li a:hover {
  color: #f1f1f1;
}
.breadcrumb > li i {
  font-size: 24px;
}
.breadcrumb > li + li:before {
  color: #f1f1f1;
}
.date-range-container {
  padding: 20px 15px;
}
.header-stats {
  width: 100%;
  float: left;
  padding: 20px;
  margin-bottom: 20px;
  background: #F8F8F8;
  background-color: #F1F4F9;
  border: 1px solid #C9D3DD;
  border-radius: 3px;
}
.header-stats .stats {
  text-align: center;
  position: relative;
  padding-top: 7px;
  padding-right: 20px;
  /* border-left: 1px solid #B4B4B4; */
  border-left: 1px solid #E8E9EE;
  box-shadow: -1px 0px 0px 0px #ffffff;
  margin-bottom: 10px;
}
.header-stats .stats:first-child {
  border-left: none;
  box-shadow: none;
}
.header-stats .stats .total {
  font-size: 35px;
  font-weight: 400;
  line-height: 23px;
}
.header-stats .stats .description {
  font-size: 15px;
  padding-left: 5px;
}
.quick-stats {
  background-color: #F1F4F9;
  border: 1px solid #C9D3DD;
  border-radius: 3px;
  padding: 30px 10px 10px;
}
.stats-device {
  text-align: center;
}
.stats-device .desktop i {
  font-size: 70px;
}
.stats-device .mobile i {
  font-size: 85px;
  margin-top: -10px;
}
.stats-device .mobile p {
  margin-top: -5px;
}
.stats-device .female i {
  font-size: 80px;
  margin-top: -10px;
}
.stats-device .female p {
  margin-top: 0px;
}
.stats-device .male i {
  font-size: 80px;
  margin-top: -10px;
}
.stats-device .male p {
  margin-top: 0px;
}
.well {
  background-color: #ffffff;
  border: 1px solid #c9d3dd;
  overflow: hidden;
}
.well .well {
  background-color: #ffffff;
}
.well .header-title {
  padding: 15px;
  margin: -20px;
  margin-bottom: 20px;
  background-color: #F6F7F8;
  border-bottom: 1px solid #E0E0E0;
}
.well .header-title .page-title {
  margin: 0px;
}
.well .header-title .page-title h3 {
  width: inherit;
}
.form-actions {
  background-color: #F6F7F8;
  border: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 19px 20px 20px;
  margin: 50px -19px -19px;
  border-top: 1px solid #E0E0E0;
}
.regions {
  overflow: hidden;
}
.alert p {
  font-size: 15px;
}
.img-avatar {
  border-radius: 50%;
  border: 4px solid #F3F3F3;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-group.date {
  width: 100%;
}
.input-group.date .input-group-addon {
  width: 50px;
  text-align: center;
  border: 1px solid #c9d3dd;
  cursor: pointer;
  color: #0090d9;
}
.bootstrap-datetimepicker-widget .datepicker {
  font-size: 14px;
  font-weight: bold;
}
.bootstrap-datetimepicker-widget .datepicker thead tr .dow {
  color: #0090d9;
  text-transform: uppercase;
  font-size: 12px;
}
.bootstrap-datetimepicker-widget .btn {
  background-color: rgba(0, 0, 0, 0);
}
.bootstrap-datetimepicker-widget .btn-primary {
  color: #ffffff;
  background-color: #0aa699;
}
.bootstrap-datetimepicker-widget .datepicker table tr td.today,
.bootstrap-datetimepicker-widget .datepicker table tr td.today:hover,
.bootstrap-datetimepicker-widget .datepicker table tr td.today.disabled,
.bootstrap-datetimepicker-widget .datepicker table tr td.today.disabled:hover {
  background-color: #e5e9ec;
  background-image: none;
  color: #666;
}
.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.custom-file-upload {
  display: block;
  width: auto;
  font-size: 16px;
  margin-top: 30px;
}
.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}
.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
}
.file-upload-input {
  width: 60% !important;
  padding: 15px 20px;
  float: left;
  /* IE 9 Fix */
}
.file-upload-button {
  width: 40% !important;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 20px;
  margin-left: -1px;
  float: left;
  /* IE 9 Fix */
}
#newsletter_service {
  padding-top: 15px;
}
.newsletter-services {
  list-style: none;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.newsletter-services .service {
  width: 150px;
  height: 150px;
  display: inline-block;
  margin: 10px;
  background: #ccc;
  cursor: pointer;
  position: relative;
}
.newsletter-services .service:first-child {
  margin-top: 0px;
}
.newsletter-services .service label {
  background-image: url('../img/newsletter-services.jpg');
  cursor: pointer;
  display: block;
  font-size: 0;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  text-indent: 100%;
  white-space: nowrap;
}
.newsletter-services .service.mailchimp label {
  background-position-x: 0px;
}
.newsletter-services .service.getresponse label {
  background-position-x: 300px;
}
.newsletter-services .service.aweber label {
  background-position-x: 150px;
}
.newsletter-services .service input:focus + label {
  outline: 2px dotted #21b4d0;
}
.newsletter-services .service input:checked + label {
  outline: 4px solid #21b4d0;
}
.newsletter-services .service .newsletter-service {
  cursor: pointer;
}
#newsletter_service #sidebar {
  width: 20%;
}
#newsletter_service #sidebar ul {
  text-align: center;
}
#newsletter_service #container_settings {
  width: 80%;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.form-group.expand {
  background-color: #FAFAFA;
  border: 1px solid #F7F7F7;
  padding: 10px;
}
.form-group.expand > label {
  float: left;
  margin-right: 10px;
}
.form-group.expand .radio label {
  margin-bottom: 0px;
}
.select2-container {
  width: 100%;
  background: #F5F5F5;
}
.select2-container.select2-dropdown-open {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-container.select2-container-multi .select2-choices {
  padding: 10px 0px;
}
.select2-container.select2-container-multi .select2-choices input {
  height: inherit !important;
}
.select2-container .select2-choice {
  height: 50px;
  padding: 10px;
}
.select2-drop {
  background: #F5F5F5;
}
.select2-drop .select2-search input {
  height: 20px !important;
  line-height: 20px !important;
  background: url('../libs/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #ffffff 85%, #eeeeee 99%) 0 0 !important;
  background: url('../libs/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0 !important;
}
/* @media (min-width: 980px){
	.page-sidebar {
		display: inline-block;
		float: left;
		position: fixed;
		width: 250px;
		margin-top: 58px;
		padding-bottom: 105px;
	}
}



@media (max-width: 1024px) and (min-width: 768px){

}

@media (max-width: 1024px) and (min-width: 768px){

	body{
		background-color: #fff !important;
	}

	.page-sidebar {
		background-color: #1b1e24 !important;
		height: 100%;
		font-family: 'Open Sans';
		position: absolute;
		width: 50px;
		margin: 0;
		overflow: visible !important;
		z-index: 90;
	}

	} */
.spinner {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border: 4px solid #626e7a;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.spinner i {
  height: 12px;
  left: 11px;
  top: 50%;
  -webkit-animation: spin 500ms linear infinite;
  -ms-animation: spin 500ms linear infinite;
  animation: spin 500ms linear infinite;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.spinner b {
  height: 9px;
  left: 11px;
  top: 50%;
  -webkit-animation: spin 2000ms linear infinite;
  -ms-animation: spin 2000ms linear infinite;
  animation: spin 2000ms linear infinite;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.spinner b,
.spinner i {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  background-color: #626e7a;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
