﻿body {
    background-color: #fff;
    /*border-top: solid 10px #000;*/
    color: #333;
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

header, footer, hgroup,
nav, section {
    display: block;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 380px;*/
}

.logo {
    padding: 10px;
}

.homeimg {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px;
    display: block;
    margin: auto;
}

.avatar {
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #e5e5e5;
    color: #747678;
    height: 32px;
    width: 32px;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    overflow: hidden;
    vertical-align: middle;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font: 600 13px/16px Source Sans Pro,sans-serif;
    float: left
}

.avatarName {
    
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
    padding-right: 12px;
    margin-left: 8px;
}

.pavatar {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font: 600 13px / 16px "Source Sans Pro", sans-serif;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    display: block;
}

footer {
    clear: both;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;

}

.table th {
    white-space: nowrap;
}

#panelMain .panel-title > a,
#panelMain-title > a:active {
    font-size: 24px;
}

#panelMain .panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

#panelMain .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sort > a, .panel.panel-default a {
    display: block;
    text-decoration: none;
}

.not-active {
    pointer-events: none;
    color: black;
}

.card-footer {
    font-size: 13px;
    text-align: center;
    min-height: 60px;
    padding: 0.75rem !important;
}

.sort {
    padding: 10px;
    border-radius: 4px;
    transition: 0.2s;
}

    .sort a:hover > div {
        margin-top: -10px;
        border: 1px solid rgb(200, 200, 200);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
        background: rgba(200, 200, 200, 0.1);
        transition: 0.5s;
        padding-bottom: 10px;
    }

div.img_holder_right img {
    float: right;
    height: 64px;
    width: 80px;
    padding-right: 10px
}

div.img_holder_left img {
    float: left;
    height: 64px;
    width: 80px;
    padding-right: 10px
}

#waitMask {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    cursor: wait;
    background-color: #000;
    opacity: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}


#waitMask > img
{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
}

.navbar-toggle {
    display: none;
}

.navbar {
    padding: 3px !important;
    width: 100%;
}


.navbar-brand {
    padding: 0px;
}

.dropdown-item {
    font-size: 14px;
}

.card-header > .img-responsive {
    width: 100%;
}


.outerBox {
    border: 1px solid #dee2e6;
    margin-top: 20px;
    padding: 20px;
}

.customer-form {
    border: 1px solid #dee2e6;
    margin-top: 20px;
    padding: 20px;
}



/*-----------------------*/
/*-------Hoem page css-------*/
/*-----------------------*/

.sideBar {
    background-color: #fff;
    z-index: 1;
    overflow: auto;
    /*width:30%;*/
}

    /*.rightside
{
    margin-left:2%;
    width:98%
}*/



    .sideBar .bar-item {
        width: 100%;
        display: block;
        padding: 5px 14px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        white-space: normal;
        float: none;
        outline: 0;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        background-color: #fff;
        color: rgb(34, 34, 34) !important;
    }

    .mc5-bar-item { 
        width: 100%;
        display: block;
        padding: 15px 14px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        white-space: normal;
        float: none;
        outline: 0;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        background-color: #fff;
        color: rgb(34, 34, 34) !important;
    }



    .sideBar a.bar-item.active {
        background-color: #5e5e5e !important;
        color: #fff !important;
    }

    .sideBar a.bar-item.unavailable {
        background-color: #fff;
        color: rgb(200, 200, 200) !important;
        cursor: default;
    }

    .sideBar a.bar-item.inactive {
        background-color: #fff;
        cursor: default;
    }

    .sideBar a.bar-item:not(.unavailable):not(.inactive):hover {
        color: #fff !important;
        background-color: #5e5e5e !important;
    }

    .sideBar .bar-item img {
        max-width: 100%;
        height: 40px;
    }

.servicesItem {
    display: flex;
    -ms-flex-wrap: wrap;
    display: flex;
    /* justify-content: space-around; */
    flex-wrap: wrap;
}

.sideBar::-webkit-scrollbar {
    width: 7px;
}

.sideBar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sideBar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    .sideBar::-webkit-scrollbar-thumb:hover {
        background: #ddd;
    }

.rightside h2 img {
    max-width: 100%;
    height: 60px;
}

.rightside h2 {
    font-size: 28px;
    font-weight: 700;
}

.rightside p span img {
    max-width: 100%;
    height: 35px;
}

.rightside p span a {
    font-weight: 500;
    color: #0085bb;
    text-decoration: none;
}

    .rightside p span a:hover {
        color: #116e94;
    }

    .rightside p span a.balanceButton {
        background: #28a745;
        color: #fff;
        border-radius: 5px;
        padding: 10px 20px;
        font-weight: 600;
        text-decoration: none;
    }

    .rightside p span a.balanceButtonDanger {
        background: #E60026;
        color: #fff;
        border-radius: 5px;
        padding: 10px 20px;
        font-weight: 600;
        text-decoration: none;
    }

.rightside p span.balanceB {
    float: right;
}

.balanceButton1 {
    background: #7b7a7a;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 600;
    text-decoration: none;
    float: right;
}

a.balanceButton1:hover {
    color: white;
    text-decoration: none;
}

.contactForm {
    overflow: hidden;
    padding-top: 30px;
    margin-bottom: 30px;
}

    .contactForm label {
        font-weight: bold;
    }

.btn-orange {
    /*background: #FF4500 !important;
    border-color: #FF4500 !important;*/
}

.navbar-brand img {
    max-width: 100%;
    height: 80px;
}

@media only screen and (min-width:991px) {
    .dadhbordHeader .collapse.navbar-collapse {
        position: relative;
    }

    .dadhbordHeader .navbar-nav {
        position: absolute;
        right: 0;
        top: -2px;
    }

        .dadhbordHeader .navbar-nav.mr-auto {
            position: absolute;
            right: 0;
            top: -40px;
        }

        .dadhbordHeader .navbar-nav .dropdown-menu {
            right: 0;
            left: auto;
        }

    .dadhbordHeader .navbar-dark .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.5);
    }

    .dadhbordHeader .navbar-nav.mr-auto .nav-link {
        color: rgba(255, 255, 255, 0.5);
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}

.jumbotron {
    padding-top: 50px;
    padding-bottom: 80px;
}

.homeimg.img-responsive, .customer-form .img-responsive {
    width: 100%
}

dd {
    word-wrap: break-word;
}

.divNumber {
    font-weight: bold;
}

.side {
    font-weight: bold;
}

.otp-custom {
    text-align: center;
    margin: 0 auto;
}

    .otp-custom .form-control {
        text-align: center;
    }

    .otp-custom .form-group .btn-outline-dark {
        min-width: 110px;
        text-align: center;
    }


/*.isa_success i {
        margin: 10px 22px;
        font-size: 5em;
        vertical-align: middle;
    }*/
i.fa.fa-check {
    margin: 0px -17px;
}

.qrCode88 {
    width: 8.8cm;
    height: 5.4cm;
    margin-bottom: 4px;
}

    .qrCode88 .qrCode {
        /*margin-top: 8px;*/
    }

.qrCode100 {
    width: 378px;
    height: 378px;
    margin-bottom: 4px;
    border: 2px solid #000;
}

    .qrCode100 .qrCode {
        margin: 20px;
    }

.qrCode105 {
    width: 397px;
    height: 559px;
    margin-bottom: 4px;
}

    .qrCode105 .qrCode {
        margin: 70px;
    }

.qrCode100 .cardLogo {
    margin-top: 10px;
}

    .qrCode100 .cardLogo img {
        height: auto;
    }

.qrCode100 .cardText {
    font-size: 25px;
    display: block;
    color: #CF041A;
    font-weight: bold
}

.qrCode100 .salesPerson {
    font-size: 15px;
    color: black;
    font-weight: 500
}

.qrCode105 .cardLogo {
    margin-top: 25px;
}

    .qrCode105 .cardLogo img {
        height: 60px;
    }

.qrCode105 .cardText {
    display: block;
    font-size: 25px;
    color: #CF041A;
    font-weight: bold;
    margin-top: 25px;
}

.qrCode105 .salesPerson {
    font-size: 15px;
    color: black;
    font-weight: 500
}

.qrCode88 .cardLogo {
    margin-top: 5px;
}

    .qrCode88 .cardLogo img {
        height: 30px;
    }

.qrCode88 .cardText {
    display: none;
    font-size: 20px;
    color: #CF041A;
    font-weight: bold
}

.qrCode88 .salesPerson {
    font-size: 15px;
    color: black;
    font-weight: 500
}

.form-group.row.lanyard {
    font-size: 15px;
    margin-top: -4px;
}

@page {
    size: A4;
    margin: 0mm;
}

label.col.col-form-label {
    text-transform: capitalize;
}

label.required-for:after {
	color: red;
	content: '*';
}

.isa_BG {
    position: relative;
    width: 100%;
    height: 100vh;
}

.isa_success {
    position: absolute;
    top: 40%;
    left: 0;
    width: 80%;
    margin: auto;
    right: 0;
}

.ias-b {
    display: flex;
    align-items: center;
}

.sendOTP {
    width: 100px;
}

    .sendOTP img {
        width: 20px;
        height: 20px;
    }

fieldset.scheduler-border {
    border: solid 1px #E5E5E5 !important;
    padding: 0 10px 10px 10px;
    border-bottom: none;
}

legend.scheduler-border {
    width: auto !important;
    border: none;
    font-size: 26px;
}

.hidden {
    display: none !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* start loader*/
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #000000;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


.form-control[multiple] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}

/* added display and margin properties to make dropdowns do next to each other due to conflict with bootstrap */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin: 2px !important;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
    display: inline-block;
    margin: 5px;
}
/* original code is commented, added code is to show month and year dropdown to display inline */
.daterangepicker .calendar-time {
    /*text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.daterangepicker select.monthselect {
    float: left;
}


/* end loader*/

/* AdvancedAdress partial */
.advanced-address .form-group,
.advanced-address .col-8 {
	margin-bottom: 0.25rem;
}

.advanced-address .form-control {
	width: auto;
}

	.advanced-address .form-control.type {
		width: 100%;
	}

	.advanced-address .form-control.number {
		width: 28%;
		display: inline-block;
	}

	.advanced-address .form-control.suffix {
		width: 18%;
		display: inline-block;
	}

.advanced-address .separator {
	width: 2%;
}

.advanced-address .form-control.street-part {
	width: 32%;
	display: inline-block;
}
/* end AdvancedAddress */
