
/*
fonts are usege

font-family: 'Droid Sans', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Ubuntu Mono', ;
font-family: 'Lato', sans-serif;

*/
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font-size: 100%;

    margin: 0;
    padding: 0;
    font-family:  "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    vertical-align: baseline;

    border: 0;
}

*,
*:before,
*:after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

::selection
{
    color: #fff;
    background: #79d6e6;
}

body
{
    font-family:  "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    /*font-size: 100%;*/
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    line-height: 1em;

/*    margin: 0 0 1em 0;*/
    margin-top: 1%;

    text-align: center;

    color: #4c5771;
}

h1,
h2
{
    font-weight: bold;
    /*text-transform: uppercase;*/
}

/* nav bar changes */
.navbar-default
{
    /*font-family: 'Ubuntu Mono';*/
    /*font-family: 'Lato', sans-serif;*/

    background-color: #fff;
}

/* footer css */
.footer-para
{
    margin: 0;
    padding: 0;
}

.footer p
{
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 12px;
    font-weight: 300;

    margin: 0;
    padding: 25px 0;

    color: #000;
}

.footer a i.fa
{
    font-size: 24px;

    padding: 22px 10px;

    color: #b1b1b1;
}

.footer a i.fa:hover
{
    color: #42b3e5;
}

/*loading spinner css*/
.loader:before,
.loader:after,
.loader
{
    width: 1.5em;
    height: 1.5em;

    -webkit-animation: load7 1.8s infinite ease-in-out;
            animation: load7 1.8s infinite ease-in-out;

    border-radius: 50%;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.loader
{
    position: relative;
    /*font-size: 10px;*/

    margin: 25% auto;

    -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-animation-delay: -.16s;
            animation-delay: -.16s;
    text-indent: -9999em;

    color: #dc7866;
}

.loader:before
{
    left: -2.5em;

    -webkit-animation-delay: -.32s;
            animation-delay: -.32s;
}

.loader:after
{
    left: 2.5em;
}

.loader:before,
.loader:after
{
    position: absolute;
    top: 0;

    content: '';
}

@-webkit-keyframes load7
{
    0%,
    80%,
    100%
    {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40%
    {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7
{
    0%,
    80%,
    100%
    {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40%
    {
        box-shadow: 0 2.5em 0 0;
    }
}

/*cg-busy loading wheel*/
@import url('angular-busy.css');

/* side bar menu css */
body
{
    position: relative;

    overflow-x: hidden;
}

body,
html
{
/*    height: 100%;*/
    overflow-x:hidden;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus
{
    background-color: transparent;
}

#wrapper
{
    margin-left: 0;

    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

#wrapper.toggled
{
    margin-left: -220px;
}

#sidebar-wrapper
{
    z-index: 1000;
    left: 0;
    right: auto;

    overflow-x: hidden;
    overflow-y: auto;

    width: 6em;
    height: 100%;

    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;

    background: #B81717;
    display: block;
}


/*
#sidebar-wrapper::-webkit-scrollbar
{
    display: none;
}

#wrapper.toggled #sidebar-wrapper
{
    width: 220px;
}
*/

#page-content-wrapper
{
    width: 100vw;
    padding-top: 0;
}

#wrapper.toggled #page-content-wrapper
{
    position: absolute;
}

.sidebar-nav
{
/*
    position: absolute;
    top: 0;
    width: 100%;
*/
    margin-top: 25px;
   /* padding: 0;*/
    list-style: none;
    padding-bottom: 20px;
    /*border-bottom: 3px solid #F5D800;*/
}

.sidebar-nav li
{
    line-height: 1em;
    padding-top: 1.8em;

    position: relative;

    display: inline-block;

    width: 100%;

    text-transform: capitalize;
}

/*.sidebar-nav li:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 3px;
    height: 100%;

    content: '';
    -webkit-transition: width .2s ease-in;
       -moz-transition: width .2s ease-in;
        -ms-transition: width .2s ease-in;
            transition: width .2s ease-in;

    background-color: #fff;
}*/

.sidebar-nav > li > a
{
    color: #fff;
    font-size: 1em;
    /*background-color: #fff;*/
}

/*
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before
{
    width: 100%;

    -webkit-transition: width .2s ease-in;
       -moz-transition: width .2s ease-in;
        -ms-transition: width .2s ease-in;
            transition: width .2s ease-in;
}
*/

.sidebar-nav > li > a
{
    display: block;
    /*padding: 10px 15px 10px 30px;*/
    text-decoration: none;
    /*color: #000;*/
    font-size: 1em;
    font-weight: 600;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus
{
    text-decoration: none;

    color: #fff;
    /*background-color: #addece;*/
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand
{
    font-size: 20px;
    line-height: 44px;

    height: 65px;
}

.sidebar-nav .dropdown-menu
{
    position: relative;

    width: 100%;
    margin: 0;
    padding: 0;

    border: none;
    border-radius: 0;
    background-color: #222;
    box-shadow: none;
}

/*
.sidebar-nav ul .active,
.sidebar-nav li .active
{
    color: #fff;
    */
/*border-bottom: 3px solid #fff5ab;*//*

    */
/*background-color: #007356;*//*

    font-size: 1em;
}
*/

.appment_page
{
    position: absolute;
/*    z-index: 999;*/
    right: 0;
    left: auto;
    display: block;
    margin-right: 15px;
    background: transparent;
}

.appment_page:hover,
.appment_page:focus,
.appment_page:active
{
    outline: none;
}

.appment_page.is-closed,
.appment_page.is-open
{
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    margin-top: 20px;
    background-color:white;
}

.appment_page.is-closed:before
{
    font-size: 9px;
    line-height: 32px;

    display: block;

    width: 100px;

    content: '';
    -webkit-transition: all .35s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
    text-align: center;

    opacity: 0;
    color: #fff;
}

.appment_page.is-closed:hover:before
{
    display: block;

    -webkit-transition: all .35s ease-in-out;
    -webkit-transform: translate3d(-200px,0,0);

    opacity: 1;
}

.appment_page.is-closed .hamb-top,
.appment_page.is-closed .hamb-middle,
.appment_page.is-closed .hamb-bottom,
.appment_page.is-open .hamb-top,
.appment_page.is-open .hamb-middle,
.appment_page.is-open .hamb-bottom
{
    position: absolute;
    left: 0;

    width: 100%;
    height: 2px;
}

.appment_page.is-closed .hamb-top,
.appment_page.is-closed .hamb-middle,
.appment_page.is-closed .hamb-bottom
{
    background-color: #007356;
}

.appment_page.is-closed .hamb-top
{
    top: 1px;

    -webkit-transition: all .35s ease-in-out;
}

.appment_page.is-closed .hamb-middle
{
    top: 50%;

    margin-top: -2px;
}

.appment_page.is-closed .hamb-bottom
{
    bottom: 2px;

    -webkit-transition: all .35s ease-in-out;
}

.appment_page.is-closed:hover .hamb-top
{
    top: 0;

    -webkit-transition: all .35s ease-in-out;
}

.appment_page.is-closed:hover .hamb-bottom
{
    bottom: 0;

    -webkit-transition: all .35s ease-in-out;
}

.appment_page.is-open
{
    z-index: 9999;
    background-color: white;
    color: white;
    width: 35px;
    height: 35px;
/*    right: 213px;
    left: auto;*/
}

.appment_page.is-open .hamb-top,
.appment_page.is-open .hamb-middle,
.appment_page.is-open .hamb-bottom
{
    background-color: #007356;
}

.appment_page.is-open .hamb-top,
.appment_page.is-open .hamb-bottom
{
    top: 50%;

    margin-top: -2px;
}

.appment_page.is-open .hamb-top
{
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    -webkit-transform: rotate(45deg);
}

.appment_page.is-open .hamb-middle
{
    display: none;
}

.appment_page.is-open .hamb-bottom
{
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    -webkit-transform: rotate(-45deg);
}

.appment_page.is-open:before
{
    font-size: 14px;
    line-height: 32px;

    display: block;

    width: 100px;

    content: '';
    -webkit-transition: all .35s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
    text-align: center;

    opacity: 0;
    color: #fff;
}

.appment_page.is-open:hover:before
{
    display: block;

    -webkit-transition: all .35s ease-in-out;
    -webkit-transform: translate3d(-100px,0,0);

    opacity: 1;
}

.overlay
{
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background-color: rgba(250, 250, 250, .8);
}

/* custome css changes */
/* Header */
#header
{
    position: relative;
    overflow: hidden;
    text-align: center;
    color: rgba(255, 255, 255, .75);
 /*   background-attachment: fixed, fixed, fixed;
    background-position: top left, center center, center center;
    background-size: auto, cover, cover;
    background-image: url("../images/doctor.jpg");
    height: 100% ;*/
}
.cover-page{
    overflow: hidden;
    height: 100%;
}
.dark-button{
    color:#000 !important;
}
.cover-image{
    height: 100%;
    width: 100%;
    background-image: url("../images/doctor.jpg");
    background-size: auto, cover, cover;
    overflow-y: hidden;

 }

.contact-us{
    position: absolute;
    width: 1500px;
    background-color: transparent;
    color: black;
    top: 0;
    right: 100px;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 16px;
    z-index: 5;
}
.home-fade{
    position: absolute; top:0px; left:0px; width:100%; height:100%;
    background:transparent;
    background: -moz-linear-gradient(top, rgba( 255, 255, 255, 0.5) 0%, rgba( 255, 255, 255, 0.3 ) 100% );
    background: -ms-linear-gradient(top, rgba( 255, 255, 255, 0.5 ) 0%, rgba( 255, 255, 255, 0.3 ) 100% );
    background: -o-linear-gradient( top, rgba( 255, 255, 255, 0.5 ) 0%, rgba( 255, 255, 255, 0.3 ) 100% );
    background: -webkit-linear-gradient( top, rgba( 255, 255, 255, 0.5 ) 0%, rgba( 255, 255, 255, 0.3 ) 100% );
    background: linear-gradient(top, rgba( 255, 255, 255, 255 ) 0%, rgba( 255, 255, 255, 0.3 ) 100% );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#550000FF, endColorstr=#550000FF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#ffffffff);
}
#header a
{
    border-bottom-color: rgba(255, 255, 255, .5);
}

#header a:hover
{
    color: #fff;
}

#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6,
#header strong,
#header b
{
    color: #fff;
}

#header header p
{
    color: #fff;
}

#header header.major:after
{
    background: #fff;
}

#header input[type='submit'],
#header input[type='reset'],
#header input[type='button'],
#header button,
#header .button
{
    color: #fff !important;
    box-shadow: inset 0 0 0 1px #fff;
}

#header input[type='submit']:hover,
#header input[type='reset']:hover,
#header input[type='button']:hover,
#header button:hover,
#header .button:hover
{
    background-color: rgba(255, 255, 255, .125);
}

#header input[type='submit']:active,
#header input[type='reset']:active,
#header input[type='button']:active,
#header button:active,
#header .button:active
{
    background-color: rgba(255, 255, 255, .25);
}

#header input[type='submit'].special,
#header input[type='reset'].special,
#header input[type='button'].special,
#header button.special,
#header .button.special
{
    color: #4686a0 !important;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #fff !important;
}

#header input[type='submit'].special:hover,
#header input[type='reset'].special:hover,
#header input[type='button'].special:hover,
#header button.special:hover,
#header .button.special:hover
{
    color: #fff !important;
    background-color: rgba(255, 255, 255, .125) !important;
}

#header input[type='submit'].special:active,
#header input[type='reset'].special:active,
#header input[type='button'].special:active,
#header button.special:active,
#header .button.special:active
{
    background-color: rgba(255, 255, 255, .25) !important;
}

#header ul.major-icons li .icon
{
    border-color: #fff;
}

#header .icon.major
{
    color: #fff;
}

#header h1
{
    margin: 0;
}

#header p
{
    margin: 1em 0 0 0;
}

#header .actions
{
    position: relative;

    margin: 2.5em 0 0 0;
}

#header .actions:after
{
    position: absolute;
    top: 100%;
    left: 50%;

    width: 1px;
    height: 100vh;

    content: '';

    background: #fff;
}

#header .inner
{
    position: relative;
    z-index: 1;

    -webkit-transition: -webkit-transform 1.5s ease, opacity 2s ease;
       -moz-transition:    -moz-transform 1.5s ease, opacity 2s ease;
        -ms-transition:     -ms-transform 1.5s ease, opacity 2s ease;
            transition:         transform 1.5s ease, opacity 2s ease;
    -webkit-transition-delay: .25s;
       -moz-transition-delay: .25s;
        -ms-transition-delay: .25s;
            transition-delay: .25s;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    opacity: 1;
}

#header .inner .actions
{
    -webkit-transition: -webkit-transform 1.25s ease;
       -moz-transition:    -moz-transform 1.25s ease;
        -ms-transition:     -ms-transform 1.25s ease;
            transition:         transform 1.25s ease;
    -webkit-transition-delay: 1s;
       -moz-transition-delay: 1s;
        -ms-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}

#header:after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: opacity 1s ease;
       -moz-transition: opacity 1s ease;
        -ms-transition: opacity 1s ease;
            transition: opacity 1s ease;

    opacity: 0;
    background-image: linear-gradient(45deg, #4fa49a, #4361c2);
}

/* button css in side header */
ul.actions
{
    padding-left: 0;

    list-style: none;

    cursor: default;
}

ul.actions li
{
    display: inline-block;

    padding: 0 1em 0 0;

    vertical-align: middle;
}

ul.actions li:last-child
{
    padding-right: 0;
}

ul.actions.small li
{
    padding: 0 .5em 0 0;
}

ul.actions.vertical li
{
    display: block;

    padding: 1em 0 0 0;
}

ul.actions.vertical li:first-child
{
    padding-top: 0;
}

ul.actions.vertical li > *
{
    margin-bottom: 0;
}

ul.actions.vertical.small li
{
    padding: .5em 0 0 0;
}

ul.actions.vertical.small li:first-child
{
    padding-top: 0;
}

ul.actions.fit
{
    display: table;

    width: calc(100% + 1em);
    margin-left: -1em;
    padding: 0;

    table-layout: fixed;
}

ul.actions.fit li
{
    display: table-cell;

    padding: 0 0 0 1em;
}

ul.actions.fit li > *
{
    margin-bottom: 0;
}

ul.actions.fit.small
{
    width: calc(100% + .5em);
    margin-left: -.5em;
}

ul.actions.fit.small li
{
    padding: 0 0 0 .5em;
}

ul.actions.uniform li > *
{
    min-width: 12em;
}

/* Button */
input[type='submit'],
input[type='reset'],
input[type='button'],
.button
{
    font-size: .9em;
    font-weight: 400;
    line-height: 40px;

    display: inline-block;

    height: 2.75em;
    padding: 0 2em;

    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
       -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
        -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
            transition: background-color .2s ease-in-out, color .2s ease-in-out;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-indent: .125em;
    letter-spacing: .125em;
    text-transform: uppercase;

    color: #555 !important;
    border: 0;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px rgba(144, 144, 144, .5);

       -moz-appearance: none;
    -webkit-appearance: none;
        -ms-appearance: none;
            appearance: none;
}

/* about section styles */
/* Main */
.main
{
/*    padding-top:40px*/
}

.main.style1
{
    background: #fff;
}

.main.style2
{
    color: rgba(255, 255, 255, .75);
    background-color: #333;
    background-image: url('../images/overlay1.png'), url('../images/header.jpg');
    background-attachment: fixed, fixed;
    background-size: auto, cover;
}

.main.style2 a
{
    border-bottom-color: rgba(255, 255, 255, .5);
}

.main.style2 a:hover
{
    color: #fff;
}

.main.style2 h1,
.main.style2 h2,
.main.style2 h3,
.main.style2 h4,
.main.style2 h5,
.main.style2 h6,
.main.style2 strong,
.main.style2 b
{
    color: #fff;
}

.main.style2 header p
{
    color: #fff;
}

.main.style2 header.major:after
{
    background: #fff;
}

.main.style2 input[type='submit'],
.main.style2 input[type='reset'],
.main.style2 input[type='button'],
.main.style2 button,
.main.style2 .button
{
    color: #fff !important;
    box-shadow: inset 0 0 0 1px #fff;
}

.main.style2 input[type='submit']:hover,
.main.style2 input[type='reset']:hover,
.main.style2 input[type='button']:hover,
.main.style2 button:hover,
.main.style2 .button:hover
{
    background-color: rgba(255, 255, 255, .125);
}

.main.style2 input[type='submit']:active,
.main.style2 input[type='reset']:active,
.main.style2 input[type='button']:active,
.main.style2 button:active,
.main.style2 .button:active
{
    background-color: rgba(255, 255, 255, .25);
}

.main.style2 input[type='submit'].special,
.main.style2 input[type='reset'].special,
.main.style2 input[type='button'].special,
.main.style2 button.special,
.main.style2 .button.special
{
    color: #333 !important;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #fff !important;
}

.main.style2 input[type='submit'].special:hover,
.main.style2 input[type='reset'].special:hover,
.main.style2 input[type='button'].special:hover,
.main.style2 button.special:hover,
.main.style2 .button.special:hover
{
    color: #fff !important;
    background-color: rgba(255, 255, 255, .125) !important;
}

.main.style2 input[type='submit'].special:active,
.main.style2 input[type='reset'].special:active,
.main.style2 input[type='button'].special:active,
.main.style2 button.special:active,
.main.style2 .button.special:active
{
    background-color: rgba(255, 255, 255, .25) !important;
}

.main.style2 ul.major-icons li .icon
{
    border-color: #fff;
}

.main.style2 .icon.major
{
    color: #fff;
}


section.special,
article.special
{
    text-align: center;
}

header.major
{
    margin: 0 0 1em 0;
}

header.major:after
{
    display: inline-block;

    width: 6em;
    height: 1px;
    margin-top: 1.5em;

    content: '';

    background: rgba(144, 144, 144, .5);
}

header.major h2,
header.major h3,
header.major h4,
header.major h5,
header.major h6
{
    margin: 0;
}

header.major p
{
    margin: .7em 0 0 0;
}

/* Footer */
#footer
{
    padding: 6em 0 6em 0;

    text-align: center;

    color: rgba(255, 255, 255, .75);
    background-color: #000;
    background-image: url('../images/overlay2.png'), url('../images/overlay4.svg'), linear-gradient(45deg, #4361c2, #4fa49a 50%, #9dc66b 95%);
    background-attachment: fixed, fixed, fixed;
    background-position: top left, center center, center center;
    background-size: auto, cover, cover;
}

#footer a
{
    border-bottom-color: rgba(255, 255, 255, .5);
}

#footer a:hover
{
    color: #fff;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer strong,
#footer b
{
    color: #fff;
}

#footer header p
{
    color: #fff;
}

#footer header.major:after
{
    background: #fff;
}

#footer input[type='submit'],
#footer input[type='reset'],
#footer input[type='button'],
#footer button,
#footer .button
{
    color: #fff !important;
    box-shadow: inset 0 0 0 1px #fff;
}

#footer input[type='submit']:hover,
#footer input[type='reset']:hover,
#footer input[type='button']:hover,
#footer button:hover,
#footer .button:hover
{
    background-color: rgba(255, 255, 255, .125);
}

#footer input[type='submit']:active,
#footer input[type='reset']:active,
#footer input[type='button']:active,
#footer button:active,
#footer .button:active
{
    background-color: rgba(255, 255, 255, .25);
}

#footer input[type='submit'].special,
#footer input[type='reset'].special,
#footer input[type='button'].special,
#footer button.special,
#footer .button.special
{
    color: #4686a0 !important;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #fff !important;
}

#footer input[type='submit'].special:hover,
#footer input[type='reset'].special:hover,
#footer input[type='button'].special:hover,
#footer button.special:hover,
#footer .button.special:hover
{
    color: #fff !important;
    background-color: rgba(255, 255, 255, .125) !important;
}

#footer input[type='submit'].special:active,
#footer input[type='reset'].special:active,
#footer input[type='button'].special:active,
#footer button.special:active,
#footer .button.special:active
{
    background-color: rgba(255, 255, 255, .25) !important;
}

#footer ul.major-icons li .icon
{
    border-color: #fff;
}

#footer .icon.major
{
    color: #fff;
}

#footer .icons
{
    margin: 0;
}

#footer .copyright
{
    font-size: .8em;

    margin: 2em 0 0 0;
    padding: 0;

    list-style: none;
}

#footer .copyright li
{
    line-height: 1em;

    display: inline-block;

    margin-left: 1em;
    padding: 0 0 0 1em;

    border-left: solid 1px;
}

#footer .copyright li:first-child
{
    margin-left: 0;
    padding: 0;

    border-left: 0;
}

/* Icon */
.icon
{
    position: relative;

    text-decoration: none;

    border-bottom: none;
}

.icon:before
{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;

    text-transform: none !important;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.icon > .label
{
    display: none;
}

.icon.style1:before
{
    color: #c3e895;
}

.icon.style2:before
{
    color: #8addaa;
}

.icon.style3:before
{
    color: #6bd4c8;
}

.icon.style4:before
{
    color: #57aed3;
}

.icon.style5:before
{
    color: #4a87d3;
}

.icon.style6:before
{
    color: #6b88e6;
}

.icon.major
{
    display: inline-block;

    margin: 0 0 1.5em 0;

    cursor: default;
    text-decoration: none;

    color: #555;
}

.icon.major:before
{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;

    text-transform: none !important;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.icon.major:before
{
    font-size: 4em;
    line-height: 1em;
}

/* Image */
.image
{
    position: relative;

    display: inline-block;

    border: 0;
    border-radius: 4px;
}

.image img
{
    display: block;

    border-radius: 4px;
}

.image.left
{
    top: .25em;

    float: left;

    padding: 0 1.5em 1em 0;
}

.image.right
{
    top: .25em;

    float: right;

    padding: 0 0 1em 1.5em;
}

.image.left,
.image.right
{
    max-width: 40%;
}

.image.left img,
.image.right img
{
    width: 100%;
}

.image.fit
{
    display: block;

    width: 100%;
    margin: 0 0 2em 0;
}

.image.fit img
{
    width: 100%;
}

/* List */
ol
{
    margin: 0 0 2em 0;
    padding-left: 1.25em;

    list-style: decimal;
}

ol li
{
    padding-left: .25em;
}

ul
{
    margin: 0 0 2em 0;
    padding-left: 1em;

    list-style: disc;
}

ul li
{
 /*   padding-left: .5em;*/
}

ul.alt
{
    padding-left: 0;

    list-style: none;
}

ul.alt li
{
    padding: .5em 0;

    border-top: solid 1px rgba(144, 144, 144, .5);
}

ul.alt li:first-child
{
    padding-top: 0;

    border-top: 0;
}

ul.icons
{
    padding-left: 0;

    list-style: none;

    cursor: default;
}

ul.icons li
{
    display: inline-block;

    padding: 0 1.25em 0 0;
}

ul.icons li:last-child
{
    padding-right: 0;
}

ul.icons li .icon:before
{
    font-size: 1.5em;
}

ul.major-icons
{
    padding-left: 0;

    list-style: none;
}

ul.major-icons li
{
    display: inline-block;

    padding: 2.5em;

    text-align: center;
}

ul.major-icons li .icon
{
    line-height: 8em;

    display: inline-block;

    width: 8em;
    height: 8em;
    margin: 0;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    text-align: center;

    border: solid 1px rgba(144, 144, 144, .5);
    border-radius: 4px;
}

ul.major-icons li .icon:before
{
    line-height: inherit;

    display: inline-block;

    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

ul.actions
{
    padding-left: 0;

    list-style: none;

    cursor: default;
}

ul.actions li
{
    display: inline-block;

    padding: 0 1em 0 0;

    vertical-align: middle;
}

ul.actions li:last-child
{
    padding-right: 0;
}

ul.actions.small li
{
    padding: 0 .5em 0 0;
}

ul.actions.vertical li
{
    display: block;

    padding: 1em 0 0 0;
}

ul.actions.vertical li:first-child
{
    padding-top: 0;
}

ul.actions.vertical li > *
{
    margin-bottom: 0;
}

ul.actions.vertical.small li
{
    padding: .5em 0 0 0;
}

ul.actions.vertical.small li:first-child
{
    padding-top: 0;
}

/* search result book appointment */
.searchresults
{
    /*font-family: verdana;*/
    font-size: 12px;
    font-weight: 200;

    overflow: hidden;

    min-height: 500px;
    margin-top: 2%;
    padding: 2px;

    border-radius: 5px;
/*    background-color: rgba(251, 251, 251, .63);*/
}

.scroller
{
    padding: 7px;
    padding-top: 11px;

    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    background-color: #fff;
}

.scroller-right
{
    float: right;
    margin-right: 5px;
}

.scroller-left
{
    float: left;
    margin-left: 5px;
}

.list-group-horizontal .list-group-item
{
    display: inline-block;
}

.list-group-horizontal .list-group-item
{
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -4px;
}

.list-group-horizontal .list-group-item:first-child
{
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.list-group-horizontal .list-group-item:last-child
{
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
}

.followup
{
    background-color: #aeaeae;
}

.wrapper
{
    position: relative;

    overflow: hidden;

    max-width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 5px;
}

.list
{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 20000px;
    margin-top: 0;
    margin-left: 12px;
}
.monthscroller{
    display: block;
}
.monthscroller a{
    color:#000;
}
.monthname
{
    font-size: 8px;
    vertical-align: top;
}
.dayname{
    font-size: 8px;
    vertical-align: bottom;
}
.daynum
{
    font-size: 12px;
}

.attachment
{
    min-height: 10px !important;
    padding-top: 5px !important;

    border: none !important;
}
span.badgeap-main {
    position: relative;
    bottom: 15px;
    padding: 2px 5px;
    font-size: 10px;
    background-color: #61E7BA;
    color: #000;
    left: -12px;
}
span.badgeap-alert {
    position: relative;
    bottom: -5px;
    padding: 2px 5px;
    font-size: 10px;
    background-color: #eee;
    color: #777;
    left: 7px;
}
span.badgeap {
    position: absolute;
    top: 5px;
    right: 10px;
    background-color: #fff!important;
    border-color: #48acb9;
    border-width: 1px;
    border-style: solid;
}
/*.badgeap
{
    position: relative;
    top: -20px !important;
    right: 30px !important;
}*/

.controls
{
    margin-top: -6px;

    text-align: right;
}

.badge-notify
{
    position: relative;
    top: -20px;
    right: -35px;

    background: red;
}

.memberid
{
    font-size: 12px;

    text-align: center;
}

.navbar-custom
{
    color: #fff;
    border-radius: 0;
    background-color: gainsboro;
}

.navbar-custom .navbar-nav > li > a
{
    padding-right: 20px;
    padding-left: 20px;

    color: #000;
}

.navbar-custom .navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus
{
    color: #fff;
    background-color: transparent;
}

.navbar-custom .navbar-nav > li > a:hover,
.nav > li > a:focus
{
/*    text-decoration: none;

    background-color: #f0f0f0;*/
    outline: none;
}

.navbar-custom .navbar-brand
{
    color: #000;
}
.navbar-login{
    padding-top: 15px;
    width: 20px;
    border: none;
    margin-top: 8px;
}
.home-button{
    border: 1px solid;
    border-radius: 5px;
    border-color: #007356;
    /*font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;*/
    font-size: 15px;
    line-height: 2;
    background-color: #007356;
    padding:5px;
    margin-top: 15px;
}

#appment-modal{
    color: #fff !important;
    font-size: 20px;
}

.home-button::after{
    border: 1px solid;
    border-radius: 3px;
    color:#3f51b5;
    /*font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;*/
    font-size: 15px;
}

/*.home-button:hover {*/
    /*border-color: #3f51b5;*/
    /*color:#3f51b5;*/
    /*background-color: rgba(63, 81, 181, 0.1);*/
/*}*/
/*.home-button.button--inverted:hover {*/
    /*border-color: #21333C;*/
    /*background-color: #21333C;*/
/*}*/
/*.home-button:hover::after {*/
    /*opacity: 1;*/
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*transform: translate3d(0, 0, 0);*/
/*}*/

.navbar-custom .navbar-toggle
{
    background-color: #eee;
}

.navbar-custom .icon-bar
{
    background-color: #105d89;
}

.list-group-item > p
{
    padding-left: 20px;

    text-align: left;
}

.fine-print
{
    font-size: 12px;
    font-weight: bold;

    color: grey;
}

.fine-print > span
{
    padding-right: 15px;
}

.glyphicon
{
    margin-right: 4px !important;
    color: #007356;
}

.pagination .glyphicon
{
    margin-right: 0 !important;
}

.pagination a
{
    color: #555;
}

.panel ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.news-item
{
    margin: 0;
    padding: 4px 4px;

    border-bottom: 1px dotted #555;
}

.logoimg
{
    width: 100%;

    border-bottom: 1px solid #eee;
}

.drop-box
{
        width: 100%;
        height: 200px;
        margin: 10px;
        /* padding-top: 5px; */
        text-align: center;
        border: 5px dashed #ddd;
        background: #f8f8f8;
        line-height: 200px;
        font-size: 30px;
}

.dragover
{
    border: 5px dashed blue;
}

.thumb
{
    position: relative;
    top: 7px;

    float: none;

    width: 24px;
    height: 24px;
}

.button_space
{
    margin-left: 5px;
}

.omb_signup .omb_authTitle
{
    line-height: 300%;

    text-align: center;
}

.omb_signup .omb_socialButtons a
{
    opacity: .9;
    color: white;
}

.omb_signup .omb_socialButtons a:hover
{
    opacity: 1;
    color: white;
}

.omb_signup .omb_socialButtons .omb_btn-facebook
{
    background: #3b5998;
}

.omb_signup .omb_socialButtons .omb_btn-twitter
{
    background: #00aced;
}

.omb_signup .omb_socialButtons .omb_btn-google
{
    background: #c32f10;
}

.omb_signup .omb_socialButtons .omb_btn-linkedin
{
    background: #00aced;
}

.omb_signup .omb_signupOr
{
    font-size: 1.5em;

    position: relative;

    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: .5em;
    padding-bottom: .5em;

    color: #aaa;
}

.omb_signup .omb_signupOr .omb_hrOr
{
    height: 1px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    background-color: #cdcdcd;
}

.omb_signup .omb_signupOr .omb_spanOr
{
    position: absolute;
    top: -.6em;
    left: 50%;

    display: block;

    width: 3em;
    margin-left: -1.5em;

    text-align: center;

    background-color: white;
}

.omb_signup .omb_signupForm .input-group.i
{
    width: 2em;
}

.omb_signup .omb_signupForm .help-block
{
    color: red;
}

.linkcolor
{
    color: black;
}

.linkbutton
{
    padding: 10px 10px 10px 10px;

    color: white;
    border-radius: 5px;
    background-color: #c32f10;
}

.linkcolor:hover
{
    text-decoration: underline;
}

/*.bookappointment
{
    padding-top: 10px;

    background-color: #fff;
}*/

.bookappointment input
{
    margin: 5px;

    color: #000;
}

.bookappointment ul
{
    background-color: #fff;
}

.bookappointment ul li
{
    color: #000;
}

.content_container
{
    width: 100%;
    padding: 0;
}

.container
{
    width: 90%;
    padding: 5px;
}

.row
{
    margin-bottom: 1em;
}

/* button css changes */
/*DEFAULT BOOTSTRAP STYLES*/
.btn
{
    font-size: 1em;
    font-weight: normal;
    /*line-height: 1.42857143;*/

    display: inline-block;
    margin: 1px !important;
    padding: 3px 6px;
    padding: 5px 8px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
/*    color: #fff !important;*/
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: none;
}

.btn-lg
{
    font-size: 14px;
    line-height: 1.33;

    border-radius: 3px;
}

button.btn-primary.btn-primary
{
    /*border-color: #007356;*/
    color: #fff;
    background-color: #b81717;
    min-width: 10em;
    /*padding-left: 10px;*/
/*    padding: 0.5em 1em 0.5em 1em;*/
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary
{
    color: #fff;
    border-color: #285e8e;
    background-color: rgba(9,30,66,.08);
}

/*OUTLINE BUTTONS*/
.btn.outline
{
    padding: 6px 11px;
    color: wheat;
    background: none;
}

.btn-primary.outline
{
    /*color: #09c;
    border: 1px solid #09c;*/
}

/*
.btn-primary.outline:hover,
.btn-primary.outline:focus,
.btn-primary.outline:active,
.btn-primary.outline.active,
.open > .dropdown-toggle.btn-primary
{
    color: #33a6cc;
    border-color: #33a6cc;
}
*/

.btn-primary.outline:active,
.btn-primary.outline.active
{
    color: #007299;
    border-color: #007299;
    box-shadow: none;
}

/*CUSTON BTN VALUES*/
.btn
{
    font-weight: 600;

    padding: 7px 12px;

    letter-spacing: 1px;
    text-transform: uppercase;

    border: 0 none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus
{
    outline: 0 none;
}

/* this is an contact form changes of css */
/*contact section*/
.contact-caption
{
    background: #3a9dca;
}

.heading{
    color: #000 !important;
}
.contact-heading h2
{
    font-size: 1.5em;
    font-variant: small-caps;

    color: #fff;
}

.contact-info
{
    padding-left: 40px;
}

.contact-info h3
{
    font-size: 1em;
    font-weight: bold;

    margin-bottom: 0;
    padding-bottom: 12px;
    padding-left: 0;

    text-transform: uppercase;

    color: #fff;
    border-bottom: 1px solid #13849c;
}

.contact-form h3
{
    font-size: 1em;
    font-weight: bold;

    margin-bottom: 0;
    padding-bottom: 12px;
    padding-left: 0;

    text-transform: uppercase;

    color: #fff;
    border-bottom: 1px solid #13849c;
}

.contact-info ul
{
    margin: 0;
    padding: 0;
}

.contact-info ul li
{
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 14px;

    color: #fff;
}

.contact-info i.fa
{
    font-size: 16px;

    width: 25px;
    height: 38px;
    padding-right: 12px;
}

.contact-info ul li span
{
    font-weight: bold;
}

.contact-form input
{
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 13px;

    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    padding: 12px;

    color: #084a5c;
    border: 0;
    background: #fff;
}

.contact-form textarea
{
    /*font-family: 'Open Sans', sans-serif;*/

    width: 100%;
    height: 140px;
    margin-bottom: 12px;
    padding: 12px;

    border: 0;
}

.info-detail
{
    padding-left: 100px;
    text-align: left;
}
.home-footer{
    position: fixed;
    bottom: 0px;
    background-color: #007356;
    /*opacity: 0.6;*/
    width: 100%;
    height: 30px;
    z-index:9999;
}

.form
{
    padding-top: 15px;

    text-align: right;

    border-top: 1px solid #53cde5;
}

.contact-form input.submit-btn
{
    float: right;

    width: 180px;
    height: 50px;
    padding: 0;

    color: #fff;
}

.contact-form
{
    padding-right: 40px;
}

/* gmap */
#map
{
    height: 830px;
}

.map
{
    position: relative;

    overflow: hidden;
}

.contact
{
/*    position: absolute;
    left: 0;

    width: 100%;
    height: auto;
    margin-top: -830px;*/
}

.contact-caption
{
    margin-top: 120px;
}

/* this is an view appointment menu ul li changes */
.va_li
{
    padding: 6%;

    background-color: #fff;
}

.va_li > li
{
    float: left;

    padding-right: 2%;
    padding:1%;
}
.va_li > li.active {
    background: #E6E4E4;
}

ol,
ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

/* carousel changes css*/
.carousel-main
{
    overflow: hidden;

    height: 500px;
}

.carousel-caption > h4
{
    font-size: 50px;

    top: 500px;

    color: black !important;
    text-shadow: 1px 1px #666;
}

.carousel-caption > p
{
    font-size: 25px;

    color: black !important;
}

.carousel-caption1 > h4
{
    font-size: 50px;

    top: 500px;

    color: white !important;
}

.carousel-caption1 > p
{
    font-size: 25px;

    color: white !important;
}

.carousel-indicators li
{
    width: 10px !important;
    height: 10px !important;
    padding-right:10px;
    border-radius:0px !important;
    background-color: #007356 !important;
}

.carousel-indicators .active
{
    width: 12px !important;
    height: 12px !important;

    background-color: #007356 !important;
}

/* login modal window */
.ngdialog-doctor-login
{
    position: fixed;
    z-index: 9999;
    top: 0;

    width: 100%;
    height: 100%;
    margin: 0 auto;

    background-color: #0000cd;
}

.ngdialog-doctor-select-image
{
    /*position: fixed;*/
    /*background-color: #999;*/
    /*top: 100px;*/
    /*right: 200px;*/
    /*width: 700px;*/
    /*height: 700px;*/
}

.eventOverlay
{
    position: fixed;

    width: 100%;
    height: 100%;

    background-color: #fff;
}

.eventModal
{
    position: fixed;
    z-index: 9999;
    top: 0;

    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 10%;
    padding-left: 20%;

    background-color: #0000cd;
}

.ngdialog
{
    background-color: #fff;
}

.login-padding
{
    max-width: 80vh;
    margin: 0 auto;
    margin-top: 35vh !important;
    padding: 10px;

    border-radius: 10px;
    background-color: rgba(81, 82, 84, .04);
    /*width: 100vh;*/
}

.login-padding::-webkit-scrollbar
{
    display: none;
}

.ngdialog-doctor-login
{
    /*position: fixed;*/
    /*!*! background-color: #999; *!*/
    /*top: 60px;*/
    /*right: 30px;*/
    /*width: 500;*/
    /*z-index: 999;*/
}

.ngdialog-doctor-login:before
{
    position: absolute;
    top: -4%;
    left: 90%;

    display: block;

    width: 0;
    margin-left: -10px;

    content: '';

    border: 10px solid #eee;
    border-color: #eee transparent transparent transparent;
}

.ngdialog-doctor-select-image
{
    /*position: fixed;*/
    /*background-color: #999;*/
    /*top: 100px;*/
    /*right: 200px;*/
    /*width: 700px;*/
    /*height: 700px;*/
}

.omb_login .omb_authTitle
{
    line-height: 300%;

    text-align: center;
}

.omb_login .omb_socialButtons a
{
    opacity: .9;
    color: white;
}

.omb_login .omb_socialButtons a:hover
{
    opacity: 1;
    color: white;
}

.omb_login .omb_socialButtons .omb_btn-facebook
{
    background: #3b5998;
}

.omb_login .omb_socialButtons .omb_btn-twitter
{
    background: #00aced;
}

.omb_login .omb_socialButtons .omb_btn-google
{
    background: #c32f10;
}

.omb_login .omb_socialButtons .omb_btn-linkedin
{
    background: #00aced;
}

.omb_login .omb_loginOr
{
    font-size: 1.5em;

    position: relative;

    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: .5em;
    padding-bottom: .5em;

    color: #2aabd2;
}

.omb_login .omb_loginOr .omb_hrOr
{
    height: 1px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    background-color: #0000cd;
}

.omb_login .omb_loginOr .omb_spanOr
{
    position: absolute;
    top: -.6em;
    left: 50%;

    display: block;

    width: 3em;
    margin-left: -1.5em;

    text-align: center;

    background-color: white;
}

.omb_login .omb_loginForm .input-group.i
{
    width: 2em;
}

.omb_login .omb_loginForm .help-block
{
    color: red;
}

.loginDialogBox > div.col-lg-12 > div > a > i
{
    padding-right: 10px;
}

#footer a
{
    text-decoration: none;

    color: #e4e9ef;
}

.less_resolve > img
{
    max-width: 150px;
    max-height: 150px;
}

.modal-header
{
/*    background-color: #F5F5F5;*/
    /*font-size: 20px;
    font-weight: 600;*/
    text-align: center;
    /*height:40px;*/
    color:#000;
    font-weight: 600;
    border: 0px;
}

/*.modal-title{
    color: #fff !important;
}*/

.modal-header > button > span
{
    opacity: .9 !important;
    color: #000;
    font-size: 1.5em;
    padding: 10px;
}

.close
{
    opacity: .9 !important;
    margin-top: -15px !important;
    margin-right: -15px;
    font-weight: 500;
}

.modal
{
    /*background-color: rgba(159, 159, 159, 0.5);*/
    opacity: .1;
    background-color: #fff;
    display: block;
}

.rootText
{
    font-size: 1.3em;

    width: 50vh;
    height: 100%;
    margin-top: 1%;

    text-align: center;
}

/* top bar */
.topclass
{
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
   /* border-bottom: 1px solid rgba(85, 170, 195, .12); */
    /*background-color: #007356;*/
    /* opacity: 0.5; */
    /* margin-right: 0px; */
    margin-left: 0px;
}

.topclass img {
    padding-left: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.topclass>div>ul{
    margin-top: 10px;
}
.topclass>div>ul>li{
    display: inline;
    margin-left: 20px;
}
.topclass>div>ul>li>a{
    /*font-family: Muli,BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;*/
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color:#0D3D6C;
}

.social
{
    display: inline-flex;
    position: absolute;
    width: 20%;
    right: 150px;
}

.custom-footer{
    display: inline-flex;
    position: absolute;
    padding-top: 10px;
    right: 20px;
}

.policy-icon{
     height: 30px;
     padding-left: 30px
 }

.policy-links{
    position: fixed;
    width: 300px;
    margin-top: 80px;
    background-color: #0D3D6C;
}

.policy-links>ul>li{
    text-align: center;
    text-decoration: none;
    margin: 5px;
}

.policy-links>ul>li>a{
    color:#fff;
}
.policy-links>ul>li>a:active {
    color: #F4FF81;
}

.policy-header h5{
    text-transform: capitalize;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    z-index:99;
    /*font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;*/
}

.policy-header h6{
    margin-top: 20px;
    text-transform: capitalize;
    text-align: left;
    font-size: 15px;
    /*font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;*/
}

.policy-header p{
    /*font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;*/
    font-size: 12px;
    margin-top: 10px;
}
.custom-footer a{
    text-decoration: none;
}
.resetButton
{
    cursor: pointer;
}

.search-result li
{
    padding-left: 0 !important;
    list-style: none;
    padding-bottom: 2px;
}
.search-result li:hover{
    cursor: pointer;
}
.search-result li > button
{
    line-height: 2em;
}

.top-margin
{
    margin-top: 5%;
}

.videodiv
{
    width: 300px;
    height: 320px;
}

.min_height
{
/*    min-height: 500px;*/
    /*padding-top: 10px;*/
}

/* testimonial changes css */
.events
{
    padding: 2%;

    background-color: rgba(205, 205, 206, .24);
}

.crlTop
{
    margin-top: 50%;
}

.carousel-indicators .active
{
    background: #31708f;
}

.content
{
    margin-top: 20px;
}

.adjust1
{
    float: left;

    width: 100%;
    margin-bottom: 0;
}

.adjust2
{
    margin: 0;
}

/*.carousel-indicators li {*/
/*border: 1px solid #ccc;*/
/*}*/
.cacarousel-control
{
    width: 5%;

    color: #31708f;
}

.carousel-control:hover,
.carousel-control:focus
{
    color: #31708f;
}

.carousel-control.left,
.carousel-control.right
{
    width:5%;
    background-image: none;
}

.media-object
{
    margin: auto;
    margin-top: 15%;
}

.border-right
{
    border-right: 1px solid #eee;
}

.border-left
{
    border-left: 1px solid #eee;
}

.border-bottom
{
    border-bottom: 1px solid #eee;
}

.gridListColor
{
    background-color: #000;
}

.eventdesc
{
    text-transform: capitalize;

    color: #2b7fdc;
}

/* search bar in view appointment */

.dateSearch
{
    width: 5px;
}

.dateSearch:hover
{
    width: 200px;
}

.dateSearch:after
{
    width: 200px;
}

/* this is for datepicker */

.form-horizontal {
   width:500px;
}

.datetime-picker-dropdown {
  
}

.datetime-picker-dropdown > li.date-picker-menu div > table .btn-default {
  border: 0;
}

.datetime-picker-dropdown > li.time-picker-menu div > table {
  
}

#lectureDate {
    max-width: 90%;
    margin: 0;
    padding: 0;
}

.calenderIcon {
    margin: 0;
    padding: 0;
    font-size: 20px;
    float: right;
}

.timepicker {
    position: relative;
    top: 48px;
}

.form-control {
    /*width: 87%;*/
    display: -webkit-inline-box;
    display: grid;
}

.eventBtns {
    float: left;
    list-style: none;
    display: flex;
}

.eventBtns button {
    margin-right: 10%;
}

.readMoreMain {
    min-height: 500px;
}

.readMoreTitle{

}

.readMoreTitle > h3 {
    margin-top:10%;
    color: rgba(243, 135, 72, 0.93);
}
.readMoreDesc{

}

.readMoreDesc > p {
    background-color: #EEEEEE;
    padding: 2%;
}

.pIndentation {
    text-indent: 5%;
}

.remodeDoctEvent {
    max-height: 20px;
}

.eventlistByHost {
    background-color: #EEEEEE;
    padding: 2%;
}

.topspace {
    margin-top: 150px;
}

.colorhr {
    border-top: 1px solid #cccccc;
}

.sub {
    margin-top: 10vh;
}
@media screen and (min-width: 700px) and (max-width: 768px) and (orientation: portrait) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh !important;
    height: 100vw !important;
    /*overflow-x: hidden;*/
    position: absolute;
    top: 100%;
    left: 0;
  }
  body{
    min-height: 100vw !important;
  }
}
@media screen and (min-width: 700px) and (max-width: 768px) and (orientation: landscape) {

  body{
    width: 100vw !important;
    height: 100vh !important;
  }
}
@media (min-width: 1024px){
appment-textarea{
        display: block;
    }
    .normal-box {
        display: none ;
    }
}
/* media query */
@media (max-width: 1024px)
{
    #search_text{
        width: 20em !important;
    }
    .top-bar-custom{
        left: -2em !important;
        width: 101vw !important;
    }
    .home-date-picker{
        margin-left: 0px !important;
    }
    appment-textarea{
        display: none;
    }
    .normal-box {
        display: block;
    }
    .cacarousel-control {
        width: 5%;
    }
    .row
    {
        margin-right: 0;
        margin-left: 0;
    }

    .va_li
    {
        margin-top: 2%;
    }

    .container
    {
        width: 100%;
    }

    .top-margin
    {
        margin-top: 5%;
    }

    #translControl {
       padding: 0;

     }
    .diagnosis-tab-side-menu {
        float: right;
        width: 250px !important;
        right: 180px;
        position: relative;
    }
    /*.pdf-attachment {
        height: 750px !important;
    }*/
     tab-control div {
     width: 90%;
     }

     tab-control .nav-tabs {
         width: 90%;
     }

     tab-control ul {
        width: 90% !important;
     }

     web-speech button {
         right: -240px !important;
     }

     web-speech select {
         right: -240px !important;
     }
}
@media (min-width: 641px)
{
    .small-only{
        display: none;
    }
}
@media (min-width: 769px){
    .home-date-picker ul.dropdown-menu{
        left:calc(100% - 700px) !important ;
    }
}
@media (max-width: 768px)
{
    .home-date-picker {
        width: 30% !important;
    }
    /*html {*/
    /*zoom: 1.1; !* Old IE only *!*/
    /*-moz-transform: scale(1.1);*/
    /*-webkit-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
    /*}*/
    #sidebar-wrapper{
        left: -3em;
    }
    .menu-icon {
        font-size: 2em !important;
    }
    .top-bar-custom{
        left: -5em !important;
        width: 120vw !important;
    }
    .search-bar {
        width: 80%;
        margin-left: 8em !important;
    }
    .search-bar #options .select{
        width: 90% !important;
        height: 2.2em !important;
        line-height: 2 !important;
    }
    .search-bar #options .small-dashboard {
        width: 18em !important;
    }
    #search_text{
        height: 1.8em !important;
        width: 91% !important;
        float: left;
    }
    .search-bar ul{
        display: inline-block !important;
        border: 0px;
        width: 100%;
    }
    #options {
        display: inline-block !important;
        width: 95%;
    }
    #search {
        margin-top: 10px;
    }
    .filter-checks{
        display: none !important;
    }
    .appointment-details>div{
        display: flex;
    }

    .appointment-details>div>i{
        padding-top: 12px;
        padding-left: 10px;
        font-size: 18px;
    }

    .status-details>div{
        display: flex;
    }

    .status-details>div>i{
        padding-top: 12px;
        padding-left: 10px;
        font-size: 18px;
    }
    * i.action {
        font-size: 1.5em;
        padding-left: 10px;
    }
    .top-bar-custom {
        left: -5em !important;
        width: 114vw !important;
    }
    .form-horizontal .col-md-4{
        margin: 5px;
    }
    .top-bar-custom .refresh {
        float: right;
        /*margin: 0px !important;*/
    }
    .main-content{
        position: absolute;
        left: 3.5em;
    }
    .no-data{
        padding-top: 20px;
        font-size: 1.5em !important;
        line-height: 20px !important;
    }
    #search-page{
        padding: 20px 50px 0px 40px !important;
        width: 95% !important;
    }
    .button-list{
        display:none;
    }
    .dashboard-small{
        margin-left: 2em;
    }
/*    .top-bar-custom>.search-bar{
        display: none !important;
    }*/
    .home-date-picker{
        margin-left: 5em !important;
        margin-top: 0.5em;
    }
    .top-bar-custom #appointmentDate{
        font-size: 1.2em !important;
    }
    .home-date-picker i {
        font-size: 1.8em;
    }
    #search .button-list{
            /*width: 20px !important;*/
            margin-left: -74px !important;
            font-size: 1em !important;
    }
    .top-bar-custom{
        height:9.6em !important;
    }
    .search-bar #options .select::after {
            padding: 0 0.2em !important;
    }
    .main-content {
        position: absolute;
        left: 2em;
        margin-top: 10em !important;
    }
    .large-only{
        display:none !important;
    }
    .full-card{
        margin-left: -10px !important;
    }
    .card{
        height: 20em !important;
        padding-left: 5px !important;
    }
    .today .appointment-details {
        height: 15em !important;
    }
    .today .status-details {
        height: 15em !important;
    }
    .dummy-today{
        width: 28em !important;
    }
    ul>li>a.menu {
        padding: 0px 0px 5px 28px !important;
    }
    .cacarousel-control {
        width: 5%;
    }
    .media-object
    {
        margin-top: 0;
    }

    .row
    {
        margin-right: 0;
        margin-left: 0;
    }
    .prescription-table {
        overflow-y: scroll;
        height: 400px;
        display: inline-grid;
    }
    .va_li
    {
        margin-top: 5%;
    }

    .container
    {
        width: 100%;
    }

    .top-margin
    {
        margin-top: 10%;
    }
/*
    .section-box{
        width: 100%;
        position: absolute;
        top: 150px;
    }
*/
    .today-appointment {
        /*padding: 5px 0px 0px 90px;*/
/*        padding-top: 70px !important;*/
    }
/*    .total-message{
        top: 60px !important;
    }*/
    .diagnosis-patient-name{
/*        top:12% !important;*/
        width: 100% !important;
        text-align: center;
    }
    .diagnosis-patient-name:hover{
        text-decoration: underline;
        cursor: pointer;
    }
    .prev-history{
        right: 15px !important;
        border: 1px solid #007356;
        text-decoration: none !important;
    }
    .detail-prior-history{
        right: 0px;
        top: 150px !important;
    }
    .detail-prior-history div {
        width:135px;
    }
    .diagnosis-tab-side-menu{
        position: absolute;
        top: 0px;
        /*z-index: 9999;*/
        right: 10px !important;
    }
    .tab-content{
        position: fixed;
        bottom: 48px;
        left: 5px;
        width: 98%;
    }
    tab-control .nav-tabs {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width:100% !important;
        background-color: #fff !important;
    }
    .hashtag-div{
        margin-left:0px !important;
        width: 100% !important;
        padding-top: 15px;
    }
    .file-box{
        display:none;
    }
    .diagnosis-tab-side-menu{
        width:10% !important;
    }
    .custom-alert{
        bottom:50px !important;
    }
    .tab-pane{
        display: inline-block;
        width: 100%;
        height: 550px;
        overflow-y: scroll;
    }
    .custom-alert{
        bottom:50px
    }
}

@media (max-width: 425px)
{
    .cacarousel-control {
        width: 5%;
    }

    .card .hash-tag{
        top: 15px !important;
    }
    .prev-history {
        display: none !important;
    }
    .detail-prior-history {
        display: none !important;
    }
    #translControl {
        display: none !important;
    }
    .save-style{
        right: -200px;
    }
    .diagnosis-tab-side-menu .icon-style {
        display:none !important;
    }
    .diagnosis-tab-side-menu  .custom-print{
            position: absolute !important;
            right: 50px !important;
            display: block !important;
        }
    .diagnosis-tab-side-menu{
        top: 60px !important;
    }
    tab-control .nav-tabs a {
        color: blue !important;
        font-size: 10px !important;
        font-weight: 800 !important;
        text-decoration: underline;
    }
    tab-control .nav-tabs .active a{
        font-size: 10px !important;
    }

    tab-control .tab-content {
        border: none;
    }
    tab-control div {
        width: 100%;
    }
    .tab-pane{
        height: 400px;
    }
    .hashtag-div{
        font-size: 10px;
        /* width: 60% !important; */
        text-align: left !important;
        padding-left: 0px;
    }
    [for="app-summary"] { display: block !important;}

            .app-summary{
                display: block !important;
                /* float: right; */
                padding-top: 5px;
                text-decoration: underline;
                color: blue;
                width: 100%;
                text-align: right;
            }
            #app-summary {
              position: absolute;
              display:block !important;
              left: -999em;
            }

            .app-summary input[type="checkbox"]:checked + .total-message {
              opacity: 1;
            }
            .total-message{
                opacity:0;
                background-color:#fff ;
                padding: 2px !important;
            }
            .small-only {
                /*margin-top: 25px;*/
            }
    .row
    {
        margin-right: 0;
        margin-left: 0;
    }

    .va_li
    {
        margin-top: 10%;
    }

    .container
    {
        width: 100%;
    }

    .top-margin
    {
        margin-top: 15%;
    }
}

@media (max-width: 375px)
{
    .cacarousel-control {
        width: 5%;
    }
    .row
    {
        margin-right: 0;
        margin-left: 0;
    }

    .va_li
    {
        margin-top: 15%;
    }

    .container
    {
        width: 100%;
    }

    .top-margin
    {
        margin-top: 20%;
    }
}

@media (max-width: 320px)
{
    .cacarousel-control {
        width: 5%;
    }
    .row
    {
        margin-right: 0;
        margin-left: 0;
    }

    .pull-right
    {
       /* float: none !important;*/
    }

    .icon-bar a{
        width: 50px !important;
    }
    .va_li
    {
        margin-top: 20%;
    }

    .container
    {
        width: 100%;
    }

    .top-margin
    {
        margin-top: 25%;
    }

    .rootText
    {
        width: 40vh;
    }
}

@media (max-width: 768px) and (min-width: 768px)
{
    .cacarousel-control {
        width: 5%;
    }
    .col-sm-2
    {
        width: 23%;
    }

    .col-sm-4
    {
        width: 35%;
    }

    .col-sm-6
    {
        width: 40%;
    }

    .rootText
    {
        width: 80vh;
    }
}



.animated
{
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: 5;
}
.childrow{
    margin-left: 50px;
}
.list-odd{
    background-color: #cedfe8;
}
.pad-top{
    margin-top: 5px !important;
}
.fields-set{
    border: 1px solid #09c;
    padding: 5px;
    text-align: center;
    color:#09c;
    border-radius:5px;
    /* width: inherit; */
}
.fields-legend{
    width: inherit;
    text-align: left;
    color:#09c;
}
button.hashtag-button{
    color: #000 !important;
    background-color: transparent !important;
    position: absolute;
    top: 8%;
    right: 8%;
    opacity: 0.2;
}
button.hashtag-button:hover{
    opacity: 1;
    cursor: pointer;
    background-color: #eeeeee !important;
}
.icon-green {
    color: green;
}
.icon-red {
    color: red;
}
.hastag-back{
    background-color: #fff;
    border-radius: 3px;
    padding: 4px;
    color: #000 !important;
    margin-right: 5px;
    border: 1px solid #007356;
    font-weight:600;
}
.hashtag-div{
    margin-left: 80px;
    display: table;
    text-align: center;
    padding-bottom: 10px;
    width: 80%;
}
.make-pointer{
    cursor: pointer;
}
.dropdown-menu>li>a{
    line-height:2.5;
}
.dropdown-menu{
    /*width: 100%;*/
    border-radius: 1px;
}
.dropdown-menu>li:nth-child(odd) {
    background: #EBEBEB;
}
/*.dropdown-menu th{
    color: yellow;
}*/
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    background-color: #c2c2c2;
    outline: 0;
}
/*.dropdown-menu .btn{
    color: grey;
}*/
.measurement{
    width: 100px;
    display:inline;
}
.measurement-smaller{
    width: 50%;
}
.right-pad{
    padding-right: 20px;
}
.align-vertical{
    padding-top: 7px;
}
.check-all{
    position: absolute;
    bottom: 0px;
    /*left: 35px;*/
}
.icon-back-red{
    background: #bc5a5a;
    border-radius: 5px;
    border: 1px solid #801A15;
}
.icon-back-green{
    background: #65A269;
    border-radius: 5px;
    border: 1px solid #2B6D12;
}
.align-vertical:hover{
    cursor: pointer;
}
.check-text{
    font-size: 10px;
    color:black;
    /*position: absolute;*/
    /*
    bottom: -15px;
    left: 0px;
    */
    padding-left: 5px;
}

input[type='radio'] {
    -webkit-appearance:none;
    width:15px;
    height:15px;
    border: 1px solid #C2C2C2;
    border-radius:50%;
    outline:none;
    box-shadow: 0 0 5px 0px #ebebeb inset;
}

input[type='radio']:hover {
    box-shadow:0 0 5px 0px #ffc30b inset;
}

input[type='radio']:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;
    border-radius:50%;
}
input[type='radio']:checked:before {
    background:#09c;
}
.min-height-for-pane{
    min-height: 150px;
}

.history-table th{
    font-size: 10px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #4CAF50;
    color: white;
}
.history-table td{
    font-size: 8px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    padding-top: 11px;
    padding-bottom: 11px;
    color: black;
}
.history-table td, .history-table th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}
.history-table tr:nth-child(even) {
    background-color: #f0f0f0;
}
.save-right-pad{
    margin-right: 15px;
}

/*for card*/
.full-card .btn-fab {
    float: right;
    margin-top: -40px;
    margin-right: 5px;
    background-color: transparent;
}
/*.card span {
    display: block;
    position: relative;
    *//*text-align: center;*//*
    margin-top: 20px;
    margin-left: 5px;
    font-size: 18px;
    *//*text-transform: lowercase;*//*

}*/
.card .first-name{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
   /* max-width: 180px;
    padding-top: 10px;*/
    font-size:0.9rem;
    font-weight:600;
    width: 75%;
    line-height: 1em;
}

.card .last-name{
    margin-left: 0px;
    top: -07px;
}
.call-card{
    height: 160px !important;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}
.phone-placement{
    position: absolute;
    bottom: 2px;
}
.card {
    /*z-index: -1;
    width: 100%;*/
    height: 10rem;
    /*background: #f6f6f6;*/
    overflow: hidden;
    /*position: relative;*/
    border-radius: 3px 3px 0 0;
    padding-left: 8px;
    /* -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;*/
    /*box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);*/
}
div.flip-card {
    transition: transform 1s;
    display: none;
}
div.active-card {
   display: block;
/*   transform: rotateY(0deg);
   margin-bottom: 5px;*/
   background-color: #F0F0F0;
   /*box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);*/
}
div.urgent-card {
    background-color: #f7f0f0;
}
div.card-date{
    position: absolute;
    top: 25px;
    right: 16px;

}
div.card-date span{
    font-size: 10px;
    margin-top: 2px;
    text-align: right;
}
.card-actions{
    /* width: 5%; */
    text-align: center;
    /* border: 1px solid rgb(0,0,0); */
    width: 50px;
    height: 20px;
    float: left;
}
.card-well{
    height: 45px;
    padding-left: 5px !important;
}
.behave-link:hover{
    cursor: pointer;
}
/*.inline-span{
    display: inline-block !important;
}*/
/*.inline-span:first-letter {
    text-transform: uppercase;
}*/
#bell-icon{
    cursor: pointer;
    position: fixed;
    right: 150px;
    top: 20px;
    text-decoration: none;
    z-index: 999;
    width: 38px;
    height: 38px;
    font-size: 25px;
    line-height: 0;
    background: transparent;
    color: #0D3D6C;
}
#graph-icon{
    cursor: pointer;
    position: fixed;
    right: 220px;
    top: 20px;
    text-decoration: none;
    z-index: 999;
    width: 38px;
    height: 38px;
    font-size: 25px;
    line-height: 0;
    background: transparent;
    color: #0D3D6C;
    z-index:9999;
}

#graph-icon .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    top:10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 15px;
    /*font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

#graph-icon .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

#graph-icon .dropdown-content a:hover {background-color: #ddd}

#graph-icon:hover .dropdown-content {
    display: block;
}

#list-icon{
    cursor: pointer;
    position: fixed;
    right: 200px;
    top: 20px;
    text-decoration: none;
    z-index: 999;
    width: 38px;
    height: 38px;
    font-size: 25px;
    line-height: 0;
    background: transparent;
    color: #0D3D6C;
}
#search-icon{
    cursor: pointer;
    position: fixed;
    right: 100px;
    top: 20px;
    text-decoration: none;
    z-index: 999;
    width: 38px;
    height: 38px;
    font-size: 25px;
    line-height: 0;
    background: transparent;
    color: #0D3D6C;
}
#replay-icon{
    position: fixed;
    right: 50px;
    top: 20px;
    text-decoration: none;
    z-index: 999;
    width: 38px;
    height: 38px;
    font-size: 25px;
    line-height: 0;
    background: transparent;
    color: #0D3D6C;
}
#replay-icon:hover{
    cursor: pointer;
    -moz-transform: translate(3px, 0px);
    -ms-transform: translate(3px, 0px);
    -o-transform: translate(3px, 0px);
    -webkit-transform: translate(3px, 0px);
    transform: translate(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2)
}
#back-icon{
    position: fixed;
    right: 50px;
    top: 20px;
    text-decoration: none;
    z-index: 999;
    width: 38px;
    height: 38px;
    font-size: 25px;
    line-height: 0;
    background: transparent;
    color: black;
}
#back-icon:hover{
    cursor: pointer;
    -moz-transform: translate(3px, 0px);
    -ms-transform: translate(3px, 0px);
    -o-transform: translate(3px, 0px);
    -webkit-transform: translate(3px, 0px);
    transform: translate(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2)
}
/*#loginbtn{
    color: wheat;
}*/

.full-card  .text-danger-icon{
    color: red;
}

.full-card  .action-btn{
    /* z-index: 9999; */
    font-size: 40px;
    line-height: 0.8;
    /* text-align: center; */
    text-decoration: none;
    padding-right: 45px;
}

.full-card  .action-btn:hover{
    -moz-transform: translate(3px, 0px);
    -ms-transform: translate(3px, 0px);
    -o-transform: translate(3px, 0px);
    -webkit-transform: translate(3px, 0px);
    transform: translate(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2)

}
.card-actions-up{
    position: fixed;
    top: 0px;
    right: 0px;
    font-size: 15px;
    padding-right: 5px;

}

.card-actions-up .text-danger{
    float: right;
    font-size:20px;
    /*margin-right: 20px;*/
}
.card-actions-up .text-primary{
    float: right;
    margin-right: 20px;

}

.card-actions-up .text-muted{
    float: right;
    margin-right: 20px;
    color: #007356;
    font-weight: 600;
    font-size: 20px;
    z-index:99;
}

.card-actions-up .fa-hand-paper-o{
    float: right;
    margin-right: 20px;

}

.card-actions-up .text-success{
    float: right;
    margin-right: 20px;

}
/*.card-actions-up:hover{
    cursor: pointer;
    -moz-transform: translate(3px, 0px);
    -ms-transform: translate(3px, 0px);
    -o-transform: translate(3px, 0px);
    -webkit-transform: translate(3px, 0px);
    transform: translate(1.0,1.0);
    -moz-transform: scale(1.0,1.0);
    -ms-transform: scale(1.0,1.0);
    -o-transform: scale(1.0,1.0);
    -webkit-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);
}*/
.card-actions-btn-caller{
    position: absolute;
    top: 60px;
    right: 20px;
    font-size: 30px;
    width: 50%;
}
.social-footer{
    color: #FFFFFF !important;
}


.card .phone-number{
    position: absolute;
    top: 45px;
}

.card .hash-tag{
    position: absolute;
    top: 60px;
    margin-top: 15px;
    max-width: 60%;
}

.card .hash-tag span {
    font-size: 10px;
/*    font-weight: 600;*/
    background-color: #e13c4c;
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
    /*border: 1px solid #007356;*/
    border-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    inline-size: max-content;
    margin-left: 1px;
    text-transform: uppercase;
}

.card .last-visit{
    position: absolute;
    top: 60px;
    margin-top: 15px;
    right: 5px;
}

.card .last-visit span{
    font-size: 10px;
    font-weight: 600;
}
.card .appment-number{
    padding-left: 30px;
    position: absolute;
    top: 0px;
    color: #000;
    font-size:12px;
/*    font-weight: 600;*/
}

.each-row{
    z-index: 1;
}
.each-row-1{
    z-index: 3;
}
.each-row-2{
    z-index: 2;
}
.each-row-3{
    z-index: 1;
}

.each-row-mobile{
    /*padding-left: 40px;*/
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #7E57C2;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    z-index: 9999;
    top: -5px;
    right: 105%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.play{
    position: absolute;
    top: 105px;
    width: 90%;
    display: flex;
}
.card-actions-btn{
    position: absolute;
    top: 65px;
    right: 0px;
    font-size: 28px;
    width: 55%;
}
.card-actions-btn-each{
    width: 80px;
    display: inline;
    font-size: 28px !important;

}
.card-actions-btn-each .text-danger{
    float: right;
    width: 45px;
    color: #f44336 !important;
}
.card-actions-btn-each .text-primary{
    float: right;
    width: 1.23em;
    color: #007356;
}
.card-actions-btn-each .text-primary:hover{
    cursor: pointer;
    color:#007356;
/*    -moz-transform: translate(3px, 0px);
    -ms-transform: translate(3px, 0px);
    -o-transform: translate(3px, 0px);
    -webkit-transform: translate(3px, 0px);
    transform: translate(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2)*/
}

ul {
    list-style: none;
}

/*
.cf {
&:before, &:after { content: ' '; display: table; }
&:after { clear: both; }
}
*/

.title {
    padding: 50px;
    font: 24px 'Open Sans', sans-serif;
    text-align: center;
}

/*.inner {
    display: inline-block;
    width: 100%;
    justify-content: center;
   *//* margin-left: 30px;*//*
*//*    max-width: 820px;
    margin: 0 auto;*//*
}*/

.breadcrumbs ul {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-left: 7%;
}
.breadcrumbs .conf{
    margin-left: 25%;
}
.breadcrumbs li {
    float: left;
    width: 30%;
}

.breadcrumbs a {
    position: relative;
    display: block;
    padding: 12px;
    padding-right: 0 !important; /* important overrides media queries */
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.breadcrumbs a.view-only{
    cursor: default;
}


div .total-message{
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 99;
    color: #000;
    background-color: #fff;
    border: 3px solid #007356;
    border-radius: 5px;
    padding: 5px;
}
div .total-message span{
    display: block;
    text-align: right;
}
div .total-message span b{
    padding-right: 10px;
}


/*

.breadcrumbs a:hover {
    background: #eee;
}
*/
.breadcrumbs{
    width: 100%;
    display: inline-block;
}
.breadcrumbs a.done {
    color: #fff;
    background-color: #007356;
}
.breadcrumbs a.done:hover{
    /*color:yellow;*/
    cursor:pointer;
}
.breadcrumbs .inner {
   /* width: 90%;
    display: inline-block;*/
}
.breadcrumbs a.pending {
    color: #000;
    background-color: #ffc30b;
}


.breadcrumbs a.pending:hover{
    color:#fff;
    cursor:pointer;
}
.breadcrumbs a:before,
.breadcrumbs a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 11px solid transparent;
}

.breadcrumbs a:before {
    margin-left: 1px;
    border-left-color: #fff;
}

.breadcrumbs a.done:after {
    border-left-color: #007356;
}


.breadcrumbs a.pending:after {
    border-left-color: #ffc30b;
}

.cf li:first-child a{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.cf li:last-child a{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*.breadcrumbs a:hover:after {
    border-left-color: #eee;
}

.breadcrumbs a.active:after {
    border-left-color: #fafafa;
}*/

.breadcrumbs li:last-child a:before,
.breadcrumbs li:last-child a:after {
    display: none;
}

@media (max-width: 720px) {
    .breadcrumbs a {
        padding: 15px;
    }
    .breadcrumbs a:before,
    .breadcrumbs a:after {
        border-top-width: 26px;
        border-bottom-width: 26px;
        border-left-width: 13px;
    }
    button.hashtag-button{
        right: -15%;
        top: 5%;
    }

}

@media (max-width: 1024px) {

    button.hashtag-button{
        right: -15%;
        top: 5%;
    }
    .detail-prior-history i {
        font-size: 23px !important;
        padding-top: 5px;
    }
}
@media (max-width: 620px) {
    .breadcrumbs a {
        padding: 10px;
        font-size: 12px;
    }
    .breadcrumbs a:before,
    .breadcrumbs a:after {
        border-top-width: 22px;
        border-bottom-width: 22px;
        border-left-width: 11px;
    }
    .calllog-mobile{
        margin-bottom: 10px;
        height: 160px;
    }

    .card span {
        display: block;
        position: relative;
        /*text-align: center;*/
        margin-top: 10px;
      /*  margin-left: 5px;*/
        font-size: 15px;
    }

    .card .last-visit span {
        font-size: 10px !important;
    }
    div.card-date span{
        font-size: 10px;
        margin-top: 2px;
    }
}

@media (max-width: 640px) {
    .breadcrumbs a {
        padding: 7px;
    }
    .breadcrumbs a:before,
    .breadcrumbs a:after {
        border-top-width: 16px;
        border-bottom-width: 16px;
        border-left-width: 8px;
    }
    .full-card  .action-btn{
        /* z-index: 9999; */
        font-size: 30px;
        line-height: 1;
        /* text-align: center; */
        text-decoration: none;
        padding-right: 35px;
    }
    .check-text{
        font-size: 8px;
        color:black;
        padding-left: 3px;
    }
    .card-actions-btn {
        position: absolute;
        top: 65px;
        right: 0px;
        font-size: 25px;
        width: 70%;
    }
    .card-actions-btn-each .text-primary{
        float: right;
        width: 40px;
    }
    div .total-message{
        position: absolute;
        line-height: 1.2;
        right: 25px;
        font-size: 10px;
        z-index: 999;
        text-align: right;
        padding-top: 20px;
        background-color:white;
        opacity:1;
    }
    div .total-message span{
        display: block;
    }
    div .total-message span b{
        padding-right: 10px;
    }
    .badgeap-main {
        bottom: 10px;
        padding: 2px 5px;
        font-size: 10px;
        background-color: #fff;
        color: #777;
        left: 16px;
    }
    .badgeap {
        position: absolute;
        top: 5px;
        right: 10px;
    }
    .form-horizontal {
        width: 300px;
    }

}
.form-group .prompt-btn{
    color: wheat;
}

.load-bar {
    position: fixed !important;
    width: 100%;
    height: 5px !important;
    top: 0px !important;
    background-color: #fdba2c;
    z-index: 999;
}
.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}
.bar:nth-child(1) {
    background-color: #da4733;
    animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
    background-color: #3b78e7;
    animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
    background-color: #fdba2c;
    animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}

/*history*/

.patient-history {
    text-align: left;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    color: #777;
    font-size: 12px;
    padding-left: 0;
/*    margin-bottom: 30px;*/
    /*font-family: 'Lato';*/
}
.patient-history li:first-child,
.patient-history li:last-child {
    /*padding: 20px 13px;*/
}
.patient-history li {
    list-style: none;
    padding: 5px;
    background-color: #fff;
    margin-bottom: 15px;
}
.patient-history li + li {
    border-top: 1px solid #999;
}
.patient-history big {
    font-size: 20px;

}
.patient-history .history-title{
    text-align: center;
    background-color: #f6f6f6;
}

.history-title i:hover{
    cursor: pointer;
}
.patient-history legend{
    background-color: #007356;
    color: #fff;
    text-align: center;
    font-size: 15px;
}
.patient-history h3 {
    margin-bottom: 0;
    font-size: 36px;
}
.patient-history span {
    font-size: 12px;
    color: #000;
    font-weight: normal;
}
.patient-history li:nth-last-child(2) {
    padding: 30px 13px;
}
.patient-history button {
    width: auto;
    margin: auto;
    font-size: 15px;
    font-weight: bold;
    border-radius: 50px;
    color: #fff;
    padding: 9px 24px;
    background: #aaa;
    opacity: 1;
    transition: opacity .2s ease;
    border: none;
    outline: none;
}
.patient-history button:hover {
    opacity: .9;
}
.patient-history button:active {
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}
/* patient-history color */
.hashtag li:nth-last-child(2) {
    padding: 0px 0px !important;
}
.p-green big,
.p-green h3 {
    color: #4c7737;
}
.p-green button {
    background: #4c7737;
}
.p-yel big,
.p-yel h3 {
    color: #ffbb42;
}
.p-yel button {
    background: #ffbb42;
}
.p-red big,
.p-red h3 {
    color: #e13c4c;
}
.p-red button {
    background: #e13c4c;
}
.p-blue big,
.p-blue h3 {
    color: #3f4bb8;
}
.p-blue button {
    background: #3f4bb8;
}
.history-tests{
    display: block;
}
/*history*/

.slide {
    -webkit-transition: 1575ms cubic-bezier(0.420, 0.000, 1.000, 1.000) all;
    -moz-transition: 1575ms cubic-bezier(0.420, 0.000, 1.000, 1.000) all;
    -ms-transition: 1575ms cubic-bezier(0.420, 0.000, 1.000, 1.000) all;
    -o-transition: 1575ms cubic-bezier(0.420, 0.000, 1.000, 1.000) all;
    transition: 1575ms cubic-bezier(0.420, 0.000, 1.000, 1.000) all;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: clip;
    white-space:nowrap;
}

.slide.ng-enter {
    height: 10%;
}

.slide.ng-enter.ng-enter-active {
    height: 100%;
}
/*cg-busy*/
.cg-busy {
    position: fixed;
    left: 50%;
    top: 50%;
}

.cg-busy-animation.ng-hide-add {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block !important
}

.cg-busy-animation.ng-hide-remove {
    opacity: 0;
    -webkit-transform: translate(0px, -40px);
    -moz-transform: translate(0px, -40px);
    -ms-transform: translate(0px, -40px);
    -o-transform: translate(0px, -40px);
    transform: translate(0px, -40px)
}

.cg-busy-animation.ng-hide-add, .cg-busy-animation.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0)
}

.cg-busy-animation.ng-hide-add.ng-hide-add-active {
    opacity: 0;
    -webkit-transform: translate(0px, -40px);
    -moz-transform: translate(0px, -40px);
    -ms-transform: translate(0px, -40px);
    -o-transform: translate(0px, -40px);
    transform: translate(0px, -40px)
}

.cg-busy-backdrop {
    background-color: #fff;
    opacity: .7
}

.cg-busy-backdrop-animation.ng-hide-add{
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: block !important
}

.cg-busy-backdrop-animation.ng-hide {
    opacity: 0
}
/*cg-busy*/
.patient-name:first-letter {
    text-transform: uppercase;
}
textarea.diagnosis-box{
    background-color: white;
    border-radius: 5px;
    border: 2px solid #74637f;
    width: 88%;
    /*height: 150px;*/
    /*box-shadow: 3px 3px 3px 3px #888888;*/
    margin-left: 5%;
    margin-top: 1%;
}

textarea.prescription-box{
    background-color: white;
    border-radius: 5px;
    border: 2px solid #74637f;
    width: 88%;
    height: 100px;
    /*box-shadow: 3px 3px 3px 3px #888888;*/
    margin-left: 5%;
    margin-top: 2%;
}
textarea.history-box{
    background-color: white;
    border-radius: 5px;
    border: 2px solid #74637f;
    width: 88%;
    /*height: 120px;*/
    /*box-shadow: 3px 3px 3px 3px #888888;*/
    margin-left: 5%;
    margin-top: 1%;
}

.modal-min-height{
    min-height: 300px;
}

.bell-shake {
    color: red !important;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
.call-text{
    position: absolute;
    top: 0px;
    right: 15px;
}
.call-text span{
    font-size: 10px;
}
.call-text.connected{
    border-color: green;
    border-width: 2px;
    border-style: solid;
}
.call-text.missed{
    border-color: red;
    border-width: 2px;
    border-style: solid;
}
.call-text.connected span{
    color:green;
}
.call-text.missed span{
    color:red;
}
.full-card-calllog{
    margin-bottom: 15px;
}
div .calllog-department{
    position: absolute;
    top: -20px;
}
div .calllog-department span{
    font-size: 15px;
}

div .appointment-cancelled{
    position: absolute;
    top: 0px;
    right: 0px;
}
div .appointment-cancelled span{
    font-size: 15px;
    color: red;
}
.max-color{
    background-color:red ;
    padding: 2px 4px;
}
.material-add {
    text-align:center;
    background-color: #007356;
    float: left;
    position: fixed;
    right: 100px;
    bottom: 50px;
    width: 36px;
    height: 36px;
   /* border: 2px solid #909090;*/
    border-radius: 100%;
    margin-right: 7px; /*space between*/
    display: flex;
    align-items: flex-start;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.material-add  i{
    font-size: 20px;
    align-self:center;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin: 0 auto;
}
.material-add  i::before{
    display:inline-block;
    text-decoration:none;
}/*
.material-add a:hover{
    background: rgba(0,0,0,0.2);
}*/
.material-add:hover i{
    color:#909090;
    cursor: pointer;
}
.hashtag-delete{
    position: absolute;
    right: 20px;
    top: 5px;
}
.hashtag-delete:hover{
    cursor: pointer;
}

.hashtag-edit{
    position: absolute;
    top: 55px;
    right: 20px;
}

.hashtag-edit:hover{
    cursor: pointer;
}
.hashtag-text{
    background-color: white;
    border-radius: 2px;
    border: 1px solid grey;
    width: 70%;
}
pre{
    font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
    font-size: 12px;
}

.material-add-mobile {
    right: 10px !important;
}
@media (max-width:768px) and (min-width: 425px){
    .history-locate{
        margin-left: 150px !important;
    }
}
/*Tablet settings*/
@media (min-width:731px) and (max-width: 1024px){
        .right-button{
            margin-right:200px !important;
        }
        .detail-hashtag {
            top: 10%  !important;
        }
        .prev-history {
            top: 80px  !important;
        }
        .details-history .date{
                font-size: 12px !important;
        }
        div .total-message span{
            display: contents !important;
        }
        div .total-message span b{
            padding-right: 2px;
            padding-left: 10px;
        }
         .measurement{
            width: 30px !important;
        }
        .prescription-add-btn{
            padding-left: 50px !important;
        }
        .allergy-table{
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
        .detail-prior-history {
            top: 120px  !important;
            max-height: 480px !important;
        }
        .card .first-name{
            max-width: 160px;
        }
        web-speech div.inactive {
            width: 75% !important;
        }
        .diagnosis-patient-name{
            padding-right:2px !important;
            display:none;
        }
        .diagnosis-patient-name:hover{
            text-decoration: underline;
            cursor: pointer;
        }
        .allergy-table{
            width:100% !important;
            margin-left:50px !important;
        }
        .prescription-table{
            margin-left:40px !important;
        }
        .detail-prior-history div {
            margin-bottom: 10px;
            margin-top:5px;
            height: 40px;
            line-height: 30px;
            font-size: 15px;
        }
        .detail-prior-history div:focus{
            background-color: #007356;
            color: #fff;
        }
        .file-box{
            /*width: 10px !important;*/
/*            right: 30px !important;*/
        }
        .file-box-enlarged {
            height: 650px !important;
        }
        .file-box-fixed {
            height: 550px !important;
        }
        .file-box:hover .pictures > li {
           height: 50px;
        }

        textarea.diagnosis-box{
            background-color: white;
            border-radius: 5px;
            border: 2px solid #74637f;
            width: 115%;
            /*height: 200px;*/
            /*box-shadow: 3px 3px 3px 3px #888888;*/
        }
        .tab-heading{
            margin-left: 80px;
        }
        .tab-heading h4{
            font-weight: 600;
        }
        textarea.history-box{
            background-color: white;
            border-radius: 5px;
            border: 2px solid #74637f;
            width: 115%;
            height: 120px;
            /*box-shadow: 3px 3px 3px 3px #888888;*/
        }
        .highlighter-textarea,
        .backdrop,
        .app-textarea
        {
          width: 115% !important;
        }
        [for="app-summary"] { display: block !important;}

        .app-summary{
            display: block !important;
            /* float: right; */
            padding-top: 5px;
            text-decoration: underline;
            color: blue;
            width: 100%;
            text-align: right;
        }
        #app-summary {
          position: absolute;
          display:block !important;
          left: -999em;
        }

        .app-summary input[type="checkbox"]:checked + .total-message {
          opacity: 1;
        }

        .section-box{
            margin-top: 20px;
        }
}
@media (max-width:992px) and (min-width: 772px){
    .total-message{
                opacity:1;
                background-color:#fff ;
                right: 25px !important;
                top: 55px !important;
            }
}
@media (max-width:1040px) and (min-width: 890px){
    .diagnosis-tab-side-menu{
        right: 160px;
        width: 150px !important;
    }
}
@media (max-width: 955px){
    .prev-history{
        display:none;
    }
    web-speech{
        display:none;
    }
    .detail-prior-history{
        display: none !important;
    }

    .file-box{
        display:none;
    }
}
@media (min-width: 768px){
    .history-locate{
        margin-left: 200px !important;
    }
}
.dummy-today{
/*    padding-top: 40px;*/
    margin: 0.5em;
    /* margin-bottom: 10px; */
    width: 20.6rem;
    display: inline-block;
}

.lab-row{/*    padding-top: 40px;*/margin: 0.5em;/* margin-bottom: 10px; */width: 20rem;display: inline-block;}
.lab-row-list{/*    padding-top: 40px;*/margin: 0.5em;/* margin-bottom: 10px; */width: 90%;/* float: right; */display: inline-block;}
.hand-cursor{
    cursor: pointer;
}
.danger-text{
    color:red;
}
.edit-name i{
    cursor: pointer;
    color: lightgray;
/*    top: -10px;*/
    position: relative;
}
.edit-name .fa-pencil-alt:hover{
    color: gray;
}
.patient-history  pre{
    font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
    font-size: 10px;
    /* font-size: 12px; */
    color: #000;
    font-weight: normal;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: white;
}
.amount-pad{
    padding-left: 5px;
    position: absolute;
    bottom: 10px;
}
/* line 3, ../sass/components/chat-window.scss */
.chat-window {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
}
/* line 9, ../sass/components/chat-window.scss */
.chat-window .col-xs-12.col-md-12 {
    padding: 0;
    height: 100%;
}
/* line 13, ../sass/components/chat-window.scss */
.chat-window .panel {
    border: 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    height: 100%;
}

/* line 3, ../sass/components/chat-top-bar.scss */
.chat-top-bar {
    background: #666;
    color: #fff;
    overflow: hidden;
    padding: 10px;
    position: relative;
    height: 70px;
    max-height: 70px;
    border-radius: 0;
}
/* line 13, ../sass/components/chat-top-bar.scss */
.chat-top-bar .icon-minim {
    padding: 2px 10px;
}

/* line 3, ../sass/components/chat-bottom-bar.scss */
.chat-bottom-bar {
    overflow: hidden;
    padding: 10px;
    position: relative;
    height: 70px;
    max-height: 70px;
}
/* line 10, ../sass/components/chat-bottom-bar.scss */
.chat-bottom-bar .icon-minim {
    padding: 2px 10px;
}
/* line 14, ../sass/components/chat-bottom-bar.scss */
.chat-bottom-bar textarea {
    /*height: calc(70px - 30px);*/
    width: 60%;
}

/* line 4, ../sass/components/chat-msg-container.scss */
.msg-container-base {
    background: #e5e5e5;
    margin: 0;
    height: calc(100% - 140px);
    overflow-x: hidden;
    padding: 0 10px 10px;
}
/* line 11, ../sass/components/chat-msg-container.scss */
.msg-container-base::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
/* line 16, ../sass/components/chat-msg-container.scss */
.msg-container-base::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 12px;
}
/* line 21, ../sass/components/chat-msg-container.scss */
.msg-container-base::-webkit-scrollbar-thumb {
    background-color: #555;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
/* line 26, ../sass/components/chat-msg-container.scss */
.msg-container-base .msg-container {
    display: flex;
    overflow: hidden;
    padding: 10px;
}

/* line 2, ../sass/components/chat-msg.scss */
.chat-msg {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    padding: 10px;
}
/* line 9, ../sass/components/chat-msg.scss */
.chat-msg p {
    font-size: 13px;
    margin: 0 0 .2rem;
}
/* line 14, ../sass/components/chat-msg.scss */
.chat-msg time {
    color: #ccc;
    font-size: 11px;
}
/* line 19, ../sass/components/chat-msg.scss */
.chat-msg .chat-msg-author {
    display: block;
}
/* line 23, ../sass/components/chat-msg.scss */
.chat-msg.chat-msg-receive {
    margin-right: 0;
    padding-bottom: 20px;
}
/* line 28, ../sass/components/chat-msg.scss */
.chat-msg.chat-msg-sent {
    margin-right: 0;
    padding-bottom: 20px;
}
/* line 32, ../sass/components/chat-msg.scss */
.chat-msg.chat-msg-sent .chat-msg-author {
    text-align: right;
}
/* line 36, ../sass/components/chat-msg.scss */
.chat-msg.chat-msg-sent time {
    float: right;
}
.chat-container {
    width: 400px;
    height: 100%;
    margin: 0 auto;
}
.chat-window {
    position: fixed;
    right: 0;
    bottom: 30px;
    max-height: 450px;
    height: auto;
    width: 590px;
}


.chat-window.minimized {
    height: 40px;
}

.chat-top-bar {
    height: 40px;
}

.chat-bottom-bar {
    height: 60px;
}

.msg-container-base {
    height: auto;
    max-height: 350px;
}

.panel-body {
    padding: 0;
}
.input-group-chat{
    width: 100%;
}
/*.loggedinpad{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-left: 10px !important;
}*/
.moveleft{
    margin-left: -25px;
    margin-right: 0px;
}
.chat-list{
    max-height: 400px;
}
.chat-user-list{
    background: #ffc399;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #ff6b00;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    padding: 10px;
}
.list-clickable:hover{
    cursor: pointer;
}
.about-box{
    border: 2px solid #0D3D6C;
    margin-top: 50px;
    box-shadow: 5px 10px #888888;
    min-height: 400px;
}
.contact-address{
    border: 2px solid #0D3D6C;
    box-shadow: 5px 10px #888888;
    margin-left: 5px;
}
.header span{
    left:20%;
    top: 40%;
    position: absolute;
    font-size: 25px;
    color: #13599F;
    font-weight: 500;
    z-index: 9999;
    /*font-family: 'Roboto', sans-serif;*/
}

.header h5{
    position: absolute;
    top: 25%;
    left: 35%;
    font-size: 45px;
    color: #0D3D6C !important;
    font-weight: 700;
    z-index: 9999;
    /*font-family: 'Roboto', sans-serif;*/
}

.about-links{
    width: 300px;
    margin-top: 80px;
    background-color: #0D3D6C;
}

.about-links>ul>li{
    text-align: center;
    text-decoration: none;
    margin: 5px;
}

.about-links>ul>li>a{
    color:#fff;
}
.about-links>ul>li>a:active {
    color: #F4FF81;
}
.login-btn{
    position: fixed;
    top: 50vh;
    left: 40vw;
}
.doctor-header{
    font-size: 25px;
    /*color: #0D3D6C !important;*/
    padding-left: 100px;
    padding-top: 100px;
}
.btn-round {
    background-color: #007356;
    border-radius: 999em;
    width: 56px;
    height: 56px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    line-height: 1;
    font-size: 50px;
    position: fixed;
    cursor: pointer;
    display: inline-block;
    float: right;
    bottom: 20px;
    right: 40px;
    z-index:999;
}

.btn-round span {
    position: absolute;
    left: 0;
    top: 50%;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: -25px;
    color: #FFF;
}

.current-patient .card{
    border: solid red;
    border-width: 1px;
    border-bottom-width: 0px;
}

.current-patient .well{
    border: solid red !important;
    border-width: 1px !important;
    border-top-width: 0px !important;
}

.card-actions-number {
    margin-left: 2px;
    position: fixed;
    top: 0px;
    left: 0px;
    font-size: 20px;
    padding-left: 10px;
    background-color: #e13c4c;
    border-radius: 999em;
    width: 25px;
    height: 25px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    line-height: 1;
    font-size: 20px;
    position: fixed;
    cursor: pointer;
    display: inline-block;
    float: right;
    /* bottom: 80px; */
    /* right: 40px; */
}

.card-actions-number span {
    position: absolute;
    left: 0;
    top: 50%;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: -10px;
    color: #FFF;
}

web-speech div.inactive{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 97%;
    /*height: 350px;*/
}

web-speech div.active{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 97%;
    height: 350px;
}

web-speech button:hover{
    opacity: 0.9;
}
web-speech select:hover{
    opacity: 0.9;
}
web-speech select{
    display: inherit;
    opacity: 0.2;
    position: absolute;
    bottom: 0px;
    right: 50px;
    width: 70px;
}

web-speech button{
    opacity: 0.2;
    position: absolute;
    bottom: 20px;
    right: 50px;
    width: 70px;
}

web-speech textarea{
    width: 100%;
    margin-left: 15px;
    height: 350px;
}

.detail-prior-history{
    position: absolute;
    right: 15px;
    line-height: 25px;
/*    height: 35px;*/
    top: 70px;
    max-height: 400px;
    display: grid;
    overflow-y: auto;
}

.detail-prior-history div{
    border: 2px solid #007356;
    border-radius: 3px;
    width: 150px;
    text-align: center;
    box-shadow: #007356 1px 1px;
    margin-bottom: 2px;
    background-color:#fff;
    display: inline-table;
}

.detail-prior-history div:focus{
    background-color: #007356;
    color: #fff;
}
.detail-prior-history i{
    color: #000;
    font-size: 20px;
    padding: 2px;
}

.detail-prior-history span{
        /*padding-left: 10px;*/
    padding-top: 3px;
    font-weight:600;
}
.detail-prior-history div:hover{
    /*width: 180px;*/
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    background-color: #f7f0f0;
}
.detail-prior-history span:hover{
    color:#007356;
}
.detail-prior-history i:hover{
    color:#00392b;
}
.doctor-login{
     margin: -5px 0px !important;
     background-color: #000 !important;
     color: #fff !important;
}
.initial-page{
    position: fixed;
    width: 40%;
    height: 40%;
    top: 35%;
    left: 30%;
}
.initial-page img{
    width: 10%;
    margin-left: 45%;
}
.initial-page p.loading{
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}
.initial-page p.sayer{
    position: absolute;
    right: 5px;
}
.initial-page i{
    padding-left: 20px;
}
@keyframes blink {50% { color: transparent }}
.loader__dot { animation: 1s blink infinite }
.loader__dot:nth-child(2) { animation-delay: 250ms }
.loader__dot:nth-child(3) { animation-delay: 500ms }
#translControl{
        float: left;
        margin-top:10px;
        padding-left: 0px;
}

.switch {
    position: absolute;
    top: 17%;
    right: 38%;
    display: inline-block;
    width: 50px;
    height: 25px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.trans-switch-label{
    width: 120px;
    position: absolute;
    top: 17%;
    right: 41%;
    line-height: 30px;
    font-size: 12px;
    font-weight: 800;
}
.custom-hashtag{
    padding-top: 30px;
}
.hashtag-trans-label{
    top: 50px;
    left: 450px;
    position: absolute
}
.hashtag-trans-switch{
    top: 50px;
    left: 545px;
    position: absolute;
}
#translControl-hashtag{
    top: 53px;
    left: 630px;
    position: absolute;
}
.prev-history{
    position: absolute;
    right: 20px;
    line-height: 25px;
    height: 35px;
    color: #000;
    padding-left: 5px;
    top: 40px;
    /* background-color: #007356; */
    padding-right: 5px;
    /* border: 1px solid; */
    /* border-radius: 3px; */
    /* border-color: #007356; */
    text-decoration: underline;
}
.prev-history .title-history{
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}
.prev-history .prev-hashtag{
    background: #007356;
    border: 1px solid;
    border-radius: 3px;
    border-color: #007356;
    color: #fff;
    padding-left: 3px;
    padding-right: 3px;
}
.header-content .mb-5{
    color: #007356;
    font-weight: 600;
}
.custom-alert{
    position: fixed;
    width: 75%;
    bottom: 1px;
    margin-bottom: 0px;
    z-index: 999;
    transition: max-height 1s ease-in;
    border-radius: 2px !important;
    text-align:center;
    background-color: #007356;
}
.logo-fix{
    position: absolute;
    left: 0px;
}

.icon-bar {
    width: 80%; /* Full-width */
    overflow: auto; /* Overflow due to float */
    margin-right: 50px;
}

.icon-bar a {
    float: left; /* Float links side by side */
    text-align: center; /* Center-align text */
    width: 80px; /* Equal width (5 icons with 20% width each = 100%) */
    padding: 12px 0; /* Some top and bottom padding */
    transition: all 0.3s ease; /* Add transition for hover effects */
    color: #fff; /* White text color */
    font-size: 30px; /* Increased font size */
}

.icon-bar a:hover {
    background-color: #90CAF9; /* Add a hover color */
    height: 60px;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
     display: none;
    position: fixed;
    background-color: #007356;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    top: 50px;
    /*display: inline-grid;*/
    font-size: 20px;
}

.dropdown-content a {
    color: #fff;
    /*padding: 12px 16px;*/
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 15px;
    padding-left: 10px;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: #000;
}

.dropdown:hover .dropdown-content {display: block;}

.navbar-header{
    border-bottom-color: darkgrey;
    -webkit-box-shadow: 0px 1px 1px darkgrey;
    -moz-box-shadow: 0px 1px 1px #de1dde;
    box-shadow: 0px 1px 1px darkgrey;
    border-bottom-width: 2px;
    border-bottom-style: double;
    background-color: #007356 !important;
    width: 100%;
    height: 60px;
}
.navbar-header>a>img{
    /*width: 35%;*/
    margin-top: -12px
}
.doctor-background{
    background-color: #fff;
    min-height: 100vh
}
.text-white{
    color: #fff;
}

.text-green{
    color: #007356;
}

.text-green:hover{
    cursor:pointer
}

.text-red{
    color: red;
}

.text-red:hover{
    cursor:pointer
}
.date-dropdown{
    border-bottom-color: #007356 !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
    margin-top: 15px !important;
    color: #000;
    width: 200px;
}

.date-dropdown:-moz-placeholder{
    color: #000;
}

.date-dropdown:-ms-input-placeholder{
    color: #000;
}

.date-dropdown::-webkit-input-placeholder{
    color: #000;
}

* {
    font-family:  Helvetica, Arial, Sans-Serif;
}
.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.detail-hashtag{
    top:25%;
    position: fixed;
    right: 10px;
}
.history-close{
    cursor: pointer;
    font-weight: 600;
}
.history-close:hover{
    text-decoration:underline;
    font-weight:900;
    color: #2b669a;
}
/*.active-card:hover{
    *//*border: solid 5px #007356;
    border-radius: 3px;*//*
    background-color:#f7f0f0;
}*/

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  background: #ddd;
}

body::-webkit-scrollbar-track {
  background: #666;
}
/*.list-group-horizontal .list-group-item.active {
    background-color: #c2c2c2 !important;
}*/

ul.dropdown-menu>li>div>table {
background-color: #fff;
}

ul.dropdown-menu>li>div>table .btn{
    /*color: #000 !important;*/
    background-color: #EBEBE;
}

#app-summary{
    display:none;
}

[for="app-summary"] { display: none;}

mentio-menu {
    max-height: 250px;
    overflow-y: auto;
}

mentio-menu>ul>li {
    background-color: #dae5f4 !important;
    border: #4e95f4 1px solid;
}
mentio-menu>ul>li:nth-child(odd) {
    background-color: b8d1f3 !important;
    border: #4e95f4 1px solid;
}

mentio-menu>ul>li:hover {
    cursor:pointer;
}

tab-control .nav-tabs {
    background: transparent;
    border-bottom: 1px solid #ddd;
}

tab-control .nav-tabs .active{
    background-color: #007356;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

tab-control .nav-tabs .active i{
    color: #fff;
}
tab-control .nav-tabs li:hover{
    cursor:pointer;
}

tab-control .nav-tabs a{
    color: #000 !important;
    font-size: 15px;
    font-weight:600 !important;
}

tab-control .tab-content {
    border: 2px solid #007356;
    min-height: 150px;
}

tab-control .nav-tabs {
/*    border-bottom-color: #007356;*/
    height: 43px;
    display: inline-flex;
}

.underline {
    text-decoration: underline;
}

.diagnosis-tab-side-menu{
    float: right;
    width: 200px;
}

.custom-layout-hashtag{
    float: none;
    display: inline-block;
    vertical-align: top;

}
.text-info{
    color: #000 !important;
}
.diagnosis-tab-side-menu .icon-style {
     padding-left: 4px;
}

.diagnosis-tab-side-menu .icon-style i{
     font-size: 40px;
/*     font-weight: 600;*/
     color:#007356;
/*     -webkit-text-fill-color: white;
     -webkit-text-stroke-width: 1px;
     -webkit-text-stroke-color: #007356;*/
 }

.disabled-icon {
    font-weight: 100 !important;
}
.diagnosis-tab-side-menu .icon-style:hover{
    cursor:pointer;
}
.icon-style>button{
    background: transparent;
    border: 0px;
}

.diagnosis-tab-side-menu .row{
    margin-bottom: 6px;
}
.no-data{
    text-align: center;
    line-height: 300px;
    font-size: 30px;
}
.hypertext:hover{
    cursor : pointer;
}
.hypertext{
    text-decoration: underline;
    color: blue;
}
.test-select{
    margin: 10px;
}
.hashtag-add-btn{
    background-color: #c2c2c2;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
.hashtag-add-btn span{
    color: #000;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
}
.hashtags{
    display:inline-block;
}
.hashtags-list > div:nth-child(even)>div {
    background: #EBEBEB;
    height: 30px;
    line-height: 2;
    font-weight: 600;
}
.hashtags-list > div:nth-child(odd)>div {
    background: #FFF;
    height: 30px;
    line-height: 2;
    font-weight: 600;
}

.hashtags-list {
    margin: auto;
    border: 2px solid #EBEBEB;
}
.hashtags-btn{
    margin-top: 5px;
}
.prescription-table {
    width: 99%;
    margin: auto;
    padding-top: 5px;
}
.prescription-table thead {
    color: #000;
    background-color: #E0E0E0;
}
.error-field {
    border-color: #e13c4c !important;
    color: #e13c4c;
}
.diagnosis-patient-name {
    position: absolute;
    right: 10px;
    line-height: 25px;
    height: 35px;
    color: #000;
    padding-left: 5px;
    top: 1%;
    padding-right: 10px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 180px;*/
}
.diagnosis-patient-name:hover{
    text-decoration: underline;
    cursor: pointer;
}
.show-details-table {
    margin: 80px;
}
.hashtg-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  animation: slide1 1s ease-in-out infinite;
}
.add-hashtag-text{
    font-weight: 600;
    display: inline-block;
    padding-right: 5px;
}
.hashtag-add{
    display:inline-table;
}
@keyframes slide1 {
  0%,
  100% {
        transform: rotate(-45deg) translate(0, 0);
  }

  50% {
        transform: rotate(-45deg) translate(2px, 0);
  }
}
.prescription-table .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-top: 0px solid #E0E0E0;
  font-size: 16px;
}

.prescription-table i {
    font-size: 20px;
}
.prescription-add-btn{
/*    float: right;*/
    padding-left: 10px;
}
.strong-text{
    font-weight:600;
}
.align-center{
    text-align: center;
}
.advice-text {
    border-bottom: 2px #007356 solid;
    width: 95%;
    margin-left: 20px;
    margin-top: 10px;
    padding-bottom: 15px;
}
.allergy-table {
        width: 95%;
        margin: auto;
        padding-top: 5px;
        padding-left: 50px;
}
.allergy-table thead {
    color: #000;
    background-color: #E0E0E0;
}
.allergy-add-btn{
/*    float: right;*/
    padding-left: 50px;
    margin-bottom: 15px;
}
.follow-up{
    padding-left: 30px;
    padding-top: 20px;
}

/*Tile start*/

.tile-lg-rect {
    position: relative;
    height: 180px;
    width: 250px;
    color: white;
}

    .tile-lg-rect:hover {
        opacity: 0.6;
    }

    .tile-lg-rect .title {
        position: absolute;
        bottom: 5px;
        left: 5px;
        font-size: 14pt;
    }

    .tile-lg-rect .middle {
        position: relative;
        top: 15%;
        transform: translateY(-20%);
        text-align: center;
        line-height: 88%;
        font-size: 28pt;
    }

    .tile-lg-rect .iconPos {
        padding: 8px 0 0 8px;
    }

    .tile-lg-rect .fa {
        font-size: 230%;
    }

/*Medium Rectangle*/

.tile-md-rect {
    position: relative;
    height: 80px;
    width: 100%;
    color: #000;
    cursor: pointer;
    border: 1px solid #c2c2c2;
}

    .tile-md-rect:hover {
        opacity: 0.6;
    }

    .tile-md-rect .title {
        position: absolute;
        bottom: -20px;
        font-size: 12pt;
        width : 100%;
    }

    .tile-md-rect .middle {
        position: relative;
        top: 15%;
        transform: translateY(-20%);
        text-align: center;
        line-height: 88%;
        font-size: 24pt;
    }

    .tile-md-rect .iconPos {
        padding: 8px 0 0 8px;
    }

    .tile-md-rect .fa {
        font-size: 170%;
    }

/*Small Rectangle*/

.tile-sm-rect {
    position: relative;
    height: 100px;
    width: 170px;
    color: white;
}

    .tile-sm-rect:hover {
        opacity: 0.6;
    }

    .tile-sm-rect .title {
        position: absolute;
        bottom: 5px;
        left: 5px;
        font-size: 11pt;
    }

    .tile-sm-rect .middle {
        position: relative;
        top: 15%;
        transform: translateY(-20%);
        text-align: center;
        line-height: 88%;
        font-size: 20pt;
    }

    .tile-sm-rect .iconPos {
        padding: 8px 0 0 8px;
    }

    .tile-sm-rect .fa {
        font-size: 140%;
    }

/*Large Square*/

.tile-lg-square {
    position: relative;
    height: 250px;
    width: 250px;
    color: white;
}

    .tile-lg-square:hover {
        opacity: 0.6;
    }

    .tile-lg-square .title {
        position: absolute;
        bottom: 5px;
        left: 5px;
        font-size: 14pt;
    }

    .tile-lg-square .middle {
        position: relative;
        top: 25%;
        transform: translateY(-20%);
        text-align: center;
        line-height: 88%;
        font-size: 28pt;
        word-break: break-all;
    }

    .tile-lg-square .iconPos {
        padding: 8px 0 0 8px;
    }

    .tile-lg-square .fa {
        font-size: 270%;
    }

/*Medium Square*/

.tile-md-square {
    position: relative;
    height: 200px;
    width: 200px;
    color: white;
}

    .tile-md-square:hover {
        opacity: 0.6;
    }

    .tile-md-square .title {
        position: absolute;
        bottom: 5px;
        left: 5px;
        font-size: 12pt;
    }

    .tile-md-square .middle {
        position: relative;
        top: 27%;
        transform: translateY(-20%);
        text-align: center;
        line-height: 88%;
        font-size: 26pt;
        word-break: break-all;
    }

    .tile-md-square .iconPos {
        padding: 8px 0 0 8px;
    }

    .tile-md-square .fa {
        font-size: 170%;
    }

/*Small Square*/

.tile-sm-square {
    position: relative;
    height: 150px;
    width: 150px;
    color: white;
}

    .tile-sm-square:hover {
        opacity: 0.6;
    }

    .tile-sm-square .title {
        position: absolute;
        bottom: 5px;
        left: 5px;
        font-size: 11pt;
    }

    .tile-sm-square .middle {
        position: relative;
        top: 25%;
        transform: translateY(-20%);
        text-align: center;
        line-height: 88%;
        font-size: 20pt;
        word-break: break-all;
    }

    .tile-sm-square .iconPos {
        padding: 8px 0 0 8px;
    }

    .tile-sm-square .fa {
        font-size: 140%;
    }

/*Large Circle*/

.tile-lg-circle {
    position: relative;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    color: white;
}

    .tile-lg-circle:hover {
        opacity: 0.6;
    }

    .tile-lg-circle .iconPos {
        padding-top: 15px;
        text-align:center;
    }

    .tile-lg-circle .middle {
        position: relative;
        top: 20%;
        transform: translateY(-20%);
        text-align: center;
        line-height: 88%;
        font-size: 28pt;
        word-break: break-all;
    }

    .tile-lg-circle .title {
        position: relative;
        text-align: center;
        top: 37%;
        padding-left: 18%;
        padding-right: 18%;
        transform: translateY(-20%);
        line-height: 88%;
        font-size: 18pt;
        word-break: break-all;
    }

    .tile-lg-circle .fa {
        font-size: 210%;
    }

/*Medium Circle*/

.tile-md-circle {
    position: relative;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    color: white;
}

    .tile-md-circle:hover {
        opacity: 0.6;
    }

    .tile-md-circle .iconPos {
        padding-top: 15px;
        text-align:center;
    }

    .tile-md-circle .middle {
        position: relative;
        top: 20%;
        transform: translateY(-20%);
        text-align: center;
        line-height: 88%;
        font-size: 24pt;
        word-break: break-all;
    }

    .tile-md-circle .title {
        position: relative;
        text-align: center;
        top: 32%;
        padding-left: 18%;
        padding-right: 18%;
        transform: translateY(-20%);
        line-height: 105%;
        font-size: 14pt;
        word-break: break-all;
    }

    .tile-md-circle .fa {
        font-size: 180%;
    }

/*Small Circle*/

.tile-sm-circle {
    position: relative;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    color: white;
}

    .tile-sm-circle:hover {
        opacity: 0.6;
    }

    .tile-sm-circle .iconPos {
        padding-top: 15px;
        text-align:center;
    }

    .tile-sm-circle .middle {
        position: relative;
        top: 20%;
        transform: translateY(-20%);
        text-align: center;
        line-height: 88%;
        font-size: 20pt;
        word-break: break-all;
    }

    .tile-sm-circle .title {
        position: relative;
        text-align: center;
        top: 32%;
        padding-left: 18%;
        padding-right: 18%;
        transform: translateY(-20%);
        line-height: 105%;
        font-size: 11pt;
        word-break: break-all;
    }

    .tile-sm-circle .fa {
        font-size: 140%;
    }

    /*Global Settings*/
.row > .tileCol {
    padding-bottom: 15px;
}

.tileCol {
    padding-bottom: 15px;
}

.tileLink {
    cursor: pointer;
}
/*Tile End*/
@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.donut {
  display: inline-block;
  border: 4px solid #fff;
  border-left-color: #007356;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: donut-spin 1.2s linear infinite;
}

.hide-animate {
   -webkit-transition:0s none;
   transition:0s none;
   -webkit-animation: 0s none;
   animation: 0s none;
   display: inline-block;
}
.hide-completely{
    display:none;
}
.tab-heading h4{
    font-weight: 600;
}
.pane-anchor{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.allergy-table .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
   border-top: 0px solid #E0E0E0;
   font-size: 16px;
}
.error-message{
    text-align: center;
    color: #e13c4c;
    font-weight: 600;
    margin: 20px;
}
.warning-message{
    text-align: center;
    color: #e13c4c;
    font-weight: 600;
    margin: 20px;
}

.prompt-message{
    font-weight: 600;
    margin: 20px;
}
.edit-phone{
    cursor: pointer;
    color: lightgray;
    top: 22px;
    position: relative;
    padding: 2px;
}
.delete-icon{
    color: #f44336;
    font-size: 20px;
}
.small-delete-icon{
    color: #f44336;
}
input{
    background-color: #fff;
    line-height: 2;
    border: 2px solid #c2c2c2;
}

.save-style .btn{
    padding: 6px 10px;
}
.save-style{
    display: table;
    margin-top: 5px;
    float: right;
}
.details-history{
    position: absolute;
    top: 10px;
    border: 2px solid #c2c2c2;
    border-radius: 5px;
    width: 75%;
    min-height: 500px;
    background-color: #EEE;
    margin-left: 1em;
}
.details-history .header-box{
    background-color: #c2c2c2;
    padding: 2px;
}
.details-history .header-box h4{
    color:#000;
}
.history-close{
    position: absolute;
    top: 1px;
    right: 1px;
}
.history-hashtag-div{
    display: table;
    text-align: center;
    padding-top: 10px;
    /*width: 90%;*/
    padding-left: 10px;
}
.details-history pre{
    overflow-x: auto;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    min-height: 80px;
    background-color: #fff;
}
.details-history pre:before { content: ' '; display: block; }
.details-history .date{
    padding-top: 8px;
    font-size: 1em;
}
.details-history .data{
    min-height:80px;
    background-color: #fff;
}


.details-history .list-span{
    display:block;
    display: block;
    font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
    font-size: 12px;
}

.attachment-body{
    min-height:800px;
}
.today-appointment{
    /*padding: 5px 0px 0px 45px;*/
/*    padding-top:10px;*/
}
.strike-through{
    text-decoration: line-through;
    color:#e13c4c;
}

.webinar-table thead {
    color: #000;
    background-color: #E0E0E0;
}
.webinar-table .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td,
    .table>thead>tr>th {
   border-top: 0px solid #E0E0E0;
   font-size: 16px;
   text-align: center;
}
.table>tbody>tr{
    height:50px;
}

.table>tbody>tr>td{
    font-size: 14px;
    font-weight:600;
/*    border-bottom: 2px solid #007356;*/
    vertical-align: middle;
}
.button-cluster{
    display: table;
}
.button-cluster>div{
    display: inline-block;
    margin-left: 10px;
}
.button-cluster span{
    font-size: 12px;
}
.button-span-div{
    text-align:center;
}
.event-date{
    display: table;
}
.event-date>div{
    display:inline-block;
}
.event-date>div>span{
    padding-right: 10px;
}

.event-date i{
    color: #007356;
}
.timepicker button{
    color: #000 !important;
}

.event-date-field{
    width: 150px;
}
.event-date-picker{
    width: 10px;
    height: 40px;
}
.event-date-picker>button{
    padding-top: 25px;
}
.glyphicon-chevron-right{
    color: #fff !important;
}

.glyphicon-chevron-left{
    color: #fff !important;
}
.lecture-first-fields{
    padding-left: 0px !important;
}
.copy-button{
        padding: 3px !important;
        font-size:12px !important;
        background-color: #9e9e9e !important;
}
.inline-div{
    display:inline-block;
}
.patient-question{
    margin-left: 20px;
    font-size: 15px;
    margin-right: 20px;
}
.glyphicon-chevron-right{
    right: 0% !important
}
.glyphicon-chevron-left{
    left: 10% !important;
}
.glyphicon {
color: grey !important;
}
.carousel-indicators{
    top: -15px !important;
}
.table{
    margin-top:10px;
    width: 95%;
}
.prev-btn-div{
    padding: 5px;
    margin-bottom: 20px;
}
.start-now{
    font-size: 15px;
    /*margin-right: 25px;*/
    font-weight: bold;
    color: red;
    animation:blinkingText 1.2s infinite;
}
.appointment-type{
    font-size: 12px;
    margin-right: 10px;
    font-weight: bold;
    /*color: #007356;*/
}
@keyframes blinkingText{
    0%{     color: red;    }
    49%{    color: red; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }
}
.call-now-border{
    border: solid 5px red;
    border-radius: 3px;
    /*animation:blinkingText 1.2s infinite;*/
}
.remove{
    margin-top: 5px;
    color: red !important;
}
.remove-all-icon{
    color: red !important;
}
.section-header-div{
    border-bottom: 5px solid #f57e3a;
    width: 100%;
    /*margin-left: 20px;*/
    display: inline-block;
    /*margin-top: 20px;*/
}
.section-header-div h6{
    text-align: left;
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    color: #000;
    width: 200px;
    border-bottom: 3px solid #f57e3a;
    margin-left: 15px;
}

.section-box{
    display:inline-table;
    margin-top: 20px;
    /*margin-bottom:20px;
    width:100%;*/
}

.arrow-6 {
	/* more triangle */
	float: right;
	height: 10px;
	margin-right: 10px;
    margin-top: 10px;
	width: 10px;
	border: 1px solid #f57e3a;
	border-width: 3px 3px 0 0;
	transform: rotate(45deg);
}

.arrow-6:before, .arrow-6:after {
	content: '';
	position: absolute;
	display: block;
	height: 10px; width: 10px;
	border-width: 3px 3px 0 0;
}

.arrow-6:before {
	border: 1px solid #f57e3a;
	border-width: 3px 3px 0 0;
	/* top - distance minus border */
	top: 7px; left: -10px;
}

.arrow-6:after {
	border: 1px solid #f57e3a;
	border-width: 3px 3px 0 0;
	/* top - distance plus border */
	top: -13px; left: 10px;
}
.arrow-2 {
    float: right;
    margin-right: 2px;
    margin-top: 10px;
	height: 10px; width: 10px;
	border: 2px solid #f57e3a;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.arrow-2:after {
	content: '';
	display: block;
	height: 10px; width: 10px;
	border: 2px solid mediumorchid;
	border-width: 2px 2px 0 0;

	/* Parent's rotation also
	   rotates transform axis */
	/* Add width of border to Y */
	-webkit-transform: translate(5px, -6px);
	        transform: translate(5px, -6px);

	/* rotate handled by parent */
}
.new-patient{
    font-size: 10px;
    /* font-weight: 600; */
    background-color: #e13c4c;
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
    /* border: 1px solid #007356; */
    border-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    inline-size: max-content;
    margin-left: 1px;
}
.advancedSearchBox .search-parameter-suggestions .search-parameter{
    background-color: #007356;
}
.detail-prior-history::-webkit-scrollbar {
  width: 8px;               /* width of the entire scrollbar */
}
.detail-prior-history::-webkit-scrollbar-track {
  background: #fff;        /* color of the tracking area */
}
.detail-prior-history::-webkit-scrollbar-thumb {
  background-color: #007356;    /* color of the scroll thumb */
  border-radius: 5px;       /* roundness of the scroll thumb */
}
.file-box{
    position: fixed;
    bottom: 1px;
    border: 2px solid #007356;
    border-radius: 5px;
    width: 180px;
    height: 80px;
    background-color: #EEE;
    right: 12px;
}
.file-box .text{
    text-align: center;
    font-weight: 600;
}
.file-box .text:hover{
    cursor:pointer;
}
.file-box .text i{
    font-size: 25px;
    right: 0px;
    position: absolute;
    color: #007356;
    font-weight: 600;
}
/*.file-box:hover{
    cursor: pointer;
    background-color:#f7f0f0;
    height: 520px;
    overflow-y: auto;
}*/
.file-box::-webkit-scrollbar {
  width: 8px;               /* width of the entire scrollbar */
}
.file-box::-webkit-scrollbar-track {
  background: grey;        /* color of the tracking area */
}
.file-box::-webkit-scrollbar-thumb {
  background-color: #ffc30b;    /* color of the scroll thumb */
  border-radius: 5px;       /* roundness of the scroll thumb */
}
 .pictures {
  list-style: none;
  margin: 2px;
  float: left;
  width: 90%;
}

.file-box .pictures > li {
  border: 1px solid transparent;
  float: left;
  height: 20px;
  margin: 0 -1px -1px 0;
  overflow: hidden;
  width: calc(100% / 3);
}

.file-box:hover .pictures > li {
   height: 50px;
}


.pictures > li > img {
  cursor: pointer;
  width: 100%;
}

.file-box-enlarged{
    position: fixed;
    bottom: 1px;
    border: 2px solid #007356;
    border-radius: 5px;
    width: 180px;
    height: 520px;
    background-color: #EEE;
    right: 12px;
}
.file-box-enlarged .text{
    text-align: center;
    font-weight: 600;
}
.file-box-enlarged .text:hover{
    cursor:pointer;
}
.file-box-enlarged .text i{
    font-size: 20px;
    right: 0px;
    position: absolute;
    color: #007356;
    font-weight: 600;
}
.file-box-enlarged::-webkit-scrollbar {
  width: 8px;               /* width of the entire scrollbar */
}
.file-box-enlarged::-webkit-scrollbar-track {
  background: grey;        /* color of the tracking area */
}
.file-box-enlarged::-webkit-scrollbar-thumb {
  background-color: #ffc30b;    /* color of the scroll thumb */
  border-radius: 5px;       /* roundness of the scroll thumb */
}
/*.galley{
    display: inline-block;
}*/
.ngdialog-pdf-viewer{
    background-color: #fff;
    position: fixed;
    top: 0px;
    width: 86%;
}
.pdf-attachment{
    width: 100%;
    height: 100vh;
}
.dialog-close{
    font-size: 30px;
    float: right;
    cursor:pointer;
}
.file-box-enlarged .pictures > li {
  border: 1px solid transparent;
  float: left;
  height: 50px;
  margin: 0 -1px -1px 0;
  overflow: hidden;
  width: calc(100% / 3);
}
.file-box-fixed{
    bottom: 80px;
    height: 440px;
}
.pdf-loading{
    background: transparent url(https://appment-static.s3.ap-south-1.amazonaws.com/images/stripLoading.gif) no-repeat center;
}
.each-history:visited{
    background-color: #f0e3e3 !important;
}
.file-upload-box{
    border: 2px solid #007356;
    border-radius: 5px;
    width: 100%;
    background-color: #EEE;
    margin-left: 10px;
}
.file-upload-box .text{
    text-align: center;
    font-weight: 600;
    font-size:20px;
}
.file-upload-box .pictures > li {
  border: 5px solid transparent;
  float: left;
  margin: 0 -1px -1px 0;
  overflow: hidden;
  width: 15%;
}
#mainNav .navbar-nav>li>a {
    font-size: 15px !important;
    font-weight: 600!important;
    color: #007356 !important;
}
nav>li>a:focus:hover, #mainNav .navbar-nav>li>a:hover {
    color: #007356 !important ;
}

.row-height{
    height:85vh;
    padding-top: 80px;
}
#mainNav {
    background-color: #fbf7ed !important;
        height: 70px !important;
}


.bg-primary{
    background: #007356 !important;
}
section h2 {
    font-size: 40px !important;
    font-weight: 500 !important;
}

.text-muted {
     color: #F0F0F0 !important;
}

.bg-primary  h2{
    color: #fff !important;
    margin-bottom: 0px !important;
}
.feature-item  h3{
    color: #fff !important;
}

.appment-email{
    color: #fff !important;
}

footer {
    /*background-color: #007356 !important;*/
    color: #fff !important;
}
.bg-secondary {
    background: #fbf7ed  !important;
}
/*hr {
    max-width: 250px !important;
    margin: 10px auto !important;
    border-color: white !important;
}*/
.section-heading{
    margin-bottom: 0px !important;
}
section {
/*    padding-top: 20px !important;
    padding-bottom: 20px !important;*/
    padding: 5px 0px 0px 90px;
}

.image-80{
    width:80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

element.style {
    background-color: #007356;
}
.btn-round:hover {
    background-color: #007356;
}
.btn-primary:hover{
   /* background-color: rgba(9,30,66,.15) !important;*/
    text-decoration:none !important;
}
/*i:hover{
    color: #00392b !important;
    cursor:pointer;
}*/
section.features .feature-item {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.feature-row{
    margin-bottom: 2rem !important;
}
.anchor-offset{
    margin-top: 45px !important;
}

@media (max-width: 768px) {
    header.masthead {
        background: #fbf7ed !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .row-height {
         height: auto !important;
    }
    .more-btn{
        display:none;
    }
    .main-image{
        display: none;
    }
    header.masthead .header-content {
         margin-bottom: 0px !important;
    }
    .mt-auto, .my-auto {
         margin-top: 0px !important;
         margin-bottom: 0px !important;
    }
    .small-device{
        height: auto !important;
        display: block;
    }

    .large-device{
        display:none;
    }
    .align-content{
        text-align: center;
    }
    .navbar-collapse{
        background: #fbf7ed;
    }
    #mainNav .navbar-toggler {
        color: #007356 !important;
        border-color: #007356;
    }
    .client-list{
        text-align: center;
    }
    .client-list img{
       max-width: 60%!important;
    }
}

@media (min-width: 992px) {
    header.masthead {
        background: #fbf7ed !important;
        min-height: 600px !important;
    }
    .more-btn{
        color: #007356 !important;
        margin-left: 120px !important;
            border: 1px solid #007356 !important;
    }
    .img-fluid {
        max-width: 110%  !important;
    }
    .video-div{
        width: 50% !important;
        position: absolute;
        top: 320px;
        left: -30px;
    }
    .large-device{
        display:block;
    }
    .small-device{
        display: none;
    }
    .align-content{
        text-align: left;
    }
    .client-list{
        text-align: center;
    }
    .client-list img{
       max-width: 60%!important;
    }

}
.btn-link:focus,.btn-link:hover {
    text-decoration: none !important;
    background-color: #00110d !important;
}
.hashtag-add-btn:hover{
    background-color: #00110d !important;
}
.done:hover{
    background-color: #00392b !important;
}
.done:hover:after{
    border-left-color: #00392b !important;
}

.pending:hover{
    background-color: #c49102 !important;
}
.pending:hover:after{
    border-left-color: #c49102 !important;
}
.btn-round:hover{
    background-color: #00392b !important;
}
audio{
    filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
}
.full-width{
    width: 100%;
}
.ellipsis-dropdown .icons li {
  background: none repeat scroll 0 0 grey;
  padding-right: 0px;
  height: 5px;
  width: 5px;
  line-height: 0;
  list-style: none outside none;
  margin-left: 15px;
  margin-top: 3px;
  vertical-align: top;
  border-radius: 50%;
  pointer-events: none;
  display: block;
}

.ellipsis-dropdown .btn-left {
  left: 0.4em;
}

.ellipsis-dropdown .btn-right {
  right: 0.4em;
}

.ellipsis-dropdown .btn-left,
.btn-right {
  position: absolute;
  top: 0.24em;
}

.ellipsis-dropdown .dropbtn {
  border: none;
  cursor: pointer;
  min-width: 20px;
  display: inline-table;
}


.ellipsis-dropdown{
  position: absolute;
  display: inline-block;
  right: 0.5em;
}

.ellipsis-dropdown  .menu-itms {
  position: relative;
  background-color: #f9f9f9;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  right: 1em;
  margin-top: -130px;
}

.ellipsis-dropdown .menu-itms a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.ellipsis-dropdown .show {
  display: block;
}
.ellipsis-dropdown a:hover {
    background-color: #addece !important;
}

#snackbar {
  min-width: 250px;
  transform: translateX(-50%);
  background-color: #007356;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

.info-toast{
    background-color: #CC9900 !important;
}

.success-toast{
    background-color: #44D059 !important;
}

.error-toast{
    background-color: #e13c4c !important;
}
.refer-doctor-gap{
    margin-left: 30px;
}
.radio-pad-left{
    padding-left:80px;
}

.print-modal-checkbox{
    margin-top: 10px !important;
    margin-left: 10px !important;
}


.highlight-div{
  width: 94%;
  height: 60px;
}
.highlight-div button {
  float: right;
  margin: 10px;
}

.highlighter-textarea,
.backdrop,
.app-textarea
{
  width: 95%;
  height: 15rem;
  border-radius: 5px !important;
}
/*
.app-textarea{
  width: 490px;
  height: 180px;
}
*/

.highlights,
.app-textarea {
  padding: 10px;
/*  font: 20px/28px "Open Sans", sans-serif;*/
  letter-spacing: 1px;
  font-size: 16px;
}

.highlighter-textarea {
  display: block;
  margin: 0 auto;
  transform: translateZ(0);
 /* -webkit-text-size-adjust: none;*/
 /* text-size-adjust: none*/
}

.backdrop {
  position: absolute;
  z-index: 1;
  border: 2px solid #685972;
  background-color: #fff;
  overflow: auto;
  pointer-events: none;
  transition: transform 1s;
}

.highlights {
  white-space: pre-wrap;
  word-wrap: break-word;
  color: transparent;
}

mark {
  border-radius: 3px;
  color: transparent;
  background-color: #b1d5e5;
}

.app-textarea {
  display: block;
  position: absolute;
  z-index: 2;
  margin: 0;
  border: 2px solid #74637f;
  border-radius: 0;
  color: #444;
  background-color: transparent;
  overflow: auto;
  resize: none;
  transition: transform 1s;
}

.highlight-btn {
  display: block;
  padding: 10px;
  border: none;
  border-radius: 6px;
  color: #fff;
  background-color: #74637f;
/*  font: 18px "Opens Sans", sans-serif;*/
    font-size: 16px;
    font-weight: 500;
  letter-spacing: 1px;
  appearance: none;
  cursor: pointer;
}

.perspective .backdrop {
  transform: perspective(1500px) translateX(-125px) rotateY(45deg) scale(0.9);
}

.perspective .app-textarea {
  transform: perspective(1500px) translateX(155px) rotateY(45deg) scale(1.1);
}
.ios-fix{
  padding-left: '+=3px';
  padding-right: '+=3px';
}
.highlight-main{
    padding-left: 20px !important;
}

textarea {
    font-size: 16px !important;
    font-family:  "Helvetica Neue", Helvetica, Arial, Sans-Serif !important;
    resize:none;
}
.details-history .measurement {
    width: 100px;
}

.show-basic{
    top: 45px !important;
}
.show-details-table>.row>div:first-child {
    font-weight: 600;
}

.show-details-table>.row>div:nth-child(3) {
    font-weight: 600;
}
.prepopulate-hashtag{
    margin-top: 20px;
    font-weight: 600;
}
input[type='checkbox'] {
  zoom: 1;
  -ms-transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -o-transform: scale(1.8);
  -moz-transform: scale(1.8);
  transform: scale(1.8);
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}
.glyphicon-alert {
    color: #e13c4c !important;
}
.glyphicon-ok{
    color: #44d059 !important;
}
ul.meta-search {
    font-size: 1rem;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #B81717;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.menu-icon{
    color: white;
    font-size: 2.5em;
}
nav .logout{
    position: fixed !important;
    bottom: 10px;
    left: 0px;
    width: 6em;
}
i.fas.menu-icon:hover {
    color: wheat !important;
}
body{
    background-color: #E0E0E0;
    min-height: 100vh;
}
.menu-icon:before{
    padding: 10px 15px 10px 20px;
}

a.menu span {
    font-size: 0.43rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    text-align: center;
    padding-top: 5px;
    padding-left: 2px;
    line-height: 0.5rem;
}
ul>li>a.menu {
    padding: 0px 0px 5px 0px;
}

.zipper.ng-animate {
  transition:0.5s ease all;
}
.zipper.ng-enter {
  opacity:0;

}

.zipper.ng-enter-stagger {
  /* this will have a 100ms delay between each successive leave animation */
  transition-delay: 0.1s;

  /* in case the stagger doesn't work then the duration value
   must be set to 0 to avoid an accidental CSS inheritance */
  transition-duration: 0s;
}

.zipper.ng-enter.ng-enter-active {
  transition-delay:0.8s;
  opacity:1;
  z-index:10;
}
.zipper.ng-leave {
  opacity:1;

}
.zipper.ng-leave.ng-leave-active {
  opacity:0;
  z-index:9;
}
div .book-appointment-main{
/*padding: 5px 0px 0px 90px;*/
margin-top: 20px;
}
.menu-separator{
    border-bottom: 5px solid #F5D800;
}
.min_height.today-appointment.row {
    padding-left: 20px;
}
span.inline-span {
    display: inline-block;
    padding: 15px 2px 2px 5px;
}
.category-header{
   font-size: 1.5em;
    font-weight: 600;
    border-bottom: 2px solid grey;
    width: 94%;
    text-align: center;
}
.no-data-message{
    font-size: 1rem;
    text-align: center;
    padding: 10px 0px 0px 10px;
}
.consult-section {
    padding: 20px 0px 30px 5px;
}
.appointment-details{
/*    width: 50%;*/
   /* padding: 2px 2px 2px 2px;*/
    float: left;
/*    height: 120px;*/
    position: relative;
}
.column-details{
    /*padding: 2px 2px 2px 2px;*/
    display: inline-block;
    width: 98%;
 }
.status-details{
    min-width: 42%;
    /* padding: 2px 2px 2px 2px; */
    float: right;
    height: 120px;
    position: relative;
    display: inline-block;
}
.last-line{
    position: absolute;
    bottom: 0px;
    font-size: 0.8em;
}
.card i:before {
    padding-right: 5px;
}
.success{
    color: #44D059;
}
.danger{
    color: #e13c4c;
}
.warning{
    color: #CC9900;
}
.hashtag-span {
    font-weight:600;
    color: #525252;
    margin-left: -8px;
    font-size: 10px;
    color: #b81717;
}
.column-details>div>div {
    padding: 0.2em;
    font-size: 0.9em;
    display: flex;
}
.bold-text{
    font-weight: 600;
}
.full-card{
 margin-left: 1em;
}
i.fas.fa-pencil-alt{
    color: lightgray;
    width: 15px;
    margin-left: 1px;
}
i.fas.fa-pencil-alt:before {
    padding-left: 5px;
}
i.fas.fa-pencil-alt:hover {
    cursor:pointer;
    color: #b81717;
}
i.fas:hover {
    cursor:pointer;
    color: #b81717;
}
.action-button:hover {
    cursor:pointer;
    color:#b81717;
    text-decoration:underline;
}
.grey{
    color: lightgray;
}
.appointment-details i.fas.fa-comment-dots:before{
    padding-left: 8px;
font-size: 16px;padding-right: 0px;}
.appointment-details i.fas.fa-pencil-alt:before{
   /* padding-right: 8px; */
   /* padding-left: 5px; */
font-size: 16px;margin-right: 3px;}
i.fas.fa-sync-alt:before{
   padding-left: 5px;
}
i.fas.fa-sync-alt:hover {
    cursor:pointer;
    color: gray;
}

i.fas.fa-share:before{
   padding-left: 5px;
}
i.fas.fa-share:hover {
    cursor:pointer;
    color: gray;
}
.skeleton{
    height: 20em;
    background-color: #E0E0E0;
    width: 90%;
    margin: 10px;
}
.container-height{
    min-height: 10em;
}
.modal-content{
    box-shadow: none !important;
    border-radius: 4px !important;
}
legend{
    font-weight: 600;
}
.checkin-modal{
    width: 40vw;
    height: 65vh;
}
.checkin-modal ng-form{
    display: inline-block;
    width: 100%;
}
.checkin-modal modal-title{
    text-transform: capitalize;
}
.checkin-modal .submit-button{
    margin-top: 40px;
}

.checkin-modal .row{
    margin-bottom: 2em;
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
}
.appment-breadcrumb{
    color: blue;
}
.nav-diagnosis{
    z-index: 1000;
    left: 0;
    right: auto;
    overflow-x: hidden;
    overflow-y: auto;
    width: 12em;
    height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #d6d6d6;
    display: block;
}
.nav-diagnosis div {
    color: #000;
    font-size: 1.2em;
    padding-left: 5px;
}

.nav-diagnosis .sidebar-nav{
    margin-top: 0px;
}
.nav-diagnosis i{
    float: right;
}

.menu::after {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background: #fff5ab;
    transition: width .3s;
    margin-top: 5px;
}
.active::after{
    width: 100%;
}
.nav-diagnosis .menu::after{
    background: #858585;
}
.diagnosis-top-bar{
   width: 100%;
   display: inline-flex;
   margin: 10px 0px 0px 0px;
}
.diagnosis-top-bar .buttons{
    margin-right: 5em;
    float: right;
    width: 90%;
}
.diagnosis-main-content{
    margin-left: 6em;
    display: inline-block;
    width: 90%;
}
button.btn.btn-default.btn-sm.btn-info.active {
    background-color: #c2c2c2;
    color:#000;
    padding-left: 0.5em;
}
th:not(:last-child) {
  border-right:solid 1px #fff;
}
.fade {
    transition: all linear 0.6s;
    opacity: 1;
}

.fade.ng-hide {
    opacity: 0;
}
.ng-hide {
    opacity: 0;
    transition: none 0;
}
.tests{
    margin: 5px;
}
.diagnosis-side-menu{
     position: fixed;
     top: 5px;
     right: 1em;
     width: 12.5em;
     height: 100vh;
     display: inline-block;
     background-color: #E0E0E0;
}
.side-menu-open{
    width: 95%;
}
.diagnosis-side-menu .header{
    display: inline-block;
    width: 95%;
}
.diagnosis-side-menu .header{
    margin: 10px 5px 0px 0px;
    font-size: 1.2em;
}
.diagnosis-side-menu .header i{
    cursor: pointer;
}
.diagnosis-history{
    height: 60vh;
    border-bottom: 3px solid #c2c2c2;
    margin-bottom: 10px;
}
.diagnosis-reports{
    overflow-y:auto;
    height: 15vh;
    margin-bottom: 10px;
    border-bottom: 2px solid #c2c2c2;
}

.lab-reports{
    overflow-y:auto;
    height: 15vh;
}

.slide-in{
    -webkit-animation: slideIn 0.8s forwards;
      -moz-animation: slideIn 0.8s forwards;
      animation: slideIn 0.8s forwards;
}

.slide-out{
    -webkit-animation: slideIn 0.8s backwards;
      -moz-animation: slideIn 0.8s backwards;
      animation: slideIn 0.8s backwards;
}

@-webkit-keyframes slideIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.each-history{
    margin: 5px 0px 5px 15px;
    font-size:0.9em;
}

.each-history span:hover{
    cursor: pointer;
    text-decoration: underline;
}
.each-history i:hover{
    cursor: pointer;
}
.each-history i{
    font-size: 1.2em;
    margin-right: 5px;
}
.each-history .fa-file-medical{
    margin-right: 20px;
    font-size: 1.4em;
}
.nav-diagnosis .menu{
        padding: 0px 5px 5px 0px;
}
.details-history i {
    padding: 0.5em;
}

.details-history i:hover {
    cursor: pointer;
}
.past-list{
    overflow-y: auto;
    height: 50%;
}

.past-file-list{
    height: 45%;
    overflow-y: auto;
    text-align: center;
    border-top: 2px solid #c2c2c2;
    padding-top: 10px;
}
.pictures li {
    width: 3em;
    display: inline-table;
    padding-right:5px;
    overflow-x:scroll
}
.past-file-list span{
    margin: 5px;
    font-size:0.9em;
}
.past-file-list b{
    font-size: 14px;
}
/*
.galley{
    border-bottom: 2px solid #c2c2c2;
}*/
.pdf-viewer a{
    display: inline-block;
    float: right;
    margin: 5px 10px 0px 0px;
}
.pdf-viewer a i {
        font-size: 1.5em;
        color: #000;
}

.pdf-viewer a i:hover{
    cursor:pointer;
}
.prescription-block{
    width: 95%;
}
/*#search {
    width: 357px;
    margin: 4px;
}*/
#search_text{
     width: 40em;
     /* padding: 15px 0 15px 20px; */
     font-size: 1.2em;
     /* font-family: Montserrat, sans-serif; */
     border: 0 none;
     height: 38px;
     /* margin-right: 0; */
     /* color: white; */
     /* outline: none; */
     /* background: #1f7f5c; */
     /* float: left; */
     /* box-sizing: border-box; */
     transition: all 0.15s;
     border-radius: 0px;
     color: #000;
     /*padding-top: -5px;*/
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: white;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: white;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: white;
}
.main-content{
    margin-top: 5em;
}
.search-bar {
     text-align: center;
     margin-left: 8em;
     display: inline-flex;
     margin-top: 8px;
     /*max-width: 60%;*/
}
.search-bar ul{
    display: flex;
    border: 0px;
    /*width: 100%;*/
}
.search-bar button{
/*    margin-left: -30px;
    margin-bottom: 0px;*/
    background-color: #fff;
    border: 0px;
    color:#474747;
}
.search-bar button:hover{
    color: #292929;
    cursor: pointer;
}
.top-bar-custom{
    background-color: #D6D6D6;
    height: 4em;
    position: absolute;
    top: 0px;
    left: 4em;
    top: 0px;
    width: 97vw;
        border-bottom: 1px solid #8F8F8F
}
#options{
    display: inline-grid;
    width: 100%;
}
/*.search-bar input:focus {
    outline: none;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}*/
.search-bar #options select {
   -webkit-appearance: none;
   -moz-appearance: none;
   -ms-appearance: none;
   appearance: none;
   outline: 0;
   box-shadow: none;
   border: 0 !important;
   /*background: #2c3e50;*/
   background-image: none;
 }
 /* Remove IE arrow */
.search-bar #options select::-ms-expand {
   display: none;
 }
 /* Custom Select */
.search-bar #options .select {
   position: relative;
   display: flex;
   width: 12em;
   height: 2.8em;
   line-height: 3;
   overflow: hidden;
   border-radius: .25em;
 }
.search-bar #options select {
   flex: 1;
   padding: 0 .5em;
   cursor: pointer;
 }
 /* Arrow */
.search-bar #options .select::after {
   content: '\25BC';
   position: absolute;
   top: 0;
   right: 0;
   padding: 0 1em;
   background: #f5f5f5;
   cursor: pointer;
   pointer-events: none;
   -webkit-transition: .25s all ease;
   -o-transition: .25s all ease;
   transition: .25s all ease;
 }
 /* Transition */
.search-bar #options  .select:hover::after {
   color: #292929;
 }
#options option{
    font-size: 1.2em;
}
.top-bar-custom>div{
    display: inline-flex;
}
.top-bar-custom #appointmentDate{
    /*padding: 15px 0px 8px 0px;*/
    width: 5.5em;
    margin-left: 40px;
    background-color: #D6D6D6;
    color: #000;
    border: 0px;
    font-size: 1.5em;
}
.home-date-picker {
    margin-left: 40px;
    width: 20%;
}
.home-date-picker .date-btn{
    background-color: #D6D6D6;
    border: 0px;
}
.top-bar-custom .refresh{
    float: right;
    margin: 0px 40px 0px 0px;
}
.top-bar-custom .refresh button{
    padding: 10px;
    border: 0px;
    background-color: transparent;
}
.top-bar-custom .refresh button i{
    font-size: 2em;
    color: #474747;
    padding-top: 2px;
}
.top-bar-custom .refresh button i:hover{
    color: #292929;
    cursor:pointer;
}
#appointmentDate:focus{
    outline:none;
}
.home-date-picker i{
    font-size: 2em;
    color: #474747;
    padding-top: 4px;
}
.home-date-picker i:hover{
    color: #292929;
    cursor:pointer;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c2c2c2;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c2c2c2;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #c2c2c2;
}
#search .button-list{
    width: 40px;
    /*display: inline;*/
    margin-left: -120px;
    font-size: 1.5em;
      display: none;
}
#search_text:not(:valid) ~ .close-icon {
	display: none;
}
.close-icon:hover {
    cursor: pointer;
}

#search_text:not(:placeholder-shown) ~ .button-list  {
    display: inline;
}
.status-details .small{
    font-size: 0.9em;
}
#search .dropdown-menu li {
    width: 48em;
    text-transform: capitalize;
}
#search .dropdown-menu li a{
    font-size: 20px;
}

#search .fa-sync-alt{
    position: absolute;
    margin-left: -48em;
    margin-top: 3em;
}
.nodata{
    top: 120px;
}
#search-page{
    padding: 20px 20px 0px 40px;
    display: grid;
    width: 90%;
    margin: auto;
    background-color: #fff;
}

#search-page .action-button{
    margin: 10px;
}

#search-page .action-button i{
    margin-right: 10px;
}
month-scroller li:hover{
    cursor: pointer;
    color: blue;
}

month-scroller .wrapper .list-group a:hover{
    cursor: pointer;
    color: blue;
}
.hashtags-page{
    margin-top: 100px;
}
#dashboard{
    margin-left: 15em;
    width: 90%;
}
#dashboard .select{
    width: 100%
}
#dashboard #options  .select {
    width: 50vw;
}
.main-content iframe{
    width: 98%;
    height: 90vh;
}
.card-actions-btn-each button{
    min-width: 20px !important;
    height: 40px;
    font-size: 20px;
}
.full-card-calllog .flip-card  .card a{
    display: block;
    padding-top: 20px;
}

.webinar-table{
    margin-top: 80px;
}
*
i.action{
    font-size: 1.5em;
    padding-left: 5px;
}
.details{
    margin-top: 0px;
}
.back-to-top{
    position: fixed;
    top: 90vh;
    right: 20px;
    display: none;
}
.back-to-top:hover{
    cursor:pointer;
}
.details-history .row .col-md-6{
    overflow: auto;
    max-height: 200px;
}
.next-step{
    padding: 10px;
}

.next-step .col-md-12  {
   margin: 5px;
}
li.dashboard-refresh {
    margin: -8px 0px 0px 40px;
}
.skip-link {
    position: absolute;
    top: -40px;
    left: 0px;
    background: #b81717;
    color: #fff;
    padding: 8px;
    z-index: 9999;
}

.skip-link:focus {
  top: 0;
  color: #fff;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active{
    color: #fff;
    background-color:#d6d6d6;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    background-color:#858585;

}
month-scroller .wrapper .list-group a.active:hover{
    color: #fff;
}
month-scroller .wrapper .list-group a:hover{
    color: #000;
}
div#search-page .meta-search span{
    text-transform:capitalize;
}
.edit-name .bold-text i {
    color: black;
    top: -5px;
    font-size: 1.2em;
}
.hashtag-select{
    position: relative;
    display: flex;
    width: 30em;
    height: 2em;
    line-height: 3;
    overflow: hidden;
    border-radius: .25em;
}
svg:hover {
    fill: #b81717;
}
svg {
    fill: #ED6E6E;
}
button.btn-primary.btn-primary:hover{
    color: #000;
    background-color:#F07F7F;

}
#settings{
    margin: auto;
    width: 100%;
    /*max-width: 100%;*/
    padding: 8px;
}
#settings .select{
    width: 100%
}
#settings #options  .select {
    width: 50% !important;
    margin: auto;
        /* width: 30%;
    /*margin-left: 20%;*/
}

li.settings-refresh {
    margin: -8px 0px 0px 40px;
    width: 30%;
}

li.settings-refresh .refresh{
    margin: 0px 40px 0px 0px;
    float: left;
}
select.select-settings::after {
content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #f5f5f5;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;

}
select.select-settings{
/*    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;*/
    font-size: 1.2em;
    height:2em;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
     background: lightgray;
    background-image: none;
    width: 30%;
    line-height: 2.5em;
}
.manage-clinic label{
    width: 25%;
}
.manage-clinic label::after {
    content:":";
    float: right;
    padding-right: 5%;
}

.manage-clinic .header h4{
    text-align: left;
    font-weight: 600;
    color: #000;
}

.manage-clinic .header{
    width: 20em;
    border-bottom: 3px solid #b81717;
    margin-left: 20px;
    padding-top: 10px;
}
.manage-clinic span.header {
    border:  0px;
    /* margin-top: 50px; */
    font-weight: 600;
    font-size: 1.2em
}
.role-line{
    margin-top: 30px;
}
/*.manage-clinic button.btn-primary.btn-primary{
    margin: 10px !important;
}*/
.manage-clinic .roles .roles-column span{
    width: 50%;
    font-weight: 600;
}
.manage-clinic .roles .roles-column input[type='checkbox']{
    margin-right: 1em;
}
.manage-clinic .roles .roles-column{
    padding-bottom: 10px;
}
.manage-clinic .select div[class^="col-"]{
    padding: 10px;
}
.pass-btn{
    margin-left: 20px;
}
.password-guidelines {
    background-color: #DEE9D8;
    border: 2px solid #90B67C;
    border-radius: 4px;
}
.password-guidelines span{
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 2px;
}

.password-guidelines span i{
        padding: 2px;
}
#settings.search-bar ul{
    display: flex;
    border: 0px;
    width: 100%;
}
.holiday{
    margin: 20px;
}
.holiday .h-header{
    margin-top: 50px;
}
.holiday .add-holiday{
    width: 80%;
    margin: auto;
}
.holiday h4{
    text-align: left;
    font-size: 1.2em;
    font-weight: 600;

}
.holiday-dates{
    font-weight: 600;
    font-size: 1.1em;
}
.holiday-dates i{
    padding-left: 80px;
    font-size: 1.2em;
}
.add-holiday div[class^="col-"]{
     padding: 10px;
 }
 .off-text{
     margin-left: 40px;
 }
.var-select{
        width: 20em;
        height: 2em;
}

@keyframes rotate-inprogress {
    from {transform: rotate(0deg)}
    to {transform: rotate(360deg)}
}


.refresh-start {
    animation-name: rotate-inprogress;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: running;
}
.filter-checks{
    display: flex;
}
.filter-checks>div{
    width: 50%;
}
.filter-checks input{
    vertical-align: top;
}

.filter-checks span{
        margin: 5px;
        font-size: 16px;
        font-weight: 600;
        vertical-align: baseline;
}
.fas.fa-comment-dots.grey #qrcode{
    display: none;
    width:100px;
    height:100px;
    margin-top:1px;
    position: absolute;
    background-color: white;
    z-index: 9999;
}
.fas.fa-comment-dots.grey:hover{
    cursor: pointer;
}
.fas.fa-comment-dots.grey:hover #qrcode{
    display: block;
    text-align: center;
}
.payment-qr{
    padding-left: 15em;
}
.test-width{
    width: 70%;
}
.dosage-input input{
    background-color: #fff !important;
}

input[type="text"]:disabled {
  background: #dddddd !important;
}
.re-edit-message{
    margin: auto;
    width: 80%;
}
.re-edit-message span{
    animation: blinkingText 3s infinite;
    font-weight: bold;
}
.pres-freq{
    margin-top: 20px;
}
.bold{
    font-weight: 600;
}
.email{
    text-transform: lowercase !important;
}
.today{
    height: 12rem;
}

.lab-box{
    height: 6rem;
}
.lab-box-right{
    height: 5rem;
}
.today .appointment-details{
    height: 150px
}
.today .status-details {
    height: 150px
}
.cancel-checkbox{
    padding-left: 10px;
}

element.style {
}
.modal-body{
    display: inline-block;
}

.lab-icons {
    width: 30px !important;
    margin-left: 10px !important;
    font-size: 15px !important;
}
.lab-block{
    display: inline-block;
}
.lab-list{
    min-width: 50rem;
    float: right;
    width: 75%;
}
.lab-report-line{
    display: inline-block;
    width: 90%;
}
.lab-upload{
    width: 30%;
    display: inline-block;
}
.lab-action{
    width: 60%;
    display: inline-block;
}
.lab-action span{
     float: right;
     text-decoration:underline;
}
.adjust-text{
    margin-top: 15px;
}
a[href^="tel:"] {
  color: darkslateblue;
}
label{
    padding-left: 3px;
}
section.features .section-heading p {

    font-size: 16px;
}
.edit-patient-details{
    /* width: 30px; */
    float: right;
    /* display: block; */
    font-size: 30px;
    color: black;
    padding-top: 10px;
}
.bookforpatient i.fa-pen-square {
    display:none;
}
@media (min-width: 1000px) {
    #search_text {
    width: 27em!important;
}
    .sidebar-nav li {
        padding-top: 1em;
        font-size: 0.7rem;
    }
}