.mx-navigation-body {
  height: 33px;
  background-color: #007eb7;
}
.mx-nav-body {
  padding-left: 3px;
}
.mx-nav-body a {
  text-decoration: none;
  outline: none;
}
.mx-nav-block {
  display: inline-block;
  margin-top: 3px;
  padding: 5px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #fff;
  background: #555;
  cursor: pointer;
}
.mx-nav-block:hover {
  color: #555;
  background: #fefefe;
}
.mx-nav-block-checked {
  display: inline-block;
  margin-top: 3px;
  padding: 5px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #555;
  background: #fefefe;
  cursor: pointer;
}
.mx-footer {
  position: fixed;
  bottom: 0;
  height: 26px;
  width: 100%;
  padding-top: 5px;
  background-color: #007eb7;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
.mx-header-1 {
  background: #45484d;
  background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
  background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
  background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}
.mx-app-name {
  text-align: center;
  font-family: Helvetica;
  color: #fff;
  font-size: 32px;
}
.mx-logout-btn {
  float: right;
  padding-top: 6px;
  padding-right: 5px;
}
.mx-logout-btn img {
  width: 36px;
}
.mx-warning-alert-box {
  float: right;
  width: 145px;
  height: 36px;
  margin-top: 5px;
  margin-right: 10px;
  padding-left: 10px;
  background: url("img/alert-bg.png");
}
.mx-wa-critical {
  float: left;
  margin-right: 5px;
}
.mx-wa-critical img {
  width: 36px;
  -webkit-animation: mx_alert 1s infinite; /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
  animation: mx_alert 1s infinite;
  animation-direction: alternate;
}

.mx-wa-critical-number {
  position: absolute;
  color: #ffd6f8;
  top: 25px;
  margin-left: 25px;
  width: 15px;
  padding: 2px 3px 2px 4px;
  background-color: #313131;
  border-radius: 50%;
  font-family: "Open Sans", sans-serif;
  font-size: 8px;
  text-align: center;
}
.mx-wa-major {
  float: left;
  margin-right: 5px;
}
.mx-wa-major img {
  width: 36px;
  -webkit-animation: mx_alert 1s infinite; /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
  animation: mx_alert 1s infinite;
  animation-direction: alternate;
}

.mx-wa-major-number {
  position: absolute;
  color: #fff;
  top: 25px;
  margin-left: 25px;
  width: 15px;
  padding: 2px 3px 2px 4px;
  background-color: #313131;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
}
.mx-wa-minor img {
  width: 36px;
  -webkit-animation: mx_alert 1s infinite; /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
  animation: mx_alert 1s infinite;
  animation-direction: alternate;
}
.mx-wa-minor-number {
  position: absolute;
  color: #fff;
  top: 25px;
  margin-left: 105px;
  width: 15px;
  padding: 2px 3px 2px 4px;
  background-color: #313131;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mx_alert {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.95;
  }
  20% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.85;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.75;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.85;
  }
  80% {
    opacity: 0.9;
  }
  90% {
    opacity: 0.95;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mx_alert {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.95;
  }
  20% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.85;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.75;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.85;
  }
  80% {
    opacity: 0.9;
  }
  90% {
    opacity: 0.95;
  }
  100% {
    opacity: 1;
  }
}
.tabs-main {
  width: 100%;
  height: 27px;
  padding-top: 2px;
  background-color: #a9a9a9;
}

.tabs-main-input {
  opacity: 0;
}

.tabs-main-label {
  cursor: pointer;
  height: 25px;
  background: -webkit-linear-gradient(#777, #666);
  color: #fff;
  padding: 5px 15px 5px 15px;
  float: left;
  margin-right: 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  border: solid 0px red;
}

.tabs-main-label:hover {
  background: -webkit-linear-gradient(#5a5a5a, #4e4e4e);
}

.tabs-main-input:checked + .tabs-main-label {
  background: #fff;
  color: #333;
}

.tabs-main input:nth-of-type(1):checked ~ .panels-main .panel-main:first-child,
.tabs-main input:nth-of-type(2):checked ~ .panels-main .panel-main:nth-child(2),
.tabs-main input:nth-of-type(3):checked ~ .panels-main .panel-main:nth-child(3),
.tabs-main input:nth-of-type(4):checked ~ .panels-main .panel-main:nth-child(4),
.tabs-main input:nth-of-type(5):checked ~ .panels-main .panel-main:nth-child(5),
.tabs-main input:nth-of-type(6):checked ~ .panels-main .panel-main:nth-child(6),
.tabs-main input:nth-of-type(7):checked ~ .panels-main .panel-main:nth-child(7),
.tabs-main input:nth-of-type(8):checked ~ .panels-main .panel-main:nth-child(8),
.tabs-main input:nth-of-type(9):checked ~ .panels-main .panel-main:nth-child(9),
.tabs-main
  input:nth-of-type(10):checked
  ~ .panels-main
  .panel-main:nth-child(10),
.tabs-main
  input:nth-of-type(11):checked
  ~ .panels-main
  .panel-main:nth-child(11) {
  opacity: 1;
  display: block;
  -webkit-transition: 0.3s;
}

.panels-main {
  float: left;
  clear: both;
  position: relative;
  width: 100%;
  padding-top: 5px;
  background: #fff;
  border-radius: 0 10px 10px 10px;
  border-bottom: solid 0px #000;
}

.panel-main {
  width: 100%;
  opacity: 0;
  position: absolute;
  display: none;
  background: #fff;
  padding-bottom: 25px;
  border-radius: 0 10px 10px 10px;
  box-sizing: border-box;
  border-bottom: solid 1px #fff;
}

.panel-main h2 {
  margin: 0;
}
.mx-inner-tab {
  padding-left: 15px;
  padding-right: 5px;
}
.mx-panel-block {
  float: left;
  width: 50%;
  display: inline-block;
  overflow: hidden;
}
.mx-panel-block:nth-child(2) {
  float: right;
}
/* user management start */

.mx-main-heading {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 5px 0px 0px;
  font-family: "Source Sans Pro", sans-serif;
  color: #0b3c5d;
  font-size: 18px;
  text-shadow: 1px 1px 2px #c3c3c3;
  border-bottom: double #0b3c5d;
}
.mx-main-panel {
  padding: 5px;
}

/* user management end */
/* inner content block start */

.mx-inner-label {
  padding-top: 2px;
  font-family: "Source Sans Pro", sans-serif;
  color: #0b3c5d;
}
.mx-inner-input input {
  width: 100%;
  padding-left: 5px;
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  color: #555555;
}
.mx-inner-input-file {
  width: 120%;
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  color: #555555;
  overflow: hidden;
}
.mx-select select {
  width: 100%;
  height: 25px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  color: #555555;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("img/down-arrow.png") no-repeat center right;
}
.mx-select select option {
  font-family: "Source Sans Pro", sans-serif;
  color: #555555;
}
.mx-checkbox input[type="checkbox"] {
  display: none;
}

.mx-checkbox input[type="checkbox"] + label {
  font-family: "Source Sans Pro", sans-serif;
  color: rgba(93, 92, 93, 0.87);
}

.mx-checkbox input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(img/check_radio_sheet.png) left top no-repeat;
  cursor: pointer;
}

.mx-checkbox input[type="checkbox"]:checked + label span {
  background: url(img/check_radio_sheet.png) -19px top no-repeat;
}
.mx-radio input[type="radio"] {
  display: none;
}

.mx-radio input[type="radio"] + label {
  font-family: "Source Sans Pro", sans-serif;
  color: rgba(93, 92, 93, 0.87);
}

.mx-radio input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(img/check_radio_sheet.png) -38px top no-repeat;
  cursor: pointer;
}

.mx-radio input[type="radio"]:checked + label span {
  background: url(img/check_radio_sheet.png) -57px top no-repeat;
}
.mx-switch {
  position: relative;
  display: inline-block;
  margin-top: 3px;
  width: 33px;
  height: 17px;
}

.mx-switch input {
  display: none;
}

.mx-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: red;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mx-slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mx-switch input:checked + .mx-slider {
  background-color: #18a689;
}

.mx-switch input:focus + .mx-slider {
  box-shadow: 0 0 1px #18a689;
}

.mx-switch input:checked + .mx-slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.mx-slider.round {
  border-radius: 34px;
}

.mx-slider.round:before {
  border-radius: 50%;
}

.mx-table-block {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  border-radius: 5px;
}
.mx-table {
  padding: 10px;
}
.mx-table table {
  border: solid 1px #ccc;
  font-family: "Source Sans Pro", sans-serif;
  color: #333135;
  font-size: 13px;
}
.mx-table table thead tr th {
  border-right: solid 1px #ccc;
}
.mx-table table tfoot tr th {
  border-right: solid 1px #ccc;
}
.mx-table table tbody {
  border-top: solid 1px #ccc;
}
table.dataTable thead th {
  border-bottom: solid 1px #ccc;
}
table.dataTable tfoot th {
  border-top: solid 1px #ccc;
}
.mx-table table tbody tr {
  height: 20px;
}
.dt-buttons a {
  padding: 2px 10px;
  font-family: "Source Sans Pro", sans-serif;
  color: #333135;
  font-size: 13px;
}

/* campaign request report status table download button style change */
#table_status_wrapper .dt-buttons a {
  color: white !important;
  background-color: #337ab7 !important; 
  border-color: #2e6da4 !important; 
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.dataTables_filter label {
  padding: 2px 0px;
  font-family: "Source Sans Pro", sans-serif;
  color: #333135;
  font-size: 13px;
}
.dataTables_filter label input {
  padding: 2px 10px;
  height: 24px;
  font-family: "Source Sans Pro", sans-serif;
  color: #333135;
  font-size: 13px;
  border: solid 1px #ccc;
}
.dataTables_info {
  font-family: "Source Sans Pro", sans-serif;
  color: #333135;
  font-size: 13px;
}
.paginate_button {
  padding: 0px !important;
  font-family: "Source Sans Pro", sans-serif;
  color: #333135;
  font-size: 13px;
}

.previous {
  padding: 0px 10px !important;
  border: solid 1px #ccc !important;
  border-radius: 3px !important;
}
.previous:hover {
  border: solid 1px #5e5e5e !important;
}
.next {
  padding: 0px 10px !important;
  /* border: solid 1px #ccc !important; */
  border: none;
  border-radius: 3px !important;
}
.next:hover {
  /* border: solid 1px #5e5e5e !important; */
  border: none !important;
}
/* inner content block end */

/* Buttons start*/
.mx-btn {
  display: inline-block;
  float: left;
  min-width: 75px;
  height: 25px;
  padding: 2px 8px;
  border-radius: 2px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border: solid 0px #000;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mx-btn-viber {
  display: inline-block;
  float: left;
  min-width: 75px;
  height: 25px;
  padding: 2px 8px;
  border-radius: 2px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border: solid 0px #000;
  cursor: pointer;
}
.mx-btn-success {
  background-color: #18a689;
}
.mx-btn-success:hover {
  background-color: #198b6e;
}
.mx-btn-info {
  background-color: #1a7bb9;
}
.mx-btn-info:hover {
  background-color: #185f90;
}
.mx-btn-warning {
  background-color: #eb9c47;
}
.mx-btn-warning:hover {
  background-color: #de9640;
}
.mx-btn-danger {
  background-color: #ec3742;
}
.mx-btn-danger:hover {
  background-color: #ce333a;
}

.mx-circle-btn {
  display: inline-block;
  float: left;
  width: 35px;
  height: 35px;
  padding: 10px 8px;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border: solid 0px #000;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Buttons end*/
/* modal start*/
.mx-modal-header {
  height: 30px !important;
  padding-top: 5px !important;
}
.mx-modal-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.mx-modal-footer {
  padding-top: 8px;
  padding-right: 10px;
}
/* modal end*/

/* mobile view start*/
.mx-preview-time {
  position: absolute;
  z-index: 2;
  top: 67px;
  left: 296px;
  width: 130px;
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-weight: 600;
}
.mx-preview-sender {
  position: absolute;
  z-index: 2;
  top: 87px;
  left: 230px;
  width: 162px;
  max-height: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  border: solid 0px red;
  overflow: hidden;
}
.mx-preview-txt-box {
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 220px;
  width: 130px;
}
.mx-preview-txt-box-inner {
  width: 189px;
  height: 259px;
  max-height: 259px;
  padding: 5px;
  overflow: scroll;
  overflow-x: hidden;
}
.mx-preview-msg-top {
  margin-top: 5px;
  margin-left: 3px;
  margin-bottom: 5px;
  width: 130px;
  height: 7px;
  background-color: #e5e4e9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.mx-preview-msg {
  margin-top: -05px;
  margin-left: 3px;
  padding: 5px;
  font-size: 13px;
  background-color: #e5e4e9;
  border-bottom-right-radius: 2px;
  width: 130px;
  max-width: 130px;
  /*overflow: scroll;*/
  /*overflow-x: hidden;*/
  overflow-wrap: break-word;
}
.mx-viber-client-name {
  position: absolute;
  margin: -416px 0px 0px 140px;
  width: 100px;
  height: 15px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  color: #fff;
}
.mx-viber-preview-block {
  margin-top: 10px;
  margin-left: 120px;
}
#mx-viber-preview-phone img {
  margin: -30px 0px 0px 50px;
  width: 280px;
}
.mx-viber-preview-main-box {
  position: absolute;
  margin: -397px 0px 0px 97px;
  width: 194px;
  height: 315px;
  max-height: 315px;
  background: #e0e1e3;
  overflow-y: scroll;
}
.mx-viber-preview-box {
  width: 130px;
  margin: 30px 0px 0px 31px;
  font-size: 10px;
}
#mx-viber-preview-client-logo {
  position: absolute;
  margin: 0px 0px 10px -29px;
  width: 100px;
}
#mx-viber-preview-client-logo img {
  width: 25px;
  border-radius: 50%;
}
.mx-viber-preview-header {
  margin: 0px 0px 10px -39px;
  width: 100px;
}
.mx-viber-preview-header img {
  width: 173px;
}
.mx-viber-preview-content-body {
  background: #fafafa;
}
.mx-viber-preview-content-img {
  padding-left: 5px;
  width: 120px;
  max-height: 120px;
  overflow: hidden;
}
.mx-viber-preview-content-img img {
  width: auto;
}
.mx-viber-text-preview {
  width: 132px;
  margin: -10px 0px 0px 0px;
  padding: 0px 5px;
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
  overflow-wrap: break-word;
}
.mx-viber-preview-action-body {
  margin: -2px 0px 30px -11px;
}
.mx-viber-preview-action-body img {
  width: 143px;
}
.mx-viber-caption-preview {
  position: absolute;
  z-index: 4;
  margin: 5px 0px 0px 20px;
  width: 110px;
  height: 15px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}
a:link {
  text-decoration: none;
}
.mx-viber-img-block {
  width: 100%;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.mx-viber-img-txt {
  width: 80%;
  height: 100%;
  float: left;
}
.mx-viber-img-arrow-block {
  width: 20%;
  height: 100%;
  float: left;
}
.mx-viber-img-arrow {
  display: block;
  margin: 0px auto;
  padding: 5px;
  width: 100%;
  border-left: solid 1px #ddd;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mx-viber-img-arrow:hover {
  background-color: #ddd;
}
.mx-viber-img-panel {
  position: relative;
  z-index: 2;
  margin: 32px 0px 0px 0px;
  width: 230px;
  height: 212px;
  max-height: 212px;
  border: solid 1px #ddd;
  border-radius: 5px;
  overflow-y: scroll;
  background-color: #eee;
}
.mx-viber-img-add {
  float: left;
  width: 70px;
  height: 70px;
  border: solid 1px #ddd;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mx-viber-img-add:hover {
  border: solid 1px #dd1a4e;
}
.mx-viber-img-add img {
  width: 100%;
}
.mx-viber-images {
  float: left;
  width: 70px;
  height: 70px;
  border: solid 1px #ddd;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mx-viber-images:hover {
  border: solid 1px #dd1a4e;
}
.mx-viber-images img {
  width: 100%;
}
.viber-img-number {
  padding: 5px;
  font-family: "Open Sans", sans-serif;
  float: left;
}
.viber-img-thumb {
  float: left;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}
.viber-img-thumb img {
  width: 28px;
}
.mx-viber-select-img {
  position: absolute;
  z-index: 110;
  margin-left: 150px;
  width: 300px;
  height: 110px;
  background: #ddd;
  border: solid 1px #ccc;
  overflow: hidden;
}
.mx-viber-select-img-header {
  width: 100%;
  height: 25px;
  background: #525d73;
}
.mx-viber-select-img-header-title {
  display: inline-block;
  float: left;
  width: 80%;
  padding: 2px 10px;
  color: #fff;
}
.mx-viber-select-img-close {
  display: inline-block;
  float: right;
  width: 20px;
  padding: 5px 10px 0px 0px;
  color: #fff;
}
.mx-viber-select-img-close img {
  cursor: pointer;
}
#mx-viber-select-img-input {
  margin: 15px 0px 0px 70px;
}
.mx-viber-select-ok-btn {
  margin: 10px 0px 0px 120px;
}
/* mobile view end*/

.date_input {
  height: 25px !important;
  border-width: 2px 0.5px 0.5px 2px !important;
  border-color: #969696 !important;
  border-radius: 3px !important;
}

.input-daterange > input {
  height: 25px !important;
  border-width: 2px 0.5px 0.5px 2px !important;
  border-color: #969696 !important;
  border-radius: 3px !important;
}

.input-daterange {
  min-width: -moz-available !important;
}

.form-control {
  height: 25px !important;
}

.dropdown-menu > li > a:hover {
  background-color: #000;
  color: white;
}

.not_downloaded{
  font-weight: bold !important;
}

#unread_queue_downloads_list {
  left: -60px !important;
}
