a, img, link, .btn {
  outline: 0px !important;
}
/*colors css*/

.white {
  color: #fff;
}
.blue {
  color: #4985a4;
}
.blue-bg {
  background-color: #4985a4;
}
.darkblue {
  color: #4985a4;
}
.darkblue-bg {
  background-color: #1e5673;
}
.light-blue {
  color: #1e5673;
}
.blue-border {
  border-left: 2px solid #3598db;
}
.orange {
  color: #ff9000;
}
.orange-bg {
  background-color: #ff9000;
}
.orange-border {
  border-left: 2px solid #ffaf00;
}
.pirble {
  color: #662987;
}
.pirble-bg {
  background-color: #6b327c;
}
.pirble-border {
  border-left: 2px solid #6b327c;
}
.green {
  color: #1e5673;
}
.green-bg {
  background-color: #1e5673;
}
.green-border {
  border-left: 2px solid #3c9f74;
}
.red {
  color: #d20000;
}
.red-bg {
  background-color: #d20000;
}
.red-border {
  border-left: 2px solid #d20000;
}
.cold-green {
  color: #196b6a !important;
}
.cold-green-border {
  border-left: 2px solid #196b6a;
}
.dark-blue-border {
  border-left: 2px solid #1f4e79;
}
.dark-blue {
  color: #1e5673 !important;
}
/*-------- end colors --------*/

/*buttons color*/

.orange-btn, .orange-btn:hover, .orange-btn:active, .orange-btn:focus {
  background: none;
  border: none;
  border-radius: 5px;
  background-image: -moz-linear-gradient( 90deg, rgb(255, 144, 0) 0%, rgb(255, 158, 32) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255, 144, 0) 0%, rgb(255, 158, 32) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255, 144, 0) 0%, rgb(255, 158, 32) 100%);
  box-shadow: 0px 1px 0px 0px rgba(213, 120, 0, 1);
  color: #fff;
  padding: 5px 8px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
}
.blue-btn, .blue-btn:hover, .blue-btn:active, .blue-btn:focus {
  background-image: -moz-linear-gradient( 90deg, rgb(62, 165, 218) 0%, rgb(74, 180, 234) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(62, 165, 218) 0%, rgb(74, 180, 234) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(62, 165, 218) 0%, rgb(74, 180, 234) 100%);
  box-shadow: 0px 1px 0px 0px rgba(22, 117, 166, 1);
  padding: 6px 8px;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.big-orange-btn-shadow {
  box-shadow: 0px 2px 0px 0px rgba(213, 120, 0, 1) !important;
}
.big-blue-btn-shadow {
  box-shadow: 0px 2px 0px 0px rgba(22, 117, 166, 1) !important;
}
.modal-footer .btn.rk-gray-btn {
  background-color: #ccc !important;
}
.action-droplist-btn, .action-droplist-btn:hover, .action-droplist-btn:active, .action-droplist-btn:focus {
  padding: 8px;
  font-size: 13px;
}
.action-droplist-btn .caret {
  margin-left: 4px;
}
/*end buttons color*/

/*---------Table style--------*/

.table-style1>thead>tr>th {
  background: transparent;
  color: #555555;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px 2px 0 0;
  background-color: #f3f3f3;
  padding: 6px 8px;
  vertical-align: middle;
}
.table-style1>tbody>tr:nth-of-type(odd) {
  background-color: #fff !important;
}
.table-style1>tbody>tr:nth-child(odd)>td, .table-style1>tbody>tr:nth-child(odd)>th {
  background-color: #fff;
}
.table-style1>tbody>tr:nth-of-type(even) {
  background-color: #fafafa !important;
}
.table-style1>tbody>tr:nth-child(even)>td, .table-style1>tbody>tr:nth-child(even)>th {
  background-color: #fafafa;
}
/*end table style*/

/*---------Table style2--------*/

.table-style2>thead>tr>th {
  background: transparent;
  color: #333333;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px 2px 0 0;
  padding: 0px 8px;
  vertical-align: middle;
  background-color: #f7f7f7;
}
.table-style2>tbody>tr {
  box-sizing: border-box;
  border-left: 2px solid #4985a4;
  border-radius: 2px;
}
.table-style2>thead>tr {
  box-sizing: border-box;
}
.table-style2>tbody>tr {
  background-color: #fff !important;
}
.table-style2>tbody>tr>td, .table-style2>tbody>tr>th {
  background-color: #fff !important;
}
.table-style2 {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table-style2>tbody>tr>td {
  padding: 6px 10px;
  box-shadow: 0px 2px 0px rgba(4, 4, 4, 0.09);
}
.table-style2>tbody>tr>td:first-child {
  border-left: 2px solid #4985a4;
}
/*end table style2*/

.no-padding {
  padding: 0px !important;
}
.no-padding-left {
  padding-left: 0px !important;
}
.no-padding-right {
  padding-right: 0px !important;
}
.x-navigation li>a:hover {
  background: unset;
}
.page-container .page-content, .page-container .page-content .page-content-wrap {
  background-color: #f7f7f7;
}
.page-content .logo-link {
  position: absolute;
  top: 7px !important;
  left: -190px;
  z-index: 1000;
}
.page-content .logo-link img {
  width: 139px;
}
.page-container .page-sidebar {
  background-color: #ffffff;
  box-shadow: 2px 40px 7px rgba(0, 0, 0, .08);
}
.x-navigation.x-navigation-horizontal {
  height: 40px;
  background: #1e5673;
}
.x-navigation>li.xn-logo>a:first-child {
  height: 40px;
  background: url("../img/logo-new.png") center center no-repeat #fff !important;
  background-position-y: 7px;
  background-position-x: 6px;
}
.x-navigation li>a {
  padding: 10px 10px 10px 10px;
  border: none !important;
}
.x-navigation li.active>a {
  background: #1e5673 !important;
}
.x-navigation.x-navigation-custom li>a:hover {
  background: #1e5673;
}
.x-navigation.x-navigation-custom>li.xn-logo>a {
  background-color: #1e5673 !important;
  padding: 10px;
  height: 40px;
}
.x-navigation li>a span.fa, .x-navigation li>a span.glyphicon {
  margin-right: 4px;
}
.x-navigation .custom-ul li:last-child>a span.fa {
  margin: 0px;
}
.custom-ul {
  float: right;
}
.custom-ul li>a {
  font-size: 12px;
  font-weight: 700;
  color: #98a9ba;
  text-transform: uppercase;
}
.custom-ul li.active>a, .custom-ul li>a:hover {
  color: #fff !important
}
.x-navigation .dots {
  line-height: 40px;
  color: #98c0d5;
  padding: 0;
  vertical-align: top;
}
.x-navigation li>a .fa, .page-sidebar .x-navigation li>a .glyphicon {
  color: #98a9ba !important;
}
.x-navigation li.active>a .fa, .x-navigation li>a:hover .fa {
  color: #fff !important;
}
/*.custom-ul li > a.mb-control,
.custom-ul li > a.mb-control .fa {
    color: #aecede;
    background-color: #194a65 !important;
}
.custom-ul li > a.mb-control:hover,
.custom-ul li > a.mb-control:hover .fa {
    color: #fff;
        background-color: #194a65 !important;
}*/

.x-navigation.x-navigation-custom>li>a.sidebar_ad_link {
  color: #263238;
  text-transform: capitalize;
  border-left: 3px solid transparent !important;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 10px;
  cursor: pointer;
  background-color: #ffffff;
}
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link .fa {
  color: #d1d9dd;
}
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link:hover {
  background-color: #f6f6f6 !important;
  border-left: 3px solid #1e5673 !important;
}
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link:hover .fa, .x-navigation.x-navigation-custom>li>a.sidebar_ad_link:hover .glyphicon {
  color: #4985a4 !important;
}
.x-navigation.x-navigation-custom>li.active>a.sidebar_ad_link {
  background-color: #f6f6f6 !important;
  border-left: 3px solid #1e5673 !important;
}
.x-navigation.x-navigation-custom>li.active>a.sidebar_ad_link .fa, .x-navigation.x-navigation-custom>li.active>a.sidebar_ad_link .glyphicon {
  color: #4985a4 !important;
}
.x-navigation.x-navigation-custom>li.create-cover>a.sidebar_ad_link {
  background-color: #4985a4 !important;
  color: #fff !important;
  border-top: 1px solid #ffffff !important;
}
.x-navigation.x-navigation-custom>li.create-cover>a.sidebar_ad_link .fa {
  color: #fff !important;
}
.no-padding {
  padding: 0px !important;
}
.popover {
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0 0 5px rgba(1, 1, 1, .17);
  border-radius: 2px;
  font-size: 12px;
  border: 1px solid #dddddd;
  color: #33414e;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 18px;
}
.popover p {
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase !important;
}
.popover span {
  text-transform: uppercase !important;
}
.popover b {
  font-weight: 700;
  text-transform: uppercase !important;
}
.popover.top>.arrow {
  bottom: -6px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.3);
}
.popover-content {
  padding: 5px !important;
}
.btn {
  font-weight: 700 !important;
  font-size: 12px !important;
  border-radius: 2px !important;
  outline: 0 !important;
  text-transform: uppercase !important;
}
.btn .fa, .btn .glyphicon {
  font-size: 10px !important;
  position: relative !important;
  top: 0px !important;
}
#mb-signout .btn-success {
  background-color: #1e5673;
  border-color: #1e5673;
}
.notificationsHolder {
  line-height: 40px;
  vertical-align: top;
  padding: 0 10px !important;
  position: relative;
  cursor: pointer;
  background-color: #194a65;
  border-right: 1px solid #3b7796;
  border-left: 1px solid #3b7796;
}
.notificationsHolder i {
  color: #FFF;
  font-size: 18px;
  vertical-align: -3px;
}
.notificationsHolder .notificationsCount {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 2px;
  background: #c70000;
  color: #FFF;
  font-weight: 600;
  font-size: 11px;
  padding: 0 5px;
  line-height: 16px;
}
.dropdown-menu.noti-dropdown {
  display: none;
  left: -200px;
  overflow: visible;
  min-width: 240px;
  background: #FFF !important;
  border-top-width: 2px;
  border-top-color: #2a3f54 !important;
  margin-top: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.noti-dropdown:after, .dropdown-menu.noti-dropdown:before {
  left: 218px;
}
.noti-dropdown.dropdown-menu:before {
  border-bottom-color: #2a3f54 !important;
  border-width: 8px;
  margin-left: -8px;
}
.noti-arrow {
  position: absolute;
  top: -5px;
  left: 46%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  overflow: visible;
}
.noti-dropdown .noti-scroll-container {
  width: 100%;
  overflow: hidden;
  display: block;
  height: 219px;
}
.noti-dropdown li {
  display: block !important;
  float: none;
  background: #FFF !important;
  overflow: auto;
  margin-right: 10px;
  border-bottom: 1px solid #efefef !important;
}
.noti-dropdown li a {
  padding: 5px 0 !important;
  display: block;
  border-bottom: 1px solid #eeeff0;
  padding-left: 33px !important;
  background-color: #fff;
  text-decoration: none !important;
  position: relative;
  background: #FFF !important;
}
.noti-dropdown.no-company li a {
  padding-top: 4.5px!important;
  padding-bottom: 4.5px!important;
}
.noti-dropdown li a i {
  font-size: 13px;
  font-weight: 700;
  color: #c70000 !important;
  position: absolute;
  top: 8px;
  left: 0px;
  padding: 0px;
  padding-top: 8px;
  padding-left: 10px;
}
.noti-dropdown.no-company li a i {
  padding-top: 0px;
}
.noti-dropdown li a .noti-text {
  font-size: 12px;
  font-weight: 600;
  color: #707070;
  padding-top: 3px;
  text-transform: capitalize;
  display: block;
  text-align: left;
  text-overflow: ellipsis;
  line-height: 15px;
}
.noti-dropdown li a .noti-text span {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  display: block;
  text-overflow: ellipsis;
}
.modal-header {
  min-height: 16.43px;
  padding: 0;
  border-bottom: 0;
  background-color: #f3f4f6;
}
.modal-header .close {
  background-color: #1e5673;
}
.modal-header .close {
  float: none;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  background-color: #1e5673;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0!important;
  margin: 0!important;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 9999;
}
.modal-content {
  border-radius: 0;
  border: 0;
}
.modal-title {
  color: #333;
  padding: 0 10px;
}
.modal-title {
  font-size: 13px !important;
  font-weight: 700;
  text-transform: uppercase;
}
.modal-title i {
  color: #1e5673;
  margin-right: 7px;
}
.modal-footer {
  background: none;
  border-color: none;
  border: 0;
  padding: 0;
  border-radius: 0px 0px 2px 2px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.modal-footer .btn, .modal-footer .btn:hover, .modal-footer .btn:focus, .modal-footer .btn:active {
  background-color: #1e5673;
  border: none !important;
  color: #fff !important;
  border-radius: 2px;
}
.modal-body {
  padding: 20px;
  font-size: 13px;
}
#delete-modal .modal-header .close {
  background-color: #d20000 !important;
}
#delete-modal .modal-title, #delete-modal .modal-title i {
  color: #d20000 !important;
}
#delete-modal .modal-footer .btn-danger {
  background-color: #d20000 !important;
}
#delete-modal .modal-footer .cancel-btn {
  background-color: #d3d3d3 !important;
}
#delete-modal .modal-body p {
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1285px) {
  .x-navigation.x-navigation-horizontal .custom-ul {
    float: right;
    text-align: center !important;
  }
  .x-navigation.x-navigation-horizontal .custom-ul li {
    float: none;
    display: inline-block;
    text-align: center;
  }
  .x-navigation.x-navigation-horizontal .custom-ul li a {
    font-size: 14px;
    padding: 8px 7px;
  }
  .x-navigation.x-navigation-horizontal .custom-ul li a .fa {
    font-size: 14px;
    width: 20px;
    margin-right: 0px;
  }
  .more-margin {
    margin-left: 0px;
  }
  .dataTables_filter {
    width: 55%;
  }
  .contact-title {
    margin-right: 10px !important;
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .page-content .logo-link {
    left: 50% !important;
    margin-left: -70px;
  }
  .x-navigation.x-navigation-horizontal .custom-ul {
    float: none;
  }
  .custom-ul li>a.mb-control {
    background: transparent;
    color: #bccad7;
  }
  .custom-ul li>a.mb-control .fa {
    background: transparent;
    color: #bccad7;
  }
  .x-navigation.x-navigation-horizontal {
    background: #1e5673;
    text-align: center;
    max-height: none;
  }
  .marg-bottom {
    margin-bottom: 0px;
  }
  .dataTables_filter {
    width: 55%;
  }
  .contact-title {
    margin-right: 10px !important;
  }
  .x-navigation {
    max-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .x-navigation.x-navigation-horizontal .custom-ul {
    float: none;
    text-align: center !important;
  }
  .x-navigation-panel .stats-container span {
    margin-left: 3px;
    margin-right: 3px;
    font-size: 10px;
  }
  .x-navigation.x-navigation-horizontal .custom-ul li a {
    font-size: 12px;
    padding: 8px 5px;
  }
  .x-navigation.x-navigation-horizontal .custom-ul li {
    float: none;
    display: inline-block;
    text-align: center;
  }
  .x-navigation.x-navigation-horizontal .custom-ul li a .fa {
    font-size: 12px;
    width: 12px;
    margin-right: 0px;
  }
  .progress-holder {
    float: left;
    width: 50%;
    margin: auto;
  }
  .widget-title .fa, .widget-title .glyphicon {
    display: none;
  }
  .ad-area {
    display: none;
  }
  .marg-bottom {
    margin-bottom: 0px;
  }
  .breadcrumb li, .breadcrumb li a {
    font-size: 10px;
    line-height: 12px;
    color: #99a0aa;
    text-decoration: none;
  }
  .dataTables_filter {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /*.page-content .logo-link {
	left: 10px;
	margin-left: 0px;
	}*/
  .x-navigation-panel .stats-container span {
    margin-left: 1px;
    margin-right: 1px;
    font-size: 9px;
  }
  .custom-ul li>a {
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
  }
}
input:focus:invalid, .InValidationStyle {
  border: 1px solid #B64645 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(225, 0, 0, 0.22) !important;
}
/*video popup play*/

#VisaChipCardVideo {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  #video-modal .modal-dialog {
    width: 800px;
  }
}
/*Search Filter*/

.contact-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-right: 50px;
  display: block;
  float: left;
}
.contact-title span {
  color: #1e5673;
  margin-left: 10px;
}
.dataTables_info {
  padding: 0px;
  font-weight: 600;
  color: #3a3938;
  margin-top: 16px;
}
.dataTables_info b {
  font-weight: 700;
  color: #4985a4;
}
.filterBtn {
  font-size: 12px;
  border: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 27px;
  display: block;
  float: right;
  margin-left: 5px;
  padding-right: 9px;
  padding-left: 9px;
  padding-bottom: 0px;
  margin-top: 1px;
  border-radius: 5px;
  background-image: -moz-linear-gradient( 90deg, rgb(73, 133, 164) 0%, rgb(93, 154, 186) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(73, 133, 164) 0%, rgb(93, 154, 186) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(73, 133, 164) 0%, rgb(93, 154, 186) 100%);
  box-shadow: 0px 1px 0px 0px rgba(30, 86, 115, 1);
}
.dataTables_length {
  width: 100%;
  float: right;
  padding: 0px 54px;
  position: absolute;
  top: 7px;
  right: 6px;
  color: #ffffff;
}
.dataTables_length select {
  color: #333333;
  height: 30px !important;
  line-height: 30px;
  padding: 3px !important;
}
.dataTables_length label {
  right: -10px;
  position: absolute;
  color: #fff;
  margin-top: -7px !important;
}
.dataTables_filter {
  padding: 0;
}
.dataTables_filter label {
  width: auto;
  padding-left: 5px;
  position: absolute;
  left: -45% !important;
}
.dataTables_filter label input {
  width: 198px;
  height: 30px !important;
  font-size: 13px;
  font-weight: 600;
  color: #666666;
}
.searchWrapper {
  position: relative;
}
.searchIcon {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #666666;
  font-size: 13px;
}
.recordsSpan {
  color: #333333;
  text-transform: capitalize !important;
  font-size: 13px;
  font-weight: 600;
  margin-right: 5px;
}
.dataTables_length {
  width: 100%;
  float: right;
  padding: 0px 54px;
  position: absolute;
  top: 7px;
  right: 6px;
  color: #ffffff;
}
paginate_button.current {
  background-color: #4985a4;
  color: #fff !important;
  border-radius: 2px !important;
  padding: 4px 8px !important;
}
.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:hover {
  background-color: #4985a4 !important;
}
.dataTables_paginate a.paginate_button {
  color: #383737;
  background-color: transparent;
  border: none;
}
.paginate_button {
  font-size: 12px;
  color: #383737;
}
.paginate_button.current {
  background-color: #1f4e79 !important;
  color: #fff !important;
  border-radius: 2px !important;
  padding: 4px 8px !important;
}
.dataTables_paginate {
  margin-top: 5px;
}
.dataTables_info {
  float: left;
  font-size: 12px;
  padding: 0px;
  line-height: 12px;
  padding: 0px 1px;
  color: #3a3938;
}
.dataTables_filter {
  position: absolute;
  top: 0px;
  right: 0px;
}
.table-title, .dubble-padding {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
/*save modal popup*/

#save-modal .modal-dialog, #save-modal-schedule .modal-dialog, #save-modal-log .modal-dialog, #save-modal-view .modal-dialog {
  width: 664px;
}
#save-modal label, #save-modal-schedule label, #save-modal-log label, #save-modal-view label {
  font-size: 12px;
  font-weight: 700;
  color: #2f2f2f;
  text-transform: capitalize;
  padding-top: 5px !important;
}
#save-modal select, #save-modal-schedule select, #save-modal-log select, #save-modal-view select {
  height: 30px;
  font-size: 12px;
  line-height: 18px;
  box-shadow: none;
  border: 1px solid #E8E8E8;
  background: #FDFDFD;
  border-radius: 2px;
  width: 100%;
}
#save-modal .added-type, #save-modal-schedule .added-type, #save-modal-log .added-type, #save-modal-view .added-type {
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  display: inline-block;
  background: #e4e4e4;
  text-transform: capitalize;
  border-radius: 2px;
  padding: 3px 5px;
  margin-top: 5px;
  margin-right: 5px;
}
#save-modal .added-type i, #save-modal-schedule .added-type i, #save-modal-log .added-type i, #save-modal-view .added-type i {
  margin-left: 10px;
  position: relative;
  top: 3px;
  cursor: pointer;
}
#save-modal .char-counter, #save-modal-schedule .char-counter, #save-modal-log .char-counter, #save-modal-view .char-counter {
  font-size: 11px;
  font-weight: 700;
  color: #6f6f6f;
  font-style: italic;
  float: left;
  margin-top: 6px;
  position: absolute;
  top: 0px;
  right: 20px;
}
#saved-temp-modal .modal-header {
  background-color: #fff;
}
#saved-temp-modal .main-title {
  color: #1e5673;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: -8px;
  margin-bottom: 0px;
}
#saved-temp-modal .sub-title {
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: -3px;
  margin-bottom: 34px;
}
#saved-temp-modal .info-point {
  color: #2f2f2f;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
  display: block;
  text-align: left;
}
#saved-temp-modal .info-point span {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #1e5673;
  line-height: 24px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-right: 7px;
  font-size: 15px;
  font-weight: 700;
}
#saved-temp-modal .modal-dialog {
  width: 717px;
}
#saved-temp-modal .btn-ok {
  color: #fff;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-align: center;
  width: 185px;
  height: 40px;
  line-height: 30px;
  border-radius: 20px !important;
  background-color: #1e5673 !important;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 30px;
}
#saved-temp-modal .btn-ok i {
  font-size: 20px !important;
}
#saved-temp-modal .checkbox {
  width: 100%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
#saved-temp-modal .checkbox label {
  font-size: 12px;
  font-weight: 700;
  color: #2f2f2f;
  text-transform: capitalize;
}
/*close lead modal*/

#close-modal .modal-header .close {
  background-color: #d20000 !important;
}
#close-modal .modal-title, #close-modal .modal-title i {
  color: #d20000 !important;
}
#close-modal .modal-footer .btn-danger {
  background-color: #d20000;
}
#close-modal .modal-footer .cancel-btn {
  background-color: #d3d3d3;
}
#close-modal .modal-body p {
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
}
/*close video modal*/

#close-video-modal .modal-header .close {
  background-color: #d20000 !important;
}
#close-video-modal .modal-title, #close-video-modal .modal-title i {
  color: #d20000 !important;
}
#close-video-modal .modal-footer .btn-danger {
  background-color: #d20000;
}
#close-video-modal .modal-footer .cancel-btn {
  background-color: #d3d3d3;
}
#close-video-modal .modal-body p {
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
}
/**/

.chart-container, .stats-body, .widget, .table-main-container, .table-main-container {
  box-shadow: 0px 2px 2px 0px rgba(4, 4, 4, 0.09) !important;
}
.WarningBtn {
  background-color: #c70000 !important;
  color: #fff !important;
  border-color: #c70000 !important;
}
/*css for disappear the download btn on vedio popup*/

video::-internal-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */
}
video {
  width: 200px;
  height: auto;
}
.popover .thumb {
  float: left;
}
.x-navigation li.dropdown ul {
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  display: none;
  float: left;
  position: absolute;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #E5E5E5;
  padding: 0px;
  margin: 8px 0px 0px;
  min-width: 200px;
  font-size: 12px;
  margin-top: -6px;
  border-radius: 2px;
  left: -95px;
  top: 117%;
  max-height: 1200px;
  z-index: 100000;
  border-color: #e1e1e1;
}
.x-navigation li.dropdown ul li a i {
  width: auto !important;
  height: auto !important;
  margin-right: 5px !important;
  font-size: 12px !important;
  color: #bccad7 !important;
}
.x-navigation li.dropdown ul li a:hover {
  background-color: #f5f5f5 !important;
}
.x-navigation li.dropdown ul li a:hover i {
  color: #1f4e79 !important;
}
.x-navigation.x-navigation-horizontal li.dropdown ul li {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.x-navigation li.dropdown ul {
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  display: none;
  float: left;
  position: absolute;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #E5E5E5;
  padding: 0px;
  margin: 8px 0px 0px;
  min-width: 200px;
  font-size: 12px;
  margin-top: -6px;
  border-radius: 2px;
  left: -95px;
  top: 117%;
  max-height: 1200px;
  z-index: 100000;
  border-color: #e1e1e1;
}
.x-navigation li.dropdown ul li a {
  white-space: nowrap;
  clear: both;
  display: block !important;
  width: 100% !important;
  padding: 5px 15px !important;
  border-bottom: 1px solid #f9f9f9 !important;
  line-height: 20px;
  font-size: 13px !important;
  text-align: left !important;
  color: #666 !important;
  font-weight: 700 !important;
}
.x-navigation li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.x-navigation li.dropdown ul:after, .x-navigation li.dropdown ul:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.x-navigation li.dropdown ul:before {
  border-color: rgba(229, 229, 229, 0);
  border-bottom-color: #E5E5E5;
  border-width: 6px;
  margin-left: -6px;
}
.x-navigation li.dropdown ul:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 5px;
  margin-left: -5px;
}
.x-navigation.x-navigation-custom>li.create-cover>a.sidebar_ad_link {
  text-transform: uppercase;
}
/*************** add video step 1 modal ******************/

#add-video-step1-modal .modal-dialog {
  width: 970px;
}
#add-video-step1-modal .modal-body {
  padding-left: 0;
}
#add-video-step1-modal .add-video-btn {
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  line-height: 42px;
  border-radius: 4px;
  box-shadow: 0 2px #b96800;
  margin-top: 12px;
  background: #ff9d20;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff9d20 0%, #ff9100 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff9d20 0%, #ff9100 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff9d20 0%, #ff9100 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#add-video-step1-modal .add-video-btn.disabled {
  cursor: not-allowed;
  background-image: -moz-linear-gradient( 90deg, rgb(195, 201, 212) 0%, rgb(206, 212, 223) 100%) !important;
  background-image: -webkit-linear-gradient( 90deg, rgb(195, 201, 212) 0%, rgb(206, 212, 223) 100%) !important;
  background-image: -ms-linear-gradient( 90deg, rgb(195, 201, 212) 0%, rgb(206, 212, 223) 100%) !important;
  box-shadow: 0px 2px 0px 0px rgba(167, 172, 184, 1) !important;
  color: #898d98;
}
#add-video-step1-modal label {
  padding-top: 5px !important;
  font-size: 13px;
  font-weight: 700;
  color: 222px;
}
#add-video-step1-modal .no-padding {
  padding-left: 0;
  padding-right: 0;
}
#add-video-step1-modal .main-title {
  font-size: 17px;
  font-weight: 700;
  color: #1f4e79;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
#add-video-step1-modal .merchant-count {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: 222px;
  text-transform: uppercase;
  text-align: left;
}
#add-video-step1-modal .merchant-count .count-value {
  color: #cc0000;
}
#add-video-step1-modal .merchant-count .count-badge {
  text-align: center;
  color: #fff;
  float: right;
  min-width: 44px;
  height: 26px;
  line-height: 26px;
  border-radius: 2px;
  background-color: #4985a4;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  top: -1px;
}
#add-video-step1-modal .form-control {
  border: 1px solid #ebebeb;
  font-size: 13px;
  font-weight: 600;
}
#add-video-step1-modal .inner-addon {
  position: relative;
}
#add-video-step1-modal .inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
#add-video-step1-modal .right-addon .glyphicon {
  right: 0px;
  top: -1px;
  color: #a5a5a5;
}
#add-video-step1-modal .right-addon input {
  padding-right: 30px;
}
#add-video-step1-modal .item-scroll {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 220px;
  overflow: hidden;
}
#add-video-step1-modal .item-contianer {
  width: 100%;
  border: 1px solid #E8E8E8;
  background: #FDFDFD;
  color: #7b7b7b;
  display: block;
}
#add-video-step1-modal .item-contianer .item {
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #676767;
}
#add-video-step1-modal .item-contianer .item.header {
  background-color: #e7e7e7;
}
#add-video-step1-modal .item-contianer .item.header p {
  width: 57%;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  color: #333333;
}
#add-video-step1-modal .item-contianer .item p {
  display: inline-block;
  margin: 0;
  width: 60%;
  line-height: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: 1px;
}
#add-video-step1-modal .item-contianer .item .amount {
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  text-transform: capitalize;
}
#add-video-step1-modal .item-contianer .item .red {
  color: #cc0000;
}
#add-video-step1-modal .item-contianer .item i {
  color: #969696;
}
#add-video-step1-modal .item-contianer .item i.pull-right {
  display: none;
  font-size: 21px;
  margin-top: -2px;
}
#add-video-step1-modal .item-contianer .item.active i.pull-right {
  display: block;
}
#add-video-step1-modal .item-contianer .item.active {
  background-color: #1e5673;
  color: #fff !important;
}
#add-video-step1-modal .item-contianer .item.active i, #add-video-step1-modal .item-contianer .item.active span {
  color: #fff !important;
}
#add-video-step1-modal .mCSB_inside>.mCSB_container {
  margin-right: 17px;
}
/**/

.new-business-btn, .new-business-btn:active, .new-business-btn:focus, .new-business-btn:hover {
  border-radius: 5px !important;
  margin-left: -2px;
  margin-top: 10px;
  padding: 8px;
}
/*bottom back*/

.btns-row10 {
  margin: 150px -10px -10px -10px !important;
}
.buttons-container {
  width: 100%;
  height: 57px;
  background-color: #fafafa;
  border-bottom: 2px solid #fff;
  float: left;
  text-align: center;
  border-top: 1px solid #ececec;
  position: relative;
}
.back-button, .back-button:hover, .back-button.active, .back-button:focus {
  border-radius: 2px !important;
  border: none!important;
  margin: 12px!important;
  text-decoration: none !important;
  background-image: -moz-linear-gradient( 90deg, rgb(237, 237, 237) 0%, rgb(246, 246, 246) 100%)!important;
  background-image: -webkit-linear-gradient( 90deg, rgb(237, 237, 237) 0%, rgb(246, 246, 246) 100%)!important;
  background-image: -ms-linear-gradient( 90deg, rgb(237, 237, 237) 0%, rgb(246, 246, 246) 100%)!important;
  box-shadow: 0px 2px 0px 0px rgba(214, 214, 214, 1) !important;
  color: #818181 !important;
  float: left !important;
  position: absolute!important;
  left: 20px!important;
  line-height: 22px!important;
}
.back-button {
  border-radius: 0px;
  background-color: #14af92;
  height: 29px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
  text-align: center;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right: 1px solid #008068;
  line-height: 30px;
  text-decoration: none;
  box-shadow: 0 2px #008068;
}
.back-button .fa {
  font-size: 12px !important;
}
.landing-page-wizard .stepContentHolder {
  padding-bottom: 0px;
}
/*noty style*/

#noty_topCenter_layout_container li .noty_message {
  font-size: 18px !important;
  font-weight: 600;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
#noty_topCenter_layout_container li i {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
}
#noty_topRight_layout_container li .noty_message {
  font-size: 18px !important;
  font-weight: 600;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
#noty_topRight_layout_container li i {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
}
.noty_type_success .noty_message:before {
  content: "\f00c";
  font-size: 16px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 20px;
  padding-right: 0.5em;
}
.noty_type_error .noty_message:before {
  content: "\f00d";
  font-size: 16px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 21px;
  padding-right: 0.5em;
}
.noty_type_warning .noty_message:before {
  content: "\f071";
  font-size: 16px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 20px;
  padding-right: 0.5em;
}
.noty_bar noty_type_success, .noty_bar noty_type_error, .noty_bar noty_type_warning {
  box-shadow: none !important;
}
.noty_message .close {
  float: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 13px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  margin-right: 6px;
}
.noty_message .close:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.animated-hidden {
  display: none;
}
.animated-show {
  display: block;
  box-shadow: none !important;
}
.x-navigation .noti-scroll-container li>a:hover .fa, .x-navigation .noti-scroll-container li>a:hover .glyphicon {
  color: #98a9ba !important;
}
/**/
@media only screen and (min-width: 1400px) {
	html{
		background: url(../img/backgrounds/wall_1.jpg) left top no-repeat fixed !important;
		background-color: transparent !important;
    background-size: cover !important; 
	}
	body{
		padding: 20px 0px;
		background: transparent !important;
	}
	.x-navigation {
    background: #3b5998;
	}
	.page-container {
		width: 1336px;
		float: none;
		margin: 0px auto;
		-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 0px;
	}
	.page-container .page-content {
		border-radius: 0px;
    min-height: calc(100vh - 40px);
    height: auto !important;
	}
	.x-navigation {
		border-radius: 0px;
	}
	.page-container .page-content {
		border-radius: 0px;
	}
	.page-container .page-sidebar.page-sidebar-fixed {
  	position: initial;
    height: auto !important;
	}
	.page-container.page-mode-rtl .page-sidebar.page-sidebar-fixed {
  	right: 0px;
	}
	.page-container > .page-content{
		padding-bottom: 20px;;
	}
}
/*Updates*/
.page-container{
  background-color: #fff !important;
}
.page-container .page-sidebar{
  box-shadow: none !important;
}


.loading-backdrop{
  z-index: 1060 !important;
}