.pbar-6310 {
  font-family: sans-serif;
  color: #727272;
}
.pbar-6310 *, .pbar-6310-modal * {
  box-sizing: border-box !important;
}
.pbar-6310-sm {
  width: 98%;
}

/* Header Top Menu */
.pbar-6310-header{
   width: calc(100% - 14px);
   background: #fff;
   color: #000;
   padding: 0  15px 20px;
   float: left;
   margin: 20px 0 30px;
   display: table;
   border-radius: 3px;
}
.pbar-6310-header .pbar-6310-nav {
   list-style-type: none;
   display: table;   
   margin: 0 -15px;
   width: calc(100% + 30px);
}
.pbar-6310-header .pbar-6310-nav li {
   display:table-cell;
   text-align: center;
   background: #16A085;
   margin-bottom: 0;
}
.pbar-6310-header .pbar-6310-nav a {
   padding: 10px 7px;
   height: calc(100% - 20px);
   color: #fff;
   text-decoration: none;
   font-family: Share, Helvetica, Arial, sans-serif;
   font-weight: 400;
   font-size: 14px;
   display: flex;
   align-items: center;
   justify-content: center;
   transition-duration: 0.2s;
}
.pbar-6310-plugin-menu{
  background: #615151 !important;
}
h1.pbar-6310-wpmart-all-plugins {
  font-size: 22px;
  margin: -5px 0 15px 15px;
  padding: 0;
  color: #2196F3;
}
.pbar-6310-wpmart-plugins {
  background-color: #fff;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.pbar-6310-wpmart-plugins:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.pbar-6310-wpmart-plugins a{
  text-decoration: none;
}
.pbar-6310-wpmart-plugins p {
  font-size: 18px;
  padding: 10px 0 15px;
  margin: 0;
}
.pbar-6310-nav a:hover, .pbar-6310-nav a.pbar-6310-active {
   background: #117A65;
}
.pbar-6310-nav a:focus {
   outline: none;
   box-shadow: none;
}
.pbar-6310-header .pbar-6310-nav li.has-dropdown {
   position: relative;
}
ul.dropdown-menu {
   position: absolute;
   display: none;
   width: 100%;
}
.pbar-6310-header .pbar-6310-nav li.has-dropdown:hover {
   cursor: pointer;
}
.pbar-6310-header .pbar-6310-nav li.has-dropdown:hover ul.dropdown-menu {
   display: flex;
   flex-direction: column;
}
ul.dropdown-menu li {
   background-color: #C1E1C1 !important;
}
ul.dropdown-menu li a {
   color: #000 !important;
}
ul.dropdown-menu li a:hover,
ul.dropdown-menu li a.pbar-6310-active {
   background-color: #40826D !important;
   color: #C1E1C1 !important;
}
.pbar-6310-nav a.pbar-6310-pro{
   position: relative;
   background-image: linear-gradient(to right, #ee0979 0%, #ff6a00  51%, #ee0979  100%);
   padding: 10px 7px;
   text-align: center;
   text-transform: uppercase;
   font-weight: bold;
   box-shadow: none;
   transition: 0.5s, box-shadow 0.5s ease 0.1s;
   background-size: 200% auto;
   color: white;            
   display: block;
}
.pbar-6310-nav a.pbar-6310-pro:hover {
   background-position: center right;
   color: #fff;
   text-decoration: none;
   box-shadow: 0 0 20px #eee;
}
.pbar-6310-nav a.pbar-6310-pro i{
   position: absolute;
   top: -10px;
   right: -10px;
   font-size: 30px;
   color: gold;
   transform: scale(0.8);
   transition-duration: 0.5s;
}
.pbar-6310-nav a.pbar-6310-pro:hover i {
   transform: rotate(-180deg) scale(1);
   color: #ff668c;
}
.pbar-6310-header h3{
   border-bottom: 1px solid #ccc;
   line-height: 40px;
   font-size: 20px;
}
.pbar-6310-header h3 span.dashicons-flag{
   line-height: 40px;
}


/* End Header Top Menu */

.pbar-6310-margin-right-10 {
  margin-right: 10px;
}
.pbar-6310-image-responsive {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
.pbar-6310-padding-15 {
  padding: 15px !important;
}
.pbar-6310-padding-0-15 {
  padding: 0 15px !important;
}
.pbar-6310-btn-cancel,
.pbar-6310-btn-danger,
.pbar-6310-btn-default,
.pbar-6310-btn-icon,
.pbar-6310-btn-multi,
.pbar-6310-btn-primary,
.pbar-6310-btn-success {
  font-family: sans-serif;
  color: #fff;
  border: 0;
  outline: 0;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
}
.pbar-6310-btn-multi {
  border-radius: 0;
  background-color: #71ce71;
  float: left;
}
.pbar-6310-btn-default {
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  padding: 5px 10px;
}
.pbar-6310-btn-primary {
  background-color: #2e6da4;
}
.pbar-6310-btn-success {
  background-color: #5cb85c;
}
.pbar-6310-btn-danger, .pbar-6310-btn-cancel {
  background-color: #d9534f;
}
.pbar-6310-btn-danger.sm {
  padding: 5px 10px !important;
}
.pbar-6310-btn-multi.active,
.pbar-6310-btn-multi:hover,
.pbar-6310-btn-success:hover {
  background-color: #376e37;
}
.pbar-6310-btn-primary:hover {
  background-color: #24537c;
}
.pbar-6310-btn-danger:hover, .pbar-6310-btn-cancel:hover {
  background-color: #d63a35;
}
.pbar-6310-btn-default:hover {
  background-color: #eee;
}
.pbar-6310 h1 {
  font-weight: 400;
}
.pbar-6310-form-label {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.pbar-6310-plus-icons {
  float: left;
  position: relative;
  cursor: pointer;
}
.pbar-6310-plus-icons i.fas.fa-plus-circle {
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to bottom, #356aa0 0%,#1d1744 48%,#356aa0 100%);
  padding: 8px;
  color: white;
  border-radius: 0 3px 3px 0;
}
.pbar-6310-form-input {
  outline: 0;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  min-width: 200px;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #000 !important;
  float: left;
  height: 30px;
}
textarea.pbar-6310-form-input {
  height: 100px;
  width: 90% !important;
  border: 1px solid #8c8f94
}
select.pbar-6310-form-input {
  height: 31px;
}
.pbar-6310-form-input.sm {
  min-width: 180px;
}
.pbar-6310-form-input.lg {
  min-width: 300px;
}
.pbar-6310-pull-right {
  float: right;
}
.pbar-6310-table {
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
  background: #fff;
  border-spacing: 0;
  border-collapse: collapse;
  color: #272727;
  width: calc(98% - 2px);
}
.pbar-6310-table tr:first-child td {
  border-bottom: 2px solid #ccc;
  padding: 10px 8px;
  font-weight: 700;
}
.pbar-6310-table tr:not(first-child) td {
  border-bottom: 1px solid #ccc;
  padding: 8px 5px;
}
.pbar-6310-table tr:hover {
  background: #efefed;
}
.pbar-6310-table tr:first-child:hover {
  background: #fff;
}
.pbar-6310-template-list {
  line-height: 30px;
  font-size: 18px;
  padding: 15px 0 10px 15px;
  float: left;
  font-weight: 100;
  color: #000;
  background: #fff;
  border-top: 1px solid #ccc;
  width: 100%;
}
.pbar-6310-template-list small {
  font-size: 14px;
  color: green;
  margin-right: 15px;
}
.pbar_6310_tabs_panel_preview {
  width: 100%;
  background: #fff;
  float: left;
  padding: 5px 15px 15px;
}
.pbar_6310_tabs_panel_preview .pbar-6310-row{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
}
.pbar-6310-row {
  width: 100%;
  clear: both;
  float: left;
}
.pbar-6310-margin-bottom-0 {
  margin-bottom: 0 !important;
}
.pbar-6310_team-style-boxed {
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  box-shadow: 5px 5px 15px #aaa;
  width: 98%;
  margin-bottom: 25px;
}
.pbar-6310-row-section {
  float: left;
  width: 100%;
  display: flex;
}
.pbar-6310-preview {
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 10px;
}
.pbar-6310-plugin-setting-left {
  width: calc(80% - 15px);
  float: left;
  margin-right: 15px;
}
.pbar-6310-plugin-setting-right {
  width: 20%;
  float: left;
  position: relative;
}
.pbar-6310-col-1 {
  width: 100%;
  margin-bottom: 30px;
  float: left;
  position: relative;
}
.pbar-6310-col-2,
.pbar-6310-col-3,
.pbar-6310-col-4,
.pbar-6310-col-5,
.pbar-6310-col-6 {
  vertical-align: top;
  margin: 15px;
  float: left;
  position: relative;
}
.pbar_6310_choosen_style {
  margin-left: 30px;
  display: inline-block;
}
.pbar-6310-m-l-30 {
  margin-left: 30px;
}
.pbar-6310-preview-box {
  margin-top: 30px;
  float: left;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 15px 15px 0 15px;
}
.pbar-6310-col-2 {
  width: calc(50% - 30px);
}
.pbar-6310-col-3 {
  width: calc(33.33% - 30px);
}
.pbar-6310-col-4 {
  width: calc(25% - 30px);
}
.pbar-6310-col-5 {
  width: calc(20% - 30px);
}
.pbar-6310-col-6 {
  width: calc(16.6667% - 30px);
}
.pbar-6310-col-left,
.pbar-6310-col-right {
  float: left;
  width: 50%;
}
.pbar-6310-modal-xl {
  width: 90% !important;
  background: rgb(240, 240, 240) !important;
}
.pbar-6310-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
#pbar-6310-loading,
.pbar-6310-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  padding-bottom: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.pbar-6310-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 75%;
  padding: 10px 0 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.pbar-6310-modal-content.pbar-6310-modal-sm {
  max-width: 400px;
}
.pbar-6310-modal-content.pbar-6310-modal-md {
  max-width: 700px;
}
.pbar-6310-icon-close{
  cursor: pointer;
  color: #000;
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 0px;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 999;
  top: 25px;
}
ul.pbar-6310-choose-icon{
  padding: 0 10px;
  color: #444;
}
ul.pbar-6310-choose-icon li{
  width: 15.3%;
  float: left;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
  padding: 0 .5%;
  border-radius: 3px;
  font-size: 12px;
}
ul.pbar-6310-choose-icon li i{
  margin-left: 6px;
  font-size: 16px;
}
ul.pbar-6310-choose-icon li:hover{
  background: #5cb85c;
  color: #fff;
}
@-webkit-keyframes pbar-6310-animatetop {
  from {
      top: -300px;
      opacity: 0;
  }
  to {
      top: 0;
      opacity: 1;
  }
}
@keyframes pbar-6310-animatetop {
  from {
      top: -300px;
      opacity: 0;
  }
  to {
      top: 0;
      opacity: 1;
  }
}
@keyframes pbar-6310-animatebottom {
  from {
      bottom: -300px;
      opacity: 0;
  }
  to {
      bottom: 0;
      opacity: 1;
  }
}
@-webkit-keyframes pbar-6310-animatebottom {
  from {
      bottom: -300px;
      opacity: 0;
  }
  to {
      bottom: 0;
      opacity: 1;
  }
}
@keyframes pbar-6310-animateleft {
  from {
      left: -300px;
      opacity: 0;
  }
  to {
      left: 0;
      opacity: 1;
  }
}
@-webkit-keyframes pbar-6310-animateleft {
  from {
      left: -300px;
      opacity: 0;
  }
  to {
      left: 0;
      opacity: 1;
  }
}
@keyframes pbar-6310-animateright {
  from {
      right: -300px;
      opacity: 0;
  }
  to {
      right: 0;
      opacity: 1;
  }
}
@-webkit-keyframes pbar-6310-animateright {
  from {
      right: -300px;
      opacity: 0;
  }
  to {
      right: 0;
      opacity: 1;
  }
}

label.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
} 
label.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
label.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
} 
label.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
} 
label.switch input:checked + .slider {
  background-color: #2196F3;
} 
label.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
} 
label.switch input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
/* Rounded sliders */
label.switch .slider.round {
  border-radius: 34px;
} 
label.switch .slider.round:before {
  border-radius: 50%;
}

.pbar-6310-close, .pbar-6310-font-awesome-close{
  color: #000;
  float: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
.pbar-6310-close:hover,
.pbar-6310-font-awesome-close:hover,
.pbar-6310-close:focus,
.pbar-6310-font-awesome-close:focus {
  color: #878787;
  text-decoration: none;
  cursor: pointer;
}
.pbar-6310-modal-header {
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  padding: 10px 20px 18px;
  float: left;
  color: #00A546;
  letter-spacing: .009em;
}
.pbar-6310-modal-form-footer {
  width: 100%;
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  float: left;
}
.pbar-6310-modal-form-footer button, .pbar-6310-modal-form-footer input{
  float: right;
}
.pbar-6310-modal-form-footer input{
  margin-right: 10px;
}
.pbar-6310-modal-body-form {
  width: 100%;
  padding: 10px 5px;
  float: left;
}
.pbar-6310-modal-body-picture {
  float: left;
  width: 300px;
  padding-right: 15px;
}
.pbar-6310-modal-body-content {
  width: calc(100% - 330px);
  float: left;
}
.pbar-6310-modal-body-picture img {
  width: calc(100% - 12px);
  height: auto;
  border: 1px solid #ccc;
  padding: 5px;
}
#pbar-6310-modal-designation {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}
#pbar-6310-modal-name {
  text-transform: capitalize;
  font-size: 30px;
  line-height: 30px;
  margin: 5px 0 25px;
  font-weight: 300;
  color: #111;
}
#pbar-6310-modal-details {
  font-size: 14px;
  line-height: 20px;
}
#pbar-6310-modal-info p {
  border-bottom: 1px dotted #ccc;
  line-height: 35px;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
  font-size: 13px;
  color: #434343;
}
#pbar-6310-modal-info p span {
  font-weight: 600;
}
#pbar-6310-modal-info p:last-of-type {
  border: none;
  margin-bottom: 15px;
}
#pbar-6310-modal-social i {
  color: #272727;
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  margin: 15px 15px 0 0;
  font-size: 18px;
  border: 1px solid #272727;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#pbar-6310-modal-social i:hover {
  color: #fff;
  background: #727272;
}
.pbar-6310-modal-footer {
  padding: 2px 16px;
  color: #fff;
}
br.pbar-6310-clear {
  clear: both;
}
#pbar-6310-loading {
  padding-top: 170px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
#pbar-6310-loading img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
ul.pbar-6310-nav-tab {
  float: left;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 15px 0 0;
  border-bottom: 1px solid #0073aa;
}
ul.pbar-6310-nav-tab li {
  float: left;
  padding: 0 9px;
  margin: 0 3px 0 0;
  list-style: none;
  border: 1px solid #0073aa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  font-size: 13px;
  line-height: 40px;
  height: 40px;
}
ul.pbar-6310-nav-tab li.active {
  border-bottom: 0;
  background: #fff;
  color: #0073aa;
}
ul.pbar-6310-nav-tab li:hover {
  color: #0073aa;
}
.pbar-6310-col-50 {
  width: 50%;
  float: left;
  padding: 10px 1%;
}
.pbar-6310-tab-content {
  background: #fff;
  float: left;
  width: 100%;
}
.css-area {
  border: 1px solid #ccc;
  margin-right: 15px;
}
.pbar_6310_image_settings {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999;
  visibility: hidden;
}
.pbar-6310-col-1:hover .pbar_6310_image_settings,
.pbar-6310-col-3:hover .pbar_6310_image_settings,
.pbar-6310-col-4:hover .pbar_6310_image_settings,
.pbar-6310-col-5:hover .pbar_6310_image_settings,
.pbar-6310-col-6:hover .pbar_6310_image_settings,
.pbar-6310-item:hover .pbar_6310_image_settings {
  visibility: visible;
  transition: all 0.9s linear;
  z-index: 999999999;
  margin-bottom: 15px;
}
.pbar_6310_add_media {
  border: 1px solid #ccc;
  background: #fff;
}
.pbar_6310_add_media:first-of-type {
  margin-top: 30px;
}
.pbar_6310_add_media h6 {
  border-bottom: 1px solid #ccc;
  line-height: 25px;
  font-weight: 500;
  padding: 7px 15px;
  margin: 0;
  font-size: 15px;
}
.pbar_6310_add_media_body {
  padding: 15px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #727272;
  transition: all 0.2s linear;
}
.pbar_6310_add_media_body a {
  text-decoration: none;
}
.pbar_6310_add_media_body a i {
  margin-bottom: 10px;
  color: red;
}
.pbar_6310_add_media_body:hover a,
.pbar_6310_add_media_body:hover a i {
  color: #fff;
}
.pbar_6310_add_media_body_shortcode {
  padding: 15px 15px 25px;
  text-align: center;
}
.pbar_6310_add_media_body_shortcode input {
  width: 100%;
  font-size: 12px;
  outline: 0;
  padding: 5px;
}
.pbar_6310_add_media_body_suggestion {
  padding: 15px 15px 25px;
  color: red;
}
i.pbar_6310_add_media_add_new_icon {
  font-size: 40px;
  display: block;
  margin-bottom: 15px;
}
.pbar_6310_add_media_body:hover {
  background: #999;
  color: #fff;
}
.pbar-6310-item-table {
  border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    background: #fff;
    border-spacing: 0;
    border-collapse: collapse;
    color: #272727;
    width: calc(98% - 2px);
}
.pbar-6310-row-select {
  cursor: pointer;
}
.pbar-6310-item-table tr th {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  font-size: 14px;
  font-weight: 400;
}
.pbar-6310-item-table tr td {
  padding: 3px 0;
}
.pbar-6310-item-table tr td:first-child {
  border-left: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
}
.pbar-6310-item-table tr td {
  border-top: 1px solid #ccc;
}
.pbar-6310-item-table tr td:last-child {
  border-right: 1px solid #ccc;
  text-align: center !important;
}
.pbar-6310-item-table tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.pbar-6310-item-table tr:hover td {
  background: #eee;
}

.pbar-6310-pro {
  color: red;
  font-weight: 600;
  font-size: 14px;
  display: inline;
}
h3.pbar-6310-pro {
  color: red;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 0;
}

h3.pbar-6310-tab-menu-settings {
  text-align: center;
  padding: 0;
  margin: 3px 0 0;
  line-height: 40px;
  height: 40px;
  color: #0073aa;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

br.pbar-6310-break-row{
  width: 100%;
  height: 1px;
  float: left;
  clear: both;
}

.pbar-6310-owl-stage{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pbar-6310-owl-item{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}
p.pbar-6310-success-message{color:green;font-size:120%;margin:0 0 10px;font-weight:700}

.pbar-6310-sortable, #pbar-6310-sortable {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.pbar_6310_admin_table{
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
.pbar_6310_admin_table tr{
  height: 50px;
  width: 100%;
}
.pbar_6310_admin_table tr td:first-child{
  width: 55%;
  padding-left: 10px;
}
.pbar_6310_admin_table tr td:last-child{
  padding-right: 10px;
}
.pbar_6310_admin_table tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.pbar-6310-tooltip:hover:after {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(0, 119, 181, 1);
  border-radius: 5px;
  color: #fff;
  content: attr(tooltip-href);
  margin: -85px 5px 0;
  font-size: 14px;
  line-height: 25px;
  padding: 8px 10px;
  position: absolute;
  z-index: 999;
  min-width: 140px;
}
.pbar-6310-slider, .pbar-6310-noslider{
  display: none;
}
.pbar-6310-hover-icon, .pbar-6310-hover-image{
  display: none !important;
}
.pbar-6310-template-preview-list {
  line-height: 30px;
  font-size: 18px;
  padding: 15px 0 10px 15px;
  float: left;
  font-weight: 100;
  color: #000;
  background: #fff;
  border-top: 1px solid #ccc;
  width: 100%;
}
.pbar-6310-template-preview-list small {
  font-size: 14px;
  color: green;
  margin-right: 15px
}
.pbar-6310-row-select{
  height: 40px;
  line-height: 40px
}
#pbar-6310-sortable-items li{
  height: 35px;
  padding: 0 10px;
  border-radius: 5px;
  cursor: move;
}
.pbar-6310-first{
  float:left; 
  margin-right: 5px; 
  margin-left: 5px; 
  height: 33px;
  line-height: 17px;
}
.pbar-6310-second{
  float:left; 
  margin-right: 5px; 
}
.pbar-6310-third{
  float:left; 
}
.pbar-6310-6330-shortcode{
  width: 250px;
}
.pbar-6310-display-none{
  display: none;
}

.pbar-6310-ui-state-default {
  padding: 8px 10px !important;
  cursor: pointer !important;
  border-radius: 3px !important;
}

#pbar-6310-sortable li {
  color: black !important;
  background: transparent !important;
  border: 1px solid #4e994e;
}

.pbar-6310-ui-state-default {
  padding: 8px 5px !important;
  cursor: pointer !important;
  border-radius: 3px !important;
}

.pbar-6310-row {
  margin: 15px 10px;
  margin-left: 0;
}   
.pbar-6310-video{
  margin: 0px 0 2px;
  background: #16A085;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  padding-left: 15px;
  font-family: sans-serif;
  border-radius: 2px 2px 0 0;
}
.pbar-6310-width-80{
  width: 80px;
}
.pbar-6310-width-100{
  width: 100px;
}
.pbar-6310-width-125{
  width: 125px;
}
.pbar-6310-width-150{
  width: 150px;
}
.pbar-6310-font-size-20{
  font-size: 20px;
}
.pbar-6310-max-width-30{
  max-width: 30px;
}
.pbar-6310-action-button{
  float: left;
  margin-right: 5px;
}
.pbar-6310-no-margin{
  margin: none !important;
}
li.toplevel_page_pbar-6310-progress-bar .wp-menu-image:before{
  color: #F00 !important;
}
.pbar-6310-no-live-preview{
  color: #F00 !important;
}
#export-progress-bar-plugin{
  display: none;
}

.pbar-image-responsive {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.pbar-6310-row .pbar-6310-row-plugins {
  width: calc(100% + 10px) !important; 
  padding: 0 !important; 
  margin-left: -15px !important; 
  display: flex !important; 
  flex-wrap: wrap !important;
}

p.pbar-6310-error-message {
  color: red;
  font-size: 120%;
  margin: 0 0 10px;
  font-weight: bold;
}

.pbar-6310-item-box{
  float: left;
  width: calc(33.33% - 30px);
  margin: 15px;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  border-radius: 5px;
  position: relative;
}

.pbar-6310-item-box-fields{
  margin-bottom: 10px;
}
.pbar-6310-item-box-fields label{
  font-weight: bold;
}
.pbar-6310-item-box-fields input[type="text"]{
  width: 100%;
}
.pbar-6310-item-box-fields input[readonly]{
  background-color: #FFF;
  border:0; 
  color:#f6931f; 
  font-weight:bold;
  width: 50px;
  padding: 0;
}
.pbar-6310-item-box-fields input[type="number"]:focus{
  outline: none;
  border-color: #FFF;
  box-shadow: 0 0 0 1px #FFF;
}
.pbar-6310-slider-range-min{
  height: 20px !important;
  margin-top: 5px !important;
}
.pbar-6310-slider-range-min .ui-slider-handle{
  height: 24px !important;
  top: -3px !important;
}
.pbar-6310-icon{
  text-align: right;
}
.pbar-6310-icon .fa-trash-alt{
  position: relative;
  height: 22px;
  text-align: right;
  font-size: 14px;
  color: #d9534f;
  cursor: pointer;
}
.pbar-6310-icon .fa-trash-alt:hover{
  color: red;
}
.pbar-6310-manage-items{
  float: left;
  width: 100%;
  margin-left: 8px;
}
.pbar-6310-manage-items-add, .pbar-6310-manage-items-existing {
  float: left;
  width: auto;
  margin: 15px 7px;
  padding: 7px 10px;
  background: #2e6da4;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}
.pbar-6310-manage-items-existing-add{
  float: left;
  margin: 15px;
  display: none
}
.existing-items-list{
  float: left;
}
.pbar-6310-manage-items-add:hover, .pbar-6310-manage-items-existing:hover {
  background: #24537c;
}

.pbar-6310-manage-items-existing-add .pbar-6310-btn-primary, .pbar-6310-manage-items-existing-add .pbar-6310-btn-cancel{
  padding: 6px 13px !important;
  margin-left: 10px;
}
.pbar-6310-manage-items-existing-add label{
  line-height:30px;
  font-weight: bold;
  margin-right: 5px;
}
.pbar-6310-manage-items-existing-add label, .pbar-6310-manage-items-existing-add div, .pbar-6310-manage-items-existing-add select{
  float: left !important;
}
.pbar-6310-preview-section{
display: inline;
float: right
}
.pbar_6310_active_error{
font-size: 16px; 
color: red;
}
.box_background_image_section{
margin-top: 5px;
}
.how_to_enable_notice{
color: green; 
font-size: 14px;
}
.pbar-6310-table-background{
background-color: #f5f5f5;
}
.pbar-6310-table-background-item-name{
  width: 130px;
}
.pbar-6310-table-background-item-template{
  width: 140px;
}
.pbar-6310-table-background-item-manage{
  width: 130px;
}
.pabr-6310-license-bar-width{
  width: 600px;
}
.pbar-6310-header-display{
padding: 15px 0 0; 
margin: 0; 
width: 98%;
}
.pbar-6310-import-notice{
color: red; 
font-size: 14px;
}
.pbar-6310-import-file{
  display: none;
}
.pbar-6310-form-input-width{
  width: 300px;
}
.pbar-6310-custom-css-desplay{
width: calc(100% - 30px);
margin: 0 15px 5px;
font-size: 14px;
padding-top: 15px;
color: #000;
}
.pbar-6310-form-save-button{
margin-right: 15px;
margin-bottom: 10px;
display: block;
}
.pbar-6310-bar-color{
display:none;
}
.pbar-6310-pro{
  color: #cc0000;
  font-weight: 600;
  font-size: 11px;
  position: relative;
  cursor: pointer;
}
.pbar-6310-pro .pbar-6310-pro-text {
  visibility: hidden;
  width: 260px;
  background-color: #2196F3;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  font-weight: 300;
  position: absolute;
  z-index: 9999;
  bottom: calc(100% + 8px);
  left: 50%;
  margin-left: -137px;
  line-height: 17px;
  font-size: 13px;
  }
  
  .pbar-6310-pro .pbar-6310-pro-text::after {
  content: " ";
  position: absolute;
  top: 100%; 
  left: 50%;
  margin-left: -8px;
  border-width: 5px;
  border-style: solid;
  border-color: #2196F3 transparent transparent transparent;
  }
  
  .pbar-6310-pro:hover .pbar-6310-pro-text {
  visibility: visible;
  }
