a, img, link, .btn {
  outline: 0px !important;
}
body.modal-open{
	overflow: hidden !important;
	min-height: 100vh !important;
	max-height: 100vh !important;
	height: 100vh !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;
}
.purple{
  color: #553c70;
}
.purple-bg{
  background: #553c70;
}
.teal{
  color: #3a889e !important;
}
.teal-bg{
  background: #3a889e !important;
}
.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;
}
.nav-tabs .dropdown-menu{
  z-index: 1001;
}
/*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: transparent;
}
.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 #4c3566;
}
/*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: #e9e9e9;
  position: relative;
  z-index: 100;
}
.page-container .page-content{
  border-left: 1px solid #dcdcdc;
}
.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: #fafafa;
  box-shadow:0px 1px 0px 0px rgba(0,0,0,0.06);
  margin-left: -1px;
  width: calc(100% + 1px);
  text-align: center;
  position: relative;
  z-index: 200;
}
.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 8px 10px 8px;
  border: none !important;
}
.x-navigation li.active>a {
  background: #fafafa !important;
}
.x-navigation.x-navigation-custom{
  background-color: #fff;
  box-shadow: 1px 0px 0px 0px #dcdcdc;
}
.x-navigation.x-navigation-custom li>a:hover {
  background: #fafafa;
}
.x-navigation.x-navigation-custom>li.xn-logo>a {
  background-color: #fafafa !important;
  padding: 10px;
  height: 40px;
}
.x-navigation li>a span.fa, .x-navigation li>a span.glyphicon {
  margin-right: 2px;
}
.x-navigation .custom-ul li:last-child>a span.fa {
  margin: 0px;
}
.custom-ul {
  float: right;
}
.custom-ul li>a {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-transform: capitalize;
}
.custom-ul li.active>a, .custom-ul li>a:hover {
  color: #333 !important
}
.x-navigation li > a .fa,
.x-navigation li > a .glyphicon{
  font-size: 15px;
}
.x-navigation .dots {
  line-height: 40px;
  color: #e7e9e9;
  font-weight: 400;
  padding: 0;
  font-size: 12px;
}
.x-navigation li>a .fa, .page-sidebar .x-navigation li>a .glyphicon {
  color: #a3a3a3 !important;
}
.x-navigation li.active>a .fa, .x-navigation li>a:hover .fa {
  color: #4c3566 !important;
}
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link {
  color: #333333;
  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: #ada8b2 !important;
}
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link:hover {
  background-color: #f6f5f8 !important;
  border-left: 3px solid #543972 !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: #553c71 !important;
}
.x-navigation.x-navigation-custom>li.active>a.sidebar_ad_link {
  background-color: #f6f6f6 !important;
  border-left: 3px solid #543972 !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: #553c71 !important;
}
.x-navigation.x-navigation-custom>li.create-cover>a.sidebar_ad_link {
  color: #fff !important;
  background-image: -webkit-linear-gradient(left, rgb(255, 144, 0) 0%, rgb(255, 158, 32) 100%) !important;
  background-image: -o-linear-gradient(left, rgb(255, 144, 0) 0%, rgb(255, 158, 32) 100%) !important;
  background-image: linear-gradient(to right, rgb(255, 144, 0) 0%, rgb(255, 158, 32) 100%) !important;
  font-size: 15px;
  font-weight: 700;
  border-left: none !important;
}
.x-navigation.x-navigation-custom>li.create-cover>a.sidebar_ad_link span{
  text-shadow: 0px 1px 0px rgba(152, 91, 10, 0.51);
}

.x-navigation.x-navigation-custom>li.create-cover>a.sidebar_ad_link .fa {
  color: #fff !important;
}
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  position: relative;
  top: 3px;
  stroke: #ada8b2;
}
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link:hover svg{
  stroke: #553c71 !important;
}

/**** custom links colors in sidebar ***/
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link.repkahuna,
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link.repkahuna:hover{
  background-color: #fff8f5 !important;
  border-left: 3px solid #f67d37 !important;
  margin-top: 1px;
}
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link.expose,
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link.expose:hover{
  background-color: #f5fbf8 !important;
  border-left: 3px solid #40ab78 !important;
  margin-top: 1px;
}
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link.localAnalyzer,
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link.localAnalyzer:hover{
  background-color: #f3f9fd !important;
  border-left: 3px solid #1389d8 !important;
  margin-top: 1px;
}
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link.guru,
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link.guru:hover{
  background-color: #f1f6ff !important;
  border-left: 3px solid #3B5E92 !important;
  margin-top: 1px;
}
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link.repkahuna img,
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link.expose img,
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link.guru img,
.x-navigation.x-navigation-custom>li>a.sidebar_ad_link.localAnalyzer img{
  margin-right: 3px;
  position: relative;
  top: -1px;
}

/******* Account Progress Bar in Header *****/
.header-progress-area {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  float: none;
  text-align: center;
  margin-top: 6px;
}
.header-progress-area p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #595959;
	font-weight: bold;
}
.header-progress-area .progress {
	width: 175px !important;
	margin-bottom: 0px;
	border-radius: 3px;
	height: 5px !important;
	margin-top: 2px;
}
.header-progress-area .progress-bar {
	line-height: 24px;
	box-shadow: none;
	padding-right: 1px;
}
.header-progress-area .progress-bar.progress-danger{
	background-color: #cd0600 !important;
}
.header-progress-area .progress-bar.progress-warning{
	background-color: #ffa200 !important;
}
.header-progress-area .progress-bar.progress-success{
	background-color: #3a889e !important;
}
.header-progress-area .progress-info span {
	font-size: 11px;
	font-weight: 700;
	margin-right: 5px;
}
.header-progress-area .progress-info span .credit-badge {
	display: inline-block;
	min-width: 14px;
	height: 14px;
	border-radius: 2px !important;
	margin-right: 5px;
	text-align: center;
	font-size: 9px;
	color:#fff;
	padding-top: 1px;
  padding-left: 3px;
  padding-right: 3px;
}
.header-progress-area .progress-bar-warning {
	background-color: #ffa200;
}
.header-progress-area .used-red .credit-badge {
	background-color: #cd0600;
}
.header-progress-area .allo-yellow .credit-badge  {
	background-color: #ffa200;
}
.header-progress-area .allo-green .credit-badge  {
	background-color: #3a889e;
}

/** popover css **/
.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;
  padding: 5px;
}
.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;
}
.popover .thumb {
  float: left;
}

.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;
}

/**** last 30 day style ***/
.daterangepicker.dropdown-menu .range_inputs .applyBtn {
  margin-right: 4px;
  padding: 4px 24px;
  background-color: #4c3566 !important;
  border: 1px solid #4c3566 !important;
}

/**** signout modal ****/
#mb-signout .btn-success {
  background-color: #553c71;
  border-color: #553c71;
}

/*** notifications button and dropdown style ***/
.notificationsHolder {
  line-height: 40px;
  vertical-align: top;
  padding: 0 10px !important;
  position: relative;
  cursor: pointer;
  background-color: #fafafa;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.notificationsHolder i {
  color: #6f7e95;
  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: #4c3566 !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: #4c3566 !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.fa {
  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 base css ***/
.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: #553c71;
  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: #553c71;
  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: #553c71 !important;
  box-shadow: 0px 1px 0px 0px rgb(48, 22, 78) !important;
  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;
  box-shadow: none !important
}
#delete-modal .modal-footer .cancel-btn {
  background-color: #d3d3d3 !important;
  box-shadow: none !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) {
  .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: #553c70;
  margin-left: 10px;
}
.dataTables_info {
  padding: 0px;
  font-weight: 600;
  color: #3a3938;
  margin-top: 16px;
}
.dataTables_info b {
  font-weight: 700;
  color: #543972;
}
.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);
  display: none;
}
.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;
  z-index: 1000;
}
.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: #543972;
  color: #fff !important;
  border-radius: 2px !important;
  padding: 4px 8px !important;
}
.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:hover {
  background-color: #543972 !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;
}

.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: #a3a3a3 !important;
}
.x-navigation li.dropdown ul li a:hover {
  background-color: #f5f5f5 !important;
}
.x-navigation li.dropdown ul li a:hover i {
  color: #4c3566 !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: #333;
  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: #543972;
  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: #553c71;
  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_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: 17px;
  padding-right: 4px;
  position: relative;
  top: 1px;
}
.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: 17px;
  padding-right: 4px;
  position: relative;
  top: 1px;
}
.noty_type_warning .noty_message:before {
  content: "\f071";
  font-size: 16px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 15px;
  padding-right: 4px;
  position: relative;
  top: 1px;
}
.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: 17px;
  font-weight: 700;
  line-height: 13px;
  color: #000;
  text-shadow: 0 1px 0
  #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  margin-right: 0px;
  margin-left: 20px;
  position: relative;
  top: 1px;
}
.noty_message .close:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.noty_message .noty_text{
  font-size: 14px;
  font-weight: 600;
}

.noty_message .close:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.animated-hidden {
  display: none;
}
.animated-show {
  display: block;
  box-shadow: none !important;
  min-height: 33px !important;
}
.x-navigation .noti-scroll-container li>a:hover .fa, .x-navigation .noti-scroll-container li>a:hover .glyphicon {
  color: #98a9ba !important;
}

/* css for screen larger than 1400 */
@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;
	}
	.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;
}

/*TimeOut Popup*/
#still-there-modal .modal-dialog{
  width: 750px !important;
  border-radius: 0px;
}
#still-there-modal .modal-content{
  padding: 57px;
  min-height: 300px;
  height: 460px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: none;
  border:none;
}
#still-there-modal .modal-title{
  font-size: 32px !important;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px !important;
}
#still-there-modal .logo-title{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 60px;
  color:#ffa821;
  line-height: 50px;
}
#still-there-modal .modal-header{
  border:none;
  background: none !important;
  padding: 15px !important;
}
#still-there-modal .content-stillthere,#still-there-modal .content-firststillthere{
  font-size: 22px;
  color: #333333;
  text-align: center;
  line-height: 25px;
  margin: 0px;
  text-transform: capitalize;
}
#still-there-modal .content-stillthere span{
  color: #cc0000;
  font-weight: 700;
}
#still-there-modal .content-security{
  font-size: 20px;
  color: #333333;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 30px;
  text-transform: uppercase;
}
#still-there-modal .content-firststillthere{
  margin-top: 20px;
}
#still-there-modal .yes-buttom{
  background-image: -moz-linear-gradient( 90deg, rgb(255,158,8) 0%, rgb(255,184,74) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,158,8) 0%, rgb(255,184,74) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,158,8) 0%, rgb(255,184,74) 100%);
  box-shadow: 0px 2px 0px 0px rgba(201, 123, 0, 1);
  width: 400px;
  height: 60px;
  text-transform: uppercase;
  margin: 0 auto;
  color: #ffffff;
  font-size: 27px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  line-height: 60px;
  padding: 0px;
  display: inherit;
  text-align: center;
}
#still-there-modal{
	z-index: 100000 !important;
}

/*TimeOut warning tos*/
#warning-tos-modal .modal-dialog{
  width: 780px !important;
  border-radius: 0px;
}
#warning-tos-modal .modal-content{
  min-height: 300px;
  height: auto;
  display: flow-root;
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: none;
  border:none;
}
#warning-tos-modal .modal-title{
  font-size: 30px !important;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px !important;
}
#warning-tos-modal .modal-title i{
  color: #ff9006;
}
#warning-tos-modal .logo-title{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 60px;
  color:#ffa821;
  line-height: 50px;
}
#warning-tos-modal .modal-header{
  border:none;
  background: none !important;
  padding:25px !important;
  position: relative;
  width: 100%;
  margin: 0px;
}
#warning-tos-modal .modal-header .close{
  position: absolute;
  right: 0px;
  top: 0px;
  background: #ff9006;
  }
#warning-tos-modal .standar-style{
  text-align: center;
  line-height: 20px;
  margin-top: 0;
  font-size: 19px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 15px;
}
#warning-tos-modal .style-gray-paragraph p{
  text-align: left;
  line-height: 20px;
  font-size: 19px;
  color: #666666;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 5px;
}
#warning-tos-modal .style-gray-paragraph{
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}
#warning-tos-modal .style-gray-paragraph p span.sortNo{
  color: #ff9006;
  font-weight: 700;
}
#warning-tos-modal .style-black-paragraph p{
  text-align: left;
  line-height: 20px;
  font-size: 19px;
  color: #333333;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 5px;
}
#warning-tos-modal .style-black-paragraph{
  margin-bottom: 20px;
}
#warning-tos-modal .style-black-paragraph p span.sortNo{
  color: #ff9006;
  font-weight: 700;
}
#warning-tos-modal .content-stillthere span{
  color: #cc0000;
  font-weight: 700;
}
#warning-tos-modal .content-bottom-impo{
  font-size: 19px;
  color: #333333;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
#warning-tos-modal .content-firststillthere{
  margin-top: 0px;
}
#warning-tos-modal .yes-buttom{
  background-image: -moz-linear-gradient( 90deg, rgb(255,158,8) 0%, rgb(255,184,74) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,158,8) 0%, rgb(255,184,74) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,158,8) 0%, rgb(255,184,74) 100%);
  box-shadow: 0px 2px 0px 0px rgba(201, 123, 0, 1);
  width: 425px;
  height: 60px;
  text-transform: capitalize;
  margin: 0 auto;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  line-height: 60px;
  padding: 0px;
  display: inherit;
  text-align: center;
}
#warning-tos-modal .yes-buttom b{
  text-transform: uppercase;
}
#warning-tos-modal .modal-body{
  padding-left: 53px;
  padding-right: 53px;
  padding-bottom: 30px !important;
}
#warning-tos-modal .tos-link,
#warning-tos-modal .tos-link:active,
#warning-tos-modal .tos-link:focus,
#warning-tos-modal .tos-link:hover{
  text-decoration: underline;
  color: #40628c;
}

/********* Notification onload popup ***********/
#notification-onload-modal .modal-dialog {
  width: 900px;
}
#notification-onload-modal .modal-header {
	min-height: 30px;
	padding: 0;
	border-bottom: 0;
	background-color: #f3f4f6;
}
#notification-onload-modal .modal-header .close {
	background-color: #cc0000 !important;
}
#notification-onload-modal .modal-header .close {
	float: none;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
	background-color: #1abb9c;
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0!important;
	margin: 0!important;
	width: 30px;
	height: 30px;
	display: block;
	z-index: 9999;
}
#notification-onload-modal .modal-content {
	border-radius: 0;
	border:0;
}
#notification-onload-modal .modal-title {
	color: #333;
	padding:0 10px;
}
#notification-onload-modal .modal-title  {
	font-size: 13px !important;
	font-weight: 700;
  line-height: 30px;
	text-transform: uppercase;
}
#notification-onload-modal .modal-title i{
	color: #cc0000;
  margin-right: 5px;
  font-size:15px
}
#notification-onload-modal .modal-footer {
	background: none;
	border-color: none;
	border: 0;
	padding: 0;
	border-radius: 0px 0px 2px 2px;
	padding-bottom: 20px;
	padding-right:20px;
}
#notification-onload-modal .modal-footer .btn{
	background-color: #1abb9c;
	border: none !important;
	color: #fff !important;
	border-radius: 2px;
}
#notification-onload-modal .modal-body {
	padding: 20px;
	font-size: 13px;
  background-color: #fff;
}
#notification-onload-modal .main-title{
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  line-height: 25px;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 25px;

}
#notification-onload-modal .main-title span{
  color: #cc0000;
}
#notification-onload-modal .header-tbl{
  background-color: #f4f4f4;
}
#notification-onload-modal .header-tbl:first-child{
   border-top-left-radius: 2px;
   border-bottom-left-radius: 2px;
}
#notification-onload-modal .header-tbl:last-child{
   border-top-right-radius: 2px;
   border-bottom-right-radius: 2px;
}
#notification-onload-modal .no-padding{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#notification-onload-modal .header-tbl span{
  display: block;
  width: 100%;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  padding-left: 10px;
  color: #333333;
  text-transform: uppercase;
}
#notification-onload-modal .noti-items-container{
  width: 100%;
  display: block;
  height: 363px;
  overflow: hidden;
  padding-top: 5px;
  margin-bottom: 15px;
}
#notification-onload-modal  .table-striped{
  width: 100% !important;
  min-height:40px;
}
#notification-onload-modal .dataTables_scrollHeadInner{
  width: 100% !important;
}
#notification-onload-modal .sorting:before, #notification-onload-modal .sorting_desc:before, #notification-onload-modal .sorting_asc:before{
  top: 9px !important;
}

#notification-onload-modal .table-striped > 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;
	background-color: #f4f4f4;
	padding: 6px 10px;
  border-left: 1px solid #efefef;
  padding: 6px 12px;
  line-height: 28px;
}

#notification-onload-modal .table-striped > thead > tr > td{
  padding: 6px 12px !important;
}

#notification-onload-modal .table > thead > tr > th, #notification-onload-modal .table > tbody > tr > th, #notification-onload-modal .table > tfoot > tr > th, #notification-onload-modal .table > thead > tr > td, #notification-onload-modal .table > tbody > tr > td, #notification-onload-modal .table > tfoot > tr > td
{
  padding: 8px 12px;
  vertical-align:middle;
}
#notification-onload-modal  .table-striped:nth-child(even){
  background-color: #fafafa !important;
}
#notification-onload-modal  .table-striped span{
  font-size: 15px;
  font-weight: 600;
  display: block;
  color: #333;
  text-transform: capitalize;
  overflow: hidden;
}
#notification-onload-modal  .table-striped a.action{
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #b5b5b5;
  border: medium none;
  border-radius: 2px !important;
  color: #fff;
  display: inline-block;
  line-height: 28px;
  margin-left: 2px;
  padding: 0;
  text-align: center !important;
}
#notification-onload-modal .comp_name{
  max-width: 250px !important;
  width:250px !important;
  min-width:250px !important;
}
#notification-onload-modal  .action_status{
  max-width: 160px !important;
  width: 160px !important;
  min-width:160px !important;
}
#notification-onload-modal  .actions-wrapper{
  max-width: 143px !important;
  width: 143px !important;
  min-width:143px !important;
}
#notification-onload-modal .dataTables_scrollHead th.action_status{
  width:140px !important;
  min-width:140px !important;
  max-width:140px !important;
}
#notification-onload-modal .alert-wrapper{
  max-width: 450px !important;
  width: 450px !important;
  min-width:450px !important;
}
#notification-onload-modal #top10Table .sorting:before{
  display:none !important;
}
#notification-onload-modal  .table-striped a.action:hover{
  background:#cc0000;
  color: #fff;
}
#notification-onload-modal  .table-striped a.action i{
  font-size: 15px !important;
  color: #fff;
}
#notification-onload-modal  .table-striped span.alert-col{
  padding-left: 23px;
  position: relative;
  line-height: 18px;
}
#notification-onload-modal  .table-striped .company-col i{
  color: #d2d2d2;
  margin-right: 4px;
  float: left;
  margin-top: 3px;
  font-size: 15px;
}
#notification-onload-modal  .table-striped .company-col a {
  color: #333 !important;
  float: left;
  width: calc(100% - 25px);
  font-size: 15px;
  line-height: 19px;
	margin-bottom: 10px;
}
#notification-onload-modal  .table-striped .company-col p{
	padding-left: 4px;
  font-size: 14px;
}
#notification-onload-modal  .table-striped .company-col p i{
	font-size: 14px !important;
}
#notification-onload-modal  .table-striped > tbody > tr:nth-child(odd) > td, #notification-onload-modal  .table-striped > tbody > tr:nth-child(odd) > th{
  background:#fff !important;
}
#notification-onload-modal tr > td{
  background: #fafafa !important;
}
#notification-onload-modal .dataTable{
  margin-bottom:0px;
}
#notification-onload-modal  .table-striped .alert-col i{
  color: #cc0000;
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 15px;
}
#notification-onload-modal  .table-striped .action-col i{
  color: #666666;
  margin: 0px !important;
  font-size: 18px;
}
#notification-onload-modal  .table-striped .action-col{
  text-align:center;
}
#notification-onload-modal  .table-striped span.alert-solution {
  padding-left: 23px;
  position: relative;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  overflow: hidden;
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
  color: #616161;
  padding-bottom: 2px;
  text-align: left;
}
#notification-onload-modal .table-striped span.alert-solution i {
  color: #25aa73;
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 15px;
}
#notification-onload-modal .comp_name{
  vertical-align: top !important;
}
#notification-onload-modal .empty-row{
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  color: #333;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 85px;
}
#notification-onload-modal tbody,
#notification-onload-modal thead tr {
  display: block;
}
#notification-onload-modal tbody {
  max-height: 370px;
  overflow-y: auto;
  overflow-x: hidden;
}
#notification-onload-modal a.clear-notify-btn,
#notification-onload-modal a.clear-notify-btn:active,
#notification-onload-modal a.clear-notify-btn:hover,
#notification-onload-modal a.clear-notify-btn:focus{
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #543972;
  padding: 5px 10px;
  border-radius: 2px;
  margin-top: 5px;
  text-decoration: none !important;
}
#notification-onload-modal a.clear-notify-btn i{
  margin-right: 3px;
}

/************** training video modal *************/

#training-vid .modal-dialog {
	width: 925px !important;
	border-radius: 0px;
}
#training-vid .modal-content{
	overflow: hidden;
}

#training-vid .modal-header{
	background-color: #fff;
}
#training-vid .modal-body {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px !important;
	padding-top: 17px !important;
}
#training-vid .modal-body p{
	margin-bottom: 0;
}
