/*************************************************************************************
CSS                  
    Main stylesheet
    Creator: Fermus Octavian
    Company: Digitalya
*************************************************************************************/
/*************************************************************************************
1. Default selector styling
*************************************************************************************/
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  background-color: #fff; }

header {
  margin-top: 5%;
  margin-bottom: 5%; }
  header img {
    margin: 0 auto; }

footer {
  padding-top: 1em; }
  footer p {
    font-size: 12px;
    text-align: center;
    align-self: baseline; }

input[type=text], textarea {
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  -ms-transition: all 0.50s ease-in-out;
  -o-transition: all 0.50s ease-in-out;
  outline: none;
  padding: 3px 0 3px 3px;
  margin: 5px 1px 3px 0;
  border: 1px solid #DDDDDD; }

p, label {
  color: #313131;
  font-size: 14px; }

label {
  font-weight: bold; }

a {
  color: #1eaa25;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; }
  a:hover {
    color: #136917; }

form.black {
    color: #000000 !important;
}

.ui-front {
  z-index: 99999 !important; }

/*************************************************************************************
2. Special selectors
*************************************************************************************/
/* 
2.1 Top Navigation Selectors
*************************************************************************************/
.navbar-default {
  border-radius: 0;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 2em;
  background-color: #1eaa25;
  border: none; }
  .navbar-default .navbar-brand {
    padding: 0;
    padding-top: 6.5px; }
    .navbar-default .navbar-brand img {
      padding-left: 0.9em; }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #1eaa25; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
    background-color: #f5f5f5; }
    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:active .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
      background-color: #1eaa25; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #f5f5f5; }
  .navbar-default .navbar-nav .active {
    color: #313131;
    background-color: #fff; }
    .navbar-default .navbar-nav .active:hover {
      color: #313131;
      background-color: #f2f2f2; }
  .navbar-default .navbar-nav li > a {
    margin-top: 11.5px;
    margin-bottom: 11.5px;
    margin-left: 0.4em;
    margin-right: 0.4em;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    line-height: 2em;
    color: #f5f5f5;
    text-transform: uppercase; }
    .navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
      color: #313131;
      background-color: #fff; }
  .navbar-default .navbar-nav .open {
    border: none; }
    .navbar-default .navbar-nav .open .dropdown-menu {
      border: none;
      /*background-color: #1eaa25;*/ }
      .navbar-default .navbar-nav .open .dropdown-menu li > a {
        color: #f5f5f5; }
        .navbar-default .navbar-nav .open .dropdown-menu li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu li > a:focus {
          color: #313131; }
    .navbar-default .navbar-nav .open .navbar-nav > .open a {
      background-color: #1eaa25;
      color: white; }
      .navbar-default .navbar-nav .open .navbar-nav > .open a:hover, .navbar-default .navbar-nav .open .navbar-nav > .open a:focus {
        color: #cfcfcf !important; }

/* 
2.2 Left Side Selectors
*************************************************************************************/
.leftside {
  background-color: #f5f5f5; }
  .leftside p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #9e9e9e;
    padding-left: 0.5em;
    margin-bottom: 0;
    margin-top: 1em; }
  .leftside ul {
    padding-top: 2em;
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
    .leftside ul li {
      margin: 10px;
      margin-top: 0;
      text-decoration: none;
      list-style: none; }
      .leftside ul li a {
        display: block;
        margin: 0 auto;
        padding: 0.3em;
        width: 80%;
        font-weight: 400;
        cursor: pointer;
        background-color: #1eaa25;
        color: #fff; }
        .leftside ul li a:hover, .leftside ul li a:focus {
          background-color: #fff;
          color: #1eaa25;
          text-decoration: none; }

/* 
2.3 Right Side Selectors
*************************************************************************************/
.red {
  color: red; }

.rightside {
  background-color: #fff;
  padding: 2em;
  border-color: #313131; }
  .rightside h1 {
    color: #313131;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: -6px;
    margin-bottom: 27px; }
  .rightside form {
    border: none;
    padding: 0;
    margin-top: 0; }
  .rightside .chevron {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0; }
  .rightside .red-bin {
    color: red; }
  .rightside .top-margin-10 {
    margin-top: 10px; }
  .rightside .remove-row {
    color: red;
    border: none;
    background-color: transparent;
    margin: 2px 0 0 0; }
  .rightside .searchBox {
    margin-bottom: 3em;
    position: relative;
    width: 100%;
    padding-bottom: 1px; }
    .rightside .searchBox input[type="text"] {
      position: absolute;
      width: 100%;
      z-index: 0;
      height: 2em;
      box-sizing: border-box;
      border: 1px solid #f5f5f5;
      padding-left: 1em;
      padding-right: 60px;
      margin: 0; }
      .rightside .searchBox input[type="text"]:focus {
        border-color: #1eaa25;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #1eaa25;
        outline: 0 none; }
    .rightside .searchBox .button {
      position: absolute;
      right: 0;
      z-index: 1;
      font-size: 12px;
      height: 28px;
      margin: 0; }
  .rightside .lineContent {
    height: 260px;
    max-height: 260px;
    overflow-y: scroll;
    border: 1px solid #afafaf; }
    .rightside .lineContent .twoPart {
      margin: 0;
      padding: 0; }
      .rightside .lineContent .twoPart tr {
        cursor: pointer;
        margin: 0;
        border: none;
        font-weight: 600; }
        .rightside .lineContent .twoPart tr:hover {
          background-color: #eee; }
        .rightside .lineContent .twoPart tr:first-of-type {
          font-weight: 700; }
        .rightside .lineContent .twoPart tr th {
          background-color: white;
          border: none;
          line-height: 1em; }
        .rightside .lineContent .twoPart tr td:first-of-type, .rightside .lineContent .twoPart tr th:first-of-type {
          color: black;
          line-height: 1em;
          padding: 3px;
          border: none; }
        .rightside .lineContent .twoPart tr td:last-of-type, .rightside .lineContent .twoPart tr th:last-of-type {
          color: #afafaf;
          font-style: italic;
          line-height: 1em;
          padding: 3px;
          border: none; }
  .rightside .table-with-input tr > td, .rightside .table-with-input tr > th {
    vertical-align: middle; }
  .rightside .table-with-input input {
    margin: 0;
    color: #313131;
    text-align: right;
    width: 100%; }
  .rightside table tr:first-of-type > td, .rightside table tr:first-of-type > th {
    background-color: #afafaf;
    color: #fff; }
  .rightside table .green {
    color: #1eaa25; }
  .rightside table .edit, .rightside table .delete {
    width: 2%;
    text-align: center; }
    .rightside table .edit .glyphicon, .rightside table .delete .glyphicon {
      margin: 3px; }
  .rightside table .delete span {
    color: red; }
  .rightside table .jobStatus {
    text-align: center; }
    .rightside table .jobStatus abbr {
      border: none; }
      .rightside table .jobStatus abbr .glyphicon-remove {
        color: red; }
      .rightside table .jobStatus abbr .glyphicon-option-horizontal {
        color: goldenrod; }
      .rightside table .jobStatus abbr .glyphicon-ok {
        color: #1eaa25; }
      .rightside table .jobStatus abbr abbr[title] {
        border: none; }
  .rightside table .footer td {
    font-weight: 600;
    text-align: right; }
  .rightside table .no-border-left {
    border-left: none; }
  .rightside table .no-border-right {
    border-right: none; }
  .rightside .button-group {
    float: right; }
    .rightside .button-group .clicked {
      background-color: #f5f5f5;
      color: #1eaa25; }
  .rightside .closer {
    color: #22BAC7;
    background-color: inherit;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: 400;
    line-height: 1em; }
    .rightside .closer:hover {
      color: #1ea6b1; }
  .rightside .orange {
    background-color: #db9616;
    margin-top: 1.5em;
    color: white; }
  .rightside .gray {
    color: white;
    background-color: #afafaf; }
  .rightside .calculator .modal-content {
    border-radius: 0; }
    .rightside .calculator .modal-content .modal-body h4 {
      font-weight: 700;
      padding-bottom: 1.5em; }
    .rightside .calculator .modal-content .modal-body .calculator-table {
      margin: 0;
      font-weight: 600; }
      .rightside .calculator .modal-content .modal-body .calculator-table .whiteBorderBottom {
        border-bottom: 1px solid white; }
      .rightside .calculator .modal-content .modal-body .calculator-table tr, .rightside .calculator .modal-content .modal-body .calculator-table td, .rightside .calculator .modal-content .modal-body .calculator-table th {
        border: none;
        line-height: 1em;
        padding-top: 1.3em;
        padding-bottom: 1.3em; }
      .rightside .calculator .modal-content .modal-body .calculator-table .withFooter {
        line-height: 1em;
        padding-top: 0.8em !important;
        padding-bottom: 0.8em !important; }
        .rightside .calculator .modal-content .modal-body .calculator-table .withFooter td p:last-of-type {
          font-style: italic; }
        .rightside .calculator .modal-content .modal-body .calculator-table .withFooter:first-of-type td p {
          font-weight: 600; }
          .rightside .calculator .modal-content .modal-body .calculator-table .withFooter:first-of-type td p:first-of-type {
            color: #575757; }
          .rightside .calculator .modal-content .modal-body .calculator-table .withFooter:first-of-type td p:last-of-type {
            margin: 0; }
      .rightside .calculator .modal-content .modal-body .calculator-table tr:first-of-type, .rightside .calculator .modal-content .modal-body .calculator-table tr:last-of-type, .rightside .calculator .modal-content .modal-body .calculator-table tr > th {
        background-color: #1eaa25;
        color: white;
        font-size: 16px; }
      .rightside .calculator .modal-content .modal-body .calculator-table td:first-of-type {
        font-style: italic;
        font-weight: 600;
        color: #575757;
        text-align: right;
        padding-right: 3em; }

/* 
2.4 Bootstrap Row Selectors
*************************************************************************************/
.row-full-height {
  height: 100%; }

.col-full-height {
  height: 100%;
  vertical-align: top; }

.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed; }

.col-xs-height {
  display: table-cell;
  float: none !important; }

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important; } }
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important; } }
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important; } }
/* 
2.5 Other Selectors
*************************************************************************************/
.modal-backdrop {
    height: 100% !important;
}
.popper {
  color: black; }

.popover {
  border-radius: 0;
  width: 192px;
  border: none;
  box-shadow: none;
  color: white;
  background-color: black;
  text-align: right; }
  .popover p {
    color: white;
    font-weight: 700;
    font-size: 15px;
    margin-right: 4px; }
  .popover input[type="text"] {
    color: black;
    width: 70px;
    margin-bottom: 1em;
    margin-left: 1em; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: black;
  border-left-width: 0; }

.padding-0-8-top {
  padding-top: 0.8em; }

.padding-0-8-bottom {
  padding-bottom: 0.8em; }

.padding-1-3-top {
  padding-top: 1.3em; }

.padding-1-3-bottom {
  padding-bottom: 1.3em; }

.discounter {
  border: none;
  border-bottom: 1px solid #afafaf; }

.backgroundColor {
  background-color: #e8ecea; }

.darkGray {
  background-color: #bcbcbc; }

.lightGray {
  background-color: #d5d5d5; }

.backgroundWhite {
  background-color: #fff; }

.section {
  background-color: #f5f5f5;
  border: 0.5em solid #fff;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1em; }

.button-group-vertical {
  width: 100%; }
  .button-group-vertical .button {
    padding-left: 5%;
    text-align: left;
    width: 100%;
    font-size: 13px;
    display: block; }
  .button-group-vertical .active {
    background-color: #136917;
    color: white; }

.section-button {
  background-color: inherit;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-right: 2em; }

.float-right {
  float: right; }

.button {
  line-height: 1em;
  padding: 0.5em 1em 0.5em 1em;
  background-color: #1eaa25;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border: none; }
.button_clear {
    background: #f0f0f0 !important;
    color: #000 !important;
}
  .button:hover {
    background-color: #f5f5f5;
    color: #1eaa25; }

.modal label {
  font-size: 11px;
  padding: 0;
  padding-top: 1em;
  text-align: right; }
.modal input[type="checkbox"] {
  height: 2.6em; }
.modal form {
  border: none;
  padding: 0; }
  .modal form button {
    margin: 2px; }

.line-items {
  border: 1px solid #afafaf; }
  .line-items tr:first-of-type > th {
    color: black !important; }
  .line-items td {
    color: black;
    font-weight: 400; }
  .line-items th {
    background-color: #d5d5d5 !important; }
  .line-items td:not(:first-of-type) {
    width: 100px; }
  .line-items .top-border {
    border-top: 1px solid #d5d5d5; }
  .line-items tbody > tr > td, .line-items tbody > tr > th, .line-items tfoot > tr > td, .line-items tfoot > tr > th, .line-items thead > tr > td, .line-items thead > tr > th {
    vertical-align: middle;
    border-top: none; }
    .line-items tbody > tr > td input, .line-items tbody > tr > th input, .line-items tfoot > tr > td input, .line-items tfoot > tr > th input, .line-items thead > tr > td input, .line-items thead > tr > th input {
      margin: 0; }
  .line-items .footer {
    background-color: #d5d5d5; }
    .line-items .footer td:not(first-of-type) {
      text-align: left; }
  .line-items tr > td:first-of-type {
    text-align: right; }

.form-control:focus {
  border-color: #1eaa25;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #1eaa25;
  outline: 0 none; }

/*# sourceMappingURL=stylesheet.css.map */
.button-upload {
  background-color: #1eaa25;
  border: none;
}
.input-upload {
  border: none !important;
  margin-top: 0 !important;
  max-height: 28px !important;
  box-shadow: none !important;
  margin-left: 1px !important;
}

.uk-dots {
    color:#1EAA25;
    margin:0 9px;
}

.button-group-special a, .button-group-special span {
    min-width: 10px;
    float: left;
    height:30px;
}

.button-group-special-clear {
    clear:both;
}

.red {
    color: #ff0000;
}

svg {
    padding-top:10px;
}
.tableDashboard{
    color: #000000;
}

.checkbox-radio-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
}

.checkbox-radio-container input[type="checkbox"] {
  width: 15%;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.checkbox-radio-container input[type="radio"] {
  width: 15%;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

textarea {
  max-width: 100%;
}
.rightside table tr:first-of-type > td{
  background-color: transparent;
  color: #333;
}

.custom_modal .form-group {
  text-align: left;
  margin-left: 0px;
}
.custom_modal .form-group label{
  font-size: 1em;
  padding: 1px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: #1EAA25;
  border-color: #1EAA25;
}
.custom_modal .chosen-select {
  text-align: left;
  margin-left: 0px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  z-index:1;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.campaign-dropdown {
  width: 150px;
}
.campaign-settings {
  margin-right: 30px;
}
.center-block {
  background-color: #fff;
}

.container-inner-form {
  background-color: #bbb;
}

.labels label {
   height: 39px;
   line-height: 39px;
   margin: 0;
 }
.inside-labels label {
  height: 39px;
  line-height: 39px;
  margin: 0;
}

.inputs input[type=text], textarea {
  margin: 0;
}
.inputs .row {
  margin-bottom: 5px;
}
.labels {
  background-color: #f9f9f9;
}
.inputs {
  background-color: #fcfcfc;
}
.labels .row{
  text-align: right;
}
.h4-link {
  padding: 10px 0 10px 10px;
}
.modal-button {
  text-align: center;
}
.modal-button button{
  margin-top:10px;
}
/*
body.modal-open .modal-center {
  display: flex !important;
  align-items: center;
}*/
.custom-radio {
  padding: 7px 15px;
}
.red-button {
  line-height: 1em;
  padding: 0.5em 1em 0.5em 1em;
  background-color: red;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border: none; }
.red-button_clear {
  background: #f0f0f0 !important;
  color: #000 !important;
}
.red-button:hover {
  background-color: #f5f5f5;
  color: red; }

.blue-button {
  line-height: 1em;
  padding: 0.5em 1em 0.5em 1em;
  background-color: dodgerblue;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border: none; }
.blue-button_clear {
  background: #f0f0f0 !important;
  color: #000 !important;
}
.blue-button:hover {
  background-color: #f5f5f5;
  color: dodgerblue; }

.col-md-2 a{
  line-height: 34px;
}
td {
  vertical-align: middle;
}
.form-frame {
  border: 1px solid #1eaa25;
  padding: 2em;
  padding-bottom: 4em;
  color: #1eaa25;
}

.col-sm-12 div h4{
  margin: 20px auto;
  padding: 10px;
  background-color: #f5f5f5;
}

.button-list{
  float: left;
  margin: 15px;
  height: 30px;
  line-height: 1em;
  padding: 0.5em 1em 0.5em 1em;
  background-color: #1eaa25;
  color: black;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border: none;
}
.button-list a {
  color: white;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.button-list .button-checked span{
  margin-right: 15px;
}

.button-list .dropdown span{
  margin-left: 15px;
}

.wheel {
  color:black;
}
.button-link{
  height: 19px;
}
.button-checked{
  height:19px;
}
.dropdown-menu{
  min-width: 140px;
  background-color: grey;
}
.dropdown-menu li a{
  color:white;
}
.nav .dropdown-menu{
  text-align:right;
  background-color: grey;
  color:white;
}
.label label{
  height: 39px;
  line-height: 39px;
  margin: 0;
}
.label .label-15px{
  line-height: 15px;
}
.label{
  text-align: right;
}
#commonCodeEditor {
   min-height: 500px;
   min-width: 100px;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}
#pageEditor {
  min-height: 500px;
  min-width: 100px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#formCodeEditor {
  min-height: 600px;
  min-width: 100px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#formCodeModal .modal-dialog {
  width: 70%
}
.row select{
  padding: 3px 0 3px 3px;
  margin: 5px 1px 3px 0;
  border: 1px solid #DDDDDD;
}
.flex-aligned{
  display:flex;
  align-items:center;
}
.custom-disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.5;
}
.custom-disabled:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  user-select: none;
}
.nav>li{
  display:inline-block;
}
.modal-nav{
  font-size:0;
  text-align: center;
}
.modal-nav-item {
  display: inline-block;
  padding: 0.5em 1.5em;
  font-weight: 400;
  cursor: pointer;
  background-color: #1eaa25;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.modal-nav-item:hover {
  background-color: #1eaa25;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.modal-nav-item:active{
  text-decoration: none;
}
.modal-nav-item:focus{
  text-decoration: none;
  color: #fff;
}
.inactive-modal-nav-item{
  opacity: 0.3;
  text-decoration: none;
}

.modal-nav-action{
  font-size:0;
  text-align: center;
}
.modal-nav-item-action {
  display: inline-block;
  padding: 0.5em 1.5em;
  font-weight: 400;
  cursor: pointer;
  background-color: #1eaa25;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.modal-nav-item-action:hover {
  background-color: #1eaa25;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.modal-nav-item-action:active{
  text-decoration: none;
}
.modal-nav-item-action:focus{
  text-decoration: none;
  color: #fff;
}
.inactive-modal-nav-item-action{
  opacity: 0.3;
  text-decoration: none;
}
.modal-nav-flow{
  font-size:0;
  text-align: center;
}
.modal-nav-item-flow {
  display: inline-block;
  padding: 0.5em 1.5em;
  font-weight: 400;
  cursor: pointer;
  background-color: #1eaa25;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.modal-nav-item-flow:hover {
  background-color: #1eaa25;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.modal-nav-item-flow:active{
  text-decoration: none;
}
.modal-nav-item-flow:focus{
  text-decoration: none;
  color: #fff;
}
.inactive-modal-nav-item-flow{
  opacity: 0.3;
  text-decoration: none;
}
.cancel{
  color: #40a0ff;
}
select .form-control{
  margin-top: 0;
}
.right {
  text-align: right;
}
.medium-font {
  font-size: medium;
}

.popover-title {
  background-color: #1eaa25;
  text-align: center;
}

.popover-content {
  white-space: pre;
  text-align: left;
  background-color: #f5f5f5;
  border-bottom-left-radius: 5px;
  color: #1eaa25;
  border-bottom-right-radius: 5px;
}

.popover {
  background-color: transparent;
  max-width: 800px;
  width: auto;
}

.report-box {
  background-color: #3d81b3;
  color: white;
  margin: 2px 10px 2px 10px;
  padding: 2px;
  text-align: center;
}
.campaign-stats-wrapper {
  display: flex;
  align-items: center;
}

.rightside-container {
  background-color: #fcfcfc
}

.row .col-md-12 .checkbox-1em {
  height: 1em;!important;
}
.green {
  color:#1EAA25;
}

.align-right {
  text-align: right;
}

/*
.fields {
    margin-top: 10px;
    display:inline-block;
    vertical-align:top;
    overflow:hidden;
    border:solid grey 1px;
}
.fields select {
  padding:10px;
  margin:-5px -20px -5px -5px;
}*/

/* DUAL LIST BOX */
.bootstrap-duallistbox-container .buttons {
    width: 100%;
    margin-bottom: -1px;
}

.bootstrap-duallistbox-container label {
    display: block;
}

.bootstrap-duallistbox-container .info {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 11px;
}

.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear2 {
    display: none;
    font-size: 10px;
}

.bootstrap-duallistbox-container .box1.filtered .clear1,
.bootstrap-duallistbox-container .box2.filtered .clear2 {
    display: inline-block;
}

.bootstrap-duallistbox-container .move,
.bootstrap-duallistbox-container .remove {
    width: 60%;
}

.bootstrap-duallistbox-container .btn-group .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.bootstrap-duallistbox-container select {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bootstrap-duallistbox-container .moveall,
.bootstrap-duallistbox-container .removeall {
    width: 40%;
}

.bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {
    margin-left: 0;
}

.bootstrap-duallistbox-container select {
    width: 100%;
    height: 300px;
    padding: 0;
}

.bootstrap-duallistbox-container .filter {
    display: inline-block;
    width: 100%;
    height: 31px;
    margin: 0 0 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-duallistbox-container .filter.placeholder {
    color: #aaa;
}

.bootstrap-duallistbox-container.moveonselect .move,
.bootstrap-duallistbox-container.moveonselect .remove {
    display:none;
}

.bootstrap-duallistbox-container.moveonselect .moveall,
.bootstrap-duallistbox-container.moveonselect .removeall {
    width: 100%;
}


/* OTHER CSS */
#newNotificationModal .modal-dialog {
    width:60%;
}
.editNotificationModal .modal-dialog {
    width:60%;
}

#loading-reports {
  position:fixed;top:0;right:0;bottom:0;left:0;
  z-index:1104;
  display:flex;
  background: rgba(200,200,200,0.6) no-repeat 50% 50%;
}

.h4-right-centered-button {
  float:right;
  margin: -5px 5px 0 0;
}