﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

#table_id tr{
    cursor: pointer;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*Fixing borders and margins for input checkbox*/
.styling-options {
    border-radius: 10px!important;
    margin-top: 10px;
}

tr > td.child {
    background: white;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label {
    color: #8aba46;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-bar:after {
    background-color: #8aba46;
}

.dayOfTheWeek {
    background: #181824;
    color: white;
    text-align: center;
    width: 60px;
    padding: 15px 0px;
    font-size: 18px;
    margin-right: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 10px;
}
#plus-btn:hover {
    transition: 0.6s;
    color: #8DBF3F !important;
}
#bottom-arrow-btn:hover {
    color: #8DBF3F !important;
}
.font-hover:hover {
    transition: 0.6s;
    font-size: 25px !important;
}
.selectedDayOfTheWeek {
    background: #c4c4c4 !important;
}

.bootstrap-timepicker-widget td{
    background: white!important;
}
.bootstrap-datetimepicker-widget td {
    background: white!important;
}
.available{
    background: white!important;
}

@media only screen and (max-width: 990px) {
    .phoneMargin {
        margin-top: 20px;
    }
    #phoneSize{
        height: 400px!important;
    }
    .phoneWidth{
        width: 140px;
    }
    .Name, .Surname {
        padding: 0px;
    }
    .Name{
        margin-bottom: 22px;
    }
    .logo-header{
        display: none;
    }
    .text-fixing{
        text-align: center!important;
    }
    .paddingRemove {
        padding: 0px !important;
        margin-top: 5px !important;
    }
    .wizard-steps {
        height: 50px !important;
        overflow-x: scroll;
    }
    .font-fixing{
        font-size: 10px!important;
    }
}
#particularButton:hover{
    background: #d3d3d3!important;
}
#companyButton:hover {
    background: #d3d3d3 !important;
}

.price:hover {
    background: #8aba46 !important;
}

.method-price:hover {
    background: #8aba46 !important;
}
.product-price:hover {
    background: #8aba46 !important;
}

.brandRow {
    height: 100px;
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    margin: 0px;
    cursor: pointer;
}

.brandRow:hover{
    background: #d3d3d3;
}

.iti--allow-dropdown{
    width: 100%;
}
/*Datatable new styles*/
.client-row {
    background-color: #f3f6f9;
    cursor: pointer;
}

    .client-row td span {
        margin-left: 10px;
    }

    #table_id .selected td {
        /*border: 1.5px solid #98c164 !important;*/
        background-color: #1F1E2E !important;
        color: white !important;
    }

    #table_id td {
        background-color: #EBEDF3;
        border-radius: 5px !important;
        border: 2px solid #dce0ec;
    }

    #device_table_id tr:hover td {
        background: #d3d3d3;
    }

    #table_id td:hover{
        background: #d3d3d3;
    }

    td {
        background-color: #EBEDF3;
    }
/*
    td {
        background-color: #EBEDF3;
    }
*/
    /*.dataTables_filter {
        display: none;
    }*/


    .dataTables_wrapper .dataTable {
        border-spacing: 0px 3px !important;
    }


    .round label {
        top: -5px !important;
    }


@media (max-width: 991.98px) {
    .subheader-enabled .content {
        padding-top: 15px!important;
    }
}

@media (min-width: 992px) {
    .header-fixed.subheader-fixed.subheader-enabled .wrapper {
        padding-top: 65px!important;
    }
}



.icons-div {
    background-color: #EBEDF3;
    border-radius: 10px;
}

    .icons-div div {
        border-radius: 10px;
    }

.icon-selected {
    background-color: #1F1E2E;
    color: white;
}

.particular-business-sec {
    background-color: #EBEDF3;
    border-radius: 10px;
}

    .particular-business-sec div {
        border-radius: 10px;
    }

select.select2 {
    opacity: 1;
}
/*
tag {
    background: #0052BF;
}*/

.customLook {
    --tag-bg: #0052BF;
    --tag-hover: #CE0078;
    --tag-text-color: #FFF;
    --tags-border-color: silver;
    --tag-text-color--edit: #111;
    --tag-remove-bg: var(--tag-hover);
    --tag-pad: .6em 1em;
    --tag-inset-shadow-size: 1.35em;
    --tag-remove-btn-bg--hover: black;
    display: inline-block;
    min-width: 0;
    border: none;
}

.customLook .tagify__tag {
    margin-top: 0;
    background-color:#0052BF!important;
}

.customLook .tagify__tag > div {
    border-radius: 25px;
    padding: 7px;
}

/* Do not show the "remove tag" (x) button when only a single tag remains */
.customLook .tagify__tag:only-of-type .tagify__tag__removeBtn {
    display: none;
}

.customLook .tagify__tag__removeBtn {
    opacity: 0;
    transform: translateX(-6px) scale(.5);
    margin-left: -3ch;
    transition: .12s;
}

.customLook .tagify__tag:hover .tagify__tag__removeBtn {
    transform: none;
    opacity: 1;
    margin-left: -1ch;
}

.customLook + button {
    color: #0052BF;
    font: bold 1.4em/1.65 Arial;
    border: 0;
    background: none;
    box-shadow: 0 0 0 2px inset currentColor;
    border-radius: 50%;
    width: 1.65em;
    height: 1.65em;
    cursor: pointer;
    outline: none;
    transition: .1s ease-out;
    margin: 0 0 0 5px;
    vertical-align: top;
}

.customLook + button:hover {
    box-shadow: 0 0 0 5px inset currentColor;
}

.customLook .tagify__input {
    display: none;
}

.tagify .tagify__tag div .tagify__tag-text{
    color: white!important;
    padding-bottom: 1px;
}