﻿#companyLogoImage
{
padding-bottom: 8px !important;
padding-top: 18px !important;
}
html {
    margin: 0;
    padding: 0;
}

/*2016.07.03-ZK*/
/*.FormPlaceHolderLabel,.FormPlaceHolderCell {
    min-height:30px !important;
}*/

/*2016.06.28-ZK-radGrid Grouping Style*/
.rgGroupPanel {
    border: none !important;
    margin-top: 10px !important;
}

.rgGroupItem {
    border: none !important;
}

.rgUngroup, .rgSortAsc {
    border: none !important;
    border-radius: unset !important;
    width: 20px !important;
    margin: auto !important;
    background-color: transparent !important;
}

.rgGroupHeader, .rgGroupCol {
    background-color: #ededed !important;
}

    .rgGroupHeader > td {
        border-style: solid !important;
        border-width: 0px 0px 1px 0px !important;
        border-color: lightgray !important;
    }

    .rgGroupHeader td p {
        font-weight: bold !important;
        color: rgb(95, 94, 94);
    }

.rgRow > td {
    border-style: solid !important;
    border-width: 0px 0px 1px 0px !important;
    border-color: lightgray !important;
}

.rgAltRow > td, .rgEditRow > td {
    border-style: solid !important;
    border-width: 0px 0px 1px 0px !important;
    border-color: lightgray !important;
}


.rgCollapse, .rgExpand {
    border: none !important;
    border-radius: unset !important;
    width: 20px !important;
    margin: auto !important;
    background-color: transparent !important;
}

/*2016.06.06-ZK-WORKFLOW COLLAPSIBLE*/
.panels {
    position: absolute;
}

.workflowPanel {
    position: relative;
    display: inline-block;
}

    .workflowPanel img {
        position: absolute;
        top: 0px;
        right: 5px;
    }

.workflowPanelIcon {
    width: 950px;
    height: 20px;
}

.workflowPanelContainer {
    border: 1px solid rgba(0,0,0,0.2);
    background-color: rgb(241, 238, 238);
    vertical-align: middle;
    padding: 2px;
    border-radius: 15px;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
}

    .workflowPanelContainer table {
        width: 100%;
    }
/*span {
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
	}*/


/*2016.03.31-ZK-Calendar Icon */
.Calendar {
    width: 25px !important;
    height: 25px !important;
}

.activeCompanyLoggedInLabel {
    color: rgba(0,0,0,0.4);
    width: 100px;
    clear: left;
}

.progress-indicator {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    /* IE filter */
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5; /* Mozilla extension */
    -khtml-opacity: 0.5; /* Safari/Conqueror extension */
    opacity: 0.5; /* CSS3 */
    z-index: 1000;
    /*background-color:rgba(241, 238, 238,0.7);*/
    display: none;
}

    .progress-indicator img {
        margin-top: 15%;
        margin-left: auto;
        margin-right: auto;
    }

/*2016.03.31-ZK-PAGE SIZE DROPDOWN ADDED FOR SLIDER PAGING CONTROL*/
.RadGrid .rgPager .RadComboBox {
    margin: 0 4px 0 0 !important;
}
/*2015.03.31-ZK-TOP MENU BACKGROUND COLOR FIX*/
.RadMenu_Metro div.rmRootGroup, .RadMenu_Metro ul.rmRootGroup {
    background-color: white !important;
}

/*2015.03.31-ZK-RADGRID FILTER COLUMN FIX*/
.RadGrid .rgFilterRow td {
    padding-right: 30px !important;
}

/*2015.03.31-ZK-RADGRID BODER FIX*/
.RadGrid, .RadGrid_Metro {
    border-color: transparent !important;
    border: none !important;
    width: auto !important; /*2014.12.31-ZK-RADGRID COLUMN SPACING FIX*/
}

.rgMasterTable {
    min-width: 56% !important; /*2014.12.31-ZK-RADGRID COLUMN SPACING FIX*/
    table-layout: auto !important; /* MasterTableViewTableLayout*/
}

/*2015.05.31-ZK-TOP ICON IMAGES SPACING*/
.RadMenu .rmItem {
    padding-left: 15px !important;
}

.rmHorizontal {
    top: 10px  !important;
}

/*2015.05.31-ZK-TOP ICON IMAGES ROUND CORNER*/
.rmLeftImage {
    background-color: rgb(42, 42, 41); /*rgb(254, 219, 0);*/
    width: 28px;
    height: 28px;
    padding: 1px !important;
    margin: 1px !important;
    background-size: cover;
    background-position: center center;
    display: block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    /* background-image: none,linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%); */
    background-position: 50% 50%;
    box-shadow: 4px 4px 5px #888888;
}

/*.rmLeftImage:hover {
    -webkit-filter:invert(100%);
     filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1');
    background-color: rgba(255,255,255,0.5);
    border-radius:1em;
    padding:2px !important;
    margin:2px !important;
}*/

.rgHeader {
    background-color: rgb(254, 219, 0); /*rgb(95, 95, 95);*/
    color: rgb(42, 42, 41) !important;
    font-size: 12px !important;
    font-weight: normal !important;
}

    .rgHeader:hover {
        background-color: white;
        color: rgb(42, 42, 41) !important;
        font-size: 12px !important;
        font-weight: normal !important;
    }

    .rgHeader .rgHeaderOver {
        background-color: white !important;
        color: rgb(42, 42, 41) !important;
        font-size: 12px !important;
        font-weight: normal !important;
    }

    .rgHeader a {
        font-size: 12px !important;
        font-family: 'Arial';
        color: rgb(42, 42, 41) !important;
        font-weight: normal !important;
    }

        .rgHeader a:hover {
            font-size: 12px !important;
            font-family: 'Arial';
            color: rgb(42,42,41) !important;
            font-weight: normal !important;
        }

.rgHeaderOver a {
    font-size: 12px !important;
    font-family: 'Arial';
    color: rgb(179,3,0) !important;
    font-weight: normal !important;
}

/*2015.03.31-ZK-RADSPELL ADDED*/
.rscLinkImg, .rscLink {
    background: url("Images/Spell Check.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 22px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -9999px;
    width: 22px;
}

/*2016.03.05-ZK-FAVORITES MENU BUTTON*/
.menuDetailButton {
    /*background: url('./Images/fav.png') bottom no-repeat;*/
    /*background-size: 16px;*/
    margin: 0px !important;
    padding: 0px !important;
    text-indent: -99999px;
    vertical-align: top;
}

    .menuDetailButton:hover {
        /*background: url('./Images/fav-gray.png') bottom no-repeat;*/
        /*background-size: 16px;*/
        margin: 0px !important;
        padding: 0px !important;
        text-indent: -99999px;
    }

body {
    background-color: #fff;
    color: rgb(95, 94, 94); /*rgb(132, 136, 139);*/
    font-size: 12px !important;
    font-family: 'Arial';
    margin: 0;
    padding: 0;
}


/* Page Load Time 2014.09.21*/
.load_time {
    position: fixed;
    bottom: 0px;
    color: Red;
}

/* Start - Login Page */

/* 2014.09.13 */
div.centerParent, td.centerParent {
    text-align: center;
}

/* 2014.09.13 */
div.center, table.center {
    text-align: left;
    margin-right: auto;
    margin-left: 10%;
}

.centerLoginSection {
    width: 300px;
}

.centerLogin {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    padding: 0px 0px 25px 0px;
    background-color: rgba(255, 255, 255, 0.70);
}

    .centerLogin ol {
        width: 350px;
        height: 340px;
    }

.centerLogo {
    /*background-color: rgb(254, 219, 0);*/
    padding: 15px 20px 25px 20px;
}

    .centerLogo img {
        vertical-align: middle;
        text-align: center;
    }

    .centerLogo p {
        text-align: justify;
        color: white;
        font-size: 12px;
        font-weight: 100;
    }


.login-drop-shadow {
    background: rgba(208,208,206);
    margin: 2em 0px 4em;
    padding: 1em 0em 1em;
    float: left;
    position: relative;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.4), inset 0px 0px 40px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .login-drop-shadow::before {
        position: absolute;
        z-index: -2;
        content: "";
    }

    .login-drop-shadow::after {
        position: absolute;
        z-index: -2;
        content: "";
    }

.login-lifted {
    border-radius: 4px;
    -moz-border-radius: 4px;
}

    .login-lifted::before {
        left: 10px;
        width: 50%;
        height: 20%;
        bottom: 15px;
        max-height: 100px;
        max-width: 300px;
        box-shadow: 0px 15px 10px rgba(0,0,0,0.7);
        transform: rotate(-3deg);
        -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
    }

    .login-lifted::after {
        left: 10px;
        width: 50%;
        height: 20%;
        bottom: 15px;
        max-height: 100px;
        max-width: 300px;
        box-shadow: 0px 15px 10px rgba(0,0,0,0.7);
        transform: rotate(-3deg);
        -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
    }

    .login-lifted::after {
        left: auto;
        right: 10px;
        transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
    }

.LoginLabel {
    color: rgba(0,0,0,0.6);
    padding-right: 5px;
}

.Logintextbox {
    min-width: 180px;
}

.LoginSubmit {
    padding-left: 15px !Important;
    padding-right: 15px !Important;
    margin-left: 0px !important;
}
/* 2014.09.13 */

/* End - Login Page */

.WrappingItem {
    /*border: 1px solid rgb(254, 219, 0);
    background-color: rgb(254, 219, 0);*/
    margin-left: auto;
    margin-right: auto;
    /*left:-30%;*/
}

.UserSummaryContainer {
    width: 300px;
    border: 1px solid rgb(254, 219, 0);
    background-color: white;
}

.ItemSummary td, .AltitemSummary td {
    color: rgb(42, 42, 41);
    font-size: 10px !important;
}

/*function setBrowserClasses() {
    if (true == $.browser.mozilla) {
        $('body').addClass('firefox');
    }
}*/

a {
    color: rgb(132,136,139);
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
    }

    a:hover {
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    clear: left;
    float: none;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    /*max-width: 960px;*/
}


.content-wrapper1 {
    width: 100%;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;
}

#login_body {
    background-image: url('Images/Login-Background.jpg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
    height: 100%;
    width: 100%;
}

#dashboard-body {
    border-top: solid 5px rgb(254, 219, 0);
    clear: both;
    padding-bottom: 35px;
    background-color: white;
}

.dashboard-photo-wrapper {
    margin: 3px;
}

    .dashboard-photo-wrapper div {
        vertical-align: bottom;
    }

.dashboard-photo {
    border-left: solid 10px rgb(178,178,178);
}

.dashboard-content h1, .dashboard-content h2, .dashboard-content h3 {
    margin: 0px;
    padding: 0px 5px;
}

.dashboard-photo-wrapper h1 {
    color: rgb(254, 219, 0);
}


/* Dashboard DaPPs layout
    ----------------------------------------------------------*/
.dapps-content-wrapper {
    margin: 10 auto;
    width: 400px;
}

.dapps-header-wrapper {
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    width: 400px;
    border-bottom: solid 1px rgb(178,178,178);
}

.DaPPs-Title-Icon {
    width: 32px;
    height: 32px;
    border: solid 1px rgb(178,178,178);
    background-color: rgb(178,178,178);
    text-align: center;
    vertical-align: middle;
}

    .DaPPs-Title-Icon h2 {
        margin: 0px;
        padding: 0px;
        color: #ffffff;
    }

.DaPPs-Title h3 {
    margin: 0px;
    padding: 0px;
    color: rgb(95,94,94);
}

.today-date {
    font-size: 18px;
    word-wrap: break-word;
}

#body {
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    padding-left: 5px; /*2015.05.25-ZK-10px;*/
    padding-top: 65px; /*2015.05.25-ZK-5px;*/
}
/* 2014.09.13 - REMOVED */
/*.login-main-content {

        float: left;
        position:fixed;
        top: 35%;
        left: 60%;
    }*/

.dashboard-main-content {
    float: left;
    margin: 0px;
}

.test {
    border: 1px solid red;
}

.headerMenuDropShadow {
    margin: 0px;
    position: relative;
    /*border: 1px solid #dedede;*/
    box-shadow: 3px 3px 6px -4px #bcbcbc, -3px 3px 6px -4px #bcbcbc;
}

.headerMenuWrapper {
    width: 360px;
    outline-width: medium;
    outline-style: none;
    outline-color: invert;
}

.headerMenuWrapperContents {
    max-height: 173px;
}

.headerMenuWrapperHeader {
    width: 100%;
    height: 32px;
    position: relative;
}

.headerMenuWrapperFooter {
    height: 71px;
    border: 1px solid #a2b7bf;
    position: relative;
}
/* .DataGrid Layout    ----------------------------------------------------------*/
.DataGrid {
    width: 100%;
}

.DataGridHeader {
    background-color: rgb(95, 95, 95);
}
    /*.DataGridHeader { background-color: rgb(254, 219, 0);}*/
    .DataGridHeader td {
        padding: 3px;
    }

    .DataGridHeader, .DataGridHeader a {
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        padding: 1px;
    }

.DataGridItem td .DataGridButtons td, .DataGridAlternatingItem td .DataGridButtons td {
    border: none;
}

.DataGridHeader, .DataGridItem td, .DataGridAlternatingItem td {
    border: 1px solid rgb(178,178,178);
    text-align: center;
    padding: 1px;
}

    .DataGridHeader td input[type="image"] {
        background-color: rgb(254, 219, 0);
    }

.DataGridAlternatingItem td {
    background-color: #eae8e8;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
}

/* .EditGrid Layout
    ----------------------------------------------------------*/
.EditGrid {
}

.EditGridHeader {
    background-color: rgb(95, 95, 95); /*rgb(254, 219, 0);*/
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

    .EditGridHeader .EditGrid_Buttons_Container td {
        border: none;
        padding: 0px;
        margin: 0px;
    }

        .EditGridHeader .EditGrid_Buttons_Container td input[type="image"], .EditGridHeader .EditGrid_Buttons_Container td input[type="text"] {
            border: none;
            width: 19px;
            height: 18px;
            background-color: rgb(95,95,95);
        }

.EditGrid td table td, .EditGridAlternatingItem td table td {
    border: none;
}

.EditGridHeader td, .EditGridItem td span table, .EditGridAlternatingItem td span table {
    margin: 3px;
}

.EditGridHeader td, .EditGridItem td table, .EditGridAlternatingItem td table {
    margin: 3px;
}

    .EditGrid td table td input[type="image"], .EditGridAlternatingItem td table td input[type="image"] {
        border: none;
        width: 19px;
        height: 18px;
        background-color: rgb(95,95,95);
    }

.EditGridHeader td, .EditGridItem td, .EditGridAlternatingItem td {
    border: 1px solid rgb(178,178,178);
    text-align: center;
}

.EditGridItem {
}

.EditGridAlternatingItem {
    background-color: #eae8e8;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
}



/* .ActionButtons Layout
    ----------------------------------------------------------*/
.ActionButtons {
    border-bottom: 1px solid rgb(254, 219, 0);
}

.Action_Button_Information_Saved {
    color: rgb(254, 219, 0);
}

/* .Mandatory Layout
    ----------------------------------------------------------*/
.Action_Button_Mandatory, .Mandatory {
    color: rgb(255,0,0);
}

.ScreenButtonsCSS {
    margin-top:40px;
    /*margin: 20px auto;*/
    border-bottom: 1px solid rgb(254, 219, 0);
    border-collapse: separate;
}

.ScreenButtonsItemCSS {
    margin: 0px 5px;
    padding: 5px 5px 0px;
    background-color: rgb(241, 238, 238);
    border: 1px solid rgb(241, 238, 238);
}

/* Form Acion Button Layout
    ----------------------------------------------------------*/
.HeaderTemplateHeader table {
    /*border-bottom: 1px solid rgb(254, 219, 0);*/
    width: 100%;
    margin-bottom: 5px;
}

.DataItemHeader {
}

    .DataItemHeader td {
        border: 1px solid #eae8e8;
        background-color: #eae8e8;
        vertical-align: middle;
        padding: 1px;
        border-radius: 100px;
        background-image: none,linear-gradient(to bottom,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 100%);
        background-position: 50% 50%;
    }

        .DataItemHeader td table {
            border: none;
            margin-top: 0px;
            margin-left: 1px;
        }

            .DataItemHeader td table td {
                border: none !important;
            }

/*.ItemTemplateHeader {
    min-width: 960px;
}*/
.ItemTemplateHeader {
    width:100%;
         /*min-width: 960px;*/
        table-layout: fixed;
        display: block;  
    }
/* Message Box Layout
    ----------------------------------------------------------*/
.MessageBoxBackground {
    display: none;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.MessageBoxPopup {
    display: none;
    position: fixed;
    z-index: 70000 !important;
    text-align: center;
    background-color: rgb(95,95,95);
    border: 1px solid rgb(95,95,95);
    padding: 3px;
    width: 100%;
    min-height: 100px;
}

    .MessageBoxPopup input {
        margin-left: 25%;
        margin-top: 30px;
        padding: 5px 20px 5px 20px;
        border: 0px;
        border: 1px solid white;
        background-color: rgb(250,90,0);
        color: white;
    }

    .MessageBoxPopup h3 {
        font-family: 'Arial';
        color: white;
    }

/* Payroll Panel Layout
    ----------------------------------------------------------*/
.Payroll_Panel_Result_Header {
    width: 100%;
    text-align: center;
}

.Payroll_Panel_Value_Container {
    min-width: 150px;
}

.Payroll_Panel_Heading_Container {
    background-color: rgb(254, 219, 0);
    margin: 5px;
    padding: 5px;
    color: #ffffff;
}

.Payroll_Panel_Value_Container td {
    width: 100%;
}

.Payroll_Panel_Values td input[type="text"], .Payroll_Panel_Values td span {
    border-collapse: separate;
    max-width: 50%;
}

/* Employee Profile Layout
    ----------------------------------------------------------*/
.Employe_Profile_History_Heading_Container {
    background-color: rgb(241, 238, 238);
    margin: 5px;
    padding: 5px;
    color: rgb(254, 219, 0);
}

/* Payslip Layout
    ----------------------------------------------------------*/
.elements-title {
    min-width: 600px;
}

.elements {
    min-width: 400px;
    border: 1px solid #B2B2B2;
    font-family: Arial;
}

.empty-box {
    min-width: 400px;
}

.elements tr {
    height: 25px;
}

.elements h2, h5 {
    color: #888888;
}

.elements td {
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
}
/*.elements tr:empty {
		        display: none;
		        border-collapse: collapse;
		    }*/
.elements tr:nth-child(even) {
    background-color: #B2B2B2;
    color: white;
}

.elements td:nth-child(even) {
    text-align: right;
}


.elementsNewTable {
    min-width: 400px;
    border: 1px solid #B2B2B2;
    font-family: Arial;
}

.empty-box {
    min-width: 400px;
}

.elementsNewTable tr {
    height: 25px;
}

.elementsNewTable h2, h5 {
    color: #888888;
}

.elementsNewTable td {
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
}
/*.elements tr:empty {
		        display: none;
		        border-collapse: collapse;
		    }*/
.elementsNewTable tr:nth-child(even) {
    background-color: #B2B2B2;
    color: white;
}

.elementsNewTable td:nth-child(even) {
}

.payImag {
    margin-left: 205px;
}

.payslip-interval-head {
    font-family: Arial;
    background-color: RGB(28, 47, 95);
    color: white;
    padding: 5px;
    text-transform: uppercase;
    width: 150px;
}

.payslip-head-title {
    font-family: Arial;
    min-width: 400px;
    border: 1px solid #B2B2B2;
}

    .payslip-head-title tr {
        height: 25px;
    }

    .payslip-head-title td {
        padding: 2px;
    }

        .payslip-head-title td:nth-child(even) {
            font-weight: bold;
        }
/* Dropdown Layout
    ----------------------------------------------------------*/
.DropDownControl {
    border: 1px solid #BBBBBB;
    background-color: White;
}

    .DropDownControl .DropDownTextBox {
        border: 0px;
    }

    .DropDownControl .DropDownButton {
        background-image: url('Images/DropDown.png');
        background-repeat: repeat;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 17px;
        height: 17px;
        border: 0px;
    }

.dropdowndiv {
    pointer-events: none;
    float: left;
    overflow: auto;
    position: absolute;
    margin: 0px 0px auto;
    width: 100%;
    min-height: 0px;
    max-height: 2500px;
    z-index: auto;
}

.DropDownContent {
    pointer-events: visible;
    background-color: #5f6064;
    background-image: none;
    background-repeat: repeat;
    border: 1px solid gray;
    color: #25286f;
    font-size: 11px;
    font-variant: normal;
    text-indent: 3px;
    padding: 3px;
    text-align: left;
}

    .DropDownContent .DropDownContentHeader {
        background-color: White;
        font-weight: bold;
        color: Black;
    }

    .DropDownContent .DropDownContentItem {
        background-color: #ffffff;
        background-image: none;
        background-repeat: repeat-y;
        border: 1px solid #cccccc;
        color: #25286f;
        font-size: 11px;
        font-variant: normal;
        text-indent: 3px;
        text-align: left;
        z-index: 400;
    }

    .DropDownContent .DropDownContentAlternate {
        background-color: #cccccc;
        background-image: none;
        background-repeat: repeat;
        border: 1px solid #cccccc;
        color: #25286f;
        font-size: 11px;
        font-variant: normal;
        text-indent: 3px;
        padding: 3px;
        text-align: left;
    }

    .DropDownContent .DropDownContentFooter {
        background-color: White;
        font-weight: bold;
        color: Black;
    }

/* .Bread Crumb Layout
    ----------------------------------------------------------*/
.bread_crumbs {
    color: rgb(42,42,41);
    display: block;
margin-top: 78px;
}

.ajax__calendar_container {
    border: 1px solid rgb(254, 219, 0);
    background-color: white;
}
/* .ExportExcel .ExportRdl .Calendar Layout
    ----------------------------------------------------------*/
.ExportExcel, .ExportRdl {
    background-color: rgb(254, 219, 0);
    width: 18px;
    height: 16px;
    padding: 1px;
    margin: 1px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 1px;
}

footer {
    clear: both;
    font-size: .8em;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

/* header buttons layout
----------------------------------------------------------*/
.header-buttons {
    margin: 5px 0 40px;
    text-align: right;
}

    .header-buttons img {
        border: none;
    }

    .header-buttons ul {
        overflow: hidden;
        margin: 0;
    }

    .header-buttons li {
        display: inline;
        list-style: none;
        float: left;
        padding: 0px 5px;
    }

        .header-buttons li a {
            font-size: 10px !important;
            color: rgb(254, 219, 0);
        }


/* Statistics Button Layout
---------------------------------------------*/
.statitics-sub-menu {
    position: absolute;
    margin: 0px auto;
    overflow: auto;
}

div.statitics-inline {
    overflow: auto;
    position: relative;
    z-index: 1;
    padding: 4px 0px;
    float: left;
    width: 100%;
    background-color: rgb(254, 219, 0);
    text-align: center;
    color: #ffffff;
}

#DGSummary {
    margin-top: -10px;
}

    #DGSummary td {
        font-size: 10px !important;
        color: #ffffff;
    }

/* Switch Company Button Layout
---------------------------------------------*/
.switch-company-sub-menu {
    position: absolute;
    margin: 0px auto;
    overflow: auto;
    min-width: 200px;
    min-height: 100px;
}

div.switch-company-inline {
    overflow: auto;
    position: relative;
    z-index: 1;
    padding: 4px 0px;
    float: left;
    width: 100%;
    min-width: 200px;
    min-height: 100px;
    background-color: rgb(254, 219, 0);
    text-align: center;
    color: #ffffff;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin-left: 0px;
            text-decoration: underline;
            color: white;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

    #login img {
        border: none;
    }

#DGSummary {
    margin-top: -10px;
}

    #DGSummary td {
        font-size: 0.75em;
    }

/* menu
----------------------------------------------------------*/
ul#menu {
    margin: 10 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            text-decoration: none;
        }

            ul#menu li a:hover {
                text-decoration: none;
            }

/* Main Menu Layout
----------------------------------------------------------*/
#MainMenu {
    margin-top: 10px auto;
    /*margin-left:0px; 
    margin-bottom:10px;
    margin-right:0px;*/
    width: 960px;
    /*border-bottom: 1px solid rgb(254, 219, 0);*/
    border-collapse: separate;
    text-align: center;
}

    #MainMenu td {
        padding: 10px;
    }

.MainMenuLink {
    text-decoration: none;
}

    .MainMenuLink:hover {
        text-decoration: none;
        color: rgb(254, 219, 0);
    }

.MainMenuSelected {
    text-decoration: none;
    color: rgb(254, 219, 0);
}

/* Menu Header & Menu Detail Layout
----------------------------------------------------------*/
#MenuHeader {
    margin: 0px 10%;
    width: 850px;
}

#MenuHeaderItem {
    min-width: 70%;
}

#MenuHeaderHeadingSpan {
    padding: 10px 0px;
}

.MenuHeaderHeading {
    color: rgb(42, 42, 41);
    padding-left: 5px;
    font-weight: bold;
    font-size: 15px;
}

.MenuDetailItem {
    border-bottom: 1px solid rgb(178,178,178);
    border-collapse: separate;
    width: 50%;
    padding: 4px 0px;
}

.MenuDetailLink {
    cursor: pointer;
}

    .MenuDetailLink:hover {
        cursor: pointer;
        color: rgb(42,42,41);
    }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
    color: rgba(0,0,0,0.6);
}

    ol.round li {
        margin: 5px 0;
        padding-left: 20px;
    }

        ol.round li a {
            color: rgba(0,0,0,0.6);
        }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
color :rgb(95, 94, 94) !important;
    text-align:left !important; 
    font-family: 'Arial' !important; 

}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

/*label {
        display: block;
    }*/

label.checkbox {
    display: inline;
}

input, textarea, select {
    border: 1px solid #B2B2B2;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin: 3px 0 3px 0;
    padding: 3px;
    border-radius: 0.3em;
}

.RadComboBox {
    margin: 2px 0 2px 0 !important;
    padding: 2px !important;
}

input[type="radio"] {
    border: 0px;
    color: #333;
    font-size: 1em;
    margin: 4px;
    padding: 5px;
}

label.radio {
    display: none !important;
}


textarea {
    font-family: inherit;
    width: 500px;
    resize: none;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button, .RadGrid .rgRow a, .RadGrid .rgAltRow a {
    background-color: rgb(254, 219, 0); /*rgb(254, 219, 0);*/
    border: 1px solid rgb(254, 219, 0);
    color:  #ffffff !important; /*#ffffff*/
    cursor: pointer;
    font-size: 10px !important;
    /*font-weight: 400;*/
    padding: 3px;
    margin: 5px 3px 3px 3px;
    width: auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
    box-shadow: 2px 3px 5px #888888;
}
    /*.RadGrid .rgRow a, .RadGrid .rgAltRow a {
      background-image:url(Images/edit.png) !important;
}*/

    input[type="submit"]:hover,
    input[type="button"]:hover,
    button:hover, .RadGrid .rgRow a:hover, .RadGrid .rgAltRow a:hover {
        background-color: white;
        border: 1px solid rgb(254, 219, 0);
        color: rgb(42,42,41) !important;
        cursor: pointer;
        font-size: 0.75em;
        /*font-weight: 600;*/
        padding: 3px;
        margin: 5px 3px 3px 3px;
        width: auto;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

.rgRefresh, .rgExpXLS, .rgExpPDF, .rgExpCSV, .rgExpDOC {
    background-color: white;
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0px !important;
    width: 16px !important;
    height: 16px !important;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: inherit !important;
    border-spacing: 0px !important;
    /*margin-top: 0.75em;*/
    border: 0 none;
    empty-cells: hide !important;
    border-collapse: separate;
}



th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    /*padding: 0.25em 2em 0.25em 0em;*/
    /*padding: 1px;*/
    border: 0 none;
    font-size: 12px !important;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }



            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }



    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */
.rgMasterTable > tfoot > .rgCommandRow {
    display: none !important;
}

.RadWindow_Metro table.rwTitlebarControls em {
    text-transform: none !important;
}

.RadWindow td.rwStatusbar input {
    display: none !important;
}

.RadWindow_Metro .rwControlButtons a {
    background-color: rgb(95,95,95) !important;
    border: 1px solid rgb(255, 255, 255) !important;
}

.RadWindow .rwTitleRow, .RadWindow .rwTitleRow * {
    background-color: rgb(95,95,95) !important;
}

input[type="submit"],
input[type="button"], .DataGridItem a,
button, .RadGrid .rgRow a, .RadGrid .rgAltRow a {
    background-color: rgb(254, 219, 0); /*rgb(254, 219, 0);*/
    border: 1px solid rgb(254, 219, 0);
    color: rgb(42,42,41) !important;
    cursor: pointer;
    font-size: 10px !important;
    /*font-weight: 400;*/
    padding: 3px;
    margin: 5px 3px 3px 3px;
    width: auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
}

    input[type="submit"]:hover,
    input[type="button"]:hover, .DataGridItem a:hover,
    button:hover, .RadGrid .rgRow a:hover, .RadGrid .rgAltRow a:hover {
        background-color: white;
        border: 1px solid rgb(254, 219, 0);
        color: rgb(42, 42, 41) !important;
        cursor: pointer;
        font-size: 0.75em;
        /*font-weight: 600;*/
        padding: 3px;
        margin: 5px 3px 3px 3px;
        width: auto;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

.RadMenu_Metro .rmGroup, .RadMenu_Metro .rmPopup {
    border: none !important;
    background-color: transparent !important;
}

/*.k-menu-fixed {
        background-color: white;
        margin-top: 0px;
        clear: both;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 2000;
    }*/
.RadGrid_Metro .rgAltRow {
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 100%) !important;
    background-position: 50% 50%;
    background-color: #eae8e8 !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.k-autocomplete, .k-button, .k-draghandle, .k-dropdown-wrap, .k-grid-header, .k-grouping-header, .k-header, .k-numeric-wrap, .k-pager-wrap, .k-panelbar .k-tabstrip-items .k-item, .k-picker-wrap, .k-progressbar, .k-state-highlight, .k-tabstrip-items .k-item, .k-textbox, .k-toolbar, .km-pane-wrapper > .km-pane > .km-view > .km-content {
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 100%) !important;
    background-position: 50% 50%;
}

.k-window-titlebar {
    background-color: rgb(254, 219, 0) !important;
    font-weight: bold;
    color: rgb(42,42,41) !important;
}

div.k-window-content {
    min-width: 300px;
}

.fixed {
    margin-top: 0px;
    height: 36px !Important;
    clear: both;
    /*background-color: rgb(241, 238, 238);*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.DataItemHeader-fixed {
    clear: both;
    position: fixed;
    top: 0;
    right: 0;
}

.RadMenu .RadMenu_Metro {
    z-index: 100 !important;
}

.RadMenu_Metro .rmRoundedCorners ul.rmGroup, .RadMenu_Metro .rmRoundedCorners .rmPopup, .RadMenu_Metro.RadMenu_Context .rmGroup, .RadMenu_Metro .rmRoundedCorners.rmRootGroup .rmGroup {
    background-color: white !important;
    border: 1px solid #cdcdcd !important;
}

.RadMenu ul.rmVertical, .RadMenu ul.rmHorizontal, .RadMenu ul.rmRootScrollGroup, .RadMenu_Context ul.rmHorizontal {
    /*background-color: white !important;*/
    border: 1px solid #cdcdcd !important;
}

.RadMenu ul.rmHorizontal {
    border: none !important;
}

.RadMenu ul.rmVertical {
    background: !important;
    border-left-style: none !important;
    border-left-color: inherit !important;
    border-left-width: medium;
    border-right-style: none !important;
    border-right-color: inherit !important;
    border-right-width: medium;
    border-top-style: none !important;
    border-top-color: inherit !important;
    border-top-width: medium;
    border-bottom-style: none !important;
    border-bottom-color: inherit !important;
    border-bottom-width: medium;
}

.RadGrid input.rgOptions {
    display: none !important;
}

.RadMenu_Metro .rmRootLink:hover, .RadMenu_Metro .rmFocused, .RadMenu_Metro .rmFocused:hover {
    border-color: transparent !important;
}

.RadGrid:hover, .RadGrid_Metro:hover {
    border: none !important;
}


.fixed {
    position: fixed !important;
    width: 100%;
}

.close {
    display: none;
}

.m_menu {
    display: none;
    width: 48px;
    height: 28px;
    float: right;
    margin-top: -27px;
    margin-left: 10px;
    position: fixed;
    z-index: 2;
    right: -11px;
    top: 32px;
}

@media screen and (max-width: 2560px ) {
    #menuk {
        /*display: table  !important;
          table-layout: fixed  !important;*/
        width: 100% !important;
        height: initial !important;
    }
}

@media screen  and (max-width: 1024px) {

  

        #menuk > li:first-child:nth-last-child(1) {
            width: 90%;
            text-align: center;
        }

        /* two items */
        #menuk > li:first-child:nth-last-child(2),
        #menuk > li:first-child:nth-last-child(2) ~ li {
            width: 45%;
            text-align: center;
        }

        /* three items */
        #menuk > k-item:first-child:nth-last-child(3),
        #menuk > k-item:first-child:nth-last-child(3) ~ .k-item>.k-link {
            width: 26.6667% !important;
            text-align: center !important;
        }

        /* four items */
        #menuk > k-item:first-child:nth-last-child(4),
        #menuk > k-item:first-child:nth-last-child(4) ~ .k-item>.k-link {
            width: 20% !important;
            text-align: center !important;
        }

        #menuk > li:first-child:nth-last-child(5),
        #menuk > li:first-child:nth-last-child(5) ~ li {
            width: 16% !important;
            text-align: center !important;
        }

        #menuk > li:first-child:nth-last-child(6),
        #menuk > li:first-child:nth-last-child(6) ~ li {
            width: 13.3333%;
            text-align: center;
        }

        #menuk > li:first-child:nth-last-child(7),
        #menuk > li:first-child:nth-last-child(7) ~ li {
            width: 11.4285%;
            text-align: center;
        }
            #menuk {
        width: 100% !important;
        margin-left: 0% !important;
        margin-right: 0px !important;
           height: unset !important;
    }
}

@media screen and (max-width: 798px) {
    #ctl00_RadMenu1 {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .m_menu {
        display: block;
    }


    /*.k-state-hover,.k-state-focused,.k-state-border-down{
    z-index: 2000 !important;
	}*/
    /*.k-animation-container {
        z-index: 99999 !important;
        overflow-x: hidden;
    }*/

    .k-menu .k-item, .k-widget.k-menu-horizontal > .k-item {
        float: left;
        width: 100% !important;
    }

    .close {
        height: 19px;
        float: right;
        margin-top: 0;
        margin-left: 10px;
        position: absolute;
        z-index: 2;
        left: 3px;
        top: 10px;
        display: none;
        /*font-size: 15px;*/
        color: #000;
        opacity: 1;
        box-shadow: inset 0 0 0px 0px #aeaeae;
    }

    .fixed .close {
        display: block;
    }

    #menuk {
        position: absolute;
        width: 30% !important;
        margin: -17px -5px 2px 2px !important;
        right: -25px;
        /*top: 0px;
    width: 30% !important;
    /*z-index: 9999999 !important;*/
        /*margin: -4px !important;
     margin-right: -50% !important;*/
        /*-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;*/
        float: left;
        padding-top: 35px;
        display: none !important;
         height: unset !important;
         text-align: left;
        /*height: 100%;*/
    }

        #menuk.show {
            /*margin-right: 0px !important;*/
            display: block !important;
        }

    ul#menuk > li.k-last {
        display: block !important;
    }

    .navbar-collapse.collapse {
        display: block;
        border: 0px;
    }
    /*.navbar-collapse.collapse.in{
display:block;
    border: 0px;
}*/


        #login_body{
       overflow-y:auto;
   }

}
/*#menuk li a{
   padding:  0.25em 2em 0.25em 0em !important;
      }*/
@media (max-width: 767px) {
    #menuk {
        width: 25% !important;
        margin: -93px 26px 2px 2px !important;
           height: unset !important;
    }

    .bread_crumbs-fixed {
        margin-top: 42px !important;
    }

    .main-content {
        padding-top: 48px !important;
    }
    .k-rtl .k-menu .k-item, .k-rtl .k-widget.k-menu-horizontal>.k-item {
    border-width: 0 0 0 0px !important;
}
    /*#menuk li a{
   padding: initial !important;
      }*/
}

@media screen and (max-width: 568px) {
    .bread_crumbs-fixed {
    margin-top: 27px !important;
}
    .main-content {
    padding-top: 47px !important;
}
    #menuk {
        width:70% !important;
           height: unset !important;
        /*margin: -93px 26px 2px 2px!important;*/
        /*margin-right: -50% !important;*/
        /*zoom:2;*/
    }
    #menuk li {
   font-size:13px !important;
      }
}



@media screen and (max-width:351px) {
    .xs-centerParent-width {
        width: 20% !important;
    }
}

@media screen and (max-width:850px) {
    .DataGridItem td input[type="image"] {
        width: 22px;
    }

    .md-login {
        width: 10% !important;
    }
}

@media screen and (max-width:425px) {

    .xs-login {
        width: 0% !important;
    }

    .ItemTemplateHeader td[class="ListPlaceHolderCell"], .ItemTemplateHeader td[class="ListPlaceHolderLabel"], .ItemTemplateHeader td[class="FormPlaceHolderLabel"], .ItemTemplateHeader td[class="FormPlaceHolderCell"], .ItemTemplateHeader td[class="Label"], .ItemTemplateHeader td[class="Cell"] {
        display: block !important;
    }

        .ItemTemplateHeader td[class="FormPlaceHolderCell"] input[type="text"], .ItemTemplateHeader td[class="FormPlaceHolderCell"] textarea, table[summary="combobox"], .ItemTemplateHeader td[class="Cell"] input[type="text"], .ItemTemplateHeader td[class="Cell"] textarea, table[summary="combobox"], .ItemTemplateHeader td[class="Cell"] select {
            width: 75% !important;
        }

        .ItemTemplateHeader td[class="ListPlaceHolderCell"] input[type="text"], .ItemTemplateHeader td[class="ListPlaceHolderCell"] textarea, table[summary="combobox"] {
            width: 50% !important;
        }

    .ItemTemplateHeader input[type="password"] {
        width: 100% !important;
    }

    .DataItemHeader td {
        width: 50% !important;
    }

        .DataItemHeader td table td {
            width: 0% !important;
        }

    .ListPlaceHolderCell table:not(.rgCommandTable):not([summary="combobox"]), .FormPlaceHolderCell table:not([summary="combobox"]) {
        width: 75% !important;
    }

        .FormPlaceHolderCell table:not([summary="combobox"]) td {
            width: 88% !important;
        }

        .ListPlaceHolderCell table:not(.rgCommandTable):not([summary="combobox"]) td {
            width: 25% !important;
        }

        .FormPlaceHolderCell table:not([summary="combobox"]) td input[type="text"] {
            width: 88% !important;
        }

        .ListPlaceHolderCell table[class ="rgCommandTable"]:not([summary="combobox"]) td, .FormPlaceHolderCell table:not([summary="combobox"]) td {
            /*width:50%!important;*/
            display: inline;
        }

    .FormPlaceHolderCell table[class="EditGrid"] td {
        width: 0% !important;
        display: table-cell;
        overflow-x: auto;
    }

    .DataGridItem td input[type="image"] {
        width: 22px;
    }

    .ListPlaceHolderCell table:not(.rgCommandTable):not([summary="combobox"]) td input[type="text"], .Cell table:not(.rgCommandTable):not([summary="combobox"]) td input[type="text"] {
        width: 100% !important;
    }

    .ListPlaceHolderCell table:not(.rgCommandTable):not([summary="combobox"]) td input[type="radio"] {
        width: 25% !important;
        display: inline-block !important;
    }

        .ListPlaceHolderCell table:not(.rgCommandTable):not([summary="combobox"]) td input[type="radio"] + label {
            width: 70% !important;
            display: inline-block !important;
        }

    .FormPlaceHolderCell table:not(.rgCommandTable):not([summary="combobox"]) td input[type="radio"], .FormPlaceHolderCell table:not(.rgCommandTable):not([summary="combobox"]) td input[type="checkbox"] {
        width: 25% !important;
        display: inline-block !important;
    }

    .FormPlaceHolderLabel table:not(.rgCommandTable):not([summary="combobox"]) td input[type="checkbox"] {
        width: 50% !important;
        display: inline-block !important;
    }

        .FormPlaceHolderCell table:not(.rgCommandTable):not([summary="combobox"]) td input[type="radio"] + label, .FormPlaceHolderCell table:not(.rgCommandTable):not([summary="combobox"]) td input[type="checkbox"] + label, .FormPlaceHolderLabel table:not(.rgCommandTable):not([summary="combobox"]) td input[type="checkbox"] + label {
            width: 70% !important;
            display: inline-block !important;
            padding-right: 10px;
        }
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th, .navbar-collapse {
    border-top: none !important;
}
