/**
 * Clikat - Online Home Services
 *
 */

/* Custom CSS "~?) s dc11 y Varun Gupta */

/* Top Navbar */
/* ============ */
.navbar-logo {
    width: 120px;
}

/* Login Screen */
/* ============ */
.loginscreen .img-container {
    padding: 15px 65px;
}


.logo_wrapper{
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 60px;
}



.loginscreen {
    background: white;
    padding: 15px;
    margin-top: 12%;
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
}

/* Dashboard Screen */
/* ================ */
.uncknlg-widget {
    padding: 2px 20px 20px 20px;
}

.days-select {
    padding: 20px 230px 20px 20px !important;
}

.dashboard-list .list-group-item {
    line-height: 14px;
}

.list-group-item.scheduled-orders {
    background: #ED5565;

    border-radius: 4px;
    margin-top: 10px;
}

.list-group-item.scheduled-orders a {
    color: #fff;
}

.ibox.sidebard-panel {
    width: 265px;
}

/* Countries Screen */
/* ================ */
.numbers-add {
    padding: 10px !important;
}

.field-no-count {
    width: 138px;
    float: left;
    margin-right: 10px;
}
table>tbody>tr:nth-of-type(odd) {
    background-color: rgba(211, 211, 211, 0.3) !important;
} 
.dashpanb label{
    margin-bottom: 20px;
    font-size: 20px;
}
 

.dashpanb h3 {
    float: right;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

/* Cities Screen */
/* ================ */
.city-select-country select, .city-select-country .chosen-container, .select-redm {
    width: 160px !important;
}

.city-select-country .chosen-container .chosen-single, .city-select-country select {
    background: #224356;
    color: #fff;
}

/* Currency List CSS */
/* ================= */
* {
    box-sizing: border-box;
}

.lists {
    display: flex;
    min-height: 150px;
}

.list:before {
    content: attr(title);
    background: #224356;
    color: #fff;
    display: block;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.list {
    width: 200px;
    border: 1px solid #224356;
    padding: 0 0 10px 0;
}

.list + .list {
    /*border-left: none;*/
}

.list-medium {
    margin: 16px;
    margin-top: 56px;
    font-size: 20px;
}

.item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    /*width: 150px;*/
    width: auto;
    height: 30px;
    overflow: hidden;
}

.item:hover {
    color: #f8ac59;
}

.item-contents {
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

/* Contents are cloned and position transitioned between the lists */
.item-contents.ng-anchor-out {
    /* No "out" transition: the item moving accross the page is exactly how it
       appears in the source location */
}

.item-contents.ng-anchor-in {
    transition: 0.2s linear all;
}

/* The item height is transitioned so space appears/disappears gradually in each list */
.item.ng-enter {
    transition: 0.1s linear all;
    height: 0;
}

.item.ng-enter.ng-enter-active {
    height: 30px;
}

.item.ng-leave {
    transition: 0.1s linear all;
    height: 30px;
}

.item.ng-leave.ng-leave-active {
    height: 0;
}

.base-currency-div p {
    float: left;
    margin-right: 10px;
    padding: 5px 0px;
}

.base-currency-div select {
    width: 150px;
}

.base-currency-div select.select-auto {
    width: auto !important;
}

.table-currency tr td select {
    background: #F9F9F9;
    overflow: overlay;
}

.table-currency tr td select[multiple], select[size] {
    min-height: 35px;
}

/* Supplier Profile CSS */
/* ==================== */
.btn-dump {
    padding: 1px 22px;
}

.btn-branch-product {
    padding: 1px 11px;
}

.btn-del-sup {
    padding: 1px 23px;
}

.btn-deac_branch {
    padding: 1px 24px;
}

.btn-del {
    padding: 1px 43px;
}

.btn-edit-sup-pro {
    padding: 1px 42px;
}

.btn-del-supp {
    padding: 1px 45px;
}

.btn-pro {
    padding: 1px 19px;
}

.btn-deact {
    padding: 1px 32px;
}

.btn-deact_del {
    padding: 1px 34px;
}

.btn-deact_new_del {
    padding: 1px 35px;
}

.btn_del_sup {
    padding: 1px 37px;
}

.btn-act {
    padding: 1px 39px;
}

.btn-edit-pro {
    padding: 1px 40px;
}

.btn-active {
    padding: 1px 30px;
}

.btn-edit {
    padding: 1px 13px;
}

.btn-rset-pass {
    padding: 1px 15px;
}

/*
.tab-supplier.active a {
    box-shadow: 02px 2px 10px 0px;
}
*/

.table-supplier-details.table td {
    text-align: left;
    padding-left: 25px;
}

.responsive-tables {
    overflow-x: auto !important;
}

.btn-date {
    background-color: #FFFFFF;
    border-color: #E5E6E7;
    color: #999999;
}

.table_h_padng {
    padding-right: 10px !important;
}

.click-txt {
    font-size: 9px;
    vertical-align: super;
    font-weight: lighter;
    color: #f8ac59;
}

.chntimg img{
    margin: 20px 0px;
}

.chntimg input{
    background-color: #fff;
    border: none;
}


.pricing {
    background: #F3F3F4;
    padding: 10px;
    margin-bottom: 10px;
}

.select_cat_supplier {
    width: auto;
    height: 25px;
    float: left;
    margin-right: 10px;
}

.amount_subs {
    width: 100px !important;
}

.mainuser{
    color: #fff;
}

.dashrow .widget{
    border: none;
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1);
}

.dashrow .widget i{
    font-size: 32px;
    color: #ed5565;
    float: right;
}

.dashrow .widget h1{
    font-weight: bold;
    margin-top: 0;
}


.info_img {
    width: 100px;
    height: 100px;
    vertical-align: text-top;
    object-fit: cover;
}

.logo_img_upload {
    /*background: #224356;*/
    background: #D3D3D3;
    color: #fff;
    margin-top: 10px;
    border-radius: 8px;
    padding: 4px;
}

.btn-add-cat {
    position: absolute;
    right: 25px;
    z-index: 1;
}

.tab-2-ibox {
    background: rgba(243, 243, 244, 0.56);
    margin-bottom: 10px;
}

.into-tab-head {
    font-weight: 300;
    font-size: 16px;
}

.note-editor .note-editable {
    background: #FFFFFF;
}

.desc_border {
    border: 2px solid #224356;
}

.desc_border .into-tab-head {
    background: #224356;
    color: #fff;
}

.tog a{
    background-color: #fff !important;
    border: none !important;
    color: #233746 !important;
    padding: 1px 6px;
}

/*
Supplier Summary Indication Css
*/
.vote-item {
    padding: 10px 0px;
}

.vote-item input {
    border: 0px;
    padding: 5px 0px;
    width: 100%;
}

.vote-item input:focus {
    outline: 0px;
}

.vote-info, .vote-title {
    margin-left: 25px;
}

.sel-box {
    /*padding: 30px 10px;*/
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
    height: 350px;
    border: 1px solid #e7eaec;
}

.sel-box-area {
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
    height: 300px;
    border: 1px solid #e7eaec;
}

.sel-box-area-edit {
    height: 200px !important;
}

.clockpicker-left, .clockpicker-center, .clockpicker-right {
    display: inline;
    float: left;
    width: 30%;
}

.sup-sum {
    margin-top: 75px;
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

input.cmn-toggle-round + label {
    padding: 2px;
    width: 80px;
    height: 15px;

    border-radius: 10px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: -13px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 100px;
    transition: background 0.4s;
}

input.cmn-toggle-round + label:after {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s;
}

input.cmn-toggle-round:checked + label:before {
    background-color: #1a2d41;
}

input.cmn-toggle-round:checked + label:after {
    margin-left: 60px;
}

.pad-top {
    margin-top: 15px;
}

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.lowercase {
    text-transform: lowercase !important;;
}

.summary-div {
    margin: 15px 0px;
}

.no-float-label {
    margin: 0 !important;
    float: none !important;
    padding: 0px !important;
}

.cat-sel {
    float: left;
    margin-right: 10px;
}

.padding-product {
    padding: 3px;
}

.form-control[readonly] {
    background: #fff !important;
}

.fix-height {
    height: 64px !important;
    overflow-x: auto;
}

.cat-selection {
    max-width: 100%;
    border: 1px solid #E5E6E7;
    padding: 10px;
}

.pad-top21 {
    margin-top: 21px !important;
}

.discount_div {
    border: 1px solid #E5E6E7;
    margin-left: 15px;
    padding: 10px;
}

.cat_title {
    width: 100px;
    word-wrap: break-word;
    background: #224356;
    color: #fff;
    padding: 1px 5px;
    /*border: 2px solid;*/
    border-radius: 8px !important;
}

.clmn_width_lg {
    width: 175px !important;
}

.cat_li li {
    margin-bottom: 8px !important;
}

/*Tags For Email Address*/
.tag-input-ctn {
    border: 1px solid #e5e6e7;
    padding: 2px 3px;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
}

.tag-input-ctn input {
    display: inline-block;
    float: left;
    height: 18px;
    padding: 0px;
    font-size: 13px;
    line-height: 18px;
    color: black;
    border: 0px;
    margin: 2px;
}

.tag-input-ctn input:focus {
    outline: 0;
    box-shadow: 0px;
}

.tag-input-ctn .input-tag {
    padding: 5px 4px;
    line-height: 12px;
    font-size: 11px;
    background-color: #e3eaf6;
    display: inline-block;
    float: left;
    border-radius: 2px;
    margin: 2px 5px 2px 0px;
    border: 1px solid #a9b6d2;
}

.tag-input-ctn .input-tag .delete-tag {
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    padding: 0px 2px;
}

.tag-input-ctn .input-tag .delete-tag:hover {
    background-color: #96b4d2;
}

.multiselect-parent button, .input-date-track {
    width: 130px !important;
}

.all_select {
    border: 1px solid #e7eaec;
    padding: 3px 10px;
    float: left;
    margin-right: 6px;
}

.all_select input{
    margin: 0;
    position: relative;
    top: 2px;
}

.feedbackComments {
    max-width: 300px !important;
    word-break: break-all;
}

.min_max_div {
    background: #224356;
    color: #fff;
    border-radius: 5px;
}

/*//------------*/
.common_field {
    width: 45px;
    background: 0px;
}

.upload_width {
    width: 150px !important;
}

.angularjs-datetime-picker {
    z-index: 9999 !important;
}

.product_y {
    border: 1px solid #e5e6e7;
    margin-bottom: 10px;
    padding: 10px 0px;
}

.nameSection {
    border: 1px solid #d3d3d3;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.panel-add-data span {
    margin-right: 25px;
}

.panel-add-data span input, .rightc input{
    margin: 0;
        position: relative;
    top: 2px;
}

.wizard .suplierInfoStep {
    padding: 15px;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #224356 !important;
    color: #fff;
    cursor: default;
}

.rm-datepicker .today.waves-effect {
    display: none;
}

.popover.clockpicker-popover {
    z-index: 10000;
}

li:focus, table:focus {
    outline: none;
}

.pointer {
    cursor: pointer;
}

.no-margin {
    margin: 0px !important;
}

[date-range] [date-picker] .after.before,
[date-picker] .active:hover, [date-picker] .now:hover,
[date-picker] .active:active, [date-picker] .now:active,
[date-picker] .active.active, [date-picker] .now.active,
[date-picker] .active.disabled, [date-picker] .now.disabled,
[date-picker] .active[disabled], [date-picker] .now[disabled] {
    background-color: #224356 !important;
    background-image: none !important;
    border-radius: 0px;
}

[date-picker] .now {
    border-radius: 0px !important;
}

/*.sortorder:after {*/
/*content: '\25b2';   // BLACK UP-POINTING TRIANGLE*/
/*}*/
/*.sortorder.reverse:after {*/
/*content: '\25bc';   // BLACK DOWN-POINTING TRIANGLE*/
/*}*/

.variants {
    margin-top: 15px;
    margin-bottom: 25px;
    margin: auto;
    width: 100%;
}

.variants td, .variants th{
    padding: 0px 12px;
}

.variants .remove {
    padding: 0px 8px !important;
    cursor: pointer;
}

.variants .remove i {
    font-size: 14px;
    background-color: #e13f3f;
    color: #ffffff;
    padding: 6px 8px;
}

.variants .add-remove {
    padding: 0px;
    padding-top: 5px;
}

.popover-content {
    white-space: pre-line;
    overflow: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #3c3c3c !important;
    white-space: nowrap;
    font-weight: 600 !important;
}

.sup-reg-cat {
    padding: 5px 10px;
}

.sup-reg-cat input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    vertical-align: sub;
    margin-right: 6px;
}

.no-data-found {
    text-align: center;
    padding: 30px;
    border: 1px solid #bebebe87;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 15px;
}

.variant-values {
    width: 53%;
    margin-left: 108px;
}

.display-areas-list {
    text-align: center;
    border: 1px solid #d6d6d67d;
    height: 80px;
}

.cat-dropdown {
    height: 300px;
    overflow: auto;
    width: 200px;
}

.sup-reg-cat label {
    font-weight: 400 !important;
}

.cat-dropdown-btn {
    border-top: 1px solid #bcbcbca3;
    text-align: right;
    padding: 8px 10px;
}

.cat-dropdown .key {
    display: block;
    padding: 4px 8px;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #3c3c3c !important;
    white-space: nowrap;
    font-weight: 600 !important;
}

.brand-dropdown {
    max-height: 200px;
    overflow: auto;
    width: 200px;
}

.cat-brand-select .multiselect-parent button {
    width: auto !important;
    min-width: 200px !important;
}

.cat-brand-select label{
    text-transform: uppercase;
}
.cat-brand-select label input{
    vertical-align: sub;
    margin-right: 10px;
}

.agent .add-remove {
    padding-left: 10px;
    padding-top: 6px;
}

.agent .time {
    margin: 2px 10px;
}

.agent .week_data {
    margin-top: 5px;
}

.agent .week-cell {
    text-align: -webkit-center;
}

.dataTables-example i{
    font-size: 16px;
    padding: 2px 8px;
}

.cursor {
    cursor: pointer;
}

.dashpan .nav-tabs {
    border-bottom: none;
}

.dashpan .nav.nav-tabs li {
display: block;
    width: 100%;
    margin-bottom: 10px;

}

table .label-success, table .badge-success, table .btn-danger, table .text-success-outline, table .text-danger-outline{
    width: 100%;
    display: block;
    margin-top: 2px;
}

a{
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}
.dashpan .nav-tabs li a{
    border: none;
    background-color: #fff;
    padding: 10px 14px;

    font-size: 15px;
    color: #676b76;
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 8px;
}

.dashpan .nav-tabs li.active a{
    border: none;
    background: #f3f2f4;
    color: #243646;
    box-shadow: 0px 4px 16px rgba(36, 54, 70, 0.3);
    border-bottom: 4px solid #ed5565;
}



.dashpan .nav-tabs > li.active > a:hover, .dashpan .nav-tabs > li.active > a:focus{
    border: none;
    background: #f3f2f4;
    color: #243646;
}

.dashpan .nav-tabs span {
    float: left;
    text-align: center;
}

.nav-header .profile-element {
    text-align: center;
}

.profile-element .small-circle-img {
    width: 70px !important;
    height: 70px !important;
}














