.profileImageIndex, .productImageIndex, .categoryImageIndex {
    max-width: 80px;
    max-height: 80px;
}

.profileImageShow, .productImageShow, .categoryImageShow {
    max-width: 200px !important;
    max-height: 200px !important;
}

/* .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
} */

td .switch {
    float: right;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
}

.switch input, .status_cb input {
    display: none;
}

/* .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;
} */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 14px;
    width: 30px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

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

input:checked+.slider {
    background-color: #8ec14b;
}

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

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

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

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

.address-input-width {
    resize: vertical;
}

.priceRange {
    display: none;
}

/*checkbox and radio style*/

/*examples checkbox*/

/*<div class="checkbox">
    <label style="font-size: 2.5em">
        <input type="checkbox" value="" checked>
        <span class="cr"><i class="cr-icon fa fa-check"></i></span>
        Huge
    </label>
</div>*/

/*examples radio*/

/*<div class="radio">
    <label style="font-size: 2.5em">
      <input type="radio" name="o1" value="">
      <span class="cr"><i class="cr-icon glyphicon glyphicon-ok-sign"></i></span>
      Option one is this and that — be sure to include why it's great
    </label>
</div>*/

.checkbox label:after, .radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon, .radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon, .radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr, .radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}

/*checkbox and radio style end*/

.attribute-parent-div {
    /*border: 1px solid #d3d3d3;*/
    margin-top: 5px;
}

#loadingSpeciaProductDiv {
    background-color: rgba(102, 102, 102, 0.11);
    background-image: url('../images/loading-animation.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    background-size: 36px 38px;
}

.redStar {
    color: red;
}

.makeInlineFlex {
    display: inline-flex;
}

.makeInlineFlex .input-group {
    width: 100%;
}

@media (min-width: 768px) {
    .attributeSelectModal {
        /* width: 900px; */
        width: 95%;
    }
}

button.downloadForReseller {
    opacity: 0.1;
    position: absolute;
    right: 0;
    width: 20px;
    background: black;
    border-color: black;
}

button.downloadForReseller img {
    max-width: 16px;
}

.modal-content::after {
    content: "";
    clear: both;
    display: block;
}

.uiw_row::after {
    content: "";
    clear: both;
    display: block;
}

.modal::before {
    content: "";
    background: rgba(0, 0, 0, 0.64);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
}

label.error {
    color: #b31515;
    font-size: 12px;
    font-weight: 500 !important;
    position: absolute;
    right: 15px;
    top: 100%;
}

.input-group label.error {
    right: 0px;
}

.product_right {
    position: sticky;
    top: 0;
}

.header-top-right .info_top * {
    line-height: 25px;
    display: inline-block;
}

.header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main_page img {
    margin: auto;
    display: block;
}

ul.ui-sortable li {
    cursor: grabbing;
    padding: 5px 10px;
    border: 1px solid #ececec;
    margin-bottom: 5px;
}

ul.ui-sortable {
    padding: 0;
    list-style: none;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 34px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 34px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    /* height: 2.25rem; */
    padding: .375rem .75rem;
    line-height: 1.5;
    content: "Browse";
    background-color: #8dc14b;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    color: #fff;
}

.custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.w-100 {
    width: 100%
}

.mb-15 {
    margin-bottom: 15px;
}
/*
.common-add-more-copyable .common-remove-item-btn {
    display: none;
}
*/
.card {
    padding: 20px;
    background: #fff;
}

.card-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.mb-0 {
    margin-bottom: 0;
}

table .row {
    margin: 0 !important;
}

.order-detail-item-row {
    margin-left: -5px;
    margin-right: -5px;
}

.order-detail-item {
    float: left;
    padding: 0 5px;
}

.d-inline {
    display: inline;
}

.text-success {
    color: #8ec14b;
}

.btn-success, .common-add-more-btn, .file-input .btn-primary {
    border-color: #8ec14b;
    ;
    background-color: #8ec14b;
}

.btn-success:hover, .btn-success:focus, .common-add-more-btn:hover, .common-add-more-btn:focus, .file-input .btn-primary:hover, .file-input .btn-primary:focus {
    border-color: #5c8427 !important;
    background-color: #5c8427 !important;
}

.more-actions, .more_actions {
    max-width: 120px;
    width: 120px;
    text-align: right;
}

.status_td {
    max-width: 70px;
    width: 70px;
    text-align: right;
}

.dropdown-menu {
    width: 100%;
}

.btn, button {
    outline: 0 !important;
}

.dropdown-menu>li {
    border-top: 1px solid #f1f1f1;
}

.dropdown-menu>li:first-child {
    border-top: none;
}

.dropdown-menu>li>a, .dropdown-menu>li>label {
    padding: 10px 10px;
    display: block;
    font-weight: 400;
}

.dropdown-menu>li>label:hover {
    background-color: #e1e3e9;
}

.dropdown-menu {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 0px 0;
}

.dropdown-menu button {
    display: block;
    padding: 10px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    border-radius: 0;
    width: 100%;
    border: none;
    background: #fff;
    text-align: left;
}

.dropdown-menu button {
    color: #777;
}

.dropdown-menu button:hover, .dropdown-menu button:focus {
    background-color: #e1e3e9;
    color: #333;
}

.dropdown-menu a button {
    padding: 0 !important;
}

.dropdown-menu button:hover, .dropdown-menu button:focus {
    background-color: #e1e3e9;
    color: #333;
}

.dropdown-menu>li>a:hover button {
    background-color: #e1e3e9;
    color: #333;
}
.box{
    margin-bottom: 0;
}
.box-body.table-responsive {
    min-height: calc(100vh - 219px);
}

.box-title {
    font-weight: 700;
    font-size: 28px !important;
}

fieldset {
    border: 1px solid #8dc14b;
    padding: 15px 15px 20px;
    margin-bottom: 30px;
}

legend {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    font-size: 20px;
    line-height: inherit;
    color: #333;
    border: 0;
    font-weight: 700;
}

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

.infoWrap a {
    display: inline-block;
    margin-bottom: 10px;
}

.label {
    padding-left: 0;
}

.sp-watermark-wrapper {
    max-width: 100%;
}

.content-wrapper tr:nth-last-child(-n+3) ul.dropdown-menu {
    top: auto;
    bottom: 100%;
}

.content-wrapper tr:nth-child(-n+3) ul.dropdown-menu {
    top: 100%;
    bottom: auto;
}
.info_top:first-child p a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
}

.box-body > table th, .box-body > table td{
    vertical-align: middle !important;
    font-size: 17px;
}

.slimScrollBar {
    width: 7px !important;
    background: rgb(0, 0, 0, 0.5) !important;
}

.not-active-link {
    pointer-events: none;
    cursor: default;
}

.error-text {
    color: red;
}

#user_form1 .box-body .switch {
	display: block;
	width: 30px;
	height: 20px;
	margin-top: 5px;
}

#user_form1 .box-body  .input-group-btn {
	position: relative;
	font-size: 0;
	white-space: inherit;
	display: inline-block;
	margin-left: 5px;
}
.input-group-btn.text-right {
    display: block !important;
    width: 100%;
    padding-bottom: 10px;
}

.markupContentHtml .slider.round {
    margin-top: -4px;
}

.btn.btn-danger.btn-flat.removeMarkupData {
    padding: 2px 8px;
    border-radius: 2px;
}

.input-group-btn .btn.btn-danger.btn-flat.removeMarkupData {
    margin-top: 24px;
}

.form-company .input-group-btn .btn.btn-danger.btn-flat.removeMarkupData {
    margin-top: 0px !important;
	padding: 6px 12px !important;
}

.markupContentHtml .switch {
    margin-top: -8px !important;
}

.makeInlineFlex   .form-control {
	margin-right: 5px;
}

.mergeVariablesContainer  .form-control {
	margin-right: 5px;
}

.error-page-content {
    padding: 80px 15px;
    text-align: center;
}

.error-page-code {
    margin: 0;
    color: #d8d8d8;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
}

.error-page-title {
    margin: 20px 0 10px;
    color: #5a5a5a;
    font-size: 28px;
}

.error-page-description {
    margin-bottom: 40px;
    color: #888;
    font-size: 16px;
}

.error-page-link {
    display: inline-block;
    padding: 14px 36px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 50px;
    background-image: linear-gradient(to bottom right, #02828f, #99ce3b);
    box-shadow: 0 6px 14px rgba(136, 136, 136, .38);
}

.error-page-link:hover,
.error-page-link:focus {
    color: #fff;
    text-decoration: none;
}
