﻿

html
{
   /*background-color: #e2e2e2;*/
    margin:0%;
    /*padding: 2%;*/
    height:100%;
    width:100%;
    padding-top:0px;
    padding-bottom:0px;
    padding-right:0px;
    padding-left:0px;
}

body {
    background-color: #fff;
    /*border-top: solid 10px #000;*/

    color: #333;
    font-size: 11px;
    font-family: EYInterstate;
    margin: 0;
    padding: 0;
    /*height:100%;*/
    width: 100%;
    /*min-width:1550px;*/
    vertical-align: top;
    padding-top: 0px;
}
body,
.k-widget, /* base Kendo UI widget class */
.k-input, /* inputs */
.k-grid, /* grid */
.k-button, /* buttons */
.k-header, /* headers */
.k-window-title /* window/dialog titles */ {
    font-family: EYInterstate !important;
}
a
{
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

a:link, a:visited, a:active, a:hover
{
    color: #333;
}

a:hover, a:focus 
{
    background-color: #c7d1d6;
}

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;
}

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6
{
    color: #333;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1
{
    font-size: 14px;
}

h2 
{
    font-size: 11px;
}

h3 {
    font-size: 12px !important;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

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;
}

#body
{
    background-color: White;
    clear: both;
    padding-bottom: 0px;
    min-height:440px;
}

.main-content
{
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content
{
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper
{
    padding-top: 20px;
}

footer {
    clear: both;
    font-family: EYInterstate;
    font-size: 11px
}


/* 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;
}


/* login
----------------------------------------------------------*/
#login
{
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

#login a
{
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username
{
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul
{
    margin: 0;
}

#login li
{
    display: inline;
    list-style: none;
}


/* menu
----------------------------------------------------------*/
ul#menu
{
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
    padding-left: 15px;
}

ul#menu li a
{
    background: none;
    color: #999;
    text-decoration: none;
}

ul#menu li a:hover
{
    color: #333;
    text-decoration: none;
}


/* 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;
}

ol.round li
{
    margin: 25px 0;
    padding-left: 45px;
}

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;
}

/* login page */
#loginForm
{
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

#loginForm .validation-error
{
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul
{
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li
{
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input
{
    width: 250px;
}

#loginForm input[type="checkbox"], #loginForm input[type="submit"], #loginForm input[type="button"], #loginForm button
{
    width: auto;
}

#socialLoginForm
{
    margin-left: 40px;
    float: left;
    width: 40%;
}

#socialLoginForm h2
{
    margin-bottom: 5px;
}

#socialLoginList button
{
    margin-bottom: 12px;
}

#logoutForm
{
    display: inline;
}

/* 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;
    /*font-size: 1.2em;*/
    /*font-weight: 600;*/
}

label.checkbox
{
    display: inline;
}



textarea
{
    font-family: inherit;
    width: 500px;
}

input:focus, textarea:focus
{
    border: 1px solid #7ac0da;
}






/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.0em;
    margin: 5px 0 5px 0;
    text-align: center;
}

.message-success
{
    clear: both;
    color:Green;
    font-size: 1.0em;
    margin: 5px 0 5px 0;
    text-align: center;
}

.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;
}

.scroll {
   width: 100px;
   height: 100px;
   overflow-y: scroll;
}

/*Accessibility Finding - Kendo grid header when focussed */
.k-grid .k-header a:focus {
    background-color: #c7d1d6;
    border-color: #c7d1d6;
}
/*Accessibility Finding - Place Holder text to have contrast 5:3:1*/
.k-dropdown-wrap .k-readonly, .k-multiselect-wrap .k-readonly {
    opacity: 0.95 !important;
}
/* tables
----------------------------------------------------------*/
/*table
{
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

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;
    border: 0 none;
}

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%;
                        }*/
    eyLogo
    {
        background: url(./contnet/Images/EY_logo.png) no-repeat top left;
        display: block;
        width: 150px;
        height: 150px;
        text-indent: -9999px; /* hides the link text */
    }

    /* 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;
    }
}

.mandatory
{
    color:Red;
}

input:invalid {
    box-shadow: none;
}

/*Added class For Popup Window  */

 .web_dialog_overlay
    {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #000000;
        opacity: .15;
        filter: alpha(opacity=15);
        -moz-opacity: .15;
        z-index: 101;
        display: none;
    }
.web_dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -100px;
    background-color: #ffffff;
    border: 2px solid #999;
    padding: 0px;
    z-index: 102;
    font-family: EYInterstate, Sans-Serif;
    font-size: 11px;
    width: 30%;
}
     .div.k-widget, .k-window
    {
       
        z-index: 150 ;
        top: 50% !important;
        left: 50% !important;
        margin-left: -190px !important;
        margin-top: -100px !important;
        border: 0px solid #999 !important;
        padding: 0px !important;
	    width:400px !important; 
	   
    }
    
    
    .k-edit-form-container
    {
        width:100% !important;
    }
    .web_dialog_title
    {
        border-bottom: solid 2px #999;
        background-color: #999;
        padding: 4px;
        color: White;
        font-weight: bold;
    }
    .web_dialog_title a
    {
        color: White;
        text-decoration: none;
    }
    .align_right
    {
        text-align: right;
    }

.web_dialog_preview {
    display: none;
    position: fixed;
    top: 53%;
    left: 26%;
    margin-top: -100px;
    background-color: #ffffff;
    border: 2px solid #999;
    padding: 0px;
    z-index: 102;
    font-family: EYInterstate, Sans-Serif;
    font-size: 11px;
}
    
    .editor-label
    {
        width:48% !important;
        margin-left:0% !important;
        padding-right:2% !important;
    }
    .editor-field
    {
        margin-right:0% !important;
        width:50% !important;
    }

.summary-message {
    clear: both;
    color: #e80c4d;
    font-family: EYInterstate, Sans-Serif;
    font-size: 11px;
    height: auto;
    min-height: 25px;
}
    .summary-dialog
    {
    display: none; 
     margin-left: -190px; 
     margin-top: -100px;
     left: 50%; 
     top: 50%; 
     width: 25%; 
     position: fixed;
    }

.heading
{
    Border-Bottom:  Medium None;
    Border-Left:  Medium None;
    Padding-Bottom:  7px;
    Background-Color: #ccc;
    Padding-Left:  5px;
    Padding-Right:  3px;
    Font-Family: EYInterstate;
    color:  #333;
    Font-Size:  1.17em;
    Border-Top:  Medium None;
    Font-Weight:  Bold;
    Border-Right:  Medium None;
    Padding-Top:  3px;
    text-align:left;

}

.contenttable
{
    min-width:100%;
}
.content {
    font-size: 11px;
    font-family: EYInterstate;
    text-align: right;
    padding-right: 20px;
    position: relative;
}
.k-textbox.medium {
    width: 220px !important;
}


/* Grid styling---------------------------------------------------------------- */
.k-grid
{
     width:100% !important;
}
.k-grid td {
     
     border-bottom:solid  1px !important;
     border-bottom-color:#E8E8E8 !important;
     text-align:left !important;
     
}

.k-grid th.k-header,
.k-grid-header
{
    text-align:left !important;
    vertical-align:text-top !important;
}



/* Logo------------------------*/
.logoh1 {
    Text-Align: Right;
    Background-Color: #fff;
    Padding-Right: 5px;
    Color: #000;
    Font-Size: 17px;
    Font-Weight: Bold;
    Font-Family: EYInterstate, Helvetica, sans-serif;
}

.logoh2 {
    Text-Align: Right;
    Background-Color: #fff;
    Padding-Right: 5px;
    Color: #000;
    Font-Size: 14px;
    Font-Weight: Bold;
    Font-Family: EYInterstate, Helvetica, sans-serif;
}


/*Added class For duplicate record message */
.k-tooltip-content      
{
    color: red !important;
}

.layoutTable
{
    width:100%;
    min-width:1000px;
    height:100;
    
} 

.button.k-button,.k-upload-selected
{
   /* margin-top: 1.3% !important;*/
    margin-top:8px  !important;    
}

.div.k-button,.k-upload-button
{
     margin-top: 6px  !important;        
}
/*Positioning tooltip*/
td
{
    position:relative;
}


/*.k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg.field-validation-error {
padding: 1px 1px 1px 1px;
right:40PX;
top: 10px;
}*/
.div.k-widget, .k-tooltip, .k-tooltip-validation, .k-invalid-msg, .field-validation-error
{
   color:Red !important;
}

.div.k-widget,.k-upload,k-header,.k-upload-empty
{
  background-color: rgb(243, 243, 244) !important;
  border-top-color:#dbdbde !important;
  border-bottom-color:#dbdbde !important;
  border-left-color:#dbdbde !important;
  border-top-color:#dbdbde !important;
  border-bottom-width:0.5px !important;
  border-left-width:0.5px !important;
  border-right-width:0.5px !important;
  border-top-width:0.5px !important;
  height:40px !important;
 
  padding-left:5px !important;
}

.k-upload-empty
{
  background-color: rgb(243, 243, 244) !important;
  border-top-color:#dbdbde !important;
  border-bottom-color:#dbdbde !important;
  border-left-color:#dbdbde !important;
  border-top-color:#dbdbde !important;
  border-bottom-width:0.5px !important;
  border-left-width:0.5px !important;
  border-right-width:0.5px !important;
  border-top-width:0.5px !important;
  height:40px !important;
  
  padding-left:1px !important;
}

.k-dropzone
{
    padding-top:5px !important;
}

.k-dropdown .k-dropdown-wrap{
    height: 25px;
}

.k-upload-files
{
    max-height:200px;
    overflow-x: auto;
    -ms-overflow-style: auto;
    display: flex !important;
    align-items: center;
}

.k-upload {
    display: flex !important;
}

.k-toupload {
    background-color: #f3f3f4 !important;
}

.k-upload-files {
    overflow: hidden;
}

.k-upload-files .k-file {
    padding: unset;
}

.k-window .k-upload .k-file-name {
    min-width: 120px;
    max-width: 185px;
}

.k-upload .k-file-name {
    min-width: 120px;
    max-width: 100%;
}

.k-upload .k-file-name-size-wrapper {
    margin-left: unset !important;
}

.k-file-size, .k-upload-status .k-button, .k-progressbar, .k-file-validation-message, .k-dropzone-hint, .k-file-group-wrapper {
    display: none !important;
}

.k-file {
    background-color: #f3f3f4 !important
}

.k-action-buttons {
     margin-top:0 !important;
}

.heading2 {
    border-bottom: Medium None;
    border-left: Medium None;
    padding-bottom: 7px;
    padding-left: 5px;
    font-family: EYInterstate;
    color: #333;
    font-size: 1.10em;
    border-top: Medium None;
    font-weight: Bold;
    border-right: Medium None;
    padding-top: 3px;
    text-align: left;
}

   .k-tooltip-validation
    {
        margin-left: 12em !important;
        margin-top: -2.2em  !important; 
      
    }
 
 .k-callout, .k-callout-n
 {
   display: none !important;
 } 
 
 .k-widget.div, .k-window
    {
        width: 465px !important;
    }
    
#LastName_validationMessage
{
    margin-left: 28.4em !important;
    
    }
    
/* Adding Style for Loading Image*/

.spinner
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    text-align: center;
    z-index: 4321;
    overflow: auto;
    width: 300px;
    height: 302px;
}

.spinnerPayment
{
    position: fixed;
    top: 50%;
    left: 40%;
    margin-left: -50px;
    margin-top: -50px;
    text-align: center;
    z-index: 4321;
    overflow: auto;
    width: 300px;
    height: 302px;
}
.k-multiselect-wrap > .k-input {
    font-family: EYInterstate;
    font-size: 11px;
}

    .myClass .k-multiselect-wrap {
        overflow: auto;
        max-height: 70px;
    }
#kenGridSavedInst tbody tr, #kenGridFinalPayroll tbody tr, #kenGridPendingPayroll tbody tr {
    white-space: nowrap;
}

.k-grid .k-grid-header .k-header .k-link {
    overflow: visible !important;
    white-space: normal !important;
    height: auto;
}

.k-upload-status {
    position: absolute;
    right: 12px;
    top: .6em;
    line-height: .7em;
}

#tblSearch th, #tceGridHome th, #tceGridHost th, #payrollWithholdGrid th, #tblGrid th {
    white-space: normal;
}

#tblCountry_Editor .k-textbox .k-icon {
    margin: -7px -6px 0 !important;
}
.k-overlay {
        opacity: 0.5 !important;
}

/*
    Customization for modal
*/

.k-window > div.k-popup-edit-form {
    padding: 1em 0;
}

.k-edit-buttons {
    background: #f3f3f4;
    border-color: #dedee0;
    clear: both;
    text-align: right;
    border-width: 1px 0 0;
    border-style: solid;
    position: relative;
    bottom: -1em;
    padding: .6em;
}

.k-popup-edit-form.k-window-content .k-textbox,
.k-popup-edit-form.k-window-content .k-input,
.k-popup-edit-form.k-window-content .k-picker {
    width: 130px;
}

.k-popup-edit-form.k-window-content .k-multiselect {
    width: 100% !important;
}

.k-button {
    border-radius: 4px;
    border-color: #c3c3c8;
    color: #515967;
    background-color: #f3f3f4;
    background-position: 50% 50%;
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%);
}

.custom-input-width.k-input,
.custom-input-width.k-picker,
#maximumShortTermDays,
#taxYearDropDown .k-picker,
#trPayrollWithholdingType .k-picker,
#txtDeliverableName,
#txtLnkImportFileNumber,
#trTCEGrid .k-picker,
.k-numerictextbox.k-input,
#dvAssigneeInformation .k-numerictextbox,
#tdEmployeeID .k-textbox,
.custom-input-width .k-picker,
#tblBatchUpdate .custom-input-width
{
    width: 136px;
}

.k-datetimepicker.k-input {
    width: 15em;
}

.k-datepicker.k-input {
    width: 12.4em;
}

#assigneeUDFs_active_cell .k-picker,
#assigneeUDFs_active_cell .k-input,
#homeAssignmentUDFs_active_cell .k-picker,
#homeAssignmentUDFs_active_cell .k-input,
#hostAssignmentUDFs_active_cell .k-picker,
#hostAssignmentUDFs_active_cell .k-input
{
    width: 100%;
}

.custom-input-width.k-picker
{
    background-color: #f3f3f4 !important;
    padding: unset !important;
}

.reportModule .custom-input-width.k-picker .k-input-inner,
.reportModule .custom-input-width.k-picker .k-input-button
{
    background-color: #f3f3f4 !important;
}

.k-window .k-textbox {
    border-color: #c3c3c8;
    color: #515967;
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    margin: 0;
    min-width: 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.42857143;
    text-align: start;
    box-shadow: none;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: stretch;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

.k-tooltip.k-tooltip-validation, .k-widget.k-tooltip {
    border-color: #ff9800 !important;
    background-color: #ff9800 !important;
    text-align: center;
    color: #fff;
}

.k-tooltip.k-tooltip-error {
    border-color: #ff9800 !important;
    background-color: #ff9800 !important;
    color: #fff;
    display: inline-block;
    margin: 0 0.5em 0.5em 0.1em;
    margin-top: unset;
}

.k-textbox.k-invalid,
.k-picker.k-invalid,
.k-input.k-invalid,
.k-widget.k-input.k-invalid {
    border-color: #c3c3c8 !important;
}

.k-numerictextbox.k-input.k-invalid {
    border-color: #d92800 !important;
}

.k-grid .k-command-cell .k-button {
    margin-left: 8px !important;
    margin-inline-end: unset;
    margin-inline-start: 8px !important;
}

#TCEGrid .k-grid .k-command-cell .k-button {
    margin-inline-start: unset !important;
}

#TCEGrid .k-grid .k-command-cell .k-button .k-i-close {
    margin-right: 2px;
}

.k-grid tbody .k-button {
    min-width: 64px;
}

.k-grid tbody .k-datepicker .k-button,
.k-grid tbody .k-dropdownlist .k-button {
    min-width: inherit;
}



.k-header .k-grid-filter, .k-header .k-header-column-menu {
    bottom: unset !important;
    align-items: flex-start !important;
}

.k-header .k-grid-filter {
    align-items: center !important;
    margin-top: -5px !important;
}

.k-grid .k-column-title {
    white-space: normal !important;
}

.k-grid .k-button {
    margin: .16em;
}

.k-dropdown-wrap .k-readonly, .k-selection-multiple .k-readonly {
    opacity: .5;
}

.k-button .k-button-text, .k-button .k-text {
    white-space: break-spaces !important;
}

.k-grid-header span.k-link {
    cursor: pointer !important;
}

.k-grid-header span.k-link:hover {
    background-color: #c7d1d6;
}

.k-picker.k-focus, .k-picker:focus {
    border-color: #c3c3c8 !important;
    box-shadow: none !important;
    background-color: #b5bdcb !important;
}

.k-grid .field-validation-error {
    display: inline-block;
    top: 6px;
    left: 145px;
}

.k-selection-multiple input:focus,
.k-searchbox input:focus,
.k-textbox input:focus,
.k-input input:focus
{
    border: unset !important;
}

.k-searchbox {
    display: flex !important;
    flex-direction: row-reverse !important;
    font-size: 11px !important;
}

tr.k-no-data:hover {
    background-color: transparent !important;
}

#batchUpdatePopup .content {
    width: 50%;
}

.k-list {
    font-size: 11px !important;
    font-family: EYInterstate !important;
    border-color: #ceced2 !important;
    background-color: #f3f3f4 !important;
}

.k-list-optionlabel {
    margin: 2px;
    padding: 0 4px !important;
    border-radius: 4px;
    box-shadow: none !important;
    font-weight: normal !important;
    border-width: 1px !important;
    border-style: solid !important;
    line-height: 19.8px;
}

.k-list-item {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: transparent !important;
    padding: 0 4px !important;
    line-height: 1.8em;
    min-height: 1.8em;
}

#CountrySpecificShadowPayrollInputs .k-toolbar,
#grdCountrySpecificShadowPayrollInputsForHomeAssignment .k-toolbar,
#grdCountrySpecificShadowPayrollInputsForHostAssignment .k-toolbar {
    justify-content: flex-end;
}

#CountrySpecificShadowPayrollInputs .k-header .k-grid-filter {
    align-items: center !important;
}

#CountrySpecificShadowPayrollInputs .k-header .k-grid-filter {
    align-items: center !important;
    margin-top: 0px !important;
}

#divSaveQuery {
    padding: 6px 12px !important;
}

.k-tabstrip-items .k-item {
    border-bottom-color: #ceced2 !important;
}

.k-tabstrip-items .k-item.k-active {
    border-bottom-color: transparent !important;
}

.k-clear-value {
    align-self: normal !important;
    position: absolute;
    right: -3px;
    visibility: hidden;
    z-index: 9999;
}

.k-multiselect:hover .k-clear-value {
    opacity: 1;
    visibility: visible;
}

.k-clear-value.k-hover, .k-clear-value:hover {
    opacity: 1;
    visibility: visible;
}

.k-grid .k-header>.k-cell-inner {
    margin-right: 5px !important;
}

.k-multiselect .k-chip-content {
    font-size: 11px !important;
    display: block !important;
    overflow: visible !important;
}

.k-multiselect .k-chip {
    max-width: 90%;
    height: unset !important;
}

.k-selection-multiple {
    overflow: auto;
    max-height: 70px;
    padding-right: 2em !important;
}

.k-chip {
    height: unset;
}

.k-chip-action {
    align-items: flex-start !important;
    align-self: flex-start !important;
}

.k-chip-label, .k-chip-text {
    white-space: unset !important;
    text-overflow: unset !important;
    overflow: visible !important;
    flex: 1 1 auto;
    word-wrap: break-word;
}

.k-checkbox:checked {
    color: transparent !important;
}

#caldenderGrid .k-grid-content input {
    padding: 2px;
    font-weight: normal;
    line-height: 1.65em;
    text-indent: .571em;
    border-color: #ceced2 !important;
    border-top-style: solid;
    border-left-style: solid;
    border-width: 1.2px !important;
    border-radius: 4px;
}

#caldenderGrid input:focus {
    border: 1px solid rgb(118,118,118) !important;
}

.k-checkbox {
    height: 13px !important;
}

.k-dropzone {
    justify-content: flex-start !important;
}

.k-dropzone-hint {
    text-align: center;
    width: 80%;
}

.empty-grid {
    width: 100%;
}
