﻿        #MasterMenu
        {
            border: none;
        }
        #MasterMenu .k-item
        {
            /*//color: #ffffff;*/
            border: none;
        }

        #MasterMenu .k-item .k-link
        {
            color: #ffffff;
            padding-bottom: 6px;
        }

        .k-list-container {
            max-height: 400px !important;
        }

        #ReportGridMenu {
            border: none;
        }

        #ReportGridMenu > .k-item {
            border: none;
        }

        .k-list-container {
            max-height: 400px !important;
            max-width: 700px !important;
        }

        .noHover:hover {
            background-color: transparent;
            color: #0266BB;
        }

        .k-loading-image {
            background-image: url('/Images/ajax-loader-small.gif');

        }

        .k-tooltip .k-i-close {
            padding: 0px;
        }

        .hoverBlue:hover {
            color: #0266BB; 
        }

        #MasterMenu .k-state-highlight .k-link
        {
            color: #0266BB;
        }

        #LoginMenu {
            border: none;
        }
        #LoginMenu .k-item
        {
            /*//color: #ffffff;*/
            border: none;
        }

        #LoginMenu .k-item .k-link
        {
            color: #ffffff;
        }

        #LoginMenu .k-group .k-item .k-link
        {
            color: #666666;
        }

        #LoginMenu .k-state-highlight .k-link
        {
            color: #666666;
        }

        #LoginMenu .k-state-hover:hover {
            background-color: transparent; /*#0266BB; */
        }

        #LoginMenu .k-state-active {
            background-color: transparent;
        }

        #MasterMenu .k-state-hover:hover {
            background-color: transparent; /*#0266BB; */
        }

        #MasterMenu .k-state-active {
            background-color: transparent;
        }

        .ActionMenu {
            border: none;
        }

        .ActionMenu .k-item {
            border: none !important;
        }

        #ActionMenu {
            border: none;
        }

        #ActionMenu .k-item {
            border: none;
        }

        body {
            font-family: "Helvetica";
        }

        /*input[type=checkbox] {
        display: none;
    }*/

    /*input[type=radio] {
        opacity: 0;
        position:absolute;
        left: 0px;
        width: 22px;
        height: 22px;
        z-index: 9999;
        cursor: pointer;
    }

   input[type=radio] ~ label, input[type=checkbox] ~ label{
        display: inline-block;
        cursor: pointer;
        position: absolute;
        width: 22px;
        height: 22px;
        top: 0px;
        left: 0px;
        background-image: url('/Images/emptycheck.png');
    }


    input[type=radio]:checked ~ label,input[type=checkbox]:checked ~ label {
        cursor: pointer;
        display: inline-block;
        position: absolute;
        width: 22px;
        height: 22px;
        top: 0px;
        left: 0px;
	    background-image: url('/Images/check.png');
    }*/



#LoginMenu .k-group {
    color: #666666;
}

.k-tabstrip .k-content {
    border: none;
}
.k-tabstrip {
    border: none;
}
        
        .SlidingNav button {
            border: none;
        }
        .ContactNavDefault {
            color: #666666;
            text-decoration: none;
            font-weight: normal;
            border: none;
        }
        .ContactNavActive {
            color: #0079bc;
            text-decoration: none;
            font-weight: normal;
            border: none;
            outline: none;
        }

        /*.k-grid-header-wrap {
            border: none !important;
        }*/

        .k-grid .k-header .k-link:link {
            color: #0079bc !important;
        }
        .k-grid .state-selected {
            color: #363636;
            background-color: #c0d9ee;
        }

        /*.k-grid-header .k-header {
            border: none;
        }*/

        /*.k-grid {
            border: none !important;
        }*/
        /*#MasterMenu a:visited:not(.k-state-highlight) {
            color: #0266BB;
        }

        #MasterMenu .k-state-highlight .k-link {
            color: #0266BB;
        }

        #MasterMenu a:visited {
            color: #ffffff;
        }*/

        #LoginWindowDiv
        {
            background: transparent;
        }

        .LoginBackground
        {
            background-color: #0266BB;
            background-image: url('/images/HELIXprojectWeb16to9.png');
            background-repeat: no-repeat;
            background-position: center top;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

        .transparentStyle
        {
            background: transparent;
            background-color: transparent;
        }

        .k-widget .k-tooltip-validation
        {
            color: red;
            background-color: #ffffff;
            border-radius: 5px;
        }

        span.starsBlue, span.starsBlue span {
            display: block;
            background: url(/Images/starsBlue.png) 0 -20px repeat-x;
            width: 95px;
            height: 20px;
        }

        span.starsBlue span {
            background-position: 0 0;
        }

        span.starsRed, span.starsRed span {
            display: block;
            background: url(/Images/starsRed.png) 0 -20px repeat-x;
            width: 95px;
            height: 20px;
        }

        span.starsRed span {
            background-position: 0 0;
        }

        /*.k-grid th,
/*.k-grid td
{
    -webkit-transform: translateZ(0);
}*/*/