#ajaxLoader{
    display: none;
}
#ajaxLoader.show
{
    display : block;
    position : fixed;
    /*z-index: 99999999;*/
    z-index: 999999;
    background-image : url('ajax-loader.gif');
    background-color:#fff;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}

#toast-container > div{
    opacity: 1 !important;
}

#recent-user th {
    text-align: left;
}

/* AR479-26/02/2018 */

.content .panel-primary { border: transparent; }
.right-side > .content-header h1    { float: left;}
.content-header .add_new_user   { float: left; margin-left: 10px;}
.content .custom-filter     { width: 100%; float: right; background: #fff; padding: 20px 30px 0 20px;}
.content .custom-filter .filter-group   { width: auto; float: right; margin-left: 10px;}
.content .custom-filter .filter-delete  { width: auto; float: left; margin-right: 10px; margin-left: 10px;}
.content .custom-filter .total_user { width: auto; float: left;}
.content .custom-filter .total_user     { width: auto; float: left; background: #28a745; border: 1px solid #28a745; color: #fff; padding: 6px 12px; white-space: nowrap; border-radius: 4px;}
.content .custom-filter .total_user label   { margin-bottom: 0px;}

/* AR479-26/02/2018 */

/* AR479-27/02/2018 Post List Tab */


.filterable .tab-content .panel-body  { padding: 15px 0;}
.filterable .nav-tabs { margin: 0 15px; padding-top: 15px;}



/* AR479-27/02/2018 Post List Tab */

/*post-detail page*/
.p-0{
    padding: 0 !important;
}

.preview-box,.video-box,.audio-box{
    border: 1px solid #ddd;
    padding: 4px;
    position: relative;
    margin: 15px 0;
    text-align: center;
}
.audio-box audio,.video-box video{
    width: 100%;
}
.preview-box img{
    display: inline-block;
}
.close-img{
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #418BCA;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
.close-img:hover{
    color: #fff;
    background-color: #777;
}
a.close-img i{
    vertical-align: top;
    line-height: 25px;
}

.gradient-box{
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    margin: 10px 0;
    padding: 5px 10px;
    position: relative;
    min-height: 100px;
    word-break: break-all;
}

.gradient-box.bg-1{
    background-color: #f6f97b;
}
.gradient-box.bg-2{
    background-image: -webkit-gradient(linear, 0 0, 0 104, from(#53e493), color-stop(0.028, #4ae290), color-stop(0.125, #46dd97), color-stop(0.865, #2ab5d3), to(#27aede));
    background-image: -webkit-linear-gradient(#53e493, #4ae290 2.8%, #46dd97 12.5%, #2ab5d3 86.5%, #27aede);
    background-image: -moz-linear-gradient(#53e493, #4ae290 2.8%, #46dd97 12.5%, #2ab5d3 86.5%, #27aede);
    background-image: -o-linear-gradient(#53e493, #4ae290 2.8%, #46dd97 12.5%, #2ab5d3 86.5%, #27aede);
    background-image: linear-gradient(#53e493, #4ae290 2.8%, #46dd97 12.5%, #2ab5d3 86.5%, #27aede)
}
.gradient-box.bg-3{
    background-color: #3b7adb;
}
.gradient-box.bg-4{
    background-image: -webkit-gradient(linear, 0 0, 0 103, color-stop(0.019, #cc00f2), to(#4f21d2));
    background-image: -webkit-linear-gradient(#cc00f2 1.9%, #4f21d2);
    background-image: -moz-linear-gradient(#cc00f2 1.9%, #4f21d2);
    background-image: -o-linear-gradient(#cc00f2 1.9%, #4f21d2);
    background-image: linear-gradient(#cc00f2 1.9%, #4f21d2)
}
.gradient-box.bg-5{
    background-color: #ed3956;
}
.gradient-box.bg-6{
    background-image: -webkit-gradient(linear, 0 0, 0 103, from(#fac65f), color-stop(0.048, #fac15f), color-stop(0.048, #f9be5e), color-stop(0.252, #f7a45d), color-stop(0.252, #f7a15d), color-stop(0.456, #f4875b), color-stop(0.592, #f2765a), color-stop(0.592, #f2735a), color-stop(0.66, #f26d5a), color-stop(0.66, #f26a5a), color-stop(0.873, #f05258), color-stop(0.873, #ef4f58), to(#ee4257));
    background-image: -webkit-linear-gradient(#fac65f, #fac15f 4.8%, #f9be5e 4.8%, #f7a45d 25.2%, #f7a15d 25.2%, #f4875b 45.6%, #f2765a 59.2%, #f2735a 59.2%, #f26d5a 66%, #f26a5a 66%, #f05258 87.3%, #ef4f58 87.3%, #ee4257);
    background-image: -moz-linear-gradient(#fac65f, #fac15f 4.8%, #f9be5e 4.8%, #f7a45d 25.2%, #f7a15d 25.2%, #f4875b 45.6%, #f2765a 59.2%, #f2735a 59.2%, #f26d5a 66%, #f26a5a 66%, #f05258 87.3%, #ef4f58 87.3%, #ee4257);
    background-image: -o-linear-gradient(#fac65f, #fac15f 4.8%, #f9be5e 4.8%, #f7a45d 25.2%, #f7a15d 25.2%, #f4875b 45.6%, #f2765a 59.2%, #f2735a 59.2%, #f26d5a 66%, #f26a5a 66%, #f05258 87.3%, #ef4f58 87.3%, #ee4257);
    background-image: linear-gradient(#fac65f, #fac15f 4.8%, #f9be5e 4.8%, #f7a45d 25.2%, #f7a15d 25.2%, #f4875b 45.6%, #f2765a 59.2%, #f2735a 59.2%, #f26d5a 66%, #f26a5a 66%, #f05258 87.3%, #ef4f58 87.3%, #ee4257)
}
.gradient-box.bg-7{
    background-color: #7bfe81;
}
.gradient-box.bg-8{
    background-color: #fc7dda;
}
/*post-detail page*/

/* Merchant Add/Edit Product 13th July 2018*/

/* Merchant Add/Edit Product 13th July 2018*/
.img-previewbox{
   width: 100%;
   border: solid 1px #ddd;
   position: relative;
   height: 250px;
   text-align: center;
   display: table;
   margin: 15px 0;
}
.img-previewbox-in{
    display: table-cell;
    vertical-align: middle;
    height: 250px;
}
.img-previewbox img{
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}
.img-previewbox .close-btn{
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    background: red;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

/*Live User 23rd Aug 2018*/


.liveUser 	{ width: 100%; float: left; text-align: center; position: relative; box-shadow: 0 1px 1px rgba(0,0,0,0.6); border: 1px solid #ccc; background: #fff; margin-bottom: 20px; padding: 10px;}
.liveUser .liveUser-pic 	{ width: 80px; height: 80px; border: 1px solid #418bca; overflow: hidden; padding: 4px; border-radius: 50%; display: inline-block; float: none; transition: 0.2s ease-in-out;}
.liveUser:hover .liveUser-pic   { transform: scale(1.1);}
.liveUser .liveUser-pic img 	{ width: 100%; height: 100%; border: 1px solid #ccc; border-radius: 50%;}
.liveUser span 	{ width: 100%; float: left; font-size: 20px; color: #333; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.liveUser:hover span a { color: #418bca;}
.liveUser span a    { color: #333;}
.liveUser .user_status 	{ position: absolute; top: 10px; right: 10px; width: 8px; height: 8px; background: #4dd965; border-radius: 50%;}
.liveuser-viewmore  { width: 100%; float: left; text-align: center; background: #515763; color: #fff; padding: 8px 0; font-size: 16px; font-weight: 700; border-radius: 4px;}
.liveuser-viewmore:hover    { color: #fff;}


/*nav dropdown*/
.skin-josh .sidebar li ul.sub-menu.collapse,
.page-sidebar .page-sidebar-menu li.active > .sub-menu {
    height: initial !important;
}

.dt-slct-box.pro-ws-kyg {
    width: calc(100% - 170px);
    margin-right: 10px;
}
 .panel-heading .dt-slct-box.pro-ws-kyg span {
    margin-top: 0;
}
.dt-slct-box.pro-ws-kyg #posts-container {
    width: 100%;
}
.mrg-top-30 {
    margin-top: 30px !important;
}


.ad-vhr-inpt {
    width: 170px;
    float: left;
}



/* custom radio button */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #429ace;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



@media ( max-width: 767px) {
	.liveUser .liveUser-pic { width: 60px; height: 60px; }
}



 #example_ddl{float:left;}


 .welcome-notes {
    margin-top: 50px;
    font-size: 30px;
    text-align: center;
    color: #515763;
 }

 body > .header .logo.bgwhite {
    background-color: white !important;
 }



/* DASHBOARD */

html, body {
    background: #fff;
}
html {
    min-height: initial !important;
}
body {
    margin-bottom: 0 !important;
    min-height: initial !important;
}

.skin-josh .left-side, .sidebar-nav {
    background: #429ace !important;
}



.skin-josh .sidebar .page-sidebar-menu > li {
    border-bottom: 1px solid #4990b9;
    position: relative;
}
.sidebar-nav ul a {
    padding: 17px;
}



.skin-josh .sidebar .page-sidebar-menu > li.active > a:after,
.page-sidebar .page-sidebar-menu li.active > .sub-menu li.active a:after {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    right: 0;
}

.skin-josh .sidebar ul.page-sidebar-menu > li.li-subnav.active > a:after {
    display: none;
}

.navbar-right .nav > li > a {
    padding: 10px 15px;

}

.skin-josh .navbar .nav > li > a:hover {
    border-right-color:#515763;
}

.skin-josh .navbar .navbar-right > .nav {
    background: #414151;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto;
}
.navbar-nav > .user-menu > .dropdown-menu {
    margin-top: -1px;
}
.dropdown-menu>li>a {
    cursor: pointer;
    padding: 10px 10px;
}

.skin-josh .navbar .nav a i {
    position: relative;
    top: 4px;
}

.dropdown-menu>li>a:hover {
    background-color: #f1f1f1;
}


.left-side li a {
    font-size: 15px;
    line-height: 21px;
    padding: 10px 17px;
}
.page-sidebar-menu  .livicon:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #4990b9;
    position: absolute;
    top: 0;
    left: 54px;
}

.page-sidebar-menu li:hover .livicon:after,
.page-sidebar-menu li.active .livicon:after  {
    display: none;
}

.page-sidebar-menu .livicon {
    margin-right: 30px;
}

.skin-josh .navbar .nav a .riot i {
    top: 0px;
}

.right-side > .content-header > .breadcrumb > li > a i {
    position: relative;
    top: 2px;

}


.right-side {
    -webkit-transition: .4s;
    transition: .4s;
}

ul#listtabs,
ul#licensetabs {
    float: left;
}

/* logout popup */
/*.sweet-alert .sa-icon {
    width: 60px;
    height: 60px;
}*/

.daterangepicker.opensright:before,
.daterangepicker.opensright:after {
    display: none;
}

.sweet-alert h2 {
    font-size: 20px;
}

.sweet-alert button {
    margin: 4px 5px 0 5px;
    font-size: 15px;
    padding: 7px 17px;
    margin: 4px 5px 10px 5px;
}

.container {
    width: 100%;
}


.welcome-notes {
    margin-top: 100px;
    font-size: 30px;
    text-align: center;
    color: #515763;
    height: 170px;
    vertical-align: middle;

}

.welcome-points-ul{
    list-style-type: circle;
}

.pt-1{
    padding-top: 2em;
}

.pl-1{
    padding-left: 2em;
}

.skin-josh .right-side > .content-header {
    margin-bottom: 15px;
    background: #ffffff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    top: 50px;
    z-index: 8;
    left: 0;
    width: 100%;
    padding-left: 265px;
}

.welcome-notes span {
    font-size: 70px;
    display: block;
    color: #429ace;
    opacity: 0.2;
    line-height: 80px;
}

/* sub admin list page */

.right-side > .content-header > .breadcrumb {
    top: 8px;
    padding: 5px 5px;
}
.content .custom-filter {
    padding: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
    padding: 0;
}

a.btn.btn-sm.btn-default.add-btn {
    background: #414151 !important;
    border: none;
    color: #fff;
    padding: 8px 13px;
    height: 34px;
}

table.dataTable thead th {
    background: #414151;
    color: #fff;
}


.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>th {
    border-color:#666679; ;
}

.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td,
.table-bordered>thead>tr>td
 {
    border-color:#e8e8e8 ;
}


.form-control {
    box-shadow: none;
    font-size: 13px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #949494;
}

.content {
   /*  max-height: calc(100vh - 135px) !important;
   overflow-y: auto;
   overflow-x: hidden; */
    padding-top: 120px;
}

.daterangepicker {
    z-index: 6;
}

body > .header {
    position: fixed;
    top: 0;
    left: 0;
}

 .table>tbody>tr>th,  .table>tfoot>tr>th,  .table>thead>tr>th {
    padding: 12px 8px;
}

.check-set-left .checkbox {
    position: relative;
    left: 20px;
}

.check-set-left .checkbox label {
    padding-left: 0;
}
.btn-primary {
    color: #fff;
    background-color: #429ace;
    border-color: #3787b7;
}
.select2-container .select2-selection--single {
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
.select2-container .select2-selection--multiple {
    min-height: 34px !important;
    border: 1px solid #ccc;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #999;
}

.ordr-lst-fltr-stg .select2-container--default.select2-container--focus .select2-selection--multiple {
    max-height: 150px;
    overflow: auto !important;
}

.code-dash:after {
    content: "_";
    position: absolute;
    top: -8px;
    right: -5px;
    font-size: 21px;
}
.code-dash:last-child:after {
    display: none;
}
input#zipcode {
    width: 120px;
}
textarea.form-control {
    width: 100% !important;
    min-height: 100px;
}

.table-bordered {
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

input.form-control.search {
    width: 200px;
}

input.form-control.search.license-search {
    width: 300px;
}

.fileinput-new.thumbnail.img-file {
    background: #eee;
}

.table-responsive {
    overflow-x: initial;
    float: left;
    width: 100%;
}
.content .custom-filter .filter-group {
    vertical-align: top;
    float: none;
    display: inline-block;
    margin-left: 0;
}




/* LISTING PAGE INFO */
.listing-mn-page {
    width: 100%;
    float: left;
    border: 1px solid #d8d8d8;
    margin-bottom: 15px;
    background: #fbfbfb;
}
.listing-header {
    width: 100%;
    float: left;
    padding: 20px;
}

.listing-mn-page .listing-info {
    width: 100%;
    float: left;
    padding: 20px;
}

.listing-inr {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.listing-mn-page .listing-info .listing-inr li {
    display: flex;
    width: 33.33%;
    padding-right: 5px;
    float: left;
    word-wrap: break-word;
}
.listing-mn-page .listing-info .listing-inr li p {
    padding-left: 10px;
    word-wrap: break-word;
}

.listing-header {
    width: 100%;
    float: left;
    padding: 10px 20px;
    border-bottom: 1px dashed #d2d2d2;
}

.listing-header h4 {
    padding: 0;
    margin: 0;
    line-height: 34px;
    font-size: 15px;
    font-weight: 600;
}

.pull-right.lh-btn-grp .btn {
    margin-bottom: 0;
}

h4.pull-left {
    font-weight: 600;
}

div#address_list > h4 {
    margin-top: 17px;
}

.no-dt-found {
    width: 100%;
    float: left;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.no-data {
    font-size: 30px;
    display: block;
    color: #429ace;
    opacity: 0.2;
    line-height: 80px;
}
.mrg-top-10 {
    margin-top: 10px !important;
}
div#addressListDiv {
    float: left;
    width: 100%;
}

.listing-header h4 {

}



.select2-container--disabled .select2-selection__clear   {
  display: none !important;
}

.select2-container--disabled {
         pointer-events: none;
}

.no-products-changes-allowed {
    cursor: not-allowed;
}

.presta-customer-icon {
    background: #429ace;
    color: #ffffff;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 3px;
}

.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}

li.select2-selection__choice {
    max-width: 100%;
    overflow: hidden;
    /*Altered two below to make word wrap work */
    word-wrap: normal !important;
    white-space: normal;
}
ul.select2-selection__rendered {
    padding-right: 12px !important;
}
.form-group-filter-parent {
    margin-bottom: 0px;
}
.detail-view-p-tag {
    margin-top: 7px;
}
.categoryfilter {
    width: 200px;
}
.category0 {
    font-size: 14px;
}
.category1 {
    font-weight: 600;
    font-size: 17px;
    background: #36c8f1;
    color: #fff;
}
.category2 {
    font-weight: 600;
    font-size: 16px;
    color: #67c5df;

 padding:5px;
}
.category3 {
    font-weight: 600;
    font-size: 14px;
    color: #222;
}
.category4 {
    font-weight: 600;
    font-size: 12px;
    color: #888686
}
.product-item {
    border: 1px solid black;
    padding: 15px;
    position: relative;
    margin: 10px 0;
}
.product-item .tododelete{
    position: absolute;
    top: 0;
    right: 0;
}

.license-add .form-horizontal .control-label{ text-align: left; }
.license-add .form-horizontal .control-label span.required{ color: #333; }

.product-div { margin: 0 -15px; }
.product-div .row,#product_list .row{ padding: 0; }
.mt25{ margin-top: 25px; }
.mt23{ margin-top: 23px; }
.p0{ padding: 0 !important; }
.custom-filter input.form-control.search.license-search{ width: 365px; }
.custom-filter input.form-control.search.order-search{ width: 205px; }
.mb0{ margin-bottom: 0; }
.mt10{ margin-top: 10px; }
.mt5{ margin-top: 5px; }
table.dataTable thead th.sorting:after {
    color: #fff;
    font-size: 1em;
    opacity: 0.3;
}
/*TOGGLE BUTON*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.conflict-alias {
    color: #af0303;
    font-weight: 600;
}

.fw600 {
    font-weight: 600;
}

.btn-reject {
    color: #fff;
     background-color:red;
     border-color: red;
}

.btn-approve,.btn-approve:visited, .btn-approve:focus, .btn-approve:active {
    color: #fff;
    background-color:green;
    border-color: green;
}

.btn-approve:hover {
    color: #fff;
    background-color: green;
    border-color: green;
}

.btn-reject:hover, .btn-reject:visited, .btn-reject:focus, .btn-reject:active {
    color: #fff;
    background-color: red;
    border-color: red;
}

.notification-dropdown-list-bg {
    background: #515763;
    color: #fff;
    width: 275px;
    padding: 15px;
}

.chat-notification-ptag  {
    border:none;
}

.chat-notification-ptag a {
    width: 100%;
    padding: 5px 7px;
    margin: 0;
    border: 1px solid #828282;
    float: left;
    color: #d2d1d1 !important;
    text-align: left !important;
}

.view-all-bx {
    margin: 5px 0 0 0;
}

.view-all-bx a {
    color: #f5f5f5 !important;
}


.notification-count{
    position: absolute;
    background: #ee320f;
    border-radius: 50%;
    font-size: 11px;
    height: 21px;
    width: 21px;
    text-align: center;
    top: 3px;
    right: 7px;
    color: #fff;
}

.notification-count-list{
    background: #ee320f;
    border-radius: 50%;
    font-size: 10px;
    height: 18px;
    width: 18px;
    text-align: center;
    padding: 2px;
    display: inline-block;
}



.notification-no-data{
    color: lightgray;
    font-size: 11px;
    margin: 15px;
}


.action-list .notification-dropdown {
  padding: 5px;
}

.action-list .notification-dropdown .dropdown-header {
  border-bottom: 1px solid #bababa;
  color: #ffde00;
  padding: 3px 10px 8px;
  margin-bottom: 0;
}
.notification-atag {
    color: #fff !important;
}
.notification-header {
    color: #fff !important;
}
.notification-bell-icon {
    /*position: absolute;*/
    top: 15px;
    right: -2px;
}

.notification-dropdown-list-bg h6.dropdown-header {
    padding: 0 !important;
    margin-top: 0;
    font-size: 14px;
}

.chat-notification-ptag {
    width: 100%;
    float: left;
}

.navbar-right .nav > li > a {
    border-right: 1px solid #515763;
}

.update-settings-form label.col-md-3.control-label {
    padding-right: 0;
}

.stng-nt-chk-bx {
    width: 100%;
    float: left;
    border: 1px solid #eee;
    padding-top: 15px;
}

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

.filterable .product-item {
    border: 1px solid #dddddd;
}

.pdng-lft-0 {
    padding-left: 0 !important;
}
.check-set-left.check-in-row .fl-fw {
    width: auto;
    float: left;
    margin-right: 6px;
}


/* CUSTOME CHECKBOX */
.checkbox input[type=checkbox] + label {
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 0;
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox input[type=checkbox] + label:before {
    content: "";
  border: 0.1em solid #aaa;
  border-radius: 0.2em;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 5px;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

.checkbox input[type=checkbox] + label:active:before {
  transform: scale(0);

}

.checkbox input[type=checkbox]:checked + label:before {
  background:#3787b7 url("../../../assets/images/check-img.png") top left no-repeat;
  border-color: #3787b7;
  color: #fff;
  content: "";
}

.checkbox input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.checkbox input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #97cdec;
  border-color: #97cdec;
}

.check-set-left .checkbox {
    position: relative;
    left: 0;
    width: auto;
    display: inline-block;
    margin-right: 14px;
}

.fl-fw {
    width: 100%;
    float: left;;
}

.check-set-left.check-in-row .checkbox {
    width: auto;
}

.modal-footer .btn {
    margin-bottom: 0;
}

.modal-dialog .modal-header {
    padding-right: 35px;
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 10px;
}

div#conflicted-child-divs p {
    border: 1px solid #dedede;
    padding: 5px 40px 5px 10px;
    background: #f7f7f7;
    position: relative;
}

div#conflicted-child-divs p a {
    float: right;
    position: absolute;
    right: 8px;
}
.min-wd-cn {
    min-width: 110px;
}

.min-wd-actn {
    min-width: 95px;
}
.usr-list-table.table>thead>tr>th,
.usr-list-table.table>tbody>tr>td {
    padding: 8px 3px;
}

.usr-list-table.table>thead>tr>th:first-child,
.usr-list-table.table>tbody>tr>td:first-child {
    padding: 8px 8px;
}

.usr-list-table.table>thead>tr>th {
    font-size: 13px;
}
.usr-list-table .us-lst-id {
    width: 40px;
}
.usr-list-table .us-lst-crdt {
    width: 40px;
}

/* Licenses List Table */

.lic-list-table.table>thead>tr>th,
.lic-list-table.table>tbody>tr>td {
    padding: 8px 3px;
}

.lic-list-table.table>thead>tr>th:first-child,
.lic-list-table.table>tbody>tr>td:first-child {
    padding: 8px 8px;
}

.lic-list-table.table.table-bordered.dataTable tbody th,.lic-list-table.table.table-bordered.dataTable tbody td {
 /*   border-bottom-width: 0;
    width: 150px !important;
    max-width: 150px !important;*/
    word-break: break-all;
    font-size: 12px;
}

.lic-list-table.table>thead>tr>th {
    font-size: 13px;
}

.lic-list-table .lc-lst-id {
    width: 35px !important;
    min-width: 35px !important;
    max-width: 35px !important;
}
.lic-list-table .lc-lst-key {
   min-width: 130px !important;
}
.lic-list-table .lc-lst-cm {
     width: 65px !important;
    min-width: 65px !important;
    max-width: 65px !important;
}
.lic-list-table .lc-lst-or {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
}
.lic-list-table .lc-lst-sku {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
}

.lic-list-table .lc-lst-typekey {
    width: 47px !important;
    min-width: 47px !important;
    max-width: 47px !important;
}

.lic-list-table .lc-lst-pln {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
}


.lic-list-table .lc-lst-exdt {
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
}
.lic-list-table .lc-lst-stts {
    width: 47px !important;
    min-width: 47px !important;
    max-width: 47px !important;
}

.lic-list-table .lc-lst-orddt {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
}
.lic-list-table .lc-lst-drt-use {
    width: 75px;
}

.lic-list-table .lc-lst-first-use {
    width: 55px !important;
    min-width: 55px !important;
    max-width: 55px !important;
}


.lic-list-table .lc-no-of-login {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
}

.lic-list-table .lc-lst-crtby {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
}
.lic-list-table .lc-lst-actn {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
}

.voh-lst-actn {
    min-width: 70px;
}

/*Mini loader*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.sweet-alert .sa-input-error {
    top: 24px;
}

.mr20{
    margin-right: 20px;
}

.mr35{
    margin-right: 35px;
}
.m-0{
    margin: 0 !important;
}

.no-margin {
    margin:0px;
}

.default-lang {
    color: gray;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
}

form.form-horizontal.form-bordered-row.detail-tag-form .form-group {
    margin-bottom: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-right: 20px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    right: 0;
    background: #e2dcdc;
    width: 19px;
    top: 0;
    text-align: center;
    border: 1px solid #999;
    margin: 0;
}

.add-order-plc-bx .product-item:nth-child(2n + 1) {
    clear: both;
}

.add-order-plc-bx {
    display: flex;
    flex-basis: 50%;
    flex-wrap: wrap;
}

.add-order-plc-bx .product-item {
    border: 1px solid #dddddd;
    flex-basis: 48%;
    margin: 0 1% 20px;
}


.select-lang-customer-for-order {
    clear: both;
    font-weight: 600;
}

.selected-lang-text {
    color: gray;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
}
ul.nav.nav-tabs {
    float: left;
}
.table-bordered.key-box-tbl thead tr th {
    text-align: left;
}
h4.key-ttl-bx {
    font-size: 16px;
    font-weight: bold;
}
p.crt-by-txt {
    font-size: 12px;
    color: #a2a6a8;
    line-height: 10px;
}
.dash-left-count-box:after {
/*     content: "";
background: url(../../../assets/images/logo-248x87.png) center center no-repeat;
background-size: 60% auto;
opacity: 0.05;
top: 0;
left: 0;
bottom: -82px;
right: 0;
position: absolute; */
}
.dash-left-count-box .margin_10 {
    padding: 0 7px;
    margin-bottom: 15px;
    z-index: 1;
}

.dash-left-count-box .lightbluebg,
.dash-left-count-box .goldbg,
.dash-left-count-box .redbg {
    margin:0 0 10px 0;
}
.dsb-cnt-mn-bx {
    border: 1px solid #d8dadd;
    padding: 5px 15px;
    border-radius: 10px;
    position: relative;
    height: 68px;
    background: #fff;
}

/* dashboard-color */
.cnt-clr-green {
    color: #12b676;
}
.cnt-clr-yellow {
    color: #ddac12;
}
.cnt-clr-purple {
    color: #5846c1;
}
.cnt-clr-pink {
    color: #df1f6d;
}
.cnt-clr-org {
    color: #e86767;
}
.cnt-clr-blue {
    color: #3b8fde;
}
.cnt-clr-lgtgreen {
    color: #15bab4;
}


.dsb-cnt-bx.green {
    font-size: 20px;
    font-weight: 600;
}
.dsb-cnt-nm {
    color: #17191c;
    font-weight: 700;
    font-size: 14px;
}
.dsb-cnt-img {
    width: 35px;
    height: 30px;
    background: url(../../../assets/images/dashboard-icn.png) top left;
    float: left;
    position: absolute;
    right: 10px;
    top: 20px;
}
.mrg-top-10 {
    margin-top: 10px !important;
}

.dsb-cnt-bx {
    font-size: 20px;
    font-weight: 700;
    padding-right: 25px;
}
.full-width-box {
    width: 100%;
}
.dstrbtrs-img {
    background-position: -9px -0;
}
.reslrs-img {
    background-position: -59px 0;
}
.custmer-img {
    background-position: -108px 0;
}
.ordrs-img {
    background-position: -160px 0;
}
.key-genrtd-img {
    background-position: -209px 0;
}
.dsh-expired-img {
    background-position: -259px 0;
}
.dsd-expired-img {
    background-position: -309px 0;
}
.vouchers-img {
    background-position: -356px 0;
}

.dash-rgt-map-box .panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
    min-height: 54px;
}
.dt-slct-box {
    float: right;
    display: flex;
}
.dt-slct-box-input {
    position: relative;
    margin-right: 10px;
    min-width: 215px;
    height: 34px;
    border-radius: 4px;
}
.dt-slct-box-input .cal-spn-bx {
    height: 34px;
    border: 1px solid #d8dadd;
    border-radius: 3px;
    padding: 0 30px 0 9px;
    width: 100%;
    font-size: 13px;
    color: #010101;
    margin: 0;
    float: left;
    line-height: 33px;
}

.dt-slct-box-input .cal-icn {
    background: url(../../../assets/images/cal-icn.png) top left no-repeat;
    width: 18px;
    height: 17px;
    float: left;
    position: absolute;
    right: 10px;
    top: 8px;
    margin: 0;
}

.dash-rgt-map-box .panel-title {
    font-size: 14px;
    font-weight: 800
}

.plt-ky-gnrt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    background: #f5f5f5;
    border: 1px solid #dddddd;
    padding-left: 12px;
    border-radius: 10px;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.plt-ky-gnrt h3.panel-title {
    position: relative;
    font-size: 14px;
    font-weight: bold;
}
.dt-slct-box.pro-ws-kyg {
    width: calc(100% - 480px);
    margin-right: 10px;
    float: left;
}





.dash-rgt-map-box .panel-border {
    border-radius: 10px !important;
    margin-bottom: 0;
    width: 100%;
    min-height: 348px;
}

.renw-ws-gnrt-bx {
    width: 100%;
    float: left;
    border: 1px solid #d8dadd;
    padding: 12px;
    border-radius: 10px;
}
.pro-wise-key-box {
    font-size: 35px;
    font-weight: bold;
    color: #303030;
    width: 100%;
    margin-top: 0;
    text-align: center;
    border-left: 1px dashed #dddddd;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 240px;
    padding: 5px 0;
}
.pro-wise-key-box .panel-heading {
    height: 35px;
    padding-bottom: 2px;
    padding-top: 10px;
}

.row.ren-pro-mn-box {
    display: flex;
}
.col-sm-4.dash-rgt-map-box.pro-wise-key-box {
    display: flex;
}
.pd-r-0 {
    padding-right: 0 !important;
}
.col-sm-6.dash-rgt-map-box {
    display: flex;
}
.dash-left-count-box .margin_10:last-child {
    margin-bottom: 0;
}
.dash-left-count-box {
    padding: 14px 5px;
    border: 1px solid #ddd;
    border-radius: 10px !important;
    padding-bottom: 0;
}
.col-sm-12.dashboard-con-12 {
    display: flex;
}

.dash-left-count-box.col-sm-5.counter4 .margin_10 {
    width: 100%;
}

.dash-left-count-box.col-sm-5.counter5 .margin_10:nth-child(3),
.dash-left-count-box.col-sm-5.counter5 .margin_10:nth-child(4),
.dash-left-count-box.col-sm-5.counter5 .margin_10:nth-child(5) {
    width: 100%;
}

.dash-left-count-box.col-sm-5.counter6 .margin_10:nth-child(5),
.dash-left-count-box.col-sm-5.counter6 .margin_10:nth-child(6) {
    width: 100%;
}

.dash-left-count-box.col-sm-5.counter7 .margin_10:nth-child(7) {
    width: 100%;
}



.fltr-by-crtr-p0 {
    padding: 0;
}
.daterangepicker .drp-buttons .btn {
    margin-bottom: 0;
}

.pull-right.ordr-lst-rgt.mt25 {
    padding-right: 15px;
}

.customer .ordr-lst-fltr-cetr.fltr-by-crtr-p0 {
    width: 152px;
}

.customer .ordr-lst-fltr-stg {
    width: 230px;
}

.orders-list .ordr-lst-fltr-stg {
    width: 227px;
}
.orders-list .ordr-lst-fltr-cetr {
    width: 315px;
    padding: 0 15px;
}
.ordr-lst-fltr-cetr .select2-container {
    width: 100% !important;
}

aside.left-side.sidebar-offcanvas {
    min-height: calc(100vh - 50px) !important;
    max-height: calc(100vh - 50px) !important;
    /*overflow: auto;*/
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    left: 0;
    z-index: 9;
    -webkit-transition: .4s;
    transition: .4s;
}

aside.left-side.sidebar-offcanvas.collapse-left {
    left: -250px;
    -webkit-transition: .4s;
    transition: .4s;
}
aside.left-side.sidebar-offcanvas {
    position: fixed;
}


aside.left-side a.navbar-btn.sidebar-toggle {
    display: none;
}

.exp-dt-bx .form-control {
    width: 110px;
    float: left;
    margin-right: 7px;
}
.col-md-9.col-md-offset-3 {
    float: left;
}
.tab-content.mar-top {
    float: left;
    width: 100%;
}
.pl-0 {
    padding-left: 0 !important;
}

.dis-list-dbd {
    width: auto;
}
.dis-list-dbd .control-label {
    margin-right: 5px;
    width: 100%;
}
.col-sm-4.col-md-4.rslr-lst-srhusr {
    padding-left: 0;
    width: calc(100% - 480px);
    padding-right: 0;
    margin-bottom: 10px;
}

.chk-mdl-slctbx {
    padding: 5px 10px 10px;
    border: 1px dashed #d4d4d4;
    background: #f9f9f9;
}

.app-rjct-ttlbar {
    padding: 10px 10px 10px;
    border: 1px dashed #d4d4d4;
    background: #f9f9f9;
    margin-bottom: 20px;
}
.app-rjct-ttlbar .btn {
    margin-bottom: 0 !important;
}

.app-rjct-ttlbar p {
    margin-bottom: 0;
    font-size: 14px;
}
p.rejct-txt {
    color: red;
}

input#send-approve {
    background: #414151 !important;
    color: #fff;
    margin-top: 10px;
}

.subadmin .row.p0{
    height: 36px;
}

.subadmin .tools,
.distributor .tools {
    width: auto;
     float: left;
}
.subadmin .row.p0,
.distributor .row.p0  {
    width: auto;
    float: right;
}
.subadmin .mt25,
.distributor .mt25  {
    margin-top: 0;
}

.reseller .col-md-3.ordr-lst-fltr-stg {
    width: 385px;
    padding-left: 0;
}
.distributor .row.p0 .col-md-4.col-lg-3 {
    width: 370px;
    display: flex;
    align-items: center;
}
.distributor .row.p0 .col-md-4.col-lg-3  .control-label {
    flex-basis: 125px;
    margin-right: 5px;
}

.slct-usr-bx {
    background: #515763;
    padding: 3px 7px;
    float: left;
    margin: 10px 0 0 0;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
}

.fltr-ty-txt + span.select2-container {
    width: 300px !important;
    margin: 0 5px;
}
.usr-slctn-bx {
    margin: 10px 0 5px 0;
    float: left;
    font-size: 13px;
    font-family: inherit;
}

.skin-josh .unsubscribe .right-side > .content-header {
    padding-left: 15px !important;
}

.unsubscribe .right-side {
    margin-left: 0;
}

.ca-btn-grps {
    border: 1px solid #c4c4c4;
    padding: 5px;
    border-bottom: none;
}

.ca-btn-grps .custom-field-btn {
    background: #eaeaea;
    border: 1px solid #c4c4c4;
    color: #4a4242;
    border-radius: 2px;
    font-size: 12px;
    padding: 5px 10px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    margin-right: 2px;
    margin-bottom: 5px;
}

.usr-slctn-tbl table.dataTable thead th:after {
    display: none;
}

.modal-footer.text-center {
    text-align: center;
}

.cfl-box {
    border: 1px dashed #d4d4d4;
    background: #f9f9f9;
}

.cfl-box .form-control[disabled] + .ck-editor {
    cursor: not-allowed;
}

.cfl-box .form-control[disabled] + .ck-editor .ck-blurred {
    background: #eee;
}

.ad-compn-usr-bx ul.select2-selection__rendered {
    overflow-y: auto !important;
    max-height: 300px !important;
}

.ad-compn-usr-bx .select2-container--disabled ul.select2-selection__rendered {
    max-height: auto !important;
}
p.subscb-agn-bx {
    text-align: center;
    margin-bottom: 0;
}


.mrg-btm-0 {
    margin-bottom: 0 !important;
}

/* MEDIA QUEARY */

@media only screen and (max-width: 1024px) {

    .listing-mn-page .listing-info .listing-inr li {
        width: 50%;
    }
    .dash-left-count-box .margin_10 {
        width: 50%;
    }
    .dash-rgt-map-box .panel-heading {
       display: inline-block !important;
    }
    .dt-slct-box {
        float: left;
        display: flex;
        margin-top: 10px;
    }
    .dsb-cnt-img {
        right: 7px;
        top: 5px;
    }
    .dsb-cnt-nm {
        font-size: 13px;
        margin: 5px 0 0 0;
    }

    .content {
        padding-top: 120px;
    }

    .panel>.table-responsive {
        overflow: auto;
    }

    .plt-ky-gnrt .dt-slct-box.pro-ws-kyg {
    margin: 0;
}

.dash-rgt-map-box .panel-border {
    min-height: 300px;
}
.pro-wise-key-box {
    font-size: 30px;
    width: 190px;
}
.dt-slct-box.pro-ws-kyg {
    width: calc(100% - 392px);
}



}

 @media only screen and (max-width: 991px) {
    .globalservertimer {
        left: 62px !important;
        padding-top: 16px !important;
        display: block !important;
        font-size: 12px;
    }
 }


 @media only screen and (max-width: 768px) {
    .content {
        max-height: inherit !important;
    }
    .right-side > .content-header h1 {
        width: 100%;
    }
    .right-side > .content-header > .breadcrumb {
        padding: 4px 5px 5px 0;
    }
    .dash-rgt-map-box .panel-title {
        font-size: 13px;
    }
    .dsb-cnt-mn-bx {
        padding: 5px 10px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px;
    }


    aside.left-side.sidebar-offcanvas {
        left: -250px;
        top: 50px;
    }
    .wrapper.active aside.left-side.sidebar-offcanvas {
        left: 0;
        width: 100%;
        top: 50px;

    }
    .row-offcanvas-left {

        -webkit-transition: .4s;
        transition: .4s;
    }

    .right-side {
        margin-left:0;
    }

    .sidebar {
        width: 100%;
    }
    .skin-josh .right-side > .content-header {
       padding-left: 10px;
    }


.wrapper.active aside.left-side.sidebar-offcanvas {
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 50px;
    bottom: 0;
    height: 100%;
    max-height: initial !important;
}
/*
aside.left-side a.navbar-btn.sidebar-toggle {
    position: fixed;
    top: 8px;
    float: right;
    right: 7px;
    display: block;
} */




/* .mbl-close {
    width: 100%;
    float: left;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 9;

    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    -webkit-transition: .4s;
    transition: .4s;
    left: 0;
} */
/* .row-offcanvas-left.active .mbl-close {
    left: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.row-offcanvas-left .mbl-close {
    left: -250px;
    -webkit-transition: .4s;
    transition: .4s;
} */



.fltr-by-crtr-p0 {
     padding: 0 15px;
}


aside.left-side a.navbar-btn.sidebar-toggle {
    position: fixed;
    top: 3px;
    float: right;
    left: 267px;
    display: block;
    z-index: 9;
    background: #444954;
}

section.sidebar{
    width: 100%;
    position: relative;
    top: 0;

}
.sidebar-nav ul a {
    padding: 12px 15px;
}

aside.left-side.sidebar-offcanvas .responsive_nav {
    background: url(../../../assets/images/nav_close_icon.png) top left no-repeat;
    height: 34px;
    background-position: 0px 14px;
}

nav.navbar.navbar-static-top .navbar-nav li.open .notification-dropdown {
    position: absolute;
    left: 0;
    background: #515763;
    width: 224px;
}
label.col-md-3.control-label.pl-0 {
    padding-left: 15px !important;
}

}


@media only screen and (max-width: 767px) {

    .listing-mn-page .listing-info .listing-inr li {
        width: 100%;
    }
    .col-sm-12.dashboard-con-12 {
        padding: 0;
    }
    .dash-rgt-map-box.col-sm-7 {
        padding: 0;
    }
    .dash-left-count-box .margin_10 {
        padding: 0;
        width: 100%;
    }
    .row.ren-pro-mn-box {
        display: inline-block;
        width: 100%;
    }
    .col-sm-8.dash-rgt-map-box {
        padding: 0;
        width: 100%;
    }
    .col-sm-4.dash-rgt-map-box.pro-wise-key-box {
        padding: 0;
        margin-top: 15px;
    }
    .responsive-table {
        overflow: auto;
    }
    .mo-key-tblfw {
        padding: 0;
    }
    .col-sm-12.dashboard-con-12 {
        display: inline-block;
        width: 100%;
    }
    .dash-left-count-box {
        padding: 14px 14px;
        margin-bottom: 15px;
    }
    .col-sm-4.dash-rgt-map-box {
        display: flex;
        margin-top: 25px;
        padding: 0;
    }
    body > .header {
        position: fixed;
        left: 0;
    }
    .wrapper.row-offcanvas.row-offcanvas-left {
        margin-top: 100px;
    }
    .user-menu.dropdown-menu>li>a {
        padding: 10px 10px !important;
    }
    .form-group.form-group-filter-parent {
        float: left;
        width: 100%;
    }
    .form-group.form-group-filter-parent .col-md-4 {
        padding: 0;
        margin-bottom: 10px;
    }

    .skin-josh .right-side > .content-header {
        top:100px;
        min-height: 35px;
    }

    .right-side > .content-header > .breadcrumb {
        top: 0;
    }

    .right-side .nav>li>a {
        padding: 10px 5px;
    }
     .prfl-mo-con {
        padding: 0;
    }
    .stng-nt-chk-bx {
        padding: 10px;
    }
    .content .custom-filter .filter-group {
        width: 100%;
        margin-bottom: 10px;
    }
    .pull-right.mo-srch-fl {
        width: 100%;
        float: left;
    }
    .mo-srch-fl input.form-control.search {
        width: 100%;
    }
    .mo-p-0 {
        padding: 0;
    }
    .custom-filter input.form-control.search.order-search {
        width: 100%;
    }
    .panel-body.border.license-add.add-ordr-mobx {
        padding: 15px 0;
    }

    aside.left-side a.navbar-btn.sidebar-toggle {
        left: auto;
        right: 10px;
        background: #67aed8;
        z-index: 1;
        content: "";
    }

    .custom-filter .categoryfilter {
        width: 100%;
    }
    .filter-group input.form-control.search {
        width: 100%;
    }

    .custom-filter .pull-right.mt25 {
        width: 100%;
    }

    .add-edit-product-form h2 {
        font-size: 20px;
    }

    .plt-ky-gnrt {
        flex-wrap: wrap;
        padding: 15px;
    }
    .plt-ky-gnrt .dt-slct-box.pro-ws-kyg {
        width: 100%;
    }

    .plt-ky-gnrt h3.panel-title {
        margin-bottom: 10px;
    }
.pro-wise-key-box {
    font-size: 30px;
    width: 100%;
    text-align: left;
    border: none;
}
.col-sm-6.dash-rgt-map-box {

    padding: 0;
    margin-bottom: 10px;
}
.plt-ky-gnrt-mn-box {
    padding: 0;
}

.globalservertimer {
    left: 0 !important;
    padding-top: 0 !important;
    display: block !important;
    font-size: 11px;
    background: #6b717b;
    border-radius: 0;
    padding: 3px 5px !important;
    top: -20px;
    width: 100%;
    text-align: center;
}

body > .header .logo {
    height: 70px;
}

.skin-josh .right-side > .content-header {
    top: 117px;
}


}


@media only screen and (max-width: 540px) {

    .tools.pull-left {
        width: 100%;
    }
    .dt-slct-box {
        display: inline-block;
        width: 100%;
    }
    .dt-slct-box-input {
        margin: 0 0 10px 0;
    }
    .form-group.form-group-filter-parent {
        float: left;
        width: 100%;
    }
    .right-side > .content-header > h1 {
        font-size: 18px;
        display: none;
    }
    .content {
        padding-top: 70px;
    }
    ul.nav.nav-tabs {
        float: none;
    }
    .daterangepicker .drp-buttons .btn {
        font-size: 11px;
        padding: 4px 4px;
    }



}

@media only screen and (max-width: 360px) {


    input.form-control.search {
        width: 100%;
    }
    .content .custom-filter .filter-group .btn {
        margin-bottom: 0;
    }


    .right-side > .content-header > .breadcrumb li {
        max-width: 109px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .right-side > .content-header > .breadcrumb > li > a {
        color: #444;
        text-overflow: ellipsis;
    }

}

.ft-wg-600 {
    font-weight: 600;
}
.ck-editor__editable {
    min-height: 350px;
}

.ck-content .image>figcaption {
    min-height: inherit !important;
}

.campaign-people-container {
    height: 250px;
    padding:3px;
}
.campaign-people-scroll-content {
    height:224px;
    overflow:auto;
    background:#fff;
}
.pointer {
     cursor: pointer;
}
.select2-dropdown {z-index: 7;}
.modal-backdrop + .select2-container .select2-dropdown {
    z-index: 1051;
}

.config-dtls-sticky {
    position: fixed;
    right: 0;
    z-index: 2;
    width: 100%;
    background: #fff;
    box-shadow: 6px 3px 3px rgba(208, 199, 199, 0.3);
    padding-top: 20px;
    top: 100px;
}

.product-dtls-sticky {
    position: fixed;
    right: 0;
    z-index: 2;
    width: 100%;
    background: #fff;
    box-shadow: 6px 3px 3px rgba(208, 199, 199, 0.3);
    padding-top: 10px;
    padding-bottom: 10px;
    top: 100px;
}

.product-dtls-sticky .form-group {
    margin-bottom: 0px;
}

.product-dtls-sticky .chk-mdl-slctbx {
    padding: 0px
}
.product-dtls-con-box {
    margin-top: 80px;
}
.mrg-btm-20 {
    margin-bottom: 20px;
}

.skin-josh .navbar .nav a img {
    width: 30px;
    height: 30px;
}

.hide-field.show {
  left: 0;
  position: relative;
  opacity: 1;
}
.hide-field {
    transition: all 1s;
    position: absolute;
    left: -390px;
    opacity: 0;
}
.img-file {
    width: 200px;
    height: auto;
}
.cron-link{
    color: #9e9e9e;
    font-size: 12px;
    font-style: italic;
}
.confirm-upgrade-text{
    padding-left: 35px;
    color: #bf3737;
    text-align: left;
}
.confirm-changeseatcustomer-text{
    padding-left: 35px;
    text-align: left;
}
.globalservertimer {
    color: white;
    position: absolute;
    /*right: 50%;*/
    left: 36%;
    padding-top: 13px;
}
.auto-assign-admin-text{
    color: gray;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
}
.subscription-months-text {
    padding-top: 8px;
}
.unverified-email-text {
    margin-top: 5px;
    color: #bf0000;
}
.show-trials-box {
    margin-right: 10px;
    border: 1px dashed #dddddd;
    padding: 0 10px;
    border-radius: 3px;
    position: relative;
    top: -8px;
    line-height: 19px;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    background: #f5f5f5;
}
li.show-trials-box + li:before {
    display: none;
}
.clearleft {
    clear: left;
}

.ml10 {
    margin-left: 10px;
}

.insideDivloader {
    display: none;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.8) url(ajax-loader.gif) center center no-repeat;
    z-index: 1000;
    opacity: 0.4;
}

.deleteall-btn {
    margin-top: 10px;
    margin-bottom:0px;
}

.btn-view-cust-detail{
    text-decoration: underline;
}

.lic-login-content {
    color: #00a906;
    font-size: 13px;
    font-weight: 600;
}

.check-set-left.pro-dtls-fltrbox {
    padding-left: 265px;
    padding-right: 5px;
    display: flex;
    flex-wrap: wrap;
}
.pro-dtls-fltrbox-inr .form-group {
    margin: 0;
}

.pro-dtls-fltrboxck-inr {
    display: flex;
}

.pro-dtls-fltrboxck-inr .form-control {
    max-width: 100%;
}

.pro-dtls-fltrbox-inr {
    margin-right: 20px;
    width: calc(100% - 300px);
}

.pro-dtls-fltrboxck-inr .form-group {
    margin: 0;
    margin-right: 10px;
}

.pro-dtls-fltrbox-inr .form-group label {
    margin-right:5px;
}

.form-group1.form-actions {
    display: flex;
    align-items: center;
}
.form-group1.form-actions  .btn {
    height: 32px;
    margin:0 3px;
}
.trial-filed-box {
    display: flex;
    align-items: center;

}
.trial-filed-box label {
    margin-right: 5px;
    margin-bottom: 0;
}
.trial-filed-box  select {
    width:80px;
}

.trl-mx-input .form-control {
    width: 80px;
}

.trl-mx-input.has-error span.help-block {
    font-size: 12px;
    position: absolute;
    left: auto;
    bottom: -14px;
}

.tb-usrdetail-orderlist th.detail {
    text-align: center;
    width: 250px;
}

.tb-usrdetail-orderlist td.detail {
    text-align: right;
}

.tb-usrdetail-liclist th.detail {
    text-align: center;
    width: 250px;
}

.tb-usrdetail-liclist td.detail {
    text-align: right;
}

.seatcutomermodal {
    margin: 8px;
}