﻿/*/*@font-face { 
 font-family: 'alex_brushregular';
    src: url('./fonts/alexbrush-regular-otf-webfont.eot');
    src: url('./fonts/alexbrush-regular-otf-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/alexbrush-regular-otf-webfont.woff') format('woff'),
         url('./fonts/alexbrush-regular-otf-webfont.ttf') format('truetype'),
         url('./fonts/alexbrush-regular-otf-webfont.svg#alex_brushregular') format('svg');
    font-weight:bold;
    font-style: normal;
}*/
section.sidebar {
    background-color: #222d32 !important;
}

.container {
    /*background-color:#fff;*/
    margin: 0 auto;
    color: #000;
    overflow: hidden;
    font-family: 'alex_brushregular';
    src: url('./fonts/alexbrush-regular-otf-webfont.eot');
    src: url('./fonts/alexbrush-regular-otf-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/alexbrush-regular-otf-webfont.woff') format('woff'), url('./fonts/alexbrush-regular-otf-webfont.ttf') format('truetype'), url('./fonts/alexbrush-regular-otf-webfont.svg#alex_brushregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.flying-text {
    margin-left: -100px;
}

.treeview-scroll {
    overflow-y: scroll;
    height: 200px;
}

span.pay-slct {
    color: red;
    font-size: larger;
    text-decoration: underline;
}
/* new style*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff !important;
    background-color: #2e72c6 !important;
}

@CHARSET "UTF-8";
/*
over-ride "Weak" message, show font in dark grey
*/

.progress-bar {
    color: #333;
}

span.trn-qty {
    padding: 50px;
}
/*
Reference:
http://www.bootstrapzen.com/item/135/simple-login-form-logo/
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 5px;
    background-color: #fbfbfb;
    /*@include box-sizing(border-box);*/
    /*&:focus {
		  z-index: 2;
		}*/
}

/*/*body {
	background: url(http://i.imgur.com/GHr12sH.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/

.login-form {
    margin-top: 60px;
}

form[role=login] {
    color: #5d5d5d;
    background: #f2f2f2;
    padding: 26px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    form[role=login] img {
        display: block;
        margin: 0 auto;
        margin-bottom: 35px;
    }

    form[role=login] input,
    form[role=login] button {
        font-size: 18px;
        margin: 16px 0;
    }

    form[role=login] > div {
        text-align: center;
    }

.form-links {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 50px;
}

    .form-links a {
        color: #fff;
    }




@media (min-width:99px) {
    .col-mds-4 {
        width: 33.33333333px;
        padding-top: 310px !important;
    }
}



.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

div#add-popup {
    border-radius: 5px;
}

.modal-header {
    border-radius: 3px;
}

button.close {
    color: #ffffff !important;
}

ul.list-group.autocomplete {
    position: absolute;
    z-index: 9999999;
    width: 200px;
}

@media (min-width: 1200px) {

    .col-lg-1 {
        width: 12.333333% !important;
    }

    .col-lg-8.col-md-8 {
        padding: 4px 4px 8px;
    }
}

.col-lg-8.col-md-8 {
    padding: 4px 4px 8px;
}

.panel.panel-blue > .panel-heading {
    border-color: #5e4fd9;
    color: white;
    background-color: #5e4fd9;
}

.panel.panel-health-tips > .panel-heading {
    border-color: #9a9c0f;
    background-color: #9a9c0f;
    color: #fff;
}

.panel.panel-health-tips {
    border-color: #9a9c0f;
}

.panel.panel-blue {
    border-color: #5e4fd9;
}

.panel.panel-health-tips {
    border-color: #9a9c0f;
}

.panel.panel-blue {
    border-color: #5e4fd9;
}

i.fa.fa-wheelchair {
    font-size: 40px;
    padding: 10px;
}

i.fa.fa-building {
    font-size: 40px;
    padding: 10px;
}

i.fa.fa-flask {
    font-size: 40px;
    padding: 10px;
}

i.fa.fa-clock-o {
    font-size: 40px;
    padding: 10px;
}

i.fa.fa-bell-o {
    font-size: 40px;
    padding: 10px;
}


span.pull-right {
    border: 1px solid #1a8e23;
    width: 100px;
    height: 28px;
    text-align: center;
    color: #fff;
    background-color: #1a8e23;
    border-radius: 6px;
    padding: 4px;
    /*margin-right: 25px;*/
}

.container-fluid.ng-scope {
    padding-top: 20px !important;
    border-color: #ffffff !important;
    border-radius: 4px !important;
    background-color: #ecf0f5 !important;
}

.pg-header.panel-heading {
    /*background-color: #ecf0f5 !important;
    color: #252323 !important;
    border-color: #eaeef3 !important;*/
    background-color: #0f3c6f !important;
    color: #fff !important;
    border-color: #0f3c6f !important;
    /* background: linear-gradient(to right, #292386, #2780e3); */
    text-shadow: 2px 2px 4px #000000;
}

.panel-primary {
    border-color: #3c8dbc !important;
    background-color: #fff;
    /*border-radius: 4px !important;
    box-shadow: 0 0 1px 1px #888 !important;*/
}

.pg-header > label {
    color: #fff;
}

a.add-new {
    color: #fff !important;
}

    a.add-new :hover {
        opacity: 1.5;
        text-shadow: 2px 2px 4px #000000;
    }

.modal-content {
    border-radius: 6px !important;
}

.img-priv {
    border: 1px solid #3c8dbc;
    margin-bottom: 10px;
    height: 157px;
}

span.add-new {
    cursor: pointer;
}

.pg-header.panel-heading > .int-fnt { /*12-11-2018 change by pradip */
    font-size: large !important;
}

.content-header > .breadcrumb {
    top: 0px !important;
    position: unset !important;
}

@media (max-width: 991px) {
    .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 77px !important;
        right: 0;
        float: none;
        background: #d2d6de;
        padding-left: 10px;
        margin-bottom: 7px !important;
    }
}

@media (max-width: 760px) {
    .content-header > .breadcrumb {
        top: 0px !important;
        position: absolute !important;
        margin-bottom: 5px !important;
    }

    .container-fluid.ng-scope {
        padding-top: 20px !important;
        border-color: #ffffff !important;
        border-radius: 4px !important;
    }

    .dashboar-row {
        margin-top: 0px !important;
    }
}

.wrapper {
    position: relative !important;
}

.content-wrapper {
    background-color: #ecf0f5;
}
/* ..........................................................  DashBord css...................................................*/
.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #999999;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

        .chat li .chat-body p {
            margin: 0;
        }

    .panel .slidedown .glyphicon,
    .chat .glyphicon {
        margin-right: 5px;
    }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

    table.dataTable thead .sorting_asc:after {
        content: "\f0de";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting_desc:after {
        content: "\f0dd";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting:after {
        content: "\f0dc";
        float: right;
        font-family: fontawesome;
        color: rgba(50, 50, 50, 0.5);
    }

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green > .panel-heading {
        border-color: #5cb85c;
        color: white;
        background-color: #5cb85c;
    }

    .panel-green > a {
        color: #5cb85c;
    }

        .panel-green > a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red > .panel-heading {
        border-color: #d9534f;
        color: white;
        background-color: #d9534f;
    }

    .panel-red > a {
        color: #d9534f;
    }

        .panel-red > a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow > .panel-heading {
        border-color: #f0ad4e;
        color: white;
        background-color: #f0ad4e;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

        .panel-yellow > a:hover {
            color: #df8a13;
        }

.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
}

    .timeline:before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 3px;
        margin-left: -1.5px;
        background-color: #eeeeee;
    }

    .timeline > li {
        position: relative;
        margin-bottom: 20px;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            float: left;
            position: relative;
            width: 46%;
            padding: 20px;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 26px;
                right: -15px;
                border-top: 15px solid transparent;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                border-left: 15px solid #ccc;
            }

            .timeline > li > .timeline-panel:after {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 27px;
                right: -14px;
                border-top: 14px solid transparent;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                border-left: 14px solid #fff;
            }

        .timeline > li > .timeline-badge {
            z-index: 100;
            position: absolute;
            top: 16px;
            left: 50%;
            width: 50px;
            height: 50px;
            margin-left: -25px;
            border-radius: 50% 50% 50% 50%;
            text-align: center;
            font-size: 1.4em;
            line-height: 50px;
            color: #fff;
            background-color: #999999;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(10%);
        width: -moz-calc(10%);
        width: -webkit-calc(10%);
    }

    ul.timeline > li > .timeline-badge {
        top: 16px;
        left: 15px;
        margin-left: 0;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            right: auto;
            left: -15px;
            border-right-width: 15px;
            border-left-width: 0;
        }

        ul.timeline > li > .timeline-panel:after {
            right: auto;
            left: -14px;
            border-right-width: 14px;
            border-left-width: 0;
        }
}
/*............................................................ DashBord Css End.....................................*/

.col-lg-1.col-lg-offset-8.col-md-1.col-md-offset-8.add-row {
    margin-bottom: 10px;
}

.ta-editor.form-control.textEditor-height, .ta-scroll-window.form-control.textEditor-height {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.form-control.textEditor-height > .ta-bind {
    height: auto;
    min-height: 300px;
    padding: 6px 12px;
}
/*...................................new styles.......*/

.identifymark {
    color: red;
}


.datepicker {
    width: 180px;
    margin: 0 20px 20px 20px;
}

    .datepicker > span:hover {
        cursor: pointer;
    }




#wrapper {
    font: 20px Calibri;
    width: 100px;
    margin: 0 auto;
}




/*------------------------------------datepicker css-----------------------*/

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-top: 0;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #ffffff;
    }

.datepicker > div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}

    .datepicker table tr td.today:hover,
    .datepicker table tr td.today:hover:hover,
    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today.disabled:hover:hover,
    .datepicker table tr td.today:active,
    .datepicker table tr td.today:hover:active,
    .datepicker table tr td.today.disabled:active,
    .datepicker table tr td.today.disabled:hover:active,
    .datepicker table tr td.today.active,
    .datepicker table tr td.today:hover.active,
    .datepicker table tr td.today.disabled.active,
    .datepicker table tr td.today.disabled:hover.active,
    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today:hover.disabled,
    .datepicker table tr td.today.disabled.disabled,
    .datepicker table tr td.today.disabled:hover.disabled,
    .datepicker table tr td.today[disabled],
    .datepicker table tr td.today:hover[disabled],
    .datepicker table tr td.today.disabled[disabled],
    .datepicker table tr td.today.disabled:hover[disabled] {
        background-color: #fdf59a;
    }

        .datepicker table tr td.today:active,
        .datepicker table tr td.today:hover:active,
        .datepicker table tr td.today.disabled:active,
        .datepicker table tr td.today.disabled:hover:active,
        .datepicker table tr td.today.active,
        .datepicker table tr td.today:hover.active,
        .datepicker table tr td.today.disabled.active,
        .datepicker table tr td.today.disabled:hover.active {
            background-color: #fbf069 \9;
        }

        .datepicker table tr td.today:hover:hover {
            color: #000;
        }

        .datepicker table tr td.today.active:hover {
            color: #fff;
        }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .datepicker table tr td.range.today,
    .datepicker table tr td.range.today:hover,
    .datepicker table tr td.range.today.disabled,
    .datepicker table tr td.range.today.disabled:hover {
        background-color: #f3d17a;
        background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
        background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
        background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
        background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
        background-image: linear-gradient(top, #f3c17a, #f3e97a);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today:hover:hover,
        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today.disabled:hover:hover,
        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today:hover:active,
        .datepicker table tr td.range.today.disabled:active,
        .datepicker table tr td.range.today.disabled:hover:active,
        .datepicker table tr td.range.today.active,
        .datepicker table tr td.range.today:hover.active,
        .datepicker table tr td.range.today.disabled.active,
        .datepicker table tr td.range.today.disabled:hover.active,
        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today:hover.disabled,
        .datepicker table tr td.range.today.disabled.disabled,
        .datepicker table tr td.range.today.disabled:hover.disabled,
        .datepicker table tr td.range.today[disabled],
        .datepicker table tr td.range.today:hover[disabled],
        .datepicker table tr td.range.today.disabled[disabled],
        .datepicker table tr td.range.today.disabled:hover[disabled] {
            background-color: #f3e97a;
        }

            .datepicker table tr td.range.today:active,
            .datepicker table tr td.range.today:hover:active,
            .datepicker table tr td.range.today.disabled:active,
            .datepicker table tr td.range.today.disabled:hover:active,
            .datepicker table tr td.range.today.active,
            .datepicker table tr td.range.today:hover.active,
            .datepicker table tr td.range.today.disabled.active,
            .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #efe24b \9;
            }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
    background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
    background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
    background-image: -o-linear-gradient(top, #b3b3b3, #808080);
    background-image: linear-gradient(top, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected:hover:hover,
    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected.disabled:hover:hover,
    .datepicker table tr td.selected:active,
    .datepicker table tr td.selected:hover:active,
    .datepicker table tr td.selected.disabled:active,
    .datepicker table tr td.selected.disabled:hover:active,
    .datepicker table tr td.selected.active,
    .datepicker table tr td.selected:hover.active,
    .datepicker table tr td.selected.disabled.active,
    .datepicker table tr td.selected.disabled:hover.active,
    .datepicker table tr td.selected.disabled,
    .datepicker table tr td.selected:hover.disabled,
    .datepicker table tr td.selected.disabled.disabled,
    .datepicker table tr td.selected.disabled:hover.disabled,
    .datepicker table tr td.selected[disabled],
    .datepicker table tr td.selected:hover[disabled],
    .datepicker table tr td.selected.disabled[disabled],
    .datepicker table tr td.selected.disabled:hover[disabled] {
        background-color: #808080;
    }

        .datepicker table tr td.selected:active,
        .datepicker table tr td.selected:hover:active,
        .datepicker table tr td.selected.disabled:active,
        .datepicker table tr td.selected.disabled:hover:active,
        .datepicker table tr td.selected.active,
        .datepicker table tr td.selected:hover.active,
        .datepicker table tr td.selected.disabled.active,
        .datepicker table tr td.selected.disabled:hover.active {
            background-color: #666666 \9;
        }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.active:hover,
    .datepicker table tr td.active:hover:hover,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.disabled:hover:hover,
    .datepicker table tr td.active:active,
    .datepicker table tr td.active:hover:active,
    .datepicker table tr td.active.disabled:active,
    .datepicker table tr td.active.disabled:hover:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active:hover.active,
    .datepicker table tr td.active.disabled.active,
    .datepicker table tr td.active.disabled:hover.active,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active:hover.disabled,
    .datepicker table tr td.active.disabled.disabled,
    .datepicker table tr td.active.disabled:hover.disabled,
    .datepicker table tr td.active[disabled],
    .datepicker table tr td.active:hover[disabled],
    .datepicker table tr td.active.disabled[disabled],
    .datepicker table tr td.active.disabled:hover[disabled] {
        background-color: #0044cc;
    }

        .datepicker table tr td.active:active,
        .datepicker table tr td.active:hover:active,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.active,
        .datepicker table tr td.active:hover.active,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active.disabled:hover.active {
            background-color: #003399 \9;
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .datepicker table tr td span:hover {
        background: #eeeeee;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: none;
        color: #999999;
        cursor: default;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        background-color: #006dcc;
        background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
        background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
        background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
        background-image: -o-linear-gradient(top, #0088cc, #0044cc);
        background-image: linear-gradient(top, #0088cc, #0044cc);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
        border-color: #0044cc #0044cc #002a80;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active:hover.disabled,
        .datepicker table tr td span.active.disabled.disabled,
        .datepicker table tr td span.active.disabled:hover.disabled,
        .datepicker table tr td span.active[disabled],
        .datepicker table tr td span.active:hover[disabled],
        .datepicker table tr td span.active.disabled[disabled],
        .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #0044cc;
        }

            .datepicker table tr td span.active:active,
            .datepicker table tr td span.active:hover:active,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.active,
            .datepicker table tr td span.active:hover.active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active.disabled:hover.active {
                background-color: #003399 \9;
            }

    .datepicker table tr td span.old,
    .datepicker table tr td span.new {
        color: #999999;
    }

.datepicker th.datepicker-switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}

    .datepicker thead tr:first-child th:hover,
    .datepicker tfoot tr th:hover {
        background: #eeeeee;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.input-daterange input {
    text-align: center;
}

    .input-daterange input:first-child {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.warning {
    border-color: red;
}

span.col-lg-1.col-md-1.per-option {
    padding: 3px 1px 0px 0px;
}

.Ved.col-lg-3.col-md-3 {
    border: 1px solid #dedede;
}

.SDE {
    border: 1px solid #dedede;
}

.IEB {
    border: 1px solid #dedede;
}

.SEA {
    border: 1px solid #dedede;
    height: 62px;
}

.form-control {
    font-size: 13px !important;
}

.modal-content {
    -moz-box-shadow: inset -5px -5px 5px #888 !important;
    -webkit-box-shadow: inset -5px -5px 5px #888 !important;
    box-shadow: 0 0 1px 2px #888 !important;
}

.modal-dialog.modal-md {
    margin-top: 102px;
}

.modal-dialog.modal-lg {
    margin-top: 102px;
}

.hrd-main.panel.panel-primary {
    -moz-box-shadow: inset -5px -5px 5px #888 !important;
    -webkit-box-shadow: inset -5px -5px 5px #888 !important;
    box-shadow: 0 0 1px 1px #888 !important;
}

.col-lg-2.col-md-2.src-box {
    text-align: right;
    margin-top: 5px;
}

.hrd-main {
    background-color: #fff;
    border-color: #3c8dbc !important;
    -moz-box-shadow: inset -5px -5px 5px #888 !important;
    -webkit-box-shadow: inset -5px -5px 5px #888 !important;
    box-shadow: 0 0 1px 1px #888 !important;
}

span.hrd-name {
    height: 13px;
    font-size: larger;
    margin-left: 5px;
    width: 200px;
    color: #000;
}

.form-control {
    border-radius: 3px !important;
}

.hrd-header {
    height: 43px;
    border: 1px solid #0f3c6f;
    border-radius: 1px;
    margin-bottom: 14px;
    background-color: #fff !important;
    color: #fff !important;
    border-color: #0f3c6f;
}

span.close {
    /*margin-right: 23px;*/
    margin-top: 7px;
}

    span.close > i.fa.fa-times {
        color: #e93a67 !important;
    }

.pt-lft {
    width: 25%;
    float: left;
    border: 1px solid #ecf0f5;
    /* padding: 1px 1px 1px 1px; */
    margin-left: 11px;
    border-radius: 9px;
    margin-bottom: 10px;
}

.pt-rgt {
    width: 72%;
    float: left;
    border: 1px solid #ecf0f5;
    /* padding: 1px 1px 1px 1px; */
    margin-left: 11px;
    border-radius: 9px;
    margin-bottom: 10px;
}

@media(max-width: 600px) {
    .pt-lft {
        width: 39% !important;
        float: left;
        border: 1px solid #ecf0f5;
        /* padding: 1px 1px 1px 1px; */
        margin-left: 5px;
        border-radius: 9px;
        margin-bottom: 10px;
    }

    .pt-rgt {
        width: 51%;
        float: left;
        border: 1px solid #ecf0f5;
        /* padding: 1px 1px 1px 1px; */
        margin-left: 5px;
        border-radius: 9px;
        margin-bottom: 10px;
        margin-right: 2px;
    }
}

@media(max-width:900px) {
    .pt-lft {
        width: 40% !important;
        float: left;
        border: 1px solid #ecf0f5;
        /* padding: 1px 1px 1px 1px; */
        margin-left: 11px;
        border-radius: 9px;
        margin-bottom: 10px;
    }

    .pt-rgt {
        width: 55%;
        float: left;
        border: 1px solid #ecf0f5;
        /* padding: 1px 1px 1px 1px; */
        margin-left: 11px;
        border-radius: 9px;
        margin-bottom: 10px;
    }
}

@media(max-width:1200px) {
    .pt-lft {
        width: 40% !important;
        float: left;
        border: 1px solid #ecf0f5;
        /* padding: 1px 1px 1px 1px; */
        margin-left: 11px;
        border-radius: 9px;
        margin-bottom: 10px;
    }

    .pt-rgt {
        width: 55%;
        float: left;
        border: 1px solid #ecf0f5;
        /* padding: 1px 1px 1px 1px; */
        margin-left: 11px;
        border-radius: 9px;
        margin-bottom: 10px;
    }
}

@media(max-width: 360px) {
    .pt-lft {
        width: 95%;
        float: left;
        border: 1px solid #ecf0f5;
        /* padding: 1px 1px 1px 1px; */
        margin-left: 11px;
        border-radius: 9px;
        margin-bottom: 10px;
    }

    .pt-rgt {
        width: 95%;
        float: left;
        border: 1px solid #ecf0f5;
        /* padding: 1px 1px 1px 1px; */
        margin-left: 11px;
        border-radius: 9px;
        margin-bottom: 10px;
    }
}

@media(max-width: 400px) {
    .pt-lft {
        width: 95%;
        float: left;
        border: 1px solid #ecf0f5;
        /* padding: 1px 1px 1px 1px; */
        margin-left: 11px;
        border-radius: 9px;
        margin-bottom: 10px;
    }

    .pt-rgt {
        width: 95%;
        float: left;
        border: 1px solid #ecf0f5;
        /* padding: 1px 1px 1px 1px; */
        margin-left: 11px;
        border-radius: 9px;
        margin-bottom: 10px;
    }
}

/**-------------------------Patient Scheduel style -----------------------------------*/

.pt-lft.col-lg-3.col-md-3.col-sm-3.col-xs-3 {
    float: left;
}

.pt-rgt.col-lg-9.col-md-9 {
    float: right;
}

.pt-rgt.col-lg-8.col-md-8.col-sm-8.col-xs-8 {
    margin-right: 41px;
}

span.apnt-hedr.col-lg-12.col-md-12.col-sm-8.col-xs-8 {
    margin-top: 10px;
    color: #000;
}

span.crte-box.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    background-color: #3c8dbc;
    border: 1px solid #3c8dbc;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    height: 26px;
    padding: 0px;
    font-weight: 500;
    font-size: large;
    margin-bottom: 5px;
    cursor: pointer;
}

span.col-lg-12.col-md-12.col-sm-12.col-xs-12.cfned-txt {
    color: #000;
    margin-bottom: 10px;
}

span.col-lg-12.col-md-12.cofm-btn {
    background-color: #3cbc63;
    border: 1px solid #3cbc63;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    height: 26px;
    padding: 0px;
    font-weight: 500;
    font-size: large;
    margin-bottom: 5px;
    cursor: pointer;
}

span.col-lg-12.col-md-12.col-sm-12.col-xs-12.rcnt-txt {
    color: #000;
    margin-bottom: 10px;
}

span.col-lg-12.col-md-12.col-sm-12.col-xs-12.rqst-btn {
    background-color: #bf7807;
    border: 1px solid #bf7807;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    height: 26px;
    padding: 0px;
    font-weight: 500;
    font-size: large;
    margin-bottom: 5px;
    cursor: pointer;
}

span.col-lg-12.col-md-12.col-sm-12.col-xs-12.awat-txt {
    color: #000;
    margin-bottom: 10px;
}

span.col-lg-12.col-md-12.col-sm-12.col-xs-12.acpt-btn {
    background-color: #1f11ef;
    border: 1px solid #1f11ef;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    height: 26px;
    padding: 0px;
    font-weight: 500;
    font-size: large;
    margin-bottom: 5px;
    cursor: pointer;
}

span.col-lg-12.col-md-12.col-sm-12.col-xs-12.act-txt {
    color: #000;
    margin-bottom: 10px;
}

span.col-lg-12.col-md-12.col-sm-12.col-xs-12.chk-btn {
    background-color: #ec9306;
    border: 1px solid #ec9306;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    height: 26px;
    padding: 0px;
    font-weight: 500;
    font-size: large;
    margin-bottom: 5px;
    cursor: pointer;
}

span.col-lg-12.col-md-12.col-sm-12.col-xs-12.chk-txt {
    color: #000;
    margin-bottom: 10px;
}

span.col-lg-12.col-md-12.col-sm-12.col-xs-12.chk-out-btn {
    background-color: #899d20;
    border: 1px solid #899d20;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    height: 26px;
    padding: 0px;
    font-weight: 500;
    font-size: large;
    margin-bottom: 5px;
    cursor: pointer;
}

span.col-lg-12.col-md-12.col-sm-12.col-xs-12.ckh-out-txt {
    color: #000;
    margin-bottom: 10px;
}

span.col-lg-12.col-md-12.col-sm-12.col-xs-12.note-btn {
    background-color: #9ec7de;
    border: 1px solid #9ec7de;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    height: 26px;
    padding: 0px;
    font-weight: 500;
    font-size: large;
    margin-bottom: 5px;
    cursor: pointer;
}

span.col-lg-12.col-md-12.col-sm-12.col-xs-12.note-txt {
    color: #000;
    margin-bottom: 20px;
}

.lft-hrd.apnt-hedr.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    width: 100%;
}

span.apnt-hedr.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    width: 100%;
}
/*.pt-rgt.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    width: 73% !important;
}*/

@media (min-width: 400px) {
    .pt-rgt.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        width: 97% !important;
    }

    .bfr-cal {
        height: 445px;
        padding: 107px 0px;
        color: #3c8dbc;
        font-size: large;
    }
}

@media (min-width: 320px) {
    .pt-rgt.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        width: 97% !important;
    }

    .bfr-cal {
        height: 445px;
        padding: 107px 0px;
        color: #3c8dbc;
        /* background-color: #9ec7de; */
        animation-name: example;
        animation-duration: 4s;
        font-size: large;
    }
}

@media (min-width: 900px) {
    .pt-rgt.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        width: 73% !important;
    }

    .bfr-cal {
        height: 447px;
        padding: 176px 255px;
        color: #3c8dbc;
        /* background-color: #9ec7de; */
        /* animation-name: example; */
        /* animation-duration: 4s; */
        font-size: x-large;
    }
}

@media (min-width: 1024px) {
    .pt-rgt.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        width: 73% !important;
    }

    .bfr-cal {
        height: 447px;
        padding: 176px 255px;
        color: #3c8dbc;
        /* background-color: #9ec7de; */
        /* animation-name: example; */
        /* animation-duration: 4s; */
        font-size: x-large;
    }
}

@media (min-width: 768px) {
    .pt-rgt.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        width: 73% !important;
    }

    .bfr-cal {
        height: 447px;
        padding: 176px 255px;
        color: #3c8dbc;
        /* background-color: #9ec7de; */
        /* animation-name: example; */
        /* animation-duration: 4s; */
        font-size: x-large;
    }
}
/** ------------End Patient Schedule style -----------------------**/




/*-------------------------------loader style ----------------------------------- */
.loader {
    border-radius: 50%;
    width: 100px;
    height: 200px;
    margin: auto;
    overflow: hidden;
    padding: 51px;
    position: absolute;
    top: 0%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1050;
    display: block;
    transition: opacity 0.15s linear;
    transform: translate(0, 0);
    display: none;
}

/* Safari */
@@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1040; */
    background-color: #000000;
    z-index: 1040;
    opacity: 0.5;
    display: none;
}
/*-------------------------------End loader style ----------------------------------- */
/*---------------------style print button for paitent Appointmet --------------------------------------------*/
.print-btn.btn-success {
    width: 100px;
    text-align: center;
    height: 27px;
    float: right;
    margin-top: 0px;
    padding: 3px;
    font-size: medium;
    border-radius: 7px;
    cursor: pointer;
}

.prnt-branchName {
    border: 1px solid #d2cccc;
    padding: 5px;
    border-radius: 4px;
}

.col-lg-12.col-md-12.prnt-table {
    border: 1px solid #d2cccc;
    padding: 8px;
    border-radius: 4px;
}


button.print-page.btn-success {
    /* padding: 8px; */
    margin-top: 10px;
    text-transform: capitalize;
    width: 90px;
    height: 32px;
    border-radius: 9px;
}

span.pr-doc {
    margin-left: 15px;
    padding: 2px;
}

.print-brn-doc.ng-binding {
    float: left;
}

.print-brn-speci.ng-binding {
    float: right;
}


.print-brn-Phone.ng-binding {
    /*float: left;*/
    margin-left: 18px;
}

.appoint-header {
    border: 1px solid #ccc6c6;
    border-radius: 4px;
    padding: 8px;
}

.row.pay-bill-box {
    margin-top: 10px;
}

input#UserCode {
    background-color: rgba(236, 229, 143, 0.4);
}

.inv-pay-dtls {
    border: 1px solid #908c8c;
    padding: 2px 8px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 1px 0px #888 !important;
}

.inv-mrg {
    margin-top: 4px;
}

.Invlbltxt {
    margin-top: 6px;
}

.inv-main {
    border: 1px solid #fff;
    border: 1px solid #908c8c;
    padding: 2px 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    border-radius: 3px;
    background-color: #fff;
    /*box-shadow: 0 0 1px 0px #888 !important;*/
}

.int-fnt {
    font-style: normal;
    font-family: Verdana;
}

button.btn.btn-success.pat-srch-btn {
    margin-top: 13px;
}

button.btn.btn-default.pat-rest-btn {
    margin-top: 12px;
}

.pat-int-fnt {
    margin-top: 2px;
}

.row.pat-shd-cal {
    margin-bottom: 15px;
}

.bfr-cal {
    height: 447px;
    padding: 176px 255px;
    color: #3c8dbc;
    /* background-color: #9ec7de; */
    /* animation-name: example; */
    /* animation-duration: 4s; */
    font-size: x-large;
}

.pat-srch-btn {
    margin-top: 13px;
}

td.fc-widget-content {
    cursor: pointer;
}
/*---------------------End style print button for paitent Appointmet --------------------------------------------*/
/*----------------OP Patient Registration------------------------------------------------------------------------*/
.pat-reg {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: 275px;
    margin-left: 5px;
    border-radius: 5px;
}

.pat-rg-hrd {
    background-color: #ecf0f5;
    height: 23px;
    padding: 4px;
    border-color: #ecf0f5;
    border-radius: 2px;
}

.pat-dob {
    margin-left: 112px;
    margin-top: -41px;
    height: 25px;
}

.pat-rg-years {
    margin-left: 3px;
    width: 83px;
}

.pat-rg-month {
    margin-left: 96px;
    margin-top: -24px;
    width: 84px;
}

.pat-rg-dys {
    margin-left: 195px;
    margin-top: -24px;
    width: 83px;
}

.pat-rg-refrl {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: 84px;
    margin-left: 5px;
    border-radius: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.pat-rg-addrs {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: 300px;
    margin-left: 5px;
    border-radius: 5px;
    margin-bottom: 2px;
}

.cam-capt.col-lg-5 {
    margin-left: 143px;
}

.tblhdrColor {
    background-color: #3c8dbc !important;
    color: #fff;
}

img.pat-fil-img {
    width: 115px;
    height: 114px;
    margin-top: 67px;
    border-radius: 71px;
    border-color: red;
    margin-left: 38px;
    border: 3px solid;
}

button.btn.btn-warning.upload {
    background-color: #404d71 !important;
    border: #fff !important;
}
/*------------------------------Casuality Form------------------------------------------*/
.OP-Casuality-reg {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: 300px;
    margin-left: 5px;
    border-radius: 5px;
}
/*------------------------------Consultations Form--------------------------------------*/
span.op-calt-print {
    cursor: pointer;
}

span.op-calt-view {
    cursor: pointer;
}

.pat-conslt-addrs {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: 149px;
    margin-left: 5px;
    border-radius: 5px;
    /* margin-top: 2px; */
    margin-bottom: 2px;
}

.pat-conslt-reg {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: 210px;
    margin-left: 5px;
    border-radius: 5px;
}

.pat-conslt-doctr {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: 140px;
    margin-left: 5px;
    border-radius: 5px;
    margin-bottom: 2px;
}

.bt-go {
    margin-top: 14px;
    height: 26px;
    width: 67px;
    padding: 0px;
}

.Showdat {
    margin-top: 15px;
}

.findbtn {
    margin-left: 47px;
}

.pat-cal-todate {
    margin-left: 32px;
}

input#NormalRadio {
    margin-left: 10px;
    margin-top: -1px;
}


input.int-fnt.con-Emer {
}

input.int-fnt.con-forg {
}

.pat-conslt-pay {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: 190px;
    margin-left: 5px;
    border-radius: 5px;
    margin-bottom: 2px;
}

.con-prt {
    border: 1px solid #e6e6e6;
    height: 25px;
}

span.int-fnt.prt_txt {
    margin-left: 5px;
    margin-right: 20px;
}

input.ConsultationFeeA {
    width: 127px;
}

.modal-header {
    background-color: #3c8dbc !important;
}

div#add-popup {
    box-shadow: 0 0 2px 2px #777 !important;
}

.modal-header {
    padding: 3px !important;
    height: 37px !important;
}

.Cons-prv-btn {
    text-align: center;
    margin-bottom: 10px;
}

.Consult-prnt-view {
    width: auto;
    height: auto !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 6px;
    border-radius: 2px;
}

.conslt-cmp-title {
    text-align: center;
    font-weight: bold;
    font-size: x-large;
}

.conslt-cmp-footer-title {
    text-align: center;
}

.conslt-adrs {
    text-align: center;
}

.conlst-phn-dtls {
    text-align: center;
}


.coslt-ftr {
    text-align: center;
    margin-top: 18px;
    font-size: large;
}
/*---------------------------------OP Billings ----------------------------------------*/
.OP-Ivp-find {
    height: 26px;
    padding: 2px 10px;
}

.OP-In-reg {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: auto;
    margin-left: 1px;
    border-radius: 5px;
    margin-bottom: 3px;
}

.OP-inv-adres {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: auto;
    margin-left: 5px;
    border-radius: 5px;
}

.OP-inv-doct {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: auto;
    margin-left: 5px;
    border-radius: 5px;
}

.OP-inv-paymnt {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: auto;
    margin-left: 5px;
    border-radius: 5px;
}

.op-inv-srrdtls {
    border: 1px solid #888;
    margin: 7px;
    padding: 3px;
    border-radius: 4px;
}
/*---------------------------------OP Payments ----------------------------------------*/
.OP-payment {
    width: 99%;
    border: 1px solid #b7b2b2;
    margin-left: 5px;
    border-radius: 5px;
}

/*................................................Doctor Leave -------------------------------*/
span.edt-leve {
    cursor: pointer;
}

.doct-leave {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: auto;
    margin-left: 5px;
    border-radius: 5px;
    margin-bottom: 170px;
}

.lev-hrd {
    height: 600px !important;
}

.doct-leave-slot {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: auto;
    margin-left: 5px;
    border-radius: 5px;
    margin-bottom: 16px;
}
/*............................................Services Enquiry.....................................................*/
.doct-serv-enqy {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: auto;
    margin-left: 5px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 30px;
}
/*............................................Package Enquiry.....................................................*/
.row.pkg-dtls-enry {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #b8bbbf;
    margin: 8px;
    padding: 5px;
    border-radius: 4px;
}

.accordion-container {
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 10px;
}

#accordion {
    width: 100%;
    margin: 1em auto;
}

.accordion-toggle {
    padding: 0.5em;
    border: 1px solid #DBDBDB;
    margin: 0 auto;
    border-radius: 4px;
    height: 29px;
}

.last-child {
    border-bottom: 1px solid #DBDBDB;
}

.accordion-content {
    padding: 1em;
    display: block;
    border: 1px solid #DBDBDB;
}

    .accordion-content.default {
        display: none;
    }

div#accordion {
    margin-top: 2px;
    margin-bottom: 1px;
}

.accordion-content.default {
    border-radius: 3px;
}

.pkg-dtl-pck-vald-frm {
    text-align: center;
}

.pkg-dtl-vld-to {
    text-align: center;
}

.pkg-dtl.act-pr {
    text-align: center;
}

.pkg-dtl-ofr-prc {
    text-align: center;
}

.pck-hrd-nme {
    background-color: #2e72c6;
    height: 21px;
    padding: 2px;
    border-radius: 3px;
    /* color: #fff !important; */
}
/*............................................---------Quotations--------------.....................................................*/
.Quo-item {
    padding: 7px;
    border: 1px solid #b7b2b2;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.row.qua-rmrk {
    padding: 7px;
}

i.fa.fa-trash-o {
    color: #d73925;
    cursor: pointer;
}

.ph-qut-reg {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: auto;
    margin-left: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}
/*............................................---------PurchaseMaster--------------.....................................................*/
.PO-Master {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: auto;
    margin-left: 5px;
    border-radius: 5px;
}
/*............................................-----------------IP Registrations-------------------.....................................................*/
.IPpat-conslt-reg {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: 181px;
    margin-left: 5px;
    border-radius: 5px;
}

.IPpat-room-dtls {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: 92px;
    margin-left: 5px;
    border-radius: 5px;
    margin-bottom: 2px;
}

.Ippat-addrs {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: 136px;
    margin-left: 5px;
    border-radius: 5px;
    margin-bottom: 2px;
}

.Ippat-attnd-addrs {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: 136px;
    margin-left: 5px;
    border-radius: 5px;
    margin-bottom: 2px;
}

.IPpat-conslt-doctr {
    width: 99%;
    border: 1px solid #b7b2b2;
    height: 148px;
    margin-left: 5px;
    border-radius: 5px;
    margin-bottom: 2px;
}

.bed-lst {
    border: 1px solid #2e72c6;
    height: auto !important;
    margin-top: 10px;
}

span.bed-strct {
    border: 1px solid;
    height: 30px;
    padding: 4px;
    cursor: pointer;
    margin: 3px;
    text-align: center;
}

    span.bed-strct:hover {
        opacity: 0.7;
        background: rgba(0,0,0,0);
        color: #0044cc;
        box-shadow: inset 0 0 0 1px #0044cc;
    }
/*............................................-----------------MIS Dash board result-------------------.....................................................*/
.report-hrd {
    text-align: center;
    height: 40px;
    font-size: large;
    margin-top: 10px;
}

.dah-rpt-cmp-hrd {
    height: auto;
    margin-bottom: 10px;
}

.custm-style {
    color: #000000;
    background-color: #3c8dbc;
    border-color: #BCE8F1;
    border-radius: 10px;
}

#address, #patDetails {
    margin-top: 2px;
    color: white;
    margin-bottom: 2px;
}
#patDetails1{
     margin-top: 2px;
    color: #3c8dbc;
    margin-bottom: 2px;
}

.appoinment-style {
    margin-top: 4px;
}

.input-group .input-group-addon {
    background-color: #fff;
}

hr {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #e6e6e6;
}

#ptHead {
    color: #3c8dbc;
    font-weight: 700;
    margin-top: 3px;
    font-size: 21px;
}

#mainHead{
    color: #ffffff;
    font-weight: 700;
    margin: 3px;
    font-size: 21px;
}

.Hbtns h5{
    color: #9ec7de;
    font-weight: 700;
    margin: 4px;
    font-size: 18px;
    align-items:center;
    
}
.bt1:hover{
    color:silver;
    background-color:white;
    border-radius:5px;
}

.bt1:focus{
    color:silver;
    background-color:white;
    border-radius:5px;
}

.bt2:hover{
    color:silver;
    background-color:white;
    border-radius:5px;
}
.bt2:focus{
    color:silver;
    background-color:white;
    border-radius:5px;
}

.bt3:hover{
    color:silver;
    background-color:white;
    border-radius:5px;
}
.bt3:focus{
    color:silver;
    background-color:white;
    border-radius:5px;
}

.bt4:hover{
    color:silver;
    background-color:white;
    border-radius:5px;
}
.bt4:focus{
    color:silver;
    background-color:white;
    border-radius:5px;
}



.ptHead {
    margin-top: 7px;
}

.thead-color {
    background-color: #3c8dbc !important;
    color: #fff;
}


.panel-primary > .pnl-heading {
    color: #ffffff;
    background-color: #fff !important;
    border-color: #3c8dbc;
}

.add-new-custom {
    border-color: #eee;
}

.close {
    opacity: unset;
}

span.ui-select-match-text.pull-left :hover {
    color: #01070a;
}

.custom-cam {
    font-size: 10px;
}

.btn-custm {
    width: 30px !important;
    height: 25px !important;
}

    .btn-custm > i {
        font-size: 20px;
    }

.info-box-content {
    padding: 5px 10px;
    margin-left: 60px !important;
}

li.ui-menu-item {
    height: 19px;
    text-align: left;
    padding: 2px !important;
}

.input-sm {
    height: 26px !important;
    padding: 4px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 0 !important;
}

.icon-size {
    cursor: pointer;
    height: 26px !important;
    padding: 5px 10px !important;
    font-size: 9px !important;
    line-height: 1.5 !important;
    border-radius: 0 !important;
}

/*......................................for edit view and print button color class 21/05/2019..............*/

.btn-addnew-Permission {
    background-color: #2e72c6 !important;
    border-color: #2e72c6 !important;
}

.btn-addnew-NoPermission {
    background-color: gray !important;
    border-color: gray !important;
}

.btn-Edit-Permission {
    color: #008d4c !important;
    border-color: #008d4c !important;
}

.btn-Edit-NoPermission {
    color: gray !important;
    border-color: gray !important;
}

.btn-View-Permission {
    color: #008d4c !important;
    border-color: #008d4c !important;
}

.btn-View-NoPermission {
    color: gray !important;
    border-color: gray !important;
}

.btn-Print-Permission {
    color: #f0ad4e !important;
    border-color: #008d4c !important;
}

.btn-Print-NoPermission {
    color: gray !important;
    border-color: gray !important;
}

.fc-day-top.fc-other-month {
    opacity: unset !important;
}

td.fc-day-top.fc-mon.fc-other-month.fc-past > a {
    color: #ddd !important;
}

.fc-past > a {
    color: #ddd !important;
}



/*---------------------------------------style for search dropdown--------------------------------------*/
.custom-select {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    width: 220px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-select.small {
        width: 104px;
    }

    .custom-select.medium {
        width: 164px;
    }

    .custom-select.large {
        width: 300px;
    }

    .custom-select.xlarge {
        width: 380px;
    }

    .custom-select > select {
        display: none !important;
    }

    .custom-select > a.dropdown-toggle {
        border-radius: 0;
        line-height: 28px;
        box-shadow: none;
        background: #ffffff;
        position: relative;
        display: block;
        overflow: hidden;
        padding: 0 0 0 8px;
        border: 1px solid #aaa;
        text-decoration: none;
        white-space: nowrap;
        cursor: pointer;
        color: #888;
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 30px;
    }

        .custom-select > a.dropdown-toggle.disabled,
        .custom-select > a.dropdown-toggle.disabled:hover {
            cursor: not-allowed;
            color: #aaa;
            background: #eee;
        }

        .custom-select > a.dropdown-toggle:hover,
        .custom-select.open > a.dropdown-toggle {
            color: #333;
        }

    .custom-select.open > a.dropdown-toggle {
        border-bottom: 0;
        line-height: 29px;
    }

.control-group.error .custom-select > a.dropdown-toggle {
    border-color: #f09784;
    color: #d68273;
}

.custom-select > a.dropdown-toggle > span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-select > a.dropdown-toggle > b {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

    .custom-select > a.dropdown-toggle > b:before {
        content: "\f0d7";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 12px;
        position: relative;
        top: -1px;
        left: 1px;
    }

.custom-select.open > a.dropdown-toggle > b:before {
    content: "\f0d8";
}

.custom-select > .dropdown-menu {
    margin-top: 0;
    border-color: #aaa;
    border-top: 0;
    padding-bottom: 0;
    width: auto;
    min-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

    .custom-select > .dropdown-menu > .custom-select-search {
        position: relative;
        z-index: 1010;
        margin: 0;
        padding: 0 4px;
        white-space: nowrap;
    }

        .custom-select > .dropdown-menu > .custom-select-search > input {
            width: 100%;
            height: 30px;
            margin: 0;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 4px 20px 4px 5px;
            border-radius: 0;
        }

        .custom-select > .dropdown-menu > .custom-select-search:after {
            content: "\f002";
            display: inline-block;
            color: #888;
            font-family: FontAwesome;
            font-size: 14px;
            position: absolute;
            top: 4px;
            right: 10px;
        }

    .custom-select > .dropdown-menu > ul {
        border-color: #aaa;
        border-top: 0;
        margin: 4px 0;
        padding: 0;
        list-style: none;
        background-color: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 240px;
        padding-right: 14px;
    }

        .custom-select > .dropdown-menu > ul > li > a {
            font-size: 13px;
            margin-bottom: 1px;
            margin-top: 1px;
            display: block;
            padding: 3px 8px;
            clear: both;
            font-weight: normal;
            line-height: 20px;
            color: #333;
            cursor: pointer;
            width: 100%;
        }

            .custom-select > .dropdown-menu > ul > li > a:hover,
            .custom-select > .dropdown-menu > ul > li > a:focus {
                color: #fff;
                text-decoration: none;
                background-repeat: repeat-x;
            }

            .custom-select > .dropdown-menu > ul > li > a:hover {
                background: #4f99c6;
            }

            .custom-select > .dropdown-menu > ul > li > a:focus {
                background: #2283c5;
            }

        .custom-select > .dropdown-menu > ul > li.empty-result > em {
            text-align: center;
            padding: 4px 8px;
            display: block;
        }

    .custom-select > .dropdown-menu > .custom-select-action > button {
        border-radius: 0;
        background-image: none;
    }

/**/

.ui-select-match > span {
    background-color: #fff !important;
}

input[type="search"] {
    -webkit-appearance: none;
    height: 28px !important;
}

.pay-mode-dtls {
    background-color: #3c8dbc;
    height: 24px;
    margin-top: 1px;
    border-radius: 2px;
    padding: 4px;
    color: #fff;
    font-weight: 600;
}

.tt-dropdown-menu,
.gist {
    text-align: left;
}

.toUpperCaseText {
    text-transform: uppercase;
}

.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}

.design-process-content {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 16px 34% 30px 30px;
}

    .design-process-content img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        max-height: 100%;
    }

    .design-process-content h3 {
        margin-bottom: 16px;
    }

    .design-process-content p {
        line-height: 26px;
        margin-bottom: 12px;
    }
/* ------------------------------------------ Drop Down ---------------------------------------------------*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu > .txt:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu:hover > .txt:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/* ------------------------------------------ Find Modal pop up style 23/07/2019 by ALI ---------------------------------------------------*/
#find_modal_heading {
    color: white;
    font-weight: 700;
    margin-top: 3px;
    font-size: 21px;
}


.suggestion-name {
    min-width: 100px;
}

.suggestion-designation {
    min-width: 100px;
}


/* ------------------------------------------ Type Ahead style 06/08/2019 by ALI ---------------------------------------------------*/

.typeahead-demo .custom-popup-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: #f9f9f9;
}

    .typeahead-demo .custom-popup-wrapper > .message {
        padding: 10px 20px;
        border-bottom: 1px solid #ddd;
        color: #868686;
    }

    .typeahead-demo .custom-popup-wrapper > .dropdown-menu {
        position: static;
        float: none;
        display: block;
        background-color: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

[uib-typeahead-popup].dropdown-menu {
    display: block;
    font-size: 12px;
    width: auto !important;
}

input:focus {
    background-color: #e4ff005c !important;
}

td.uib-time.am-pm {
    padding-left: 6px;
}

label {
    margin-top: 5px !important;
    font-size: 11px !important;
    color: darkblue !important;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px !important;
    font-weight: normal !important;
}

body {
    padding-right: 0px !important;
}

.pageHeaderStyle {
    width: 100%;
    border-bottom: 1px solid #b7b0b0;
    line-height: 0.1em;
    font-weight: bold;
    border-color: #cd5b09;
}

    .pageHeaderStyle span {
        background: #fff;
        padding: 0 10px;
        margin-left: 18px;
        color: #d6570f;
    }

    input[type="button"]{
   outline:none !important;
}
input[type="button"]::-moz-focus-inner {
   border: 0 !important;
}

.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #ffffff;
    }

        .toast-message a:hover {
            color: #cccccc;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 51px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

.toast-top-center {
    top: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    /*overrides*/
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #ffffff;
        opacity: 1.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

    #toast-container > :hover {
        -moz-box-shadow: 0 0 12px #000000;
        -webkit-box-shadow: 0 0 12px #000000;
        box-shadow: 0 0 12px #000000;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    #toast-container > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
    }

    #toast-container > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
    }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin: auto;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #18ab18;
}

.toast-error {
    background-color: #bd362f;
}

.toast-info {
    background-color: #2f96b4;
}

.toast-warning {
    background-color: #f89406;
}
/*Responsive Design*/
@@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

/*
  * AngularJS-Toaster
  * Version 0.3
 */
#toast-container > div.ng-enter,
#toast-container > div.ng-leave {
    -webkit-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
}

    #toast-container > div.ng-enter.ng-enter-active,
    #toast-container > div.ng-leave {
        opacity: 0.8;
    }

        #toast-container > div.ng-leave.ng-leave-active,
        #toast-container > div.ng-enter {
            opacity: 0;
        }

       .menu {
        display: block;
        z-index: 999999;
    }

        .menu li {
            display: inline-block;
            position: relative;
        }

            .menu li.dropdown:hover > .submenu {
                display: block;
            }

            .menu li a {
                display: block;
                padding: 5px 16px;
                background: #00a65a;
                color: white !important;
                font-size: 15px !important;
                margin-left: -39px !important;
                border-radius: 4px;
            }

            .menu li.dropdown > a::after {
                /*content: "\e259";*/
                font-family: 'Glyphicons Halflings';
                font-style: normal;
                font-weight: 400;
                margin-left: 8px;
                font-size: 10px;
            }

            .menu li a::before {
                font-style: normal;
                font-weight: 400;
                margin-right: 8px;
            }

            .menu li a:hover {
                background-color: #4a5ba0;
            }

        .menu .submenu {
            display: none;
        }

    .submenu {
        margin: 0px;
        padding: 0px;
        position: absolute;
        right: 24px;
        list-style-type: none;
        display: block;
        width: 200px;
        z-index: 9;
    }

        .submenu li {
            display: block;
        }

            .submenu li a {
                display: block;
                background: #999;
                color: #fff;
                padding: 8px 6px;
                margin-bottom: 1px;
            }

    .menu .submenu > li.dropdown:hover > .submenu {
        display: block;
    }

    .menu .submenu .submenu {
        position: absolute;
        left: 200px;
        top: 0px;
    }

    .submenu li.dropdown > a:after {
        font-style: normal;
        font-weight: 400;
        margin-left: 8px;
        font-size: 10px;
    }
