html {
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  color: #0b436e;
  font-weight: 500; }

h1 {
  font-size: 3rem;
  font-weight: 600; }

a {
  color: #3b86ff; }

.btn-info {
  background: #3b86ff;
  border-color: #3b86ff; }

.content-wrapper, .right-side {
  background: #f0f0f7 !important;
  min-height: 100vh; }

.content-header {
  padding: 10px 15px 10px 15px !important;
  background: transparent !important;
  margin-bottom: 10px; }
  .content-header h1 {
    font-size: 2rem; }

.skin-blue .main-header .navbar {
  background: white !important; }

.skin-blue .main-header .logo {
  background: white !important; }

.btn-primary {
  background-color: #3b86ff !important;
  border-color: #3b86ff !important;
  color: white !important; }

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
  background-color: #0b436e !important; }

.skin-blue .user-panel > .info, .skin-blue .user-panel > .info > a {
  color: #404040 !important; }

.skin-blue .sidebar-menu > li > .treeview-menu {
  background: #0b436e;
  /*padding-bottom:15px;*/
  /*padding-top:10px;*/ }
  .skin-blue .sidebar-menu > li > .treeview-menu .treeview-menu {
    background: #0b436e; }
    .skin-blue .sidebar-menu > li > .treeview-menu .treeview-menu .treeview-menu {
      background: #0b436e; }

.skin-blue .sidebar-menu > li.header {
  background: #3b86ff !important;
  color: white; }

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
  background: #093557 !important;
  border-left: 3px solid #b1c2d0;
  color: white !important; }

.skin-blue .sidebar-menu > li:first-child > a {
  background: #0b436e !important;
  color: white !important;
  border-left: 3px solid transparent; }
.skin-blue .sidebar-menu > li:first-child:hover > a {
  background: #093557 !important;
  border-left: 3px solid #b1c2d0 !important; }

.sidebar-menu > li a {
  color: white !important; }

div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap; }

div.dataTables_paginate {
  text-align: right;
  margin: 0px;
  white-space: nowrap; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #3b86ff !important;
  border-color: #3b86ff !important; }

.pp-form-group {
  width: 100%;
  margin-bottom: 6px !important; }

.pp-form-group .form-control2 {
  width: 100% !important;
  display: block !important;
  vertical-align: middle !important; }

.modal-title {
  text-align: left;
  font-weight: bold; }

.register-bg {
  background: #fefefe;
  border: 1px #bfbfbf solid;
  margin-bottom: 40px !important; }

.register-bg .head {
  background: white;
  padding: 14px 20px; }

.register-bg .head h3 {
  font-size: 30px;
  color: #404040;
  text-align: center;
  margin: 0px; }

.register-bg .head p {
  font-size: 12px;
  color: gray;
  margin: 0px;
  text-align: center; }

.register-bg .form-area {
  padding: 40px;
  display: block; }

.form-group-lg .regi-inpu {
  height: 40px !important;
  font-size: 14px !important; }

label {
  font-size: 14px;
  color: gray; }

.full-width {
  width: 100% !important; }

.login-body {
  width: 100%;
  height: auto;
  background: url(../images/login-bg.jpg);
  margin-top: -20px; }

.login-body-inner {
  padding: 30px;
  background: white;
  margin-top: 100px;
  margin-bottom: 100px;
  border-radius: 10px; }

.group             {
    position: relative;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-bottom: 15px;
clear: both;}

.box-body div.group {
  margin-top: 5px;
  padding-bottom: 30px; }

.group input, select {
  font-size: 14px;
  padding: 5px;
  display: block;
  width: 100%;
  border: none;
  border: 1px solid #0b436e;
  color: #0b436e;
  height: 45px;
  border-radius: 4px;
  padding-left: 15px; }

input, textarea {
  border-radius: 4px;
  border: 1px solid #0b436e;
  color: #0b436e;
  padding: 0.25rem;
  font-size: 0.875rem; }

.group input:focus {
  outline: none; }

/* LABEL ======================================= */
.group label {
  color: #0b436e;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 14px;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

/* active state */
.group input:focus ~ label, .group input:valid ~ label {
  top: -20px;
  font-size: 13px;
  color: #3b86ff; }

.group select:focus ~ label, .group select:valid ~ label {
  top: -20px;
  font-size: 13px;
  color: #3b86ff; }

/* alignment for checkboxes in disabled state */
[type="checkbox"]:disabled + label {
  top: -20px; }

/* BOTTOM BARS ================================= */
.group .bar {
  position: relative;
  display: block;
  width: 100%; }

.group .bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #3b86ff;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.group .bar:before {
  left: 50%; }

.group .bar:after {
  right: 50%; }

/* active state */
.group input:focus ~ .bar:before, input:focus ~ .bar:after {
  width: 50%; }

/* HIGHLIGHTER ================================== */
.group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5; }

/* active state */
.group input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

.group input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

.group textarea {
  font-size: 14px;
  padding: 5px;
  display: block;
  width: 100%;
  border: none;
  border: 1px solid #bfbfbf;
  height: 80px;
  border-radius: 4px;
  padding-left: 15px; }

.group textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
  width: 50%; }

.group textarea:focus {
  outline: none; }

.group textarea:focus ~ label, textarea:valid ~ label {
  top: -20px;
  font-size: 13px;
  color: #3b86ff; }

.group textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #3b86ff; }
  to {
    width: 0;
    background: transparent; } }
@-moz-keyframes inputHighlighter {
  from {
    background: #3b86ff; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #3b86ff; }
  to {
    width: 0;
    background: transparent; } }
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

[type="checkbox"] {
  /* checkbox aspect */ }

[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid gray;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s; }

[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #3b86ff;
  border-bottom: 2px solid #3b86ff;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  left: -10px;
  top: -11px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #3b86ff;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent; }

/* Remove default Radio Buttons */
[type="radio"]:not(:checked), [type="radio"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  -moz-transition: .28s ease;
  -o-transition: .28s ease;
  -ms-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

[type="radio"] + label:before, [type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  -moz-transition: .28s ease;
  -o-transition: .28s ease;
  -ms-transition: .28s ease;
  transition: .28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before {
  border-radius: 50%;
  border: 2px solid gray; }

[type="radio"]:not(:checked) + label:after {
  border-radius: 50%;
  border: 2px solid gray;
  z-index: -1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

/* Checked styles */
[type="radio"]:checked + label:before {
  border-radius: 50%;
  border: 2px solid transparent; }

[type="radio"]:checked + label:after {
  border-radius: 50%;
  border: 2px solid #3b86ff;
  background-color: #3b86ff;
  z-index: 0;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02); }

/* Radio With gap */
[type="radio"].with-gap:checked + label:before {
  border-radius: 50%;
  border: 2px solid #3b86ff; }

[type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
  border: 2px solid #3b86ff;
  background-color: #3b86ff;
  z-index: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

.articlelist ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

.fullarticle {
  display: none; }

#passwordStrength {
  height: 10px;
  display: block;
  float: left; }

.strength0 {
  width: 250px;
  background: #bfbfbf; }

.strength1 {
  width: 50px;
  background: #ed1c24; }

.strength2 {
  width: 100px;
  background: white; }

.strength3 {
  width: 150px;
  background: #1ced3f; }

.strength4 {
  background: #1ced3f;
  width: 200px; }

.strength5 {
  background: #1ced3f;
  width: 250px; }

/*;;;;;;;;;;; tooltip  ;;;;;;;;;;;*/
.flyout {
  z-index: 200;
  position: absolute;
  width: 276px;
  right: -276px;
  padding: 20px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.12);
  padding: 10px;
  margin-top: -67px;
  float: right; }

.flyout label {
  position: initial; }

.hidden {
  visibility: hidden; }

.ac-template {
  padding: 8px;
  background: white;
  border: 1px #eae9ec solid;
  margin-top: 15px;
  margin-bottom: 20px; }

.ac-template .template {
  width: 15%;
  float: left; }

.ac-template .template img {
  border: 1px #ccc solid;
  width: 100%;
  max-width: 159px; }

.tgallery-body .options {
  width: 60%;
  float: left; }

.tgallery-body .options h2 {
  margin-top: 8px;
  margin-bottom: 5px;
  color: #0b436e;
  font-size: 24px; }

.tgallery-body .content2 {
  float: none; }

.ac-template .options {
  width: 60%;
  float: left; }

.ac-template .options h2 {
  margin-top: 8px;
  margin-bottom: 5px;
  color: #3b86ff;
  font-size: 24px; }

.ac-template .head {
  width: 100%;
  padding: 5px;
  background: #3b86ff;
  color: white;
  font-size: 22px;
  padding-left: 10px; }

.preview-link {
  font-size: 14px;
  text-decoration: underline;
  color: #3b86ff;
  display: block;
  padding-bottom: 10px; }

.btn-gray {
  background: #ddd;
  border-color: #ccc; }

.tgallery-body {
  background: #eeeeee;
  border: 1px #ccc solid;
  margin-top: 10px;
  margin-bottom: 20px; }

.tgallery-body .head {
  width: 100%;
  padding: 5px;
  background: #3b86ff;
  color: white;
  font-size: 22px;
  padding-left: 10px; }

.tgallery-body .head .arrow {
  display: block;
  background: white;
  color: #3b86ff;
  padding: 5px 8px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  float: left;
  line-height: 14px;
  margin: 2px;
  border-radius: 0px; }

.tgallery-body .leftbin {
  width: 18%;
  float: left;
  padding: 20px; }

.tgallery-body .content {
  width: 82%;
  float: left;
  background: white;
  padding: 20px;
  padding-bottom: 0px; }

.tgallery-body .leftbin h2 {
  font-size: 20px;
  color: #404040;
  border-bottom: 1px #ccc solid;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 3px; }

.tgallery-body .leftbin .small-head {
  width: 100%;
  font-size: 13px;
  color: #404040;
  font-weight: bold;
  margin-bottom: 2px;
  padding-top: 6px; }

.small-head span {
  float: right; }

.small-head span a {
  font-size: 11px;
  color: #404040;
  text-decoration: none;
  font-weight: 100; }

.color-box-body {
  width: 100%;
  padding-bottom: 10px; }

.color-box-body .red {
  background: #ed1c24;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .red:focus, .red:active {
  background: url(../images/colorbox-focus-tick.png) #ed1c24;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .orange {
  background: #ed5e1c;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .orange:focus, .orange:active {
  background: url(../images/colorbox-focus-tick.png) #ed5e1c;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .yellow {
  background: #f5f10a;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .yellow:focus, .yellow:active {
  background: url(../images/colorbox-focus-tick-bla.png) #f5f10a;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .green {
  background: #1ced3f;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .green:focus, .green:active {
  background: url(../images/colorbox-focus-tick.png) #1ced3f;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .blue {
  background: #0033FF;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .blue:focus, .blue:active {
  background: url(../images/colorbox-focus-tick.png) #0033FF;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .violet {
  background: #660099;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .violet:focus, .violet:active {
  background: url(../images/colorbox-focus-tick.png) #660099;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .brown {
  background: #663300;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .brown:focus, .brown:active {
  background: url(../images/colorbox-focus-tick.png) #663300;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .white {
  background: white;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .white:focus, .white:active {
  background: url(../images/colorbox-focus-tick-bla.png) white;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .gray {
  background: #bfbfbf;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .gray:focus, .gray:active {
  background: url(../images/colorbox-focus-tick.png) #bfbfbf;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .black {
  background: #000;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .black:focus, .black:active {
  background: url(../images/colorbox-focus-tick.png) #000;
  border: 2px #ccc solid;
  outline: 0; }

.tgallery-body .leftbin .selectmenu {
  width: 100%; }

.template-pro {
  border: 1px #bfbfbf solid;
  background: #fbfbf9;
  min-height: 200px;
  margin-bottom: 30px; }

.template-pro .image {
  width: 100%;
  text-align: center;
  height: auto; }

.template-pro .image img {
  width: 100%;
  max-width: 272px;
  height: auto; }

.template-pro .pro-name {
  display: block;
  color: #3b86ff;
  font-size: 22px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px; }

.template-pro .pro-name:hover {
  text-decoration: underline; }

.template-pro .pro-name span {
  color: #666;
  float: right;
  font-weight: bold; }

.template-pro .pro-name span.cross {
  color: #666;
  float: left;
  text-decoration: line-through;
  padding-right: 5px;
  color: #bfbfbf; }

.template-pro .sub-name {
  font-size: 13px;
  color: #404040;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px; }

.thumbnail {
  position: relative;
  z-index: 0;
  padding: 0px;
  border: 0px;
  text-decoration: none; }

.thumbnail:hover {
  background-color: transparent;
  z-index: 50;
  text-decoration: none; }

.thumbnail span {
  /*CSS for enlarged image*/
  position: absolute !important;
  background-color: #fbfbf9;
  padding: 25px;
  visibility: hidden;
  color: black;
  text-decoration: none;
  border: 1px #bfbfbf solid;
  font-size: 18px;
  color: #404040;
  padding-bottom: 15px;
  z-index: 1000;
  width: 400px;
  left: -1000px;
  margin-left: -80px;
  margin-top: -120px;
  text-align: left; }

.thumbnail span img {
  /*CSS for enlarged image*/
  border-width: 0;
  width: 100%;
  max-width: 444px !important; }

.thumbnail:hover span {
  /*CSS for enlarged image on hover*/
  visibility: visible;
  top: 0;
  left: 30px;
  /*position where enlarged image should offset horizontally */ }

.your-logo {
  width: 100%;
  height: auto;
  background: white;
  padding: 20px;
  max-width: 600px;
  border: 1px #bfbfbf dashed;
  text-align: center; }

.darg-drop {
  margin-bottom: 30px; }

.darg-drop h2 {
  font-size: 20px;
  margin-top: 0px;
  color: #3c8dbc; }

.darg-drop p {
  font-size: 12px;
  color: #bfbfbf; }

.upload-drop-zone.drop {
  color: #222;
  border-color: #222; }

.dropzone {
  border: 1px dashed #bfbfbf !important;
  border-radius: 0px;
  padding: 40px 50px;
  background: #fefefe !important;
  font-size: 17px;
  text-align: center;
  cursor: pointer; }

.dropzone.dz-clickable {
  cursor: pointer; }

.layout-mod-body {
  background: white;
  padding: 15px;
  border: 1px #eee solid;
  text-align: center; }

.layout-mod-body label.font {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin: 15px;
  padding-left: 25px;
  margin-bottom: 0px; }

.sub-head {
  font-size: 18px;
  color: #404040;
  margin-bottom: 10px; }

.mar-top-20 {
  /* margin-top:20px; */ }

.small-input {
  width: 50px;
  text-align: center;
  border: 1px #bfbfbf solid;
  height: 30px; }

.table-checkb {
  margin-top: 19px;
  margin-bottom: 0px;
  height: 6px;
  padding-left: 5px; }

span.table-checkb {
  margin-top: 19px;
  margin-bottom: 0px;
  height: 0px;
  padding-left: 5px; }

span.table-checkb input:valid ~ label {
  top: 13px !important;
  font-size: 13px;
  color: #3b86ff;
  margin-left: 5px; }

.mar-top-10 {
  margin-top: 10px; }

.mar-bott-10 {
  margin-bottom: 10px; }

.sub-head2 {
  font-size: 18px;
  color: #404040;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px #eee solid;
  font-weight: 400; }

.choo-file-path-b {
  width: 100%;
  padding: 5px 10px;
  background: #eee;
  border: 1px #bfbfbf solid;
  font-size: 13px; }

.choo-file-path-b select {
  width: 150px;
  height: 34px;
  display: inline; }

.file-name {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 19px; }

.fullwidth-textarea {
  width: 100%;
  padding: 10px;
  border-style: dashed; }

.alert-warning {
  background: #fcf8e3 !important;
  border: 1px solid #faebcc !important;
  color: #8a6d3b !important; }

.alert-success {
  background: #dff0d8 !important;
  border: 1px solid #d6e9c6 !important;
  color: #3c763d !important; }

.alert-info {
  background: #d9edf7 !important;
  border: 1px solid #bce8f1 !important;
  color: #31708f !important; }

.alert-danger {
  background: #f2dede !important;
  border: 1px solid #ebccd1 !important;
  color: #a94442 !important; }

.curs-point {
  cursor: pointer; }

.pop-speci-head {
  padding: 4px 12px;
  font-size: 20px;
  color: white;
  background: #3b86ff;
  margin-bottom: 15px;
  text-align: left; }

.speci-head {
  padding: 4px 0px;
  font-size: 20px;
  color: #333;
  background: white;
  margin-bottom: 15px;
  text-align: left;
  border-bottom: 1px #ddd solid; }

.padd-right-no {
  padding-right: 0px !important; }

.dash-pro {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px #ddd solid; }

.dash-pro a {
  text-decoration: none; }

.dash-pro image {
  width: 100%;
  background: #bfbfbf; }

.dash-pro img {
  width: 100%; }

.dash-pro h2 {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 22px; }

.your-logo-drag {
  border: none !important;
  background: white !important; }

.cust-collaps-m {
  width: 100% !important;
  text-align: right !important;
  background: none !important; }

.cust-collaps-m .cust-collaps-m:focus, .cust-collaps-m:active {
  outline: 0; }

.produ-page-box {
  border: 1px #bfbfbf solid;
  background: white;
  /*min-height:200px;*/
  min-height: 304px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center; }

.produ-page-box a {
  text-decoration: none;
  text-align: center; }

.produ-page-box .image {
  width: 100%;
  height: auto; }

.produ-page-box .image img {
  width: 100%;
  max-width: 272px;
  height: auto; }

.produ-page-box .pro-name {
  display: block;
  color: #3b86ff;
  font-size: 22px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px; }

.produ-page-box .pro-name:hover {
  text-decoration: underline; }

.produ-page-box .price {
  font-size: 18px;
  color: #bfbfbf !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  line-height: 25px;
  height: 60px !important; }

.pagina-text {
  font-size: 14px;
  color: #666;
  margin-right: 20px;
  margin-top: 3px; }

.pagina-text input {
  width: 40px;
  text-align: center;
  color: #404040;
  border-radius: 3px;
  border: 1px #bfbfbf solid;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px; }

/*  bhoechie tab */
div.bhoechie-tab-container {
  z-index: 10;
  background-color: white;
  padding: 0 !important;
  -moz-border-radius: 4px;
  border: none;
  margin-top: 0px; }

div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0; }

div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
  border-radius: 0px;
  border-top: 1px #ddd solid; }

div.bhoechie-tab-menu div.list-group > a {
  margin-bottom: 0;
  text-align: left;
  border-top: none;
  font-size: 15px; }

div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
  color: #666; }

div.bhoechie-tab-menu div.list-group > a:first-child {
  border-radius: 0;
  -moz-border-top-right-radius: 0; }

div.bhoechie-tab-menu div.list-group > a:last-child {
  border-radius: 0;
  -moz-border-bottom-right-radius: 0; }

div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
  background-color: #3b86ff;
  background-image: #3b86ff;
  color: white;
  border-color: #3b86ff; }

div.bhoechie-tab-menu div.list-group > a.active:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #3b86ff; }

div.bhoechie-tab-content {
  background-color: white;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px; }

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none; }

.list-group-horizontal .list-group-item {
    display: inline-block;
}

.GridTitle {
  color: #005581;
  font-size: 33px;
  text-align: center; }

.align-center {
  text-align: center; }
.emptyGridContent img {
  width: 14%;
  margin-top: 50px;
  margin-bottom: 50px; }

/*------- Date Picker!----------- */
.Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.Zebra_DatePicker {
  position: absolute;
  background: #3b86ff;
  border: 2px solid #3b86ff;
  z-index: 1200;
  font-size: 13px;
  top: 0; }

.Zebra_DatePicker * {
  margin: 0;
  padding: 0;
  color: #000;
  background: transparent;
  border: none; }

.Zebra_DatePicker table {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  table-layout: auto; }

.Zebra_DatePicker td, .Zebra_DatePicker th {
  text-align: center;
  padding: 5px 0; }

.Zebra_DatePicker td {
  cursor: pointer; }

.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker {
  margin-top: 3px; }

.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
  background: white;
  width: 30px;
  border: 1px solid #ccc; }

.Zebra_DatePicker, .Zebra_DatePicker .dp_header .dp_hover, .Zebra_DatePicker .dp_footer .dp_hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.Zebra_DatePicker.dp_visible {
  visibility: visible;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.Zebra_DatePicker.dp_hidden {
  visibility: hidden;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }

.Zebra_DatePicker .dp_header td {
  color: white; }

.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
  width: 30px; }

.Zebra_DatePicker .dp_header .dp_caption {
  font-weight: bold; }

.Zebra_DatePicker .dp_header .dp_hover {
  background: #018faf;
  color: white; }

.Zebra_DatePicker .dp_daypicker th {
  background: #e9e9e9; }

.Zebra_DatePicker td.dp_not_in_month {
  background: #F3F3F3;
  color: #CDCDCD;
  cursor: default; }

.Zebra_DatePicker td.dp_not_in_month_selectable {
  background: #F3F3F3;
  color: #CDCDCD;
  cursor: pointer; }

.Zebra_DatePicker td.dp_weekend {
  background: #e4e4e4; }

.Zebra_DatePicker td.dp_weekend_disabled {
  color: #CCC;
  cursor: default; }

.Zebra_DatePicker td.dp_selected {
  background: #5A4B4B;
  color: white !important; }

.Zebra_DatePicker td.dp_week_number {
  background: #e9e9e9;
  color: gray;
  cursor: text;
  font-style: italic; }

.Zebra_DatePicker .dp_monthpicker td {
  width: 33%; }

.Zebra_DatePicker .dp_yearpicker td {
  width: 33%; }

.Zebra_DatePicker .dp_footer {
  margin-top: 3px; }

.Zebra_DatePicker .dp_footer .dp_hover {
  background: #018faf;
  color: white; }

.Zebra_DatePicker .dp_today {
  color: white;
  padding: 3px; }

.Zebra_DatePicker .dp_clear {
  color: white;
  padding: 3px; }

.Zebra_DatePicker td.dp_current {
  color: #C40000; }

.Zebra_DatePicker td.dp_disabled_current {
  color: #E38585; }

.Zebra_DatePicker td.dp_disabled {
  background: #F3F3F3;
  color: #CDCDCD;
  cursor: default; }

.Zebra_DatePicker td.dp_hover {
  background: #06728b;
  color: white; }

button.Zebra_DatePicker_Icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("calendar.png") no-repeat left top;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  vertical-align: top; }

button.Zebra_DatePicker_Icon_Disabled {
  background-image: url("calendar-disabled.png"); }

button.Zebra_DatePicker_Icon {
  margin: 0 0 0 3px; }

button.Zebra_DatePicker_Icon_Inside {
  margin: 0 3px 0 0; }

/*------- 23/11/2015----------- */
.checkboc-posi {
  /* position:absolute; */
  /* margin-top:20px; */ }

/*------- 24/11/2015----------- */
.add-img-pop img {
  width: 100% !important;
  height: auto;
  margin: 0 auto; }

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3; }

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #adadad;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3; }

.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px; }

.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px; }

.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
  /* background-color:$color-white-alt !important;*/ }

.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fefefe; }

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc; }

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #e7e7e7; }

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad; }

.btn-white {
  background-color: white;
  color: #444;
  border-color: #ddd; }

.article-01 {
  background: url(../images/hbg.png) no-repeat;
  padding-left: 21px;
  background-position: 1px -17px; }

.article-02 {
  background: url(../images/hbg.png) no-repeat;
  padding-left: 21px;
  background-position: 1px 3px; }

.drop-div {
  display: none; }

.table-checkb-01 {
  margin-top: 19px;
  margin-bottom: 0px;
  height: 0px;
  padding-left: 20px; }

/*------- 26/11/2015----------- */
.chat-box {
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  width: 300px;
  right: 0px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  background: white; }

/*------- 27/11/2015----------- */
.thumbnail {
  background: none; }

.marg-r-20 {
  margin-right: 20px; }

.marg-top-25 {
  margin-top: 25px; }

/*------- 1/12/2015----------- */
.tgallery-body .content2 {
  width: 100%;
  float: none;
  background: white;
  padding: 20px;
  padding-bottom: 0px; }

.cust-collaps-m {
  background: none !important; }

.marg-top-bott {
  margin-bottom: 10px !important;
  margin-top: 10px !important; }

.template-pro .edit-btn {
  padding: 10px;
  padding-bottom: 15px;
  text-align: center; }

.gold {
  color: #FFBF00; }

.product-rating {
  font-size: 20px;
  margin-bottom: 25px; }

.product-title {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }

.product-desc {
  font-size: 14px; }

.product-price {
  font-size: 22px; }

.product-stock {
  color: #74DF00;
  font-size: 20px;
  margin-top: 10px; }

.product-info {
  margin-top: 50px; }

.pro-detail-img {
  background: white;
  border: 1px #eee solid;
  margin: 10px; }

.tab-content {
  padding: 15px;
  /*border: 1px #ddd solid;*/
  border-top: 0px;
  margin-bottom: 20px; }

/*------- 2/12/2015----------- */
.ac-template .template {
  width: 160px;
  float: left;
  margin-right: 15px; }

.template-pro .pro-name span.number {
  color: #666;
  float: right;
  font-weight: bold;
  font-size: 12px !important;
  line-height: 32px;
  font-weight: normal !important; }

.template-pro .act-btn {
  padding: 10px;
  width: 100%; }

/*------- 3/12/2015----------- */
.group input.ng-invalid.ng-touched {
  border: 1px solid #B94A48;
  background-image: url("/images/close-form-img.png");
  background-position: right center;
  background-repeat: no-repeat;
  -moz-box-shadow: none; }

.group input.ng-valid.ng-touched {
  /*border: 1px solid #468847;*/
  /*background-image: url("/images/check-form-img.png");*/
  background-position: right center;
  background-repeat: no-repeat; }

.group p.form-err-msg {
  margin: 0px 14px 11px;
  color: #B94A48;
  font-size: 13px; }

.group input::-ms-clear {
  display: none; }

.group-no-marg {
  position: relative;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 0px !important; }

.colom-img {
  width: 100% !important;
  max-width: 200px;
  height: 100% !important;
  max-height: 150px;
  margin: 5px !important; }

/* LABEL ======================================= */
.formly-field-checkbox .form-group div label {
  top: 0; }

.group select:focus ~ label, select:valid ~ label {
  top: -20px;
  font-size: 13px;
  color: #3b86ff; }

.group input[type="date"]:focus ~ label, input[type="date"]:valid ~ label {
  top: -20px;
  font-size: 13px;
  color: #3b86ff; }

/* BOTTOM BARS ================================= */
.group .bar {
  position: relative;
  display: block;
  width: 96%; }

.group .bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #3b86ff;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.group .bar:before {
  left: 50%; }

.group .bar:after {
  right: 50%; }

/* active state */
.group input:focus ~ .bar:before, input:focus ~ .bar:after {
  width: 50%; }

/* active state */
.group input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

.group input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

.group textarea {
  font-size: 14px;
  padding: 5px;
  display: block;
  width: 100%;
  border: none;
  border: 1px solid #bfbfbf;
  height: 80px;
  border-radius: 4px;
  padding-left: 15px; }

.group textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
  width: 50%; }

.group textarea:focus {
  outline: none; }

.group textarea:focus ~ label, textarea:valid ~ label {
  top: -20px;
  font-size: 13px;
  color: #3b86ff; }

.group textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #3b86ff; }
  to {
    width: 0;
    background: transparent; } }
@-moz-keyframes inputHighlighter {
  from {
    background: #3b86ff; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #3b86ff; }
  to {
    width: 0;
    background: transparent; } }
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

[type="checkbox"] {
  /* checkbox aspect */ }

[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  top: 0px;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid gray;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s; }

[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #3b86ff;
  border-bottom: 2px solid #3b86ff;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  left: -10px;
  top: -11px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #3b86ff;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent; }

/* Remove default Radio Buttons */
[type="radio"]:not(:checked), [type="radio"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

[type="radio"] + label:before, [type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  -moz-transition: .28s ease;
  -o-transition: .28s ease;
  -ms-transition: .28s ease;
  transition: .28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before {
  border-radius: 50%;
  border: 2px solid gray; }

[type="radio"]:not(:checked) + label:after {
  border-radius: 50%;
  border: 2px solid gray;
  z-index: -1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

/* Checked styles */
/* Radio With gap */
[type="radio"].with-gap:checked + label:before {
  border-radius: 50%;
  border: 2px solid #3b86ff; }

[type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
  border: 2px solid #3b86ff;
  background-color: #3b86ff;
  z-index: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

.articlelist ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

.fullarticle {
  display: none; }

#passwordStrength {
  height: 10px;
  display: block;
  float: left; }

.strength0 {
  width: 250px;
  background: #bfbfbf; }

.strength1 {
  width: 50px;
  background: #ff0000; }

.strength2 {
  width: 100px;
  background: #ff5f5f; }

.strength3 {
  width: 150px;
  background: #56e500; }

.strength4 {
  background: #4dcd00;
  width: 200px; }

.strength5 {
  background: #399800;
  width: 250px; }

/*;;;;;;;;;;; tooltip  ;;;;;;;;;;;*/
.flyout {
  z-index: 200;
  position: absolute;
  width: 276px;
  right: -276px;
  padding: 20px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.12);
  padding: 10px;
  margin-top: -67px;
  float: right; }

.flyout label {
  position: initial; }

.hidden {
  visibility: hidden; }

/*



.ac-template{
padding:8px;
background:#f7f7f9;
border:1px #eae9ec solid;
margin-top:15px;
margin-bottom:20px;
}
.ac-template .template{
width:15%;
float:left;
}
.ac-template .template img{
border:1px #ccc solid;
width:100%;
max-width:159px;
}
.ac-template .options{
width:80%;
float:left;
}
.ac-template .options h2{
margin-top:8px;
margin-bottom:5px;
color:$color-blue;
font-size:24px;
}*/
.preview-link {
  font-size: 14px;
  text-decoration: underline;
  color: #3b86ff;
  display: block;
  padding-bottom: 10px; }

.btn-gray {
  background: #ddd;
  border-color: #ccc; }

.tgallery-body {
  background: #eeeeee;
  border: 1px #ccc solid;
  margin-top: 10px;
  margin-bottom: 20px; }

.tgallery-body .head {
  width: 100%;
  padding: 5px;
  background: #3b86ff;
  color: white;
  font-size: 22px;
  padding-left: 10px; }

.tgallery-body .head .arrow {
  display: block;
  background: white;
  color: #3b86ff;
  padding: 5px 8px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  float: left;
  line-height: 14px;
  margin: 2px;
  border-radius: 0px; }

.tgallery-body .leftbin {
  width: 18%;
  float: left;
  padding: 20px; }

.tgallery-body .content {
  width: 82%;
  float: left;
  background: white;
  padding: 20px;
  padding-bottom: 0px; }

.tgallery-body .leftbin h2 {
  font-size: 20px;
  color: #404040;
  border-bottom: 1px #ccc solid;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 3px; }

.tgallery-body .leftbin .small-head {
  width: 100%;
  font-size: 13px;
  color: #404040;
  font-weight: bold;
  margin-bottom: 2px;
  padding-top: 6px; }

.small-head span {
  float: right; }

.small-head span a {
  font-size: 11px;
  color: #404040;
  text-decoration: none;
  font-weight: 100; }

.color-box-body {
  width: 100%;
  padding-bottom: 10px; }

.color-box-body .red {
  background: #ed1c24;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .red:focus, .red:active {
  background: url(../images/colorbox-focus-tick.png) #ed1c24;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .orange {
  background: #FF6600;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .orange:focus, .orange:active {
  background: url(../images/colorbox-focus-tick.png) #FF6600;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .yellow {
  background: white;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .yellow:focus, .yellow:active {
  background: url(../images/colorbox-focus-tick-bla.png) white;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .green {
  background: #33CC00;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .green:focus, .green:active {
  background: url(../images/colorbox-focus-tick.png) #33CC00;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .blue {
  background: #0033FF;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .blue:focus, .blue:active {
  background: url(../images/colorbox-focus-tick.png) #0033FF;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .violet {
  background: #660099;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .violet:focus, .violet:active {
  background: url(../images/colorbox-focus-tick.png) #660099;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .brown {
  background: #663300;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .brown:focus, .brown:active {
  background: url(../images/colorbox-focus-tick.png) #663300;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .white {
  background: white;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .white:focus, .white:active {
  background: url(../images/colorbox-focus-tick-bla.png) white;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .gray {
  background: #bfbfbf;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .gray:focus, .gray:active {
  background: url(../images/colorbox-focus-tick.png) #bfbfbf;
  border: 2px #ccc solid;
  outline: 0; }

.color-box-body .black {
  background: #000;
  border: 2px #ccc solid;
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left; }

.color-box-body .black:focus, .black:active {
  background: url(../images/colorbox-focus-tick.png) #000;
  border: 2px #ccc solid;
  outline: 0; }

.tgallery-body .leftbin .selectmenu {
  width: 100%; }

.template-pro {
  border: 1px #bfbfbf solid;
  background: #fbfbf9;
  min-height: 200px;
  margin-bottom: 30px; }

.template-pro .image {
  width: 100%;
  text-align: center;
  height: auto; }

.template-pro .image img {
  width: 100%;
  max-width: 272px;
  /*height:auto;*/
  height: 270px; }

.template-pro .pro-name {
  display: block;
  color: #3b86ff;
  font-size: 22px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px; }

.template-pro .pro-name:hover {
  text-decoration: underline; }

.template-pro .pro-name span {
  color: #666;
  float: right;
  font-weight: bold; }

.template-pro .pro-name span.cross {
  color: #666;
  float: left;
  text-decoration: line-through;
  padding-right: 5px;
  color: #bfbfbf; }

.template-pro .sub-name {
  font-size: 13px;
  color: #404040;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px; }

.thumbnail {
  position: relative;
  z-index: 0;
  padding: 0px;
  border: 0px;
  text-decoration: none; }

.thumbnail:hover {
  background-color: transparent;
  z-index: 50;
  text-decoration: none; }

.thumbnail span {
  /*CSS for enlarged image*/
  position: absolute !important;
  background-color: #fbfbf9;
  padding: 25px;
  visibility: hidden;
  color: black;
  text-decoration: none;
  border: 1px #bfbfbf solid;
  font-size: 18px;
  color: #404040;
  padding-bottom: 15px;
  z-index: 1000;
  width: 400px;
  left: -1000px;
  margin-left: -80px;
  margin-top: -120px;
  text-align: left; }

.thumbnail span img {
  /*CSS for enlarged image*/
  border-width: 0;
  width: 100%;
  max-width: 444px !important; }

.thumbnail:hover span {
  /*CSS for enlarged image on hover*/
  visibility: visible;
  top: 0;
  left: 30px;
  /*position where enlarged image should offset horizontally */ }

.darg-drop {
  margin-bottom: 30px; }

.darg-drop h2 {
  font-size: 20px;
  margin-top: 0px;
  color: #3c8dbc; }

.darg-drop p {
  font-size: 12px;
  color: #bfbfbf; }

.upload-drop-zone.drop {
  color: #222;
  border-color: #222; }

.dropzone {
  border: 1px dashed #bfbfbf !important;
  border-radius: 0px;
  padding: 40px 50px;
  background: #fefefe !important;
  font-size: 17px;
  text-align: center;
  cursor: pointer; }

.dropzone.dz-clickable {
  cursor: pointer; }

.layout-mod-body {
  background: white;
  padding: 15px;
  border: 1px #eee solid;
  text-align: center; }

.layout-mod-body label.font {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin: 15px;
  padding-left: 25px;
  margin-bottom: 0px; }

.sub-head {
  font-size: 18px;
  color: #404040;
  margin-bottom: 10px; }

.small-input {
  width: 50px;
  text-align: center;
  border: 1px #bfbfbf solid;
  height: 30px; }

.table-checkb {
  margin-top: 19px;
  margin-bottom: 0px;
  height: 6px;
  padding-left: 5px; }

span.table-checkb {
  margin-top: 19px;
  margin-bottom: 0px;
  height: 0px;
  padding-left: 5px; }

span.table-checkb input:valid ~ label {
  top: 13px !important;
  font-size: 13px;
  color: #3b86ff;
  margin-left: 5px; }

.mar-top-10 {
  margin-top: 10px; }

.mar-bott-10 {
  margin-bottom: 10px; }

.sub-head2 {
  font-size: 18px;
  color: #404040;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px #eee solid;
  font-weight: 400; }

.choo-file-path-b {
  width: 100%;
  padding: 5px 10px;
  background: #eee;
  border: 1px #bfbfbf solid;
  font-size: 13px; }

.choo-file-path-b select {
  width: 150px;
  height: 34px;
  display: inline; }

.file-name {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 19px; }

.fullwidth-textarea {
  width: 100%;
  padding: 10px;
  border-style: dashed; }

.alert-warning {
  background: #fcf8e3 !important;
  border: 1px solid #faebcc !important;
  color: #8a6d3b !important; }

.alert-success {
  background: #dff0d8 !important;
  border: 1px solid #d6e9c6 !important;
  color: #3c763d !important; }

.alert-info {
  background: #d9edf7 !important;
  border: 1px solid #bce8f1 !important;
  color: #31708f !important; }

.alert-danger {
  background: #f2dede !important;
  border: 1px solid #ebccd1 !important;
  color: #a94442 !important; }

.curs-point {
  cursor: pointer; }

.pop-speci-head {
  padding: 4px 12px;
  font-size: 20px;
  color: white;
  background: #0b436e;
  margin-bottom: 15px;
  text-align: left; }

.speci-head {
  padding: 4px 0px;
  font-size: 20px;
  color: #333;
  background: white;
  margin-bottom: 15px;
  text-align: left;
  border-bottom: 1px #ddd solid; }

.padd-right-no {
  padding-right: 0px !important; }

.dash-pro {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px #ddd solid; }

.dash-pro a {
  text-decoration: none; }

.dash-pro image {
  width: 100%;
  background: #bfbfbf; }

.dash-pro img {
  width: 100%; }

.dash-pro h2 {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold; }

.your-logo-drag {
  border: none !important;
  background: white !important; }

.cust-collaps-m {
  width: 100% !important;
  text-align: right !important; }

.cust-collaps-m .cust-collaps-m:focus, .cust-collaps-m:active {
  outline: 0; }

.produ-page-box {
  border: 1px #bfbfbf solid;
  background: white;
  min-height: 304px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center; }

.produ-page-box a {
  text-decoration: none;
  text-align: center; }

.produ-page-box .image {
  width: 100%;
  height: auto; }

.produ-page-box .image img {
  width: 100%;
  max-width: 272px;
  height: auto; }

.produ-page-box .pro-name {
  display: block;
  color: #3b86ff;
  font-size: 22px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px; }

.produ-page-box .pro-name:hover {
  text-decoration: underline; }

.produ-page-box .price {
  font-size: 18px;
  color: #bfbfbf !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  line-height: 25px; }

.pagina-text {
  font-size: 14px;
  color: #666;
  margin-right: 20px;
  margin-top: 3px; }

.pagina-text input {
  width: 40px;
  text-align: center;
  color: #404040;
  border-radius: 3px;
  border: 1px #bfbfbf solid;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px; }

.group p.form-err-msg {
  margin: 0px 14px 11px;
  color: #B94A48;
  font-size: 13px; }

.group input::-ms-clear {
  display: none; }

.group-no-marg {
  position: relative;
  margin-bottom: 0px !important;
  margin-top: 0px !important; }

/*------- Date Picker!----------- */
.Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.Zebra_DatePicker {
  position: absolute;
  background: #3b86ff;
  border: 2px solid #3b86ff;
  z-index: 1200;
  font-size: 13px;
  top: 0; }

.Zebra_DatePicker * {
  margin: 0;
  padding: 0;
  color: #000;
  background: transparent;
  border: none; }

.Zebra_DatePicker table {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  table-layout: auto; }

.Zebra_DatePicker td, .Zebra_DatePicker th {
  text-align: center;
  padding: 5px 0; }

.Zebra_DatePicker td {
  cursor: pointer; }

.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker {
  margin-top: 3px; }

.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
  background: white;
  width: 30px;
  border: 1px solid #ccc; }

.Zebra_DatePicker, .Zebra_DatePicker .dp_header .dp_hover, .Zebra_DatePicker .dp_footer .dp_hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.Zebra_DatePicker.dp_visible {
  visibility: visible;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.Zebra_DatePicker.dp_hidden {
  visibility: hidden;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }

.Zebra_DatePicker .dp_header td {
  color: white; }

.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
  width: 30px; }

.Zebra_DatePicker .dp_header .dp_caption {
  font-weight: bold; }

.Zebra_DatePicker .dp_header .dp_hover {
  background: #018faf;
  color: white; }

.Zebra_DatePicker .dp_daypicker th {
  background: #e9e9e9; }

.Zebra_DatePicker td.dp_not_in_month {
  background: #F3F3F3;
  color: #CDCDCD;
  cursor: default; }

.Zebra_DatePicker td.dp_not_in_month_selectable {
  background: #F3F3F3;
  color: #CDCDCD;
  cursor: pointer; }

.Zebra_DatePicker td.dp_weekend {
  background: #e4e4e4; }

.Zebra_DatePicker td.dp_weekend_disabled {
  color: #CCC;
  cursor: default; }

.Zebra_DatePicker td.dp_selected {
  background: #5A4B4B;
  color: white !important; }

.Zebra_DatePicker td.dp_week_number {
  background: #e9e9e9;
  color: gray;
  cursor: text;
  font-style: italic; }

.Zebra_DatePicker .dp_monthpicker td {
  width: 33%; }

.Zebra_DatePicker .dp_yearpicker td {
  width: 33%; }

.Zebra_DatePicker .dp_footer {
  margin-top: 3px; }

.Zebra_DatePicker .dp_footer .dp_hover {
  background: #018faf;
  color: white; }

.Zebra_DatePicker .dp_today {
  color: white;
  padding: 3px; }

.Zebra_DatePicker .dp_clear {
  color: white;
  padding: 3px; }

.Zebra_DatePicker td.dp_current {
  color: #C40000; }

.Zebra_DatePicker td.dp_disabled_current {
  color: #E38585; }

.Zebra_DatePicker td.dp_disabled {
  background: #F3F3F3;
  color: #CDCDCD;
  cursor: default; }

.Zebra_DatePicker td.dp_hover {
  background: #06728b;
  color: white; }

button.Zebra_DatePicker_Icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("calendar.png") no-repeat left top;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  vertical-align: top; }

button.Zebra_DatePicker_Icon_Disabled {
  background-image: url("calendar-disabled.png"); }

button.Zebra_DatePicker_Icon {
  margin: 0 0 0 3px; }

button.Zebra_DatePicker_Icon_Inside {
  margin: 0 3px 0 0; }

/*------- 24/11/2015----------- */
.add-img-pop img {
  width: 100% !important;
  height: auto;
  margin: 0 auto; }

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3; }

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #adadad;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3; }

.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px; }

.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px; }

.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px; }

.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fefefe; }

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc; }

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #e7e7e7; }

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad; }

.btn-white {
  background-color: white;
  color: #444;
  border-color: #ddd; }

.article-01 {
  background: url(../images/hbg.png) no-repeat;
  padding-left: 21px;
  background-position: 1px -17px; }

.article-02 {
  background: url(../images/hbg.png) no-repeat;
  padding-left: 21px;
  background-position: 1px 3px; }

.drop-div {
  display: none; }

.table-checkb-01 {
  margin-top: 19px;
  margin-bottom: 0px;
  height: 0px;
  padding-left: 20px; }

/*------- 26/11/2015----------- */
.chat-box {
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  width: 300px;
  right: 0px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  background: white; }

/*------- 27/11/2015----------- */
.thumbnail {
  background: none; }

.marg-r-20 {
  margin-right: 20px; }

.marg-top-25 {
  margin-top: 25px; }

div.your-logo span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 17px; }

div.your-logo span.text-content span {
  height: 159px; }

div.your-logo span.text-content {
  background: rgba(0, 0, 0, 0.32);
  color: white;
  cursor: pointer;
  display: table;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  padding: 20px;
  opacity: 0; }

div.your-logo span.text-content {
  min-width: 600px; }

div.your-logo {
  position: relative;
  }

div.your-logo:hover span.text-content {
  opacity: 1; }

div.your-logo2 span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 17px; }

div.your-logo2 span.text-content span {
  height: 100px; }

div.your-logo2 span.text-content {
  background: rgba(0, 0, 0, 0.32);
  color: white;
  cursor: pointer;
  display: table;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  padding: 20px 20px;
  opacity: 0; }

div.your-logo2 {
  position: relative;
  border: 1px dashed #bfbfbf !important;
  padding: 20px 50px; }

div.your-logo2:hover span.text-content {
  opacity: 1; }

.hand {
  cursor: pointer !important; }

.range-label {
  margin-top: 3px; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #404040;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  text-decoration: none;
  color: white;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0077b3));
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0077b3));
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #bfbfbf; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default; }

.open {
  *z-index: 1000; }

.open > .dropdown-menu {
  display: block; }

.pull-right {
  float: right; }

.btna {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #404040;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
  background-image: linear-gradient(to bottom, white, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-whiteff', endColorstr='#ffe6e6e6', GradientType=0);
  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);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bfbfbf;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btna:hover, .btna:focus, .btna:active, .btna.active, .btna.disabled, .btna[disabled] {
  color: #404040;
  background-color: #e6e6e6;
  *background-color: #d9d9d9; }

.tooltip-inner {
  min-width: 200px;
  padding: 3px 8px;
  color: #333;
  text-align: center;
  background-color: #D0D0D0;
  border-radius: 4px;
  font-size: 14px;
  word-wrap: break-word; }

.tooltip.right .tooltip-arrow {
  border-right-color: #D0D0D0; }

.user-error {
  position: absolute;
  color: red; }

.orders {
  margin-bottom: 15px;
  float: left;
  width: 100%; }

.img-remove {
  float: right;
  margin-right: -3.5%;
  margin-top: -3.5%;
  position: relative;
  z-index: 9;
  cursor: pointer;
  }

.search_span {
  padding-left: 31px; }

.ui-notification {
  position: fixed;
  z-index: 9999;
  width: 300px;
  height: 28px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  border-radius: 0;
  background: #337ab7;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); }

.ui-notification.success {
  color: white;
  background: #5cb85c; }

.ui-notification.error {
  color: white;
  background: #d9534f; }

.ui-notificationalign {
  top: 50%;
  left: 533px;
  padding-top: 5px; }

.product-label-new {
  background: #70b53f; }

.product-label-sale {
  background: #d72c4e; }

.product-label-hidden {
  background: #3FA5B5; }

.product-label-div {
  font-size: 15px;
  width: 54px;
  height: 28px;
  float: right;
  display: block;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0;
  color: white;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.product-label-div-container {
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  z-index: 30; }

.label {
  display: inline;
  padding: .7em .6em .3em;
  font-size: 88%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.pagination-body {
  border: 1px #ddd solid;
  background: white;
  padding: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  width: 100%; }

.pagination-flot-left-body {
  float: left;
  margin: 2px; }

.pagination-flot-left {
  float: left;
  margin-right: 10px;
  line-height: 30px;
  margin-bottom: 1px; }

.pagination-flot-right-body {
  float: right;
  margin-left: 2px; }

/* Google Analytics */
div#view-selector-container {
  padding-left: 189px !important; }

#view-selector-container table {
  width: 0px !important;
  height: 0px !important;
  float: left; }

#view-selector-container table tr td:last-child {
  width: 176px !important; }

#embed-api-auth-container div {
  margin-bottom: 20px; }

/*-- -- -- - 12/04/2016-- -- -- -- -- - */
.page-name- lightgray {
  padding-left: 10px;
  line-height: 35px;
  font-size: 17px;
  color: white;
  background: #4f418c; }

.media .thumbnail {
  background: none;
  border: none; }

/*a{color:#4f418c;}*/
.list-group- image {
  margin-bottom: 10px; }

.box-border {
  border: 1px #ddd solid; }

.td-gray- head {
  background: #eee;
  padding-left: 10px;
  color: #404040;
  font-size: 15px;
  height: 30px; }

.padd-top-20 {
  padding: 20px; }

.margintop-12 {
  margin-top: 12px; }

.small-gray- text {
  font-size: 12px; }

.spc-table table {
  border-collapse: collapse; }

.spc-table table, th, td {
  border: 1px solid #ddd;
  padding: 8px; }

.total-table {
  padding: 0px; }

.total-table table {
  border-collapse: collapse; }

.total-table table, th, td {
  padding: 8px; }

.font22 {
  font-size: 22px; }

.f-btn {
  margin-top: 10px;
  margin-bottom: 20px; }

.btn-flow-custom {
  width: 100%; }

.btn-flow-custom > .btn-white {
  min-width: 24%;
  font-weight: bold; }

.preview-site-span {
  padding: 6px;
  color: white;
  font-weight: bold; }

.preview-site-span a > .btn-primary {
  background-color: #367fa9 !important;
  color: white;
  border-color: #AFD2DA !important; }

.btn-green {
  background-color: #18c010;
  color: white;
  border-color: #ddd; }

.btn-flow-custom > .btn-green {
  min-width: 19%;
  font-weight: bold; }

.btn-green:active {
  background-color: #18c010;
  color: white; }

.btn-green:hover {
  background-color: #039E01;
  color: white; }

.btn-breadcrumb .btn-green:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #18c010;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3; }

.btn-breadcrumb .btn-green:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #18c010;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3; }

.btn-breadcrumb .btn-green:hover:not(:last-child):before {
  border-left: 10px solid #039E01; }

.btn-breadcrumb .btn-green:hover:not(:last-child):after {
  border-left: 10px solid #039E01; }

/*--------------------*/
.btn-flow-custom .btn.btn-default:not(:last-child):after {
  border-left: 10px solid white; }

.btn-flow-custom .btn.btn-default:not(:last-child):before {
  border-left: 15px solid #4CAF50; }

.btn-flow-custom .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #e7e7e7; }

.btn-flow-custom .btn.btn-default:hover:not(:last-child):before {
  border-left: 15px solid #4CAF50; }

.btn-flow-custom .btn.btn-default {
  min-width: 25%;
  font-weight: bold;
  background: white;
  border-color: #4CAF50;
  color: #000; }

.btn-flow-custom .btn.btn-default.btn-home {
  min-width: 0%; }

.btn-flow-custom .btn.btn-default:hover {
  border-color: #4CAF50;
  background: #e7e7e7; }

/*-------------------*/
.btn-light-grey {
  background-color: #F5F5F5;
  color: #888787;
  border-color: #9E9E9E;
  font-weight: bold; }

.btn-flow-custom > .btn-light-grey {
  min-width: 20%; }

.btn-light-grey:hover, .btn-light-grey:active, .btn-light-grey.hover {
  background-color: #e7e7e7;
  color: #000; }

.btn-breadcrumb .btn-light-grey:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 15px solid #9E9E9E;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3; }

.btn-breadcrumb .btn-light-grey:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #F7F7F7;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3; }

.btn-breadcrumb .btn-light-grey:hover:not(:last-child):after {
  border-left: 10px solid #E7E7E7; }

.btn-primary-red {
  color: white;
  background-color: #dd4b39 !important;
  border-color: #d73925 !important; }

/* to display rating */
ul {
  padding: 0;
  margin: 0; }

#avgStarRating li.readonly li.filled {
  color: #666; }

.average-rating-container {
  position: relative;
  height: 31px;
  width: 103px;
  overflow: hidden; }

.average-rating-container-background {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap; }

.average-rating-container-foreground {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap; }

.rating {
  margin: 0;
  padding: 0;
  display: inline-block; }

#avgStarRating li {
  padding: 1px;
  color: #ddd;
  font-size: 20px;
  text-shadow: .05em .05em #aaa;
  list-style-type: none;
  display: inline-block;
  cursor: pointer; }

#avgStarRating li.filled {
  color: #fd0; }

.rating .filled {
  color: #ffb013; }

.star-on {
  padding: 1em 0; }

.star-on ul {
  float: left; }

.star-on ul li {
  vertical-align: sub; }

.review {
  float: left;
  padding: 0 1em; }

.star-on a {
  text-decoration: none;
  font-size: 1em;
  color: #000; }

.star-on a:hover {
  color: #4f418c; }

.img-content-preview {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
  width: auto;
  position: absolute;
  z-index: 9999;
  background: white;
  top: -50px !important; }

.img-content-preview-01 {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
  width: auto;
  position: absolute;
  z-index: 9999;
  background: white;
  top: -50px !important;
  /*  right:270px !important;*/ }

.preview-stores {
  background-color: #367fa9 !important;
  color: white;
  border-color: #AFD2DA !important;
  padding: 7px 7px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent; }

.mandatory {
  color: red; }

.preview-stores-hidden, .paynow-hidden {
  display: none; }

.paynow-btn {
  padding: 6px;
  color: white;
  font-weight: bold; }

.external-link-btn {
  padding: 5px;
  color: white;
  font-weight: bold;
  border: 1px solid white;
  border-radius: 3px !important; }

.btn-status:hover {
  color: #ec2124; }

.topalignment {
  top: -20px !important; }

.ext-btn {
  padding: 5px;
  font-weight: bold;
  margin-right: -7px;
  margin-left: 3px; }

#previewdropdown {
  max-height: 326px !important; }

.catbannerthumbimg {
  width: 50px;
  height: 50px;
  margin-left: 20px; }

.cufChkboxLabel {
  top: 0px !important; }

.cufElemLabel {
  font-weight: 700; }

.cufTextCenter {
  text-align: center; }

.sitespec-grey-bg {
  background-color: #ececec; }

.sitespec-padleft {
  padding-left: 0 !important; }

.sitespec-padbot {
  padding-bottom: 2%; }

.sitespec-height {
  height: 50px; }

/*---------Order details stock table---------*/
.stock-table.table, .stock-table tr th, .stock-table tr td {
  border-spacing: 5px;
  font-family: sans-serif; }

.stock-table tr td {
  padding: 5px;
  text-align: center;
  padding: 10px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  vertical-align: top;
  word-wrap: break-word; }

#showUsers .stock-table tr th:nth-child(1), #showUsers .stock-table tr td:nth-child(1) {
  width: 10%; }

#showUsers .stock-table tr th:nth-child(2), #showUsers .stock-table tr td:nth-child(2) {
  width: 30%; }

#showUsers .stock-table tr th:nth-child(3), #showUsers .stock-table tr td:nth-child(3) {
  width: 20%; }

#showUsers .stock-table tr th:nth-child(4), #showUsers .stock-table tr td:nth-child(4) {
  width: 20%; }

#showUsers .stock-table tr th:nth-child(5), #showUsers .stock-table tr td:nth-child(5) {
  width: 20%; }

.stock-table tr th {
  background-color: #3b86ff;
  color: white;
  padding: 5px;
  text-align: left;
  padding: 10px;
  text-align: center;
  border: 1px solid white;
  font-size: 17px; }

.warehouse-header {
  background-color: #3b86ff;
  color: white;
  padding: 5px;
  text-align: left;
  padding: 10px;
  text-align: center;
  border: 1px solid white;
  font-size: 17px;
  height: 45px; }

.td-gray-head {
  background: #f9f9f9; }

.shipsettings-input {
  border: 1px solid #bfbfbf;
  height: 30px;
  border-radius: 4px; }

.shippingcategory {
  width: 50% !important; }

.ui-widget-header .ui-icon {
  background-image: url(/public/newElements/images/ui-icons_222222_256x240.png) !important; }

.ui-datepicker-month, .ui-datepicker-year {
  display: inline-block;
  height: 30px; }

table#quoteLineBtns tr td {
  border: none; }

.analytics {
  margin-bottom: 15px;
  float: left;
  width: 100%; }

@media (min-width: 1024px) {
  .col-analytics.prod-div {
    max-height: 300px; } }
@media only screen and (max-width: 767px) {
  canvas {
    width: 100% !important;
    height: auto !important;
    max-width: 250px !important; }

  .col-analytics {
    margin-right: 0px !important; }

  .col-analytics br {
    display: none; }

  .col-analytics h2 {
    font-size: 25px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  canvas {
    width: 100% !important;
    height: auto !important; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .col-analytics h4 {
    font-size: 12px; }

  .col-analytics br {
    display: none; }

  .col-analytics.prod-div {
    height: 234px !important; }

  .col-analytics a {
    font-size: 11px !important; }

  .col-analytics h2 {
    font-size: 25px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .col-analytics.prod-div {
    height: 353px !important;
    max-height: 317px; }

  .col-analytics h2 {
    font-size: 25px; } }
#top-btn .btn {
  margin-bottom: 5px; }

.enlargedCanvas {
  width: 80% !important;
  height: 80% !important; }

canvas#ordrbyCtys, canvas#cartTypegrph {
  width: 100% !important;
  height: auto !important; }



.btncolor {
  color: white; }

.btncolor:hover {
  color: white !important; }

.typeahed .dropdown-menu {
  position: static !important; }

.typeAhead {
  width: 100%;
  position: absolute;
  z-index: 999;
  background: white;
  border: #ccc solid 1px;
  padding: 10px; }

.typeAhead a {
  padding: 0 5px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  width: 400px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.pro-name_limit {
  white-space: nowrap;
  width: 160px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
.newsletter-list {
  top: 0;
  height: 200px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px;
  overflow: auto;
  margin: 5px 0; }

.nl-inline {
  width: 100%;
  display: inline-block;
  /* vertical-align: middle; */ }

.nl-inline > div {
  margin: 0; }

.weekdaysForm .form-group{
    width:30%;
    float: left;
}
.form-group{
    text-align: left;
}

.modal-dialog-close-ico {
    top: 24px;
    font-size: 20px;
    position: absolute;
    right: 22px;
    opacity: 0.6;
    cursor: pointer;
}

/*Customer Account Create Popup Tooltip*/

#userPasswordTooltip .flyout {
    text-align: left;
}
#userPasswordTooltip .flyout ul {
    padding-left: 10px;
}

/*---------Marketing CSS starts --------*/

:focus {outline:none;}
::-moz-focus-inner {border:0;}



/*---------Marketing landing UI---------*/

.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-margin-bottom{margin-bottom:16px!important}
.w3-quarter{width:24.99999%;float: left;}
.w3-container{padding:0.01em 16px}
.w3-container::after, .w3-container::before, .w3-row-padding::after, .w3-row-padding::before, .w3-clear::after, .w3-clear::before {
    content: "";
    display: table;
    clear: both;
}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-xxxlarge{font-size:48px!important}


/*--------- Marketing Tabs ---------*/


.tabs {
    width: 99%;
    height: 500px;
    float: none;
    list-style: none;
    position: relative;
    margin: 30px 0 0 10px;
    text-align: left;
    display:inline-block;
}
.tabs li {
    float: left;
    display:inline-block;
}
.tabs input[type="radio"] {
    position: absolute;
    top: 0;
    left: -9999px;
}
.tabs label.tablabel {
    display: block;
    padding: 14px 21px;
    border-radius: 2px 2px 0 0;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    background: #ecf0f5;
    cursor: pointer;
    position: relative;
    top: 4px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;

}
.tabs label.tablabel:hover {
    background: #c9d0d7;
}
.tabs .tab-content {
    z-index: 2;
    display: none;
    overflow: hidden;
    width: 100%;
    line-height: 25px;
    padding: 25px;
    position: absolute;
    top: 100px;
    left: 0;
    background: #fff;
}
.tabsmall .tab-content {
    top: 40px!important;
}
.tabs [id^="tab"]:checked + label.tablabel {
    top: 0;
    background: #fff;
    height: 100px;
    padding: 17px 50px 0px 51px;
}
.tabs [type="radio"]:not(:checked) + label.tablabel {

    height: 120px;
    padding: 17px 50px 0px 51px;
}
.tabsmall [id^="tab"]:checked + label.tablabel {
    height: 50px!important;
    padding: 7px 50px 0px 51px;
}
.tabsmall [type="radio"]:not(:checked) + label.tablabel {
    height: 60px!important;
    padding: 1px 50px 0px 51px;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
    display: block;

}
.tabs [type="radio"]:checked + label.tablabel::after  {
    display: none;
}
.tabs [type="radio"]:not(:checked) + label.tablabel::before {
    display: none;
}


/*-------- Campaign details vertical tabs --------*/

/*  bhoechie tab */
div.bhoechie-tab-container{
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border:1px solid #ddd;
    margin-top: 2px;
    margin-left: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
div.bhoechie-tab-menu{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
}
div.bhoechie-tab-menu div.list-group>a:first-child{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
    color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #15b2d6;
}

div.bhoechie-tab-content{
    background-color: #ffffff;
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
    display: none;
}


div.clear
{
    clear: both;
}

div.product-chooser{

}

div.product-chooser.disabled div.product-chooser-item
{
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: default;
}

div.product-chooser div.product-chooser-item{
    padding: 11px;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    border: 1px solid #efefef;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10x;
}

div.product-chooser div.product-chooser-item.selected{
    border: 4px solid #428bca;
    background: #efefef;
    padding: 8px;
    filter: alpha(opacity=100);
    opacity: 1;
}

div.product-chooser div.product-chooser-item img{
    padding: 0;
}

div.product-chooser div.product-chooser-item span.title{
    display: block;
    margin: 10px 0 5px 0;
    font-weight: bold;
    font-size: 12px;
}

div.product-chooser div.product-chooser-item span.description{
    font-size: 12px;
}

div.product-chooser div.product-chooser-item input{
    position: absolute;
    left: 0;
    top: 0;
    visibility:hidden;
}
.survey-element-btn{
    background-color: white;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 10px;
    width:100%;
}
.marketing-sent-list{
    height: 110px;
    overflow-x: hidden;
    overflow-y: scroll;
}



ul[dnd-list] {
    min-height: 42px;
    padding: 0;
}

ul[dnd-list] > li {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 10px 15px;
}

ul[dnd-list] > li.dndDraggingSource {
    display: none;
}

ul[dnd-list] > li.dndPlaceholder {
    background-color: #ddd;
    min-height: 42px;
}
.fa-question-circle
{
    padding-left: 2px;
}
.fa-question-circle {
  padding-left: 2px; }

.skin-blue .main-header .navbar .sidebar-toggle,
.skin-blue .main-header .navbar .nav > li > a,
.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus,
.skin-blue .main-header .navbar .nav > .active > a {
  color: #0b436e; }

.skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li > a:hover {
  background: #093557; }

.sidebar-menu .treeview-menu > li > a {
  border-top: 1px solid #b1c2d0;
  border-bottom: 1px solid #b1c2d0; }

.search_form .button-search, .search_form .button-search2 {
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #0b436e; }

.treeview a[href$="distributors"] + ul.treeview-menu, .treeview a[href$="retailers"] + ul.treeview-menu {
  top: 210px !important; }

.menu-bottom {
  top: 210px !important; }

.topbar-search .search_form {
  padding: 10px 0;
  height: 50px; }
  .topbar-search .search_form .button-search {
    top: 18px; }

.topbar-search-form {
  padding: 10px 0; }
  .topbar-search-form .button-search {
    top: 18px; }

.content a[href$="/search"], #top-btn a[href$="/search"] {
  display: block;
  margin: 0.5rem 0; }

.navbar-nav {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .navbar-nav li {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.table-bordered > tbody > tr > td a {
  color: #3b86ff !important; }

.table-bordered > tbody > tr > td a i {
  color: #3b86ff; }

.box.box-info {
  border-top-color: #3b86ff; }
  .box.box-info .box-body {
    padding: 1.5rem 0.875rem; }

.box.box-solid.box-default > .box-header {
  background: #fefefe; }
  .box.box-solid.box-default > .box-header h3 {
    font-weight: 600; }

.checkbox input[type="checkbox"] + label {
  font-size: 1rem; }

.payment-settings-link {
  margin-left: 0.5rem;
  margin-top: -0.5rem; }

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .form-group.wysiwyg-form .col-sm-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .form-group .mce-tinymce {
    margin-left: 1rem; }
  .form-group .form-group {
    width: 100%;
    margin-top: 1rem; }
    .form-group .form-group label {
      min-width: 12rem; }
    .form-group .form-group .form-group {
      margin: 0; }
    .form-group .form-group + .form-group {
      margin-top: 0; }
    .form-group .form-group .ng-scope {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .form-group .col-sm-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .form-group .box-header {
    width: 100%; }
    .form-group .box-header + br + div {
      padding-left: 1rem !important;
      padding-top: 1rem; }
      .form-group .box-header + br + div button {
        margin-bottom: 0.5rem; }
  .form-group div[ng-if="gpsNotification.enabled"] {
    width: 100%; }
  .form-group label[for="PriceRange"] {
    margin-bottom: 1.5rem; }
    .form-group label[for="PriceRange"] + div {
      width: 100%; }
  .form-group label[for="selectPage"] {
    -ms-flex-item-align: top;
    align-self: top; }
    .form-group label[for="selectPage"] + div {
      height: 100%; }
  .form-group label[for="facebook_id"],
  .form-group label[for="faceBook_appSecret"],
  .form-group .invalid-feedback {
    margin-right: 1rem; }
  .form-group .radio-info {
    width: 100%; }

.skin-blue .main-header li.preview-store-header {
  background-color: #b1c2d0;
  border-width: 0; }
  .skin-blue .main-header li.preview-store-header div, .skin-blue .main-header li.preview-store-header btn {
    width: 100%; }

.btn.btn-flat {
  background: #3b86ff;
  font-weight: 600; }
  .btn.btn-flat:hover {
    background: #88b5ff; }

.box-header {
  padding: 1rem; }
  .box-header .control-label {
    padding: 1rem;
    padding-left: 0 !important; }

.box-body {
  padding: 0; }

.sitespec-padbot input {
  min-width: 10rem; }

.box-body .form-group div.group {
  padding-bottom: 0; }

.checkbox input[type="checkbox"] + label {
  width: 100%;
  min-width: unset; }

input[type="file"] {
  border: 0 solid white; }

.checkbox-list form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .checkbox-list form .radio2 {
    margin-left: 1rem; }

form[name="socialMediaForm"] .chart-box {
  padding: 1.5rem; }

.site-spec-push-notification .sitespec-height + div {
  width: 100%; }
  .site-spec-push-notification .sitespec-height + div + div {
    margin-top: 1rem;
    width: 100%;
    margin-bottom: 1rem; }
    .site-spec-push-notification .sitespec-height + div + div + div {
      width: 100%; }

.prod-rec .ng-scope {
  width: 100%; }
  .prod-rec .ng-scope + .ng-scope {
    margin-top: 1rem; }

.site-page-restriction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .site-page-restriction .col-sm-8 label {
    min-width: unset; }
  .site-page-restriction label[for="selectPage"] + div {
    height: unset; }



/*# sourceMappingURL=custom.css.map */
.radiobutton-two{
  margin-top:0px !important;
}
.input-form .col{
  width:100%;
}




ul[dnd-list] {
    min-height: 42px;
    padding: 0;
}

ul[dnd-list] > li {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 10px 15px;
}

ul[dnd-list] > li.dndDraggingSource {
    display: none;
}

ul[dnd-list] > li.dndPlaceholder {
    background-color: #ddd;
    min-height: 42px;
}


.weekdaysForm .form-group{
    width:30%;
    float: left;
}
.form-group{
    text-align: left;
    height: 90px;
  display: block;
  margin-bottom: 5px;
}

.modal-dialog-close-ico {
    top: 24px;
    font-size: 20px;
    position: absolute;
    right: 22px;
    opacity: 0.6;
    cursor: pointer;
}
div.offer-page .col {
   width: 100%;
 }
.weekdaysForm .form-group{
  width: 100%;
}





/*---------Marketing CSS starts --------*/

:focus {outline:none;}
::-moz-focus-inner {border:0;}



/*---------Marketing landing UI---------*/

.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-margin-bottom{margin-bottom:16px!important}
.w3-quarter{width:24.99999%;float: left;}
.w3-container{padding:0.01em 16px}
.w3-container::after, .w3-container::before, .w3-row-padding::after, .w3-row-padding::before, .w3-clear::after, .w3-clear::before {
    content: "";
    display: table;
    clear: both;
}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-xxxlarge{font-size:48px!important}


/*--------- Marketing Tabs ---------*/


.tabs {
    width: 99%;
    height: 500px;
    float: none;
    list-style: none;
    position: relative;
    margin: 30px 0 0 10px;
    text-align: left;
    display:inline-block;
}
.tabs li {
    float: left;
    display:inline-block;
}
.tabs input[type="radio"] {
    position: absolute;
    top: 0;
    left: -9999px;
}
.tabs label.tablabel {
    display: block;
    padding: 14px 21px;
    border-radius: 2px 2px 0 0;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    background: #ecf0f5;
    cursor: pointer;
    position: relative;
    top: 4px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;

}
.tabs label.tablabel:hover {
    background: #c9d0d7;
}
.tabs .tab-content {
    z-index: 2;
    display: none;
    overflow: hidden;
    width: 100%;
    line-height: 25px;
    padding: 25px;
    position: absolute;
    top: 100px;
    left: 0;
    background: #fff;
}
.tabsmall .tab-content {
    top: 40px!important;
}
.tabs [id^="tab"]:checked + label.tablabel {
    top: 0;
    background: #fff;
    height: 100px;
    padding: 17px 50px 0px 51px;
}
.tabs [type="radio"]:not(:checked) + label.tablabel {

    height: 120px;
    padding: 17px 50px 0px 51px;
}
.tabsmall [id^="tab"]:checked + label.tablabel {
    height: 50px!important;
    padding: 7px 50px 0px 51px;
}
.tabsmall [type="radio"]:not(:checked) + label.tablabel {
    height: 60px!important;
    padding: 1px 50px 0px 51px;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
    display: block;

}
.tabs [type="radio"]:checked + label.tablabel::after  {
    display: none;
}
.tabs [type="radio"]:not(:checked) + label.tablabel::before {
    display: none;
}


/*-------- Campaign details vertical tabs --------*/

/*  bhoechie tab */
div.bhoechie-tab-container{
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border:1px solid #ddd;
    margin-top: 2px;
    margin-left: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
div.bhoechie-tab-menu{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
}
div.bhoechie-tab-menu div.list-group>a:first-child{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
    color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #15b2d6;
}

div.bhoechie-tab-content{
    background-color: #ffffff;
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
    display: none;
}
div.bhoechie-tab-content .col {
  width: 100%;
}

div.clear
{
    clear: both;
}

div.product-chooser{

}

div.product-chooser.disabled div.product-chooser-item
{
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: default;
}

div.product-chooser div.product-chooser-item{
    padding: 11px;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    border: 1px solid #efefef;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10x;
}

div.product-chooser div.product-chooser-item.selected{
    border: 4px solid #428bca;
    background: #efefef;
    padding: 8px;
    filter: alpha(opacity=100);
    opacity: 1;
}

div.product-chooser div.product-chooser-item img{
    padding: 0;
}

div.product-chooser div.product-chooser-item span.title{
    display: block;
    margin: 10px 0 5px 0;
    font-weight: bold;
    font-size: 12px;
    margin: 0px auto;
}

div.product-chooser div.product-chooser-item span.description{
    font-size: 12px;
    margin: 0px auto;
}

div.product-chooser div.product-chooser-item input{
    position: absolute;
    left: 0;
    top: 0;
    visibility:hidden;
}
.survey-element-btn{
    background-color: white;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 10px;
    width:100%;
}
.marketing-sent-list {
    height: 110px;
    overflow-x: hidden;
    overflow-y: scroll;
}