﻿			   textarea {
    resize: none;
}
body
{
    margin: 0px;
    padding: 0px;
    /*position: absolute;*/
    width: 100%;
}
.abcdscoreDiabetemargin  
{
    margin-top:-2.5%;
}
header
{

    /*edited*/
    height: 54px;
    background: #63b0e6; /* Old browsers */
background: -moz-linear-gradient(top, #63b0e6 0%, #2275b3 49%, #1d69a7 53%, #144269 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #63b0e6 0%,#2275b3 49%,#1d69a7 53%,#144269 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #63b0e6 0%,#2275b3 49%,#1d69a7 53%,#144269 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b0e6', endColorstr='#144269',GradientType=0 ); /* IE6-9 */
    padding-top: 6px;
    padding-bottom: 6px;
}

.BarButton
{
    cursor: pointer;
    color: white;
    float: left;
    font-size: 23px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    min-width: 120px;
    width: auto;
    padding: 0px 15px 0px 15px; /*above for href and below for button*/
    border: 0px; /*background-color: #111;*/
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3C3C3C), to(#111));
}

.BarSeparator
{
    border-right-color: white;
    border-right-style: solid;
    border-right-width: thin;
}

.FooterButton
{
    float: right;
}

.HeaderButton
{
    float: left;
}

.sectionLabel
{
    float: left;
    width: 204px !important;
    text-align: left;
    margin-left: 10px;
    color: white;
    vertical-align: middle;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    overflow: hidden;
}

.sectionLabelPageNo
{
    float: right;
    vertical-align: middle;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 23px; /*padding-top:5px;*/
    margin-right: 40px;
    text-align: right;
    color: Black;
    margin-top: 23px;
}

footer
{
    width: 100%;
    /*background-color: #409ddd;*/
    height: 52px;
    padding-bottom: 6px;
    padding-top: 6px;
    float: left;
    position: fixed;
    bottom: 0;

    /*edited*/
    background: #7fb4dc;
    background: -moz-linear-gradient(top, #7fb4dc 0%, #2871af 100%);
    background: -webkit-linear-gradient(top, #7fb4dc 0%,#2871af 100%);
    background: linear-gradient(to bottom, #7fb4dc 0%,#2871af 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fb4dc', endColorstr='#2871af',GradientType=0 );
    border-top: solid 1px #2871af;
}

#wrapper
{
    width: 100%;
    height: 100%;
    float: left;
}

    #wrapper > aside
    {
        float: left;
        width: 200px;
        height: 100%;
        background-color: #D8D8D8;
        overflow-y: scroll;
        overflow-x: hidden;
    }

#mainContent
{
    height: 100%;
    margin-left: 200px;
    overflow: scroll;
}

#wrapper > aside > ul
{
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    color: #333; /*display: block;*/
    font-family: Helvetica, Arial, sans-serif;
    height: 100%;
    list-style-image: none; /*text-shadow: white 0px 1px 0px;*/
    z-index: 1; /* needed and important */
    background-color: #409ddd;
}

    #wrapper > aside > ul > li
    {
        margin: 0px 0px 0px 0px;
        list-style-image: none;
        list-style-type: none;
        border-bottom-color: 409ddd; /*#333;*/
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-right-color: 409ddd; /*#333;*/
        border-right-style: solid;
        border-right-width: 1px;
        color: #333;
        font-size: 14px;
        font-weight: bold; /*height: 54px; to remove desc  */
        height: 49px;
        padding-bottom: 9px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 9px;
        text-align: left; /*text-shadow: white 0px 1px 0px; */
        overflow: hidden;
    }

        #wrapper > aside > ul > li h3
        {
            color: #333;
            font-size: 18px;
            height: 20px;
            margin-bottom: 9px;
            margin-left: 0px;
            margin-right: 0px; /*margin-top: 9px; to remove desc  */
            margin-top: 15px;
            overflow: hidden;
            padding: 0px 0px 0px 0px;
            text-align: left;
            text-overflow: ellipsis; /*text-shadow: white 0px 1px 0px;*/
            white-space: nowrap;
            width: 100%;
        }

        #wrapper > aside > ul > li p
        {
            font-size: 12px;
            font-weight: normal;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

.cpgBtn
{
    padding-top: 15px;
    width: 303px;
    height: 52px;
    text-align: center;
    vertical-align: middle;
    background-color: #4D90FE;
    font-family: Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 10px;
    float: left;
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.1, #114A7E), color-stop(0.9, #3180CB));
    border: 1px solid #114A7E;
    color: #FFFFFF;
}

    .cpgBtn:hover, .cpgBtn:focus, .cpgBtn:active, .cpgBtn.active, .cpgBtn[disabled], .cpgBtn.disabled
    {
        background-color: #0072BB;
    }

.headingStyle
{
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: bold;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    text-align: left;
    padding-top: 10px;
    margin-left: 10px;
}

.dataSetChild
{
    

    /*edited*/
    border: 0px solid gray;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    display: block;
    background-color: #4596d2;
    padding: 0px 0px 0px 0px;
    height: 230px;
}

.fancyLayout
{
    width: 380px;
    height: 190px;
    background-color: #4e4d4d;
    padding: 9px;
    border: 0px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px #000000;
    -moz-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 0px 15px #000000;
}

.fancyLayoutMDT
{
    width: 380px;
    height: 190px;
    background-color: #002c75; /*#4e4d4d;*/
    padding: 0px;
    border: 4px solid #002c75 !important; /*-webkit-border-radius: 10px;      -moz-border-radius: 10px;      border-radius: 10px;*/ /* -webkit-box-shadow: 0px 0px 15px #000000;      -moz-box-shadow: 0px 0px 15px #000000;      box-shadow: 0px 0px 15px #000000;*/
}

.fancyHeader
{
    float: left;
    width: 99.7%;
    height: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.10, #a8acb9), color-stop(0.90, #fafafb) );
    background-image: -moz-linear-gradient( center bottom, #a8acb9 10%, #fafafb 90% );
    border: 1px solid #656667;
    border-bottom: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.fancyHeader-text
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    padding-top: 10px;
    margin-left: 10px;
    color: #3b4550;
    text-shadow: 0px 1px 0px #ffffff;
    width: 85%;
    float: left;
}

.fancyHeader-New
{

    /*edited*/
    float: left;
    width: 99.7%;
    height: 40px;
    border: 0px solid #656667;
    border-bottom: 0px;

    background: #63b0e6;
    background: -moz-linear-gradient(top, #63b0e6 0%, #2275b3 49%, #1d69a7 53%, #144269 100%);
    background: -webkit-linear-gradient(top, #63b0e6 0%,#2275b3 49%,#1d69a7 53%,#144269 100%);
    background: linear-gradient(to bottom, #63b0e6 0%,#2275b3 49%,#1d69a7 53%,#144269 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b0e6', endColorstr='#144269',GradientType=0 );
}

.fancyHeader-text-New
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    padding-top: 10px;
    margin-left: 10px;
    color: White;
    text-shadow: none;
    width: 85%;
    float: left;
}

.PopupFotterButtonBackground
{
    /*border-bottom: 1px #7BC3F4 outset;
    background-color: #7BC3F4;
    overflow-y: auto;*/

    /*edited*/
    border-bottom: 1px #7BC3F4 outset;
    background-color: #b6d8ff;
    overflow-y: auto;
}

.fancyLayoutNew
{
    width: 380px;
    height: 190px;
    background-color: #002c75;
    padding: 9px;
    border: 4px solid #002c75 !important; /*-webkit-border-radius: 10px;      -moz-border-radius: 10px;      border-radius: 10px;*/
    -webkit-box-shadow: 0px 0px 15px #000000;
    -moz-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 0px 15px #000000;
}



.ChangePasswordDiv
{
    display: table;
    width: 40%;
    border: 4px solid #002c75;
    background-color: #bfc0c2;
    padding: 0px;
}

.ChangePasswordDivNew
{
    display: table;
    width: 40%;
    border-radius: 6px;
    border: 6px solid #262626;
    background-color: #bfc0c2;
    padding: 0px;
}

.ChangePasswordBanner
{
    float: left;
    width: 98.5%;
    height: 30px;
    background-color: #114a7e;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
    padding-right: -2px;
    padding-top: 10px;
    color: #ffffff;
    text-shadow: 0px 0.5px 0px #ffffff;
    margin-bottom: 10px;
    cursor: move;
    background-image: -o-linear-gradient(90deg,rgb(17,74,126),rgb(49,128,203)); /* for IE */
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: 0px;
}

.ChangePasswordBannerMDT
{
    float: left;
    width: 98.5%;
    height: 30px; /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e8dd3), color-stop(100%,#05369d));     background-image: -moz-linear-gradient(top,  #6e8dd3 0%, #05369d 100%); */ /* -webkit-border-top-left-radius: 0px;     -webkit-border-top-right-radius: 0px;     -moz-border-radius-topleft: 0px;     -moz-border-radius-topright: 0px;     border-top-left-radius: 0px;     border-top-right-radius: 0px;*/
    background-color: #0F559D;
    border: 0px solid #656667;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
    padding-right: -2px;
    padding-top: 10px;
    color: #ffffff;
    /*text-shadow: 0px 0.5px 0px #ffffff;*/
    margin-bottom: 0px;
    cursor: move; /*background-image: -o-linear-gradient(90deg,rgb(17,74,126),rgb(49,128,203));*/ /* for IE */
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: 0px;
}

.ChangeBanner
{
    float: left;
    width: 97.7%;
    height: 30px;
    background-color: #114a7e;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    padding-left: 10px;
    padding-right: -2px;
    padding-top: 10px;
    color: #ffffff;
    text-shadow: 0px 0.5px 0px #ffffff;
    margin-bottom: 10px;
    cursor: move;
    background-image: -o-linear-gradient(90deg,rgb(17,74,126),rgb(49,128,203)); /* for IE */
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: 0px;
}

.SearchRowCell
{
    display: table-cell;
    float: left;
}

.savebutton
{
    /*border: 1px solid #114A7E;
    background-color: #114a7e;
    width: 80px;
    height: 40px;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    margin-top: -30px;
    float: right;
    margin-right: 45.8%;
    margin-bottom: 8px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    display: table-cell;
    text-align: center;
    background-color: #114a7e;
    background-image: -o-linear-gradient(90deg,rgb(17,74,126),rgb(49,128,203));*/

    /*edited*/
    
    width: 80px;
    height: 40px;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    margin-top: -30px;
    float: right;
    margin-right: 45.8%;
    margin-bottom: 8px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    display: table-cell;
    text-align: center;


    background: #6eb4e6;
    background: -moz-linear-gradient(top, #6eb4e6 0%, #2275b3 49%, #1d69a7 51%, #144269 100%);
    background: -webkit-linear-gradient(top, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%);
    background: linear-gradient(to bottom, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eb4e6', endColorstr='#144269',GradientType=0 );
    border: solid 1px #105b99;
}



.btnQuickNav
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    width: 188px;
    height: auto;
    min-height: 40px;
    padding: 1px 10px 1px 10px; /*padding-left: 10px;         padding-right: 10px;*/
    border-radius: 5px;
    margin-top: 5px;
    float: left;
    margin-bottom: 8px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    display: table-cell;
    text-align: center;
    background-color: #114a7e;
    background-image: -o-linear-gradient(90deg,rgb(17,74,126),rgb(49,128,203));
}

.btnQuickNavMDT
{
    /*width: 210px;
    height: auto;
    min-height: 57px;
    padding: 1px 10px 1px 10px;
    margin-top: 5px;
    float: left;
    margin-bottom: 8px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    display: table-cell;
    text-align: center; 
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.1, #114A7E), color-stop(0.9, #3180CB));
    border: 1px solid #114A7E;
    color: #FFFFFF;*/

    width: 210px;
    height: auto;
    min-height: 57px;
    padding: 1px 10px 1px 10px;
    margin-top: 5px;
    float: left;
    margin-bottom: 8px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    display: table-cell;
    text-align: center; 
    border: 1px solid #114A7E;
    color: #FFFFFF;
    border-radius: 8px;
  background: #6eb4e6 !important;
  background: -moz-linear-gradient(top, #6eb4e6 0%, #2275b3 49%, #1d69a7 51%, #144269 100%) !important;
  background: -webkit-linear-gradient(top, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
  background: linear-gradient(to bottom, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eb4e6', endColorstr='#144269',GradientType=0 ) !important;
  border: solid 1px #105b99 !important;
}



input
{
    outline: none;
}

textarea
{
    outline: none;
}



/*Header and footer toobar design*/
#cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a
{
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
}

    #cssmenu:after, #cssmenu ul:after
    {
        content: '';
        display: block;
        clear: both;
    }

#cssmenu a
{
    /*text-decoration: none;
    cursor: pointer;
    color: white;
    float: left;
    font-size: 23px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    min-width: 120px;
    width: 170px; 
    border: 0px;*/
    
    /*edited*/
    text-decoration: none;
    cursor: pointer;
    color: white;
    float: left;
    font-size: 21px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    min-width: 120px;
    width: 170px; 
    border: 0px;  
}

#cssmenu ul
{
    list-style: none;
}

#cssmenu > ul
{
    float: left;
}

    #cssmenu > ul > li
    {
        float: left;
    }

#cssmenu .has-sub
{
    z-index: 1;
}
    /*#cssmenu .has-sub:hover > ul
{
    display: block;
}*/
    #cssmenu .has-sub ul
    {
        display: none;
        position: absolute;
        width: 230px;
        top: 100%;
        left: 0;
    }

        #cssmenu .has-sub ul li a
        {
            /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e8dd3), color-stop(100%,#05369d));
            background-image: -moz-linear-gradient(top, #6e8dd3 0%, #05369d 100%);*/
            text-decoration: none;
            cursor: pointer;
            color: white;
            float: left;
            font-size: 23px;
            font-weight: bold;
            font-family: Helvetica, Arial, sans-serif;
            text-align: center;
            text-decoration: none;
            min-width: 120px;
            border: 0px;
            width: 200px;
            display: block;
            line-height: 160%;
            padding: 15px 10px;
            border-bottom: 1px outset gainsboro;
            /*border: 5px solid #2D2D2D;*/
            text-align: left;

        /*edited*/
        border: 1px solid #34580a !important;
    background: #bed79a !important;
    background: -moz-linear-gradient(top, #bed79a 8%, #769623 49%, #628e16 51%, #3b6e19 100%) !important;
    background: -webkit-linear-gradient(top, #bed79a 8%,#769623 49%,#628e16 51%,#3b6e19 100%) !important;
    background: linear-gradient(to bottom, #bed79a 8%,#769623 49%,#628e16 51%,#3b6e19 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed79a', endColorstr='#3b6e19',GradientType=0 ) !important;
        }

        #cssmenu .has-sub ul li:hover a
        {
            /*background-image: -webkit-gradient(     linear,     left bottom,     left top,     color-stop(0.10, #e18b09),     color-stop(0.90, #fed080) );     background-image: -moz-linear-gradient(     center bottom,     #e18b09 10%,     #fed080 90% );*/ /*background: #4a5662;*/
        
            /*edited addition*/

  background: #fdcb7c !important;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%) !important;
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;

        }

/**********************Dialog css by chanzaib*****************/
.fancyPopup
{
    background-color: #002c75; /*padding: 10px;*/
    border: 4px solid #002c75 !important; /*-webkit-border-radius: 10px;     -moz-border-radius: 10px;     border-radius: 10px;*/ /*-webkit-box-shadow: 0px 0px 15px #000000;     -moz-box-shadow: 0px 0px 15px #000000;     box-shadow: 0px 0px 15px #000000;*/
}

.fancyPopupMDT
{
    width: 380px;
    height: 190px;
    background-color: #002c75;
    padding: 0px !important;
    border: 0px solid #4e4d4d !important; /*-webkit-border-radius: 10px;      -moz-border-radius: 10px;      border-radius: 10px;*/ /* -webkit-box-shadow: 0px 0px 15px #000000;      -moz-box-shadow: 0px 0px 15px #000000;      box-shadow: 0px 0px 15px #000000;*/
}

.fancyPopupHeader
{
    float: left;
    width: 100%;
    height: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.10, #a8acb9), color-stop(0.90, #fafafb) );
    background-image: -moz-linear-gradient( center bottom, #a8acb9 10%, #fafafb 90% ); /*border: 1px solid #656667;*/
    border-bottom: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.fancyPopupHeader-text
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-align: left; /*padding-top: 10px;*/
    margin-left: 10px;
    color: #3b4550;
    text-shadow: 0px 1px 0px #ffffff;
    width: 100%;
    float: left;
    line-height: 40px;
}

.fancyPopupHeader-New
{
    /*float: left;
    width: 100%;
    height: 40px; 
    background-color: #0F559D;
    border-bottom: 0px;*/
    
    /*edited*/ 

    float: left;
    width: 100%;
    height: 40px; 
        background: #63b0e6;
    background: -moz-linear-gradient(top, #63b0e6 0%, #2275b3 49%, #1d69a7 53%, #144269 100%);
    background: -webkit-linear-gradient(top, #63b0e6 0%,#2275b3 49%,#1d69a7 53%,#144269 100%);
    background: linear-gradient(to bottom, #63b0e6 0%,#2275b3 49%,#1d69a7 53%,#144269 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b0e6', endColorstr='#144269',GradientType=0 );
    border-bottom: 0px; 
}

.fancyPopupHeader-text-New
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-align: left; /*padding-top:10px;*/
    margin-left: 10px;
    color: White;
    text-shadow: none;
    width: 100%;
    float: left;
    line-height: 40px;
}





.ui-dialog
{
    padding: 0px;
}
/*.ui-dialog, .ui-dialog-content*/
.ui-dialog-content
{
    padding: 0px;
    overflow: visible;
}

.PopupButtons
{
    /*white-space:normal !important;
    border: 1px solid #114A7E;
    background-color: #114a7e;
    min-width: 100px;
    height: 40px;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    margin-top: -30px;
    float: right;
    margin-right: 45.8%;
    margin-bottom: 8px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    display: table-cell;
    text-align: center;
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.1, rgb(17, 74, 126)), color-stop(0.9, rgb(49, 128, 203)));*/
    
    /*edited*/

    white-space:normal !important;
    border: solid 1px #135187;
    min-width: 100px;
    height: 40px;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    margin-top: -30px;
    float: right;
    margin-right: 45.8%;
    margin-bottom: 8px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    display: table-cell;
    text-align: center;
        background: #63b0e6; /* Old browsers */
background: -moz-linear-gradient(top, #63b0e6 0%, #2275b3 49%, #1d69a7 53%, #144269 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #63b0e6 0%,#2275b3 49%,#1d69a7 53%,#144269 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #63b0e6 0%,#2275b3 49%,#1d69a7 53%,#144269 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b0e6', endColorstr='#144269',GradientType=0 ); /* IE6-9 */
}


.red_footer
{
    background-color: #ae2e2e;
}

.green_footer
{
    background-color: #355E3B;
}

.red_footer, .green_footer
{
    width: 90px;
    margin-left: 6px !important;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: "arial";
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff !important;
}


.LoginOkButtonHeader
{
    /*background-color: #0A68B9;
    width: 170px;
    height: 50px;
    border: 1px solid #8BD1F9 !important;
    box-shadow: 5px 5px 5px #083761;
    border-radius: 5px;
    float: left;
    margin-left: 6px !important;
    text-align: center;*/


    /*edited*/
    /*background-color: #0A68B9;*/
    width: 170px;
    height: 50px;
    /*border: 1px solid #8BD1F9 !important;*/
    box-shadow: 5px 5px 5px #083761;
    border-radius: 5px;
    float: left;
    margin-left: 6px !important;
    text-align: center;

    border: 1px solid #34580a !important;
  background: #bed79a;
  background: -moz-linear-gradient(top, #bed79a 8%, #769623 49%, #628e16 51%, #3b6e19 100%);
  background: -webkit-linear-gradient(top, #bed79a 8%,#769623 49%,#628e16 51%,#3b6e19 100%);
  background: linear-gradient(to bottom, #bed79a 8%,#769623 49%,#628e16 51%,#3b6e19 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed79a', endColorstr='#3b6e19',GradientType=0 );

}

.LoginOkButtonFooter
{
    
    /*background-color: #0A68B9;
    width: 170px;
    height: 50px;
    border: 1px solid #8BD1F9 !important;
    border-radius: 5px;
    margin-left: 6px !important;
    text-align: center;
    float: right;*/

    /*edited*/
    background-color: #0A68B9;
    width: 170px;
    height: 50px;
    border: 1px solid #8BD1F9 !important;
    border-radius: 5px;
    margin-left: 6px !important;
    text-align: center;
    float: right;

     box-shadow: 0px 5px 5px #083761;
border:1px solid #34580a !important;
background: #bed79a; /* Old browsers */
background: -moz-linear-gradient(top, #bed79a 8%, #769623 49%, #628e16 51%, #3b6e19 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #bed79a 8%,#769623 49%,#628e16 51%,#3b6e19 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #bed79a 8%,#769623 49%,#628e16 51%,#3b6e19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed79a', endColorstr='#3b6e19',GradientType=0 ); /* IE6-9 */

}

.LoginOkButton:hover
{
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #e18b09), color-stop(0.90, #fed080) );
    background-image: -moz-linear-gradient( center bottom, #e18b09 10%, #fed080 90% );
    width: 170px;
    height: 50px;
    background-color: #FFF;
    border-radius: 5px;
    float: left;
    margin-left: 10px !important;
    text-align: center;
}

.LoginOkText
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    padding-top: 14px;
    text-shadow: 0px 1px 0px #06396b;
}

.btnPrevNext
{
    width: 140px;
    height: 50px;
    color: Black;
    text-align: center;
    background-color: White;
    border-radius: 5px;
    float: right;
    margin-right: 10px !important;
    margin-top: 5px !important;
}
/*.btnPrevNext:hover
{
    background-image: -webkit-gradient(     linear,     left bottom,     left top,     color-stop(0.10, #e18b09),     color-stop(0.90, #fed080) );
    background-image: -moz-linear-gradient(     center bottom,     #e18b09 10%,     #fed080 90% );
    width: 140px;
    height: 50px;
    background-color: #FFF;
    border-radius: 20px;
    float: left;
    margin-right: 10px !important;
    text-align:center;
    margin-top:5px !important;
}*/

.CommonBodyBackground
{
    background-color: #7bc3f4;
}

.arrowdownborder
{
    border: 1px solid transparent;
}

.arrowdown
{
    /*width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #2D2D2D;
    float: inherit;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 70px;*/

    /*edited*/
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #34580a;
    float: inherit;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 70px;
}

#TableOuterDiv
{
    text-align: left;
}

.highlightTextbox
{
    background-color: #a3ec79 !important;
}

/* css for hover on buttons */

.LoginOkButtonHeader:hover
{
    /*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #e18b09), color-stop(0.90, #fed080) )!important;
    background-image: -moz-linear-gradient( center bottom, #e18b09 10%, #fed080 90% )!important;*/

    /*edited*/

  border: solid 1px #d36303 !important;
  background: #fdcb7c;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%);
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);

}

.LoginOkButtonHeader ul li a:hover
{
    /*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #e18b09), color-stop(0.90, #fed080) )!important;
    background-image: -moz-linear-gradient( center bottom, #e18b09 10%, #fed080 90% )!important;*/

    /*edited*/

      border: solid 1px #d36303 !important;
  background: #fdcb7c;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%);
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);
}

.LoginOkButtonFooter:hover
{
    /*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #e18b09), color-stop(0.90, #fed080) )!important;
    background-image: -moz-linear-gradient( center bottom, #e18b09 10%, #fed080 90% )!important;*/
    /*edited*/

      border: solid 1px #d36303 !important;
  background: #fdcb7c;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%);
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);
}

.savebutton:hover
{
    /*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #e18b09), color-stop(0.90, #fed080) )!important;
    background-image: -moz-linear-gradient( center bottom, #e18b09 10%, #fed080 90% )!important;*/

     /*edited*/
    border: solid 1px #d36303 !important;
  background: #fdcb7c;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%);
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);
}

.btnQuickNavMDT:hover
{
    /*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #e18b09), color-stop(0.90, #fed080) )!important;
    background-image: -moz-linear-gradient( center bottom, #e18b09 10%, #fed080 90% )!important;*/
     /*edited*/
    border: solid 1px #d36303 !important;
  background: #fdcb7c !important;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%) !important;
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;
}

.Submit-Button:hover
{
    /*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #e18b09), color-stop(0.90, #fed080) )!important;
    background-image: -moz-linear-gradient( center bottom, #e18b09 10%, #fed080 90% )!important;*/

     /*edited*/
    border: solid 1px #d36303 !important;
  background: #fdcb7c;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%);
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);
}

.PopupButtons:hover
{
    /*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #e18b09), color-stop(0.90, #fed080) )!important;
    background-image: -moz-linear-gradient( center bottom, #e18b09 10%, #fed080 90% )!important;*/

    /*edited*/ 

      border: solid 1px #d36303 !important;
  background: #fdcb7c;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%);
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);
}

.time-button:hover
{
    /*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #e18b09), color-stop(0.90, #fed080) )!important;
    background-image: -moz-linear-gradient( center bottom, #e18b09 10%, #fed080 90% )!important;*/

     /*edited*/
    border: solid 1px #d36303 !important;
  background: #fdcb7c;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%);
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);

}

.btnPrevNext:hover
{
    /*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #e18b09), color-stop(0.90, #fed080) )!important;
    background-image: -moz-linear-gradient( center bottom, #e18b09 10%, #fed080 90% )!important;*/
     /*edited*/
    /*border: solid 1px #d36303 !important;*/
  background: #fdcb7c;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%);
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);
}


.SelectedMenu
{
    /*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #e18b09), color-stop(0.90, #fed080) )!important;
    background-image: -moz-linear-gradient( center bottom, #e18b09 10%, #fed080 90% )!important;*/

    /*edited*/
    border: solid 1px #d36303 !important;
  background: #fdcb7c;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%);
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);
}
/* end css for hover on buttons */
.dateDiv
{
    width: 250px;
    height: 36px;
    background-color: white;
    position: absolute;
    margin: 27px 0px 0px 0px; /*margin: -36px 0px 0px 402px;*/
    display: none;
    border: 1px solid;
    font-size: 30px;
}

.highlightPupils
{
    background-color: #a3ec79 !important;
}

/*//////////////////// css for vital obs page //////////////////////////////////////*/

#grdData table
{
    border-collapse: collapse;
    width: 100%;
}

    #grdData table th
    {
        /*background-color: #4c4c4c;
        color: #ffffff;
        text-align: left;
        border: 1px solid gray;
        height: 25px;*/

                        /*edited*/
                    
               
        color: #ffffff;
        text-align: left;
        border: 1px solid gray;
        height: 25px;

                
        background: #949595 !important;
background: -moz-linear-gradient(top, #949595 8%, #3f4143 49%, #2f3235 51%, #111214 100%) !important;
background: -webkit-linear-gradient(top, #949595 8%,#3f4143 49%,#2f3235 51%,#111214 100%) !important;
background: linear-gradient(to bottom, #949595 8%,#3f4143 49%,#2f3235 51%,#111214 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949595', endColorstr='#111214',GradientType=0 ) !important;
    }

    /*#grdData table td
    {
        text-align: left;
                               
background: #fff !important;
background: -moz-linear-gradient(top, #fff 0%, #fbf8f7 0%, #d6dadd 100%) !important;
background: -webkit-linear-gradient(top, #fff 0%,#fbf8f7 0%,#d6dadd 100%) !important;
background: linear-gradient(to bottom, #fff 0%,#fbf8f7 0%,#d6dadd 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#d6dadd',GradientType=0 ) !important;
    }*/

.button-div
{
    text-align: right !important;
}

.scroll-div
{
    overflow-x: auto;
    width: 100%;
    max-width: 875px;
}

.noscroll-div
{
    overflow: hidden;
    width: 100%;
    max-width: 875px;
}

.scroll-div table
{
    width: 875px;
    min-height:65px;
}

.noscroll-div table
{
    width: 875px;
}

    .noscroll-div table tr td
    {
        font-size: 22px !important;
        padding: 5px 0px;
    }

.scroll-div table tr td
{
    font-size: 22px !important;
    padding: 5px 0px;
}

.buttonVO
{
    cursor: pointer;
    height: 30px;
    width: 70px;
    margin-right: 5px;
    font-size: 16px;
    border: 0px;
    color: rgb(255, 255, 255);
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.1, rgb(17, 74, 150)), color-stop(0.9, rgb(49, 128, 203)));
}

    .buttonVO:hover
    {
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #e18b09), color-stop(0.90, #fed080) );
        background-image: -moz-linear-gradient( center bottom, #e18b09 10%, #fed080 90% );
    }

.divOuter
{
    padding: 0;
    margin: 0;
}

.buttonCancel
{
    width: 135px;
    text-align: center;
    margin: 0;
    float: right;
    border: 1px solid black;
    margin-right: 25px;
    padding: 12px;
    border-radius: 10px;
    background-color: white;
    color: gray;
    cursor: pointer;
}

.buttonSaveExit
{
    width: 135px;
    text-align: center;
    margin: 0;
    float: right;
    border: 1px solid black;
    margin-right: 25px;
    padding: 12px;
    border-radius: 10px;
    background-color: black;
    color: white;
    cursor: pointer;
}

.buttonSaveNew
{
    width: 170px;
    text-align: center;
    margin: 0;
    float: right;
    border: 1px solid black;
    margin-right: 25px;
    padding: 12px;
    border-radius: 10px;
    background-color: rgb(197, 196, 196);
    color: black;
    cursor: pointer;
}

.NavButtonHomeVO
{
    /*min-width: 320px;
    height: 60px;
    font-size: 20px;
    float: left;
    color: rgb(255, 255, 255);
    border: 0px;
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.1, rgb(17, 74, 150)), color-stop(0.9, rgb(49, 128, 203)));
    margin-right: 25px;*/

    /*edited*/
    min-width: 320px;
    height: 60px;
    font-size: 20px;
    float: left;
    color: rgb(255, 255, 255);
    border: 0px;
    margin-right: 25px;
  background: #6eb4e6 !important;
  background: -moz-linear-gradient(top, #6eb4e6 0%, #2275b3 49%, #1d69a7 51%, #144269 100%) !important;
  background: -webkit-linear-gradient(top, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
  background: linear-gradient(to bottom, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eb4e6', endColorstr='#144269',GradientType=0 ) !important;
  border: solid 1px #105b99 !important;
    border-radius: 8px;
}


    .NavButtonHomeVO:hover
    {
        /*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #e18b09), color-stop(0.90, #fed080) )!important;
        background-image: -moz-linear-gradient( center bottom, #e18b09 10%, #fed080 90% )!important;*/

        /*edited*/

          border: solid 1px #d36303 !important;
  background: #fdcb7c !important;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%) !important;
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;
    }
/*//////////////////////////////////////////////////////////////////////////////////*/

.ParentClass
{
    padding: 0;
    margin: 0;
}

#SearchBody tr
{
    font-size: 24px;
}



.Now-Button
{
    /*font-size: 15px;
    border: 1px solid rgb(17, 74, 126);
    color: rgb(255, 255, 255);
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.1, rgb(17, 74, 126)), color-stop(0.9, rgb(49, 128, 203)));
    height: 100% !important;
    height: 100% !important;*/

    /*edited*/
    font-size: 15px;
    border: solid 1px #135187 !important;
    color: rgb(255, 255, 255);
    background: #63b0e6;
    background: -moz-linear-gradient(top, #63b0e6 0%, #2275b3 49%, #1d69a7 53%, #144269 100%);
    background: -webkit-linear-gradient(top, #63b0e6 0%,#2275b3 49%,#1d69a7 53%,#144269 100%);
    background: linear-gradient(to bottom, #63b0e6 0%,#2275b3 49%,#1d69a7 53%,#144269 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b0e6', endColorstr='#144269',GradientType=0 );
    height: 100% !important;
    border-radius:4px;
    
}

.margin37
{
    margin-top: 37px !important;
}


.fixed_headers
{
    width: 99.8%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid Gray;
    font-family: Arial, Helvetica, sans-serif;
}

    .fixed_headers th
    {
        border: 1px solid Gray;
        text-align: left;
        padding: 5px;
    }
    .fixed_headers td {
    border: 1px solid #d4d4d4;
    text-align: left;
    padding: 5px;
}

    .fixed_headers td
    {
        vertical-align: middle;
        word-break: break-all;
    }

    .fixed_headers thead
    {
        background-color: #4c4c4c;
        color: #fff;
    }

        .fixed_headers thead tr
        {
            display: block;
            position: relative;
        }

    .fixed_headers tbody
    {
        display: block;
        overflow-y: auto;
        width: 100%;
    }

.trustedPartyClass label
{
    margin-top:35px;
}
/*New Classes added agains VDS changes for tab 4 and tba 9.7*/
 .now-btn-shell-top
{
 box-sizing: border-box; padding: 0px; width: 80px; text-align: left; display: inline-block; height: 30px; float: right;
}


     .now-btn-shell-top-new {
        box-sizing: border-box;
        padding: 0px;
        width: 80px;
        text-align: left;
        display: inline-block;
        height: 30px;
        float: right;
 
    }
.now-btn-shell
{
    box-sizing: border-box;
    padding: 0px;
    width: 80px;
    text-align: left;
    display: inline-block;
    height: 30px;
    float: right;
}

.inciddent-field
{
line-height: 31px;
  white-space: nowrap;
  display: inline;
  font-size: 20px;
  float: left;
  width: auto;
  }

 .inciddent-Location-field
{
line-height: 31px;
  white-space: nowrap;
  display: inline;
  font-size: 24px;
  float: left;
  width: auto;
  }
.general-lable-incident
{
 /*line-height: 29px;*/
/*line-height: 31px;*/
line-height: normal;
white-space: nowrap;
padding-top: -4px !important;
line-height: 33px;
margin-top: -3px;
}

 .inciddent-field-long
{
line-height: 31px;
  white-space: nowrap;
  display: inline;
  font-size: 17px;
  float: left;
  width: auto;
  }
 .incident-check-margin

{
margin-top: 27px;}

 .general-lable-form
{
 line-height: 29px;
/*line-height: 31px;*/
  white-space: nowrap;
    /*line-height: normal;
    white-space: nowrap;*/
}
 .general-lable-form-VerficationofDeath {
    line-height: 31px;
    /*line-height: 31px;*/
    white-space: nowrap;
}


  .general-lable-form-sm
{
 line-height: 27px;
 white-space: nowrap;
}




   /*Patient information 1.0 CSS*/
.patient-long-label 
{
    white-space: normal;
    line-height: 23px;
    margin-top: 15px;
    float: none;
    margin-left: 35px;
    position: absolute;
    width: 100px;
}

.check-nhi-shell
{
    box-sizing: border-box;
    padding: 10px;
    float: left;
    width: 11%;
    height: 60px;
    text-align: left;
    margin-top: 28px;
}

.patient-copy-button 
{
        box-sizing: border-box;
    padding: 42px 10px 10px;
    float: left;
    width: 10%;
    text-align: left;
    height: auto;

}
.patient-est-check-shell
 {
        width: 10%;
    padding: 36px 0px 6px 10px;
    height: auto !important;
}
 .patInformationAdderss 
    {
     padding: 10px;
     width: 45%;
     height: auto !important;
    }
    .patBillingAdderss 
    {
    padding: 10px;
    width: 45%;
    height: auto !important;
    }

    /* HX COmplaint*/

     .onset-check 
     {
        padding: 38px 0px 0px 10px;
        width: 33.34%;
        height: auto !important;
        background-image: none !important;
        border: 0 solid !important;
        color: black !important;
    }
     /*Clicnical Impression*/

     .desease
      {
        float: left;
        margin-bottom: 5px;
        font-family: Arial, Helvetica, sans-serif;
        width: 50%;
        display: inline;
    }

     .clinical-serch-button-shell
       {
      border: none;
    width: 100%;
    height: 40px;
    margin: 33px 1px 0px 1px;

        }
     
     /*Age Popup form*/
         .age-popup {
        width: 10%;
        padding: 36px 0px 6px 10px;
        height: auto !important;
    }
         /*PTS*/


  .vital-ob-field-top {
        padding: 9px;
        padding-top: 7px;
        height: auto;
        width: 25%;
        box-sizing: border-box;
        float: left;

    }


.pts-nhi
 {
    padding: 10px 10px 10px;
     height: auto;
      width: 25%;
 }
.pts-copy-shell
{
    box-sizing: border-box;
    padding: 32px 10px 10px;
    float: left;
    width: 10%;
    height: auto;
    text-align: left;
}

.vital-ob-field {
    padding: 10px;
    height: auto;
    width: 25%;
    box-sizing: border-box;
    float: left;
}

.vital-ob-field-50 {
    padding: 10px;
    height: auto;
    width: 50%;
    box-sizing: border-box;
    float: left;
}

 .general-lable-form_Vitals {
    line-height: 21px;
    /*line-height: 31px;*/
    white-space: nowrap;
}
 /*ECG*/
 .general-lable-with-button {
    line-height: 29px;
    white-space: nowrap;
    display: inline;
    float: left;
    width: auto;
}

  .ecg-check-shell {
        width: 18%;
        padding: 0px 0px 0px 7px;
        height: auto;
        /*margin-top: 36px;*/
        padding-top: 36px;
        /*background-color:pink;*/
    }
   .ecg-type-radio-label {
        margin-top: -3px;
    }


  /*Medication*/
  
    .serch-list-button-shell {
        box-sizing: border-box;
        padding: 29px 10px 4px;
        float: left;
        width: 11%;
        height: auto;
        text-align: left;
    }
     .serch-list-btn-height {
        height: 40px !important;
    }

     .medi-prn-check {
        width: 100%;
        float: left;
        margin-right: 10px;
        margin-bottom: 0px;
        margin-left: 0px;
        border: none;
        margin-top: 0px;
        background-image: none !important;
        border: 0 solid !important;
        color: black !important;
    }

     /*Interventions*/
     
    .cpr-slash {
        padding-left: 5px;
        white-space: nowrap;
        font-size: 36px;
        margin-top: 4px;
        /*background-color:pink;*/
    }

     .crp-field-long {
        line-height: 31px;
        white-space: nowrap;
        display: inline;
        font-size: 21px;
        float: left;
        width: auto;
    }

/*Disposition*/
   .disposition-flag-check {
        width: 100%;
        float: left;
        margin: 5px 10px 10px 0px;
        border: none;
        background-image: none !important;
        border: 0 solid !important;
        color: black !important;
    }

.fast-top-field {
        padding: 10px;
    width: 50%;
    height: 88px;
}
    .death-top-field {
        padding: 10px;
        padding-top: 6px;
        height: auto;
        width: 50%;
        box-sizing: border-box;
        float: left;
    }


    .rsi-note {
        line-height: 45px;
        white-space: nowrap;
    }
    /*cardiac arrest*/
.Cardiacarrestambucrew
 {
    font-size:22px;
}

/* line height style*/
.PatInfo-Imp-lineheight 
{
    line-height:30px !important;
}

.PatInfo-Alcohol-lineheight
{
    line-height:20px !important;
}
.throb-notPoss-lineheight
{
    line-height:32px !important;
}
 .NHItextLabel 
    {
        line-height:30px !important;
        white-space:nowrap;
    
    }
     .NHItd{
       font-size:24px;
    }
        .NHIAgeLbl {
      margin-right:2.5%;
     font-size:24px;
    }

    .NHIDODLbl {

        margin-right:8%;
       font-size:24px;
    }

    .NHIGenderLbl {

         margin-right:6%;
         font-size:24px;
    }

    .NHILOCLbl {

         margin-right:9.5%;
       font-size:24px;
    }
       .NHItxtCOB {
        width:27% !important;
        
    }
          .NHItxtareaNames 
          {
         padding:0%;
         font-size:24px;
          }
    
       .NHIDemoGraphicsRadioBUtton 
       {
 
    float: left;
    margin: 0% 0% 0% 0% ;
    padding: 3% 0% 0% 0% ;
    height:40px;
        }
    .NHIDemoGraphicsLeftRadioBUtton 
    {
    float: left;
    margin: 0% 0% 0% 0% ;
    padding: 3% 0% 0% 0% ;
      height:40px;
}


    .NHIDemoGraphicsDOBRadioBUtton 
    {
    width: 7%;
    float: left;
    padding-top: 3%;
    padding-left: 2%;
    }

/*new classes need to write for theme implementations start */

.prev-nxt-shell
{
    float: right;
    /*background-color: #7bc3f4;*/
    height: 64px;
    margin-top: -7px;
     
     background-color: #b6d8ff;
     /*background-color: #a8caf0;*/
     padding-top:3px;

    border-left: 1px solid #2871af;
}

.icon-bg
{
width:100%;
}

.menu-icon
{
margin-top:3px;
text-align:center;
width: 24px;
height: 24px;
}

.prev-nxt-btn-width
{
width:140px !important;
line-height:52px !important;
}


.clinical-tools-btn
{
    /*width:100%; 
    height:100%; 
    font-size:20px; 
    float:left;
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.1, #114A7E), color-stop(0.9, #3180CB)); 
    border:1px solid #114A7E; 
    color:#FFFFFF;*/
    
    background: #6eb4e6 !important;
    background: -moz-linear-gradient(top, #6eb4e6 0%, #2275b3 49%, #1d69a7 51%, #144269 100%) !important;
    background: -webkit-linear-gradient(top, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
    background: linear-gradient(to bottom, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eb4e6', endColorstr='#144269',GradientType=0 ) !important;
    border: solid 1px #105b99 !important;
    border-radius: 8px !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 20px !important;
    float: left !important;
    color: #FFFFFF !important;
    white-space: normal;
}


.clinical-tools-btn:hover
{
  border: solid 1px #d36303 !important;
  background: #fdcb7c !important;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%) !important;
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;
}



.red-flag-btn
{ 
    width:50% !important; 
    height:80px !important; 
    font-size:20px !important; 
    float:none !important;
     color:#FFFFFF !important;
background: #6eb4e6 !important;
    background: -moz-linear-gradient(top, #6eb4e6 0%, #2275b3 49%, #1d69a7 51%, #144269 100%)  !important;
    background: -webkit-linear-gradient(top, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%)  !important;
    background: linear-gradient(to bottom, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%)  !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eb4e6', endColorstr='#144269',GradientType=0 )  !important;
    border: solid 1px #105b99  !important;
border-radius:8px  !important;
 white-space:normal;
}

.red-flag-btn:hover
{ 
  /*border: solid 1px #d36303 !important;
  background: #fdcb7c !important;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%) !important;
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;*/

  border: solid 1px #d36303;
  background: #fdcb7c;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%);
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%);

}



.left-Menu
{
background: #ffffff !important;
background: -moz-linear-gradient(top, #ffffff 0%, #bcbdbf 50%, #b3b5b7 51%, #939597 100%) !important;
background: -webkit-linear-gradient(top, #ffffff 0%,#bcbdbf 50%,#b3b5b7 51%,#939597 100%) !important;
background: linear-gradient(to bottom, #ffffff 0%,#bcbdbf 50%,#b3b5b7 51%,#939597 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#939597',GradientType=0 ) !important;
}



.patient-copt-btn {
  width: 100% !important;
  height: 44px !important;
  color: rgb(255, 255, 255) !important;
  /* background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.1, rgb(17, 74, 126)), color-stop(0.9, rgb(49, 128, 203))); */
  background: #6eb4e6 !important;
  background: -moz-linear-gradient(top, #6eb4e6 0%, #2275b3 49%, #1d69a7 51%, #144269 100%) !important;
  background: -webkit-linear-gradient(top, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
  background: linear-gradient(to bottom, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eb4e6', endColorstr='#144269',GradientType=0 ) !important;
  border: solid 1px #105b99 !important;
  border-radius:8px;
}



.pts-copy-btn {
  /*width:100%;
   height:45px; 
   float:left;
   background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.1, #114A7E), color-stop(0.9, #3180CB)); 
   border:1px solid #114A7E; 
   color:#FFFFFF;*/

    width:100%;
   height:45px; 
   float:left;
   border:1px solid #114A7E; 
   color:#FFFFFF;
     background: #6eb4e6 !important;
  background: -moz-linear-gradient(top, #6eb4e6 0%, #2275b3 49%, #1d69a7 51%, #144269 100%) !important;
  background: -webkit-linear-gradient(top, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
  background: linear-gradient(to bottom, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eb4e6', endColorstr='#144269',GradientType=0 ) !important;
  border: solid 1px #105b99 !important;
  border-radius:8px;
}


    .pts-copy-btn:hover
    {
        border: solid 1px #d36303 !important;
        background: #fdcb7c !important;
        background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%) !important;
        background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;
        background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;
    }

      .PopupOtherActionButton:hover
        {
          
  border: solid 1px #d36303 !important;
  background: #fdcb7c !important;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%) !important;
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;
        }

.popup-border-only
{
    /*border: 4px solid #002c75;*/
        border: solid 4px #135187
}

.secondry-servy-header {

  float: left !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border-top-style: solid !important;
  border-left-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: none !important;
  border-width: thin;
  /* background-color: White; */
  width: 100% !important;
  border: solid 1px #105b99 !important;
  background: #6eb4e6 !important;
  background: -moz-linear-gradient(top, #6eb4e6 0%, #2275b3 49%, #1d69a7 51%, #144269 100%) !important;
  background: -webkit-linear-gradient(top, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
  background: linear-gradient(to bottom, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eb4e6', endColorstr='#144269',GradientType=0 ) !important;
}


#SearchedData tbody
{
    /*font-size: 24px;*/

    /*edited*/
    
            text-align: left !important;
        font-size: 20px !important;
background: #fff;
background: -moz-linear-gradient(top, #fff 0%, #fbf8f7 0%, #d6dadd 100%);
background: -webkit-linear-gradient(top, #fff 0%,#fbf8f7 0%,#d6dadd 100%);
background: linear-gradient(to bottom, #fff 0%,#fbf8f7 0%,#d6dadd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#d6dadd',GradientType=0 );
    
    }


#SearchBody tr {
  /* font-size: 24px; */
  text-align: left !important;
  font-size: 20px !important;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #fbf8f7 0%, #d6dadd 100%);
  background: -webkit-linear-gradient(top, #fff 0%,#fbf8f7 0%,#d6dadd 100%);
  background: linear-gradient(to bottom, #fff 0%,#fbf8f7 0%,#d6dadd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#d6dadd',GradientType=0 );
}

.SearchBodyGridRowSelection
{
    background: #e1f3ff !important; /* Old browsers */
background: -moz-linear-gradient(top, #e1f3ff 0%, #b3ddf6 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e1f3ff 0%,#b3ddf6 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e1f3ff 0%,#b3ddf6 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#b3ddf6',GradientType=0 ) !important; /* IE6-9 */
}


.determination-save-btn
{
  width:12%;
  height:50px; 
  float:right; 
  /*background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.1, #114A7E), color-stop(0.9, #3180CB));
  border:1px solid #114A7E;*/ 
  color:#FFFFFF;
  border-radius: 5px;
  background: #6eb4e6 !important;
  background: -moz-linear-gradient(top, #6eb4e6 0%, #2275b3 49%, #1d69a7 51%, #144269 100%) !important;
  background: -webkit-linear-gradient(top, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
  background: linear-gradient(to bottom, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eb4e6', endColorstr='#144269',GradientType=0 ) !important;
  border: 1px solid #105b99 !important;
}


.determination-save-btn:hover
{
  border: solid 1px #d36303 !important;
  background: #fdcb7c !important;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%) !important;
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;
}


.Zdel-fasttest-btn
{

    
    width: 120px;
     height: auto; 
     float: right; 
     /*border: 1px solid rgb(17, 74, 126);*/
      color: rgb(255, 255, 255); 
      /*background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.1, rgb(17, 74, 126)), color-stop(0.9, rgb(49, 128, 203)));*/

  border-radius: 5px;
  background: #6eb4e6 !important;
  background: -moz-linear-gradient(top, #6eb4e6 0%, #2275b3 49%, #1d69a7 51%, #144269 100%) !important;
  background: -webkit-linear-gradient(top, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
  background: linear-gradient(to bottom, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eb4e6', endColorstr='#144269',GradientType=0 ) !important;
  border: 1px solid #105b99 !important;

}


.Zdel-fasttest-btn:hover
{
  border: solid 1px #d36303 !important;
  background: #fdcb7c !important;
  background: -moz-linear-gradient(top, #fdcb7c 0%, #e9961a 49%, #e28600 51%, #bb570a 100%) !important;
  background: -webkit-linear-gradient(top, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;
  background: linear-gradient(to bottom, #fdcb7c 0%,#e9961a 49%,#e28600 51%,#bb570a 100%) !important;
}



.determin-death
{

/*background-color:#4c4c4c; color:#ffffff; font-size:17px; font-weight:bold; height:48px;*/
color:#ffffff; font-size:17px; font-weight:bold; height:48px;

 background: #949595 !important;
background: -moz-linear-gradient(top, #949595 8%, #3f4143 49%, #2f3235 51%, #111214 100%) !important;
background: -webkit-linear-gradient(top, #949595 8%,#3f4143 49%,#2f3235 51%,#111214 100%) !important;
background: linear-gradient(to bottom, #949595 8%,#3f4143 49%,#2f3235 51%,#111214 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949595', endColorstr='#111214',GradientType=0 ) !important;
   
}
  #TLifeExtinctSection tbody
    {
        text-align: left;
        font-size: 20px;

        /*edited*/
background: #fff ;
background: -moz-linear-gradient(top, #fff 0%, #fbf8f7 0%, #d6dadd 100%) ;
background: -webkit-linear-gradient(top, #fff 0%,#fbf8f7 0%,#d6dadd 100%) ;
background: linear-gradient(to bottom, #fff 0%,#fbf8f7 0%,#d6dadd 100%) ;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#d6dadd',GradientType=0 ) ;

    }

  #TLifeExtinctSection  tr:nth-child(1) {
        background: #949595 !important;
    background: -moz-linear-gradient(top, #949595 8%, #3f4143 49%, #2f3235 51%, #111214 100%) !important;
    background: -webkit-linear-gradient(top, #949595 8%,#3f4143 49%,#2f3235 51%,#111214 100%) !important;
    background: linear-gradient(to bottom, #949595 8%,#3f4143 49%,#2f3235 51%,#111214 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949595', endColorstr='#111214',GradientType=0 ) !important;
}

.headerdivABCDSCORE {
    width: 100%;
    float: left;
    display: block;
    height: 200px;
    overflow: auto;
    padding: 0 5px 0px 10px;
}
  /*.headerdivABCDSCORETitle {
   padding: 10px 12px 0px 10px;
    }*/
@media only screen and (min-device-width: 1920px) and (max-device-width: 2560px) {
.headerdivABCDSCORETitle {
   padding: 10px 13px 0px 10px;
    }
}
@media only screen and (min-device-width: 800px) and (max-device-width: 1600px) {
    .headerdivABCDSCORETitle {
   padding: 10px 10px 0px 10px;
    }
}

 
    #TABCD2Score tbody
    {
        text-align: left;
        font-size: 20px;

        /*edited*/
background: #fff ;
background: -moz-linear-gradient(top, #fff 0%, #fbf8f7 0%, #d6dadd 100%) ;
background: -webkit-linear-gradient(top, #fff 0%,#fbf8f7 0%,#d6dadd 100%) ;
background: linear-gradient(to bottom, #fff 0%,#fbf8f7 0%,#d6dadd 100%) ;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#d6dadd',GradientType=0 ) ;

    }

 #TAdviceReceived tbody 
 {
background: #fff ;
background: -moz-linear-gradient(top, #fff 0%, #fbf8f7 0%, #d6dadd 100%) ;
background: -webkit-linear-gradient(top, #fff 0%,#fbf8f7 0%,#d6dadd 100%) ;
background: linear-gradient(to bottom, #fff 0%,#fbf8f7 0%,#d6dadd 100%) ;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#d6dadd',GradientType=0 ) ;
}
 #TPatientCompetency tbody 
 {
background: #fff ;
background: -moz-linear-gradient(top, #fff 0%, #fbf8f7 0%, #d6dadd 100%) ;
background: -webkit-linear-gradient(top, #fff 0%,#fbf8f7 0%,#d6dadd 100%) ;
background: linear-gradient(to bottom, #fff 0%,#fbf8f7 0%,#d6dadd 100%) ;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#d6dadd',GradientType=0 ) ;
}
   #TFastScore tbody
    {

        /*edited*/
background: #fff ;
background: -moz-linear-gradient(top, #fff 0%, #fbf8f7 0%, #d6dadd 100%) ;
background: -webkit-linear-gradient(top, #fff 0%,#fbf8f7 0%,#d6dadd 100%) ;
background: linear-gradient(to bottom, #fff 0%,#fbf8f7 0%,#d6dadd 100%) ;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#d6dadd',GradientType=0 ) ;

    }
      #TFallRiskAssessment tbody
    {

background: #fff ;
background: -moz-linear-gradient(top, #fff 0%, #fbf8f7 0%, #d6dadd 100%) ;
background: -webkit-linear-gradient(top, #fff 0%,#fbf8f7 0%,#d6dadd 100%) ;
background: linear-gradient(to bottom, #fff 0%,#fbf8f7 0%,#d6dadd 100%) ;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#d6dadd',GradientType=0 ) ;

    }
#tblMapping tr:nth-child(1){
        background: #949595 !important;
    background: -moz-linear-gradient(top, #949595 8%, #3f4143 49%, #2f3235 51%, #111214 100%) !important;
    background: -webkit-linear-gradient(top, #949595 8%,#3f4143 49%,#2f3235 51%,#111214 100%) !important;
    background: linear-gradient(to bottom, #949595 8%,#3f4143 49%,#2f3235 51%,#111214 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949595', endColorstr='#111214',GradientType=0 ) !important;
}

  .TLifeExtinctGridRowSelection
{
    background: #e1f3ff !important; /* Old browsers */
background: -moz-linear-gradient(top, #e1f3ff 0%, #b3ddf6 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e1f3ff 0%,#b3ddf6 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e1f3ff 0%,#b3ddf6 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#b3ddf6',GradientType=0 ) !important; /* IE6-9 */
}
  .edit-img-tableOpt-disabled
{
    
 width:43px;
    height:43px;
margin-top:3px;
/*margin-bottom:3px;*/
margin-right:12px;
margin-left:0px;
background-image: url('../images/edit-32-disable.png');
background-repeat: no-repeat !important;
vertical-align:middle;
border-radius:5px;

}

    .edit-img-tableOpt
{
    
    width:43px;
    height:43px;
margin-top:3px;
/*margin-bottom:3px;*/
margin-right:12px;
margin-left:0px;
background-image: url('../images/edit-32.png');
background-repeat: no-repeat !important;
vertical-align:middle;
border-radius:5px;

}

.del-img-tableOpt
{
width:43px;
height:43px;
margin-top:3px;
/*margin-bottom:3px;*/
margin-right:12px;
margin-left:0px;
background-image: url('../images/del-32.png')  !important;
background-repeat: no-repeat !important;
vertical-align:middle;
border-radius:5px;
}
 .del-img-tableOpt-disabled
{
 width:43px;
 height:43px;
margin-top:3px;
/*margin-bottom:3px;*/
margin-right:12px;
margin-left:0px;
background-image: url('../images/del-32-disable.png')  !important;
background-repeat: no-repeat !important;
vertical-align:middle;
border-radius:5px;
}
.edit-img
{
width:31px;
height:31px;
margin-top:3px;
/*margin-bottom:3px;*/
margin-right:12px;
margin-left:0px;
background-image: url('../images/edit-32.png');
background-repeat: no-repeat !important;
vertical-align:middle;

}
.edit-img:hover
{
background-image: url('../images/edit-32-h.png');
background-repeat: no-repeat !important;
}

.copy-img
{
width:31px;
height:31px;
margin-top:3px;
/*margin-bottom:3px;*/
margin-right:12px;
margin-left:0px;
background-image: url('../images/copy-32.png');
background-repeat: no-repeat !important;
vertical-align:middle;
}


.copy-img:hover
{

background-image: url('../images/copy-32-h.png');
background-repeat: no-repeat !important;

}


.del-img
{
    width:31px;
    height:31px;
margin-top:3px;
/*margin-bottom:3px;*/
margin-right:12px;
margin-left:0px;
background-image: url('../images/del-32.png')  !important;
background-repeat: no-repeat !important;
vertical-align:middle;
}

.del-img:hover
{

background-image: url('../images/del-32-h.png')  !important;
background-repeat: no-repeat !important;

}


.NHI-bg {
  width: 100% !important;
  height: 100% !important;
  font-size: 15px !important;
  /* border: 1px solid rgb(17, 74, 126); */
  color: rgb(255, 255, 255) !important;
  /* background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.1, rgb(17, 74, 126)), color-stop(0.9, rgb(49, 128, 203))); */
  background: #6eb4e6 !important;
  background: -moz-linear-gradient(top, #6eb4e6 0%, #2275b3 49%, #1d69a7 51%, #144269 100%) !important;
  background: -webkit-linear-gradient(top, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
  background: linear-gradient(to bottom, #6eb4e6 0%,#2275b3 49%,#1d69a7 51%,#144269 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eb4e6', endColorstr='#144269',GradientType=0 ) !important;
  border: solid 1px #105b99 !important;
  border-radius:5px;

}
/*new classes need to write for theme implementations end */


.triage-alert-popup
{
    width: 370px;
    height: auto;
    /*border: 4px solid #002c75;*/
    border-radius: 4px;
    /*background-color: #409DDD;*/
    border: solid 4px #135187;
    background-color: #4596d2;
    position: absolute;
    z-index: 9999999;
}

.triage-alert-header
{
    font-family: Arial,sans-serif;
    font-size: 22px;
    line-height: 40px;
    padding: 0em 1em;
    color: white;
    font-weight: bold;
    /*background-color: #0F559D;*/

        background: #63b0e6; /* Old browsers */
background: -moz-linear-gradient(top, #63b0e6 0%, #2275b3 49%, #1d69a7 53%, #144269 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #63b0e6 0%,#2275b3 49%,#1d69a7 53%,#144269 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #63b0e6 0%,#2275b3 49%,#1d69a7 53%,#144269 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b0e6', endColorstr='#144269',GradientType=0 ); /* IE6-9 */

}

.triage-alert-body
{
    border-bottom: 1px #7BC3F4 outset;
    /*background-color: #7BC3F4;*/
    background-color: #b6d8ff;
    min-height: 80px;
    font-family: Arial,sans-serif;
    font-size: 18px;
    padding: 0.5em 1em;
    color: #222222;
}

.leftPanel {
            width: 20%;
         padding: 8px 10px 10px 10px; 
            float: left;

            }
 
      .newMedBtn {
  border: 1px solid #114A7E;
  background-color: #dededf;
  /*width: 60px;
  height: 42px;*/
    width: 24%;
  height: 47px;
  line-height: 35px;

  /* border-radius: 5px; */
  /* margin-top: -30px; */
  float: left;
  /* margin-right: 45.8%; */
  /* margin-bottom: 8px; */
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  /* font-weight: bold; */
  color: black;
  display: table-cell;
  text-align: center;
  margin-left:2px;
      background: #fff !important;
    background: -moz-linear-gradient(top, #fff 0%, #fbf8f7 0%, #d6dadd 100%) !important;
    background: -webkit-linear-gradient(top, #fff 0%,#fbf8f7 0%,#d6dadd 100%) !important;
    background: linear-gradient(to bottom, #fff 0%,#fbf8f7 0%,#d6dadd 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#d6dadd',GradientType=0 ) !important;

    }
   .deletePastMedication{
    width: 30px;
    height: 30px;
    margin-top: 3px;
    /* margin-bottom: 3px; */
    /*margin-right: 12px;
    margin-left: 20px;*/
        margin-right: 9px;
    margin-left:9px;
    background-image: url('../images/del-30.png') !important;
    background-repeat: no-repeat !important;
    vertical-align: middle;
}
            .MiddlePanel {
                float: left; width: 40%; padding: 10px 10px 0px 10px;
            }
             .RigthPanel {
                float: left; width: 35%; padding: 10px 10px 0px 10px; border: 0px;
            }
            #tblMedGrid td {
                text-align: left;
                vertical-align: middle;
            }

            #tblMedGrid th {
                border-top: 0px;
                border-bottom: 0px;
                text-align: left;
            }

                #tblMedGrid td:nth-child(1) {
                    /*border: 0px;*/
                    min-width: 52px; /*width: 12%;*/
                    text-align:center;
                }

                #tblMedGrid td:nth-child(2) {
                    min-width: 266px;
                   
                    /*border:0px;*/
                }

                #tblMedGrid td:nth-child(3) {
                  white-space: normal;
    word-break: break-word;
      /*min-width:276px;*/
                    width: 100%;
                       /*border:0px;*/
                }   #tblMedGrid th:nth-child(1) {
                    border-left: 0px;
                    min-width: 52px; /*width: 12%;*/
                    text-align:center;
                }
                
                #tblMedGrid th:nth-child(2) {
                    min-width: 266px;
                    /*width: 45%;*/
                }

                #tblMedGrid th:nth-child(3) {
                    border-right: 0px;
                    width:100%;
                }

            #tblMedGrid #tr {
                display: block;
                position: relative;
            }

            #tblMedGrid tbody {
                display: block;
                overflow: auto;
                height: 332px;
            }

            .old_ie_wrapper {
                height: 308px;
                overflow-x: hidden;
                overflow-y: auto;
            }

            /*#endregion RegionName*/

            /*#region Copied Medication  Grid Css*/

            #tblRightSelectedMed th {
                border-top: 0px;
                border-bottom: 0px;
                text-align: left;
            }

            #tblRightSelectedMed td {
                text-align: left;
                vertical-align: middle;
            }

                #tblRightSelectedMed td:nth-child(1), #tblRightSelectedMed th:nth-child(1) {
                    border: 0px;
                    width: 100%;
                }
                #tblRightSelectedMed td:nth-child(2), #tblRightSelectedMed th:nth-child(2) {
                    border: 0px;
                    width:23%;
                }


            #tblRightSelectedMed #tr {
                display: block;
                position: relative;
            }

            #tblRightSelectedMed tbody {
                display: block;
                overflow: auto;
                height: 275px;
            }


 .not-authorized-crew
{
  text-shadow: rgb(3, 3, 3) 1px 1px 3px;
  COLOR: #ff9191;

}
.authorized-crew
{
  text-shadow: rgb(3, 3, 3) 1px 1px 3px;
  COLOR: #b6ff6d;
}
@media screen and (max-height: 900px) 
{
.medi-name-shell
{
    height: 46%;
    box-sizing:border-box;
    width:99%; 
    padding: 5px;
    overflow-y:auto;
    margin-left:0.5%;
    margin-right:0.5%;
    /*border: 1px solid gray;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;  
    box-sizing: border-box;       
}

.MedicatioNCategoryBtn 
{
background-color: #dededf;
width: 100%;
height: 51px;
line-height: 1.3;
padding-left: 15px;
padding-right: 15px;
float: left;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: black;
display: table-cell;
word-wrap: break-word;
text-align: center;
white-space: pre-wrap;
word-break: break-word;
    background: #fff !important;
    background: -moz-linear-gradient(top, #fff 0%, #fbf8f7 0%, #d6dadd 100%) !important;
    background: -webkit-linear-gradient(top, #fff 0%,#fbf8f7 0%,#d6dadd 100%) !important;
    background: linear-gradient(to bottom, #fff 0%,#fbf8f7 0%,#d6dadd 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#d6dadd',GradientType=0 ) !important;

}


}


@media screen and (max-height: 800px) 
{
.medi-name-shell
{
    height: 40%;
    box-sizing:border-box;
    width:99%; 
    padding: 5px;
    overflow-y:auto;
    margin-left:0.5%;
    margin-right:0.5%;
    border: 1px solid Gray;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;  
    box-sizing: border-box;       
}

.MedicatioNCategoryBtn 
{
background-color: #dededf;
width: 100%;
height: 51px;
line-height: 1.3;
padding-left: 15px;
padding-right: 15px;
float: left;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: black;
display: table-cell;
word-wrap: break-word;
text-align: center;
white-space: pre-wrap;
word-break: break-word;
    background: #fff !important;
    background: -moz-linear-gradient(top, #fff 0%, #fbf8f7 0%, #d6dadd 100%) !important;
    background: -webkit-linear-gradient(top, #fff 0%,#fbf8f7 0%,#d6dadd 100%) !important;
    background: linear-gradient(to bottom, #fff 0%,#fbf8f7 0%,#d6dadd 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#d6dadd',GradientType=0 ) !important;

}

}


@media screen and (max-height: 768px) 
{
.medi-name-shell
{
    height: 37%;
    box-sizing:border-box;
    width:99%; 
    padding: 5px;
    overflow-y:auto;
    margin-left:0.5%;
    margin-right:0.5%;
    border: 1px solid Gray;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;  
    box-sizing: border-box;       
}

.MedicatioNCategoryBtn 
{
background-color: #dededf;
width: 100%;
height: 51px;
line-height: 1.3;
padding-left: 15px;
padding-right: 15px;
float: left;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: black;
display: table-cell;
word-wrap: break-word;
text-align: center;
white-space: pre-wrap;
word-break: break-word;
    background: #fff !important;
    background: -moz-linear-gradient(top, #fff 0%, #fbf8f7 0%, #d6dadd 100%) !important;
    background: -webkit-linear-gradient(top, #fff 0%,#fbf8f7 0%,#d6dadd 100%) !important;
    background: linear-gradient(to bottom, #fff 0%,#fbf8f7 0%,#d6dadd 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#d6dadd',GradientType=0 ) !important;

}

}



.MedicatioNCategoryBtn {
    background-color: #dededf;
    width: 100%;
    height: 51px;
    line-height: 1.3;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: black;
    display: table-cell;
    word-wrap: break-word;
    text-align: center;
    white-space: pre-wrap;
    word-break: break-word;
        background: #fff !important;
    background: -moz-linear-gradient(top, #fff 0%, #fbf8f7 0%, #d6dadd 100%) !important;
    background: -webkit-linear-gradient(top, #fff 0%,#fbf8f7 0%,#d6dadd 100%) !important;
    background: linear-gradient(to bottom, #fff 0%,#fbf8f7 0%,#d6dadd 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#d6dadd',GradientType=0 ) !important;

}

#tblsearchNhi tr {
        text-align: left;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #fbf8f7 0%, #d6dadd 100%);
    background: -webkit-linear-gradient(top, #fff 0%,#fbf8f7 0%,#d6dadd 100%);
    background: linear-gradient(to bottom, #fff 0%,#fbf8f7 0%,#d6dadd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#d6dadd',GradientType=0 );
}

#tblsearchNhi tr:first-child td {
   color: #ffffff;
    text-align: left;
    border: 1px solid gray;
    height: 27px;
    background: #949595 !important;
    background: -moz-linear-gradient(top, #949595 8%, #3f4143 49%, #2f3235 51%, #111214 100%) !important;
    background: -webkit-linear-gradient(top, #949595 8%,#3f4143 49%,#2f3235 51%,#111214 100%) !important;
    background: linear-gradient(to bottom, #949595 8%,#3f4143 49%,#2f3235 51%,#111214 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949595', endColorstr='#111214',GradientType=0 ) !important;
}

.nhi-msg-shell
{
    /*border: 4px solid #002c75;*/
        border: solid 4px #135187 !important;

    background-color: #b6d8ff !important;
    font-size: 36px !important;
    color: Black !important;
padding:10px !important;
 -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
  box-sizing: border-box !important;         /* Opera/IE 8+ */
}

    .grdDataTbltd
    {
        text-align: left;
        font-size: 20px;

        /*edited*/
background: #fff !important;
background: -moz-linear-gradient(top, #fff 0%, #fbf8f7 0%, #d6dadd 100%) !important;
background: -webkit-linear-gradient(top, #fff 0%,#fbf8f7 0%,#d6dadd 100%) !important;
background: linear-gradient(to bottom, #fff 0%,#fbf8f7 0%,#d6dadd 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#d6dadd',GradientType=0 ) !important;

    }
     .grdDataTbltdDiscard
{
    text-align: left !important;
    font-size: 20px !important;
background: #fff !important;
background: -moz-linear-gradient(top, #fff 0%, #fbf8f7 0%, #d6dadd 100%) !important;
background: -webkit-linear-gradient(top, #fff 0%,#fbf8f7 0%,#d6dadd 100%) !important;
background: linear-gradient(to bottom, #fff 0%,#fbf8f7 0%,#b0b2b2 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3ff', endColorstr='#d6dadd',GradientType=0 ) !important;
color:gray;
    }
       /*new changes of cpg intervention*/
.vital-ob-field-width {width:97.5%;padding: 10px 4px 10px 4px;}

.clinicalfeature-field{white-space: normal;width: 76%;word-wrap: break-word;display: table-cell;line-height: 1.3;}
.abcd2-top-field {padding:1px 10px 10px 10px;padding-top: 0px;height: auto;width: 50%;box-sizing: border-box;float: left;}  
.abcd2-np-top-field {padding:4px 10px 10px 10px !important;padding-top: 0px;height: auto;width: 50%;box-sizing: border-box;float: left;}
.vital-ob-field-rowColor {border-bottom:3px solid #0965B0;}
.vital-ob-field-headerrowColor {border-bottom:3px solid #0965B0;width:100%;}

.intervention-nasal-field {height:72px;}
.vital-ob-field-PerformedBy {padding: 10px;height: auto;width: 38%;box-sizing: border-box;float: left;padding-top: 17px;}
.vital-ob-field-time {padding: 8px 10px  10px 10px;height: auto;width: 30%;box-sizing: border-box;float: left;}
.vital-ob-field-AtpReason{padding: 10px;height:auto;width: 32%; box-sizing: border-box;float: left;padding-top: 17px;}
#TextArea4206, #TextArea4207 {height:100px;}
#searchBtnDiv { padding: 2px 0px 0px 0px !important;}
#staticcomboOuterDiv5628846516073 {padding: 1px 10px !important;width: 34%;height: 70px !important;}
#TextBoxOuterDiv205303968 { padding: 1px 10px !important;width: 28%; height: 70px !important;}
#RadioButtonOuterDiv1181406 {width: 38%;padding: 1px 10px !important;height: 70px !important;}
.vital-ob-field-catheringlbl { /*font-size:21px;padding-top:1px;*/}
.popupClose{position: absolute; top: 0%;right: 0%; transition: all 200ms;font-size: 30px; font-weight: bold;text-decoration: none;color: #FFF;background-color: red;width: 6%; text-align: center; height: 36px;border-radius: 3px;background: #ec7c8e !important;background: -moz-linear-gradient(top, #ec7c8e 1%, #c2384f 50%, #be3146 51%, #76222d 100%) !important;background: -webkit-linear-gradient(top, #ec7c8e 1%,#c2384f 50%,#be3146 51%,#76222d 100%) !important;background: linear-gradient(to bottom, #ec7c8e 1%,#c2384f 50%,#be3146 51%,#76222d 100%) !important;filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7c8e', endColorstr='#76222d',GradientType=0 ) !important;border: 2px solid #76222d !important;}
#searchBtnDiv {padding: 0px 0px 0px 5px !important;}
#searchBtnDiv input{height: 35px !important;border-radius:5px;}
.vitalecg {display: block;}
.vitalecg .usercheckbox {font-size:20px;}
.vital-ob-field-width-notes {width:90.5%;padding:6px 10px 10px 4px;float:right;} 
 .vital-ob-txtField-height { height:39px;}
   .vital-ob-txtField-toppadding { padding-top:0px;}
        .vital-ob-txtField-p { height:100px; margin: 0; padding: 0;border-bottom:3px solid #0965B0;width:100%;}
        .vital-ob-field-rowContentPadding {    float: left;width: 100%;padding: 10px 0px;}
          .vital-field-lastCol-Padd{padding-right:5px;}
          .txtFibrolynaticINRResult {
    width: 14%;margin: 0px;float: left;padding: 0px 4% 0px 26px;
}
.tblPatientCompetencyDiv
  {  width: 97.1%;
  float: left;
  display: block;
  height: 200px;
  overflow: auto;
   padding: 0px 10px 0px 10px; 
  }
 /*.tblPatientCompetencyMapTable
  {  padding:10px 4px 0px 10px;} */

 @media only screen and (min-device-width: 1920px) and (max-device-width: 2560px) {
.tblPatientCompetencyMapTable
  {  padding:10px 6px 0px 10px ! important;} 
}
@media only screen and (min-device-width: 800px) and (max-device-width: 1600px) {
    .tblPatientCompetencyMapTable
  {  padding:10px 4px 0px 10px ! important;} 
}
 @media only screen and (min-device-width: 1920px) and (max-device-width: 2560px) {
.headerfallRisk
  {  padding:10px 9px 0px 10px !important;} 
}
@media only screen and (min-device-width: 800px) and (max-device-width: 1600px) {
    .headerfallRisk{  padding:10px 6px 0px 10px !important;} 
}

 @media only screen and (min-device-width: 1920px) and (max-device-width: 2560px) {
.adviceReceivedHeader
  {  padding:10px 8px 0px 10px !important;} 
}
@media only screen and (min-device-width: 800px) and (max-device-width: 1600px) {
    .adviceReceivedHeader{  padding:10px 5px 0px 10px !important;} 
}



 .clsNasalTampMainDiv 
    {

    width: 10%;
    height: 180px !important;
    padding:18px 0px 0px 10px;
    }
  .clsNasalTampEttcheckuncheckRadio 
    {

padding-top: 13px !important;
    }
     .clsNasalTampEttRadio 
    {
width: 50%;
float: left;
padding: 10px 10px 1px 10px;
    }
    .clsNasalTampDeviceRadio 
    {
width: 55%;
float: left;
padding: 10px;
    }
    .clsNasalTampEttDeviceRadioCheckuncheck 
    {margin-top: -1px;}


.clsunilateralwidth {
width:358px !important; 
    }
.clsspeedwidth {
width:533px !important
}
.clsnone {
width:358px !important
}
.clsAgeabcd
{
width:358px !important
}
.hxComplaintOtherwidth 
{
    width:99.2% !important;
}
.fastNotPossible 
{
    margin-top:0% !important;
}
      .adviceRecivedOthertxt 
{
    padding:39px 10px 0px 10px !important;
}
        .abcd2scoretxt {
        padding: 0.5% 0% 1% 0%;
        height: auto;
        width: 24.3%;
    }
     .clsmechinjuryOther {
        width: 99.3% !important;
    }
    .postintubationtxt {
    width: 8.5%;
    margin: 0;
    float: left;
    padding: 10px 23px 5px 1px;
    }
     .timeMedcls {
    padding: 8px 10px 10px 10px ! important; 
    }

         .general-lable-form-administratedby {
    line-height: 27px !important;
    /*line-height: 31px;*/
    white-space: nowrap;
}
.generalfontcolorsize {
font-size:17px !important;
color:black;
}
.clsNTClbl {
    /*padding-top:0.5%;*/
}
/*========================LoaderCss=================*/

.loading {
    height: 30px;
    margin-top: 16px;
    padding-left: 6px;
}
.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
  float:left;
}
.loading-bar:nth-child(1) {
  background-color: #3498db;
  animation-delay: 0;
}
.loading-bar:nth-child(2) {
  background-color: #c0392b;
  animation-delay: 0.09s;
}
.loading-bar:nth-child(3) {
  background-color: #f1c40f;
  animation-delay: .18s;
}
.loading-bar:nth-child(4) {
  background-color: #27ae60;
  animation-delay: .27s;
}

.loading-text {
    float: left;
    margin-left: 10px;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}/*========================Loader Css end===================================*/
 .clsVODicon {
padding-top:38px !important;
}