.wrapper {
  background: #f5f5f5;
  height: auto; }

.main_container {
  width: 100%;
  min-height: 100%; }

.no_dec {
  text-decoration: none; }

.preloaderMain {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none; }

#preloader {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -webkit-calc((100% - 200px)/2);
  top: -webkit-calc((100% - 200px)/2); }
  #preloader img {
    width: 100%;
    height: 100%; }

.welcome_cont {
  margin: 150px auto auto auto;
  width: 960px;
  height: auto; }

.welcome_text {
  margin-left: -15px; }

.boxes_wrap {
  margin-left: 130px; }

.boxes {
  width: 150px;
  height: 150px;
  float: left;
  text-align: center;
  margin: 5px;
  background: #1abc9c;
  display: table;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 2px 2px 8px 0px #000; }
  .boxes p {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold; }

.boxes:hover {
  background: #16a085; }

.alertpop {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999; }

#alertbox {
  position: fixed;
  width: 600px;
  min-height: 250px;
  height: auto;
  left: -webkit-calc((100% - 600px)/2);
  top: -webkit-calc((100% - 250px)/2);
  border-radius: 2px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 1px;
  -webkit-transition: all 0.3s ease;
  /* Safari */
  transition: all 0.3s ease; }
  #alertbox .closeBtn {
    position: absolute;
    right: 0;
    padding: 5px;
    cursor: pointer;
    font-size: 1.5em; }
  #alertbox .textContent {
    width: 80%;
    margin-left: 10%;
    margin-top: 10px;
    min-height: 200px;
    height: auto;
    font-size: 1.7em;
    padding: 5px;
    display: table; }
    #alertbox .textContent p {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }

#alertbox button {
  height: 35px;
  background: #1abc9c;
  border: none;
  box-shadow: 0 0 8px 0px #000;
  color: #fff;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  outline: none; }

/*// Header Nav*/
.nav-wrapper {
  background: #f5f5f5 !important;
  color: #000 !important; }

.top_title {
  color: #000;
  font-size: 1.9em;
  font-weight: 300; }

nav a, nav ul a {
  color: #000 !important;
  font-weight: 500;
  text-decoration: none !important; }

nav {
  -webkit-box-shadow: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important; }

#user_info {
  position: absolute;
  right: 0;
  top: -40px; }

.toastbox {
  min-height: 60px;
  width: 150px;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 99;
  border-radius: 5px;
  right: -150px;
  top: 100px;
  color: #fff;
  font-size: 1.3em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .toastbox p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px; }

.font_raleway {
  font-family: 'Raleway', sans-serif; }

.font_roboto {
  font-family: 'Roboto Slab', serif; }

.login_wrapper {
  height: 250px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 5px 0px;
  background: #00b8d6;
  text-align: center;
  display: table;
  padding: 20px 0px 20px 0px; }
  .login_wrapper h2 {
    color: #000;
    font-size: 1.7em;
    font-weight: 400; }
  .login_wrapper p {
    color: #000;
    font-weight: 200;
    font-size: 1.1em; }

.inner_log {
  display: table-cell;
  vertical-align: middle; }

#google_btn {
  background: #2856b6;
  outline: none;
  border: none;
  height: 40px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  padding-top: 10px;
  box-shadow: 1px 1px 4px 0px #000;
  margin-top: 25px;
  font-weight: bold; }

.login_main {
  margin-top: 10%; }

.login_cont {
  width: 100%;
  height: auto; }

.circular {
  width: 150px; }

.no-pad {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-marg-side {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.no-pad-side {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.center_text {
  text-align: center; }

.right_text {
  text-align: right; }

.left_text {
  text-align: left; }

.bold_text {
  font-weight: bold; }

.thin_font {
  font-weight: 100 !important; }

.bold_font {
  font-weight: 300 !important; }

.bottom_extentender {
  margin-bottom: 50px; }

.decent_text {
  font-size: 1.2em;
  font-weight: 500; }

.margin_me {
  margin-top: 25px; }

.form_label_override {
  font-weight: 400;
  color: #5f5a5a;
  padding-top: 10px; }

.display_table {
  display: table !important; }

.height_45 {
  height: 45px !important; }

.display_table_cell_bottom {
  display: table-cell !important;
  vertical-align: bottom; }

.pointer {
  cursor: pointer; }

.float_right {
  float: right !important; }

.custom_card {
  background: #7a807f !important; }

.customUpload {
  position: absolute;
  right: -175px;
  top: 10px;
  cursor: pointer;
  color: #ff8a80;
  width: auto; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  background-color: #26a69a;
  border-color: #26a69a; }

input[type=month] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  /* width: 100%; */
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s; }

.pagination li {
  display: inline !important; }

.btn_cancel {
  background-color: #bfbfbf !important;
  border: none !important; }

.font_raleway {
  font-family: 'Raleway', sans-serif; }

.font_roboto {
  font-family: 'Roboto Slab', serif; }

.login_wrapper {
  height: 250px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 5px 0px;
  background: #00b8d6;
  text-align: center;
  display: table;
  padding: 20px 0px 20px 0px; }

.login_wrapper h2 {
  color: #000;
  font-size: 1.7em;
  font-weight: 400; }

.login_wrapper p {
  color: #000;
  font-weight: 200;
  font-size: 1.1em; }

.inner_log {
  display: table-cell;
  vertical-align: middle; }

#google_btn {
  background: #2856b6;
  outline: none;
  border: none;
  height: 40px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  padding-top: 10px;
  box-shadow: 1px 1px 4px 0px #000;
  margin-top: 25px;
  font-weight: bold; }

.login_main {
  margin-top: 10%; }

.login_cont {
  width: 100%;
  height: auto; }

.circular {
  width: 150px; }

.no-pad {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-marg-side {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.no-pad-side {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.center_text {
  text-align: center; }

.right_text {
  text-align: right; }

.left_text {
  text-align: left; }

.bold_text {
  font-weight: bold; }

.thin_font {
  font-weight: 100 !important; }

.bold_font {
  font-weight: 300 !important; }

.bottom_extentender {
  margin-bottom: 50px; }

.decent_text {
  font-size: 1.2em;
  font-weight: 500; }

.margin_me {
  margin-top: 25px; }

.form_label_override {
  font-weight: 400;
  color: #5f5a5a;
  padding-top: 10px; }

.display_table {
  display: table !important; }

.height_45 {
  height: 45px !important; }

.display_table_cell_bottom {
  display: table-cell !important;
  vertical-align: bottom; }

.pointer {
  cursor: pointer; }

.float_right {
  float: right !important; }

.custom_card {
  background: #7a807f !important; }

.customUpload {
  position: absolute;
  right: -175px;
  top: 10px;
  cursor: pointer;
  color: #ff8a80;
  width: auto; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  background-color: #26a69a;
  border-color: #26a69a; }

input[type=month] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  /* width: 100%; */
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s; }

.pagination li {
  display: inline !important; }

.btn_cancel {
  background-color: #bfbfbf !important;
  border: none !important; }

/*
 * Base structure
 */
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px; }

.text_center {
  text-align: center; }

.text_bold {
  font-weight: bold; }

/*
 * Global add-ons
 */
.sideItems {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none; }

.sideItems li, .sideItems a, .sideItems div {
  display: block;
  width: 100%;
  text-decoration: none !important; }

.sideItems a {
  padding: 15px 15px 15px;
  box-shadow: 0px 0px 1px 0.5px #000;
  text-transform: uppercase; }

.menuTitle {
  text-transform: uppercase;
  font-weight: bold; }

.navSubItems {
  width: 100%;
  margin: 0 !important;
  padding-left: 0 !important;
  font-size: 0.95em; }

.navSubItems a {
  padding-left: 35px; }

.navSubItems span {
  color: #2856b6; }

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #000; }

.sub-divider {
  border-bottom: 1px solid #000; }

.sub_items {
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.sub_items h5 {
  text-decoration: underline; }

.mt-50 {
  margin-top: 50px; }

.mt-25 {
  margin-top: 25px; }

/*
 * Placeholder dashboard ideas
 */
.placeholders {
  margin-bottom: 30px;
  text-align: center; }

.placeholders h4 {
  margin-bottom: 0; }

.placeholder {
  margin-bottom: 20px; }

.placeholder img {
  display: inline-block;
  border-radius: 50%; }

.table_custom {
  font-family: 'Roboto', sans-serif; }

.form_label {
  color: #000;
  font-size: 1.2em;
  font-weight: 300;
  display: table;
  height: 45px; }

.form_label p {
  vertical-align: bottom;
  display: table-cell;
  padding: 0 !important; }

.form_input {
  height: 45px !important;
  margin: 0px !important; }

input[type="text"], input[type="select"], input[type="email"], input[type="number"] {
  height: 45px !important;
  margin: 0px !important; }

.form_item {
  margin-top: 10px;
  display: table; }

.form_submit_button {
  margin-left: 30px; }

.error_msg {
  display: none;
  color: red;
  font-weight: 200; }

.addMore {
  color: #154c15;
  cursor: pointer;
  height: 45px;
  display: table !important;
  float: right; }

.addMore p {
  display: table-cell;
  vertical-align: bottom; }

.removeVD {
  color: #154c15;
  cursor: pointer;
  height: 45px;
  display: table;
  float: right; }

.removeVD p {
  display: table-cell;
  vertical-align: bottom; }

.collapsible {
  border: none !important; }

.collapsible-header {
  box-shadow: 1px 1px 1px -1px #000 !important;
  background-color: transparent !important;
  border: 1px solid #ddd !important; }

.goals_cabin {
  border: 0.1em solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  margin-top: 25px;
  box-shadow: 1px 1px 5px -1px #000;
  padding-bottom: 25px; }

.title {
  display: none; }

.jq-toast-single {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2); }

.dropdown-button {
  padding: 0px 10px !important; }

.required ::after {
  color: red;
  content: "*";
  margin-left: 5px; }

.file-field .btn {
  margin-top: 10px;
  height: 2.3rem !important;
  line-height: 2.5rem !important; }

.modal {
  max-height: 100% !important;
  width: 100% !important;
  top: 0% !important; }

.autocomplete-content {
  position: absolute !important;
  width: 100% !important; }

.data-card {
  padding: 10px;
  width: 100%;
  background: white;
  box-shadow: 0px 0px 7px #c6c8c9;
  border: 1px solid #c6c8c9;
  margin-bottom: 10px; }

.top_icon {
  float: left;
  margin: 21px 15px 0px 0px; }

.top_icon i {
  font-size: 2em; }

.title_text {
  float: left; }

.highlight_row {
  background-color: #EE6E73;
  color: #fff; }

.table_continer {
  width: calc(50% - 5px); }

.card_title_custom {
  padding: 10px 20px !important;
  text-align: right; }

.tab a:hover, .tab a:focus {
  text-decoration: none; }

.custom_box_shadow {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2); }

.chk_label_custom {
  padding-left: 30px !important; }

.table_collection_custom, .table_payment_custom {
  margin-bottom: 20px; }

.noShadow {
  box-shadow: none !important; }

.collapsible-body-custom {
  padding: 1em 0em 0.2em 1.5em !important; }

.nav-list-custom {
  margin-top: 2em; }

.nav-list-custom .nav-list-item-custom {
  cursor: pointer; }

.nav-list-custom .nav-list-item-custom:hover {
  background-color: #f5f5f5; }

#removeConsumptionButton, #removePubConsumptionButton, #removePublisherRo, #removePublisherRoNew {
  display: none;
  font-size: 2.1em;
  line-height: 60px; }

.customAdd, .customRemoveIcon {
  width: 36px !important;
  height: 36px !important;
  margin: 10px 10px 35px 10px;
  -webkit-filter: drop-shadow(2px 2px 2px #f5f5f5) !important;
  filter: drop-shadow(2px 2px 2px #f5f5f5) !important; }

.customAdd i, .customRemoveIcon i {
  line-height: 36px !important; }

.customAdd:hover, .customRemoveIcon:hover {
  -webkit-filter: drop-shadow(0px 0px 0px #f5f5f5) !important;
  filter: drop-shadow(0px 0px 0px #f5f5f5) !important; }

.campaign_details_table td {
  font-size: 1.2em;
  font-weight: 300; }

.table_report th {
  text-align: right !important; }

.table_report td {
  padding-right: 1em !important; }

.searchBar {
  margin: 0.8em 0em 2em 0em !important; }

.searchBar i {
  margin-top: -1.3em;
  color: #aaa;
  float: right; }

.table-margin {
  margin-top: 20px !important; }

.numSpan {
  display: inline-block;
  width: 100px;
  text-align: right; }

.tabs {
  z-index: 1; }

.tabs-content {
  background-color: #fff !important; }

.ng-table th {
  text-align: left !important; }

.disabled-row {
  background-color: #f5f5f5;
  color: #999; }

/*
 * Base structure
 */
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px; }

.text_center {
  text-align: center; }

.text_bold {
  font-weight: bold; }

/*
 * Global add-ons
 */
.sideItems {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none; }
  .sideItems li, .sideItems a, .sideItems div {
    display: block;
    width: 100%;
    text-decoration: none !important; }
  .sideItems a {
    padding: 15px 15px 15px;
    box-shadow: 0px 0px 1px 0.5px #000;
    text-transform: uppercase; }

.menuTitle {
  text-transform: uppercase;
  font-weight: bold; }

.navSubItems {
  width: 100%;
  margin: 0 !important;
  padding-left: 0 !important;
  font-size: 0.95em; }
  .navSubItems a {
    padding-left: 35px; }
  .navSubItems span {
    color: #2856b6; }

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #000; }

.sub-divider {
  border-bottom: 1px solid #000; }

.sub_items {
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .sub_items h5 {
    text-decoration: underline; }

.mt-50 {
  margin-top: 50px; }

.mt-25 {
  margin-top: 25px; }

/*
 * Placeholder dashboard ideas
 */
.placeholders {
  margin-bottom: 30px;
  text-align: center; }

.placeholders h4 {
  margin-bottom: 0; }

.placeholder {
  margin-bottom: 20px; }

.placeholder img {
  display: inline-block;
  border-radius: 50%; }

.table_custom {
  font-family: 'Roboto', sans-serif; }

.form_label {
  color: #000;
  font-size: 1.2em;
  font-weight: 300;
  display: table;
  height: 45px; }
  .form_label p {
    vertical-align: bottom;
    display: table-cell;
    padding: 0 !important; }

.form_input {
  height: 45px !important;
  margin: 0px !important; }

input[type="text"], input[type="select"], input[type="email"], input[type="number"] {
  height: 45px !important;
  margin: 0px !important; }

.form_item {
  margin-top: 10px;
  display: table; }

.form_submit_button {
  margin-left: 30px; }

.error_msg {
  display: none;
  color: red;
  font-weight: 200; }

.addMore {
  color: #154c15;
  cursor: pointer;
  height: 45px;
  display: table !important;
  float: right; }
  .addMore p {
    display: table-cell;
    vertical-align: bottom; }

.removeVD {
  color: #154c15;
  cursor: pointer;
  height: 45px;
  display: table;
  float: right; }
  .removeVD p {
    display: table-cell;
    vertical-align: bottom; }

.collapsible {
  border: none !important; }

.collapsible-header {
  box-shadow: 1px 1px 1px -1px #000 !important;
  background-color: transparent !important;
  border: 1px solid #ddd !important; }

.goals_cabin {
  border: 0.1em solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  margin-top: 25px;
  box-shadow: 1px 1px 5px -1px #000;
  padding-bottom: 25px; }

.title {
  display: none; }

.jq-toast-single {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2); }

.dropdown-button {
  padding: 0px 10px !important; }

.required ::after {
  color: red;
  content: "*";
  margin-left: 5px; }

.file-field .btn {
  margin-top: 10px;
  height: 2.3rem !important;
  line-height: 2.5rem !important; }

.modal {
  max-height: 100% !important;
  width: 100% !important;
  top: 0% !important; }

.autocomplete-content {
  position: absolute !important;
  width: 100% !important; }

.data-card {
  padding: 10px;
  width: 100%;
  background: white;
  box-shadow: 0px 0px 7px #c6c8c9;
  border: 1px solid #c6c8c9;
  margin-bottom: 10px; }

.top_icon {
  float: left;
  margin: 21px 15px 0px 0px; }
  .top_icon i {
    font-size: 2em; }

.title_text {
  float: left; }

.highlight_row {
  background-color: #EE6E73;
  color: #fff; }

.table_continer {
  width: calc(50% - 5px); }

.card_title_custom {
  padding: 10px 20px !important;
  text-align: right; }

.tab a:hover, .tab a:focus {
  text-decoration: none; }

.custom_box_shadow {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2); }

.chk_label_custom {
  padding-left: 30px !important; }

.table_collection_custom, .table_payment_custom {
  margin-bottom: 20px; }

.noShadow {
  box-shadow: none !important; }

.collapsible-body-custom {
  padding: 1em 0em 0.2em 1.5em !important; }

.nav-list-custom {
  margin-top: 2em; }
  .nav-list-custom .nav-list-item-custom {
    cursor: pointer; }
  .nav-list-custom .nav-list-item-custom:hover {
    background-color: #f5f5f5; }

#removeConsumptionButton, #removePubConsumptionButton, #removePublisherRo, #removePublisherRoNew {
  display: none;
  font-size: 2.1em;
  line-height: 60px; }

.customAdd, .customRemoveIcon {
  width: 36px !important;
  height: 36px !important;
  margin: 10px 10px 35px 10px;
  -webkit-filter: drop-shadow(2px 2px 2px #f5f5f5) !important;
  filter: drop-shadow(2px 2px 2px #f5f5f5) !important; }
  .customAdd i, .customRemoveIcon i {
    line-height: 36px !important; }

.customAdd:hover, .customRemoveIcon:hover {
  -webkit-filter: drop-shadow(0px 0px 0px #f5f5f5) !important;
  filter: drop-shadow(0px 0px 0px #f5f5f5) !important; }

.campaign_details_table td {
  font-size: 1.2em;
  font-weight: 300; }

.table_report th {
  text-align: right !important; }

.table_report td {
  padding-right: 1em !important; }

.searchBar {
  margin: 0.8em 0em 2em 0em !important; }
  .searchBar i {
    margin-top: -1.3em;
    color: #aaa;
    float: right; }

.table-margin {
  margin-top: 20px !important; }

.bordered td, .bordered th {
  padding: 10px 5px !important; }

@media screen and (max-width: 600px) {
  table {
    border: 0; }
  table caption {
    font-size: 1.3em; }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em; }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    min-height: 3em !important; }
  table td:before {
    /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }
  table td:last-child {
    border-bottom: 1px solid #d0d0d0; }
  .bordered td, .bordered th {
    padding: 10px 5px !important; }
  .ellipse {
    max-width: 400px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important; }
  .ellipse:hover {
    overflow: visible !important;
    white-space: normal !important;
    height: auto !important;
    word-break: break-word !important; } }

.ellipse {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ellipse:hover {
  overflow: visible;
  white-space: normal;
  height: auto;
  word-break: break-word; }

.ellipse_lg {
  max-width: 400px !important; }

.ellipse_md {
  max-width: 200px !important; }

.ellipse_sm {
  max-width: 100px !important; }

.ellipse_xs {
  max-width: 60px !important; }

.ng-table th {
  text-align: left; }
