@charset "utf-8";

/*
  Author: Filip Todorov - www.filiptodorov.com
  Project: Seducio - Seductive Marketing
  All rights reserved
*/

body,
html {
    font-family: 'Open Sans', sans-serif;
    /*background: #f1f2f7;*/
    background: #fff;
    color: #3a3a3a;
    font-size: 14px;
}

a:focus,
a:active {
    outline: 0;
}

a,
.btn,
.fa {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none !important;
    margin: 0 0 0 4px;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
table {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.p30 {
    padding: 30px;
}

.p15 {
    padding: 15px;
}

.mtb15 {
    margin: 15px 0;
}

.mtb30 {
    margin: 30px 0;
}

.mtb60 {
    margin: 60px 0;
}

.mb30 {
    margin-bottom: 30px;
}

.mauto {
    margin: 0 auto 0 auto;
}

.no-pad {
    padding: 0px;
}

.ml3 {
    margin: 0 0 0 5%;
}

.mr3 {
    margin: 0 5% 0 0;
}

.navbar-inverse {
    /*background: #4c5773;*/
    background: #fff;
    border: none;
    border-bottom: 1px solid #d6d6e3;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.mlogin {
    margin-top: 8%;
}

.dyAddress {
    position: relative;
}

.dyAddress .btn-red {
    background: #2dc83e;
    border-color: #1f9d68;
    color: #fff;
    position: absolute;
    right: -38px;
    top: 1px;
    font-weight: bold;
    font-size: 14px;
}

.removeBtn .remove_field {
    position: absolute;
    right: 10px;
    top: 22px;
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }

    /*html, body, #wrapper, #page-wrapper {height: 100%; overflow: hidden;}*/
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 235px;
    }

    #page-wrapper {
        padding: 25px 0 40px;

    }
}



/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #607d8b;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    outline: none;
    color: #e23c3c;
    background-color: #fafafa !important;
    /*color: #fff;
    background-color: #1a242f;*/
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
    padding: 3px 10px;
    font-size: 13px;

}



/* My css */
.pkgtypemain .pkgtype-left .dropdown .dropdown-menu.open .inner {
    max-height: 220px !important;
}

.pkgtypemain .pkgtype-left .dropdown .dropdown-menu.open .inner li {
    margin: 8px 0;
}

.pkgtypemain .pkgtype-left .dropdown .dropdown-menu.open .inner li.active a h5 {
    color: #fff !important;
}

@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
        url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
        url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
        url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
        url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

/*.right-createship .arrow-up{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fbfbfa;
  position: absolute;
  top: -10px;
}*/
.order-main h1 {
    font-size: 24px;
    font-weight: 500;
}

.leftorder-btns a:first-child {
    margin-left: 0 !important;
}

.radio-grp .radio label {
    margin-right: 30px;
}

.radio-grp,
.radio-grp .radio label {
    align-items: center;
    display: flex;
    width: 100%;
}

.edit-sel {
    display: flex;
    flex-wrap: wrap;
}

.view_detail {
    margin-left: auto !important;
}

.radio-grp .radio {
    display: flex;
    width: 100%;
}

.delete-pkg-main .modal-dialog {
    width: 400px;
}

.createshiping-main .col-md-8 {
    padding-right: 0;
}

.createshiping-main .col-md-4 {
    padding-left: 0;
}

.ship-info-left .ship-info p span,
.ship-info-right .ship-info p span {
    background: #e1e3df;
    padding: 5px 10px;
    border-radius: 31px;
    color: #000 !important;
    font-weight: 700;
    margin-left: 10px;
}

.ship-info-left .ship-info a,
.ship-info-right .ship-info a {
    text-decoration: none;
    color: #000;
}

.ship-info-left .ship-info a img,
.ship-info-right .ship-info a img {
    margin-right: 10px;
    height: 12px;
    margin-top: -3px;
}

.ship-info-left .ship-info p,
.ship-info-right .ship-info p {
    margin-bottom: 0;
    color: #000;
}

.right-createship.ship-info-left {
    margin-bottom: 30px;
}

.ship-info-left .ship-info,
.ship-info-right .ship-info {
    display: flex;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 15px;
    justify-content: space-between;
}

.right-createship .tooltipinfo::before {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid #fbfbfa 10px;
    top: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
    left: 40px;
}

.profilenamerow {
    display: flex;
    align-items: center;
}

.handling-free {
    display: flex;
    position: relative;
}

.handling-free a {
    text-decoration: underline !important;
    color: #000;
}

.handling-free {
    margin-top: 30px;
}

.handling-free span {
    position: absolute;
    top: 9px;
    left: 10px;
    z-index: 999;
}

.handling-free input {
    position: relative;
    padding: 0 15px 0 40px !important;
    width: 170px !important;
    margin-right: 20px;
}

.chkbox label {
    font-weight: 500;
    margin-left: 3px;
    color: #000;
}

.chkbox input {
    outline: none !important;
}

.process-left input {
    position: relative;
    width: 150px !important;
    padding: 0 25px !important;
}

.left-createship h5 span {
    color: #828282 !important;
    font-weight: 500;
    margin-left: 10px;
}

.process-left i {
    position: absolute;
    left: 20px;
    top: 12px;
    z-index: 999;
}

.process-right {
    margin-top: 40px;
    padding-right: 50px;
}

.calc-ship {
    padding-right: 40px;
}

.process-time {
    margin-top: 30px;
}

.createshiping-main .modal-body {
    padding: 0;
}

.createshiping-main .modal-body .row {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    margin: 0 15px;
}

.createshiping-main .modal-dialog {
    width: 750px;
}

.createshiping-main .right-createship select {
    padding: 0 10px;
    font-weight: 500;
}

.createshiping-main .tooltipinfo p {
    margin-bottom: 0;
    color: #828282 !important;
    line-height: 24px;
}

.createshiping-main .tooltipinfo a {
    color: #000 !important;
    text-decoration: underline !important;

}

.createshiping-main .tooltipinfo {
    background: #fbfbfa;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 20px;
    position: relative;
    margin-right: 48px;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
}

.createshiping-main .left-createship {
    padding: 0 10px 0 0;
}

.createshiping-main .left-createship h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.createshiping-main .left-createship p {
    color: #828282 !important;
    font-size: 12px;
}

.createshiping-main .modal-header,
.delete-pkg-main .modal-header {
    background: #fbfbfa;
}

.createshiping-main .modal-header h4,
.delete-pkg-main .modal-header h4 {
    font-size: 16px;
    font-weight: 600;
}

.createshiping-main .modal-footer a,
.delete-pkg-main .modal-footer a {
    border-radius: 5px;
    padding: 10px 15px;
    font-weight: 600;
}

.createshiping-main .modal-footer a:first-child,
.delete-pkg-main .modal-footer a:first-child {
    color: #000;
    background: #fff;
    border: 1px solid #acacac;
}

.createshiping-main .modal-footer,
.delete-pkg-main .modal-footer {
    padding: 25px 15px;
}

.createshiping-main .modal-footer a:last-child,
.delete-pkg-main .modal-footer a:last-child {
    background: #000;
    color: #fff !important;
}

.createshiping-main .modal-content,
.delete-pkg-main .modal-content {
    overflow: hidden;
}

.profile-tbl tr td:last-child,
.perf-tbl tr td:last-child {
    text-align: right;
    padding-right: 25px;
}

.tblprof-info td a {
    margin-top: -30px;
    display: block;
}

.tblprof-info td p {
    margin-top: -20px;
    font-size: 12px;
    color: #737373;
    display: block;
}

.profile-tbl table tr td a:last-child {
    margin-right: 0;
}

.profile-tbl table tr td a {
    margin-right: 10px;
}

.calculated-status {
    background: #000;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 40px;
    font-weight: 700;
    margin-left: 5px;
}

.pkgtype-main {
    border-bottom: 1px solid #b7b7b7;
}

.perf-tbl {
    border-bottom: 1px solid #b7b7b7;
}

.perf-tbl tr td span {
    font-size: 12px;
    color: #737373;
}

.pkg-add p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.pkg-add span {
    font-size: 18px;
}

.pkg-add {
    padding: 14px;
}

.pkg-add a {
    color: #000;
    text-decoration: underline !important;
}

.shiping-tabs ul li a,
.shiping-tabs ul li a:focus,
.shiping-tabs ul li a,
.shiping-tabs ul li a.active,
.shiping-tabs ul li a:hover {
    color: #444444 !important;
    background: #fff !important;
}

.owdth-box input {
    width: 110px !important;
    padding: 0 20px !important;
}

.owdth-box span {
    top: 11px !important;
}

.wdth-box {
    margin-right: 30px;
    position: relative;
}

.tblbtns a.fillbtn {
    border-radius: 5px !important;
}

.tblbtns a.canclebtn {
    text-decoration: none;
    color: #000;
    background: transparent;
}

.shiping-setting-main h1 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
}

.shiping-tabs .nav-tabs li:hover::after,
.shiping-tabs .nav-tabs li.active::after,
.shiping-tabs .nav-tabs li:focus::after {
    height: 3px !important;
}

.shiping-form-main,
.package-prf-main {
    padding: 60px 20px;
    color: #000;
}

.package-prf-main h4 {
    margin-bottom: 15px !important;
}

.package-prf-main label {
    font-weight: 500;
}

.package-prf-main i {
    margin-left: 10px;
    font-size: 18px;
    color: #737373;
}

.package-prf-main .check-box {
    margin-top: 20px !important;
}

.perf-tbl table thead tr th {
    padding: 12px;
}

.pkg-tbl table tbody tr td {
    position: relative;
}

.pkg-tbl table tbody tr td span {
    position: absolute;
    right: 10px;
    top: 8px;
}

.pkg-tbl table tbody tr td select {
    width: 500px;
    font-weight: 500;
    margin-top: 5px;
    margin-right: 40px;
    padding: 0 5px;
}

.pkg-tbl .tblbtns {
    margin: 30px 0 20px 0;
}

.pkg-tbl {
    background: #f2fbfd;
    margin: 14px;
    padding: 14px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}

.pkg-tbl .dlrsign {
    position: absolute;
    top: 11px;
    left: 10px;
}

.pkg-tbl table tbody tr td input {
    width: 80px;
    padding: 0 10px;
}

.perf-tbl table tbody tr td {
    padding: 20px 12px;
}

.perf-tbl a {
    text-decoration: underline !important;
    color: #000;
}

.perf-tbl table thead {
    border-bottom: 1px solid #b7b7b7;
    background: #fbfbfa;
}

.perf-tbl table {
    width: 100%;
}

.perf-data {
    margin-top: 20px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #b7b7b7;
}

.shiping-form-main h4,
.package-prf-main h4 {
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}

.shiping-form-main label {
    display: block;
    color: #000;
    margin-bottom: 0;
}

.shiping-form-main select {
    padding: 0 10px;
}

/*
.shiping-form-main input {
  padding: 20px 15px !important;
}*/
.shiping-form-main select {
    display: block;
    width: 100%;
    font-weight: 500 !important;
    ;
}

.shiping-form-main .check-box {
    display: flex;
    margin: 20px 0;
}

.shiping-form-main .check-box label {
    font-weight: 500;
    margin-left: 10px;
}

.shiping-form-main .radio-button span {
    font-weight: 500;
}

.radio-setting {
    margin-top: 45px;
}

.radio-setting label {
    margin-bottom: 10px;
}

.radio-setting p {
    margin-bottom: 15px;
}

.two-inputgrp .form-group:first-child {
    margin-right: 10px;
}

.shiping-form-main .form-group a,
.tblbtns a {
    text-decoration: none;
    color: #fff;
    background: #000;
    border-radius: 30px;
    padding: 12px 17px;
    font-weight: 700;
}

.shiping-form-main .fake-radiobutton::after {
    width: 22px !important;
    height: 22px !important;
    background: #fff !important;
    border: 6px solid #000 !important;
}

.two-inputgrp .form-group {
    width: 100%;
}

.two-inputgrp {
    display: flex;
    width: 100%;
}

.radio-setting .fake-radiobutton {
    top: 2px;
}

.shiping-form-main .check-box input {
    margin-top: 0;
}

.purchased-heading a {
    margin-bottom: 50px;
}

.printshiping-btn a {
    background: #000 !important;
    color: #fff !important;
    margin-top: 50px;
}

.printshiping-btn {
    margin-top: 45px !important;
}

.purchased-sec a {
    border: 2px solid #000000;
    border-radius: 25px;
}

.purchased-done a {
    background: #000;
    color: #fff !important;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 25px;
    font-weight: 700;
}

.purchased-done {
    text-align: right;
    margin-top: 70px;
}

.purchased-sec {
    margin-bottom: 30px;

}

.purchased-sec a {
    display: block;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.purchased-sec p {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

#purchased-modal .modal-body {
    padding: 60px 70px 50px;
}

.purchased-heading h4 {
    margin-bottom: 20px !important;
}

.purchased-heading h6 {
    font-weight: 700;
}

.confirmshiping-heading {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 40px;
    padding-left: 20px;
}

.confirmship-content {
    padding: 0 40px;
}

.right-confirmship h5,
.left-confirmship h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
}

.confirmship-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    padding: 20px 20px 40px 20px;
}

.shipfooter-right {
    display: flex;
    align-items: center;
}

.shipfooter-right {}

.shipfooter-left a:first-child {
    padding: 10px 30px;
}

.backpurchase-btns a:first-child {
    padding: 10px 20px;
}

.backpurchase-btns a:last-child {
    border-radius: 3px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    background: #000;
    color: #fff !important;
    padding: 10px 40px;
    margin-left: 10px;
}

.shipfooter-right p {
    margin-right: 20px;
}

.shipfooter-left a:first-child,
.backpurchase-btns a:first-child {
    border-radius: 3px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #b7b7b7;
}

.left-confirmship h5 {
    margin-bottom: 10px;
}

.right-confirmship p,
.left-confirmship p,
.right-confirmship label {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: normal;
}

.left-confirmship,
.right-confirmship {
    padding: 45px 20px;
    display: flex;
    align-items: flex-start;
}

.finalrece-total {
    border-bottom: none !important;
}

.finalrece-total p {
    font-weight: 700;
}

.finalreceipe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #b7b7b7;
}

.orderrecipe-img,
.emialnoti-img {
    margin-right: 25px;

}

.orderrecipe-img img,
.emialnoti-img img {
    height: 77px;
    width: auto;
    border-radius: 50%;
}

.orderrecipe-main,
.emailnoti-main {
    margin-top: 10px;
    width: 100%;
}

.confirmshiping-heading p {
    font-size: 16px;
    padding-top: 10px;
}

.confirmshiping-heading h4 {
    padding: 30px 20px 10px 0;
}

#shipingcheckout .modal-content {
    overflow: hidden;
}

.pkg-length .firstpackageinput-inner {
    border-right: 1px solid #b7b7b7 !important;
}

.review-btns {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 99.8%;
    margin: 0;
    justify-content: space-between;
    padding: 5px 40px;
    text-align: center;
    display: flex;
    border-top: 1px solid #b7b7b7;
    border-radius: 0 0 6px 6px;
    flex-direction: row-reverse;
}

.review-btns a {
    display: flex;
    margin-right: 0;
    border-radius: 3px;
    font-weight: 700;
    padding: 15px 20px;
}

.review-btns a:first-child {
    background: #000;
    color: #fff !important;
}

.review-btns a:last-child {
    padding: 15px 60px !important;
    margin-right: 0;
    border: 1px solid #b7b7b7;
    color: #000;
}

.buyer-req h6 {
    margin-bottom: 5px;
}

.marked-gift>p {
    margin: 25px 0 25px 15px !important
}

.keepmarked {
    margin-left: 50px;
    margin-bottom: 40px;
}

.keepmarked p span {
    color: #646464 !important;
}

.sugest-card {
    background-color: #ebebeb;
    border: 1px solid #d7d7d7;
    padding: 15px 15px 20px 15px;
    border-radius: 3px;
    margin: 20px 0 40px 0;
}

.address-sugest {
    display: inline-block !important;
    margin-bottom: 10px !important;
}

.sugest-inner p {
    margin: 30px 0 20px 0 !important;
}

.sugest-inner a {
    font-size: 12px;
    padding: 7px 13px;
    display: block;
}

.sugest-card p {
    font-size: 12px !important;
}

.sugest-inner {
    margin: 20px 0 0 0;
}

.sugest-card h6 {
    margin-bottom: 5px;
}

.deliver-service .pkgtype-left {
    width: 100%;
}

.shipdate select {
    margin-bottom: 0 !important;
}

.signature-main p {
    margin-top: 2px !important;
}

.shipto-main a {
    text-decoration: underline !important;
}

.paycard-main .paycard-data .paycard-top {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 10px;
}

.paycard-heading h5 {
    margin-bottom: 5px;
}

.paycard-main .paycard-data .paycard-top img {
    height: 40px;
    width: auto;
}

.paycard-main h6,
.date-right h6,
.sugest-card h6,
.buyer-req h6 {
    font-weight: 700;
    color: #000;
    font-size: 14px;
}

.last-col-3 {
    padding: 0 50px;
}

.date-right {
    margin: 40px 0 0 0;
}

.shipdate p {
    font-size: 12px !important;
    margin: 5px 0;
}

.signature-main {
    display: flex;
}

.signature-main {
    margin: 10px 0 10px 0;
}

.paycard-cen {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.estimated-time {
    margin: 30px 0 20px 0;
}

.note-buyer {
    margin: 40px 0 30px 0;
}

.note-buyer h6 {
    margin-bottom: 5px;
}

.note-buyer p {
    font-size: 12px !important;
}

.note-buyer a {
    text-decoration: underline !important;
}

.shipto-main {
    align-items: center;
    display: flex;
}

.shipto-main a {
    margin-left: 15px;
}

.signature-main input {
    margin-top: 2px !important;
    margin-right: 10px;
}

.shipinfo-data select {
    font-weight: 600;
    margin: 0 !important;
}

.firstpackageinput-inner {
    border-right: 1px solid #b7b7b7;
}

.packageinput-inner {
    padding: 5px;
    display: flex;
    align-items: center;
}

.packageinput-inner input {
    width: 90px;
    border: none;
    height: 30px;
}

.packageinput-inner span {
    padding: 0 5px;
}

.pkgtype-right .pkg-length .package-inout .packageinput-inner input {
    width: 45px !important;
}

.pkgtype-right .pkg-length .package-inout .packageinput-inner span {
    padding: 0 15px;
}

.pkg-lengthlable {
    display: flex;
    justify-content: space-between;
    width: 292px;
}

.pkgtype-right {
    width: 50%;
}

.pkgtype-left select {
    padding-right: 35px !important;
}

.pkgtypemain {
    display: flex;
    justify-content: space-between;
}

.package-inout {
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    display: inline-flex;
}

.chk-box .chk-imgdata h6 {
    font-weight: 700;
    color: #000;
}

.chk-box .chk-imgdata p {
    font-weight: 600;
}

.checkmark-main p label {

    font-weight: 500;
    font-size: 12px !important;
    color: #2b9a09 !important;
}

.checkmark-main p label::before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #2b9a09 !important;
    content: "\f00c";
    position: absolute;
    -webkit-text-stroke: 2px white;
    left: 5px;
}

.checkmark-main {
    position: relative;
    padding: 5px 0 0 35px;
}

#getshipinglabel .modal-body,
#shipingcheckout .modal-body,
#confirmshiping .modal-body {
    max-height: 590px;
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
}

#shipingcheckout .modal-dialog,
#confirmshiping .modal-dialog {
    width: 1250px;
}

.modal.fade.in {
    padding-right: 0 !important;
}

#getshipinglabel .modal-dialog .modal-content .modal-body {
    padding: 40px 50px 0 30px;
}

#getshipinglabel h6 {
    color: #000;
    font-size: 12px;
    font-weight: 700;
}

#shipingcheckout h4,
#getshipinglabel h4,
.confirmshiping-heading h4,
.purchased-heading h4 {
    color: #000000;
    font-weight: 700;
    font-size: 22px;
}

.shipinfo-data {
    margin-top: 15px;
}

.shipinfo-data label {
    display: block;
    color: #000;
}

.shipadd {
    display: flex;
    padding: 20px;
    /*margin: 0 0 20px 0;*/
    /*border-bottom:  1px solid #b7b7b7;*/
}

.bord-right::after {
    content: '';
    width: 1px;
    background: #b7b7b7;
    display: block;
    position: absolute;
    height: 1020px;
    left: 325px;
    top: 0px;
}

.bord-right {
    position: relative;
}

.checkout-content h4 {
    padding: 30px 20px 10px;
}

.ship-lft-main,
.shipinfo-main {
    padding: 40px 0 20px 20px;
}

#shipingcheckout .modal-body,
#confirmshiping .modal-body {
    padding: 0 !important;
}

.shipadd p {
    line-height: 22px;
    margin-right: 40px;
}

#getshipinglabel .modal-content {
    overflow: hidden;
}

.getship-top .smallp {
    line-height: 20px;
    font-size: 12px !important;
}

.location-left h6 {
    margin: 40px 0 15px 0;
}

.location-left p {
    font-size: 12px !important;
    line-height: 20px;
}

.location-left .verifired {
    color: #2b9a09 !important;
}

.getbtns {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 30px 0;
    align-items: center;
}

.getbtns a,
.close-sugest {
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.location-right {
    margin-top: 30px;
    width: 55%;
}

.shipdate select,
.location-right select,
.aditional-notes textarea,
.shipinfo-data select {
    width: 100%;
    margin: 10px 0 20px 0;
    border: 1px solid #b7b7b7;
    padding: 5px;
    font-size: 12px;
    border-radius: 3px;
}

.aditional-notes textarea {
    padding: 15px;
    margin-bottom: 5px !important
}

.getbtns .btn-reqbkup {
    border-radius: 18px;
    background-color: #000000;
    color: #fff !important;
    padding: 10px 15px;
}

.location-main h5,
.getship-top h5,
.ship-lft-main h5,
.paycard-data h5,
.purchased-heading h5 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.paycard-main {
    background-color: #ffffff;
    border: 1px solid #acacac;
    padding: 10px 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.22);
}

.chk-box {
    border: 1px solid #e23c3c;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}

.chk-box .chk-imgdata {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chk-box .chk-imgdata img {
    height: 30px;
    width: 30px;
    object-fit: contain;
    margin-right: -20px;
}

.getship-top h5 {
    margin: 30px 0px 6px 0;
}

.slct-lbl-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 30px;
}

.lcoationflex {
    display: flex;
    justify-content: space-between;
}

.slct-lbl-main a,
.address-sugest {
    border: 2px solid #000;
    border-radius: 25px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 15px;
}

#getshipinglabel .modal-dialog .modal-content .modal-body .getship-main .getship-top h4 {
    margin-bottom: 20px;
}

.order-gift {
    padding: 5px;
}

.items-final {
    margin-top: 40px;
    padding-left: 60px;
}

.r-border {
    border-bottom: none !important;

}

.item-flist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #000;
}

.item-total {
    display: flex;
    justify-content: space-between;
}

.item-total p {
    font-weight: 700;
}

.list-order .selbuyleft-img img {
    height: 35px;
    width: 35px;
}

.recipt-start .item-rc,
.recipt-start .item-price {
    width: 100%;
}

.recipt-start {
    display: flex;
}

.recipt-start .item-price {
    text-align: right;
}

.recipt-border {
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
}

.list-order-itemsmain {
    padding: 30px;
}

.list-order-itemsmain h5 {
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.gift-details-main .pretrans-heading h4 {
    font-weight: 700;
    margin: 30px 0 15px 0;
}

.order-gift .giftbox {
    margin-top: 0;
}

.upsc-main-main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-right: 25px;
}

.upscmail-right p {
    margin-right: 20px;
}

.upsc-main-main .upscmail-right {
    display: flex;
    align-items: center;
}

.upsc-main-main .upscmail-left {
    display: flex;
    align-items: center;
}

.upsc-main-main .upscmail-left img {
    margin-right: 10px;
}

.upscmail-leftcon p:last-child {
    margin-bottom: 0 !important;
}

.upscmail-leftcon p {
    margin-bottom: 5px !important;
}

.selectedbuyer-btns a {
    text-decoration: none;
    display: block;
    border-radius: 3px;
    padding: 8px 0;
    text-align: center;
    font-weight: 700;
}

.selectedbuyer-btns {
    margin-top: 30px;
}

.selectedbuyer-btns .lightbtn {
    background: #ebebeb;
    color: #000;
    border:
        1px solid #acacac;
}

#addnote form textarea {
    width: 100%;
}

.selectedbuyer-btns .darkbtn {
    background: #000;
    color: #fff !important;
    ;
    margin-bottom: 8px;
}

.selbuyer-right p,
.selbuyer-right a {
    text-align: right;
}

.selbuyer-right a {
    margin: 20px 0 !important;
    border-radius: 30px;
    background-color: #d1d1d1;
    display: block;
    font-weight: 600;
    padding: 5px 10px;
}

.pre-trans-main {
    margin-top: 35px;
}

.pre-trans-main h4 {
    font-weight: 700;
    margin-bottom: 5px !important;
}

.selectedbuyer-content {
    display: flex;
    justify-content: space-between;
}

.pretrans-heading {
    margin-bottom: 10px;
}

.ship-address,
.selected-buyer-main {

    margin: 15px;
}

.selbuyleft-img {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.selbuyleft-img img {
    height: 22px;
    width: 22px;
    object-fit: contain;
    margin-right: 15px;
}

.odernote-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px !important;
}

.odernote-main .leftorder-btns {
    margin-top: 0;
}

.odnote-left .odnote-see {
    display: flex;
    align-items: center;
}

.odnote-left .odnote-see img {
    margin-right: 10px;
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.order-inner-main {
    margin-top: 100px;
    padding: 0 20px;
}

.order-inner-main .order-from {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.leftorder-btns {
    display: flex;
    margin-top: 20px;
}

.ordergstleft {
    display: flex;
}

.guest-box-main {
    display: flex;
    align-items: center;
}

.order-box {
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #b7b7b7;
    padding: 15px;
    margin-bottom: 20px;
}

.guest-content .orderinnerhead {
    display: block;
}

.order-history p {
    margin-bottom: 0;
}

.ordergstleft i {
    margin-right: 7px;
}

.deliverydet-main {
    display: flex;
}

.deliverydet-main .delivery-details-main .delivery-address-part {
    margin-bottom: 20px;
}

.deliverydet-main .delivery-details-main .delivery-address-part a,
.deliverydet-main .delivery-details-main .delivery-address-part p {
    text-decoration: none;
    color: #000 !important;
    margin: 0;
}

.order-inner-main a,
.order-inner-main p,
.order-inner-main a,
.order-inner-main span,
.order-inner-main h4,
.order-inner-main h3 {
    color: #000;
    margin-bottom: 0;
}

.guest-icon img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

.guest-box-main a,
.guest-box-main h4 {
    font-size: 14px;
}

.leftorder-btns a {
    background: #fff;
    padding: 5px 20px 7px;
    color: #000;
    font-weight: 600;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #b7b7b7;
}

.order-inner-main .order-from .right-order-from h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: right;
}

.order-inner-main .order-from .left-order-from p {
    font-size: 14px;
}

.order-inner-main .order-from .right-order-from p {
    text-align: right;
    font-size: 14px;
}

.order-inner-main .order-from .left-order-from h3 {
    color: #000;
    font-weight: 700;
    text-align: left;
    font-size: 20px;
    margin-bottom: 5px;
}

.verticalicons a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}

.verticalicons a i {
    margin-left: 0;
}

.verticalicons a img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.icons-start a img {
    margin-bottom: 0 !important;
}

.verticalicons a i:before {
    color: #000;
    font-size: 25px;
}

.proImag {
    height: 120px;
    width: 120px;
    object-fit: contain;
    border-radius: 20px;
    margin-right: -10px;
}

.drop {
    min-height: 180px !important;
}

.newDrop {
    min-height: 350px !important;
}

/*19-08*/
.hidenewprogressbtns .newprogress {
    display: none;
}

.hidenewprogressbtns .completed-btns {
    display: block;
}

.completed-btns a i {
    margin: 0;
}

.completed-btns a {
    border-radius: 3px;
    background-color: #ffffff !important;
    border: 1px solid #b7b7b7 !important;
    padding: 10px;
    line-height: 36px;
    font-size: 14px;
    color: #000000;
    margin-right: 15px;
    font-weight: 700;
}

.completed-btns {
    display: none;
}

.shiadd .toggle-box[aria-expanded="false"]::after {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f107";
    color: #444444;
    margin-left: 20px;
}

.shiadd .toggle-box[aria-expanded="true"]::after {
    font-family: "FontAwesome";
    content: "\f106";
    font-weight: 400;
    color: #444444;
    margin-left: 20px;
}

.shiadd .toggle-box {
    color: #444444;
    display: inline-flex;
    margin-left: 0px;
}

.lstcheckbox {
    margin-right: 20px;

}

.orderinnerhead {
    display: flex;
    position: relative;
}

.orderinnerhead .dropdown-menu li a {
    margin: 5px 0;
    padding: 10px;
}

.orderinnerhead .dropdown-menu {
    left: 40px;
}

.icons-start {
    padding-top: 20px;
}

.icons-start ul.dropdown-menu li {
    padding: 5px 0;
}

.icons-start ul.dropdown-menu {
    margin-top: -10px;
    margin-left: 10px;
}

.icons-start a img {
    margin-bottom: 25px;
}

a.underlne {
    text-decoration: underline !important;
}

.giftbox img {
    height: 20px;
    width: auto;
    margin-right: 4px;
}

.giftbox {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.shiadd h4 {
    font-weight: 700 !important;
    margin: -5px 0;
}

.bottom2-orderhead {
    margin: -5px 0;
}

.shiadd p {
    margin-bottom: 0;
    display: block;
    width: 100%;
}

.numwithicon,
.shipedon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.numwithicon img {
    height: 20px;
    width: auto;
}

.order-shipcard {
    border-radius: 5px;
    background: #fbfbfa;
    padding: 0 10px;
    display: inline-block;
    border: 1px solid #b7b7b7;
    margin: 8px 0;
}

.giftbox a,
.order-shipcard a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #444444;
    font-weight: 400;
    margin-right: 10px;
}

.order-imgdata {
    display: flex;
    align-items: center;
}

.order-img img {
    width: 92px;
    height: 92px;
    border-radius: 3px;
    object-fit: cover;
}

.order-imgtext h4 {
    font-size: 14px;
    letter-spacing: 0px;
    color: #444444;
    font-weight: 600;
}

.radio-btns .radio-button:hover {
    cursor: pointer;
}

.icons-start ul.dropdown-menu li a {
    margin: 0;
}

.order-imgtext p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #444444;
    margin-top: 10px;
    font-weight: 400;
}

.order-imgdata {
    margin-top: 30px;
}

.order-img {
    margin-right: 20px;
}

.order-imgtext .quntitistatus {
    font-weight: 600;
}

.orderheading a {
    margin: 9px 20px 0 6px;
}

.orderheading a i {
    color: #444;
}

.bottom-orderhead {
    display: flex;
    align-items: center;
    margin-top: -10px;
    margin-left: 40px;
}

.bottom-orderhead .hashlink {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #444444;
    font-weight: 400;
    margin-right: 10px;
}

.bottom-orderhead h4,
.orderheading h4,
.order-shipcard h4,
.shiadd h4 {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #444444;
    font-weight: 600;
}

.orderheading {
    display: flex;
    justify-content: space-between;
}

.orderheading .checkbox-inline {
    margin-right: 25px;
}

.orderheading .checkbox-inline input[type="checkbox"] {
    margin-top: 11px;
}

.order-list {
    padding: 25px;
}

.radio-button {
    position: relative;
    margin: 0;
    display: block;
}

.checkbox {
    display: block;
}

.radio-button input {
    position: absolute;
    margin: 5px;
    padding: 0;
    /* for mobile accessibility (iOS Label Bug) */
    visibility: hidden;
}

.radio-button .label-visible,
.checkbox .label-visible {
    margin-left: 2.3em;
    margin-bottom: 0;
}

.fake-radiobutton {
    position: absolute;
    display: block;
    top: 7px;
    left: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #b7b7b7;
    background-color: white;
}

.fake-radiobutton:after {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #e82c2c;
    transform: translateX(-50%) translateY(-50%);
}

.fake-radiobutton {
    border-radius: 50%;
}

.fake-radiobutton:after {
    border-radius: 50%;
}

input[type="radio"]:checked+span .fake-radiobutton:after {
    display: block;
}

.order-radio span {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #444444;
    font-weight: 400;
}

/*19-08 over*/

/*17-08*/
.order-btnsnav {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.check-select {
    position: relative;
    margin-right: 15px;
}

.check-select label {
    position: absolute;
    top: 6.5px;
    left: 10px;
}

.check-select select {
    padding: 0 5px 0px 35px !important;
    border-radius: 3px !important;
    background-color: #ffffff !important;
    border: 1px solid #b7b7b7 !important;
}

.check-select select,
.more-actions select,
.order-main select,
.right-createship select {
    height: 38px !important;
    font-weight: 700;
    line-height: 36px !important;
    border: 1px solid #b7b7b7 !important;
    font-size: 14px !important;
    color: #000 !important;
    background-color: #ffffff !important;
    border-radius: 3px !important;
}

.ship-btn a {
    text-decoration: none;
    border-radius: 3px;
    background-color: #ffffff !important;
    border: 1px solid #b7b7b7 !important;
    padding: 10px;
    line-height: 36px;
    font-size: 14px;
    color: #000000;
    margin-right: 15px;
    font-weight: 700;
}

.ship-btn a img {
    height: 18px;
    width: 26px;
    object-fit: contain;
    margin-right: 5px;
}

.tab-menu-main .nav-tabs a,
.tab-menu-main .nav-tabs a:hover {
    text-decoration: none;
    outline: none;
    position: relative;
    border: none;
    background: none;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #444444;
    font-weight: 400;
}

.tab-menu-main .nav-tabs li {
    margin-right: 30px;
}

.tab-menu-main .nav-tabs li.active a {
    border: none;
    background: none;
}

.tab-menu-main .nav-tabs li:hover::after,
.tab-menu-main .nav-tabs li.active::after,
.tab-menu-main .nav-tabs li:focus::after {
    content: '';
    height: 5px;
    width: 100%;
    display: block;
    background-color: #e82c2c;
}

.tab-menu-main .tab-content .panel .panel-heading a {
    text-decoration: none;
    outline: none;
}

.order-mainpanel .order-heding {
    display: flex;
    align-items: center;
    background: #ebebeb;
    border-radius: 3px 3px 0 0;
    padding: 5px 30px;
}

.order-mainpanel {
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #b7b7b7;
    margin-top: 70px;

}

.order-mainpanel .order-heding h3 {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #444444;
    font-weight: 700;
    margin-right: 30px;
}

.order-mainpanel .order-heding a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #444444;
    font-weight: 400;
}

.order-main {
    margin-top: 100px;
    margin-bottom: 50px;
}

.order-main .nav-tabs {
    border-bottom: 1px solid #959595;
}

.order-mainpanel .order-heding a:hover {
    text-decoration: underline !important;
}

.stats {
    font-size: 12px;
    line-height: 36px;
    color: #444444;
    font-weight: 600;
    margin-left: 30px;
}

.tab-menu-main .nav-tabs li.editicn:hover::after,
.tab-menu-main .nav-tabs li.editicn.active::after,
.tab-menu-main .nav-tabs li.editicn:focus::after {
    background-color: #fff;
}

.order-sort h4,
.order-radio h4 {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #444444;
    font-weight: 600;
}

.order-sort {
    padding: 0 20px;
}

.order-radio ul {
    padding: 0;
    margin-top: 5px;
}

.order-radio {
    margin-top: 20px;
}

.order-radio li {
    list-style: none;
}

/*17-08 end*/

.nav-drp li.new-drp-li a,
.drp-new-ul a.saprate-link {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #000 !important;
    min-height: 45px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    text-shadow: none !important;
    text-decoration: none;
}

.nav-drp li.new-drp-li a:hover,
.drp-new-ul a.saprate-link:hover {
    background-color: #fff !important;
}

.nav-drp>li,
.drp-new-ul {
    list-style: none;
    /* border-right: 1px solid #d6d6e3; */
    width: auto;
}

.new-drp-ul {
    /* border-left: 1px solid #d6d6e3; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.right-ul-menu {
    margin-right: 20px;
}

.katika_lgo img {
    height: 35px;
    width: auto;
    /*position: absolute;*/
    left: 10px;
}

.katika_lgo {
    position: relative;
}

.pageinner .col-md-12>h1 {
    margin-top: 60px;
}

.blackheader .blackbg {
    margin-top: 30px;
}
.UserArea {
    display: flex;
    align-items: center;
}
.UserName {
    text-align: right;
    margin: 0 15px 0 0px;
}
.UserName b.admin-role {
    font-size: 18px;
    font-weight: 600;
}
.UserName p {
    margin: 0;
    font-size: 12px;
}
.UserName .form-group{
    margin: 0
}

/* Side Navigation */

@media(min-width:768px) {
    .navbar-inverse .side-nav h4 {
        font-size: 18px;
        color: #b6b6b6;
        padding: 0 20px;
        font-weight: normal;
        margin: 50px 0 15px 0;
    }

    .navbar-inverse .side-nav {
        position: fixed;
        top: 75px;
        left: 10px;
        width: 230px;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
        box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
        overflow-y: auto;
        background: #fff;
        /*background-color: #384463;
        background-color: #5A6B7D;*/
        bottom: 0;
        overflow-x: hidden;
        padding-top: 0px;

    }


    .navbar-inverse .side-nav::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    .navbar-inverse .side-nav::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .navbar-inverse .side-nav::-webkit-scrollbar-thumb {
        background-color: #000000;
    }


    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-bottom: 1px solid #d6d6e3;
    }

    .navbar-inverse .side-nav ul>li>a {
        width: 230px;
        /*border-bottom: 0;*/
        color: #607d8b;
        font-weight: 300;
        padding-left: 8px;
        margin: 0;
        font-size: 13.5px;
    }

    .navbar-inverse .side-nav ul>li>a .fa {
        margin-right: 8px;
    }

    .navbar-inverse .side-nav ul li a:hover,
    .navbar-inverse .side-nav ul li a:focus,
    .navbar-inverse .side-nav ul li.act a {
        outline: none;
        color: #e23c3c;
        background-color: #fafafa !important;
    }
}

.navbar-inverse .side-nav ul>li>ul {
    padding: 0;
    border-bottom: 1px rgba(0, 0, 0, .3) solid;
}

.navbar-inverse .side-nav ul>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    /*color: #999;*/
    color: #fff;
}

.navbar-inverse .side-nav ul>li>ul>li>a:hover {
    color: #fff;
}

.navbar .nav>li>a>.label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    right: 6px;
    font-size: 10px;
    font-weight: normal;
    min-width: 15px;
    min-height: 15px;
    line-height: 1.0em;
    text-align: center;
    padding: 2px;
}

.navbar .nav>li>a:hover>.label {
    top: 10px;
}

.navbar-inverse .navbar-brand {
    padding: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}



/* deep ===================================================================== */
/*.pageinner {
    padding: 20px 15px 20px 0px;
}*/

.pageinner h1 {
    font-size: 24px;
    margin: 0px 0 10px;
}


.blackheader {
    background: url(../images/bannerbg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 250px;
}

.blackbg {
    background: rgba(0, 0, 0, 0.85);
    padding: 10px 0;
}

.blackbg h1,
h2,
h3 {
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.blackbg h1 {
    margin: 30px 0;
    font-size: 2em;
    text-align: left;
    font-weight: 300;
}

.blackbg h2 {
    margin: 30px 0 5px 0;
    font-size: 1.8em;
    font-weight: 600;
}

.blackbg h3 {
    font-size: 1.3em;
    font-weight: 300;
    margin: 0 0 30px 0;
}


.center {
    margin-top: 50px;
}


.whitebg {
    background: #fff;
    border: solid 1px #dce0e0;
}

/* model popup ====================================================== */
/*
.modal-dialog { width: 70%; margin: 12% auto 12% auto; }

.modal-header {
  padding-bottom: 5px;
}

.modal-footer {
      padding: 0;
  }
    
.modal-footer .btn-group button {
  height:40px;
  border-top-left-radius : 0;
  border-top-right-radius : 0;
  border: none;
  border-right: 1px solid #ddd;
}
  
.modal-footer .btn-group:last-child > button {
  border-right: 0;
}*/


.panel-login {
    border: none;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
}

.panel-login>.panel-heading {
    color: #00415d;
    background-color: #384463;
    border-color: #fff;
    text-align: left;
    padding: 0 0 0 15px;

}

.panel-login>.panel-heading a {
    text-decoration: none;
    color: #ccc;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    display: block;
    background: #4c5773;
    height: 45px;
    padding: 10px 0 0 0
}

.panel-login>.panel-heading a.active {
    color: #fff;
    font-size: 18px;
    background: #384463;
}

.panel-login>.panel-heading hr {
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

.panel-login input[type="text"],
.panel-login input[type="email"],
.panel-login input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel-login input:hover,
.panel-login input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

.btn-login {
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
}

.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #53A3CD;
    border-color: #53A3CD;
}

.forgot-password {
    text-decoration: underline;
    color: #888;
}

.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}

.btn-register:hover,
.btn-register:focus {
    color: #fff;
    background-color: #1CA347;
    border-color: #1CA347;
}


/* Table ====================================== */

.dataTables_wrapper {
    background: #f9fafc;
    padding: 15px 0 0 0;
}

.dataTables_wrapper thead {
    background: #fff;
}

.dataTables_wrapper thead th {
    /*border-top: solid 1px #ccc!important; */
    border-bottom: solid 1px #ccc !important;
    padding: 20px 10px !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_info {
    margin: 0 0 0 15px;
    font-size: 16px
}
.pagination li a {
    font-size: 16px;
}

.dataTables_wrapper .dataTables_filter {
    margin: 0 15px 0 0;
}

select.form-control.input-sm {
    background: #384463;
    border: 0px;
    border-radius: 0px;
    color: #FFF;
    font-weight: 500 !important;
    font-size: 13px !important;

}

.pagination {
    margin: 0px;
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 50% !important;
    margin: 0 5px;
    color: #14b6fa;
    border: 0px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #14b6fa;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
    color: #000;
    font-size: 13px !important;
    text-align: center;

}

tr.even {
    background: #fff;
    color: #000;
    font-size: 13px !important;
    text-align: center;

}

th.sorting,
.sorting_asc {
    border: 1px solid #dce0e0 !important;
    color: #000;
    border: 1px solid #dce0e0;
    border-bottom: 1px solid #dce0e0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#30b3ff+0,00a1ff+100 */
    background: #fff;
    /* Old browsers */

}

table#example {
    border: solid 1px #ccc;
    border-top: none;
}

input.form-control.input-sm {
    background: #fff !important;
    border-radius: 0px !important;
    color: #000 !important;
    border: solid 1px #ddd !important;
}

.whitebg {
    background: #fff;
    border: 0;
    padding: 12px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    display: inline-block;
    width: 100%
}

.roundbtn {
    height: 66px;
    width: 66px;
    border-radius: 60px;
    padding: 10px 0 0 0;
    text-align: center;
}

.bigbtn h3 {
    color: #00bce0;
    font-weight: 300;
    font-size: 20px;
    margin: 0 0 10px 0
}

.bigbtn h3 span {
    font-weight: 600;
}

.whitebg p {
    font-size: 12px;
}

.btn-red {
    background: #2dc83e;
    border-color: #1f9d68;
    color: #fff;
}

.btn-violet {
    background: #b25adf;
    border-color: #b25adf;
    color: #fff;
}

.btn-green {
    background: #4eb466;
    border-color: #4eb466;
    color: #fff;
}

.btn-orange {
    background: #ff9000;
    border-color: #ff9000;
    color: #fff;
}

.btn-cyan {
    background: #0089e0;
    border-color: #0089e0;
    color: #fff;
}


/* Dashboard chart ============================================== */

#AppStats .nav-tabs li {
    float: right;
}

#AppStats .tab-content {
    background: #fff;
    padding: 0px;
}

#AppStats h4 {
    margin: 10px 0 0 0;
}

#AppStats .nav-tabs>li>a {
    border: none;
    color: #969696;
}

#AppStats .nav-tabs>li.active>a,
#AppStats .nav-tabs>li.active>a:hover,
#AppStats .nav-tabs>li.active>a:focus {
    background: none;
    border: none;
    color: #3a3a3a;
}

.notification-list {
    list-style: none;
    text-align: left;
    padding: 20px 15px;
    border-bottom: solid 1px #dce0e0;
}

.notification-list h5 {
    color: #00bce0;
    font-size: 14px;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.notification-list h5 span {
    font-weight: 700;
    float: right;
}

.notification-list a {
    color: #000;
    margin: 0px 0 10px 30px;
}

.notification-list a:hover {
    color: #00bce0;
}

/* massages page ============================================================================= */

.messages-list {
    background: #fff;
    padding: 0px;
    border: solid 1px #ccc;
    border-top: 0;
}

.messages-list h4 {
    background: #ccc;
    padding: 10px;
    font-weight: bold;
}

.messages-list .list {
    padding: 10px 0 10px 15px;
    border-left: solid 10px #fff;
}

.messages-list .list .mtime {
    float: right;
    margin: 25px 15px 0 0;
}

.messages-list .list h5 {
    font-weight: bold;
}

.messages-list .list p {
    margin: 5px 0;
}

.messages-list .list b {
    color: #4292b6;
}

.messages-list:hover .list,
.messages-list.act .list {
    border-left-color: #67bfe6;
}


.profile input {
    border-radius: 0;
}

.profile label {
    line-height: 34px;
}

.submtbtn {
    margin-top: 40px;
}

.btn-select {
    position: relative;
    padding: 0;
    /* min-width: 236px;
    margin-bottom: 20px;
    */
    width: 100%;
    border-radius: 0;

}

.btn-select .btn-select-value {
    padding: 6px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 10px;
    top: 0;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
}

.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
    color: white;
}

/* Default Start */
.btn-select.btn-default:hover,
.btn-select.btn-default:active,
.btn-select.btn-default.active {
    border-color: #ccc;
}

.btn-select.btn-default ul li.selected {
    background-color: #ccc;
}

.btn-select.btn-default ul,
.btn-select.btn-default .btn-select-value {
    background-color: white;
    border: #ccc 1px solid;
}

.btn-select.btn-default:hover,
.btn-select.btn-default.active {
    background-color: #e6e6e6;
}

/* Default End */

/* Ad Manager ===================================== */
.form-control {
    border-radius: 0px;
}

.ad-list-row {}

.panel-heading h3 {
    margin: 7px 0;
}

.panel-footer a {
    margin: 0 15px 0 0;
}

.hide {
    display: none;
}

.ad-list-row {
    margin: 15px 0;
    display: inline;
}

.ad-list-row .num {
    min-height: 70px;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.ad-list-row .file-chosen {
    min-height: 70px;
    border-bottom: dashed 1px #ccc;
    line-height: 70px;
}

.ad-list-row .file-chosen input {
    border-radius: 0px;
    width: 300px;
    margin: 17px 0 0 0;
}

.ad-list-row .thumb-img {
    text-align: center;
    min-height: 70px;
}

.ad-list-row .thumb-img span {
    background: #000;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 70%;
    display: inline-block;
    margin: 0 auto;
}



/* Media ===================================== */

#mediatable {
    background: #fff;
    margin-top: 15px;
}

#mediatable th {
    background: #fff;
    padding: 15px 10px;
    border-bottom: 0;
}

#mediatable .col-file {
    width: 45%;
}

#mediatable .col-check {
    width: 5%;
    text-align: center;
}

#mediatable td {
    border-top: 0px;
    padding: 10px;
}

.media-text {
    margin: 0 0 0 15px;
}

#mediatable h4 {
    color: blue;
    text-align: left;
    font-size: 14px;
    color: #0096ff;
}

#mediatable tr.even {
    background: #f9f9f9;
    text-align: left;
}

.btn-group {
    margin-top: 20px;
}

.shop .even>.td-text,
.shop .odd>.td-text {
    padding-top: 25px;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
    bottom: 18px !important;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}

.mr30 {
    margin: 0 30px 0 0;
}

.message-div {
    min-height: 630px;
    padding: 30px;
}

.message-div p {
    line-height: 28px;
    font-size: 14px;
}

.profile .control-label span {
    color: red;
}

.tablehead tr th {
    padding: 15px !important;
}

.gridview {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.gridview li {
    float: left;
    margin: 0 15px 15px 0;
}

.gridview li a {
    display: inline-block;
}

.media-detail {
    background: #fcfcfc;
    border-bottom: solid 1px #ddd;
}

.media-detail h3 {
    color: #3a3a3a;
    padding: 10px 0 0 15px;
}

.media-detail a {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    border-left: 1px solid #ddd;
    color: #72777c;
}

.media-detail a:hover {
    color: #000;
}

.media-detail a .glyphicon {
    font-size: 20px;
    margin: 12px 0 0 0;
}

.graybg {
    background: #f3f3f3;
    padding: 15px;
    min-height: 630px;
}

.graybg p {
    color: #666666;
}

.graybg hr {
    border-color: #ddd;
}

.graybg .form-control {
    margin-bottom: 5px;
}

.graybg .redlink {
    color: #b71035;
}

.detaillinks .redlink {
    color: #b71035;
}

.detaillinks .redlink:hover {
    color: #000;
}

.bgwhite {
    background: #fff;
    min-height: 630px;
    padding: 15px;
}

#login-form>.form-group i {
    font-size: 12px;
    margin: 0 0 0 10px;
    color: #ccc;
}

img {
    max-width: 180px;
}

.katika_log img {
    max-width: 340px;
}

.admin-lg-form .katika_log {
    text-align: center;
    margin: 0px 0 50px;
}

.new-login-form .form-group label {
    font-weight: normal;
    font-size: 14px;
    color: #9a9a9a;
    text-transform: uppercase;
}

.new-login-form .form-group label span {
    color: #ff0000;
}

.btn-dangerr {
    background: #c40019 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 2px !important;
    font-size: 16px !important;
    padding: 8px 25px !important;
    margin: 10px 0 20px !important;
    text-transform: uppercase !important;
}

.btn-dangerr:hover {
    color: #fff !important;
    background: #2d2d2d !important;
}

.new-login-form .form-group {
    margin-bottom: 15px;
}

.bootstrap-tagsinput {
    width: 100%;
}

#login-form .no-pad.col-md-12 .remove_field i {
    margin: -15px -50px 0 0;
    cursor: pointer;
    position: relative;
    color: red;
    font-size: 16px;
    border: 1px solid;
    border-radius: 50%;
    padding: 1px 4px 4px 3px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
}


/*===================new-css-15-10-2018=================*/
/*Basic Tables*/
.shop .tablehead tr th {
    width: inherit !important;
    vertical-align: middle !important;
    border: none !important;
    border-bottom: 1px solid #dee2e6 !important;
    font-size: 16px;
    text-align: center;
}

.shop .tablehead tr th i {
    margin-left: 5px;
}

.shop {
    border: none !important;
}

.shop tbody tr td {
    border: none !important;
    border-top: 1px solid #dee2e6 !important;
    vertical-align: middle !important;
    height: 60px;
    font-size: 16px;
    text-align: left;
}

.shop tbody tr td .btn-group {
    margin: 0;
}

.dataTables_wrapper .dataTables_filter {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin: 0 0 15px !important;
}

.dataTables_wrapper .dataTables_filter input {
    height: 40px;
    border-radius: 4px !important;
    margin: 0 0 0 15px;
    border: 1px solid #ced4da !important;
}

.dataTables_wrapper .dataTables_filter label {
    margin: 0;
    font-size: 16px;
}

.dataTables_wrapper .dataTables_length label select.form-control {
    margin: 0 15px !important;
    height: 40px;
}

.pageinner h1 a.mtb15 {
    margin: 0 !important;
}

.shop tbody tr td a {
    display: inline-block;
    /*margin: 5px;*/
}

/*16-10-18*/
.products-shop.table-bordered>thead>tr>th,
.products-shop.table-bordered>tbody>tr>td {
    /*border: 1px solid #dee2e6 !important;*/
    border-top: 1px solid #dee2e6 !important;
    text-align: center;
    height: 60px;
}

.products-shop.table-bordered>tbody>tr:nth-of-type(2n+1) {
    background: rgba(0, 0, 0, .05);
}

.dataTables_wrapper {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.btn-default {
    color: #fff;
    background-color: #007bff;
    border: 1px solid #007bff;
    border-radius: 4px;
}

.btn-default:hover {
    color: #fff;
    background-color: #0069d9;
    border: 1px solid #0062cc;
}

.btn-danger {
    color: #fff;
    background-color: #F11200;
    border: 1px solid #F11200;
    border-radius: 2px;
    margin: 0 5px 0 0px;
}

.btn-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border: 1px solid #dc3545;
}

.shop tbody tr td:last-child span {
    border-radius: 3px;
    font-weight: 400;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
    width: 130px;
}

.shop tbody tr td:last-child a span.label-success {
    color: #fff;
    background-color: #28a745;
    border: 1px solid #28a745;
}

.shop tbody tr td:last-child a:hover span.label-success {
    color: #fff;
    background-color: #218838;
    border: 1px solid #1e7e34;
}

.shop tbody tr td:last-child span.label-success {
    /*color: #fff;
  background-color: #28a745;
  border:1px solid #28a745;*/
    background-color: inherit;
    font-size: 15px;
    color: #5cb85c;
    font-weight: 700;
}

.shop tbody tr td:last-child a span.label-default {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}

.shop tbody tr td:last-child a:hover span.label-default {
    color: #fff;
    background-color: #5a6268;
    border: 1px solid #545b62;
}

.shop tbody tr td:last-child a span.label-warning {
    color: #212529;
    background-color: #ffc107;
    border: 1px solid #ffc107;
}

.shop tbody tr td:last-child a:hover span.label-warning {
    color: #212529;
    background-color: #e0a800;
    border: 1px solid #d39e00;
}

.btn-info {
    color: #fff;
    background-color: #007bff;
    border: 1px solid #007bff;
}

.btn-info:hover {
    color: #fff;
    background-color: #0069d9;
    border: 1px solid #0062cc;
}




.dataTables_wrapper .dataTables_length label select.form-control {
    border: 1px solid #ced4da !important;
    color: #495057 !important;
    background-color: #fff !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.form-group.mtb15 select,
.profile input,
.profile select,
input.form-control,
select.form-control {
    display: block;
    width: 100%;
    height: calc(2.50rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.profile textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    width: auto;
    height: auto;
}

input[type="checkbox"] {
    margin-top: 7px;
}

input[type="button"] {
    width: auto;
}

/*form .btn {
  color: #fff;
  background-color: #007bff;
  border: 1px solid #007bff;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
}
form .btn:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}*/
.label-success {
    background-color: inherit;
    font-size: 15px;
    color: #5cb85c;
}

.dash-box .roundbtn {
    float: left;
    margin-right: 15px;
}

.dash-box h3 {
    color: #99abb4;
    font-size: 15px;
}

.dash-box p {
    color: #455a64;
    font-size: 22px;
    margin: 8px 0 0;
}

.most-view i {
    color: #03a9f3;
}

.most-sales i {
    color: #fb9678;
}

.most-favorited i {
    color: #ef5350;
}

.latest-sales i {
    color: #fb9678;
}

.bigbtn {
    border-radius: 5px;
}

.most-favorites i {
    color: #ab8ce4;
}

.most-sold i {
    color: #00c292;
}

.ad-clicks i {
    color: #03a9f3;
}

.dash-top-box-main {
    margin: 15px 0 30px;
}

.dashboard-detail {
    margin-bottom: 30px;
}

.dashboard-detail h4 {
    margin-bottom: 10px !important;
}

.dashboard-detail .nav-tabs {
    margin-bottom: 10px !important;
}

.payment-products .tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px;
}

.payment-account h3 {
    text-align: left;
    color: #000;
    margin-bottom: 30px;
    /*padding-bottom: 15px;
  border-bottom: 1px solid #dfe2dd;*/
}

.summry-main {
    display: inline-block;
    width: 100%;
    border: 1px solid #dfe2dd;
    padding: 15px;
    margin-bottom: 30px;
}

.summry-main h4 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfe2dd;
}

.summry-main h4 a {
    float: right;
    font-size: 16px;
    color: #000;
    text-decoration: underline;
}

.summry-main p {
    font-size: 16px;
    color: #000;
}

.summry-main h2 {
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.order-activity {
    display: inline-block;
    width: 100%;
    /*border: 1px solid #dfe2dd;*/
}

.order-activity tr th,
.order-activity tr td {
    text-align: left !important;
    height: 60px;
    padding: 15px !important;
    font-size: 16px;
    vertical-align: middle !important;
}

.order-activity h4 {
    padding: 15px;
    border-bottom: 1px solid #dfe2dd;
}

.order-activity .table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #f9f9f9 !important;
}

.loadingmessage .loader-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    z-index: 99;
    justify-content: center;
    align-items: center;
    background: rgba(235, 235, 235, 0.7);
}

.loadingmessage .loader-main .loader-img {
    background: rgb(222, 217, 217);
    border: 2px solid rgb(144, 144, 144);
    border-radius: 20%;
    padding: 10px 20px;
    text-align: center;
}

.loadingmessage .loader-main .loader-img p {
    margin: 0;
}

.flex {
    display: flex;
}

.block {
    display: block;
}

.space-between {
    justify-content: space-between;
}

.bb-1 {
    border-bottom: 1px solid #ccc;
}

.b-none {
    border: none;
}

.align-center {
    align-items: center;
}

.modal {
    overflow-y: auto;
}

.pr1 {
    padding-right: 1rem;
}

.option-down ul a {
    border: 0px !important;
}

.left-icon {
    border: 1px solid white;
    border-radius: 2px;
    padding: 10px 13px;
    display: flex;
    justify-content: center;
    margin: 0;
}

.left-icon:hover {
    border: 1px solid black;
    margin: 5px 0;
    border-radius: 2px;
}

a.left-icon img {
    height: 15px;
    /* margin-left: 10px;
   margin-top: 10px;
   margin-bottom: 10px !important;*/
}

.package_select,
.service_select,
.h-43 {
    height: 43px;
}

.dropdown.bootstrap-select button {
    background-color: white;
    color: black;
    border: 1px solid #ccc;
    border-radius: 0px;
    width: 100%;
}

/*Custom CSS*/
.profileCard {
    background: #fff;
    -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 20px 15px;
    margin: 0 0 20px;
    position: fixed;
    top: 110px;
    left: 10px;
    width: 230px;

}

.profileCard hr {
    margin: 10px 0;
}

.profileCard img {
    margin-bottom: 10px;
}

.profileCard .ProfileName p {
    font-weight: bold;
    color: #000;
    font-weight: bold;
}

.profileGrid {
    display: grid;

    grid-template-columns: 50% 50%;
    grid-row-gap: 10px;
    grid-column-gap: 14px;
}

.profileGrid p {
    color: #607d8b;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 300;
    text-align: left;
}

.btnTable {
    background: white;
    margin: 0;
    margin-right: 10px;
    border-radius: 3px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #d6d6e3;
}

.AdminUser {
    width: 40px;
    height: 40px;
    display: inline-block;
}
.AdminUser img {
    width: 100%;
    height: 100%;
}
ul.comments{
    padding: 0;
    list-style: none;
}
ul.comments li {
    padding: 10px;
    border-radius: 5px;
    background-color: #f1f1f1;
    margin-bottom: 5px;
}
.username-comment h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.username-comment p {
    color: #777;
    font-size: 12px;
    margin: 0px 0 10px 0;
}
.admin-tabs .nav.nav-tabs.nav-fill {
    border: 0;
    margin-top: 10px;
}
.admin-tabs .tab-content h4 {
    font-weight: 600;
    margin-bottom: 15px;
}
.Boxs {
    display: inline-block;
    width: 50px;
    text-align: center;
    margin: 0 5px 0 0px;
}
.ColorCodeBox .Box {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #eee;
}
span.ColorCode {
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#business_social_media_manager_ad_activity {
    padding-top: 15px;
    margin: 0;
}
p.commment-data a {
    color: #000;
    font-size: 13px;
}
p.commment-data a:hover{
    color: #e23c3c
}
#a5_images {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}
#facebook_login {
    font-size: 13px;
    margin-top: 30px;
}
#facebook_login label {
    font-size: 14px;
    margin: 0;
}
.admin-tabs {
    padding: 0 0 0 15px;
}
#a5_images img {
    max-width: 100%;
    width: auto;
    min-width: auto;
}
#business_social_media_manager_ad_activity label {
    font-weight: 600;
    color: #000;
}
.social-network {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.social-network .number {
    width: 30px;
    border-radius: 50%;
    height: 30px;
    background: #74767E;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 15px 0 0px;
}