﻿/*@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.otf') format('opentype');
}

.font-face-regular {
    font-family: 'Montserrat-Regular';
}

.font-face-medium {
    font-family: 'Montserrat-Medium';
}

.font-face-bold {
    font-family: 'Montserrat-Bold';
}
.Montserrat-Medium {
    font-family: 'Montserrat-Medium';
}
.Montserrat-Bold {
    font-family: 'Montserrat-Bold';
}*/
body {
    /*padding-left: 15px !important;
    padding-right: 15px !important;*/
    /*font-family: Montserrat !important;*/
    /*color: rgb(83,83,83);
    background-color: #F5F7F8 !important;*/
}
/* Set width on the form input elements since they're 100% wide by default */
input[type="text"],
input[type="password"] {
    /*max-width: 280px;*/
}

.loading-icon-container {
    font-size: 22px;
    float: left;
    padding-left: 10px;
    color: #65328f;
}
/* styles for validation helpers */
.field-validation-error {
    color: #F4771D;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #F4771D;
}

    .validation-summary-errors ul {
        list-style: none;
        /*font-family: 'Open Sans';*/
        font-weight: 700;
        font-size: 18px;
        padding-left: 0px;
    }

.validation-summary-valid {
    display: none;
}

.error-msg {
    font-size: 16px;
    font-weight: 700;
}

/****************************************** LOGIN *************************************/
.row-with-margin {
    margin-top: 5%;
}

.btn-primary {
    background-color: #F4771D !important;
    color: #FFFFFF !important;
    /*border-radius: 20px !important;*/
    border-color: #F4771D !important;
    font-size: 13.5pt !important;
    font-weight: 600 !important;
}

input.btn-primary:hover {
    background: #f0ad4e !important;
    color: #092F50;
}

.login-panel-default {
    border: 1px solid #D62425;
    /*border-radius: 10px;*/
}

/* panel heading */
.login-panel-heading {
    padding: 5px 15px;
    color: #FFFFFF;
    background-color: #D62425; /*#65328f;*/
    height: 32px;
    /*border-top-right-radius: 10px;
    border-top-left-radius: 10px;*/
    font-weight: 700;
    font-size: 18px;
    margin-top: -2px;
}

.panel-input {
    display: table;
    margin: 0 auto;
}

@media only screen and (min-width: 380px) {
    .panel-input {
        width: 300px;
    }
}



/* help text */
.help-text {
    margin-top: 2px;
    margin-bottom: 25px;
    padding-left: 0px;
    font-weight: 400;
    font-size: 16px;
    text-shadow: #444444 0 0 0px;
}

/* forgot password */
.forgot-password {
    font-weight: 700;
    font-size: 14px;
    color: #65328f;
}

/* remember me*/
label.remember-me {
    font-weight: 400;
    font-size: 16px;
    text-shadow: #444444 0 0 0px;
}


/***************************************************iCheck radio button***************************************************/
.iradio_square-blue {
    margin-right: 5px !important;
}




/***************************************************Drop down boxes for selection *******************************************/
.right-margin {
    margin-right: 10px;
}

@media only screen and (max-width:767px) {
    .right-margin {
        margin-right: 0px;
    }
}

.category-title {
    color: #65328f;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}

.category-label {
    /*font-size: 1em;*/
    font-size: 14px;
}

.category-text {
    font-size: 15px; /*18px;*/
}



.layout-selection .layout-button {
    font-size: 12px;
    padding-left: 6px;
    height: 24px;
    line-height: 0.8;
    cursor: pointer;
}

    .layout-selection .layout-button:hover {
        color: #65328f;
    }

    .layout-selection .layout-button:not(:last-child) {
        border-right: 1px solid #54575a;
        padding-right: 6px;
    }

    .layout-selection .layout-button:nth-child(-n+2) {
        padding-top: 5px;
    }


/*****************toggle button*************/
div.toggle {
   /* min-height: 28px !important;
    border-radius: 4px !important;
    height: 28px !important;*/
}

div.toggle-group label {
    /*padding: 4px 12px !important;*/
}

div.toggle-group .toggle-handle {
    /*border-radius: 2px !important;*/
}

a.export-btn-link {
    text-decoration: none;
    color: #54575a;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

    a.export-btn-link:hover {
        color: #3399FF;
    }


.modal-custom {
    display: none;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;*/
    background: rgba( 0, 0, 0, .8 ) url('../Images/loading.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    /*overflow: hidden;*/
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modal-custom {
        display: block;
    }

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-25 {
    margin-top: 25px;
}
/*icons in the grid*/
.glow-icon {
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

    .glow-icon:hover {
        color: #3399FF;
    }

/*shadow to grid text*/


.top-margin-10 {
    margin-top: 10px;
}

.top-margin-5 {
    margin-top: 5px;
}

.bottom-margin {
    margin-bottom: 10px;
}

.left-margin {
    margin-left: 6px;
}

.left-margin-40 {
    margin-left: 40px;
}

.right-margin-label {
    margin-right: 10px;
}


/*---------------------------------------------------------------------*/
hr.dashed {
    border: thin dashed #999999;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

/*------------------forms fieldset----------*/
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }


/* styles for validation helpers */
.field-validation-error {
    color: #F4771D;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #65328f;
}

input[type="checkbox"].input-validation-error {
    /*border: 0 none;*/
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/*---------------------FONT AWESOME RELATED-------------------------------------------*/
.fa-3by2x {
    font-size: 1.5em !important;
}

.fa-stack-3by2x {
    font-size: 1.5em !important;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

/*----------------------WIZARD STYLE----------------------*/

.wizard-step {
    display: none;
    min-height: 400px;
}

.DisableRadioDiv {
    cursor: not-allowed;
    /*background-color:#eeeeee;*/
    opacity: 0.4;
}

.RemovePointer {
    cursor: not-allowed !important;
}


select.input-validation-error {
    border: 1px solid #e80c4d;
    /*Other styles*/
}

/*** To make text unselectable ***/
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.DisableLink {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.4;
}


/************* TILES ***************************/
.tile-container {
    padding-top: 20px;
}

.tile-border {
    border-right: 2px dotted #666;
}

@media only screen and (max-width: 767px) {
    .tile-border {
        border-right: none;
        border-bottom: 2px dotted #666;
    }
}

.tile-image-placeholder {
    vertical-align: top;
    text-align: right;
}

.tile-title {
    font-weight: 700;
    font-size: 28px;
    /*color:#3399FF;*/
}

.tile-img {
    opacity: 0.85;
}

@media only screen and (max-width: 767px) {
    .tile-title {
        font-size: 2.0em;
    }
    .number-tile {
        height: 150px !important;
        padding-top: 2px !important;
        margin-bottom: 15px !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .tile-title {
        font-size: 2.0em;
    }

    .tile-img {
        width: 60px;
    }
}

.tile-description {
    font-size: 18px;
    text-shadow: 0px 0px 0px #000;
}



.tile-main-value {
    font-weight: 700;
    font-size: 60px;
    color: #3399FF;
}

.tile-main-value-unit {
    font-weight: 700;
    font-size: 35px;
    color: #3399FF;
}

.tile-stat-title {
    font-size: 21px;
    font-weight: 700;
    color: #b34f4f;
}

.tile-stat-value {
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .tile-stat-value {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .tile-stat-value {
        font-size: 20px;
    }
}

.tile-stat-value-unit {
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .tile-stat-value-unit {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .tile-stat-value-unit {
        font-size: 16px;
    }
}

.tile-cell {
    margin-top: 30px;
    margin-bottom: 20px;
}

.tile-cell-right-border {
    border-right: 1px solid #54575a;
}

table.tile-header {
    width: 100%;
}

.pointer-cursor {
    cursor: pointer;
}

.loading-anim {
    text-align: center;
    padding-top: 110px;
    padding-bottom: 110px;
    color: #b34f4f;
}

.tile-error {
    text-align: center;
    padding-top: 110px;
    padding-bottom: 110px;
    color: #b34f4f;
}

.HideCursor {
    visibility: hidden;
}

.ShowCursor {
    visibility: visible;
}



.default-text-color {
    color: #54575a;
}

.top-margin-20 {
    margin-top: 20px;
}


.non-scrollable-grid-in-iframe div.k-grid {
    overflow-x: hidden;
}

/*----------------Accounts Management-------------------------------*/

.top-bottom-heading-margin {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
}

.text-bold {
    font-weight: bold;
}


/*-----------------------------------------------------------------*/

/*---------------Clients Management-------------------------------*/

.page-heading {
    font-size: 22.3pt;
   /* color: #1463A0;*/
    /*font-family: 'Montserrat';*/
    font-weight:700;
}

/*-----------------------------------------------------------------*/

.left-padding-10 {
    padding-left: 10px !important;
}

#dropZone {
    background: gray;
    border: black dashed 3px;
    width: 200px;
    padding: 50px;
    text-align: center;
    color: white;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.form-group {
    font-size: 18px;
}

.k-icon {
    color: black !important;
    font-size: 18px !important;
}

.k-window-titlebar {
    color: rgba(231, 25, 94) !important;
}


.k-window div.k-window-content {
    overflow-y: auto !important;
}



.navbar-default .navbar-nav > li > a {
    color: #FFFFFF; /*original was #777*/
    font-size: 18px; /*original was nil*/
    /*font-weight: 700; /*original was nil*/ */ text-transform: uppercase; /*original was nil*/
    transition: all 0.3s; /*original was nil*/
    -moz-transition: all 0.3s; /*original was nil*/
    -webkit-transition: all 0.3s; /*original was nil*/
    -o-transition: all 0.3s; /*original was nil*/
    -ms-transition: all 0.3s; /*original was nil*/
    /*font-family: 'Montserrat-Medium';*/
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #FFFFFF; /*original was #333*/
        background-color: #FD8B42;
    }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #FD8B42;
}


body.loading .modal-custom {
    display: block;
}

.modal-custom {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;*/
    background: rgba( 0, 0, 0, .8 ) url('../Images/loading.gif') 50% 50% no-repeat;
}

.form-control {
    display: block;
    width: 100%;
    height: 28px; /*original was height: 34px;*/
    padding: 0px 9px; /*original was padding: 6px 12px;*/
    font-size: 16px; /*changed from 18px*/ /*original was font-size: 14px;*/
    line-height: 1.42857143;
    color: #54575a; /*original was color: #555;*/
    background-color: #fff;
    background-image: none;
    border: 1px solid #FD8B42; /*original was border: 1px solid #ccc;*/
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/ /*original was -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/ /*original was box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
    display: inline-block;
    /*padding: 6px 12px;*/ /*original was padding: 6px 12px;*/
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600; /*original was font-weight: normal;*/
    line-height: 0.9; /*original was line-height: 1.42857143;*/
    height: 30px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /*border: 1px solid transparent;*/
    /* border-radius: 12px; */ /*original was border-radius: 4px;*/
    padding-right: 12px; /*original was nil;*/
    padding-left: 12px; /*original was nil*/
    transition: all 0.3s; /*original was nil*/
    -moz-transition: all 0.3s; /*original was .navbar-default .navbar-nav > li > a*/
    -webkit-transition: all 0.3s; /*original was nil*/
    -o-transition: all 0.3s; /*original was nil*/
    -ms-transition: all 0.3s; /*original was nil*/
   /* min-width: 120px !important;*/
    /*width: 180px !important;*/
}

/*@media only screen and (max-width:1100px) {

    .navbar-default .navbar-nav > li > a {
        color: #FFFFFF; 
        font-size: 18px;
        text-transform: uppercase; 
    }
}*/

/*@media only screen and (max-width:986px) {

    .navbar-default .navbar-nav > li > a {
        color: #FFFFFF; 
        font-size: 14px; 
        text-transform: uppercase; 
    }
}*/

/*@media only screen and (max-width:850px) {

    .navbar-default .navbar-nav > li > a {
        color: #54575a; 
        font-size: 12px; 
        font-weight: normal; 
        text-transform: uppercase;
    }
}*/

.ChatBoxBlink {
    -webkit-animation: ChatBoxBlink 1s infinite; /* Safari 4+ */
    -moz-animation: ChatBoxBlink 1s infinite; /* Fx 5+ */
    -o-animation: ChatBoxBlink 1s infinite; /* Opera 12+ */
    animation: ChatBoxBlink 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes ChatBoxBlink {
    0%, 49% {
        color: red;
    }

    50%, 100% {
        color: black;
    }
}

.page-heading1 {
    font-size: 20px;
    font-weight: bold;
}

.ExtraMobileBookingBlink {
    -webkit-animation: ExtraMobileBookingBlink 1s infinite; /* Safari 4+ */
    -moz-animation: ExtraMobileBookingBlink 1s infinite; /* Fx 5+ */
    -o-animation: ExtraMobileBookingBlink 1s infinite; /* Opera 12+ */
    animation: ExtraMobileBookingBlink 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes ExtraMobileBookingBlink {
    0%, 49% {
        background-color: green;
    }

    50%, 100% {
        background-color: #428bca;
    }
}

.border-radius-14 {
    border-radius: 14px;
}

.blink {
    animation: blinker 0.6s linear infinite;
    color: #1c87c9;
    font-size: 30px;
    font-weight: bold;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


.select2-search__field {
    width: 100% !important;
}

.BookedClass {
    background-color: green !important;
}

.DeclinedClass {
    background-color: green !important;
}

@media only screen and (max-width: 767px) {
    .bg-login-page {
        background-color: white !important;
        height: 60vh !important;
    }

    .remove-top {
        top: 0px !important;
    }

    .add-top-5 {
        top: 5px !important;
    }

    .remove-left {
        left: 0px !important;
    }

    .bg-border-radius {
        border-top-right-radius: 50px !important;
        border-bottom-left-radius: 0px !important;
    }

    .bg-height-50 {
        height: 60vh !important;
       
    }
    .font-size-32 {
        font-size: 30px !important;
    }
    .patient-forms-heading {
        font-size: 24px !important;
        font-weight: 500 !important;
    }
    ul {
        padding-left: 20px !important;
        padding-top: 5px !important;
    }
    .font-size-23 {
        font-size: 23px !important;
    }
}

.custom-modal-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /*z-index: 99;*/
    justify-content: center;
    align-items: center;
    z-index: 9999; /* sabse upar */
}

/* Styles for the modal */
.custom-modal {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
   /* padding: 40px 40px;*/
}

.custom-modal-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .custom-modal-content .close i {
        font-size: 20px;
        cursor: pointer;
    }

.custom-modal .btns_group {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

    .custom-modal .btns_group button {
        border: 1px solid rgb(94, 94, 94) !important;
        outline: 0px !important;
        border-radius: 7px;
        padding: 6px 6px;
        font-size: 14px;
    }

    .custom-modal .btns_group .delete {
        background-color: rgb(5, 71, 5);
        color: white;
    }

.custom-modal-content p {
    border: 1px solid rgba(102, 102, 102, 0.486);
    margin-top: 12px;
}


.show_custom_modalWarapper {
    display: flex;
}

.hide_custom_modalWarapper {
    display: none;
}

.bellIconBlink {
    -webkit-animation: ChatBoxBlink 1s infinite; /* Safari 4+ */
    -moz-animation: ChatBoxBlink 1s infinite; /* Fx 5+ */
    -o-animation: ChatBoxBlink 1s infinite; /* Opera 12+ */
    animation: ChatBoxBlink 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes ChatBoxBlink {
    0%, 49% {
        color: #000;
    }

    50%, 100% {
        color: #f0ad4e;
    }
}
label {
margin-top:10px !important;
font-weight:500 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    border-radius: 8px !important;
    outline: none !important;
    border: 1px solid #FD8B42 !important;
    width: 100% !important;
}

.btn-warning {
    color: #ffffff;
    background-color: black;
    border-color: black;
    font-size: 13.5pt !important;
}
.fa {
    color: black !important;
}
