/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

body {
    background-color: #E3EFFF;
    font-family: Arial, sans-serif;
    background-image: url('../Images/backgroundpatch_login.jpg');
}

body.loginbackground {
    font-family: Arial, sans-serif;
    background-image: url('../Images/loginbackground.png');
    background-size: 100%;
    }

table.datatable {
    margin: 0;
    border-collapse: collapse;
    width: 100%;
}

    table.datatable th {
        padding: 0;
        font-weight: bold;
        color: #6d6d6d;
        text-align: left;
        white-space: nowrap;
        border: 1px solid #d0d0d0;
        font-size: 12px;
        position: relative;
    }

table.randomtable{
    margin: 0;
    border-collapse: collapse;
}

    table.randomtable thead{
        padding: 0;
        font-weight: bold;
        color: black;
        text-align: left;
        white-space: nowrap;        
        position: relative;
        text-decoration: underline;
        margin-bottom:3px;
    }

    table.randomtable tbody td input{
        margin: 0;
    }

.validation-summary-errors {
    color: red;
    font-size: 12px;
    background: url(../Images/error.png) no-repeat 2px top #f9c6c5;
    padding: 5px 5px 5px 10px;
    border: 1px solid;
}

    .validation-summary-errors li {
        list-style-type: none;
        list-style-position: outside;
        list-style-image: none;
        display: inline;
        margin-left: 15px;
    }

.validation-summary-success {
    color: green;
    font-size: 12px;
    background: url(../Images/sucess.png) no-repeat 2px top lightgreen;
    padding: 5px 5px 5px 10px;
    border: 1px solid;
}

table.datatable th a {
    color: #6d6d6d;
    display: inline;
    font-size: 12px;
}

    table.datatable th a:hover {
        color: #6d6d6d;
        text-decoration: underline;
        background: none;
        display: inline;
    }

img.disabled, a.disabled {
    pointer-events: none;
    cursor: default;
}

.validation {
    border: 1px solid #CD0A0A;
}

table.datatable td {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    padding: 3px;
    text-align: left;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}

table.datatable tr {
    height: 20px;
}
table.datatable tr:nth-child(even) {
    background: #dddddd;
}

table.datatable tr:nth-child(odd) {
    background: #FFF;
}

table.datatable table tr:nth-child(even) {
    background: none;
}

table.datatable table tr:nth-child(odd) {
    background: none;
}

table.datatable table tr:nth-child(even) td {
    border: none;
}

table.datatable table tr:nth-child(odd) td {
    border: none;
}

table.datatable tr:hover {
    background-color: #9A9A9A !important;
    color: white;
}

table.datatable tr.selected {
    background-color: #fbc005 !important;
}

table.datatable tr.highlight {
    background: pink;
}

table.datatable tr.grey {
    background-color:#dddddd;
}

table.datatable tr.white {
    background-color:#FFF;
}

table.datatable tr.highlightSelected {
    background: violet !important;
}

table.datatable tr.inactive {
    background:thistle
}

table.datatable tr.red {
    background: pink;
}

table.datatable tr.blue {
    background: #5B9BD5;
}

table.datatable tr.orange {
    background: #FFCE9D;
}

table.datatable tr.green {
    background: #72D886;
}

table.datatable tr.blue {
    background: #8bd2e4;
}

.infomsgbx {
    height: 250px;
    width: 500px;
}


.ScreenEntries {
    float: right;
    margin-right: 10px;
}

.buttonWrapper {
    width: 100%;
    margin: 5px 0;
}

.FilterHolder, .buttonWrapper {
    background-color: #f7f7f7;
    border: 1px solid #d6d6d6;
    height: 30px;
    width: 100%;
    position: relative;
    z-index: 10;
    margin: 0px auto;
}

.buttonWrapper_form {
    width: 100%;
    margin: 0px auto;
    position: relative;
    float: left;
}

.FilterHolder, .buttonWrapper_form {
    width: 100%;
    margin: 10px auto;
    position: relative;
    float: left;
}

.detailMenuWrapper {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    border: 1px solid #6593CF;
    background-color: #eef5ff;
    margin: 3px 0;
    padding: 0;
}

    .detailMenuWrapper li a {
        border: 1px solid transparent;
        display: block;
        float: left;
        height: 18px;
        margin-top: -2px;
        padding: 5px 0 3px;
        text-align: center;
        width: 24px;
    }

    .detailMenuWrapper li.horizontalMenuItem a:hover {
        border: 1px solid #6593CF;
        background-color: #acd0ff;
    }
/*.paginationWrapper
{
    width: 100%;
    display: block;
    position: relative;
    float: left;
    color: #9A9A9A;
    font-size: 11px;
    border: 1px solid #d6d6d6;
    padding-bottom: 2px;
}*/
.paginationWrapper {
    background-color: #EEF5FF;
    border: 1px solid #6593CF;
    display: block;
    float: left;
    margin: 3px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

    .paginationWrapper select {
        padding: 0;
        font-size: 13px;
        width: 100px;
    }

.Pagination a {
    line-height: normal;
}

.paginationWrapper ul {
    float: left;
    margin: 0;
    padding: 0;
}

    .paginationWrapper ul#pagination {
        float: left;
        margin: 0;
        padding: 0;
        margin-top: 2px;
    }

#pagination ul {
    margin: 0;
    margin-left: 10px;
}

#pagination li {
    border: 0;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 11px;
    list-style: none;
}

#pagination .previous-off, #pagination-ems .next-off {
    color: #666666;
    display: block;
    float: left;
    font-weight: bold;
    padding: 3px 7px;
    border: none;
}

#pagination .next a, #pagination-ems .previous a {
    font-weight: bold;
    border: solid 1px #FFFFFF;
}

#pagination a.next {
    background: url(../Images/next.png) no-repeat 50% 50% transparent;
    border: 1px solid #FFFFFF;
}

#pagination a.previous {
    background: url(../Images/previous.png) no-repeat 50% 50% transparent;
    border: 1px solid #FFFFFF;
}

#pagination a.first {
    background: url(../Images/first.png) no-repeat 50% 50% transparent;
    margin-left: 5px;
    border: 1px solid #FFFFFF;
}

#pagination a.last {
    background: url(../Images/last.png) no-repeat 50% 50% transparent;
    border: 1px solid #FFFFFF;
}

/*
#pagination a:hover.next {
    background: url(../Images/NextArrowIcon_hover.png) no-repeat 50% 50% #6593CF;
}

#pagination a:hover.previous {
    background: url(../Images/PreviousArrowIcon_hover.png) no-repeat 50% 50% #6593CF;
}

#pagination a:hover.first {
    background: url(../Images/FirstArrowIcon_hover.png) no-repeat 50% 50% #6593CF;
}

#pagination a:hover.last {
    background: url(../Images/LastArrowIcon_hover.png) no-repeat 50% 50% #6593CF;
}
    */

#pagination a.active {
    color: white;
    border: solid 1px #adadad;
    background-color: #adadad;
    border-radius: 10px;
}

#pagination a {
    color: #6D99D2;
    border: 1px solid #6593CF;
    background-color: #ACDOFE;
    float: left;
    display: block;
    padding: 2px;
    text-decoration: none;
    margin-right: 2px;
    border-radius: 0;
    font-weight: normal;
    font-size: 11px;
}

    #pagination a:hover {
        color: #FFFFFF;
        border: solid 1px #6593CF;
        background-color: #6593CF;
    }

#pagination span.active {
    color: white;
    border: solid 1px #6593CF;
    background-color: #adadad;
    border-radius: 10px;
}

#pagination span {
    color: #a4a4a4;
    border: solid 1px #adadad;
    display: block;
    float: left;
    display: block;
    padding: 3px 7px;
    text-decoration: none;
    margin-right: 2px;
    border-radius: 30px;
    font-size: 12px;
    border-radius: 10px;
}

    #pagination span:hover {
        color: #FFFFFF;
        border: solid 1px #adadad;
        background-color: #adadad;
    }

.filter {
    background-image: url('../Images/icon-filter.png');
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: right;
}

.filterText {
    border: 1px solid #D6D6D6;
    float: right;
    margin-top: 4px;
    width: 163px;
}

@media only screen and (max-device-width :768px) {

    .filterText {
        border: 1px solid #D6D6D6;
        float: right;
        margin-top: 4px;
        width: 145px;
    }
}

@media only screen and (max-device-width :1920px) {

    .filterText {
        border: 1px solid #D6D6D6;
        float: right;
        margin-top: 3px;
        width: 155px;
    }
}





.clear {
    clear: both;
}

.filterSpan {
    float: right;
}

.horizontalMenuItem {
    vertical-align: central;
    display: inline;
    list-style-type: none;
    float: left;
}

.tab .horizontalMenuItem a:hover {
    background-color: transparent;
}

.horizontalSelectedMenuItem {
    display: inline;
    list-style-type: none;
    padding-right: 5px;
    padding-left: 5px;
}

.tab .horizontalSelectedMenuItem a:hover {
    background-color: transparent;
}

.horizontalSelectedMenuItem img {
    position: relative;
    background: #adadad;
}

.linkbutton {
    background-color: transparent;
}

.tab .linkbutton a:hover {
    background-color: transparent;
}

table.FormTable {
    width: 100%;
    color: black;
    font-size: 12px;
    margin: 0;
}

    table.FormTable td {
        padding: 0 0 0 0;
        word-wrap: break-word;
        white-space: nowrap;
    }

        table.FormTable td.LabelTd {
            vertical-align: top;
            white-space: nowrap;
            padding: 5px;
        }

        table.FormTable td input{
            float: left
        }

        table.FormTable td img{
            float: left
        }

        table.FormTable td select{
            float: left
        }
/*
input {
    height: 10px;
  display: block;
}
*/
input[type="radio"] {
    border: none;
    float: none;
}

div.pop-up {
    display: none;
    position: absolute;
    width: 275px;
    padding: 10px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #6D99D2;
    font-size: 80%;
    z-index: 1099;
}
    div.pop-up img {
        margin-bottom: -6px;
    }

.filter1 {
    float: right;
    height: 10px;
}

input[type="submit"], input[type="button"], input[type="submit"].IconWithText, input[type="button"].IconWithText, button[type="button"], #Federation, #Azure {
    background: url(../Images/Button_BlueNormal.jpg) repeat-x;
    border: 1px solid #6593CF;
    /*   background-color: #408DCF;
    background-position: left;
    background-repeat: no-repeat;
    border: none;
    margin-left: 0;
    /*height: 10px;
    width: 20px;
    border-radius: 3px;
    color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #007eea #245d8e #245d8e #007eea;
    cursor: pointer;*/
}

    input[type="submit"].IconWithText, input[type="button"].IconWithText, button[type="button"] {
        padding-left: 0;
        width: auto;
    }

a.IconButton {
    margin-left: 0;
    padding: 0;
    background-color: #408DCF;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: none;
    border-radius: 3px;
    color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    float: left;
    display: block;
    border-color: #007eea #245d8e #245d8e #007eea;
}

a.IconWithText {
    margin-left: 5px;
    padding: 0px 0px 0px 0px;
    width: auto;
    font-size: 10px;
    line-height: 20px;
    text-decoration: none;
    background-color: #408DCF;
    background-position: left;
    background-repeat: no-repeat;
    border: none;
    border-radius: 3px;
    color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    float: left;
    display: block;
    border-color: #007eea #245d8e #245d8e #007eea;
}

.panel-container input[type="submit"], .panel-container input[type="button"], .panel-container input[type="submit"].IconWithText, .panel-container input[type="button"].IconWithText, .panel-container a.IconButton, .panel-container a.IconWithText {
    background-color: #999;
    border-color: #696969 #666666 #666666 #696969;
}

    input[type="submit"]:hover, input[type="button"]:hover, input[type="submit"]:hover.IconWithText, input[type="button"]:hover.IconWithText, a:hover.IconButton, a:hover.IconWithText, .panel-container input[type="submit"]:hover, .panel-container input[type="button"]:hover, .panel-container input[type="submit"]:hover.IconWithText, .panel-container input[type="button"]:hover.IconWithText, .panel-container a:hover.IconButton, .panel-container a:hover.IconWithText, #Federation:hover, #Azure:hover {
        background: url(../Images/Button_YellowHover.jpg) repeat-x;
        border: 1px solid #6593CF;
        /*   background-color: #f2a327;
    border-width: 1px;
    border-style: solid;
    border-color: #eb9000 #b36f04 #b36f04 #eb9000;*/
    }

input[type="submit"].Login {
    padding: 0px 0px;
    margin-left: 0px;
    background-position: 50% 50%;
}

/* Login*/
.Login {
    margin: 0 auto;
    display: inline-block;
    width: 300px;
    padding: 10px;
    margin-top: 15%;
    margin-left: 5%;
    border-radius: 20px;
    background-color: #FFFFFF;
    font-size: 12px;
}

    .login div {
        margin: 3px 0;
    }

.loginTextBox {
    width: 99%;
    border: 1px solid #BFBFBF;
}

img.center
{
    display: block;
    margin: 10px auto;
    width: 100%;
}
.ApplicationLogo
{
    max-width: 300px;
}


/* Tabbed Panel */
.etabs {
    margin: 0;
    padding: 0;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    background-color: #eaeae9;
}

.tab {
    display: inline-block;
}

    .tab a {
        font-size: 12px;
        font-weight: bold;
        position: relative;
        top: 1px;
        padding: 0;
        margin: 0px 0px 0px 0px;
        list-style: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        cursor: pointer;
        color: black;
        background-repeat: no-repeat;
        background-position: right;
        text-decoration: none;
    }

        .tab a:hover {
            background-color: #408dcf;
            border-left: solid 0px #dadada;
            border-top: solid 0px #dadada;
            border-right: solid 0px #dadada;
            background-image: none;
            color: #FFFFFF;
        }

    .tab.active {
        background-color: #a5cf4c;
        border-left: solid 0px #dadada;
        border-top: solid 0px #dadada;
        border-right: solid 0px #dadada;
        background-image: none;
        color: #FFFFFF;
        background-image: url(../Images/TabbedPanleDownArrow.png);
        background-repeat: no-repeat;
        background-position: 95% 55%;
    }

    .tab a.active {
        color: #FFFFFF;
    }

        .tab a.active:hover {
            padding: 0px;
            border: none;
        }

.tab-container .panel-container {
    margin-top: 0px;
    padding: 0px 0;
    border-left: solid 1px #dadada;
    border-bottom: solid 1px #dadada;
    border-top: solid 1px #dadada;
    border-right: solid 1px #dadada;
    background-color: #FFFFFF;
    overflow: auto;
    background-image: url(../Images/TabbedpanelBGPatch.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    position: relative;
}

.panel-container {
    margin-bottom: 0px;
}

input[type="radio"] {
    width: auto;
    display: inline
}

/* WebKit gets its native focus styles.
 */
@media (-webkit-min-device-pixel-ratio:0) {
    input[type="radio"]:focus {
        outline-style: solid;
        outline-width: 1px;        
    }
}

[id^="scheduler_here"] input[type="radio"] {
    width: auto;
    display: inline;
    top: 3px;
}

.datatable th a {
    float: left;
}

td .smallimagebutton {
    margin-right: 0;
    margin-left: 2px;
    padding: 2px;
    width: 15px;
    height:15px;
    position: relative;
    font-size: 1em;
    background: url(../Images/Button_BlueNormal.jpg) repeat-x;
    border: 1px solid #6593CF;
}

input[type="submit"]:hover, input[type="image"]:hover, input[type="submit"]:hover.IconWithText, input[type="image"]:hover.IconWithText, a:hover.IconButton, a:hover.IconWithText, .panel-container input[type="submit"]:hover, .panel-container input[type="image"]:hover, .panel-container input[type="submit"]:hover.IconWithText, .panel-container input[type="image"]:hover.IconWithText, .panel-container a:hover.IconButton, .panel-container a:hover.IconWithText {
    background: url(../Images/Button_YellowHover.jpg) repeat-x;
    border: 1px solid #6593CF;
}

td input[type="button"].smallbutton {
    margin-right: 1px;
    margin-left: 1px;
    padding: 0px;
    width: 20px;
    height:19.5px;
    position: relative;
    font-size: 1.08em;
}

input[type="button"].longbutton {
    margin-right: 0;
    margin-left: 2px;
    padding: 2px;
    position: relative;
    font-size: 1em;
}

@-moz-document url-prefix() {
    .smallbutton {
        margin-right: 0;
        margin-left: 2px;
        padding: 0px 2px 1px 2px !important;
        width: 20px;
        position: relative;
    }
}

/*  */
.MainWrapperTable {
    width: 100%;
    height: 80%;
    vertical-align: top;
    background: url(../Images/backgroundpatch.jpg) no-repeat left top #e3efff;
}

.projectinformation {
    position: relative;
    float: left;
    margin-top: 5%;
    padding: 5px;
}

.LHS_MainNavigation {
    width: 100%;
    vertical-align: top;
    background-color: #e3efff;
    position: relative;
    float: left;
    position: relative;
}

.ContentWrapper {
    width: 90%;
    height: 100%;
    vertical-align: top;
    border-left: 1px solid #6593cf;
    padding: 3px;
}

.splitterbox {
    width: 100%;
    padding: 0px 0 0px 0;
}

    .splitterbox ul {
        float: right;
        margin-right: 3px;
    }

        .splitterbox ul li {
            float: left;
            list-style-type: none;
            margin: 0 2px;
        }

.sf-vertical ul.submenu {
    min-height: 31px;
    max-height: 300px;
    width: 210px;
    overflow: auto;
    border: 1px solid #6593cf;
}

    .sf-vertical ul.submenu a span {
        left: 30px;
    }


#subtabs {
}


td.projectinformation h2 {
    color: #15428b;
}

#fwVersion, #pdVersion, .currentdateinfo {
    color: #666666;
    font-size: 11px;
}

#loggedInUser {
    color: #3764a0;
    border-top: 1px dotted #6593CF;
    margin-top: 10px;
    padding-top: 5px;
}

 a.supportLink{
    color: #3764a0;
    text-decoration: none;
}

a.supportLink:hover{
    color: #3764a0;
    text-decoration: underline;
    background-color: transparent;
}

#appName h2 {
    color: #007eea;
}

.currentdateinfo {
    margin-bottom: 11px;
}

#NavigationMenu a.logout {
    border-top: 1px solid #6D99D2;
    border-bottom: 1px solid #6D99D2;
}


#subtabs .ui-tabs-nav {
    background-color: #e4e4e4;
    border: 1px solid #999999;
}

#subtabs, #subtabs .ui-state-active {
    /*border: 1px solid #999999;*/
}

.Login table td {
    padding: 3px;
}

.notificationMessage {
    width: 100%;
    padding: 5px 0;
    border: 1px solid;
}

    .notificationMessage span {
        margin-left: 25px;
        width: 90%;
        display: block;
    }

    .notificationMessage.error {
        color: #333333;
        font-size: 12px;
        background: url(../Images/error.png) no-repeat 3px 3px #f9c6c5;
        border: 1px solid #e97d7d;
    }

    .notificationMessage.info {
        color: #333333;
        font-size: 12px;
        background: url(../Images/information.png) no-repeat 3px 3px #bfe7f1;
        border: 1px solid #71c3d8;
    }

    .notificationMessage.success {
        color: #333333;
        font-size: 12px;
        background: url(../Images/sucess.png) no-repeat 3px 3px #cdeea7;
        border: 1px solid #89b05f;
    }

    .notificationMessage.warning {
        color: #333333;
        font-size: 12px;
        background: url(../Images/warning.png) no-repeat 3px 3px #fbe3a7;
        border: 1px solid #d8a434;
    }


.paginationWrapper #pagination a {
    line-height: 20px;
    width: 20px;
}

ul.entryperpage {
    float: left;
}

    ul.entryperpage li {
        list-style-type: none;
        float: left;
    }

        ul.entryperpage li a {
            background-color: #EEF5FF;
            border: 1px solid #6593CF;
            color: #15428B;
            display: block;
            float: left;
            height: 18px;
            line-height: 19px;
            margin-top: -2px;
            padding: 5px 0 3px;
            text-align: center;
            width: 24px;
            opacity:1;
        }

            ul.entryperpage li a:hover {
                background-color: #ACDOFE;
                border: 1px solid #6593cf;
                width: 24px;
                color: #FFFFFF;
            }


.detailMenuWrapper li a.disabledclass:hover {
    background: none;
    border: 1px solid transparent;
}

.detailMenuWrapper li.disabledclass a {    
    opacity: 0.3;
}


a.disabledclass:hover {
    background: none;
    border: none;
}

a.disabledclass {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
    cursor: default !important;
    pointer-events: none;
}
.custom-disabled {
    background-color: #EBEBE4;
    border: 1px solid #ABADB3;
    padding: 2px 1px;
    color: rgb(84, 84, 84);
}

#modal #divGridView {
    float: left;
    width: 100%;
}

#modal ul.entryperpage li a {
    text-decoration: none;
    margin-top: 0;
    border-top: none;
    border-bottom: none;
    border-right: none;
    font-size: 12px;
}

    #modal ul.entryperpage li a:hover {
        background-color: #6593cf;
        color: #FFFFFF;
    }

#divGridView {
    float: left;
    width: 100%;
}

.divGridView {
    float: left;
    width: 100%;
    overflow: auto;
    position: relative;
}

.divDetailView {
    float: left;
    overflow: auto;
    position: relative;
}

.paginationdata {
    float: right;
    display: block;
}

.paginationWrapper #pagination a {
    border: none;
}

.FormTable a {
    text-decoration: underline;
    background-color: transparent;
    font-weight: normal;
}

    .FormTable a:hover {
        text-decoration: underline;
        background-color: white;
        color: black;
        font-weight: bold;
    }

.modelpopupbutton {
    white-space: nowrap;
    float:left;
}

.modelpopupbutton2{
    white-space: nowrap;
    float:left;    
}
    .modelpopupbutton2 input{
        margin-top: 0px;
    }

.divCheckBoxList {
    height: 100px;
    overflow: auto;
    width: auto;
}

    .divCheckBoxList input {
        float: none;
    }

.divCheckBoxListHorizontal input{
    float: none !important;
}

.filterfromdate {
    width: auto;
}

.filtertodate {
    width: auto;
}

.radioLabel {
    display: inline-block;
    float: left;
    margin-right: 10px;
    color: #000000;
    font-weight: normal;
    margin-top: 1.5px;
    font-size: 12px;
    padding-top: 2px;
}

.radioInput {
    margin-right: 5px;
    float: left !important;
    display: inline-block;
    margin-top: 3px;
}

.checkboxInput {
    margin-right: 5px;
    float: left !important;
    display: inline-block;
}

.FormTable td img {
    margin-bottom: -6px;
}

.FormTable td select {
    height: 21px;
    width: 255.8px;
}
/*.ie .FormTable td select{ margin: 2px 0;}*/

.selected {
    background-color: #6593CF;
}

.customListBox {
  
}


.emptyResult {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #333;
    padding: 2px;
    margin: 5px;
    border: 1px solid #d0d0d0;
}

.color { color: transparent;width: 20px;}

.ui-menu .ui-menu-item a {
    font-size: 12px;
}

@import "http://fonts.googleapis.com/css?family=Lato";
#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
    border: 0 none;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}
#cssmenu a {
    line-height: 1.3;
    padding:9px 15px;
}
#cssmenu {
    /*height: 400px;*/
    /*overflow-y: auto; overflow-x:hidden;*/
    /*width: 180px;*/
}

#cssmenu > ul > li {
        border-bottom: 1px solid #6d99d2;
    cursor: pointer;
}

#cssmenu > ul > li a img{
	display: block; 
    float:left; 
    margin-right:10px;
    height: 21px;
    width: 21px;
}

#cssmenu > ul > li:last-child {
    border-bottom: 1px solid #6d99d2;
}
#cssmenu > ul > li > a {
    background:url(../Images/Button_BlueNormal.jpg) repeat-x;
    color: #000000;
    display: block;
    font-size: 12px;
}
#cssmenu > ul > li > a:hover {
    text-decoration: none;
    background:url(../Images/Button_YellowHover.jpg) repeat-x;
}
#cssmenu > ul > li > a:focus {
    text-decoration: none;
    background:url(../Images/Button_YellowHover.jpg) repeat-x;
}
#cssmenu > ul > li.active {
    border-bottom: medium none;
}
#cssmenu > ul > li.active > a {
   
    background:url(../Images/Button_YellowHover.jpg) repeat-x;
        border-bottom: 1px solid #6d99d2;
}
/*#cssmenu > ul > li > a {
   
    background:url(../Images/Button_YellowHover.jpg) repeat-x;
        border-bottom: 1px solid #6d99d2;
}*/
#cssmenu > ul > li.has-sub > a:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    position: absolute;
    right: 25px;
    top: 10px;
}
#cssmenu > ul > li.has-sub.active > a:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffffff transparent transparent;
    border-image: none;
    border-right: 5px solid transparent;
    border-style: solid;
    border-width: 5px;
    right: 25px;
    top: 12px;
}
#cssmenu ul ul {
    display: none;
    padding: 0;
}
#cssmenu ul ul a {
    background:#cddffa;
    color: #000000;
    display: block;
    font-size: 12px;
    opacity:1;
}
#cssmenu ul ul li {
    border-bottom:1px solid #6d99d2;
}
#cssmenu ul ul li.odd a {
    background:#cddffa;
}
#cssmenu ul ul li:last-child {
        border-bottom: 1px solid #6d99d2;
}
#cssmenu > ul > li > ul > li > a:hover {
    text-decoration: none;
    background:url(../Images/Button_YellowHover.jpg) repeat-x;
}
#cssmenu > ul > li > ul > li > a:focus {
    text-decoration: none;
    background:url(../Images/Button_YellowHover.jpg) repeat-x;
}
.cssmenuexternals > ul > li > a{
    background:url(../Images/Button_BlueNormal.jpg) repeat-x;
    color: #000000;
    display: block;
    font-size: 12px;
}
.cssmenuexternals > ul > li > a:focus {
    text-decoration: none;
    background:url(../Images/Button_YellowHover.jpg) repeat-x;
}

.validateDecimal { 
    text-align: right;
}

.validateInteger { 
    text-align: right;
}

.validateIntegerWithZero { 
    text-align: right;
}

.validateIntegerForFilterControl{
    text-align: right;
}

.validateDecimalForFilterControl { 
    text-align: right;
}

.starRating:not(old){
  display        : inline-block;
  width          : 15em;
  height         : 1.9em;
  overflow       : hidden;
  vertical-align : bottom;
}

.starRating:not(old) > input{
  margin-right : -100%;
  opacity      : 0;
}

.starRating:not(old) > label{
  display         : block;
  float           : left;
  position        : relative;
  background      : url(../Images/star-on.svg);
  background-size : contain;
}

.starRating:not(old) > label:before{
  content         : '';
  display         : block;
  width           : 1.5em;
  height          : 1.5em;
  background      : url(../Images/star-off.svg);
  background-size : contain;
  opacity         : 0;
  transition      : opacity 0.2s linear;
}

.starRating:not(old) > :checked ~ label:before {
  opacity : 1;
}


.divPasteBox{
            cursor: text;
	        border: 1px solid #ccc;
	        overflow: auto;
}

.divPasteBox img{
            max-width: 100%;
	        max-height: 100%;
}

.disabledInput
{
    background-color: #D3D3D3;
}

.fileuploadlabel
{
    display: block;
    font-size:1em;
    font-weight:normal;
}

.fileuploaddeletebutton
{
    font-size:1em;
    font-weight:normal;
}

.fileuploadlabel input
{
    pointer-events: none;
}

/*Autocomplete list*/
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
}

input[type="text"][readonly], input[type="password"][readonly] {
    background-color: #d3d3d3;
}

.FormTable tr td span a {
    top: 0px;
}

.hidden {
    display: none;
}

.masterlogin-header {
    text-align: center;
    border: 1px solid #000000;
    margin-bottom: 20px;
    padding: 4px;
    font-size: 20px;
    color: #000000;
    background-color: #ffffff;
}