.clear {
    clear: both;
}

.vspace-small {
    clear: both;
    height: 0.5em;
    margin: 0;
    padding: 0;
    width: 100%;    
}

.vspace {
    clear: both;
    height: 1em;
    margin: 0;
    padding: 0;
    width: 100%;    
}

.vspace5 {
    clear: both;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.vspace10 {
    clear: both;
    height: 10px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.vspace20 {
    clear: both;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
}


.vspace-row {
    margin-top: 15px;
    margin-bottom: 15px;
}

.required {
    color: red;
}

.hspace-small {
    width: 0.5em;
    margin: 0;
    padding: 0;
    float: left;      
}


#component-radio-credit-card-new,
.billing-address-new {
    font-weight: bold;
}

.hspace {
    width: 1em;
    margin: 0;
    padding: 0;
    float: left;    
}

.hspace5 {
    width: 5px;
    margin: 0;
    padding: 0;
    float: left; 
}
.hspace10 {
    width: 10px;
    margin: 0;
    padding: 0;
    float: left; 
}
.hspace20 {
    width: 20px;
    margin: 0;
    padding: 0;
    float: left; 
}


.hand {cursor:pointer; cursor:hand}

.line-through {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.overline {
  text-decoration: overline;
}


h1 {font-size:1.6em;line-height: normal;}
h2 {font-size:1.4em;line-height: normal;}
h3 {font-size:1.3em;line-height: normal;}
h4 {font-size:1.2em;line-height: normal;}
h5 {font-size:1.1em;line-height: normal;}
h6 {font-size:1.0em;line-height: normal;}



table {
  padding: 20px;
  border: 1px solid rgba(54, 64, 74, 0.08);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #fff;
}

.view-content {
    padding: 0 0 0px 0px;
}

.pagination {
    padding: 10px 0 0 0;
    display: block;
}

.pagination p {
  margin-bottom: 0.5rem;
}

.pagination a.pagination-active {
  color: #ffffff;
}

.notification .dropdown-menu>li>a  {
    white-space: normal;
}

.alert {
    margin: 0 0 40px 0;
}


.comment-one {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #888888;  
    color: #bbbbbb;
}

legend {
    border-bottom: none;
}

.hide,
.hidden {
    visibility: hidden;
}


.popup-item {
  float: left;
  margin-bottom:15px;
  clear: both;
}
.popup-label {
  float: left;
  width: 100px;
    margin: 5px 10px 0px 0px;
}
.popup-input-text {
  float: left;
  width: 250px;
    margin: 0px 0px 0px 0px;
}
.popup-required {
  float: left;
  margin: 7px 0 0 5px;
  color: red;
}  

.topbar .topbar-left {
    overflow: hidden;
}

.store-index-product-item .thumbnail {
    height: 400px;
}

.store-wishlist-index-item .thumbnail {
    min-height: 450px;
}

.store-index-product-item .thumbnail a>img {
    height: 280px;
}

.cart-product-img {
    height: 100px;
}


/*
td { position: relative; }

tr.striketr td:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
}


tr.striketr td:after {
  content: "\00B7";
  font-size: 1px;
}
*/

.table.fit, 
.table td.fit, 
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

#report-actions .md {
    font-size: 30px;
}

#store_order-manager_display #item-action select,
#store_order-manager_index #item-action select,
#store_product-manager_index #item-action select {
    width: 180px;
}

#store_order-manager_display #item-action #keyword,
#store_order-manager_index #item-action #keyword,
#store_product-manager_index #item-action #keyword {
    width: 250px;
}

.store_product-manager_index_thumb {
    float:left;margin:0 15px 15px 0;height:140px;
}

.store_product-copy-manager_index_thumb {
    float:left;margin:0 15px 15px 0;height:60px;
}

.global_object-admin_index_thumb {
    float:left;margin:4px 15px 0 0;height:45px;
}

#galleryLoadingImage,
#global-object-read-content img,
#global-object-read-tree-content img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.store-index-product-item .thumbnail {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.content-body-general p {
    min-height: 10px;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 10px 0;
}

p popup-label {
    width: 80px;
    margin-right: 10px;
}

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

/*
.table-header-fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
}
*/

.table-fixed-header thead {
  width: 97%;
}
.table-fixed-header tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed-header thead, .table-fixed-header tbody, .table-fixed-header tr, .table-fixed-header td, .table-fixed-header th {
  display: block;
}
.table-fixed-header tbody td, .table-fixed-header thead > tr> th {
  float: left;
  border-bottom-width: 0;
}


.table-solid-border td,
.table-solid-border th {
    border: solid 1px #dddddd;
}

.table-text-center td,
.table-text-center th {
    text-align: center;
}

td.left-thick-border,
th.left-thick-border {
    border-left: solid 3px #777777;
}

.gi-1p5x{font-size: 1.5em;}    
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}



.category-section .nav > li > a{
    color: #337ab7 !important; 
    line-height: 25px;
    padding: 0;
    position: relative;
}

#store-product-similar-products .caption, 
#store-product-also-like .caption,
#store-product-related-products .caption {
    text-align:center;
}

#store-product-similar-products img, 
#store-product-also-like img,
#store-product-related-products img {
    max-height: 100px;
    margin-top:10px;
}

.image-gallery-one {
    height: 80px;
    max-width: 80px;
}

.image-gallery-one img {
    height: 60px;
    overflow: hidden;
}


.blog-index-list-item-img {
    float: left;
    max-width: 150px;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.blog-index-list-item-img img {
    width: 150px;
}

.blog-index-list-item-text {
    margin: 0 0 0 10px;
}

.blog-index-list-item-description {
    margin: 10px 0 10px 0;
}

/*-- Post list --*/

.list-post-block{
	margin-top: 30px;
}

.list-post{
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-post-block .list-post > li{
	margin-bottom: 30px;
	max-height: 75px;
}

.list-post-block .list-post > li:last-child{
	margin-bottom: 0;
}

.post-block-style.post-float .post-thumb {
	float: left;
	position: relative;
	z-index: 1;
	margin-right: 20px;
  overflow: hidden;
  height: 75px;
  min-width: 100px;
}

.post-block-style.post-float .post-thumb img{
	max-width: 100px;
	min-height: 75px;
}

.post-block-style.post-float .post-title{
	margin-top: 0;
}

.post-block-style.post-float .post-content{
	z-index: 0;
}

.post-block-style.post-float .post-cat{
	font-size: 8px;
	left: 0;
	top: 0;
}


.sidebar-right .post-thumb,
.list-post-block .post-thumb {
	overflow: hidden;
	height: 75px;
	min-width: 100px;
}

.social-icon {
  padding-left: 0;
  list-style: none;
  float: left;
  margin-bottom: 0;
  clear:both;
}
.social-icon > li {
  float: left;
  margin-right: 24px;
}
.social-icon > li:last-child {
  margin-right: 0;
}
.social-icon > li > a {
  display: block;
  font-size: 17px;

}
.social-icon > li > a:hover {
  color: #00d793;
}

.widget {
  position: relative;
  background: #f4f4f4;
  margin-bottom: 30px;
  clear:both;
}

.widget .widget-title {
  margin: 0;
  background: #3c3d41;
  color: #ffffff;
  font-size: 18px;
  padding: 12px 24px;
}

.widget .widget-content {
  padding: 24px;
  font-size: 13px;
}

.app-search a { 
  left: 165px;
}

.navbar-custom .nav-link {
    margin-top: 25px;
    line-height: 20px;
}

.btn-default {
  background-color: #dae6ec;
  border-color: #dae6ec;
}
.btn-default:focus {
  background-color: #dae6ec;
  border-color: #C2CED4;
}
.btn-default:hover {
  background-color: #dae6ec;
  border-color: #C2CED4;
}
.btn-default:active {
  background-color: #dae6ec;
  border-color: #C2CED4;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-color: #dae6ec !important;
  border-color: #C2CED4 !important;
}

#report-actions select,
#report-actions input,
#report-actions button,
#report-actions a,
#item-action select,
#item-action input,
#item-action button,
#item-action a {
  margin-bottom: 5px;
}

#reportrange {
  margin-bottom: 5px;
}


#report-actions select,
#report-actions input[type=text],
#item-action select,
#item-action input[type=text] {
  width: 200px;
  margin-right: 10px;
}

#report-actions input,
#item-action input {
  margin-right: 10px;
}

#itemsPerPage {
  width: auto;
  display:inline;
}

.alert-item {
  margin-bottom: 0.5rem;
}

#modal-body-content {
  margin: 10px 20px 10px 20px;
}

#modal-body-content .alert {
    margin: 0 40px 40px 0;
}

.btn-xs {
    padding: .15rem;
    font-size: .7rem
}

#category-section-product ul {
  list-style-type: none;
  padding-left: 0;
}


.form-control::-webkit-input-placeholder { /* Edge */
  color: #cdcdcd;
  font-size: 1rem;
  font-weight: 400;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cdcdcd;
  font-size: 1rem;
  font-weight: 400;
}

.form-control::placeholder {
  color: #cdcdcd;
  font-size: 1rem;
  font-weight: 400;
}

#item-check-all {
  margin: 10px 0 0 0;
  float: left;
}

.list-view-option {
  margin: 7px 0 0 10px;
}

#sidebar-menu ul ul a {
  padding: 10px 20px 10px 59px;
}

.store-index-product-item .caption {
  padding: 10px;
}

.element-category .item-label {
  font-weight: bold;
}

.swal-loading {
  width: 200px !important;;
  height: 200px !important;
}

/* Just a parent container for the videos */
.videos {
  margin: 20px auto;
  max-width: 700px;
}
/* Individual video container */
.video-wrap {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin-bottom: 10px;
}
/* video poster frame or placeholder image */
.video-wrap .placeholder {
  max-width: 700px;
  width: 100%;
}
/* SVG play button container */
.video-wrap .play-btn {
  position: absolute;
  max-width: 700px;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-wrap .play-btn svg {
  transition: all .2s ease;
  fill: #fff;
}
.video-wrap .play-btn:hover svg,
.video-wrap .play-btn:focus svg {
  cursor: pointer;
  fill: #17e617;
}
 
.site-shadow {
  box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12)
  ;    
}

.footer {
  bottom: 0px;
}

.container-max-1140 {
  margin: 0 auto;
  max-width: 1140px;
}



.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.topbar .topbar-left {

}

.logo {
  margin: 0 0 0 20px;
}

.menu-top-section {
  margin: 0 10px 0 10px;
}

#page-title {
  text-align: left;
  font-size: 1rem;
  font-weight: normal;
}

.video-item-title-section {
    font-size: 1.1rem;
    padding: 0 10px 10px 10px;
}

.video-length-on-img {
    position: absolute;
    max-width: 100px;
    width: 5rem;
    height: 1rem;
    right: .5rem;
    bottom: .5rem;
    color: #ffffff;
    text-align: right;
    font-size: .8rem;  
}    

.video-item-wrap {
    padding: 10px 20px 10px 0px;
}

.video-term-section {
  margin: 20px 0 10px 10px;
  padding: 0 0 5px 0;
  border-bottom: #eeeeee 5px solid;
}

.video-term-section-videos {
  margin-bottom: 30px;
}
@media (max-width: 419px) {
  .page-title-box{
      padding: 10px 20px 10px 20px;
  }  

  .content-page > .content {
    margin-bottom: 200px;
    margin-top: 70px;
    padding: 20px 5px 5px 5px;
  }

  #page-title {
    font-size: .8rem;
  }  
}

@media (min-width: 700px) {
    .video-item-wrap {
        width: 350px;
    }
}

@media (max-width: 700px) {
    .container-fluid {
      padding-left: 0;
      padding-right: 0;
    }

    .video-item-wrap {
        width: 100%;
    }

    .video-wrap .play-btn {
      width: 70px;
      height: 70px;
    }

    .container-xs {
      padding:0px;
    }

  .content-page > .content {
    margin-bottom: 180px;
    margin-top: 70px;
    padding: 20px 5px 5px 5px;
  }    
}

@media (max-width: 991px) {
   
}
