.btn-primary-custome,
.btn-danger-custome {
    background-color: #f6b48d;
    border-color: #f6b48d;
    color: #fff;
}


/* category page css start from here */
.hideThis {
    display: none;
}


#category_container table td img {
    max-width: 10% !important;
}

/* walll paper page css */
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #ffffff;
    background: #2196f3 !important;
    padding: 3px 7px;
    border-radius: 3px;
}

.bootstrap-tagsinput {
    width: 100%;
}

.dataTableWallpaper td img {
    max-width: 20% !important;
}

.category_image {
    position: relative;
}

.category_image span {
    position: absolute;
}

.btn-wallpaper {

    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    display: inline-block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;

}

.btn-info-wallpaper {
    background-color: #f6b48d;
    border-color: #f6b48d;
    color: #fff;
}

.btn-info-wallpaper :hover {
    color: #fff !important;

}

.menu_add a:hover {
    text-decoration: none;
    color: #fff !important;
}



/* logo header css  */
.logo img {
    max-width: 90% !important;
}

.sidebar-logo a .logo {
    background-position: 0;
    background-repeat: no-repeat;
    min-height: 65px !important;
    width: 70px;
}

/* menus css */
.actived {
    background: #f6b48d !important;
    color: #fff !important;
    border-radius: 5px;
}



/* login page */
.peer-greed img {
    border-radius: 50% !important;
}

.sidebar-menu .sidebar-link.actived:before {
    background: #f6b48d !important;

}

.sidebar-menu li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border: 1px solid #26c2ff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


/* datatables */
.table-bordered thead td,
.table-bordered thead th {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background-color: #f6b48d;
    padding: 10px 8px;
    vertical-align: top;
    line-height: 20px;
}

.table-bordered thead td:first-child,
.table-bordered thead th:first-child {
    border-top-left-radius: 15px;
}

.table-bordered thead td:last-child,
.table-bordered thead th:last-child {
    border-top-right-radius: 15px;
}

/* css given by prashant designer */
.sidebar-logo a .logo img {
    max-width: 90% !important;
}

.sidebar .sidebar-menu li a:hover::before,
.sidebar .sidebar-menu li a:focus::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 5px;
}

.sidebar .sidebar-menu li a {
    margin: 2px 0;
    border: 1px solid transparent;
}

.sidebar .sidebar-menu li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fcd9c5;
    border: 1px solid #f6b48d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.main-content .bgc-white table.table.table-striped thead tr th {
    width: auto !important;
}

/* .main-content .bgc-white table.table.table-striped tr.odd td.w-20 img {
    max-width: 50px;
} */

.main-content .bgc-white table.table.table-striped tr td.w-20 img {
    max-width: 80px;
}

.main-content .menu_add a:focus {
    color: #fff !important;
}

/* wallpaper */
/* wallpaper edit  */
.modal-header #wallpapereditLabel {
    transform: translateX(160px) !important;
}

input#wallpaper_image,
input#wallpaper_small_image,input#path {
    padding: 3px;
}

button.btn.btn-primary-custome:hover,
a.btn.btn-danger-custome.btn-close:hover {
    color: white;
}

/* add wallpaper  */
h5#wallpaperModalLabel {
    transform: translateX(160px);
}

/* add wallpaper category  */
h5#wallpaperCategoryLabel {
    transform: translateX(120px);
}

/* wallpaper categories action button  */
/* ul.list-inline {
    display: flex;
} */

/* widget */
/* add widget */
h5#widgetModalLabel {
    transform: translateX(160px);
}

/* add widget category */
h5#widgetCategoryLabel {
    transform: translateX(120px);
}

/* theme */
/* add theme */
h5#themeModalLabel {
    transform: translateX(160px);
}

h5#themeCategoryModalLabel {
    transform: translateX(120px);
}


tr {
    text-align: center;
}

td img {
    width: 170px;
    height: auto;
}

/* wallpaper */

.cont {
    height: 200px;
    width: 200px;
    /*background-color: yellowgreen;*/
    position: relative;
    display:inline-block;

  }

  .cont:hover > .image-edit {
    display: flex;
    /* padding: 10px; */
    /* opacity: 1; */
  }
  
  .image-edit {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: translate(-65px, 88px);
    opacity: 1;
    
  }
img.image_effect {
    padding-top: 4px;
}
i.c-brown-500.ti-eye {
    color: white !important;
}
/*add theme*/

a.remove_field {
    transform: translateY(34px);
}
img.col-sm-2.img-responsive.remove_field {
    max-width: 7%;
    height: 15px;
    transform: translateY(40px);
    cursor: pointer;
}
input.theme_image {
    padding: 2px;
}

/*index page menu*/
.top_menu {
    display: flex;
    justify-content: space-between;
}
.top_title{
    color: #f6b48d;
    font-weight: 600;
    font-size: 20px;
}

/*category*/
a.btn.btn-primary.btn-sm.back {
    background-color: #f6b48d;
    border-color: #f6b48d;
    color: #fff;
    width: 70px;
    font-size: 0.875rem;
    font-weight: 400;

}

.category_menu {
 display: flex;
 justify-content: space-between;
}
.category_title_menu {
    color: #f6b48d;
    font-weight: 600;
    font-size: 20px;
}
/*add widget*/
.category_radio, .quotes{
    display: none;
}

/*update category*/
.category_image img {
    width: auto;
    height: 250px;
}
.category_update_title,.category_update_title small {
    color: #f6b48d;
}

/*theme icons*/
td.w-20.theme_icon img ,td.w-20.theme_image img {
    height: auto;
}

/*wallpaper edit */
input#edit_video ,input#main_image_req ,input#main_small_req{
    padding: 2px;
}
/*search bar*/
li.search-box {
    display: none;
}

/*wallpaper listing jquery plugin*/

    /**
 * Grid container
 */
.tiles-wrap {
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  display: none;
}


/**
 * Grid items
 */
.tiles-wrap li {
  display: block;
  opacity: 0;
  text-align: center;
  list-style-type: none;
  background-color: #fff;
  float: left;
  cursor: pointer;
  width: 200px;
  padding: 4px;
  border: 1px solid #dedede;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.tiles-wrap.wookmark-initialised.animated li {
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.tiles-wrap.wookmark-initialised li {
  opacity: 1;
}

.tiles-wrap li.wookmark-inactive {
  visibility: hidden;
  opacity: 0;
}

.tiles-wrap li:hover {
  background-color: #fafafa;
}

.tiles-wrap img {
  display: block;
}

/*.tiles-wrap a {
  color: #555;
  text-align: center;
  width: 200px;
  height: 200px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
}*/

.tile-loading:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ddd;
  content: "Loading\2026";
  padding-top: 20px;
  color: #999;
}
