﻿body.login {
    background-color: #487093;
    color: #fff;
}

h3 .badge {
    margin-right: 10px;
    font-size: 22px;
    background-color: rgb(97, 155, 189);
    border-radius: 14px;
}

.header-container h1.logo {
    /*
    width: 234px;        
    position: absolute;
    z-index: 1;
    left: 35px;
       */
}

.requestlist > li > label > a {
    color: #888080;
}

/*logo in home page and header*/
.header-container span.logo a {
    outline: none;
    height: 56px;
    display: block;
    text-indent: -99999px;
    width: 200px;
    /*
    width: 219px; 
    position: absolute; 
    z-index: 10;
    top: -20px;
*/
}

    .header-container span.logo a.logoleft {
        background: url(../../images/ilogoleft.png) no-repeat 2px 0px;
    }

.header-container span.logo a {
    background: url(../../images/ilogo.png) no-repeat;
}


header {
    background-color: #487093;
    position: relative;
    height: 62px;
    color: Black;
    border-bottom: 4px solid #f9b82a;
}


/* side bar column*/
#sideBar {
    border-right: 1px solid #DDDDDD;
    background-color: #F0F0F0;
    width: 144px;
    position: fixed;
    left: 0;
}

/* side bar menu */

.sideMenu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: auto;
}

    .sideMenu li a {
        color: #204A72;
        display: block;
        line-height: 28px;
        outline: medium none;
        padding: 0 15px 0 8px;
        text-decoration: none;
        width: 116px;
        margin-left: 5px;
        border-bottom: 1px solid #E5E5E5;
    }

        .sideMenu li a span {
            margin-right: 5px;
        }

    .sideMenu li {
        cursor: pointer;
    }

        .sideMenu li a:hover {
            background-color: #DDDDDD;
            margin-left: 5px;
        }

    .sideMenu .current a {
        background-color: #DDDDDD;
        margin-left: 5px;
    }



/* footer */
 

 
.width90 {
    width: 90% !important;
}

.width100 {
    width: 100% !important;
}

.width10 {
    width: 10% !important;
}

.width85 {
    width: 85% !important;
}

.width99 {
    width: 99% !important;
}

.width15 {
    width: 15% !important;
}

.width60 {
    width: 60% !important;
}


.width70 {
    width: 70% !important;
}

.width50px {
    width: 50px !important;
}

.width75px {
    width: 75px !important;
}

.width400px {
    width: 400px !important;
}

.width800px {
    width: 800px !important;
}

.width350px {
    width: 350px !important;
}

.width100px {
    width: 100px !important;
}

.width200px {
    width: 200px !important;
}

.main-dashboard {
    margin-top: 30px;
    poistion: fixed; /*margin-left: 141px;*/
}

.lighter {
    color: #999;
}


.scroll-y {
    overflow-y: auto;
}

.right-bordered-solid {
    border-right: 1px solid #DDDDDD;
}


.right-pane {
    width: 100%;
}

.filters-pane {
    position: relative;
    top: 0px;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    background-color: #F0F0F0;
    padding-top: 10px;
}

    .filters-pane div.input-append {
        margin-top: 7px;
    }

div.input-append {
    text-align: center;
    margin-bottom: 10px;
}

.pager-pane {
    margin-left: 0px;
    height: 70px;
    background-color: #F0F0F0;
    text-align: center;
    border-top: 1px solid #DDDDDD;
    width: 300px;
}

/* New Style Classes For Search Item Results */
/* ----------------------------------------------- */


#ResultsPane {
    background: #ffffff;
    border-bottom: none;
}

#ResultsPane ul {
    margin: 0;
    list-style: none;
}

    #ResultsPane ul li {
        min-height: 4em;
        margin: 0px 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        cursor: pointer;
        color: #444;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
        margin: 7px;
        background-color: #F7F7F7;
    }

.r5 {
    margin-right: 5px !important;
}

#ResultsPane small {
    font-size: 7.5pt;
}

#ResultsPane a {
    text-decoration: none;
}
/* ----------------------------------------------- */


.pointer {
    cursor: pointer;
    text-decoration: none;
}

.highlighted-badge {
    padding: 1px 3px;
    background-color: #FFFBC1;
    font-size: 12px;
    font-weight: bold;
    color: #808080;
    white-space: nowrap;
}

    .highlighted-badge.info {
        background-color: #F5FBFF;
        color: gray;
    }

table.note .highlighted-badge {
    border-top: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 251, 199);
}

.highlighted-badge.blue {
    color: #fff;
    background-color: #7AC4FF;
    border-radius: 3px;
}

.highlighted-badge.green {
    background-color: #73C996;
    color: #fff;
    border-radius: 3px;
}

.block {
    display: block !important;
}

.highlighted-badge.red {
    color: #fff;
    background-color: #E48B8B;
    border-radius: 3px;
}

.highlighted-badge.gray {
    color: #fff;
    background-color: lightgray;
    border-radius: 3px;
}

.highlight {
    padding: 1px 3px;
    background-color: #FFFBC1;
    color: #808080;
}

.block {
    display: block !important;
}

.h-red {
    background-color: hsl(0, 87%, 94%) !important;
}

.h-green {
    background-color: #CFFCD5 !important;
}

.h-orange {
    background-color: #FDE6BB !important;
}

.h-gray {
    background-color: #D7D7D7 !important;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 10%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}

.inner-dashboard {
    padding: 10px 15px 0 15px;
}

    .inner-dashboard .navbar navbar-inverse {
        padding-bottom: 10px !important;
    }

.top5 {
    margin-top: 5px !important;
}

.top10 {
    margin-top: 10px !important;
}

.top-10 {
    margin-top: -10px !important;
}

.top20 {
    margin-top: 20px !important;
}

.top15 {
    margin-top: 15px !important;
}

.top30 {
    margin-top: 30px !important;
}

.top40 {
    margin-top: 40px !important;
}

.top50 {
    margin-top: 50px !important;
}

.top55 {
    margin-top: 55px !important;
}

.top60 {
    margin-top: 60px !important;
}

.bottom10 {
    margin-bottom: 10px !important;
}

.left5 {
    margin-left: 5px !important;
}

.field-validation-error {
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    position: relative;
    top: 0px;
    background-color: #b94a48;
    padding: 0px 3px 1px 3px;
}

.buttons {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .buttons .btn {
        margin-left: 10px;
        margin-top: 30px;
    }

.loading-spinner {
    background-image: url("../img/spinner.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    position: absolute;
    z-index: 9999;
    opacity: 0.5;
}

.checkboxes-group li {
    z-index: 100;
}

.search-filter {
    width: 250px;
}

/* Multi select menu styles*/

.multi-select-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .multi-select-menu ul {
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }

.multi-select-item {
    border-bottom: 1px solid #e5e5e5;
}

    .multi-select-item.left-border {
        border-left: 1px solid #e5e5e5;
    }


    .multi-select-item > label {
        line-height: 15px;
        font-size: 12px;
        padding: 5px 10px;
        color: #808080;
        cursor: pointer;
        margin-bottom: 0px !important;
        margin-top: 5px !important;
    }

    .multi-select-item input[type="checkbox"], .multi-select-item input[type="radio"] {
        margin: 0;
    }

    .multi-select-item > label:hover {
        background-color: #ffffcc;
        color: #808080;
    }

.multi-select-menu .selected label {
    background-color: #E6F0FB;
    color: gray;
}

.multi-select-item > label > a {
    text-decoration: none;
    display: block;
}


/* --- END --- Multi select menu styles*/

/* New List Tree Style */


.list-tree {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .list-tree .selected {
        background-color: #E6F0FB;
        color: gray;
    }


    .list-tree ul {
        list-style: none;
    }

    .list-tree li label {
        border-bottom: 1px solid #e5e5e5;
        line-height: 15px;
        font-size: 12px;
        padding: 5px 10px;
        color: #808080;
        cursor: pointer;
        margin-bottom: 0px !important;
        margin-top: 5px !important;
    }



    .list-tree input[type="checkbox"], .list-tree input[type="radio"] {
        margin: 0;
    }

    .list-tree li:hover {
        background-color: #ffffcc;
        color: #808080;
    }

    .list-tree > li.selected {
        background-color: #E6F0FB;
        color: gray;
    }

    .list-tree a {
        text-decoration: none;
        display: block;
    }


/* --- END --- List Tree Style */

.outer-container {
    padding-top: 15px;
    padding-left: 10px;
}

.hidden {
    display: none;
}

.column5 {
    width: 380px;
    float: left;
    margin-left: 10px;
}

.column2 {
    width: 200px;
    float: left;
    margin-left: 10px;
}

.hmark {
    display: block;
    color: #6d6d6d;
    font-size: 1em;
    padding: 5px 0;
    -webkit-transition: background-color .4s;
    -moz-transition: background .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
    margin-bottom: 20px;
    background-color: #ffffcc;
}

    .hmark:before {
        content: " ? ";
        font-weight: bold;
        color: #d33d11;
        padding: 3px;
    }

    .hmark:hover {
        background-color: #F5F5F5;
    }

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}


.no-margin-right {
    margin-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}


.input-width {
    width: 193px !important;
}

.arabic {
    direction: rtl;
}

.ui-datepicker-trigger {
    margin-left: 5px;
}

.ui-spinner input {
    margin-top: 9px;
}

.form-horizontal .ui-spinner input {
    margin-bottom: 9px;
}

.inline-hero {
    padding: 10px 10px 10px 10px;
    margin-bottom: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid 2px #7F868C;
}

.inline {
    display: inline !important;
}

.mini-validation-summary {
    margin: 0 0 20px 20px;
}

.no-padding {
    padding: 0 !important;
}

.center {
    text-align: center !important;
}

.calendar-container {
    margin-left: auto;
    margin-right: auto;
}

.fc-header-title h2 {
    font-size: 20px;
    line-height: 20px;
}

.field-viewer {
    padding: 30px 10px 10px 0px;
    border: 1px solid #DDD;
    margin-top: 20px;
}

.span-option-editor {
    width: 330px;
}

.input-validation-error {
    border: 1px solid #B94A48 !important;
}

#phytabsDiv {
    margin-top: -5px;
}

    #phytabsDiv .nav {
        margin-bottom: 15px !important;
        padding-left: 20px;
    }

#tabedContainerDiv {
    margin-left: 15px;
}

#tabsDiv {
    position: absolute;
    bottom: 0;
}


.inner-container li {
    list-style: none;
}

.inner-container ul {
    margin: 0 0 0 0;
}

/* --------------------------------------------------------------------- */
/* Generic Handy classes */
.data-row {
    clear: both;
    display: block;
    float: none;
    overflow: hidden;
}

.go-left {
    text-align: left;
}

.floating-left {
    float: left !important;
}

.floating-right {
    float: right !important;
}
/* --------------------------------------------------------------------- */

/* --------------------------------------------------------------------- */
/* Header Styles*/

.header-container {
    min-height: 102px;
    position: absolute;
    width: 100%;
    /* z-index: 3000; */
}

    .header-container .main-header-container {
        height: 56px;
    }

    .header-container .main-menu-container {
        height: 35px;
        background: #fff;
        box-shadow: 0 1px 3px #cfcfcf;
    }

        .header-container .main-menu-container ul li a:hover {
            color: #F9B82A;
        }

        .header-container .main-menu-container ul li.current {
            border-bottom: 2px solid #F9B82A;
            padding-bottom: 6px;
        }

            .header-container .main-menu-container ul li.current a {
                font-weight: bold;
                color: #F9B82A !important;
            }



#logoH {
    margin-left: 20px;
    margin-top: 20px;
}

#HeaderCont {
    height: 66px;
}


header .actions-container, header .user-menu-container {
    border-left: 1px solid #3B5C78;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 56px;
}

.header-container .user-menu-container .inner-container:hover {
    cursor: pointer;
}

.header-container .user-menu-container .inner-container img {
    display: block;
    margin: 13px 7px 0 -6px;
}

.actionPartent {
    width: 400px;
}

.header-container .user-menu-container .inner-container span.user-name {
    margin: 7px 0px 0 0;
}


.header-container .user-menu-container .inner-container span.user-position {
    margin: 0 0 0 0;
    font-weight: normal;
}





header .actions-container a.notification {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../../images/action-bar.png) no-repeat -60px -18px;
    margin: 12px 15px auto 0;
}

    header .actions-container a.notification:hover {
        background: url(../../images/action-bar.png) no-repeat -60px -59px;
        text-decoration: none;
    }

    header .actions-container a.notification span {
        padding: 2px 5px;
        background: #f9b82a;
        border-radius: 5px;
        border: solid 1px #d2582a;
        color: #fff;
        margin-top: -5px;
        margin-left: 21px;
        display: inline-block;
        position: relative;
    }

header .actions-container a.language {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../../images/action-bar.png) no-repeat -158px -18px;
    margin: 12px 15px auto 15px;
    text-align: center;
    text-decoration: none;
}

    header .actions-container a.language:hover {
        background: url(../../images/action-bar.png) no-repeat -158px -59px;
    }

header .actions-container a.logout {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../../images/action-bar.png) no-repeat -109px -18px;
    margin: 12px 15px auto 0px;
}

    header .actions-container a.logout:hover {
        background: url(../../images/action-bar.png) no-repeat -109px -59px;
    }

header .actions-container a.settings {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../../images/action-bar.png) no-repeat -11px -18px;
    margin: 12px 15px auto 0px;
}

    header .actions-container a.settings:hover {
        display: block;
        width: 36px;
        height: 36px;
        background: url(../../images/action-bar.png) no-repeat -11px -59px;
        margin: 12px 15px auto 0px;
    }


.header-container .main-menu-container .inner-container {
    margin: 0 0 0 0;
    /* padding-left: 21px;    background: url(../../images/ilogo.png) no-repeat;*/
    height: 40px;
}

    .header-container .main-menu-container .inner-container li {
        font-weight: normal;
        font-size: 13px;
        color: #525252;
        margin: 11px 10px 0 5px;
        padding: 0 2px 0 0px;
        cursor: pointer;
    }

        .header-container .main-menu-container .inner-container li a {
            color: Gray;
            font-weight: bold;
        }

            .header-container .main-menu-container .inner-container li a:hover {
                text-decoration: none;
            }

/* 
.inner-container span
{text-align : center;} */

/* --------------------------------------------------------------------- */

/* --------------------------------------------------------------------- */
/* ----------Notification , loged in User , and Language Area ------ */

.header-container .actions-container .inner-container a.logout:hover {
    background: url(../../images/action-bar.png) no-repeat -115px -64px;
}

.header-container .actions-container .inner-container a.logout {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../../images/action-bar.png) no-repeat -115px -23px;
    margin: 12px 15px auto 0px;
}

.Lang {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 0px 14px auto auto;
    text-decoration: none;
    float: right;
}

a.btn-login:hover {
    background: url(../../images/signin-btn.png) 0 -35px;
    cursor: pointer;
}

a.btn-login:active {
    background: url(../../images/signin-btn.png) 0 -70px;
}
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */

.cal-action-btns {
    float: right;
    padding-right: 44px;
}

#calendar {
    width: 98%;
    margin: 0 auto;
    padding: 5px;
    color: #5E5E5E !important;
}

.enable-cal {
    background-color: #F7F7F7;
    border: 1px solid gray;
}

.weekend {
    background-color: #ECECEC;
}

.actionBar {
    float: right;
}

.clear-Float {
    clear: both;
}

.mid-title {
    vertical-align: middle !important;
    font-weight: bold;
    color: rgb(72, 112, 147);
}

.small-title {
    vertical-align: middle !important;
    color: rgb(72, 112, 147);
}

.control-label {
    vertical-align: middle !important;
    color: rgb(18, 18, 19);
    font-size: 14px;
}

.td-noBorder-top {
    border-top-style: none !important;
}

.view-table .bill-sapn {
    background-color: rgb(72, 112, 147);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-collapse: collapse;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: rgb(255, 255, 255);
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 2px;
    margin-right: 2px;
    margin-top: 2px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    text-align: left;
    text-decoration: none;
}

.max-width-100 {
    max-width: 100px;
}

.reset-margin-left {
    margin-left: 0px;
}

.view-table {
    margin: 10px 10px 10px 10px !important;
    float: left !important;
    width: 65% !important;
    border-spacing: 1px !important;
    border-top: 0px none white;
}

.view-table-CheckBoxes {
    margin: 10px 10px 10px 10px !important;
    float: left !important;
    width: 20% !important;
}

.blue-sub-header {
    border-collapse: collapse;
    color: rgb(72, 112, 147);
    display: inline;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 20px;
    max-width: 100px;
    text-align: left;
    width: auto;
}
/*
.form-container
{
    width: 90%;
    float: left;
    padding-left: 100px;
}*/

.cc-vs {
    border-bottom: 1px solid gray;
    padding: 5px 0 5px 0;
}

.a-addnew {
    margin-top: -40px;
}


.tree-inner-container {
    padding: 9px 0 0 0px !important;
}

.accordion-heading .accordion-toggle.tree {
    padding: 3px 0px;
}



.tree-right-button {
    margin-top: -23px;
}

.mirror {
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
}

    .mirror.vertical {
        -moz-transform: matrix(-1, 0, 0, -1, 0, 0);
        -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
        -o-transform: matrix(-1, 0, 0, -1, 0, 0);
        -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
    }

a span.notification {
    padding: 2px 5px;
    background: #f9b82a;
    border-radius: 5px;
    border: solid 1px #d2582a;
    color: #fff;
    margin-top: -5px;
    margin-left: 21px;
    display: inline-block;
    position: relative;
}

.leaf a {
    color: #333333 !important;
    font-weight: bold;
}

.max-90 {
    max-width: 90% !important;
}

.tree-left-actions {
    position: relative;
    float: right;
    top: -28px;
}

.font-large {
    font-size: 16px !important;
    font-weight: bold !important;
}

.search-results a {
    color: Black;
    text-decoration: none;
    display: block;
}
/*
#ReportComponents
{
    border: 1 solid black;
    height: 98%;
    max-width: 25%;
    float: left;
    width: 25%;
}

#ReportViewer
{
    float: right;
    max-width: 74%;
    width: 74%;
    height: 98%;
}
*/

.r30 {
    margin-right: 30px !important;
}

.r20 {
    margin-right: 20px !important;
}

.r10 {
    margin-right: 10px !important;
}

.r5 {
    margin-right: 5px !important;
}

.r3 {
    margin-right: 3px !important;
}

.r0 {
    margin-right: 0px !important;
}

.r50 {
    margin-right: 50px !important;
}

.r15 {
    margin-right: 15px !important;
}

.l70 {
    margin-left: 70px !important;
}

.l50 {
    margin-left: 50px !important;
}

.l40 {
    margin-left: 40px !important;
}

.l30 {
    margin-left: 30px !important;
}

.l20 {
    margin-left: 20px !important;
}

.l15 {
    margin-left: 15px !important;
}

.l10 {
    margin-left: 10px !important;
}

.l5 {
    margin-left: 5px !important;
}

.l0 {
    margin-left: 0px !important;
}
.flag {
    display: inline;
}

.actionsbar {
    padding: 0px 15px;
    list-style: none;
}

.flagged-tp {
    margin-bottom: 15px;
    padding: 5px 5px 5px 5px;
}

    .flagged-tp small {
        font-size: 70%;
    }

.img-header {
    height: 66px !important;
}

.Footer-Area {
    width: 20%;
}


.patient-header {
    height: 67px;
}

.employee-header {
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #eee;
    margin-left: 20px;
}

/*Aharb */

.components-list-item {
    width: 276px !important;
    margin-left: 5px !important;
}


    .components-list-item div.fixedarea {
        display: block;
        background-color: #F9F9F9;
        padding: 2px 15px;
        border-bottom: 1px solid #ddd;
    }

        .components-list-item div.fixedarea.selected, .components-list-item div.fixedarea.selected:hover {
            background-color: #E6F0FB;
        }

        .components-list-item div.fixedarea:hover {
            background-color: #ffffcc;
            color: #808080;
        }

div.fixedarea label {
    cursor: pointer;
}

#collapsedarea {
    margin-left: 28px;
    margin-top: 0px;
    background-color: #FCFCFC;
}

    #collapsedarea table {
        border-collapse: separate;
        border-spacing: 11px;
    }

.components-list-item div.fixedarea input[type="checkbox"] {
    margin-right: 5px;
    margin-top: -2px;
}

.borderbottom {
    border-bottom: 1px solid #e5e5e5;
}

.buttonset {
    margin-top: 10px;
    margin-bottom: 10px;
}




.MicroCare {
    font-weight: 600 !important;
    font-size: 20px !important;
}

.Report-Main-header {
    font-weight: 600 !important;
    font-size: 16 !important;
}

.ReportTable {
    margin: 20px !important;
    width: 90% !important; /*  border:1px solid red !important;*/
}

#ReportPreview {
    width: 90% !important;
    margin: 40px !important;
}

.summery-table {
    border: 1px solid #DFDFDF;
    background-color: #F9F9F9;
    width: 95% !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /*font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;*/
    color: #333;
    margin: 10px !important;
    margin-left: 10px !important;
    border-bottom: none;
}

    .summery-table td, .summery-table th {
        border-top-color: white;
        border-bottom: 1px solid #DFDFDF;
        color: #555;
    }

    .summery-table th {
        /*text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px; 	/*font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;*/
        font-weight: bold;
        padding: 7px 7px 8px;
        text-align: left;
        line-height: 1.3em;
        font-size: 14px;
        font-size: small;
    }

    .summery-table td {
        font-size: 12px;
        padding: 4px 7px 2px;
        vertical-align: top;
    }

/*label, span, div
{
      text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px !important; 
    color: rgb(85, 85, 85) !important;
}*/
.width55 {
    width: 55% !important;
}

#patientInfo {
    padding: 25px;
    margin-top: 20px;
    margin-left: 25px;
}

.summery-table-Caption {
    /*text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px !important;*/
    color: rgb(85, 85, 85) !important;
}

.summery-table-Caption-sub {
    /*text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px !important;*/
    color: rgb(85, 85, 85) !important;
    font-weight: 600 !important;
    font-size: smaller !important;
}

#Reportcontents {
    width: 98% !important;
    float: center !important;
    margin: 20px !important;
}


#ReportComponents #ResultsPane .buttons .btn {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

#ReportComponents ul li {
    border-bottom: none !important;
}

.noItems {
    margin-top: 10px;
    font-size: small !important;
    text-shadow: rgba(255, 255, 255, 0.796078) 0px 1px 0px !important;
    color: rgb(85, 85, 85) !important;
}

.Preview-more {
    margin-top: 10px;
    margin-left: 10px;
    font-size: small;
    font-weight: bold;
    text-shadow: rgba(255, 255, 255, 0.796078) 0px 1px 0px !important;
    color: rgb(85, 85, 85) !important;
}

#ReportComponents small {
    margin-right: 7px !important;
}

.inactive {
    color: Gray !important;
}

.top-20 {
    margin-top: -20px !important;
}

.anchor-header {
    color: #333333 !important;
}

.width-auto {
    width: auto !important;
}

.m-top7 {
    margin-top: 7px !important;
}

.m-left-25 {
    margin-left: -25px !important;
}




.width-210 {
    width: 210px !important;
}

.bottom30 {
    margin-bottom: 30px !important;
}

.bottom20 {
    margin-bottom: 20px !important;
}

.m-top-8 {
    margin-top: 8px !important;
}

.m-top-20 {
    margin-top: 20px !important;
}

.Head-item {
    padding-top: 15px;
    font-weight: bold;
}

.width370 {
    width: 370px !important;
}

.width215 {
    width: 215px !important;
}

.alert-note {
    padding: 5px 0px 5px 10px;
    margin-bottom: 20px;
    color: #C09853;
    text-shadow: 0 1px 0 hsla(0, 100%, 100%, 0.5);
    background-color: hsl(50, 81%, 94%);
    border: 1px dashed hsl(45, 3%, 75%);
}

.chnage-Branch {
    font-weight: bold !important;
    padding-left: 1px !important;
    color: rgb(214, 210, 210) !important;
}

.m-top-25 {
    margin-top: -25px !important;
}

.m-l-12 {
    margin-left: 12px !important;
}



.uiToken .remove {
    margin: 5px 0 -2px 1px;
    outline: none;
}

.uiCloseButtonSmall {
    background-image: url(../../images/colseSmall.png);
    height: 11px;
    margin-top: 1px;
    width: 11px;
}

.uiCloseButton {
    background-image: url(../../images/colseSmall.png);
    background-repeat: no-repeat;
    height: 12px;
    width: 15px;
}

.uiCloseButton {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
    zoom: 1;
    float: right;
}

.uiToken {
    background: #e2e6f0;
    border: 1px solid #9daccc;
    -webkit-border-radius: 2px;
    color: #1c2a47;
    cursor: default;
    display: block;
    float: left;
    min-height: 23px;
    margin: 0 4px 4px 0;
    padding: 0 3px;
    position: relative;
    white-space: pre-wrap;
    z-index: 0; /*word-break: break-all;*/
    word-wrap: break-word;
    /* min-width: 150px;
    max-width :190px;;*/
    width: 100%;
    margin-bottom: 1px;
}


.padding-l-30 {
    padding-left: 30px !important;
}

.padding-l-10 {
    padding-left: 10px !important;
}

.tokens-Container {
    padding-top: 4px !important;
    width: 100% !important;
}

.bold-txt {
    font-weight: bold !important;
}

.val-sp {
    width: 180px !important;
    margin-left: 35px !important;
}

.bottom-action-row {
    border-bottom: 1px solid #E5E5E5 !important;
    width: 100% !important;
    float: right !important;
}

.top0 {
    margin-top: 0px !important;
}

.r2 {
    margin-right: 2px !important;
}

.bottom0 {
    margin-bottom: 0px !important;
}

.bottom10 {
    margin-bottom: 10px !important;
}


.control-group {
    padding-bottom: 5px;
}


.width338p {
    width: 338px !important;
}

.displayInline {
    display: inline !important;
}

.notify-red {
    color: #BA2626;
    font-weight: bold;
}

.TypeaheadTextCtrl {
    background-color: #FAFAFE !important;
    border: 1px solid rgb(204, 204,204) !important;
}

.add-on-lkp {
    background-color: #FAFAFE !important;
    cursor: pointer !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.m-l-5 {
    margin-left: -5px !important;
}

.pager-container {
    margin-top: 10px;
}

    .pager-container .left, .pager-container .right {
        display: block;
        width: 25px;
        height: 23px;
        background: url(../../images/pager.png) no-repeat 0 0;
    }

    .pager-container .right {
        background: url(../../images/pager.png) no-repeat -25px 0;
    }

    .pager-container .left:hover {
        background: url(../../images/pager.png) no-repeat 0 -23px;
    }

    .pager-container .right:hover {
        background: url(../../images/pager.png) no-repeat -25px -23px;
    }

    .pager-container span {
        font-weight: bold;
        font-size: 13px;
        line-height: 22px;
        color: #363636;
        margin-right: 5px;
    }

    .pager-container.floating-right a {
        font-weight: bold;
        font-size: 13px;
        line-height: 22px;
        color: #336d9f;
        display: inline-block;
        margin-left: 5px;
        text-decoration: underline;
    }

        .pager-container.floating-right a.selected {
            color: #d66639;
        }

        .pager-container.floating-right a:hover {
            text-decoration: none;
        }

.odd-txt-lookup {
    width: 300px !important;
    padding-left: 6px !important;
    margin-left: -45px !important;
}


.event-btn {
    font-size: 10px;
    line-height: 11px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    margin-top: 1px;
}

    .event-btn:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.event-class {
    color: Gray;
}



table.note {
    min-height: 55px;
    border: 1px solid rgb(238, 238, 238);
    background-color: rgb(255, 251, 199);
    padding: 20px 20px 0px 20px;
    border-collapse: inherit;
    font-size: 13px;
    color: gray;
    width: 318px;
    display: inline-block;
}

.container-fluid.large {
    max-width: 1200px;
}

/*Aharb*/
.col-full {
    width: 100% !important;
    display: inline-block;
}

.col-one-half {
    width: 50% !important;
    display: inline-block;
}

.col-one-third {
    width: 33.333% !important;
    display: inline-block;
}

.col-two-thirds {
    width: 66.666% !important;
    display: inline-block;
}

.col-one-quarter {
    width: 25% !important;
    display: inline-block;
}

.col-three-quarters {
    width: 75% !important;
    display: inline-block;
}

.col-almost-half {
    width: 44% !important;
    display: inline-block;
}

.col {
    display: inline-block;
}

.topline {
    border-top: 1px solid #e5e5e5;
}

.underline {
    border-bottom: 1px dotted #e5e5e5 !important;
    padding-bottom: 10px;
}



.appoitment-leftpane {
    width: 250px;
    vertical-align: top;
}

.appoitmentcalnder {
    /*width: 1000px;*/
}

.shadedcontainer {
    background-color: #FAFAFA;
}

.todayappointments .icon-flag {
    margin-top: -7px;
    margin-right: 12px;
}

.todayappointments #ulFlaggedTPs li {
    margin-left: 0px;
    margin-right: 10px;
    width: 205px;
}

/*Welcome Area*/

.welcomeArea {
    color: #525252;
}

    .welcomeArea h3, .requestsArea .box h3, .requestsArea .box h4 {
        color: rgb(131, 154, 175);
    }

    .welcomeArea .btnprimary, .formconatiner .btnprimary {
        padding: 7px 35px;
        background-color: rgb(97, 155, 189);
        color: #FFF;
        border: 1px solid transparent;
        cursor: pointer;
        text-decoration: none !important;
    }

.btnprimary {
    padding: 7px 35px !important;
    background-color: rgb(97, 155, 189);
    color: #FFF;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none !important;
    height: 34px !important;
}

.welcomeArea .btnsecondary, .formconatiner .btnsecondary {
    padding: 7px 35px;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #c5c5c5;
    cursor: pointer;
    text-decoration: none !important;
}




.rocontainer .box {
    width: 96%;
    padding: 12px 20px 20px 20px;
    margin-top: 1%;
    font-size: 13px;
    background-color: rgb(252, 252, 252);
    margin-bottom: 50px;
}

    .rocontainer .box.white {
        background-color: #fff;
        min-height: 350px;
    }

.requestsArea .box {
    min-height: 440px;
    background-color: rgb(250, 250, 247);
    box-shadow: 0 0 0 -0 rgb(66, 66, 66);
    -webkit-box-shadow: 0 0 0 -0 rgb(66, 66, 66);
    -moz-box-shadow: 0 0 0 -0 rgb(66, 66, 66);
    padding-bottom: 25px;
}

.container-fluid.dental {
    max-width: 100% !important;
    padding: 0px;
    margin: 0px;
}

    .container-fluid.dental .box {
        width: 100%;
    }


.requestsArea .smallrequest {
    width: 40%;
}

.requestsArea .box .requestlist {
    height: 394px;
    overflow-y: scroll;
    border-bottom: 1px rgb(241, 238, 238) solid;
    padding-bottom: 11px;
    margin-top: -7px;
}

h4.searchBar form {
    margin: 0;
}

    h4.searchBar form .pull-right {
        margin-top: -20px;
    }

.requestlist li h6 {
    margin-bottom: 0px;
    margin-top: 0px;
    color: #888080;
}

.statusbtn {
    margin-top: -10px;
}

.requestlist li .tags {
    font-size: 11px;
    color: rgb(211, 119, 119);
}

.box .requestlist li {
    border: auto !important;
    border-bottom: 1px solid rgb(243, 243, 243) !important;
    background-color: #fff;
}

body.romode {
    background-color: rgb(250, 250, 250);
}

.rocontainer .box .innercontainer {
    margin: 1% 1% 1% 1%;
    padding-bottom: 15px;
}

.rotablecontainer .span5 {
    width: 365px;
    margin-left: 0;
    margin-right: 20px;
}

.formconatiner .box .multi-select-item .selected label {
    background-color: rgb(240, 241, 241);
    color: gray;
}

.box .multi-select-item {
    border: 0 !important;
}

.formconatiner .box .multi-select-menu .col-almost-half {
    border-bottom: 1px solid rgb(243, 243, 243) !important;
}

#vitaltable thead {
    font-size: 13px;
    font-weight: normal;
    color: gray;
    border-bottom: 2px solid rgb(218, 218, 218);
}

    #vitaltable thead th {
        text-align: center;
        border: 1px solid #dddddd;
    }

#vitaltable td {
    border: 1px solid #dddddd;
}

#vitaltable thead {
    border: 1px solid #dddddd;
}

#vitaltable {
    width: 99%;
}

.checklist {
    list-style: none;
}

    .checklist li {
        padding: 5px;
        font-size: 14px;
    }

    .checklist > li:before {
        line-height: 35px !important;
        color: gray;
        margin-right: 8px;
        list-style: none;
    }
/*Long Menu */
section.long-menu {
    padding-top: 35px;
}

div.long-menu {
    height: 65px !important;
}

    div.long-menu .inner-container ul li.current {
        padding-bottom: 0px !important;
        border: 0 !important;
    }

div.small-menu .inner-container ul li.current a {
    padding-bottom: 0px !important;
    color: Gray !important;
}

/*Form Container*/
.formconatiner {
    margin: auto auto;
}

    .formconatiner .control-group {
        padding-right: 14px;
        border-bottom: 1px dotted rgb(209, 208, 208);
    }

    .formconatiner .input-append {
        text-align: left;
        margin-bottom: 0px;
    }

    .formconatiner .commentinput {
        width: 84%;
        margin-bottom: 15px;
    }
/*Sth dirty, bootStrap do many things for buttons and it's hard to reset it*/
a.btnsecondary, a.btnprimary {
    padding: 7px 35px 10px !important;
}

.l {
    float: left;
}

.r {
    float: right;
}

ul.withborder > li > label {
    border-bottom: 1px solid rgb(243, 243, 243) !important;
}

li.withborder {
    border-bottom: 1px solid rgb(243, 243, 243) !important;
}

/* iPads (landscape) ----------- */
/*TODO:Need to set uo the device and the orientation, this becuase the testing and we dont have device */
@media only screen and (max-width : 1024px) {

    .tabletwidth {
        width: 90% !important;
    }

    .hasDatepicker {
        width: 120px;
    }

    .formconatiner {
        width: 90% !important;
    }


    .todayappointments h4 {
        font-size: 18px !important;
    }

    .todayappointments .flaggeddiv {
        width: 33.3% !important;
    }


    section.row {
        padding-top: 35px;
    }

    #divMainMenu {
        max-width: 1024px;
        min-width: 0;
    }

    .header-container .main-menu-container {
    }

        .header-container .main-menu-container ul li.current {
            padding-bottom: 0px;
            border: 0;
        }


    body {
        overflow-x: hidden;
    }

    .appoitmentcalnder {
        width: 800px;
    }


    /*Long Menu */
    section.long-menu {
        padding-top: 65px;
    }

    div.long-menu {
        height: 95px !important;
    }

        div.long-menu .inner-container ul li.current {
            padding-bottom: 0px !important;
            border: 0 !important;
        }

    /*small Menu */
    section.small-menu {
        padding-top: 0px;
    }

    div.small-menu {
        height: 39px !important;
    }
}

/* iPads (Portant) ----------- */
/*TODO:Need to set uo the device and the orientation, this becuase the testing and we dont have device */
body {
    overflow-x: hidden;
}

@media only screen and (max-width : 768px) {




    .appoitmentcalnder .fc-header-center .mid-title {
        display: none;
    }



    .header-container .main-menu-container ul li.current {
        padding-bottom: 0px;
        border: 0;
    }


    body {
        overflow-x: hidden;
    }
    /*Appoitment section*/
    .appoitmentcalnder {
        width: 570px;
    }

    .nav-tabs > li > a, .nav-pills > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .fc-header-title h2 {
        font-size: 14px;
    }

    .fc-button {
        font-size: 11px;
    }

    .appoitmentcontainer .PatientTabs {
        width: 120px;
    }

    .todayappointments h4 {
        font-size: 14px;
    }

    .tribleindent {
        margin-left: 10px;
    }

    .todayappointments {
        font-size: 11px;
    }

    /*Long Menu */
    section.long-menu {
        padding-top: 70px;
    }

    div.long-menu {
        height: 105px !important;
    }


    /*small Menu */
    section.small-menu {
        padding-top: 0px;
    }

    div.small-menu {
        height: 39px !important;
    }

    .todayappointments .flaggeddiv {
        width: 33.3% !important;
    }
}



/*  Invoice */
html, body, * {
    padding: 0;
    margin: 0;
}

.wrapper {
    min-width: 500px;
    max-width: 700px;
    margin: 0 auto;
}

#content {
    margin-right: 260px; /* = sidebar width + some white space */
}

#overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}

    #overlay .wrapper {
        height: 100%;
    }

#sidebar {
    width: 250px;
    float: right;
    max-height: 100%;
}

    #sidebar:hover {
        overflow-y: auto;
    }

    #sidebar > * {
        max-width: 225px; /* leave some space for vertical scrollbar */
    }


.MicroCare {
    font-weight: 600 !important;
    font-size: 20px !important;
}

.Report-Main-header {
    font-weight: 600 !important;
    font-size: 16 !important;
}

.ReportTable {
    margin: 20px !important;
    width: 90% !important; /*  border:1px solid red !important;*/
}

#ReportPreview {
    width: 95% !important;
    margin: 20px !important;
}

.invoicePreview-table {
    border: 1px solid #DFDFDF;
    width: 95% !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /*font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;*/
    color: #333;
    margin: 10px !important;
    margin-left: 10px !important;
    border-bottom: none;
}

    .invoicePreview-table td, .invoicePreview-table th {
        border-top-color: white;
        border-bottom: 1px solid #DFDFDF;
        border-left: 1px solid #DFDFDF;
        border-right: 1px solid #DFDFDF;
        color: #555;
    }

    .invoicePreview-table th {
        /*text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px; 	/*font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;*/
        font-weight: bold;
        padding: 7px 7px 8px;
        text-align: left;
        line-height: 1.3em;
        font-size: 14px;
        font-size: small;
    }

    .invoicePreview-table td {
        font-size: 12px;
        padding: 4px 7px 2px;
        vertical-align: top;
    }

#patientInfo {
    padding: 10px;
    margin-top: 10px;
    margin-left: 25px;
}

.invoicePreview-table-Caption {
    /*text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px !important;*/
    color: rgb(85, 85, 85) !important;
}

.invoicePreview-table-Caption-sub {
    /*text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px !important;*/
    color: rgb(85, 85, 85) !important;
    font-weight: 600 !important;
    font-size: smaller !important;
}

#Reportcontents {
    width: 98% !important;
    float: center !important;
    margin: 20px !important;
}

.error {
    border: 1px solid Red;
}

.totalHeader {
    font-size: small;
    line-height: 1.3em;
    font-weight: bold;
    font-size: 12px;
    margin-right: 5px;
}

.invoice-Row {
    height: 550px;
    max-height: 530px;
}

.invoice-scrollBarPane {
    margin-left: 10px;
    margin-top: 15px;
    width: 300px;
    max-height: 520px;
    overflow-y: scroll;
}

.invoice-newItemContainer {
    margin-right: 5px;
    border-top: 1px solid #DDD;
    padding: 10px 0px 30px 0px;
}

.invoice-newItemDiv {
    border-radius: 6px;
    border: solid 2px #7F868C;
    margin-left: 0px;
}

.invoice-previewPane {
    width: 700px;
    height: 540px;
    max-height: 520px;
    overflow-y: scroll;
}

.l-margin30 {
    margin-left: 30px !important;
}

.l-margin3 {
    margin-left: 3px !important;
}

.l-margin160 {
    margin-left: 160px !important;
}

.padding3 {
    padding: 3px !important;
}

.cursor-default {
    cursor: default !important;
}


/* bootstrap Extended classes */
.icon-unlock {
    background-position: -138px -741px;
    background-image: url(../../images/glyphicons.png) no-repeat;
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    vertical-align: text-bottom;
    width: 28px;
}
/* bootstrap Extended classes */

.semi-large {
    max-width: 1100px !important;
}

.marginleft0 {
    margin-left: 0px !important;
}

.margin5 {
    margin: 5px !important;
}


.key-val-table {
    width: 100%;
}

    .key-val-table th, .key-val-table td {
        padding: 5px 8px 0px 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid hsl(0, 0%, 87%);
        border-bottom: 1px solid hsl(0, 0%, 87%);
        background-color: #fdfdfd;
    }

    .key-val-table label {
        font-size: 13px;
        color: #72A7C0;
    }

.red {
    color: #D06428;
    font-weight: bold;
}



.user-drop-menu-action {
    float: right;
    vertical-align: bottom;
    margin-top: 34px;
    margin-right: 10px;
}

.user-drop-menu {
    width: 200px;
    height: 37px;
    z-index: 2000;
    position: absolute;
    background-color: #487093;
    color: #FFFFFF !important;
    font-size: 11px;
    cursor: pointer;
    padding-top: 5px;
    top: 54px;
    right: 168px;
    border-left: 1px solid #3B5C78;
    border-bottom: 1px solid #3B5C78;
    border-right: 1px solid #3B5C78;
    padding-top: 10px;
}

    .user-drop-menu a {
        margin-left: 10px;
        color: #FFFFFF !important;
    }


.td-line-height {
    line-height: 30px !important;
}

.displayInline-block {
    display: inline-block !important;
}


/*We have used toast class from metronic CSS*/
.toast {
    display: block;
    /*position: fixed;*/
    /*z-index: 99999;*/
    width: auto;
    /*top: 90px;*/
    /*right: 270px;*/
    /*text-align: center;*/
    /*bottom: 2em;*/
    /*height: 30px;*/
}

.message {
    display: block;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #666;
    -webkit-box-shadow: 2px 2px 2px #666;
    background: #282324;
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #554434), color-stop(1, #282324));
}

.newNotification {
    background-color: #FFFBCC;
    height: 90px;
    word-wrap: break-word !important;
    padding: 2px;
}

.divNotification, .divNotification {
    height: 66px;
    word-wrap: break-word !important;
    color: black !important;
    padding: 6px 3px 0 3px;
}


.divNotification {
    border-left: 4px #487093 solid;
    margin-bottom: 4px;
    border-bottom: 0px;
}

.popover .requestlist > li:hover {
    background-color: #FDF9F3;
}

.read {
    font-weight: normal;
    font-size: 12px;
}

    .read.divNotification > .col-xs-12 {
        border-left: 3px #fff solid;
    }



.cursor-pointer {
    cursor: pointer !important;
}



#teeth-menu {
    display: none;
    position: absolute;
    background-color: #FEFEFE;
    border: 1px solid darkgray;
    z-index: 1020;
}



    #teeth-menu div:hover {
        background-color: #E6F0FB;
    }


    #teeth-menu .border-bottom {
        border-bottom: 1px solid darkgrey !important;
        cursor: pointer;
        margin: 7px;
    }

#surface-menu {
    display: none;
    position: absolute;
    background-color: #FEFEFE;
    border: 1px solid darkgray;
    z-index: 1020;
}

    #surface-menu div:hover {
        background-color: #E6F0FB;
    }


    #surface-menu .border-bottom {
        border-bottom: 1px solid darkgrey !important;
        cursor: pointer;
        margin: 7px;
    }

.min-height20 {
    min-height: 20px;
}

.width95 {
    width: 95% !important;
}


.chart-action {
    display: inline-block;
    padding: 0px 2px;
    float: right;
    margin: 2px;
    border: 1px solid #c0c0c0;
    box-shadow: inset 1px 1px 0 rgba(220,172,0,.1),inset 0 -1px 0 rgba(220,172,0,.07);
}


.mouth-icon {
    display: inline-block;
    width: 13px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../../images/icon-mouth.png");
    background-repeat: no-repeat;
}

.tooth-icon {
    display: inline-block;
    width: 12px;
    height: 14px;
    margin: 2px 0 0 2px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../../images/icon-tooth.png");
    background-repeat: no-repeat;
}

.radio-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../../images/icon-radio.png");
    background-repeat: no-repeat;
}

.lab-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../../images/icon-lab.png");
    background-repeat: no-repeat;
}

.margin-left2 {
    margin-left: 2px;
}

.margin-bottom5 {
    margin-bottom: 5px !important;
}

.semi-large {
    font-size: 13px !important;
}

.semi-smaller {
    font-size: 12px !important;
}

.semi-small {
    font-size: 11px !important;
}

.smaller {
    font-size: smaller !important;
}

.x-small {
    font-size: x-small !important;
}

.bold {
    font-weight: bold;
}

.bolder {
    font-weight: bolder;
}

.small {
    font-size: small !important;
}

.summerychart {
    margin-bottom: 10px;
    margin-top: 5px;
}

.active-tab-border-bottom {
    border-bottom: 2px solid #487093;
}

.info-badges {
    display: inline-block;
    border-radius: 5px !important; /*   border: 1px solid #D06428 !important;*/
    font-size: 8px;
    margin-right: 1px;
}

.close-proc {
    padding: 3px;
    float: right;
    margin-top: -38px;
    cursor: pointer;
}




/*New Style for Scroll bar  Starts --- */

/* scroll bar Ends ------*/

.cursor-default {
    cursor: default !important;
}

.tooth-view-token {
    background: #FAFAFA;
    cursor: default;
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    padding: 0 3px;
    white-space: pre-wrap;
    z-index: 0;
    border: 1px solid lightgray;
    border-radius: 3PX;
    color: rgb(31,31,31);
    font-size: x-small;
}

.proc-name {
    font-weight: bolder;
    font-size: 11px;
}

.clear-both {
    clear: both !important;
}

.floating-right {
    float: right !important;
}



.summery-filter-selected {
    color: grey;
    font-weight: bold;
}

.dental-editors-primary {
    background-color: rgb(97, 155, 189);
    color: #FFF;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none !important;
    height: 31px;
    width: 65px !important;
    margin-top: -4px;
}

.dental-editors-secondary {
    padding: 7px 12px;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #c5c5c5;
    cursor: pointer;
    text-decoration: none !important;
}

.sevice-form-fieldset {
    background-color: white;
    margin: 20px;
    padding: 20px;
    width: 96%;
    border: 1px solid lightgrey;
}

.p10 {
    padding: 10px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.text-align-left {
    text-align: left !important;
}

.white-space-pre-wrap {
    white-space: pre-wrap !important;
}

.padding-r-10 {
    padding-right: 10px;
}

.small-input {
    height: 10px;
    width: 40px;
    line-height: 14px;
}

.invoiceItem {
    font-size: 10px;
    line-height: 14px;
}

.invoice_insuranceDetails {
    width: 200px !important;
}

.invoiceElementHeader {
    border-style: none;
    border-bottom: 1px solid #DDD;
}

.text-align-r {
    text-align: right !important;
}

.showOrder {
    margin-right: 12px;
    padding: 5px;
    margin-bottom: 10px;
}

.summery-box {
    border: 1px dotted lightgrey;
    text-align: justify;
    padding-left: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    margin-top: -2px;
    background-color: #fcfcfc;
}

.margin-top-18 {
    margin-top: -18px;
}

.select-chart-report {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: -6px;
}

.buttons-less-margin {
    margin-bottom: 15px !important;
}

.alert-in-popup {
    margin-top: 20px;
    margin-left: 5px;
    width: 465px;
    padding: 5px;
}

.l40 {
    margin-left: 40px !important;
}

.width30 {
    width: 30% !important;
}

.width70 {
    width: 70% !important;
}

.text-token-type-ahead {
    width: 93%;
    float: left;
}

.close-token-type-ahead {
    float: right;
}

.on-hover-menu-effect {
    border: 1px solid darkgray;
    box-shadow: 3px 4px 2px lightgray;
}

.goog-menu {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-transition: opacity 0.218s;
    -moz-transition: opacity 0.218s;
    -ms-transition: opacity 0.218s;
    -o-transition: opacity 0.218s;
    transition: opacity 0.218s;
    background: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    cursor: default;
    font-size: 13px;
    margin: 0;
    outline: none;
    padding: 0 0 6px;
    position: absolute;
    z-index: 1000;
    overflow: auto;
}

.goog-menuitem, .goog-tristatemenuitem, .goog-filterobsmenuitem {
    position: relative;
    color: #333;
    cursor: pointer;
    list-style: none;
    margin: 0;
    padding: 6px 7em 6px 30px;
    white-space: nowrap;
}

.goog-menuitem-highlight, .goog-menuitem-hover {
    background-color: #eee;
    border-color: #eee;
    border-style: dotted;
    border-width: 1px 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .goog-menuitem-highlight .goog-menuitem-content, .goog-menuitem-hover .goog-menuitem-content {
        color: #333;
    }

.goog-flat-menu-button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    border: 1px solid #dcdcdc;
    color: #444;
    font-size: 11px;
    font-weight: bold;
    line-height: 27px;
    list-style: none;
    margin: 0 2px;
    min-width: 46px;
    outline: none;
    padding: 0 18px 0 6px;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

.goog-flat-menu-button-disabled {
    background-color: #fff;
    border-color: #f3f3f3;
    color: #b8b8b8;
    cursor: default;
}

.goog-flat-menu-button-caption {
    cursor: default;
    vertical-align: top;
    white-space: nowrap;
    height: 23px;
    wid;
}

.goog-flat-menu-button-dropdown {
    border-color: #777 transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    height: 0;
    width: 0;
    position: absolute;
    right: 5px;
    top: 12px;
}

.jfk-select .goog-flat-menu-button-dropdown {
    background: url(../../images/grey-disclosure-arrow-up-down.png) center no-repeat;
    border: none;
    height: 11px;
    margin-top: -4px;
    width: 7px;
}

.goog-menu-nocheckbox .goog-menuitem, .goog-menu-noicon .goog-menuitem {
    padding-left: 16px;
    vertical-align: middle;
}




#ServiceTypeCode {
    position: relative;
}

    #ServiceTypeCode .goog-menu {
        height: 200px;
        overflow: auto;
        top: 0 !important;
        z-index: 1202;
    }

    #ServiceTypeCode .goog-flat-menu-button {
        width: 250px;
        margin: 0;
        overflow: hidden;
    }

    #ServiceTypeCode .goog-flat-menu-button-caption {
        overflow: hidden;
        text-overflow: ellipsis;
        width: inherit;
    }

    #ServiceTypeCode .goog-menuitem, #ServiceTypeCode .goog-menuitem-rtl {
        overflow: auto;
        width: 285px;
    }

.back-report {
    float: right;
    margin-top: 9px;
    margin-right: 12px;
}

.width400 {
    width: 400px !important;
}

.middle {
    margin-left: auto;
    margin-right: auto;
}

.largeform-tokens {
    height: 100px;
    background: rgb(255, 254, 237);
    width: 100% !important;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    border: 1px dotted #C5C5C5;
}

    .largeform-tokens .uiToken {
        background-color: #E7E6E6;
        font-size: small;
        margin-top: 4px;
    }

.patient-label a {
    text-decoration: none;
    color: Gray;
}

.patient-label span {
    display: block;
}

    .patient-label span.name {
        font-size: 14px;
    }




.patient-label img {
    min-width: 150px;
}

.admission-summary .underline {
    line-height: 25px;
    margin-right: 10px;
}

.admission-summary label {
    display: inline;
    font-size: 14px;
    color: Gray;
}

.hg-datepicker select {
}

.hg-datepicker input {
}

.Role_box .multi-select-menu li.multi-select-item:hover {
    background-color: #e5e3e9;
    border-right: 1px solid #dbd8e0;
    cursor: default;
}

.form-group label {
    font-weight: normal;
}


#dbHijriDateOfBirth div {
    padding-left: 0;
}

#gregorian div {
    padding-left: 0;
}

.form-horizontal .arabic .control-label {
    text-align: right;
}
















table .bottomline .row {
    margin: 0px;
}




.gray_box section {
    padding: 5px;
    background: #FDFCFC;
}


#ReportPagePrint {
    padding: 5px;
}

.blue_button {
    padding: 7px 35px;
    background-color: rgb(97, 155, 189);
    color: #FFF;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none !important;
    border-radius: 0px;
    background-image: none;
}







.minwidth-lefsidebar_withpager {
    min-width: 221px;
    margin: 0px;
    float: left;
    padding-right: 0px;
}





.buttons-box {
    padding: 20px 0 10px 0;
    display: block;
    clear: both;
    bottom: 21px;
}

    .buttons-box .btn {
        float: right;
        margin: 0 0 0 20px;
    }

    .buttons-box.left .btn {
        margin: 0 20px 0 0;
        float: left;
    }


.textarea-periodontal {
    width: 790px;
}

.bg-light-gray .formconatiner .control-group {
    border: none;
}

.scroll-menu {
    display: block;
}

.left_arrow {
    color: #c0c0c0;
    padding: 8px 0;
    width: 3%;
    cursor: pointer;
}

    .left_arrow .glyphicon {
        float: right;
        margin-top: 3px;
        padding-right: 20%;
    }

.right_arrow .glyphicon {
    float: left;
    margin-top: 3px;
    padding-left: 20%;
}

.right_arrow {
    color: #c0c0c0;
    padding: 8px 0;
    width: 3%;
    cursor: pointer;
}


.scroll-menu-container {
    width: 94%;
    overflow: hidden;
    float: left;
}

    .scroll-menu-container ul {
        position: relative;
    }

.buttons-box.left .btn.btn-default {
    padding: 5px 10px;
}

.list-tree li label {
}

.list-tree .left-border {
    border-left: 1px solid #e5e5e5;
}



.border-less {
    border: none !important;
}



.border-radius {
    border-radius: 5px;
}

.floating-none {
    float: none !important;
}

ul.scrollablemenu {
    height: 394px;
    overflow-y: scroll;
}



.searchBar input {
    text-transform: capitalize;
}

.capitalize {
    text-transform: capitalize;
}

.absolute {
    position: absolute;
    right: 181px;
}

.fixed {
    position: fixed;
}



.actions-container .popover {
    position: fixed !important;
}

.actions-container .popover-content {
    height: 300px;
    padding: 0px !important;
}


.Rad .popover-content {
    min-height: 350px;
}


#facesheet-items-container .Rad .popover-content {
    min-height: 350px;
}

#facesheet-items-container .popover-content {
    min-height: 250px;
}

.progress-notes .popover-content {
    min-height: 150px !important;
}




/*
.actions-container 
.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    
border-bottom-color: #f7f7f7;
}

.actions-container  .arrow {
    right: 18px !important;
}


.popover.bottom .arrow {
 
    left: 81%;
}
*/

.actions-container .popover.fade {
    width: 260px !important;
}

.actions-container .popover.bottom .arrow:after {
    margin-left: -7px;
}


.divNotification li,
.divNotification li > div {
    border: none !important;
}


ul.dropdown-menu.iframmenu {
    position: fixed !important;
    top: 55px;
    right: 165px !important;
    width: 170px;
    z-index: 3000;
    left: auto !important;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}


.dropdown .arrow-iframmenu {
    position: relative;
    float: right;
    padding: 20px;
    color: #fff;
}

.poup-top {
    top: 80px;
}

.sub-list {
    padding: 2px 0;
}

ul.list-menu {
    list-style: none;
}

    ul.list-menu li {
        margin-bottom: 1px;
    }

.logo_report {
    width: 120px;
}

#modalContent_appointmentRequest {
    min-height: 430px;
    top: -30px;
}

    #modalContent_appointmentRequest .modal-body {
        overflow: scroll;
    }

.cont-tooth {
    background: #cfcfcf;
    height: 164px;
    border-radius: 5px;
    border: #c0c0c0 solid 1px;
    position: relative;
    z-index: 2000;
}


.menu-search .catalougeContainer {
    background: #f5f5f5;
    border: 1px solid #DDD6D6;
    border-radius: 5px;
    width: 558px;
}


.user-menu-container ul.dropdown-menu.iframmenu {
    z-index: 1040;
}

.color_disabled {
    color: gray;
}

.full-height {
    height: 100%;
}

/*********************class for fixing for IE and FF *********************/

.ie9 .login-main-dashboard,
.ie11 .login-main-dashboard {
    background-image: url('../img/blurlogin.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


.ie8 .login-main-dashboard,
.ie9 .login-main-dashboard,
.ie11 .login-main-dashboard {
    min-height: 100%;
}


    .ie8 .login-main-dashboard .hide-dashboard,
    .ie9 .login-main-dashboard .hide-dashboard,
    .ie11 .login-main-dashboard .hide-dashboard {
        display: none;
    }


.k-ff .fixleftpane .filtersPane {
    width: 100%;
}

.k-ff .fixleftpane {
    position: absolute;
    display: table-cell;
    min-height: 100%;
    height: 100%;
    left: 0px;
}

.k-ff .fixrightpane {
    float: right;
}


.fc-time span {
    color: #000;
}