.table-responsive {
  overflow: auto;
}
.table-responsive .table {
  border: 0;
}
.table-responsive .table thead tr > th {
  border-top: 0;
}
.table-responsive .table thead tr > th:first-child {
  border-left: 0;
}
.table-responsive .table thead tr > th:last-child {
  border-right: 0;
}
.table-responsive .table tbody tr td:first-child {
  border-left: 0;
}
.table-responsive .table tbody tr td:last-child {
  border-right: 0;
}
.box .row-fluid > .table {
  border: 0;
}
.box .row-fluid > .table thead tr > th {
  border-top: 0;
}
.box .row-fluid > .table thead tr > th:first-child {
  border-left: 0;
}
.box .row-fluid > .table thead tr > th:last-child {
  border-right: 0;
}
.box .row-fluid > .table tbody tr td:first-child {
  border-left: 0;
}
.box .row-fluid > .table tbody tr td:last-child {
  border-right: 0;
}
a {
  color: #6ea8e6;
}
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
  color: #438ede;
}
form {
  margin-bottom: 0;
}
select,
input[type="file"] {
  line-height: 1;
}
select,
textarea,
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="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 30px;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
}
label.error {
  color: #C0392B;
}
.bootstrap-timepicker table td input {
  width: 35px;
}
.modal-col-frm {
  margin: 0 10px;
}
.table thead th:last-child,
.table tr td:last-child {
  text-align: center;
}
.editable,
.editable-click,
a.editable-click,
a.editable-click:hover {
  font-weight: 300;
}
.number-detail-ct p {
  position: relative;
}
.number-detail-ct p > a.close {
  position: absolute;
  top: 0;
  right: 0;
}
.toggle {
  height: 20px;
  width: 60px;
  margin: 10px 0;
}
.txt-red {
  color: #e07e63;
}
.txt-orange {
  color: #ecac58;
}
.txt-blue {
  color: #6ea8e6;
}
.txt-green {
  color: #8ed66b;
}
.txt-gray {
  color: #aaaaaa;
}
.txt-gray-dark {
  color: #666666;
}
.bg-red {
  background: #e07e63;
}
.bg-orange {
  background: #ecac58;
}
.bg-blue {
  background: #6ea8e6;
}
.bg-green {
  background: #8ed66b;
}
.label-gray-1 {
  background: #aaa;
}
.label-gray-2 {
  background: #999;
}
.label-gray-3 {
  background: #888;
}
.label-gray-4 {
  background: #777;
}
.dataTables_length {
  float: left;
}
.dataTables_length select {
  margin: 0;
  height: 28px;
  line-height: 1;
  width: auto;
}
.dataTables_filter {
  float: right;
}
.dataTables_filter input[type=text] {
  width: auto;
}
.dataTables_info {
  float: left;
}
.dataTables_paginate {
  float: right;
}
.data-table thead th:first-child,
.data-table tr td:first-child,
.data-table thead th:last-child,
.data-table tr td:last-child {
  text-align: center;
}
.popover.editable-container.right .datepicker:before,
.popover.editable-container.right .datepicker:after {
  border: 0;
}
.avatar-box {
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  text-align: center;
}
.avatar {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  max-width: 100%;
  height: auto;
  margin: 10px 0 20px 0;
  border: 1px solid #ddd;
}
.avatar p {
  margin: 10px 0;
}
.table .avatar {
  max-width: 40px;
  height: auto;
  margin: 0;
}
.box-header {
  min-height: 26px;
  line-height: 26px;
}
#main-navbar .navbar-inner {
  background: #333;
  border-bottom: 1px solid #111;
  border-top: none;
}
#main-navbar .logo {
  margin-top: 7px;
}
#main-navbar .logo img {
  max-height: 26px;
  width: auto;
}
#main-navbar .messages > li > a {
  font-weight: 300;
  font-size: 12px;
}
#main-navbar .messages > li > a i {
  font-size: 12px;
}
.widget-statistics .rounded-borders.stats-item {
  background: none;
  padding: 14px 0;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: 1px solid #ddd;
}
.widget-statistics .rounded-borders.stats-item:last-child {
  border-bottom: none;
}
.widget-statistics .rounded-borders.stats-item .counter {
  width: 70px;
  margin: 0;
}
.widget-statistics .rounded-borders.stats-item .counter span {
  font-size: 22px;
  min-width: 40px;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}
.widget-statistics .rounded-borders.stats-item .counter-icon {
  float: left;
  margin: 0 0 0 15px;
}
.widget-statistics .rounded-borders.stats-item .counter-icon span {
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  display: block;
  color: #fff;
  padding: 5px;
  font-size: 20px;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
}
.widget-statistics .rounded-borders.stats-item .counter.small {
  margin-left: 0;
}
.widget-statistics .rounded-borders.stats-item .counter.small span {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.widget-statistics .counter-label {
  margin-left: 125px;
  font-weight: 300;
}
.widget-statistics .rounded-borders.stats-item:hover {
  cursor: pointer;
}
.widget-statistics .rounded-borders.stats-item .counter-label a {
  color: #333;
}
.widget-statistics .rounded-borders.stats-item:hover .counter-label a {
  text-decoration: none;
  color: #00aeef;
}
.widget-statistics .rounded-borders.stats-item .counter a {
  color: #fff;
}
.widget-statistics .rounded-borders.stats-item:hover .counter a {
  color: #00aeef;
  text-decoration: none;
}
.btn-green.disabled {
  background: #8ed66b;
  border: 1px solid #7bba5c;
}
#left-panel {
  background: #333 ;
  border-right: 1px solid #222;
}
#left-panel-content a {
  border-top: 1px solid #444;
  border-bottom: 1px solid #222;
  color: #aaa;
  text-shadow: none;
}
#left-panel-content a span {
  color: #888;
}
#left-panel-content a:hover,
#left-panel-content a:hover span {
  color: #fff;
}
#left-panel-content li.active {
  background: #00aeef;
}
#left-panel-content li.active > a {
  color: #fff;
  border: none;
  background: none;
}
#left-panel-content li.active > a span {
  color: #fff;
}
input.pickDates {
  border: none;
  box-shadow: none;
  width: auto;
}
.setting-url {
  margin-top: 25px;
}
.day-time-select {
  width: 50%;
  float: left;
}
/* Modal Call & Audio */
.callMedia {
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
  background: #f2f2f2;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.callMedia .audiojs {
  display: inline-block;
  max-width: 100%;
}
.lead-info a {
  color: #666;
}
.lead-info i {
  width: 16px;
  text-align: center;
  display: inline-block;
}
.lead-info a:hover {
  border-bottom: 1px dotted #888;
  text-decoration: none;
}
.lead-info span {
  display: block;
  font-weight: bold;
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.lead-info small {
  font-size: 13px;
  color: #666;
  margin: 5px 0;
  display: block;
  line-height: 20px;
}
.lead-info small strong {
  text-transform: uppercase;
  color: #444;
}
.lead-sub-info p {
  font-size: 13px;
  margin: 5px 0;
  border-bottom: 1px dotted #ddd;
  line-height: 20px;
  padding: 4px 0;
}
.lead-sub-info p strong {
  color: #444;
}
.lead-sub-info p:last-child {
  border-bottom: none;
}
.row-fluid.statistic-detail:first-child {
  margin: 20px 0 50px 0;
}
.statistic-detail {
  margin: 0;
  padding: 0 0 0 30px;
  border-left: 1px dotted #d6d6d6;
}
.statistic-detail h4 {
  margin: 0;
}
.statistic-progress {
  margin: 0 -20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 20px;
}
.statistic-detail div {
  text-align: center;
}
.campaign-sum-box div.span4:nth-child(2),
.statistic-detail div.span4:nth-child(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
}
.responseLastestTbl .datagrid-stretch-wrapper,
.zipReportTbl .datagrid-stretch-wrapper {
  border: 0;
}
.zipReportTbl table,
.responseLastestTbl table {
  margin: 0;
}
.map-detail {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .map-detail {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
  .map-detail iframe {
    border: 1px solid #d6d6d6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.mailling-progress {
  border-top: 1px solid #d6d6d6;
}
.mailling-progress h4.box-header-small {
  margin: 0 0 10px 0;
  font-size: 14px;
}
.mailling-progress .progress {
  margin: 8px 0 20px 0;
}
.mailling-progress .span3 {
  text-align: right;
}
.tabbable {
  overflow: hidden;
}
.zipReportTbl table tr th:first-child,
.zipReportTbl table tr td:first-child {
  width: 100px;
}
.zipReportTbl table tr th:nth-child(2),
.zipReportTbl table tr td:nth-child(2) {
  width: 50px;
  text-align: center;
}
.zipReportTbl table tr th:nth-child(3),
.zipReportTbl table tr td:nth-child(3) {
  width: 60px;
  text-align: center;
}
.zipReportTbl .mailling-progress {
  margin: 0;
  padding: 10px;
}
.bootstrap-duallistbox-container {
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  padding-top: 15px;
  margin-top: 15px;
}
.bootstrap-duallistbox-container .info-container .btn-group {
  margin-bottom: 10px;
  float: right;
}
.box.campaign-dashboard .avatar {
  max-width: 100px;
  height: auto;
  margin: 0 auto;
}
.box.campaign-dashboard h3,
.box.campaign-dashboard span {
  margin: 0 0 10px 0;
  line-height: 1;
  display: block;
}
/* Donut Chart */
.graph-wrapper {
  position: relative;
}
.donut-chart .graph-info span {
  font-size: 10px;
  line-height: 30px;
}
.lead-break-container .graph-container {
  height: auto !important;
}
#donut-chart {
  height: 180px;
}
.dc-picture {
  text-align: center;
}
.dc-statistic p {
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px dotted #ddd;
}
.dc-statistic p:last-child {
  border-bottom: none;
}
.dc-statistic p > span,
.dc-statistic p > i {
  float: left;
}
.dc-statistic p > span {
  line-height: 16px;
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  height: 16px;
  padding: 4px;
  background: #333;
  color: #fff;
}
.dc-statistic p > i {
  margin-left: 10px;
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
}
.dc-statistic p > small {
  margin-right: 10px;
  font-size: 12px;
  float: right;
}
.dc-piece-header {
  height: 40px;
  line-height: 40px;
  margin: 10px 0;
}
.dc-piece .delivery {
  margin-top: 10px;
}
.dc-piece .delivery i {
  background: #666;
  color: #fff;
  padding: 4px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}
.dc-piece .delivery .progress {
  margin: 5px 0;
}
.dc-piece .delivery span {
  display: block;
  margin: 10px 0;
}
.dc-piece p {
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px dotted #ddd;
}
.dc-report {
  background: #f7f7f7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: center;
}
.ls-owner-box .avatar-box {
  float: left;
  margin: 0 15px 15px 0;
}
.ls-owner-box h5 {
  margin: 0 0 10px 0;
}
.ls-owner-box p {
  margin: 0;
}
.dataTables_scroll {
  margin-bottom: 15px;
  margin-top: 40px;
}
/* Edit Lead Summary */
.row-edit {
  padding: 10px 0;
  margin: 0;
}
.droparea {
  position: relative;
  text-align: center;
}
.multiple {
  position: relative;
  height: 20px;
}
.droparea div,
.droparea input,
.multiple div,
.multiple input {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.droparea input,
.multiple input {
  cursor: pointer;
  opacity: 0;
}
.droparea .instructions,
.multiple .instructions {
  border: 2px dashed #ddd;
  opacity: .8;
}
.droparea .instructions.over,
.multiple .instructions.over {
  border: 2px dashed #000;
  background: #ffa;
}
.droparea .progress,
.multiple .progress {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  color: #fff;
  background: #6b0;
}
.multiple .progress {
  width: 0;
  height: 100%;
}
.droparea-title {
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 20px 0;
}
#areas {
  float: left;
  width: 480px;
}
div.spot {
  min-height: 115px;
  margin: 0 0 20px 0;
}
.thumb {
  float: left;
  margin: 0 20px 20px 0;
  width: 140px;
  min-height: 105px;
}
.desc {
  float: right;
  width: 460px;
}
/* Timeline Widgets */
.timeline-ct {
  position: relative;
  z-index: 1;
}
.timeline-ct:before {
  background: #eee;
  position: absolute;
  left: 49.8%;
  top: 12px;
  width: 2px;
  height: 100%;
  z-index: 2;
  content: "";
}
.timeslot {
  position: relative;
  margin-bottom: 30px;
  min-height: 80px;
}
.timeslot-ct {
  background: #f2f2f2;
  padding: 10px;
  float: right;
  margin-right: 56%;
  position: relative;
  top: 5px;
  max-width: 150px;
  min-width: 100px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.timeslot-ct:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #eee;
  border-right: 0;
  content: "";
  position: absolute;
  top: 13px;
  z-index: 1;
  right: -6px;
}
.timeslot-ct small {
  color: #666;
  text-transform: uppercase;
}
.timeslot-ct p {
  margin: 0;
  font-size: 11px;
  color: #888;
}
.timeslot-ct h5 {
  margin: 0;
}
.timeslot-ico {
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 10px;
  width: 100%;
}
.timeslot-ico i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #aaa;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  font-size: 10px;
}
.timeslot-time {
  position: absolute;
  padding: 5px;
  left: 50%;
  padding-left: 45px;
  top: 5px;
  font-size: 11px;
  color: #888;
}
.timeslot-time:after {
  background: #ddd;
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  left: 10px;
  top: 15px;
}
.timeslot-time p {
  margin: 0;
}
/* Timeslot positions & colors */
.tl-right.timeslot .timeslot-ct {
  float: left;
  margin-left: 56%;
  margin-right: auto;
}
.tl-left.timeslot .timeslot-ct:after {
  border-right: 0 !important;
}
.tl-right.timeslot .timeslot-ct:after {
  border-right: 6px solid #eee;
  border-left: 0 !important;
  left: -6px;
  right: auto;
}
.tl-right.timeslot .timeslot-time:after {
  right: 10px;
  left: auto;
}
.tl-right.timeslot .timeslot-time {
  right: 50%;
  left: auto;
  padding-left: auto;
  padding-right: 45px;
}
/* Red */
.tl-red.timeslot .timeslot-ct {
  background: #e07e63;
}
.tl-red.timeslot .timeslot-ct:after {
  border-left: 6px solid #e07e63;
  border-right: 6px solid #e07e63;
}
.tl-red.timeslot .timeslot-ct small {
  color: rgba(255, 255, 255, 0.6);
}
.tl-red.timeslot .timeslot-ct p {
  color: rgba(255, 255, 255, 0.8);
}
.tl-red.timeslot .timeslot-ico i {
  background: #e07e63;
  color: #fff;
}
.tl-red.timeslot .timeslot-ct h5 {
  color: #fff;
}
/* Green */
.tl-green.timeslot .timeslot-ct {
  background: #8ed66b;
}
.tl-green.timeslot .timeslot-ct:after {
  border-left: 6px solid #8ed66b;
  border-right: 6px solid #8ed66b;
}
.tl-green.timeslot .timeslot-ct small {
  color: rgba(255, 255, 255, 0.6);
}
.tl-green.timeslot .timeslot-ct p {
  color: rgba(255, 255, 255, 0.8);
}
.tl-green.timeslot .timeslot-ico i {
  background: #8ed66b;
  color: #fff;
}
.tl-green.timeslot .timeslot-ct h5 {
  color: #fff;
}
/* Blue */
.tl-blue.timeslot .timeslot-ct {
  background: #6ea8e6;
}
.tl-blue.timeslot .timeslot-ct:after {
  border-left: 6px solid #6ea8e6;
  border-right: 6px solid #6ea8e6;
}
.tl-blue.timeslot .timeslot-ct small {
  color: rgba(255, 255, 255, 0.6);
}
.tl-blue.timeslot .timeslot-ct p {
  color: rgba(255, 255, 255, 0.8);
}
.tl-blue.timeslot .timeslot-ico i {
  background: #6ea8e6;
  color: #fff;
}
.tl-blue.timeslot .timeslot-ct h5 {
  color: #fff;
}
/* Orange */
.tl-orange.timeslot .timeslot-ct {
  background: #ecac58;
}
.tl-orange.timeslot .timeslot-ct:after {
  border-left: 6px solid #ecac58;
  border-right: 6px solid #ecac58;
}
.tl-orange.timeslot .timeslot-ct small {
  color: rgba(255, 255, 255, 0.6);
}
.tl-orange.timeslot .timeslot-ct p {
  color: rgba(255, 255, 255, 0.8);
}
.tl-orange.timeslot .timeslot-ico i {
  background: #ecac58;
  color: #fff;
}
.tl-orange.timeslot .timeslot-ct h5 {
  color: #fff;
}
/* ===== File uploader  ===== */
.plupload_button {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 12px;
  margin-top: 3px;
}
.plupload_start {
  float: left;
  background: url(../images/ui/greenBtn.png) repeat-x 0 0;
  border: 1px solid #292d2f;
  color: #fff;
}
.plupload_start span {
  background: url(../images/upload.png) no-repeat 10px;
  padding: 6px 13px 6px 26px;
  display: block;
}
.plupload_start:hover {
  background-position: 0 -27px;
}
.plupload_start:active {
  background-position: 0 -54px;
}
.plupload_disabled,
a.plupload_disabled:hover {
  color: #a6a6a6;
  border: 1px solid #2e3337;
  background: #32373b;
  cursor: default;
}
.plupload_disabled span {
  padding: 5px 13px 6px 13px;
  background-image: none!important;
}
.plupload_add {
  margin-right: 15px;
  background: url(../images/ui/basicBtn.png) repeat-x 0 0;
  float: left;
  border: 1px solid #292d2f;
  color: #fff;
}
.plupload_add span {
  background: url(../images/add.png) no-repeat 10px;
  padding: 6px 13px 6px 26px;
  display: block;
}
.plupload_add:hover {
  background-position: 0 -27px;
}
.plupload_add:active {
  background-position: 0 -54px;
}
.plupload_wrapper {
  font-size: 11px;
  width: 100%;
}
.plupload_container input {
  border: 1px solid #DDD;
  font-size: 11px;
  width: 98%;
}
.plupload_filelist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.plupload_scroll .plupload_filelist {
  height: 185px;
  background: url(../images/widgetBg.png) repeat;
  overflow-y: auto;
}
.plupload_filelist li {
  padding: 10px 12px;
  background: url(../images/widgetBg.png) repeat;
  border-bottom: 1px solid #343a3d;
}
.plupload_filelist li:nth-child(even) {
  background: url(../images/darkerBg.png) repeat;
}
.plupload_filelist li:hover {
  background: ;
}
.plupload_filelist_header {
  background: url(../images/darkerBg.png) repeat-x 0 1px;
  padding: 3px 12px;
  color: #54585D;
}
.plupload_filelist_footer {
  background: url(../images/titleBg.png) repeat-x;
  padding: 3px 12px;
  color: #878787;
}
.plupload_filelist_header {
  border-bottom: 1px solid #363b3e;
}
.plupload_filelist_footer {
  border-top: 1px solid #3B4144;
  height: 31px;
  line-height: 30px;
  vertical-align: middle;
}
.plupload_file_name {
  float: left;
  overflow: hidden;
}
.plupload_total_status {
  color: #878787 !important;
}
.plupload_file_status span {
  color: #54585D;
}
.plupload_file_size,
.plupload_file_status,
.plupload_progress {
  float: right;
  width: 80px;
}
.plupload_file_size,
.plupload_file_status,
.plupload_file_action {
  text-align: right;
}
.plupload_filelist .plupload_file_name {
  width: 205px;
}
.plupload_file_action {
  float: right;
  width: 14px;
  margin-top: 3px;
  height: 14px;
  margin-left: 30px;
}
.plupload_file_action * {
  display: none;
  width: 14px;
  height: 14px;
}
li.plupload_done {
  color: #AAA;
}
li.plupload_delete a {
  background: url(../images/uploader/deleteFile.png) no-repeat 0;
}
li.plupload_failed a {
  background: url(../images/uploader/error.png) no-repeat 0;
  cursor: default;
}
li.plupload_done a {
  background: url(../images/uploader/uploaded.png) no-repeat 0;
  cursor: default;
}
.plupload_progress,
.plupload_upload_status {
  display: none;
}
.plupload_progress_container {
  margin-top: 10px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 1px;
}
.plupload_progress_bar {
  width: 0px;
  height: 7px;
  background: #CDEB8B;
}
.plupload_scroll .plupload_filelist_header .plupload_file_action,
.plupload_scroll .plupload_filelist_footer .plupload_file_action {
  /*margin-right: 17px;*/
}
/* Floats */
.plupload_clear,
.plupload_clearer {
  clear: both;
}
.plupload_clearer,
.plupload_progress_bar {
  display: block;
  font-size: 0;
  line-height: 0;
}
li.plupload_droptext {
  background: transparent;
  text-align: center;
  vertical-align: middle;
  border: 0;
  line-height: 165px;
}
#tab-leadInfo .avatar {
  margin: 0;
}
/* Vertical Chart */
.verticalChart {
  margin: 0;
  text-align: left;
}
.singleBar {
  min-height: 160px;
  margin: 6px;
  width: 24px;
  display: inline-block;
}
.singleBar .bar {
  height: 130px;
  margin-bottom: 1px;
  border-radius: 3px 3px 0 0;
}
.singleBar .bar .value {
  background: #f5f5f5;
  border-radius: 3px 3px 0 0;
}
.report-header .mailling-progress {
  margin-top: 20px;
}
/* Update & Fix Bugs & Responsive*/
.campaign-info img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
/* Calendar 
=============================================== */
.fc {
  direction: ltr;
  text-align: left;
}
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}
html .fc,
.fc table {
  font-size: 1em;
}
.fc td,
.fc th {
  padding: 7px 0;
  vertical-align: top;
}
/* Header
------------------------------------------------------------------------*/
.fc-header td {
  white-space: nowrap;
}
.fc-header-left {
  width: 25%;
  text-align: left;
}
.fc-header-center {
  text-align: center;
}
.fc-header-right {
  width: 25%;
  text-align: right;
}
.fc-header-title {
  display: inline-block;
  vertical-align: top;
}
.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.fc .fc-header-space {
  padding-left: 10px;
}
.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top;
}
.fc-header .fc-button {
  margin-right: -1px;
}
.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  /* theme */
  margin-right: 0;
  /* back to normal */
}
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}
.fc-header .fc-state-down {
  z-index: 3;
}
.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}
.fc-content {
  clear: both;
}
.fc-view {
  width: 100%;
  overflow: hidden;
}
.fc-widget-header {
  border: 1px solid #e2e2e2;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
}
.fc-widget-content {
  border: 1px solid #e8e8e8;
}
.fc-state-highlight {
  background: #eeeeee;
}
.fc-cell-overlay {
  background: #efefef;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer;
}
.fc-state-default {
  border: 1px solid;
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.fc-text-arrow {
  margin: 0 .1em;
  font-size: 2em;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
  /* for IE7 */
}
.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
  font-weight: bold;
}
.fc-button .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
}
.fc-button .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  *margin-top: 0;
  *top: -50%;
}
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.fc-event {
  border: 1px solid #666666;
  background-color: #444444;
  color: #fff;
  font-size: .85em;
  cursor: default;
}
a.fc-event {
  text-decoration: none;
}
a.fc-event,
.fc-event-draggable {
  cursor: pointer;
}
.fc-rtl .fc-event {
  text-align: right;
}
.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fc-event-time,
.fc-event-title {
  padding: 0 1px;
}
.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  font-size: 300%;
  line-height: 50%;
}
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
}
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fc-event-hori .ui-resizable-e {
  top: 0 !important;
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize;
}
.fc-event-hori .ui-resizable-w {
  top: 0 !important;
  left: -3px !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: w-resize;
}
.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */
}
table.fc-border-separate {
  border-collapse: separate;
}
.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px;
}
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px;
}
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px;
}
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}
.fc-grid th {
  text-align: center;
}
.fc .fc-week-number {
  width: 22px;
  text-align: center;
}
.fc .fc-week-number div {
  padding: 0 2px;
}
.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px;
}
.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
     might want to set the 'color' property instead
     making day-numbers bold also fixes the problem */
}
.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */
}
/* event styles */
.fc-grid .fc-event-time {
  font-weight: bold;
}
/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
  float: left;
}
.fc-rtl .fc-grid .fc-event-time {
  float: right;
}
/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
  border-collapse: separate;
}
.fc-agenda-days th {
  text-align: center;
}
.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal;
  background: transparent;
}
.fc-agenda .fc-week-number {
  font-weight: bold;
}
.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}
/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}
.fc-agenda-days .fc-col0 {
  border-left-width: 0;
}
/* all-day area */
.fc-agenda-allday th {
  border-width: 0 1px;
}
.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px;
}
/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}
.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}
/* slot rows */
.fc-agenda-slots th {
  border-width: 1px 1px 0;
}
.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none;
}
.fc-agenda-slots td div {
  height: 20px;
}
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}
.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted;
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */
}
/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
  border-width: 0 1px;
}
.fc-event-vert.fc-event-start {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.fc-event-vert.fc-event-end {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}
.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2;
}
.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
}
.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none\9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */
}
/* resizable */
.fc-event-vert .ui-resizable-s {
  bottom: 0        !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100%      !important;
  height: 8px      !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px  !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-agenda .ui-resizable-resizing {
  _overflow: hidden;
}
/* Datatable */
.dataTables_scrollHeadInner table {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .datagrid .datagrid-action-bottom .datagrid-footer-left,
  .datagrid .datagrid-action-bottom .datagrid-footer-right {
    float: none;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .datagrid .datagrid-action-top .datagrid-header-left,
  .datagrid .datagrid-action-top .datagrid-header-right {
    float: none;
    margin-bottom: 10px;
  }
}
.datagrid-stretch-wrapper {
  overflow-x: auto;
  height: auto !important;
}
.datagrid-stretch-wrapper .dropdown.open .dropdown-toggle {
  background: none;
}
@media screen and (max-width: 767px) {
  .datagrid-stretch-wrapper .dropdown-menu {
    left: auto;
    right: 0;
  }
}
.datagrid-stretch-wrapper .dropdown-menu li > a {
  text-align: left;
}
/*Footer*/
#main-footer .copyright-year:before {
  content: "©";
}
.current-stats .type {
  float: left;
  font-size: 16px;
  margin: 0 20px 0 0;
}
.current-stats .type i {
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 4px;
  background: #ddd;
  color: #888;
}
.current-stats h4 {
  margin: 0;
  line-height: 1;
}
.current-stats p {
  margin: 0;
}
/* Datagrid */
.responses-content {
  margin-bottom: 20px;
}
.current-stats i.txt-blue,
i.txt-blue {
  color: #fff;
  background: #6ea8e6;
  height: 16px;
  width: 16px;
  text-align: center;
  padding: 4px;
  line-height: 16px;
  display: inline-block;
}
.current-stats i.txt-green,
i.txt-green {
  color: #fff;
  background: #8ed66b;
  height: 16px;
  width: 16px;
  text-align: center;
  padding: 4px;
  line-height: 16px;
  display: inline-block;
}
.current-stats i.txt-red,
i.txt-red {
  color: #fff;
  background: #e07e63;
  height: 16px;
  width: 16px;
  text-align: center;
  padding: 4px;
  line-height: 16px;
  display: inline-block;
}
.current-stats i.txt-orange,
i.txt-orange {
  color: #fff;
  background: #ecac58;
  height: 16px;
  width: 16px;
  text-align: center;
  padding: 4px;
  line-height: 16px;
  display: inline-block;
}
.current-stats i.txt-gray,
i.txt-gray {
  color: #fff;
  background: #aaa;
  height: 16px;
  width: 16px;
  text-align: center;
  padding: 4px;
  line-height: 16px;
  display: inline-block;
}
table td > i.txt-blue,
table td > i.txt-green,
table td > i.txt-red,
table td > i.txt-orange,
table td > i.txt-gray {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
/* ============================================================= */
/* Responsive */
/* ============================================================= */
@media (min-width: 980px) and (max-width: 1024px) {
  .donut-chart .graph-info span {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .verticalChart .singleBar {
    margin: 5px 2px;
  }
  #donut-chart {
    height: 120px !important;
  }
  .donut-chart .graph-info {
    width: 100%;
    bottom: 0;
    top: 100%;
  }
  .donut-chart .graph-info span {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .campaign-sum-box div.span4:nth-child(2),
  .statistic-detail div.span4:nth-child(2) {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  .campaign-info img {
    max-width: 180px;
  }
  .campaign-info {
    text-align: center;
  }
  .campaign-info h3 {
    margin: 10px 0;
  }
  .campaign-sum-box .span4 {
    padding: 10px 0;
  }
  .campaign-sum-box h4 {
    font-size: 20px;
    margin: 0;
  }
  .verticalChart {
    text-align: center;
  }
  .donut-chart .graph-info {
    position: relative;
    width: auto;
  }
  .leads-tbl-data tr td:last-child {
    max-width: 80px;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .zipReportTbl table tr th:first-child,
  .zipReportTbl table tr td:first-child {
    width: 80px;
  }
  .box.campaign-dashboard span,
  .box.campaign-dashboard h3 {
    margin: 10px 0;
  }
  .zipReportTbl table tr th:nth-child(2),
  .zipReportTbl table tr td:nth-child(2) {
    width: 40px;
  }
  .responseLastestTbl table tr th:first-child,
  .responseLastestTbl table tr td:first-child {
    width: 30px;
  }
  .responseLastestTbl table tr th:nth-child(2),
  .responseLastestTbl table tr td:nth-child(2) {
    width: 200px;
  }
  .responseLastestTbl table tr th:nth-child(3),
  .responseLastestTbl table tr td:nth-child(3) {
    width: 150px;
  }
  .responseLastestTbl table tr th:last-child,
  .responseLastestTbl table tr td:last-child {
    text-align: right;
  }
  .table thead tr th[data-property='status'] {
    max-width: 60px;
  }
  .datagrid-stretch-wrapper {
    height: auto !important;
  }
  .datagrid-stretch-wrapper table.datagrid tr > td {
    border-bottom: 0;
  }
  table.datagrid tr {
    border-bottom: 1px solid #ddd;
  }
  table.datagrid tr > td {
    width: auto !important;
    display: block;
    border: 0;
  }
  table.datagrid.datagrid-stretch-header {
    display: none;
  }
  table.datagrid-stretch-footer.datagrid .datagrid-footer-left,
  table.datagrid-stretch-footer.datagrid .datagrid-footer-right {
    float: none;
  }
  .table tr td:last-child {
    text-align: left;
  }
}
.appt-filter .dropdown,
.appt-filter #reportrange {
  display: inline-block;
  border: 0;
  padding: 0 3px;
  font-weight: bold;
}
.appt-filter .dropdown {
  font-weight: normal;
  padding: 0;
}
.appt-filter #reportrange:after {
  display: none;
}
@media screen and (max-width: 479px) {
  .audiojs .time {
    max-width: 100px;
  }
  .audiojs .scrubber {
    max-width: 110px;
  }
  .table.dataTable thead {
    display: none;
  }
  .table.dataTable tr td {
    display: block;
  }
}
.message-actions {
  margin-bottom: 20px;
}
.datagrid-search #filter {
  max-width: 150px;
}
.leads-actions {
  padding: 10px 20px;
  background: #f5f5f5;
  border: 1px solid #d5d5d5;
  border-radius: 3px 3px 0 0;
  margin: 0 0 -3px 0;
}
.table .abbr[title],
.table abbr[data-original-title],
.table abbr.timeago {
  font-weight: 300;
  font-size: 12px;
}
.table small {
  font-weight: 300;
}
.stats_bar {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .stats_bar {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.stats_bar .butstyle {
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.stats_bar .butstyle.col-5,
.stats_bar .butstyle.col-6,
.stats_bar .butstyle.col-7,
.stats_bar .butstyle.col-3,
.stats_bar .butstyle.col-4 {
  width: 20%;
  padding: 0 10px;
  float: left;
  display: block;
  border: 0;
}
@media screen and (max-width: 479px) {
  .stats_bar .butstyle.col-5,
  .stats_bar .butstyle.col-6,
  .stats_bar .butstyle.col-7,
  .stats_bar .butstyle.col-3,
  .stats_bar .butstyle.col-4 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .stats_bar .butstyle.col-5,
  .stats_bar .butstyle.col-6,
  .stats_bar .butstyle.col-7,
  .stats_bar .butstyle.col-3,
  .stats_bar .butstyle.col-4 {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .stats_bar .butstyle.col-5 .current-stats .type,
  .stats_bar .butstyle.col-6 .current-stats .type,
  .stats_bar .butstyle.col-7 .current-stats .type,
  .stats_bar .butstyle.col-3 .current-stats .type,
  .stats_bar .butstyle.col-4 .current-stats .type {
    float: none;
    margin-bottom: 10px;
  }
}
.stats_bar .butstyle.col-4 {
  width: 25%;
}
.stats_bar .butstyle.col-3 {
  width: 33.33%;
}
.stats_bar .butstyle.col-6 {
  width: 16.67%;
}
.stats_bar .butstyle.col-7 {
  width: 14.2%;
}
.stats_bar .butstyle .stats_box {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
#apptscontainer .stats_bar {
  margin-top: 20px;
  margin-bottom: 20px;
}
#sms-wrap .sms-left .sms-left-header .nav li a {
  background: none;
  padding: 0 5px;
  margin: 0;
  font-size: 13px;
  position: relative;
}
#sms-wrap .sms-left .sms-left-header .nav li a .label {
  position: absolute;
  top: 0;
  right: -20px;
}
#sms-wrap .sms-left .sms-left-header .nav li.active a {
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
#sms-wrap .sms-left .sms-left-header .nav li .dropdown-menu {
  border-radius: 2px;
}
#sms-wrap .sms-left .sms-left-header .nav li .dropdown-menu li a {
  padding: 5px 10px;
}
#sms-wrap .sms-left .sms-left-header .nav li .dropdown-menu li a:hover,
#sms-wrap .sms-left .sms-left-header .nav li .dropdown-menu li a:focus {
  color: #6ea8e6;
}
#sms-wrap .sms-left .sms-search {
  margin: 10px;
  text-align: center;
  padding-right: 30px;
}
#sms-wrap .sms-left .sms-search .input-append {
  margin-bottom: 0;
  width: 100%;
}
#sms-wrap .sms-left .sms-left-list {
  margin: 0;
  padding: 0;
}
#sms-wrap .sms-left .sms-left-list .media {
  list-style: none;
  padding: 10px 15px;
  margin: 0;
}
#sms-wrap .sms-left .sms-left-list .media:hover {
  background: #f2f2f2;
}
#sms-wrap .sms-left .sms-left-list .media .media-object img {
  width: 40px;
  height: 40px;
  border-radius: 2px;
}
@media screen and (max-width: 640px) {
  #sms-wrap .sms-left .sms-left-list .media .media-object {
    float: left;
  }
}
#sms-wrap .sms-left .sms-left-list .media .media-body .sms-sender {
  display: block;
}
#sms-wrap .sms-left .sms-left-list .media .media-body .sms-sender .sms-date {
  float: right;
  font-size: 10px;
  color: #aaa;
}
#sms-wrap .sms-left .sms-left-list .media .media-body .sms-title {
  font-size: 10px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#sms-wrap .sms-left .sms-left-list .media .media-body .sms-body {
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
#sms-wrap .sms-left .sms-left-list .media.active {
  background: #6ea8e6;
  color: #fff;
}
#sms-wrap .sms-left .sms-left-list .media.active a {
  color: #fff;
}
#sms-wrap .sms-left .sms-left-list .media.active .sms-sender .sms-date {
  color: rgba(255, 255, 255, 0.7);
}
#sms-wrap .sms-right .sms-right-header .sms-detail-sender h4 {
  margin: 0;
  float: left;
}
@media screen and (max-width: 640px) {
  #sms-wrap .sms-right .sms-right-header .sms-detail-sender h4 {
    float: none;
    text-align: center;
  }
}
#sms-wrap .sms-right .sms-right-header .sms-detail-sender .nav-pills {
  float: right;
}
@media screen and (max-width: 640px) {
  #sms-wrap .sms-right .sms-right-header .sms-detail-sender .nav-pills {
    float: none;
    padding: 0 20px;
  }
}
#sms-wrap .sms-right .sms-right-header .sms-detail-sender .dropdown-menu {
  right: 0;
  left: auto;
}
#sms-wrap .sms-right .sms-detail-meta {
  padding: 10px 0;
  text-align: center;
  color: #888;
  border-bottom: 1px solid #ddd;
}
#sms-wrap .sms-right .sms-detail-meta.sms-bottom-meta {
  font-size: 12px;
  border-top: 1px solid #ddd;
  border-bottom: 0;
}
#sms-wrap .sms-right .sms-right-body .widget-chat-list {
  overflow-y: auto;
  margin: -20px -20px 0 -20px;
  padding: 20px;
}
#sms-wrap .sms-right .sms-right-body .fileinput {
  margin-right: 10px;
}
#sms-wrap .sms-right .sms-right-body .fileinput .btn {
  border-radius: 0 2px 2px 0;
}
#sms-wrap .sms-right .sms-right-body .widget-actions .btn {
  width: auto;
}
body {
  height: 100%;
  max-height: 100%;
}
.view-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 320px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 979px) {
  .view-1 {
    width: 260px;
  }
}
.view-2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 340px;
  /*Set right value to WidthOfFrameDiv*/
  bottom: 0;
  background: #fff;
}
@media screen and (max-width: 979px) {
  .view-2 {
    left: 280px;
  }
}
.innertube {
  margin: 15px;
  /*Margins for inner DIV inside each DIV (to provide padding)*/
}
* html body {
  /*IE6 hack*/
  padding: 0 200px 0 0;
  /*Set value to (0 WidthOfFrameDiv 0 0)*/
}
* html .view-2 {
  /*IE6 hack*/
  height: 100%;
  width: 100%;
}
.view-2 {
  border-left: 2px solid #ddd;
}
.view-2 .widget-actions {
  position: absolute;
  bottom: 0;
  height: 60px;
  left: 0;
  right: 0;
  padding: 15px;
  background: #fff;
  z-index: 2;
}
.sms-left-ct {
  position: absolute;
  overflow: auto;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
}
.sms-container .widget-chat {
  position: absolute;
  overflow: auto;
  top: 120px;
  bottom: 90px;
  left: 0;
  right: 0;
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sms-container .widget-chat {
    top: 95px;
  }
}
.sms-left-header,
.sms-right-header {
  position: absolute;
  top: 0;
  height: 60px;
  left: 0;
  right: 0;
  padding: 15px 0;
  background: #fff;
  z-index: 2;
}
.sms-right-header {
  padding: 15px 20px;
  min-height: 80px;
}
.sms-container {
  position: absolute;
  left: 100px;
  right: 50px;
  bottom: 20px;
  top: 50px;
}
@media screen and (max-width: 1199px) {
  .sms-container {
    right: 0;
  }
}
@media screen and (max-width: 639px) {
  .sms-container {
    left: 0;
    right: 0;
    bottom: 0;
    top: 75px;
  }
}
#send-sms-frm {
  text-align: left;
}
#send-sms-frm .input-append {
  display: block;
  margin-right: 100px;
  position: relative;
}
#send-sms-frm .input-append .add-on {
  border: 0;
  background: none;
  padding: 0;
}
#send-sms-frm .fileinput {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
}
#send-sms-frm input[type=text].input-block-level {
  margin-left: 40px;
}
#send-sms-frm .fileinput-exists {
  margin-left: -1px;
}
@media screen and (max-width: 639px) {
  .sms-container,
  .view-1,
  .view-2,
  .sms-right-header,
  .sms-left-header,
  .sms-container .widget-chat,
  .sms-left-ct,
  .view-2 .widget-actions {
    position: inherit;
    width: auto;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  .view-2 {
    border-left: 0;
  }
  .sms-container .widget-chat {
    height: 300px;
    overflow: auto;
  }
  .sms-left-list {
    height: 200px;
    overflow: auto;
  }
  #sms-wrap .sms-left .sms-left-list .media .media-body .sms-body {
    display: none;
  }
  #sms-wrap .sms-left .sms-left-list .media .media-object img {
    height: 30px;
    width: 30px;
  }
  .sms-detail-sender {
    text-align: center;
  }
  .sms-detail-sender .pull-right {
    float: none;
  }
  .sms-right-header {
    background: #fff;
    height: auto;
  }
}
.tab-pane#tab-sms {
  overflow: hidden;
}
.tab-pane .widget-chat + .widget-actions {
  padding: 20px;
  margin: 0 -20px -20px -20px;
  background: #fff;
}
.tab-pane .widget-chat + .widget-actions .sms-detail-meta {
  text-align: center;
  margin-bottom: 20px;
}
.tab-pane .widget-chat {
  height: 200px;
  overflow: auto;
}
.action-lead-table-wrap .dataTables_wrapper {
  border: 1px solid #ddd;
}
.action-leads-sidebar .reportrange {
  margin-bottom: 20px;
  margin-top: 5px;
}
.text-left {
  text-align: left !important;
}
