﻿

body {
    font-size: 12px;
    font-family: "Trebuchet MS", Verdana;
    margin: 0px;
    padding: 0px;
    color: #252a35;
    font-weight: normal;
}

.font {
    font-family: "Trebuchet MS", Verdana;
    /*font-family: "Trebuchet MS", Verdana;*/
    font-size: 12px;
    font-weight: normal;
    color: #252a35; /*4D5569*/
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }

input.title {
    position: absolute;
    width: 100px;
    height: 20px;
    line-height: 20px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    color: rgb(113, 157, 171);
    background: rgb(255, 255, 255);
    border: 4px solid rgb(255, 255, 255);
    border-radius: 5px;
    text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
}

    input.title:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: #FFFFFF transparent transparent transparent;
        top: 44px;
        left: 50px;
    }

.page {
    width: 100%;
    margin: 0px;
}

.header {
    position: fixed;
    top: -10px;
    padding: 0px;
    width: 100%;
    height: 50px;
    border-bottom: solid 0px #eee;
    background: linear-gradient(58deg, #298cad, #124254, #298cad);
    color: #969696;
    z-index: 1;
}

.footer {
    position: fixed;
    bottom: 0px;
    padding: 0px;
    width: 100%;
    height: 24px;
    z-index: 1;
    border-top: 0px solid #3C6C7E;
    display: block;
    line-height: 25px;
    color: #eee;
    background-color: #2c6073;
}

.header1 {
    position: fixed;
    top: -10px;
    padding: 0px;
    width: 100%;
    height: 70px;
    border-bottom: solid 0px #eee;
    /*background-color:#2A0000;
    background-image: url(images/header_bg_top.jpg), url(images/header_bg_bottom.jpg);
    background-position: center -12px, center 25px;
    background-repeat: no-repeat, repeat-x;*/
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 1%, #000000 47%, #0072c6 47%, #0072c6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#000000), color-stop(47%,#000000), color-stop(47%,#0072c6), color-stop(100%,#0072c6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 1%,#000000 47%,#0072c6 47%,#0072c6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 1%,#000000 47%,#0072c6 47%,#0072c6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 1%,#000000 47%,#0072c6 47%,#0072c6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #000000 1%,#000000 47%,#0072c6 47%,#0072c6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0072c6',GradientType=0 ); /* IE6-9 */
    color: #969696;
    z-index: 1;
}

.header_left {
    float: left;
    border: solid 0px #0000ff;
    display: block;
    height: 40px;
    width: 120px;
    font-size: 6.5pt;
    color: #fff;
    line-height: 15px;
    margin-top: 15px;
    margin-left: 7px;
}

.header_left_menu {
    float: left;
    border: solid 0px #0000ff;
    display: block;
    height: 30px;
    width: 33px;
    /*background-image:url(images/menu_icon.png),url(images/menu_arrow.png) ;*/
    background-image: url(images/614379-list-24.png);
    background-repeat: no-repeat;
    padding-top: 0px;
    background-position: 5px center,right 10px;
    margin-top: 15px;
    margin-left: 1px;
    opacity: 0.9;
}

    .header_left_menu:hover {
        border: medium 1px #4AA445;
        display: block;
        /*background-color:rgba(8, 97, 126, 0.50);*/
        background-color: rgba(221, 221, 221, 0.37);
        opacity: 0.9;
        text-transform: fullwidth;
        border-radius: 3px;
        cursor: pointer;
    }

.header_middle {
    float: left;
    padding-top: 12px;
    border: solid 0px #00ff00;
}

.header_right {
    float: right;
    padding-top: 12px;
    border: solid 0px #0000ff;
}

.header_titlebar {
    font-size: 13px;
    color: #fff;
    border: solid 0px #ff0000;
    line-height: 15px;
    display: block;
}

.toplink {
    color: #fff;
    font-size: 13px;
}

    .toplink a {
        color: #fff;
        text-decoration: none;
    }

        .toplink a:hover {
            color: #ff0000;
            text-decoration: none;
        }

.header_menubar {
    border: solid 0px #00ff00;
    line-height: 25px;
    display: block;
    margin-top: 12px;
}

.container_left {
    width: 170px;
    border: solid 0px 0px 2px 0px #ff0000;
    position: absolute;
    overflow: hidden;
    background-color: rgba(0, 33, 71, 0.81);
    top: 40px;
    left: 0px;
    z-index: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#sliderNavigation {
}

.container {
    border: solid 0px #ff0000;
    overflow: auto;
    position: absolute;
    /*background-color:#ffffff;*/
    background-color: #ffffff;
    top: 40px;
    left: 171px;
    z-index: 10;
    /*opacity:0.9;*/
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.iframe {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.container_body {
    width: 98%;
    min-height: 2000px;
    margin: auto;
}

.content {
    border: solid 1px #ccc;
    background-color: #ffffff;
    padding: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.footer_content {
    margin: auto;
    line-height: 25PX;
    border: solid 0px #ff0000;
    width: 100%;
}

.footer_left {
    float: left;
    margin-left: 20px;
    border: solid 0px #ff0000;
    color: #ffffff;
    padding-bottom: 1px;
    width: 65%;
    font-size: 13px;
}

.footer_right {
    float: right;
    /*margin-right: 05px;*/
    border: solid 0px #000000;
    font-size: 13px;
    width: 33%;
}

.clear {
    clear: both;
}

.roundbox {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.viewLoader {
    display: none;
    position: absolute;
    width: 126px;
    height: 105px;
    opacity: 0.8;
    background-color: #ccc;
    text-align: center;
    vertical-align: middle;
}

.changePhoto {
    position: absolute;
    height: 24px;
    padding-top: 10px;
    background-color: #000;
    display: none;
    overflow: hidden;
    font-size: 13px;
    color: #fff;
    text-align: center;
    z-index: 2;
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: pointer;
}

/*-------------------------------------------------------------*/
.date {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    float: left;
    text-align: right;
    margin-right: 20px;
    padding-left: 40px;
}

.watch {
    font-size: 14px;
    font-weight: bold;
    color: #888;
    border: solid 1px #999;
    background-color: #fafafa;
    padding: 0px;
    line-height: 18px;
    width: 80px;
    float: right;
    text-align: center;
    margin-right: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0px 0px 8px 2px #cccccc;
    -moz-box-shadow: inset 0px 0px 8px 2px #cccccc;
    box-shadow: inset 0px 0px 8px 2px #cccccc;
}

.loginbox {
    border: solid 2px #0d6971;
    background-color: #ffffff;
    background-position: 5px center;
    background-repeat: no-repeat;
    margin: auto;
    position: absolute;
    z-index: 1000;
    width: 250px;
    color: #000;
    /*opacity:0.8;
	filter:alpha(opacity=80);*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px;
    height: 400px;
    -moz-box-shadow: 0 0 5px #298CAD;
    -webkit-box-shadow: 0 0 5px #298CAD;
    box-shadow: 0 0 5px #298CAD;
}

.loginbox_title {
    /*text-align: center;
    font-size: 6.5pt;*/
    background: url(images/healthsparklogo.png) no-repeat center;    
    height: 50px;
}

.login_image {
    top: 0px;
    width: 100%;
    right: -300px;
    z-index: -100;
    /*opacity:0.8;
	filter:alpha(opacity=80);
    background-color:rgba(53, 53, 53, 0.38)
    background:url(bgimages/Lighthouse.jpg) repeat-x  scroll left -3px transparent ;*/
}

/*============= Control CSS ============================================*/
.div_shadow {
    box-shadow: inset 0px 0px 0px -3px #ABABAB,2px 2px 0px 2px #EEEEEE;
    -webkit-box-shadow: inset 0px 0px 0px -3px #ABABAB,2px 2px 0px 2px #EEEEEE;
    -moz-box-shadow: inset 0px 0px 0px -3px #ABABAB,2px 2px 0px 2px #EEEEEE;
    -o-box-shadow: inset 0px 0px 0px -3px #ABABAB,2px 2px 0px 2px #EEEEEE;
}

fieldset {
    border: solid 1px #CBCED3;
    background-color: #ffffff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: left;
}

legend {
    border: solid 1px #CBCED3;
    background-color: #fafafa;
    padding: 4px 8px 4px 8px;
    margin: auto;
    color: red;
    font-weight: bold;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

a {
    text-decoration: none;
    color: #2C2F4E;
}

    a:hover {
        color: #A10C4F;
    }

.Toplink {
    color: #6A0099;
}

    .Toplink a {
        color: #6A0099;
    }

        .Toplink a:hover {
            color: #6BA00D;
        }

.tooltiptext {
    color: #2A2E36;
    font-size: 11px;
    font-weight: bold;
}

.textbox {
    border: solid 1px #bbb;
    padding: 3px;
    margin: 0px;
    font: normal 13px "Trebuchet MS";
    color: #4D5569;
    height: 22px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 13px;
}

.textboxPlain {
    border: solid 1px Transparent;
    padding: 2px;
    margin: 0px;
    font-size: 13px;
    color: #4D5569;
    height: 20px;
    background-color: Transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    font-family: "Trebuchet MS";
}

.searchtextbox {
    border: solid 0px #bbb;
    padding: 3px;
    margin: 0px;
    font-size: 13px;
    color: #4D5569;
    height: 18px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-box-shadow: inset 0px 0px 8px 2px #dddddd;
    -moz-box-shadow: inset 0px 0px 8px 2px #dddddd;
    box-shadow: inset 0px 0px 8px 2px #dddddd;
    font-family: "Trebuchet MS";
}

.listbox {
    font-size: 12px;
    font-weight: bold;
    color: #606060;
    border: solid 1px #CECECB;
    padding: 4px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 3px;
    font-family: "Trebuchet MS";
}

.fileinput {
    height: 32px;
    text-align: right;
    background: url(images/browse4.png) no-repeat scroll right 3px transparent;
    cursor: pointer;
}

    .fileinput input {
        cursor: pointer;
        width: 55px;
        margin-right: 4px;
        margin-top: 4px;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.visible {
    display: block;
}

.invisible {
    display: none;
}

.buttonstyle {
    border: solid 0px #568600;
    margin: 0px;
    font-size: 11px;
    font-weight: normal;
    padding-bottom: 4px;
    color: #ffffff;
    height: 26px;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    background-color: #008CBA;
    /*background-color: #00759c;*/
    font-family: "Trebuchet MS";
}

    .buttonstyle:hover {
        background-color: #03749b;
    }

.menubuttonstyle {
    border: solid 0px #03749b;
    margin: 0px;
    font-size: 11px;
    font-weight: normal;
    padding-bottom: 4px;
    color: #ffffff;
    width: 100px;
    height: 20px;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    background-color: #008CBA;
    font-family: "Trebuchet MS";
}

    .menubuttonstyle:hover {
        background-color: #03749b;
    }

.whiteButton {
    border: solid 0px #000;
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 4px;
    color: #000;
    width: 100px;
    height: 26px;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    background-color: #ffffff;
    font-family: "Trebuchet MS";
}

    .whiteButton:hover {
        background-color: rgba(255, 255, 255, 0.75);
        color: #000;
    }

input:focus, select:focus {
    outline: none;
    border: solid 1px #008CBA;
    -moz-box-shadow: 0 0 1px 1px #008CBA;
    -webkit-box-shadow: 0 0 1px 1px #298CAD#008CBA;
    box-shadow: 0 0 1px 1px #008CBA;
}

input.nooutline:focus, select.nooutline:focus, textarea.nooutline:focus {
    outline: none;
    border: solid 0px #FFAA00;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 170, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(255, 170, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 170, 0, 0);
}

.ellipsebutton {
    border: solid 0px #37A7DE;
    margin: 0px;
    font-size: 11px;
    font-weight: bold;
    padding: 0px;
    padding-bottom: 4px;
    color: #ffffff;
    height: 24px;
    width: 100px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-image: url(images/Add.png);
}

/*============Headings=======================================*/
h1 {
    font: bold 22px "Trebuchet MS";
    margin: 0px;
    padding: 3px;
    color: #800000;
}

h2 {
    font: bold 19px "Trebuchet MS";
    margin: 0px;
    padding: 2px;
    color: #800000;
}

h3 {
    font: bold 16px "Trebuchet MS";
    margin: 0px;
    padding: 2px;
    color: #800000;
}

h4 {
    font: bold 13px "Trebuchet MS";
    margin: 0px;
    padding: 2px;
    color: #800000;
}

h5 {
    font: normal 12px "Trebuchet MS";
    margin: 0px;
    padding: 1px;
    color: #800000;
}

h6 {
    font: normal 11px "Trebuchet MS";
    margin: 0px;
    padding: 1px;
    color: #800000;
}

a {
    text-decoration: none;
    text-decoration-color: #ffffff;
}

p {
    text-align: justify;
}

/*Dynamic div window=====================================================================*/
.MaskingLayer {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    display: none;
    background-color: rgba(0, 0, 0, 0.20);
    filter: Alpha(Opacity=20);
    opacity: 0.20;
    -moz-opacity: 0.20;
}

.MaskLayer {
    position: fixed;
    z-index: -1000;
    top: 0px;
    left: 0px;
    /*background-color: rgba(0, 0, 0, 0.60);*/
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=60);
    opacity: 0.60;
    -moz-opacity: 0.60;
}

.progress1 {
    height: 30px;
    border: solid 4px #3696EB;
    text-align: center;
    padding-left: 40px;
    padding-top: 10px;
    padding-right: 8px;
    padding-bottom: 0px;
    position: absolute;
    z-index: 150;
    background-color: #ffffff;
    background-image: url(images/busy.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    top: 45%;
    left: 45%;
    color: #062FAC;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

.progress {
    line-height: 30px;
    border: solid 4px #298CAD;
    text-indent: 35px;
    padding: 8px;
    position: absolute;
    z-index: 1012;
    background-color: #ffffff;
    background-image: url(images/busy.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    top: 45%;
    left: 55%;
    color: #298CAD;
    font-size: 12px;
    font-weight: bold;
    display: none;
    -moz-box-shadow: 0 0 2px 2px rgba(41, 140, 173, 0.26);
    -webkit-box-shadow: 0 0 2px 2px rgba(41, 140, 173, 0.26);
    box-shadow: 0 0 2px 2px rgba(41, 140, 173, 0.26);
    border-radius: 8px;
    -moz-border-radius: 8px;
}

.progressWait {
    display: none;
    border: solid 0px #D4F00D;
    background-color: #4AA445;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 2px center;
    height: 15px;
    width: 150px;
    position: absolute;
    top: 40px;
    z-index: 10;
    left: 50%;
    color: #ffffff;
    padding: 4px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(10, 10, 10, .4);
    -moz-box-shadow: 0px 0px 5px 2px rgba(10, 10, 10, .4);
    box-shadow: 0px 0px 5px 2px rgba(10, 10, 10, .4);
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
}

.window {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    background-color: #ffffff;
    text-align: left;
    color: #5D5D5D;
    font-size: 13px;
    border: solid 1px #0a4f65;
    display: none;
    z-index: 1000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 0 5px #298CAD;
    -webkit-box-shadow: 0 0 5px #298CAD;
    box-shadow: 0 0 5px #298CAD;
    /*opacity:0.95;
	    filter:alpha(opacity=95);*/
}

.tittlebar {
    margin: auto;
    width: 100%;
    height: 30px;
    line-height: 25px;
    cursor: move;
    border: solid 0px #ff0000;
    /*-webkit-border-top-left-radius: 8px;
       -webkit-border-top-right-radius: 8px;
       -moz-border-radius-topleft: 8px;
       -moz-border-radius-topright: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;*/
}

.titletext {
    float: left;
    text-align: left;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding-top: 2px;
    height: 30px;
    line-height: 25px;
    text-indent: 22px;
    background: url(images/ball.png) no-repeat scroll 5px center transparent;
}

.closebox {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 25px;
    cursor: pointer;
    background: url(images/close.ico) no-repeat scroll center center transparent;
}

.win_content {
    margin: auto;
    width: 95%;
    margin-bottom: 5px;
    margin-top: 5px;
    border: solid 0px #000;
    overflow: auto;
    /*-webkit-border-bottom-left-radius: 8px;
       -webkit-border-bottom-right-radius: 8px;
       -moz-border-radius-bottomleft: 8px;
       -moz-border-radius-bottomright: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;*/
}

/*Dynamic div window ENDS=====================================================================*/

.collapse_button {
    height: 30px;
    width: 99%;
    line-height: 30px;
    /*border: solid 1px 0px 0px 0px #3C5F74;*/
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background-color: #124254;
    padding-left: 5px;
    z-index: 1000;
    /*border-collapse:collapse;*/
}

    .collapse_button a:hover {
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none;
    }

.collapsemenu {
    display: none;
    width: 95%;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 1px;
    z-index: -1000;
    overflow: auto;
    /*-webkit-box-shadow: inset 0px 0px 14px 1px #40535E;
        box-shadow: inset 0px 0px 14px 1px #40535E;*/
}

.collapsemenu_item {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    border-bottom: solid 1px #286090;
    height: 20px;
    color: #ffffff;
    font-size: 12px;
    white-space: nowrap;
    z-index: -1000;
}

    .collapsemenu_item:hover {
        color: #ffffff;
        text-decoration: none;
        /*color: #ffffff;
        background: #4c4c4c; 
        background-color: #233842;*/
    }

.status_text {
    color: #000000;
    font-size: 13px;
}

.rowstyle {
    border: solid 1px #ccc;
    height: 20px;
    color: #444;
}

.PagerStyle {
    margin-top: 8px;
    border: solid 1px #E8E9EC;
    font: bold 10px;
    background-color: #ffffff;
    color: #008CBA;
    height: 40px;
}

.SearchOptionBar {
    background-color: #ffffff;
    margin-bottom: 1px;
    padding: 0px;
    padding-top: 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

ul.fluidmenu {
    margin: 0;
    padding: 0px;
    margin-right: 0px;
    position: relative;
    top: 1px;
    list-style: none outside none;
}

    ul.fluidmenu li {
        display: inline;
        margin: 0;
        padding: 0;
        float: left;
        margin: 0;
        cursor: pointer;
        height: 33px;
    }

        ul.fluidmenu li a {
            color: #000000;
            font-size: 12px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 6px;
            padding-bottom: 6px;
            display: block;
            text-align: center;
            width: 60px;
            height: 20px;
            margin-left: 1px;
            margin-right: 1px;
            border: solid 1px #ddd;
            border-bottom: solid 0px #ddd;
            /*background-image:url(images/textbg.gif);*/
            background-repeat: repeat-x;
            background-position: center top;
            -moz-border-radius-topleft: 0px;
            -moz-border-radius-topright: 0px;
            -moz-border-radius-bottomright: 0px;
            -moz-border-radius-bottomleft: 0px;
            -webkit-border-radius: 3px 3px 0px 0px;
            border-radius: 3px 3px 0px 0px;
        }

            ul.fluidmenu li a.selected {
                color: #689A1E;
                font-size: 12px;
                font-weight: bold;
                padding-left: 10px;
                padding-right: 10px;
                padding-top: 6px;
                padding-bottom: 6px;
                display: block;
                text-align: center;
                width: 60px;
                background-color: #ffffff;
                border: solid 1px #ccc;
                border-bottom: solid 0px #ccc;
                -moz-border-radius-topleft: 3px;
                -moz-border-radius-topright: 3px;
                -moz-border-radius-bottomright: 0px;
                -moz-border-radius-bottomleft: 0px;
                -webkit-border-radius: 3px 3px 0px 0px;
                border-radius: 3px 3px 0px 0px;
            }

            ul.fluidmenu li a:hover {
                text-decoration: none;
                color: #298CAD;
            }


.disableButton {
    background-image: url(images/textbg.gif);
}

.displayusername {
    color: #ff0000;
    font-size: 13px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: solid 10px #000000;
    font-weight: bold;
    height: 50px;
    z-index: 3;
    background-color: #E7DEE0;
    display: none;
}

.DynDivBox {
    display: none;
    border: solid 1px #999;
    background-color: #ffffff;
    position: absolute;
    text-align: left;
    padding: 5px;
    vertical-align: top;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

content .DynMenuDiv {
    cursor: pointer;
    font: bold 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    height: 20px;
}

.searchButoon {
    border: solid 0px #37A7DE;
    margin: 0px;
    font-size: 11px;
    background: url(images/search.png);
    font-weight: bold;
    padding: 0px;
    padding-bottom: 4px;
    color: #ffffff;
    height: 24px;
    width: 100px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.Hide {
    display: none;
}

.testReport {
    margin: 0px;
    font-size: 11px;
    font-weight: bold;
    padding: 0px;
    width: 99%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: auto;
    background-color: #ffffff;
    border-collapse: collapse;
    border: solid 0px #F7F7F7;
}

.PatientList {
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 5px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.dashBoard_HeaderLeft {
    float: left;
    width: 60%;
    font-size: 14px;
    font-weight: bold;
    color: Red;
}

.dashBoard_HeaderRight {
    float: right;
    width: 38%;
    text-align: right;
}

.dashBoard_ListViewItems {
    padding: 3px;
    font: normal 12px;
    color: #4D5569;
}

.barcode {
    font-size: 10.0pt;
    height: 20px;
}

/*New Classes*/
.refresh {
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url(images/refresh.png);
    background-repeat: no-repeat;
}

/**/

.sub_menu_icon {
    /*line-height:30px;*/
    border: solid 0px #689A1E;
    height: 20px;
    background-image: url(images/sub_menu.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-top: 0px;
    cursor: pointer;
    margin-left: 5px;
}

.sub_menu {
    display: none;
    border: solid 1px #008CBA;
    background-color: #ffffff;
    position: absolute;
    text-align: left;
    padding: 4px;
    vertical-align: top;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0 0 2px #008CBA;
    -webkit-box-shadow: 0 0 2px #008CBA;
    box-shadow: 0 0 2px #4AA445;
}

    .sub_menu div {
        padding: 3px;
        cursor: pointer;
        text-align: left;
        z-index: 10;
        padding-left: 04px;
        font-size: 10pt;
    }

        .sub_menu div:hover {
            background-color: #008CBA;
            z-index: 50;
            border-radius: 2px;
            -moz-border-radius: 2px;
            color: #ffffff;
        }


/*menu icon*/
.setting_tab {
    background: url(images/setting_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.hr_tab {
    background: url(images/hr_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.message_tab {
    background: url(images/message_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: #ABABAB;
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.doctors_tab {
    background: url(images/doctors_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.patients_tab {
    background: url(images/patients_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.laboratory_tab {
    background: url(images/laboratory_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.inventory_tab {
    background: url(images/sale_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.hostel_tab {
    background: url(images/hostel_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.account_tab {
    background: url(images/accounts_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.report_tab {
    background: url(images/reports_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.transport_tab {
    background: url(images/transport-tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.fees_tab {
    background: url(images/fees_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.library_tab {
    background: url(images/library_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.assignment_tab {
    background: url(images/assignment_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.notes_tab {
    background: url(images/notes_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

/*tree view*/


/* From Jan 08 / 2015*/
.RFV {
    color: Red;
}

.subheading {
    text-align: left;
    color: Maroon;
    font: bold 13px Trebuchet MS;
}

.pagetitle {
    float: left;
    margin-top: 0px;
    font-size: 14px;
}

.status_text {
    color: #ff0000;
    font-size: 13px;
}

.success_status_text {
    color: #1569EB;
    font-size: 13px;
}

.details_literal {
    text-align: right;
    font-size: 13px;
    cursor: pointer;
}

.PagerDiv {
    background-color: rgba(237, 237, 237, 0.50);
    margin-bottom: 1px;
    padding: 0px;
    padding-top: 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 12px;
    border: solid 1px #ccc;
    border-top: 0px;
}

/*Leave Calendar------------------------------------------------------------------*/
#tabsFace {
    display: block;
    border: 1px solid #D1E0F0;
    border-top: 0px solid #fff;
    width: 100%;
}

#tabsmonth {
    float: left;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: normal;
    border-bottom: 1px solid #D1E0F0;
}

    #tabsmonth ul {
        margin: 0;
        padding: 0px 0px 0px 0px;
        list-style: none;
    }

    #tabsmonth li {
        display: inline;
        margin: 0;
        padding: 0;
    }

    #tabsmonth a {
        float: left;
        background: url("images/tableft.gif") no-repeat left top;
        margin: 0;
        padding: 0 0 0 4px;
        text-decoration: none;
    }

        #tabsmonth a span {
            float: left;
            display: block;
            background: url("images/tabright.gif") no-repeat right top;
            padding: 3px 15px 3px 13px;
            color: #627EB7;
            font-weight: bold;
        }
        /* Commented Backslash Hack hides rule from IE5-Mac \*/
        #tabsmonth a span {
            float: none;
        }
        /* End IE5-Mac hack */

        #tabsmonth a:hover {
            background-position: 0% -42px;
        }

            #tabsmonth a:hover span {
                background-position: 100% -42px;
                color: #25435B;
            }

    #tabsmonth #current a {
        background-position: 0% -42px;
    }

        #tabsmonth #current a span {
            background-position: 100% -42px;
            color: #25435B;
            font-weight: bold;
            color: #ff0000;
        }

.selectbox {
    background: url("images/select_btn.gif") no-repeat scroll 130px center;
    border: 1px solid #D6DADE;
    padding-right: 3px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

    .selectbox .selectItem {
        height: 15px;
        padding-top: 2px;
        padding-bottom: 2px;
        vertical-align: middle;
        width: 90%;
        overflow: hidden;
        font-size: 11px;
        color: #333333;
        font-weight: bold;
    }

#maintable, #maintable th, #maintable td {
    border-collapse: collapse;
    text-align: left;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    padding: 6px;
}

    #maintable tr:nth-child(even) {
        background-color: #f0f3f8;
    }

    #maintable td:first-child {
        border-left: solid 1px #ccc;
    }

    #maintable td:last-child {
        border-right: solid 1px #ccc;
    }



/*registration screen*/
.treeDivision {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.treehead li {
    list-style-type: none;
    /*padding: 3px;
      margin-left: 3px;*/
}

#my-tree {
    list-style-type: none;
}

    #my-tree li {
        list-style: none;
        cursor: pointer;
    }

        #my-tree li span {
            font-size: 11px;
            font-family: "Trebuchet MS";
        }

.tblautocomplete {
    width: 100%;
    border-collapse: collapse;
    padding: 5px;
}

    .tblautocomplete, .tblautocomplete th, .tblautocomplete td {
        border: 1px solid #ccc;
    }


/*Back ground image change button CSS===========================================================*/
ul.tablist {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    ul.tablist:after {
        content: ".";
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
    }

    ul.tablist li {
        width: 100px;
        height: 100px;
        float: left;
        margin: 10px;
        padding: 2px;
        border: solid 1px #ccc;
        background-color: #eee;
        text-align: center;
    }

        ul.tablist li img {
            cursor: pointer;
        }

/*================================================================================*/
.Customertable {
    border-collapse: collapse;
    width: 100%;
    padding: 5px;
}

    .Customertable table, .Customertable td {
        border: 1px solid #ccc;
        padding: 5px;
    }

    .Customertable th {
        border: 1px solid #ccc;
        padding: 8px;
        background: linear-gradient(58deg, #298cad, #124254, #298cad);
        color: #fff;
        font-weight: bold;
    }

.Dynamictable {
    border-collapse: collapse;
    width: 100%;
    padding: 5px;
}

    .Dynamictable table, .Dynamictable td {
        border: 1px solid #ccc;
        padding: 5px;
    }

    .Dynamictable th {
        border: 1px solid #ccc;
        padding: 8px;
        color: #fff;
        font-weight: bold;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-danger {
    background-color: #d9534f;
}

.label-success {
    background-color: #5cb85c;
}

.innertab {
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    color: black;
}

    .innertab a {
        padding: 10px;
        text-decoration: none;
        cursor: pointer;
    }

        .innertab a:hover {
            text-decoration: none;
            cursor: pointer;
        }

.innertab_selected {
    color: #0676A7;
}

/*TextCase Properties*/
.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.working {
    background: url('/images/busy.GIF') no-repeat right;
}
