/*================================================================================
  Item Name: Responsive Admin Theme
  Version: 1.0
  Author: Deepak Chaudhary
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
@font-face {
    font-family: 'poppins';
    src: url('../../app-assets/fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../../app-assets/fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'poppins';
    src: url('../../app-assets/fonts/poppins-extralight-webfont.woff2') format('woff2'),
         url('../../app-assets/fonts/poppins-extralight-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'poppins';
    src: url('../../app-assets/fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../../app-assets/fonts/poppins-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'poppins';
    src: url('../../app-assets/fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../../app-assets/fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'poppins';
    src: url('../../app-assets/fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../../app-assets/fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppins';
    src: url('../../app-assets/fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../../app-assets/fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
body{font-family: 'poppins';}
div.dataTables_wrapper div.dataTables_filter input {
    height: 30px;
}
div.dataTables_wrapper div.dataTables_length select {
    height: 30px !important;
}
.box-wrap {
    width: 50%;
    float: left;
}
.live_chat_blk img, .live_vdo_blk img{
  max-width: 100%;
}
.live_vdo_blk, .live_chat_blk {
    border: 5px solid #fff;
    box-shadow: 0 3px 8px #00000061;
}
img.text-logo {
    max-width: 200px;
}
.login_form .card-header, .signup_form .card-header, .recover_pwd_form .card-header, .login_form.card, .signup_form.card, .recover_pwd_form.card, .recover_pwd_form .card-footer{
  background-color: #333;
}
.login_form .btn-outline-facebook:hover, .login_form .btn-outline-twitter:hover, .login_form .btn-outline-linkedin:hover, .signup_form .btn-outline-facebook:hover, .signup_form .btn-outline-twitter:hover, .signup_form .btn-outline-linkedin:hover, .recover_pwd_form .btn-outline-facebook:hover, .recover_pwd_form .btn-outline-twitter:hover, .recover_pwd_form .btn-outline-linkedin:hover {
    color: #fff;
    border: 1px solid #fff !important;
}
.login_form .line-on-side span, .signup_form .line-on-side span, .recover_pwd_form .line-on-side span{
  background-color: #333;
  color: #fff;
}
.login_form form label, .signup_form form label, .recover_pwd_form form label{
  color: #fff;
}
.recover_pwd_form .card-footer p.float-sm-right.text-center {
    color: #fff;
}
.bg-gradient-x-grey-blue{
  background: #102348
}
.time div#para1{
  padding: 1.4rem 1rem 1rem 0.8rem;
    color: #fff;
}
.header_btn {
    text-align: right;
  /* padding-top: 7px; */
}
html body .content .content-wrapper .content-header-title {
    padding-top: 8px;
}
.btn-custom{
    border-color: #102348!important;
    background-color: #102348 !important;
    color: #FFFFFF;
    border-radius: 4px !important;
    padding: 0 1rem;
    text-transform: uppercase;
    height: 46px;
    line-height: 46px;
    border: 0;
    vertical-align: bottom;
}
.btn-custom:hover{
    border-color: #58514c !important;
    background-color: #58514c !important;
    color: #FFFFFF;
}
.btn-custom-reset{
    border-color: #58514c !important;
    background-color: #58514c !important;
    color: #FFFFFF;
    border-radius: 4px !important;
    padding: 0 1rem;
    text-transform: uppercase;
    height: 46px;
    line-height: 46px;
}
.btn-custom-reset:hover{
    border-color: #102348!important;
    background-color: #102348 !important;
    color: #FFFFFF;
}
.content-header small {
    font-size: 12px;
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.card-header .card-title {
    margin-bottom: 0;
    color: #fff;
}
.card-header .heading-elements a, .card-header .heading-elements-toggle a {
    padding: 0 8px;
    color: #fff;
}
.page-item.active .page-link {
    z-index: 1;
    color: #FFFFFF;
        background-color: #d73f66;
    border-color: #d73f66;
}
.table-responsive .container-fluid {
    padding: 0;
}
.mt-15{
  margin-top: 15px;
}
.fees_tbl table thead tr th:first-child {
    width: 220px;
}
.modal-content{
  border-radius: 0;
}
.modal-footer{
  border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}
.modal-header{
  border-top-left-radius:0;
    border-top-right-radius: 0;
}
.modal-body form .form-group:last-child{
  margin-bottom: 0;
}
.fees_tbl table td:first-child >div {
    width: 100px;
    float: right;
}
.fees_tbl table {
    min-width: 500px;
}
#all-becaon-status .modal-body h5 {
    margin: 20px 0px;
    line-height: 25px;
}
.in-block {
    width: 24%;
    display: inline-block;
    margin: 4px 1px;
}
.timing_tab_wrap {
    border: 1px solid #ddd;
    padding: 0 0 15px 0;
    display: inline-block;
    width: 100%;
    border-radius: 2px;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active{
  background-color: #efefef;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:after{
  border-top-color: #68c7d9;
}
.border-card .card-body {
    padding: 0 0 15px 0;
    display: inline-block;
    width: 100%;
}
.timing_blk {
    padding-top: 0px;
}
.timing_blk .form-group.row {
    padding:5px 0 0 0;
    margin-bottom: 2px;
    margin-left: -12px;
    margin-right: -12px;
}
.timing_blk > button {
    margin-top: 15px;
}
.addvenue_img .top-left {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.addvenue_img .top-left .thumbnail {
    float: left;
    text-align: center;
    margin-right: 15px;
}
.addvenue_img .top-left .img-box {
    float: left;
  border: 1px solid #ddd;
    width: 108px;
  margin: 0 auto 5px;
    position: relative;
    display: inline-block;
    height: 75px;
}
.image_upload.img-box input[type="file"] {
    width: 100%;
    position: absolute;
    right: 0;
    top: unset;
    height: 100%;
    background: #fff;
    opacity: 0;
    z-index: 999;
    cursor: pointer;
    bottom: 0;
}
.addvenue_img .image_upload img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.addvenue_img .top-left .thumbnail h5 {
    font-weight: normal;
    font-size: 14px;
}
.addvenue_img .top-left .thumbnail h5 a{
    color: #6c757d;
}
.plus-big-icon {
    font-size: 3rem;
    margin: 1rem 0;
}
.box {
    border: 1px solid #ddd;
    padding: 20px;
}
.addvenue_img.cat-crud .top-left .thumbnail{
  float: right;
}
.catcrudform_wrap {
    background-color: #efefef;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 3px;
}
.orderscreenlayout_wrap > .form-group.row {
    margin-bottom: 7px;
}
.mb-30{
  margin-bottom: 30px;
}
/*=-=-=-=-=-=-=-=-=-=-=-Staff CSS-=-=-=-=-=-=-=-=-=-=-=-*/
.Editor-editor {
  overflow: auto;
  border: 1px solid #ccc;
  height: 100px;
  padding: 10px;
}
.table-list-view{
  margin-bottom: 10px;
}
.table-list-view .fonticon-wrap {
  display: inline-block;
  font-size: 24px;
  background: #eaeaea;
  padding: 2px 5px;
  margin-right: 10px;
}
.table-list-view .fonticon-wrap a {
  color: #000;
}
.table-list-view .fonticon-wrap span {
  font-size: 18px;
  float: right;
  margin: 3px 8px;
}
.table-list-view .fonticon-wrap:hover {
  background: #5bb8ce;
}
.table-list-view .fonticon-wrap:hover a{
  color: #fff;
}
.tree-view-measurement .collapse-icon .card-header {
  background: #eaeaea;
  padding: 10px;
  margin-bottom: 3px;
}
.tree-view-measurement .collapse-icon .card-header .card-title{
  color: #000;
}
.img_card h4.card-title {
    font-size: 14px;
    margin-bottom: 8px;
    color: #fff;
}
.img_card h2 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.img_card a.btn.btn-outline-secondary {
    padding: 4px 10px;
    border: 1px solid #404E67;
  color: #fff;
    margin-top: 20px;
}
.img_card a.btn.btn-secondary.round.mt-1 {
    padding: 4px 10px;
}
.overlay-green {
    background: #5bb130;
    background: rgba(91, 177, 48, 0.8);
}
.card-content.img_card {
    height: 130px;
    overflow: hidden;
    width: 100%;
}
.img_card img.card-img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.table-list-view .fonticon-wrap.active {
    background-color: #5bb8ce;
}
.table-list-view .fonticon-wrap.active a{
    color: #fff;
}
.pl-40{
  padding-left: 40px;
}
.mb-10{
  margin-bottom: 10px !important;
}
.mb-20{
  margin-bottom: 20px !important;
}
.border-box {
    border: 1px solid #ddd;
    padding: 20px;
}
.checkboxes-group > div {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
    min-width: 60px;
}
.offerapply_blk .card .card-header {
    padding: 10px;
    border-radius: 2px;
}
.table th, .table td {
    border-bottom: 1px solid transparent;
    text-align: center;
    border-color: transparent;
    vertical-align: middle;
}
.offerapply_blk .card-body {
    padding: 10px;
    border: 1px solid #ddd;
}
.offerapply_blk .card-body h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 17px;
    padding-bottom: 2px;
    border-bottom: 1px solid #404e67;
}
.offerapply_blk .skin fieldset {
    display: block;
    margin: 14px 5px;
}
div#product_sel_div {
    border: 1px solid #ddd;
  background-color: #f5f5f5;
    padding: 15px;
  display: none;
}
div#product_sel_div.show {
  display: block;
}
div#product_sel_div h4 {
    font-size: 14px;
    font-weight: 500;
}
div#product_sel_div h4 a {
    float: right;
    padding: 3px 8px;
  margin-top: -4px;
}
div#product_sel_div h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px 10px;
    background-color: #e4e3e3;
}
div#admDivCheck {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 15px;
}
.select2-container{
  max-width: 100%;
}
.combo_table a.btn.btn-custom.round.btn-min-width {
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 5px;
    top: 15px;
}
.checkbox_group > div {
    display: inline-block;
    width: 75px;
    margin-bottom: 15px;
}
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content a.menu-title, body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content>span.menu-title {
        background-color: #102348;
    border-color: #102348;
}
.navbar-expand-md .navbar-nav .dropdown-menu .dropdown-divider {
    border-top: 1px solid #d8d8d8;
}
.light-devider {
    border-bottom: 1px solid #D3DCE9;
    display: inline-block;
    width: 100%;
}
.logs-header-values ul{margin: 0; padding: 0; display: inline-block;}
.logs-header-values ul:last-child{float: right; margin-right: 50px}
.logs-header-values ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  border: 1px solid #4ea9c1;
  padding: 2px 15px;
  color: #fff;
  background: #4ea9c1;
  float: left;
}
.logs-header-values ul li span {
  margin-right: 15px;
}
.action-buttons li button {
    display: inline-block;
    width: 35px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 3px;
    color: #fff;
    transition: all 0.3s ease;
    border: 0;
}
.action-buttons li button.edit_btn{
    background-color: #898a8a;
}
.action-buttons li button.edit_btn:hover{
    background-color: #aaafaf;
}
.action-buttons li button.deact_btn{
    background-color: #f39c12;
}
.action-buttons li button.deact_btn:hover{
    background-color: #f3b656;
}
.action-buttons li button.del_btn{
    background-color: #ff3c57;
}
.action-buttons li button.del_btn:hover{
    background-color: #ec6174;
}
.action-buttons li button.dupli_btn{
    background-color: #6ab5d2;
}
.action-buttons li button.dupli_btn:hover{
    background-color: #85d1ef;
}
input[type='date']{text-transform: uppercase;}
@media (min-width:768px) and (max-width:991px){
    table.dataTable {min-width: 1350px;}
    .action-buttons ul li{margin: 2px;}
}

.rightimg-wp .img-box {
  width: 250px;
  height: 172px;
  margin: auto;
  position: relative;
  display: inline-block;
  float: right;
  border: 1px solid #ececec;
  overflow: hidden;
}
.rightimg-wp .img-box img {
  width: 100%;
}
.rightimg-wp .thumbnails-wp {
  float: left;
  width: 100%;
  margin: 25px 0 15px 0 !important;
  text-align: center;
}
.rightimg-wp .thumbnails-wp li.active {
  border-color: #6bb5d3;
  border-width: 1px;
}
.rightimg-wp .thumbnails-wp li {
  width: 58px;
  height: 58px;
  display: inline-block;
  border: 1px solid #e6e6e6;
  position: relative;
  margin: 0 7px 7px 0;
  overflow: hidden;
}
.rightimg-wp .thumbnails-wp li .img-box {
  width: 100%;
  height: 100%;
}
.rightimg-wp .img-box input[type="file"] {
  width: 35px;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 35px;
  background: #fff;
  opacity: 0;
  z-index: 999;
  cursor: pointer;
}
.rightimg-wp .thumbnails-wp li .img-box input[type="file"] {
  width: 24px;
  right: 5px;
  top: 5px;
  height: 24px;
}
.rightimg-wp .thumbnails-wp li .img-box .file-upload {
  right: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}
.rightimg-wp .img-box .file-upload {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  background: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  cursor: pointer;
}
.nav.nav-tabs.nav-linetriangle {
    border-radius: 0;
    border-bottom: 0;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active, .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active {
  color: #fff;
  background: #68c7d9;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:before {
  border-top-color: #68c7d9;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:focus {
  color: #fff;
}
.addedit-btn a:hover, .view-details-btn a:hover{opacity: 0.8}
.addedit-btn a {
  width: auto !important;
  background: #898a8a;
  padding: 0 15px;
  font-size: 14px !important;
}
.view-details-btn a {
  width: auto !important;
  background: #6cb5d3;
  padding: 0 15px;
  font-size: 14px !important;
}
  .loder-wp{display: none; text-align: center; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(19, 19, 19,0.94); z-index: 9999;}
.loder-wp .loder-img {
  width: 130px;
  height: 130px;
  background: url(../../app-assets/images/loading.svg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999999;
  background-size: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
}
.loder-wp h2 {
    z-index: 999999;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-size: 90px;
    font-weight: 200;
    color: #707070;
}
.loder-wp h2 span{
    font-weight: bold;
}
.loder-wp p {
    margin: auto;
    color: #707070;
    font-size: 35px;
    line-height: 40px;
    font-weight: 200;
}
.loder-wp .content-box {
    position: relative;

    top: 5rem;
}
.left-cat-wp ul{padding: 0; margin: 0;}
.left-cat-wp ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    float: left;
}
.left-cat-wp ul li .all-cat-dt {
    width: 100%;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    background-color: #f8f8f8;
    border: solid 1px #e2e2e2;
    line-height: 45px;
    float: left;
    margin-bottom: 5px;
}
.left-cat-wp ul li .all-cat-dt .links {
    float: right;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    display: none;
}
.left-cat-wp ul li .all-cat-dt:hover .links{
  display: block;
}
.left-cat-wp ul li .all-cat-dt .links a {
    background: #6f809e;
    padding: 2px 10px;
    color: #fff;
    border-radius: 3px;
    margin: 0 2px;
    font-size: 13px;
}
.left-cat-wp ul li .all-cat-dt .links a:hover {
    background: #404e67;
}
.left-cat-wp ul li .ct-name {
    width: 37%;
    overflow: hidden;
    float: left;
    height: 43px;
    position: relative;
    padding-left: 25px;
}
.left-cat-wp ul li ul {
    padding-left: 25px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.left-cat-wp ul li ul li ul{
  margin-bottom: 10px;
}
.left-cat-wp ul li .ct-name:after {
    position: absolute;
    top: 0;
    left: 0;
    color: #efce4a;
    content: "\f07c";
    display: inline-block;
    font: normal normal normal 17px/1 FontAwesome;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 25px;
}
#cat-right-n{display: none;}
#cat-right-n.active{display: block;}
span.text-upload {
  cursor: pointer;
  position: relative;
}
span.text-upload a {
  position: relative;
  overflow: hidden;
  color: #fff;
}
span.text-upload :hover a {
  color: red;
}
span.text-upload a+input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 60px;
}
.CustomCheckbox {
  position: absolute;
  opacity: 0;
}
.CustomCheckbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.CustomCheckbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
  background: white;
  border: 1px solid #d3cfc8;
}
.CustomCheckbox:hover + label:before {
  background: #fff;
  border: 2px solid #2489c5
}
.CustomCheckbox:checked + label:before {
  background: #2489c5;
  border: 1px solid #2489c5
}
.CustomCheckbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.CustomCheckbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.CustomCheckbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

body.vertical-layout.vertical-menu.fixed-navbar.pace-done.menu-collapsed .brand-logo{width: 65px;}
body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand{margin-top: 16px; transition: all 0.5s;}
#navbar-mobile li.nav-item.nav-search {
    display: none;
}
.primery-heading {
    color: #102348;
    font-size: 18px;
}
.primery-heading span{    color: #000;
    font-size: 14px;
    font-weight: 500;}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link {
    color: #fff;
    border-radius: 0;
    background: #aeaeae;
    padding-left: 24px;
    padding-right: 24px;
    text-transform: uppercase;
}
.nav.nav-tabs.nav-linetriangle .nav-item {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    background: #aeaeae;
    flex: inherit;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.bottom-tag-text {
  margin-top: 5px;
  margin-bottom: 0;
}
.btn-prime {
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #68c7d9;
    color: #1b1f21;
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    transition: all 0.3s;
    border: 0;
}
.btn-prime:focus{outline: 0}
.btn-prime:hover{
  background: #333;
  color: #fff;
}
.time-tabing .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link {
    color: #878787;
    border-radius: 0;
    text-transform: uppercase;
    background: #ecebe9;
    border-radius: 4px;
}
.time-tabing .nav.nav-tabs.nav-linetriangle .nav-item {border: 0; flex: 1;
    background: transparent;
    box-shadow: none; margin-right: 10px;}
.time-tabing .nav.nav-tabs.nav-linetriangle{  
    margin: 15px 0;
    border-radius: 0;}
.time-tabing  .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active, .time-tabing  .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active {
    color: #fff !important;
    background: #102348;
    border-radius: 4px;
}
/*.time-tabing .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active, .time-tabing .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link{
    color: #fff !important;
    background: #ecebe9;
    border-radius: 4px;
}*/
.time-tabing .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:before, .time-tabing .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:after{display: none}
.newbg.card.border-card {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-right: 1px solid #d2d2d2;
    padding-right: 20px;
}
.no-bg-border.table thead th, .no-bg-border .table thead td {
    vertical-align: bottom;
    border: 0;
    background-color: transparent;
}
.no-bg-border{border: 0 !important}
.btn-icon-delete {
    color: #000;
    font-weight: 400;
    font-size: 20px;
}
.back-prime {
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #3d3d3d;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    transition: all 0.3s;
    border: 0;
}
.back-prime:focus{outline: 0}
.back-prime:hover{
  background: #d73f66;
  color: #fff;
}
.no-border-no-shadow {
    border: 0 !important;
    box-shadow: none !important;
}
.new-icon-links{padding: 0; margin: 0; width: 100px;}
.new-icon-links li {
    display: inline-block;
    margin: 0 3px;
}
.new-icon-links li a {
    padding: 3px;
    color: #000;
    font-size: 18px;
    width: 25px;
    height: 25px;
    display: block;
    line-height: 21px;
    text-align: center;
    border-radius: 4px;
}
.new-icon-links li a:hover {
    background: #d73f66;
    color: #fff;
}
.devider {
    background: rgba(112, 112, 112,0.5);
    height: 1px;
    width: 100%;
    display: inline-block;
}

.switch-on-off li {
    border-bottom: 1px solid rgba(112, 112, 112, 0.12);
    padding: 5px 0;
    position: relative;
    list-style-type: disc;
}
.switch-on-off li span{
    float: right;
}
.new-img-uplode-wp ul{
  padding: 0; margin-top: 3rem;
}
.new-img-uplode-wp ul li{
  display: inline-block; 
  margin-right: 5rem;
  margin-bottom: 2rem;
}
.new-img-uplode-wp ul li .imgbox {
    width: 87px;
    height: 87px;
    display: inline-block;
    overflow: hidden;
    background: #f1f1f1;
    position: relative;
    text-align: center;
}

.new-img-uplode-wp ul li .imgbox img{width: 100%;}
.new-img-uplode-wp ul li .imgbox input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
.new-img-uplode-wp ul li a {
    color: rgba(0, 0, 0,0.8);
    font-size: 22px;
    margin-left: 10px;
}
.new-img-uplode-wp ul li a:hover{
  color: #d73f66;
}
.img-big-new {
    width: 200px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
    height: 200px;
    overflow: hidden;
    float: left;
}
.img-big-new .imgtext {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    transition: all 0.3s;
    opacity: 0;
}
.img-big-new .imgtext p{
      margin: auto;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
}
.img-big-new:hover .imgtext{opacity: 1;}
.img-big-new img {
    width: 100%;
    height: 100%;
}
.img-big-new input[type=file]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width:100%;;
}
/*Custom radio puttons*/
.custom-radio[type="radio"]:checked,
.custom-radio[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio[type="radio"]:checked + label,
.custom-radio[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.custom-radio[type="radio"]:checked + label:before,
.custom-radio[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.custom-radio[type="radio"]:checked + label:after,
.custom-radio[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #102348;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*Checkboxes styles*/
.custom-check[type="checkbox"] { display: none; }

.custom-check[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.custom-check[type="checkbox"] + label:last-child { margin-bottom: 0; }

.custom-check[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #102348;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.custom-check[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.input-group-addon.new-date-icon {
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    right: 7px;
    top: 2px;
    font-size: 22px;
    z-index: 9;
    padding: 0;
    width: 23px;
    height: 23px;
    display: inline-block;
}
.input-group-addon.new-date-icon img{width: 100%;}
.date input {background: transparent !important; z-index: 10 !important;}
.upload-n-img {
    border: 1px solid #b1b1b1;
    width: 100%;
    height: 134px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.upload-n-img img{width: 100%;}
.upload-n-img input[type=file]{
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.all-cat-with-check-box ul{padding: 0;}
.all-cat-with-check-box ul li{
  display: inline-block;
  width: 100%;
}
.all-cat-with-check-box ul li .box{
  border: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #fbfbfb;
}
.all-cat-with-check-box ul li.no-border .box{ border-bottom: 0; padding-bottom: 0; }
.all-cat-with-check-box ul li ul, .all-cat-with-check-box ul li ul li ul{ margin-left: 35px; }
.gray-checkbox .custom-check[type="checkbox"] + label:before {
    width: 19px;
    height: 18px;
    border: 1px solid rgba(112, 112, 112, 0.5);
    top: 1px;
  }
.gray-checkbox .custom-check[type="checkbox"]:checked + label:before {
    width: 7px;
    top: -2px;
    left: 7px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right-color: rgba(255, 97, 0,1);
    border-bottom-color: rgba(255, 97, 0,1);
}
.right-cat-box {
    overflow: hidden;
    overflow-y: auto;
    height: 410px;
}
.right-cat-box ul{padding: 0;}
.right-cat-box ul li {
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
    border-bottom: 1px solid #fff;
}
.gray-checkbox .custom-check[type="checkbox"] + label{    padding-left: 25px; margin-bottom: 0;}
.right-cat-box ul li  span {
    float: right;
    margin-right: 3rem;
}
.all-cat-with-check-box {
    overflow: hidden;
    overflow-y: auto;
    height: 330px;
}
.breadcrum-new {
    color: #141c27;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.breadcrum-new a{
  color: #141c27;
    position: relative;
    margin-right: 14px;
}
.breadcrum-new a:hover{
  color: #57b7cd;
}
.breadcrum-new a:after{
    content: '/';
    color: #141c27;
    position: absolute;
    top: 0;
    right: -10px;
}
.text-color-theme{
  color: #d73f66 !important
}
.imgsml-upload {
    width: 72px;
    border: 1px solid rgba(112, 112, 112,0.3);
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    height: 50px;
}
.imgsml-upload img{width: 100%;}
.imgsml-upload input[type=file] {
    position: absolute;
    text-indent: -100px;
    height: 100%;
    top: 0;
    left: 0;
}
.cat-all-icons{padding: 0; display: none}
.cat-all-icons li {
    width: 30px !important;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border-radius: 3px;
    margin: 0 5px;
    font-size: 20px;
}
.cat-all-icons li a{
  color: #000;
  display: block;
  border-radius: 3px;
  transition: all 0.3s;
}
.cat-all-icons li a:hover{
  color: #fff;
  background: #d73f66;

}
i.fa.fa-single {
    width: 30px;
    height: 17px;
    background: url(../../app-assets/images/al-icon.png);
}
.cat-all-icons li a:hover i.fa.fa-single {
    background: url(../../app-assets/images/al-iconw.png);
}
.categoriesbox.all-cat-with-check-box ul li .box{height: 45px;}
.categoriesbox.all-cat-with-check-box ul li .box:hover .cat-all-icons{display: block;}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #d3d3d3;
    border-radius: 0px;
}
/*---------On off switch css---------------*/
.on-off-switch{
    position:relative;
    cursor:pointer;
    overflow:hidden;
    user-select:none;
}

.on-off-switch-track{
    position:absolute;
    z-index:1;
    background-color: #fff;
    overflow:hidden;
}

/* semi transparent white overlay */
.on-off-switch-track-white{
    position:absolute;
    z-index:30;
}
/* Track for "on" state */
.on-off-switch-track-on{
    background-color:green;
    border-color:green;
    position:absolute;
    z-index:10;
    overflow:hidden;
}
/* Track for "off" state */
.on-off-switch-track-off{
    position:absolute;
    border-color:#d73f66;
    z-index:1;
    background: #d73f66 !important;
    color: #fff !important;
}

.on-off-switch-thumb{
    position:absolute;
    z-index:2;
    overflow:hidden;
}

.on-off-switch-thumb-shadow{
    opacity:0.5;
    border:1px solid #000;
    position:absolute;
}

.track-on-gradient, .track-off-gradient{
    position:absolute;
    width:100%;
    height:5px;
}


.on-off-switch-thumb-color{
    background: -webkit-linear-gradient(45deg, #BBB, #FFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, #BBB, #FFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, #BBB, #FFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(45deg, #BBB, #FFF); /* Standard syntax */
    background-color:#F0F0F0;
    position:absolute;
}

.on-off-switch-thumb-off{
    border-color:#AAA;
    position:absolute;
}
.on-off-switch-thumb-on{
    border-color:#008855;
    z-index:10;
}
.on-off-switch-text{
    width:100%;
    position:absolute;
    font-family:arial;
    user-select:none;
    font-size:10px;
}

.on-off-switch-text-on{
    color:#FFF;
    text-align:left;
}
.on-off-switch-text-off{
    color:#fff;
    text-align:right;
}
/* Mouse over thumb effect */
.on-off-switch-thumb-over{
    background-color:#F5F5F5;
    background: -webkit-linear-gradient(45deg, #CCC, #FFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, #CCC, #FFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, #CCC, #FFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(45deg, #CCC, #FFF); /* Standard syntax */

}
/*-----------------Time picker---------------*/
.timepicker {
  position: absolute;
  z-index: 1000;
  float: left;
  width: 160px;
  padding-bottom: 5px;
  margin: 2px 0 0 0;
  list-style: none;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.timepicker:before,
.timepicker:after {
  content: '';
  border-top: 0;
  display: inline-block;
  position: absolute;
}
.timepicker .icon-up {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MjMyRjZENzU1NjIxMUU3OTkwMjhDMDYyNDEwRUNBQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MjMyRjZEODU1NjIxMUU3OTkwMjhDMDYyNDEwRUNBQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUyMzJGNkQ1NTU2MjExRTc5OTAyOEMwNjI0MTBFQ0FBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUyMzJGNkQ2NTU2MjExRTc5OTAyOEMwNjI0MTBFQ0FBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GdMqPQAAAZdJREFUeNrUmMlKxEAQhlsE8eQSFyTxWTx5Vhx1xn3XkydvvoMgCOJV8CUUd8UFL+rFN/AV3B39GybQBDNWdTpJpeCDQKqT+ajqJaNUulEG52Af9KuCxiKogp8a76BSNIkVQ8DkE4wXXcKUmZAusRxppzg+JFdmiSAQlRkruoTZZhVJElVLkbAyucssJJQQsTTPO5IwK1POY7P7Jv7AQ3AnUYbTTlqiGXSDB0abjUqSOAItxlhfigxnThxHJGxkdJuNuJaYY8yJkxiJMALwyKiMM5lZpkQr4ZkBozJvYDhLiVPQxni2z5Qp2UrMgC/ii86YEraVGeK+YDoDCRuZV47MFKOd9Gdsu4N56DNlBikS1EpcAM/hyhi4kuFIXDqqRDR6k8pMMiU8lV74jH3mBQyEA0uCJGzaTMv06UFPxAFXoCPDEzZHRh9O1TNRwlPZB/U4c6+TN/9JugadOX6FUmTWdGIT2ItJuAVdAv4XqCezDRrDRH2xG0m4ESJRb2ne+iuxAazXJs5GSvtE0ugBO+AArJo3fgUYAKf2/v/Eyp9gAAAAAElFTkSuQmCC);
}
.timepicker .icon-down {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2MzU2NEE0ODU1NjIxMUU3ODcxRUQxRjVDQkRBMzYxNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2MzU2NEE0OTU1NjIxMUU3ODcxRUQxRjVDQkRBMzYxNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjYzNTY0QTQ2NTU2MjExRTc4NzFFRDFGNUNCREEzNjE1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjYzNTY0QTQ3NTU2MjExRTc4NzFFRDFGNUNCREEzNjE1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NuD5CwAAAaNJREFUeNrUmMlKxEAQhlsE8aSOG5LxWTx5Vhx1dNz3kydvvoMgCOJV8CUUd8UFL44X38BXcBl1xr9gGjSYpCtJd2oKPphDpdPfVHV3EqX+xjo4AnugT8mLHNgCx2ATNP2XtANqvyiDfkESPeDON8d90KwT6MeuL0HzBPJCJO4D5ngAWihpIyBBikw3uI2Y4zYlPkYkZSnTCW4M5vei6gunZkDZsUyXoQTxTBcMgFdhMlSJa8M5fYGCvnCIIUNt5gmSmPYPMAzeGJWxsTXnmBIzQQNxZfIpV+IqDYm4Ml5Klbg0vOe3iYSOEYeV6QAXjErMcm9AMu+WZbgSc3H/rQJTxmNKnDPaaT5p/45aqEw7OHMpoWMMfDDOmTCZNqbEQtp7PMlUErYZSZwajlEFi7ZO3XFGZfwyJHHCkFiy/RzElekFrYyHUycSOoqMNntgSNCaWHb9rsCRyXxNRMUEo83EtFOYTCWhxIqULxwk8xlTRIyEjskYlREnoaNkKEPttKqEx5RBm62pBolSiEzDSARtzdUsDru0YhAc1l9jizZv9CPAACzc/v9R+XQaAAAAAElFTkSuQmCC);
}
.timepicker .icon-up,
.timepicker .icon-down {
  display: inline-block;
  width: 55px;
  height: 38px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45%;
  opacity: .4;
  cursor: pointer;
}
.timepicker .icon-up:hover,
.timepicker .icon-down:hover {
  opacity: .7;
}
.timepicker:before {
  top: -7px;
  left: 6px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.timepicker:after {
  top: -6px;
  left: 7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.timepicker .title {
  padding: 10px 0 5px 0;
  color: #888;
  width: 100%;
  cursor: default;
}
.timepicker .cell-2 {
  float: left;
  width: 20%;
  min-height: 14px;
  cursor: default;
}
.timepicker .cell-4 {
  width: 40%;
  float: left;
}
.timepicker .handle,
.timepicker .text {
  position: relative;
}
.timepicker .chose-all {
  position: relative;
  margin: 0 10px 0 10px;
}
.timepicker .chose-all .text {
  font: bold 18px/22px arial, sans-serif;
}
.timepicker a {
  color: #aaa;
  text-decoration: none;
}
.timepicker .text {
  color: #666;
}
.timepicker .text a {
  color: #444;
}
.timepicker .text a:active,
.timepicker .text a:focus,
.timepicker .text a:hover {
  color: #222;
}
.timepicker ul {
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
.timepicker li.cell-2 {
  padding: 3px 0;
  cursor: pointer;
}
.timepicker li.cell-2:hover {
  background: #ccc;
  color: #555;
}
/*------------Start per css--------------------*/

.action-buttons ul {    
    padding: 0;    
    margin: 0;    
    list-style: none;
}
.action-buttons ul li {    
    display: inline-block;    
    margin: 0 5px;
}
.action-buttons ul li a {   
    /* font-size: 14px;  */   
    font-weight: 100;
}
.rounded-btn {
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    font-size: 14px;
    border-radius: 3px;
    background-color: #d73f66;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    margin: 0 auto;
    transition: all 0.3s;
}
.rounded-btn:hover{
    background: #333;
    color: #fff;
}
.supp-btn{
  margin-top: 10px;
}
.required-txt{color: red; margin-top: 2px; display: none;}
.summary-list.open {
    display: block;
    z-index: 1;
}
.summary-list {
    position: absolute;
    top: 45px;
    transition: all 0.3s ease;
    width: 100%;
    display: none;
    background: #fff;
}
.bg-dark-grey{
    background: #e6e6e6;
    text-align: center;
    margin: 10px 0;
    color: #000;
    font-size: 22px;
    border-radius: 5px;
    position: relative;
    padding: 5px 0;
}
.bg-dark-grey a{
    text-decoration: none;
    color: #000;
    font-weight: normal;
}
.fa.fa-angle-down {
    font-size: 22px;
    font-weight: bold;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}
.action-buttons.new_acbtn ul li {
    display: block;
    margin: 0;
}
.action-buttons.new_acbtn ul li a {
    font-size: 14px;
    padding: 5px 10px;
    background-color: #e2e2e2;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    color: #3c3c3c;
  height: auto;
    transition: all 0.3s ease;
    margin-bottom: 8px;
    text-align: center;
}
.action-buttons.new_acbtn ul li a:hover {
  background-color: #d73f66;
  color: #fff;
    transition: all 0.3s ease;
}
.action-buttons.new_acbtn ul li:after {
    display: none;
}
.discount-btn{
    background: #ccc;
    border: 1px solid #aaa;
    padding: 5px 10px;
    text-align: center;
    color: #000;
    display: block;
    width: 120px;
}
.discount-btn:hover{
    text-decoration: none;
    color: #fff;
    background: #00B5B8;
    border: none;
}
.disc-inp-btn{
    width: 45%;
    padding: 5px 0;
}

@media screen and (max-width: 767px){
  .discount-btn {
    margin: 10px 0;
  }
}
/*----------------Staff css-------------*/
.Editor-editor {
  overflow: auto;
  border: 1px solid #ccc;
  height: 100px;
  padding: 10px;
}
.table-list-view{
  margin-bottom: 10px;
}
.table-list-view .fonticon-wrap {
  display: inline-block;
  font-size: 24px;
  background: #eaeaea;
  padding: 2px 5px;
  margin-right: 10px;
}
.table-list-view .fonticon-wrap a {
  color: #000;
}
.table-list-view .fonticon-wrap span {
  font-size: 18px;
  float: right;
  margin: 3px 8px;
}
.table-list-view .fonticon-wrap:hover {
  background: #5bb8ce;
}
.table-list-view .fonticon-wrap:hover a{
  color: #fff;
}
.tree-view-measurement .collapse-icon .card-header {
  background: #eaeaea;
  padding: 10px;
  margin-bottom: 3px;
}
.tree-view-measurement .collapse-icon .card-header .card-title{
  color: #000;
}
.img_card h4.card-title {
    font-size: 14px;
    margin-bottom: 8px;
    color: #fff;
}
.img_card h2 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.img_card a.btn.btn-outline-secondary {
    padding: 4px 10px;
    border: 1px solid #404E67;
  color: #fff;
    margin-top: 20px;
}
.img_card a.btn.btn-secondary.round.mt-1 {
    padding: 4px 10px;
}
.overlay-green {
    background: #5bb130;
    background: rgba(91, 177, 48, 0.8);
}
.card-content.img_card {
    height: 130px;
    overflow: hidden;
    width: 100%;
}
.img_card img.card-img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.table-list-view .fonticon-wrap.active {
    background-color: #5bb8ce;
}
.table-list-view .fonticon-wrap.active a{
    color: #fff;
}
.w-240{width: 240px;}
.product-list-icon{     width: 60px;
    display: inline-block;
    margin-left: 10px;  }
.product-list-icon img {width: 100%;}
.card .card.box-shadow {
  -webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06) !important;
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06) !important;
  border: 1px solid #f1f1f1;
}
#mobiles-show{display: none;}
.add-product-wp .qr-code-wp {
  text-align: center;
  display: inline-block;
  margin: 16px auto;
  width: 100%;
}
.add-product-wp .barcode-wp {
  text-align: center;
  display: inline-block;
  margin: 15px auto;
  border: 1px solid #f1f1f1;
  width: 100%;
}
.add-product-wp .video-file-uploaded {
  position: absolute;
  opacity: 0;
  width: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
}
.border-light-gray{border-color: #f1f1f1 !important}
#upload-wp-show{display: none;}
.box-order-receipt{
  border: 1px solid #e6e6e6;
  padding: 15px;
}
.box-order-receipt .border-dashed {
  border-bottom: 1px dashed #ccc;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.box-order-receipt p{
  margin-bottom: 2px;
}
.box-order-receipt .mid-content table th, .box-order-receipt .mid-content table td {
    text-align: left;
    font-weight: normal;
    padding: 10px 0;
    border: 0;
}
.box-order-receipt .mid-content table th{
  border-bottom: 1px dashed #ccc;
}
.box-order-receipt .bg-lb {
    background: #f1f1f1;
    padding: 5px 10px;
    border-radius: 2px;
    width: 100%;
}
/*-------------------Css start --------------------*/
.form-control {border: 1px solid #d3d3d3; border-radius: 0;}
.action-buttons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.action-buttons ul li a {
    font-size: 14px;
    font-weight: 100;
    color: #58514c;
    display: inline;
    line-height: 20px;
}
.action-buttons ul li a span{
  display: block;
  color: #102348;
}
table.dataTable{
  min-width: 1200px;
}
.table thead th {
    vertical-align: bottom;
    border: 1px solid transparent;
    background-color: rgba(255, 180, 130,0.5);
    color: #58514c;
    font-weight: 600;
    text-align: center;
}
table td {
    font-size: 14px;
}
.image_upload.img-box{
    float: left;
    margin-bottom: 5px;
    width: 100%;
  border: 1px solid #ddd;
    position: relative;
    display: inline-block;
    height: 75px;
}
.image_upload img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-file-upload {
    position: relative;
    float: left;
  margin-top: 15px;
}
.btn-file-upload input[type="file"] {
    position: absolute;
    width: 100%;
    height: 41px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.note_para {
    font-style: italic;
}
.logo-upload {
    margin-top: 15px;
}
.mandatory-star{
  color: #f00;
}
.pt-10 {
    padding-top: 10px;
}
.simple_text p {
    font-size: 13px;
}
span.redbox {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #f00;
    margin-right: 2px;
  position: relative;
    top: 1px;
}
span.greenbox {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #73c75e;
    margin-right: 2px;
  position: relative;
    top: 1px;
}
table td > div {
    /*margin: 7px 0;*/
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(228, 228, 228, 0.31);
}
.card-header{
  background-color: #5bb8ce;
}
.card-header .form-group label {
    color: #fff;
    margin: 0;
    padding-top: 8px;
}
.min-width-auto{
  min-width: 100% !important;
}
.modal-header {
    background-color: #d73f66;
    color: #fff;
}
.popup-right-map strong {
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.sumary_tbl .table thead th {
    font-size: 16px;
    background-color: #777;
    border: 1px solid #ddd;
}
.sumary_tbl .table tbody td {
    font-size: 14px;
    border: 1px solid #ddd;
}
.summary-list.open {
    box-shadow: 0 5px 14px #3333337d;
}
.mt-10 {
    margin-top: 10px;
}
.skin fieldset {
    display: inline-block;
  margin: 0 9px;
}
@media (max-width:1366px){
  .skin fieldset {margin: 10px 3px;}
}
.skin fieldset .iradio_square-red {
    margin-right: 2px;
}
.skin fieldset label {
    margin-bottom: 0;
}
.card.border-card {
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 3px 5px #e9e9e9;
}
.border-card .card-title {
    color: #fff;
}
.border-card .card-header {
    padding: 15px;
}
.border-card .card-title .btn {
    padding: 7px;
    position: absolute;
    right: 15px;
    top: 8px;
}
.fees_tbl table td div{
  margin: 0;
}
.action-buttons li > a {
    display: inline-block;
    width: 35px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 3px;
    color: #fff;
    transition: all 0.3s ease;
}
.action-buttons li > a.edit_btn{
    background-color: #898a8a;
}
.action-buttons li > a.edit_btn:hover{
    background-color: #aaafaf;
}
.action-buttons li > a.deact_btn{
    background-color: #f39c12;
}
.action-buttons li > a.deact_btn:hover{
    background-color: #f3b656;
}
.action-buttons li > a.del_btn{
    background-color: #ff3c57;
}
.action-buttons li > a.del_btn:hover{
    background-color: #ec6174;
}
.action-buttons li > a.dupli_btn{
    background-color: #6ab5d2;
}
.action-buttons li > a.dupli_btn:hover{
    background-color: #85d1ef;
}
.table-white-bg{background: #fff;}
.table-white-bg th, .table-white-bg td{background: #fff !important; border:1px solid  rgba(203, 203, 203,0.4) !important}

/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
*******************************/
#accordion .mb-0 > a {
  display: block;
  position: relative;
  color: #000000;
}
#accordion .mb-0 > a:after {
  content: "\f055"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  color: #e44022;
  font-size: 35px;
  top: -10px;
}
#accordion .mb-0 > a[aria-expanded="true"]:after {
  content: "\f056"; /* fa-chevron-up */
}
.discount-buy-get-free-accordian .card-header {
    background-color: #efefef;
}
.discount-buy-get-free-accordian .card {
  margin-bottom: 10px;
  background: #efefef;
}
.discount-buy-get-free-accordian .min-quy-wp {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 200px;
    max-width: 250px;
}
.discount-buy-get-free-accordian .min-quy-wp h4{
  margin:2rem 0 4rem
}
.search-wp-discount-buy {
    position: absolute;
    width: 0px;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    right: -15px;
}
.search-wp-discount-buy.open {
    width: 100%;
    opacity: 1;
}
a.search-icon-discount {
    font-size: 24px;
    color: #000;
    margin: 5px 15px;
}
.hide-wp{display: none}
.tab-no-click li.nav-item a {pointer-events: none;}
[class*=" ft-"], [class^=ft-]{line-height: inherit;}
.catProductList {
    background: #fff;
    padding:0;
}
.catProductList p {
    border-bottom: 1px solid rgba(203, 203, 203,0.4) !important;
    margin-bottom: 0;
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
}
.catProductList p a {
    height: 28px;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #68c7d9;
    color: #1b1f21;
    display: inline-block;
    line-height: 28px;
    padding: 0 15px;
    transition: all 0.3s;
    border: 0;
    float: right;
}

.catProductList p a:hover, .select_prod_and_categories p a.removeprodlinkbtn:hover{background: #333; color: #fff;}
.catProductList p span.conf {
    color: transparent;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 10px;
    line-height: 16px;
    text-align: center;
}
  .catProductList p.added span.conf{
    color:#68c7d9;
  }
  .select_prod_and_categories {
    background: #fff;
    padding: 0;
    display: inline-block;
    width: 100%;
}
   .select_prod_and_categories p {
    padding: 5px 10px;
    border-bottom: 1px solid rgba(203, 203, 203,0.4);
    float: left;
    width: 100%;
    margin: 0;
}
.select_prod_and_categories p a.removeprodlinkbtn{
    height: 28px;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #d73f66;
    color: #fff;
    display: inline-block;
    line-height: 28px;
    padding: 0 15px;
    transition: all 0.3s;
    border: 0;
    float: right;
}
.select_prod_and_categories p span.slected_prod_name {
    position: relative;
    top: 4px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
}
.heading-bd{
    z-index: 999999;
    font-size: 35px;
    font-weight: 200;
    color: #707070;
    margin: 1rem 0;
}
.content-bd {
    font-size: 20px;
    font-weight: 200;
    color: #707070;
    margin-bottom: 2rem;
}
.bg-th{background: #d73f66 !important}
.alert.alert-success ul {
    padding: 0;
    margin: 0;
}
.alert.alert-success ul li{width: 100%; display: inline-block;}
.min-height680{min-height: 680px !important; margin-bottom: 0;}
#remIm {
    display: inline-block;
    font-size: 24px;
    margin: 10px;
}
#remIm a{color: #000}
.remove-img-btn{
        color: #333;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}
.height40{height: 40px !important}
.tableheight_450{min-height: 450px;}
.fl-cap:first-letter {
  text-transform: capitalize
}
.search-icon-staff {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 20px;
    color: #a9a9a9;
}
.card{ box-shadow: none;}
.table-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0;
}
.table-img img{
    width: 100%;
}
/*--------------Accordian Css---------------*/
.accordian-box .panel-title {
        background: #68c7d9;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 0 5px;
}
.accordian-box .panel-title a{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
}
.accordian-box .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.accordian-box .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.accordian-box .panel-title > a:hover, 
.accordian-box .panel-title > a:active, 
.accordian-box .panel-title > a:focus  {
    text-decoration:none;
}
.accordian-box label {font-weight: 600;     margin-bottom: 2px;}
.image-not-size {
    color: #000000 !important;
    font-weight: 600;
    font-size: 13px;
    margin-top: 5px !important;
    float: left;
}

.box-tills-cashed {
    background: #f9f9f9;
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
}
.imgqr-code{width: 70px; float: left; }
.imgbar-code{width: 115px; float: left; margin: 15px 0 0 15px;}
.d-inline-flex{display: inline-flex;}

.moveable-label {
  display: block;
  position: relative;
  width: 100%;
}
.moveable-label label, .moveable-label > span {
  position: absolute;
  left: 0;
  top: -20px;
  cursor: text;
  font-size: 13px;
  opacity: 1;
  transition: all 0.2s;
  width: 100%;
  color: #000;
  font-weight: 600;
}
.moveable-label input::placeholder, .moveable-label select::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.moveable-label input:placeholder-shown:not(:focus)::placeholder, .moveable-label select:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.moveable-label input:placeholder-shown:not(:focus) + *, .moveable-label select:placeholder-shown:not(:focus) + * {
  font-size: 1rem;
  color: #8d8d8d;
  font-weight: 400;
  top: -1px;
  padding: 0.75rem 1rem;
}
.btn-green {
    background: #449d44;
    color: #fff;
    text-transform: uppercase;
    padding: 1rem;
    border-radius: 4px;
    transition: all 0.3s;
}
.btn-green:hover{background: #333; color: #fff;}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    margin-left: 2rem;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name span{display: block;}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
    line-height: 22px;
}
.navbar-semi-light .navbar-nav li.right-dd{min-width: 300px;}
div#para1 {
    color: #fff;
}
#navbar-mobile .dropdown-toggle::after {
    content: "\f13a" !important;
    top: -10px;
    right: -45px;
    font-size: 25px;
}
.heading-header {
    font-size: 26px;
    color: #fff;
    font-weight: 100;
    margin: 0;
}
.card-body {
    padding: 1.5rem 10px;
}
.dropdown-menu.dropdown-menu-right.show{
    display: block;
    border: 1px solid #102348;
    border-radius: 0;
    top: 118%;
    min-width: 14rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #102348;
}
.login-left{
    background: #FFF;
    padding: 113px 62px;
}
.login-logo p{
    border-bottom: 1px solid #000;
    padding-top: 30px;
}
.login-logo h4{
    font-size: 16px;
    color: #fff;
}
.login-text{
    font-size: 17px;
    color: #e1cdca;
}
.bg-orange {
    background: #102348;
    color: #fff;
    border-radius: 0;
    padding: 18px 0;
}
.login-left form .form-control{height: 46px;}
.blog-details .img-box{position:relative;}
.blog-details .img-box .date {
    position: absolute;
    top: -8px;
    left: -13px;
    background: #102348;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
}
.blog-details .img-box .date:after{  
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #7f2d10 transparent transparent;
  position: absolute;
  bottom: -13px;
  left: 0;
  content: '';
}
.blog-details .img-box .date span{font-size: 16px;
    font-weight: normal;}
.blog-details .content-wp{ margin-top: 40px }
.blog-details .content-wp h2{font-size: 24px; color: #102348;}

.tdborder td{border: 1px solid #b3b3b3 !important}
.ddabgcolor .multiselect-container.dropdown-menu.show li a:hover{background-color: transparent !important; background-image: none !important;}
.ddabgcolor button.multiselect.dropdown-toggle.btn-block.text-left.btn.btn-default span.multiselect-selected-text{ width: 94%; display: inline-block; }
table.dataTable thead .sorting, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc{background-image: none !important;}
@media (max-width: 1024px) and (min-width: 768px){
  .heading-header {font-size: 18px;     margin-top: 0 !important;}
  .header-navbar .navbar-container ul.nav li > a.nav-link{padding-top: 0;}
  body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand{margin-top: 10px}
  .input-group-addon.new-date-icon { width: 20px; height: 20px; top: -2px;}
  .input-group-addon.new-date-icon img{width: 100%;}
}
/*Add new Menu css*/
.mainul{padding: 0}
    .mainul li{display: inline-block; width: 100%; list-style: none;}
    .btngray{
      background: #adadad;
      color: #fff;
      text-decoration: none;
      height: 30px;
      display: inline-block;
      padding: 0 15px;
      line-height: 30px;
      border-radius: 3px;
      transition: all 0.3s;
    }
    .btnorange{
      background: #102348;
      color: #fff;
      text-decoration: none;
      height: 30px;
      display: inline-block;
      padding: 0 15px;
      line-height: 30px;
      border-radius: 3px;
      transition: all 0.3s;
    }
    .btngray:hover, .btnorange:hover{
      color: #fff;
      background: #333;
    }
    .roundbtn {
      background: #acacac;
      color: #fff;
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      border-radius: 50%;
      transition: all 0.3s;
      margin: 0 3px;
      text-decoration: none;
    }
    .roundbtn:hover{
      background: #333;
      color: #fff;
      text-decoration: none;
    }
    h2.heading1 {
      margin: 0;
      font-size: 28px;
      font-weight: bold;
    }
    .mainul li .box1 {
      padding: 5px 0;
      margin-bottom: 5px;
    }
    h2.heading2 {
      font-size: 24px;
      margin: 3px;
    }
    .mainul li ul{padding: 0;}
    .mainul li ul li .box2 {
      background: #f1f1f1;
      padding: 5px 0 5px 25px;
        border-bottom: 1px solid #fff;
    }
    .mainul li ul li ul li{    
      padding: 10px 0 10px 30px;
      border-bottom: 1px solid #f1f1f1;
    }
    .mainul li ul li ul li:last-child{
      border-bottom: 0px;
    }
    .mainul li ul li ul li .selectedmodihead{
      font-size: 14px;
      font-weight: bold;
      position: relative;
      padding-right: 10px;
      border-radius: 3px;
    }
    .mainul li ul li ul li .slmod{
      font-size: 14px;
      font-style: italic;
      padding: 0 3px;
    }
    .mainfirst{
        padding: 0;
    }
.panel.panel-default.sub_cat_border {

    border: 1px solid #ccc;

}
    .mainfirst li{
        display: inline-block;
        width: 100%;
        list-style: none;

    }
.mainfirst li .subcategory_name{
    background: #ff9974;

    padding: 0px 15px;

    font-size: 24px;

    margin-bottom: 10px;

    color: #fff;
}

.box1.first-bg{    background: #e4e4e4;
    padding: 5px 5px;
}
.cl_btn{margin-top: 0 !important}
.cl_btn ul{ display: flex }
.cl_btn ul li{margin: 0 5px !important}
#trial.active{display: none;}
.table-left-text tr td, .table-left-text tr th{text-align: left !important}
.table-left-text tfoot tr td{text-align: right !important; padding: 2px}
.inp_box{ display: inline-flex; width: 122px; margin: 0 5px;}
.btns_small_with_li{ padding: 0; margin: 0 }
.btns_small_with_li li{display: inline-block; margin-right: 10px;}
.btns_small_with_li li a{
      background: #58514c;
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
    line-height: 34px;
    transition: all 0.3s;
}
.btns_small_with_li li a:hover{    background: #f45f26;}