/*------------------------------------------------------------------------------------------------
  low-level elements  ::  main.css
------------------------------------------------------------------------------------------------*/

body {
    margin: 0 0 0 0;
    padding: 0 0 0 5px;
}

img {
    border: 0px none;
}

ul {
    /*list-style-image: url(../images/icons/li1.gif);*/
}

.button {
    color: white;
    font-weight: 500;
    font-size: 11px;
    height: 20px;
    background-color: black;
}


/*------------------------------------------------------------------------------------------------
  base template layout elements
------------------------------------------------------------------------------------------------*/

#maintable {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font-family: verdana, arial, helvetica;
    font-size: 11px;
}

#title_div {
    height: 62px;
    width: 100%; /***background-image: url('images/topbar_bg.gif'); ***/
}

#topnav_table {
    height: 40px;
    background: linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -o-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -moz-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -webkit-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -ms-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#2F6EBB', EndColorStr= '#102640' ); /*** #6e0000***/
    width: 100%;
    background-color: #102640;
}

.moz_header {
    height: 100px;
    width: 100%;
}

#header_table {
    background: linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -o-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -moz-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -webkit-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -ms-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#2F6EBB', EndColorStr= '#102640' );
    width: 100%;
    height: 40px;
    background-color: #102640;
}


#topnav_table_app {
    height: 40px;
    width: 100%;
    background-color: #102640;
    background: linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -o-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -moz-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -webkit-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -ms-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#2F6EBB', EndColorStr= '#102640' );
}

/*------------------------------------------------------------------------------------------------
  tier1 navigation styles
------------------------------------------------------------------------------------------------*/

.sidenav_header {
    height: 21px;
    width: 100%;
    color: black;
    background: linear-gradient(bottom, LightGrey 32%, DarkGrey 66%);
    background: -o-linear-gradient(bottom, LightGrey 32%, DarkGrey 66%);
    background: -moz-linear-gradient(bottom, LightGrey 32%, DarkGrey 66%);
    background: -webkit-linear-gradient(bottom, LightGrey 32%, DarkGrey 66%);
    background: -ms-linear-gradient(bottom, LightGrey 32%, DarkGrey 66%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= 'DarkGray', EndColorStr= 'LightGrey' );
    font-family: Verdana, Arial, helvetica;
    font-size: 12px;
    font-weight: 900;
    padding: 2px 5px 5px 5px;
}

.topnav, a.topnav:link, a.topnav:visited {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    height: 23px;
    padding: 6px 2px 3px 6px;
}

a.topnav:hover {
    text-decoration: underline;
    color: #93bb93;
    background-color: #191919;
    padding: 6px 2px 8px 4px;
    /***color: #6e0000;****/
}


.topnav_current, a.topnav_current:link, a.topnav_current:visited, a.topnav_current:hover {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    height: 40px;
    background-color: #ebebeb;
    padding: 5px 0px 9px 0px;
    border-top: white 2px solid;
    border-left: white 2px solid;
    border-right: darkgray 2px solid;
    border-bottom: #ebebeb 3px solid;
}

.claimsedit {
    overflow: hidden;
    width: 700px;
    /*border-left: solid 1px black;
    border-right: solid 1px black;*/
}

table.claimsnav {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 11px;
    line-height: 11px;
}

    table.claimsnav tr {
        margin: 0;
        padding: 0;
    }

    table.claimsnav td {
        margin: 0;
        padding: 0;
    }

.appnav, a.appnav:link, a.appnav:visited {
    display: inline-block;
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    border-bottom: white 2px solid;
    height: 40px;
    padding: 5px 5px 0px 5px;
}

a.appnav:hover {
    text-decoration: underline;
    color: #93bb93;
    background-color: #191919; /***#434343;****/
}


.appnav_current, a.appnav_current:link, a.appnav_current:visited, a.appnav_current:hover {
    display: inline-block;
    margin: 0;
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    text-decoration: none;
    color: black;
    background-color: #ebebeb;
    border-top: white 2px solid;
    border-left: white 2px solid;
    border-right: darkgray 2px solid;
    height: 40px;
    padding: 5px 5px 0px 5px;
}

/*------------------------------------------------------------------------------------------------
  sidebar layout elements
------------------------------------------------------------------------------------------------*/


.sidebar {
    width: 200px;
    background-color: #ebebeb;
    /***background-image: url(../images/bkgndleft.jpg);*/
    vertical-align: top;
    height: 100%;
}

#searchbox {
    font-size: 11px;
    font-weight: bold;
    color: #E5E5CD;
    height: 22px;
    width: 200px;
    padding: 10px 5px 10px 10px;
    background-color: #404F93;
    border-right: 1px solid #000033;
    border-bottom: 1px solid #000033;
}

.sidetitle {
    font-size: 11px;
    font-weight: bold;
    color: #316BAB;
    height: 20px;
    width: 200px;
    padding: 4px 5px 2px 5px;
    background-color: #D2D2D2;
}

.dgfiltertitle {
    font-size: 11px;
    /*font-weight: bold;*/
    color: black;
    height: 40px;
    width: 100%;
    padding: 4px 0 2px 0;
    background-color: #D2D2D2;
}


.sidebox {
    width: 200px;
    background-color: #ebebeb;
    /***background-image: url(../images/bkgndleft.jpg);*/
    vertical-align: top;
    /*height: 100%;*/
}



/*------------------------------------------------------------------------------------------------
  sidebar styles
------------------------------------------------------------------------------------------------*/

.searcharea {
    width: 200px;
    font-size: 11px;
    border: 1px solid #5F8FB1;
    background-color: #ffffff;
}

.sidenav {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #153D82;
    height: 17px;
    width: 200px;
    padding: 2px 0 2px 3px;
    text-decoration: none;
}

.sidenav_current {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    font-weight: bold;
    color: WHITE;
    height: 19px;
    width: 100%;
    padding: 2px 0 2px 3px;
    background-color: black;
    /**border-top: 1px solid #6e0000;
	color: #6e0000;
	border-bottom: 1px solid #6e0000;**/
    text-decoration: none;
}

a.sidenav_current:link, a.sidenav_current:visited {
    color: white; /**#143D82; **/
    text-decoration: none;
}

a.sidenav:hover {
    /**color: #6e0000; #6e0000; #143D82; **/
    color: #93bb93;
    background-color: #191919; /***#434343;****/
    text-decoration: none;
}

a.tier2:link {
    color: #143D82; /**#143D82; **/
    text-decoration: none;
}

a.tier2 {
    color: #143D82; /**#143D82; **/
    text-decoration: none;
}

    a.tier2:visited {
        color: #143D82; /**#143D82; **/
        text-decoration: none;
    }

    a.tier2:hover {
        color: Maroon;
        text-decoration: none;
    }

    a.tier2:active {
        color: Maroon; /**#143D82; **/
        text-decoration: none;
    }


/*------------------------------------------------------------------------------------------------
  content area layout elements
------------------------------------------------------------------------------------------------*/

#content {
    padding: 10px;
    padding-bottom: 20px;
    line-height: 15px;
    font-size: 11px;
}

#right_column {
    padding-right: 10px;
}

#breadcrumbs {
    width: 100%;
    height: 20px;
    background-color: #E5E5CD;
    border-bottom: 1px solid #003366;
}

    #breadcrumbs #target {
        width: 17px;
        padding: 2px;
        background-color: #404F94;
        border-right: 1px solid #003366;
    }

    #breadcrumbs #links {
        font-size: 11px;
        color: #333399;
        padding: 0 5px 0 5px;
    }

#footer {
    font-family: verdana, arial, helvetica;
    font-size: 10px;
    line-height: 16px;
    height: 37px;
    color: #cccccc;
    padding-left: 13px;
    background-color: #102640;
    background: linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -o-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -moz-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -webkit-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -ms-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#2F6EBB', EndColorStr= '#102640' );
}


/*------------------------------------------------------------------------------------------------
  content area layout styles
------------------------------------------------------------------------------------------------*/

.base {
    font-family: arial, tahoma, verdana, helvetica;
    font-size: 13px;
    width: 100%;
}

.base2 {
    background-color: #ebebeb;
}


.wrapper {
    margin: 10px 10px 10px 10px;
    font-family: arial, tahoma, verdana, helvetica;
    font-size: 13px;
    background-color: white;
}

.appwrapper {
    width: auto;
    height: 98%;
    font-family: arial, tahoma, verdana, helvetica;
    font-size: 13px;
}


.content {
    font-family: arial, tahoma, verdana, helvetica;
    font-size: 12px;
    width: 99%;
    margin: 10px 10px 0 5px;
}

.siteheader {
    width: 100%;
}

.contentheader {
    background-color: #ebebeb;
    font-size: 12px;
}

.contentheader1 {
    background-color: #ebebeb;
    min-height: 70px;
    font-size: 12px;
}

.contentheader150 {
    /***background-image: url(../images/bkgndtop.jpg);***/
    background-color: #ebebeb;
    min-height: 150px;
    font-size: 12px;
}

.contentheader175 {
    /***background-image: url(../images/bkgndtop.jpg);***/
    background-color: #ebebeb;
    min-height: 175px;
    font-size: 12px;
}

.contentheader250 {
    /***background-image: url(../images/bkgndtop.jpg);***/
    background-color: #ebebeb;
    min-height: 275px;
    font-size: 12px;
}

.contentheader325 {
    background-color: #ebebeb;
    min-height: 325px;
    font-size: 12px;
}

.contentheader350 {
    background-color: #ebebeb;
    min-height: 350px;
    font-size: 12px;
}


.contentheader400 {
    background-color: #ebebeb;
    min-height: 400px;
    font-size: 12px;
}

.contentheader500 {
    /***background-image: url(../images/bkgndtop.jpg);***/
    background-color: #ebebeb;
    min-height: 500px;
    font-size: 12px;
}

.outsideform {
    background-color: white;
    width: 700px;
    border: solid 1px black;
    height: auto;
    padding: 5px;
}

.choutsideform {
    background-color: white;
    width: 700px;
    border: solid 1px black;
    height: auto;
}


.formlabel {
    font-size: 11px;
    font-weight: 700;
    text-align: left;
}

.claimsedit .formlabel {
    padding-left: 10px;
}

/*.claimheader {
    border-top: solid 1px black;
}*/

    .claimheader table.formlabel {
        margin-top: 5px;
        margin-left: 5px;
        margin-bottom: 5px;
    }

.claimmessages {
    /*border: solid 1px black;*/
    min-height: 150px;
}

.pagelabel {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #174260;
}

.labelheader {
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    color: #174260;
}

.apexcaption {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #174260;
}

a.apexcaption:link, a.apexcaption:visited, a.apexcaption:hover {
    color: #174260;
    text-decoration: underline;
}

a.apexcaption:hover {
    color: darkred;
    font-style: italic;
}

.smapexcaption {
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    color: #174260;
}

a.smapexcaption:link, a.smapexcaption:visited {
    color: #174260;
    text-decoration: underline;
}

a.smapexcaption:hover {
    color: darkred;
    font-style: italic;
}


.centertext {
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.sidetext {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.sectionlabel {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}


.info {
    font-family: verdana, arial, helvetica;
    font-size: 10px; /*border: 1px solid #6A9CBF;*/ /*padding:5px;  	width: 100%;*/
}

.claimhistoryinfo {
    font-family: verdana, arial, helvetica;
    font-size: 9px;
    width: 400px; /*border: 1px solid #6A9CBF;*/ /*padding:5px;  	width: 100%;*/
}

.info_right {
    font-family: verdana, arial, helvetica;
    font-size: 10px;
    text-align: right;
}

.sminfo {
    font-family: verdana, arial, helvetica;
    font-size: 9px; /*border: 1px solid #6A9CBF;*/ /*padding:5px;*/
}

.rptinfo {
    font-family: verdana, arial, helvetica;
    font-size: 9px; /*border: 1px solid #6A9CBF;*/ /*padding:5px;*/
}

.sminfoREQ {
    font-family: verdana, arial, helvetica;
    font-size: 10px;
    color: #316BAB;
    border-top: 1px solid #316BAB;
    border-bottom: 1px solid #316BAB;
    /*padding:5px;*/
}

.caption {
    font-family: verdana, arial, helvetica;
    font-size: 14px;
}

.table {
    font-family: verdana, arial, helvetica;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.header {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    font-weight: bold;
    color: white;
    border: 0;
    height: 22px;
    width: auto;
    padding: 1px 5px 0 5px;
    background-color: #102640; /****#93bb93;****/
    background: linear-gradient(bottom, #2F6EBB 32%, #102640 66%);
    background: -o-linear-gradient(bottom, #2F6EBB 32%, #102640 66%);
    background: -moz-linear-gradient(bottom, #2F6EBB 32%, #102640 66%);
    background: -webkit-linear-gradient(bottom, #2F6EBB 32%, #102640 66%);
    background: -ms-linear-gradient(bottom, #2F6EBB 32%, #102640 66%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#102640', EndColorStr= '#2F6EBB' );
}

    .header a:link, .header a:visited {
        font-family: verdana, arial, helvetica;
        font-size: 9px;
        color: #ffffff;
        font-weight: normal;
    }

    .header a:hover {
        font-family: verdana, arial, helvetica;
        font-size: 10px;
        color: #ffffff;
        text-decoration: underline;
        font-weight: normal;
    }

.headerSelectedLink {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    color: maroon;
    font-weight: bold;
}

.headerLink {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    color: white;
    font-weight: bold;
}

a.pagerLink:link, a.pagerLink:visited {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    color: white;
    font-weight: normal;
}

.header_dark {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    height: 16px;
    width: 100%;
    padding: 1px 0 0 5px;
    border-top: 1px solid #000033;
    background-color: #D0D0DA;
    clear: both;
}

.header2 {
    height: 5px;
    float: right;
    /***width: 1170px;***/
    width: 100%;
    background-color: #ebebeb;
    /*background-image: url(../images/bkgndtop.jpg);*/
    padding: 0 5px 0 5px;
}

.right_col_header {
    color: #ffffff;
    text-align: right;
}

.right_col_footer {
    padding-top: 5px;
    border-bottom: 1px solid #C5CADE;
}

.percent_bar {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: Verdana, Arial, helvetica;
    font-size: 10px;
    color: White;
}

.percent_bar_title {
    font-family: verdana, arial, helvetica;
    font-size: 10px;
    padding-top: 6px;
}



/*------------------------------------------------------------------------------------------------
  content area text styles
------------------------------------------------------------------------------------------------*/

.h1 {
    /* main page title */
    font-family: verdana, arial, helvetica;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px;
    color: #316BAB;
}

.h2 {
    /* main page subtitle */
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: verdana, arial, helvetica;
    font-size: 15px;
    font-weight: 900;
    background-color: #ebebeb;
    width: 100%;
    color: #316BAB; /***background-color: #ebebeb; 	margin: 0 0 0 0;
	padding: 0 0 0 5;*/
}

.h3 {
    /*  light blue header subtitle */
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    font-weight: bold;
    vertical-align: bottom;
    color: #000000;
}

.h4 {
    /*  light blue ancillary subtitle */
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #424F95;
}

a:link, a:visited {
    text-decoration: none;
    color: #336699;
}

a:hover {
    text-decoration: underline;
}

a.purple {
    color: #666699;
}

a.number {
    text-decoration: none;
    color: #1da802;
}

a.green {
    font-weight: bold;
    text-decoration: none;
    color: #1da802;
}

    a.green:link, a.green:visited {
        font-weight: bold;
        text-decoration: none;
        color: #1da802;
    }

    a.green:hover {
        font-weight: bold;
        text-decoration: underline;
        color: #FF6633;
    }

a.blue {
    font-weight: 900;
    text-decoration: none;
    font-size: 11px;
    color: #336699;
}

    a.blue:link, a.blue:visited {
        font-weight: bold;
        text-decoration: none;
        color: #336699;
    }

    a.blue:hover {
        font-weight: bold;
        text-decoration: underline;
        color: #336699;
    }

a:link.whiteOnBlack, a:active.whiteOnBlack, a:visited.whiteOnBlack, .whiteOnBlack, a.wwhite {
    /** for microsoft toolbar  ***/
    font-family: verdana;
    color: white;
    font-size: 9px;
    font-weight: bold;
}

a.breadcrumb:link, a.breadcrumb:visited {
    text-decoration: none;
    color: #333399;
}

a.breadcrumb:hover {
    text-decoration: underline;
    color: #333399;
}

a.ancillary:link, a.ancillary:visited {
    text-decoration: none;
    color: #000000;
}

a.ancillary:hover {
    text-decoration: underline;
    color: #336699;
}

a.footer:link, a.footer:visited {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    text-decoration: none;
    color: black;
}

a.footer:hover {
    font-family: verdana, arial, helvetica;
    text-decoration: underline;
    background-color: black;
    color: white;
}

a.legal:link, a.legal:visited {
    text-decoration: none;
    color: #CCCCCC;
}

a.legal:hover {
    text-decoration: underline;
    color: #CCCC66;
}

.select {
    font-family: verdana, arial, helvetica;
    width: 200px;
    font-size: 11px;
    border: 1px solid #000033;
    background-color: #ffffff;
}

/*.textbox {
    font-size: 11px;
    width: auto;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}*/

.textbox25 {
    font-size: 11px;
    width: 25px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}

.textbox50 {
    font-size: 11px;
    width: 50px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}

.textbox75 {
    font-size: 11px;
    width: 80px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}

.textbox100 {
    font-size: 11px;
    width: 100px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}

.textbox150 {
    font-size: 11px;
    width: 150px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}

.textbox200 {
    font-size: 11px;
    width: 200px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}

.textbox250 {
    font-size: 11px;
    width: 250px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}

.textbox350 {
    font-size: 11px;
    width: 350px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}

.textbox500 {
    font-size: 11px;
    width: 500px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}

.textbox600 {
    font-size: 11px;
    width: 640px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}

.rtextbox {
    font-size: 11px;
    text-align: right;
    width: 100px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}


.grdtextbox {
    font-size: 9px;
    width: 20px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}

.grdtextbox75 {
    font-size: 9px;
    width: 75px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}

.grdtextbox175 {
    font-size: 9px;
    width: 175px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}


.grdtextbox125 {
    font-size: 9px;
    width: 125px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}


.grdtextbox50 {
    font-size: 9px;
    width: 50px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}

.grdtextbox15 {
    font-size: 9px;
    width: 13px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
}

.grdtextboxright {
    font-size: 9px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
    text-align: right;
    width: 25px;
}

.grdtextboxright65 {
    font-size: 9px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
    text-align: right;
    width: 65px;
}

.grdtextboxright35 {
    font-size: 9px;
    width: 35px;
    font-family: verdana;
    border-style: ridge;
    overflow: hidden;
    border-width: 1px;
    background: #ffffff;
    border-color: #B9B9B9;
    text-align: right;
}

.flatbutton {
    font-size: 11px;
    font-family: verdana;
    border-style: solid;
    overflow: hidden;
    border-width: 1px;
    background: #D5D0D0; /*background: #CDC7C7;*/
    border-color: #B9B9B9;
}

/*------------------------------------------------------------------------------------------------
  content area table styles
------------------------------------------------------------------------------------------------*/
.th_inner {
    border-right: solid 1px #A1A1D3;
    border-left: solid 1px #A1A1D3;
    font-size: 9px;
    text-align: center;
}

.th_inner_left {
    font-size: 9px;
}

.th_inner_right {
    font-size: 9px;
    text-align: center;
}

.th_left {
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #A1A1D3;
    border-left: 1px solid #A1A1D3;
    border-bottom: 1px solid #6A9CBF;
    background-color: #EBEBEB;
    /**font-size: 10px;**/
}

.grdth_left {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    border-bottom: 1px solid #6A9CBF;
    background-color: #EBEBEB;
}

.th_middle {
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #A1A1D3;
    border-left: 1px solid #A1A1D3;
    border-bottom: 1px solid #6A9CBF;
    background-color: #EBEBEB;
}

.th_middle_special {
    border-right: 1px solid #6A9CBF;
    background-color: #EBEBEB;
}

.th_right {
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #6A9CBF;
    background-color: #EBEBEB;
}

.td_inner {
    border-right: solid 1px #A1A1D3;
    color: #336699;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
}

.td_inner_right {
    color: #336699;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
}

.td_left {
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #D0D0DA;
    border-left: 1px solid #D0D0DA;
    border-bottom: 1px solid #D0D0DA;
}

.td_middle {
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #D0D0DA;
    border-left: 1px solid #D0D0DA;
    border-bottom: 1px solid #D0D0DA;
    text-align: center;
}

.td_middle_special {
    text-align: center;
    border-right: 1px solid #6A9CBF;
}

.td_right {
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #D0D0DA;
    border-right: 1px solid #6A9CBF;
    border-left: 1px solid #6A9CBF;
    text-align: right;
}

.td_right_red {
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #D0D0DA;
    border-right: 1px solid #6A9CBF;
    border-left: 1px solid #6A9CBF;
    text-align: right;
    color: Red;
}

.rpt_th_left_sm {
    font-size: 9px;
    border-bottom: 1px solid #6A9CBF;
    background-color: #EBEBEB;
    text-align: left;
    width: 70px;
}

.rpt_th_right_sm {
    font-size: 9px;
    border-bottom: 1px solid #6A9CBF;
    background-color: #EBEBEB;
    text-align: right;
    width: 70px;
}

.rpt_th_left_med {
    font-size: 10px;
    border-bottom: 1px solid #6A9CBF;
    background-color: #EBEBEB;
    width: 100px;
}

.rpt_th_right_med {
    font-size: 12px;
    border-bottom: 1px solid #6A9CBF;
    background-color: #EBEBEB;
    text-align: right;
    width: 100px;
}

.rpt_th_left_lg {
    font-size: 9px;
    border-bottom: 1px solid #6A9CBF;
    background-color: #EBEBEB;
    width: 200px;
}

.rpt_th_right_lg {
    font-size: 9px;
    border-bottom: 1px solid #6A9CBF;
    background-color: #EBEBEB;
    text-align: right;
    width: 200px;
}

.rpt_td_left_sm {
    font-size: 9px;
    text-align: left;
    width: 70px;
}

.rpt_td_right_sm {
    font-size: 9px;
    text-align: right;
    width: 70px;
}

.rpt_td_left_med {
    font-size: 9px;
    text-align: left;
    width: 100px;
}

.rpt_td_right_med {
    font-size: 9px;
    text-align: right;
    width: 100px;
}

.rpt_td_left_lg {
    font-size: 9px;
    text-align: left;
    width: 200px;
}

.rpt_td_right_lg {
    font-size: 9px;
    text-align: right;
    width: 200px;
}


.barTable {
    font-family: verdana, arial, helvetica;
    font-size: 9px;
    font-weight: normal;
    color: #ffffff;
    border: 0;
    height: 20px;
    padding: 1px 5px 0 5px;
}

/*------------------------------------------------------------------------------------------------
  Option select styles
------------------------------------------------------------------------------------------------*/
.selectTitle {
    border-right: #7F9DB9 1px solid;
    border-top: #7F9DB9 1px solid;
    border-left: #7F9DB9 1px solid;
    /*cursor: hand;*/
    border-bottom: #7F9DB9 1px solid;
    background-color: #ffffff;
}

.selectTitleText {
    font-size: 11px;
    font-family: verdana, arial, helvetica;
}


.selectApplyDiv {
    padding-right: 4px;
    border-top: #d2d2d2 1px solid;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: right;
    margin-top: 3px;
}

.selectSelectPullDownDiv {
    border-right: #d2d2d2 1px solid;
    padding-left: 3px;
    border-left: #d2d2d2 1px solid;
    margin-right: -2px;
    border-bottom: #d2d2d2 1px solid;
    background-color: #ffffff;
}

.selectWrapperDiv {
    /*	padding-right: 3px; 	padding-left: 3px; 	padding-bottom: 3px; 	padding-top: 3px; */
}

.selectOptionItems {
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    overflow: auto;
    padding-top: 3px;
    height: 150px; /*** overflow-x: hidden; ***/
}

.selectOptionItemLeftColumn {
    display: inline;
    width: 15px;
    overflow: hidden;
    float: left;
}

.selectOptionItemRightColumn {
    padding-left: 2px;
    padding-right: 3px;
    margin-left: 17px;
    overflow: hidden;
}

.selectOptionItem {
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    /*cursor: hand;*/
    padding-top: 1px;
}

.selectOptionItem_over {
    background-color: #d2d2d2;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    /*cursor: hand;*/
    padding-top: 1px;
}

.errors {
    font-size: 11px;
    font-family: verdana, arial, helvetica;
    font-weight: 500;
    color: Red;
}

.success {
    font-size: 11px;
    font-family: verdana, arial, helvetica;
    font-weight: 500;
    color: Green;
}

.information {
    font-size: 11px;
    font-family: verdana, arial, helvetica;
    font-weight: 500;
    color: black;
}

.vheader1 {
    padding-left: 2px;
    font-size: 9px;
    border-right: 1px solid #6A9CBF;
    border-bottom: 1px solid #6A9CBF;
    background-color: #EBEBEB;
    width: 55px;
}

.vheader2 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 9px;
    border-right: 1px solid #6A9CBF;
    border-bottom: 1px solid #6A9CBF;
    background-color: #EBEBEB;
    width: 70px;
}

.mb20 {
    margin-bottom: 20px;
}




/*.k-multiselect-wrap {
    height: 50px;
}*/

.required {
    font-weight: bold;
}

.accept, .status {
    padding-left: 90px;
}

/*.valid {
                border: 0;

    }

    .invalid {
        border: 1px solid red;
    }*/

span.k-tooltip {
    margin-left: 6px;
}

.k-invalid-msg {
    display: none !important;
}

.k-textbox.k-invalid {
    border: 1px solid red;
    background-color: yellow;
}

#passStrength {
    width: 150px;
}


.k-grid > table > tbody > tr:hover,
.k-grid-content > table > tbody > tr:hover {
    background: white;
    color: black;
}

.k-grid > table > tbody > tr.k-alt:hover,
.k-grid-content > table > tbody > tr.k-alt:hover {
    background-color: #f5f5f5; /* This is the  background color of the alternating rows */
    color: black;
}

.k-button {
    background-color: black;
    border-color: black;
    color: white;
}

    .k-button:hover {
        background-color: gray;
        border-color: black;
        color: white;
    }


.dropdown-header {
    background-color: gray;
    border-color: black;
    color: white;
}

    .dropdown-header > span {
        background-color: gray;
        border-color: black;
        color: white;
    }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.k-window-title {
    background: linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -o-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -moz-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -webkit-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    background: -ms-linear-gradient(bottom, #102640 32%, #2F6EBB 66%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#2F6EBB', EndColorStr= '#102640' );
    background-color: #102640;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#AD0000', EndColorStr= '#770000' );
    width: 99%;
    /*height: 45px;*/
    left: 0px;
    top: 0px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 5px;
    padding-top: 10px;
    color: white;
    font-family: verdana, arial, helvetica;
}

/* Kendo skin */
.k-theme-test-class,
.ktb-theme-id-metro {
  opacity: 0;
}
.ktb-var-accent {
  color: #6e6e6e;
}
.ktb-var-base {
  color: #ffffff;
}
.ktb-var-background {
  color: #ffffff;
}
.ktb-var-border-radius {
  border-radius: 0px;
}
.ktb-var-normal-background {
  color: #ffffff;
}
.ktb-var-normal-gradient {
  background-image: none;
}
.ktb-var-normal-text-color {
  color: black;
}
.ktb-var-hover-background {
  color: #a8a8a8;
}
.ktb-var-hover-gradient {
  background-image: none;
  /*background-image: none, linear-gradient(to bottom, gray gray 100%);*/
}
.ktb-var-hover-text-color {
  color: #ffffff;
}
.ktb-var-selected-background {
  color: #363636;
}
.ktb-var-selected-gradient {
  background-image: none;
}
.ktb-var-selected-text-color {
  color: #ffffff;
}
.ktb-var-error {
  color: #ffded7;
}
.ktb-var-warning {
  color: #ffe44d;
}
.ktb-var-success {
  color: #ddffd0;
}
.ktb-var-info {
  color: #d0f8ff;
}
.ktb-var-series-a {
  color: #8a8a8a;
}
.ktb-var-series-b {
  color: #309b46;
}
.ktb-var-series-c {
  color: #25a0da;
}
.ktb-var-series-d {
  color: #ff6900;
}
.ktb-var-series-e {
  color: #e61e26;
}
.ktb-var-series-f {
  color: #d8e404;
}
.k-grid-norecords-template {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
}
.k-in,
.k-item,
.k-window-action {
  border-color: transparent;
}
/* main colors */
.k-block,
.k-widget {
  background-color: #ffffff;
}
.k-block,
.k-widget,
.k-input,
.k-textbox,
.k-group,
.k-content,
.k-header,
.k-filter-row > th,
.k-editable-area,
.k-separator,
.k-colorpicker .k-i-arrow-s,
.k-textbox > input,
.k-autocomplete,
.k-dropdown-wrap,
.k-toolbar,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-state-default,
.k-state-default .k-select,
.k-state-disabled,
.k-grid-header,
.k-grid-header-wrap,
.k-grid-header-locked,
.k-grid-footer-locked,
.k-grid-content-locked,
.k-grid td,
.k-grid td.k-state-selected,
.k-grid-footer-wrap,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-pager-refresh,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-panelbar > .k-item > .k-link,
.k-panel > .k-item > .k-link,
.k-panelbar .k-panel,
.k-panelbar .k-content,
.k-treemap-tile,
.k-calendar th,
.k-slider-track,
.k-splitbar,
.k-dropzone-active,
.k-tiles,
.k-toolbar,
.k-tooltip,
.k-button-group .k-tool,
.k-upload-files {
  border-color: #dbdbdb;
}
.k-group,
.k-toolbar,
.k-grouping-header,
.k-pager-wrap,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-widget .k-status,
.k-calendar th,
.k-dropzone-hovered,
.k-widget.k-popup {
  background-color: #ffffff;
}
.k-grouping-row td,
td.k-group-cell,
.k-resize-handle-inner {
  background-color: #ffffff;
}
.k-list-container {
  border-color: #dbdbdb;
  background-color: #ffffff;
}
.k-content,
.k-editable-area,
.k-panelbar > li.k-item,
.k-panel > li.k-item,
.k-tiles {
  background-color: #ffffff;
}
.k-alt,
.k-separator,
.k-resource.k-alt,
.k-pivot-layout > tbody > tr:first-child > td:first-child {
  background-color: #f5f5f5;
}
/*.k-pivot-rowheaders .k-alt .k-alt,
.k-header.k-alt {
  background-color: contrst(black, #e0e0e0, #ffffff, 0.5);
}*/
.k-textbox,
.k-autocomplete.k-header,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active {
  border-color: #dbdbdb;
  background-color: #ffffff;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-autocomplete.k-state-focused .k-input,
.k-dropdown-wrap.k-state-focused .k-input,
.k-picker-wrap.k-state-focused .k-input,
.k-numeric-wrap.k-state-focused .k-input {
  border-color: #dbdbdb;
}
input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input {
  background: none;
}
.k-input,
input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input,
.k-multiselect-wrap {
  background-color: #ffffff;
  color: black;
}
.k-input[readonly] {
  background-color: #ffffff;
  color: black;
}
.k-block,
.k-widget,
.k-popup,
.k-content,
.k-toolbar,
.k-dropdown .k-input {
  color: black;
}
.k-inverse {
  color: #ffffff;
}
.k-block {
  color: black;
}
.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
  color: black;
}
.k-tabstrip-items .k-link,
.k-panelbar > li > .k-link {
  color: black;
}
.k-header,
.k-treemap-title,
.k-grid-header .k-header > .k-link {
  color: black;
}
.k-header,
.k-grid-header,
.k-toolbar,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap,
.k-grouping-header,
.k-pager-wrap,
.k-textbox,
.k-button,
.k-progressbar,
.k-draghandle,
.k-autocomplete,
.k-state-highlight,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.km-pane-wrapper > .km-pane > .km-view > .km-content {
  background-image: none;
  background-position: 50% 50%;
  background-color: #ffffff;
}
.k-widget.k-tooltip {
  background-image: none;
}
.k-block,
.k-header,
.k-grid-header,
.k-toolbar,
.k-grouping-header,
.k-pager-wrap,
.k-button,
.k-draghandle,
.k-treemap-tile,
html .km-pane-wrapper .k-header {
  background-color: #ffffff;
}
/* icons */
.k-icon:hover,
.k-state-hover .k-icon,
.k-state-selected .k-icon,
.k-state-focused .k-icon,
.k-column-menu .k-state-hover .k-sprite,
.k-column-menu .k-state-active .k-sprite,
.k-pager-numbers .k-current-page .k-link:hover:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view.k-state-hover > .k-link:after {
  opacity: 1;
}
.k-icon,
.k-state-disabled .k-icon,
.k-column-menu .k-sprite,
.k-pager-numbers .k-current-page .k-link:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
  opacity: 1;
}
.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
  opacity: 1;
}
.k-tool {
  border-color: transparent;
}
.k-icon,
.k-tool-icon,
.k-grouping-dropclue,
.k-drop-hint,
.k-column-menu .k-sprite,
.k-grid-mobile .k-resize-handle-inner:before,
.k-grid-mobile .k-resize-handle-inner:after,
.k-pager-numbers .k-current-page .k-link:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after,
.k-gantt-views > .k-current-view > .k-link:after {
  border-color: transparent;
}
/* IE will ignore the above selectors if these are added too */
.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
  border-color: transparent;
}
.k-loading,
.k-state-hover .k-loading {
  background-position: 50% 50%;
}
.k-loading-image {
}
.k-loading-color {
  background-color: #ffffff;
}
.k-button {
  color: black;
  border-color: #dbdbdb;
  background-color: #ffffff;
}
.k-draghandle {
  border-color: #a9a7a7;
  background-color: #a9a7a7;
  box-shadow: 0 1px 1px 0 rgba(95, 95, 95, 0.3);
}
.k-draghandle:hover {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
  box-shadow: 0 1px 1px 0 rgba(95, 95, 95, 0.3);
}
/* Scheduler */
.k-scheduler {
  color: #ffffff;
  background-color: #ffffff;
}
.k-scheduler-layout {
  color: black;
}
.k-scheduler-datecolumn,
.k-scheduler-groupcolumn {
  background-color: #ffffff;
  color: black;
}
.k-scheduler-times tr,
.k-scheduler-times th,
.k-scheduler-table td,
.k-scheduler-header th,
.k-scheduler-header-wrap,
.k-scheduler-times {
  border-color: #dbdbdb;
}
.k-nonwork-hour {
  background-color: #f5f5f5;
}
.k-gantt .k-nonwork-hour {
  background-color: rgba(0, 0, 0, 0.02);
}
.k-gantt .k-header.k-nonwork-hour {
  background-color: rgba(0, 0, 0, 0.2);
}
.k-scheduler-table .k-today,
.k-today > .k-scheduler-datecolumn,
.k-today > .k-scheduler-groupcolumn {
  background-color: #fcfcfc;
}
.k-scheduler-now-arrow {
  border-left-color: #e20000;
}
.k-scheduler-now-line {
  background-color: #e20000;
}
.k-event,
.k-task-complete {
  border-color: #6e6e6e;
  background: #6e6e6e 0 -257px none repeat-x;
  color: #ffffff;
}
.k-event-inverse {
  color: #72ff3c;
}
.k-event.k-state-selected {
  background-position: 0 0;
  box-shadow: 0 0 0 2px black;
}
.k-event .k-resize-handle:after,
.k-task-single .k-resize-handle:after {
  background-color: black;
}
.k-scheduler-marquee:before,
.k-scheduler-marquee:after {
  border-color: #6e6e6e;
}
.k-panelbar .k-content,
.k-panelbar .k-panel,
.k-panelbar .k-item {
  background-color: #ffffff;
  color: black;
  border-color: #dbdbdb;
}
.k-panelbar > li > .k-link {
  color: black;
}
.k-panelbar > .k-item > .k-link {
  border-color: #dbdbdb;
}
.k-panel > li.k-item {
  background-color: #ffffff;
}
/* states */
.k-state-active,
.k-state-active:hover,
.k-active-filter,
.k-tabstrip .k-state-active {
  background-color: #ffffff;
  border-color: #6e6e6e;
  color: #000000;
}
.k-fieldselector .k-list-container {
  background-color: #ffffff;
}
.k-button:focus,
.k-button.k-state-focused {
  border-color: #dbdbdb;
}
.k-button:hover,
.k-button.k-state-hover {
  color: #ffffff;
  border-color: #a8a8a8;
  background-color: #a8a8a8;
}
.k-tabstrip-scrollable .k-button-bare:hover {
  background: #a8a8a8 !important;
}
.k-button:active,
.k-button.k-state-active {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}
.k-button:active:hover,
.k-button.k-state-active:hover {
  color: #ffffff;
  border-color: #a8a8a8;
  background-color: #a8a8a8;
}
.k-button[disabled],
.k-button.k-state-disabled,
.k-state-disabled .k-button,
.k-state-disabled .k-button:hover,
.k-button.k-state-disabled:hover,
.k-state-disabled .k-button:active,
.k-button.k-state-disabled:active {
  color: #cccccc;
  border-color: #e6e6e6;
  background-color: #ffffff;
  background-image: none;
}
.k-button:focus:not(.k-state-disabled):not([disabled]) {
  box-shadow: inset 0 0 0 1px #a8a8a8;
}
.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
  box-shadow: inset 0 0 3px 1px #484848;
}
.k-menu .k-state-hover > .k-state-active {
  background-color: transparent;
}
.k-state-highlight {
  background: #ffffff;
  color: #000000;
}
.k-state-focused,
.k-grouping-row .k-state-focused {
  border-color: #a8a8a8;
}
.k-calendar .k-link {
  color: black;
}
.k-calendar .k-footer {
  padding: 0;
}
.k-calendar .k-footer .k-nav-today {
  color: black;
  text-decoration: none;
  background-color: #ffffff;
}
.k-calendar .k-footer .k-nav-today:hover,
.k-calendar .k-footer .k-nav-today.k-state-hover {
  background-color: #ffffff;
  text-decoration: underline;
}
.k-calendar .k-footer .k-nav-today:active {
  background-color: #ffffff;
}
.k-calendar .k-link.k-nav-fast {
  color: black;
}
.k-calendar .k-nav-fast.k-state-hover {
  text-decoration: none;
  background-color: #a8a8a8;
  color: #ffffff;
}
.k-calendar .k-link.k-state-hover {
  border-radius: 0;
}
.k-calendar .k-footer .k-link {
  border-radius: 0;
}
.k-calendar .k-today {
  background-color: #a8a8a8;
}
.k-calendar .k-today .k-link {
  color: #ffffff;
}
.k-calendar .k-today.k-state-hover,
.k-calendar .k-today.k-state-selected.k-state-hover {
  background: #6e6e6e;
}
.k-calendar th {
  background-color: #ffffff;
}
.k-calendar td.k-state-hover.k-state-focused {
  box-shadow: inset 0 0 0 1px #8f8f8f;
}
.k-calendar td.k-state-focused,
.k-calendar .k-today.k-state-focused,
.k-calendar .k-today:active,
.k-calendar .k-today.k-state-selected:active {
  box-shadow: inset 0 0 0 1px #999999;
}
.k-calendar td.k-state-focused.k-state-selected,
.k-calendar td.k-state-selected.k-state-active,
.k-calendar td.k-state-selected:active {
  box-shadow: inset 0 0 0 1px #686868;
}
.k-calendar td.k-state-selected.k-state-hover {
  background-color: #a8a8a8;
}
.k-calendar-container.k-group {
  border-color: #dbdbdb;
}
.k-window-titlebar .k-link {
  border-radius: 0;
}
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-marquee-color {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}
.k-virtual-item.k-first,
.k-group-header + .k-list > .k-item.k-first,
.k-static-header + .k-list > .k-item.k-first {
  border-top-color: #a8a8a8;
}
.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  background: #a8a8a8;
  color: #ffffff;
}
.k-popup .k-list .k-item > .k-group {
  background: #a8a8a8;
  color: #ffffff;
  border-bottom-left-radius: 0;
}
.k-marquee-text {
  color: #ffffff;
}
.k-state-focused,
.k-list > .k-state-focused,
.k-listview > .k-state-focused,
.k-grid-header th.k-state-focused,
td.k-state-focused,
.k-button.k-state-focused {
  box-shadow: inset 0 0 0 1px #a8a8a8;
}
.k-state-focused.k-state-selected,
.k-list > .k-state-focused.k-state-selected,
.k-listview > .k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected {
  box-shadow: inset 0 0 3px 1px #484848;
}
.k-ie8 .k-panelbar span.k-state-focused,
.k-ie8 .k-menu li.k-state-focused,
.k-ie8 .k-listview > .k-state-focused,
.k-ie8 .k-grid-header th.k-state-focused,
.k-ie8 td.k-state-focused,
.k-ie8 .k-tool.k-state-hover,
.k-ie8 .k-button:focus,
.k-ie8 .k-button.k-state-focused,
.k-list > .k-state-selected.k-state-focused,
.k-list-optionlabel.k-state-selected.k-state-focused {
  box-shadow: none;
}
.k-state-selected > .k-link,
.k-panelbar > li > .k-state-selected,
.k-panelbar > li.k-state-default > .k-link.k-state-selected {
  color: #ffffff;
}
.k-state-hover,
.k-state-hover:hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover:hover,
.k-list > .k-state-hover,
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
.k-pager-wrap .k-link:hover,
.k-dropdown .k-state-focused,
.k-filebrowser-dropzone,
.k-mobile-list .k-item > .k-link:active,
.k-mobile-list .k-item > .k-label:active,
.k-mobile-list .k-edit-label.k-check:active,
.k-mobile-list .k-recur-view .k-check:active {
  color: #ffffff;
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
/* this selector should be used separately, otherwise old IEs ignore the whole rule */
.k-mobile-list .k-scheduler-timezones .k-edit-field:nth-child(2):active {
  color: #ffffff;
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.k-ie8 .k-window-titlebar .k-state-hover {
  border-color: #a8a8a8;
}
.k-state-hover > .k-select,
.k-state-focused > .k-select {
  border-color: #a8a8a8;
}
.k-button:hover,
.k-button.k-state-hover,
.k-button:focus,
.k-button.k-state-focused,
.k-textbox:hover,
.k-state-hover,
.k-state-hover:hover,
.k-pager-wrap .k-link:hover,
.k-other-month.k-state-hover .k-link,
div.k-filebrowser-dropzone em,
.k-draghandle:hover,
.k-split-button:focus {
  background-image: none;
  /*background-image: none, linear-gradient(to bottom, gray gray 100%);*/
}
.k-pager-wrap {
  background-color: #ffffff;
  color: black;
}
.k-autocomplete.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active,
.k-dropdown-wrap.k-state-active,
.k-state-active,
.k-state-active:hover,
.k-state-active > .k-link,
.k-button:active,
.k-panelbar > .k-item > .k-state-focused {
  background-image: none;
}
.k-state-selected,
.k-button:active,
.k-button.k-state-active,
.k-draghandle.k-state-selected:hover {
  background-image: none;
}
.k-button:active,
.k-button.k-state-active,
.k-draghandle.k-state-selected:hover {
  background-position: 50% 50%;
}
.k-tool-icon {
  background-image: url('kendo/latest/Metro/sprite.png');
}
.k-state-hover > .k-link,
.k-other-month.k-state-hover .k-link,
div.k-filebrowser-dropzone em {
  color: #ffffff;
}
.k-autocomplete.k-state-hover,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-hover,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-hover,
.k-dropdown-wrap.k-state-focused {
  background-color: #a8a8a8;
  background-image: none;
  /*background-image: none, linear-gradient(to bottom, gray gray 100%);*/
  background-position: 50% 50%;
  border-color: #dbdbdb;
}
.km-pane-wrapper .k-mobile-list input:not([type="checkbox"]):not([type="radio"]),
.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),
.km-pane-wrapper .k-mobile-list textarea,
.k-dropdown .k-state-focused .k-input {
  color: black;
}
.k-dropdown .k-state-hover .k-input {
  color: #ffffff;
}
.k-state-error {
  border-color: #e20000;
  background-color: #ffded7;
  color: #454545;
}
.k-state-disabled {
  opacity: .7;
}
.k-ie8 .k-state-disabled {
  filter: alpha(opacity=70);
}
.k-tile-empty.k-state-selected,
.k-loading-mask.k-state-selected {
  border-width: 0;
  background-image: none;
  background-color: transparent;
}
.k-state-disabled,
.k-state-disabled .k-link,
.k-state-disabled .k-button,
.k-other-month,
.k-other-month .k-link,
.k-dropzone em,
.k-tile-empty strong,
.k-slider .k-draghandle {
  color: #cccccc;
}
.k-dropzone .k-upload-status {
  color: black;
}
/* Progressbar */
.k-progressbar-indeterminate {
  /*background: url('kendo/latest/Metro/indeterminate.gif');*/
}
.k-progressbar-indeterminate .k-progress-status-wrap,
.k-progressbar-indeterminate .k-state-selected {
  display: none;
}
.k-progressbar-horizontal > .k-state-selected,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected,
.k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected,
.k-rtl .k-progressbar-horizontal > .k-state-selected,
.k-progressbar-vertical > .k-state-selected,
.k-progressbar-vertical.k-progressbar-reverse > .k-state-selected,
.k-progressbar > .k-state-selected.k-complete,
.k-rtl .k-progressbar > .k-state-selected.k-complete,
.k-progressbar-horizontal .k-first,
.k-rtl .k-progressbar-horizontal .k-last,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-last,
.k-progressbar-horizontal .k-last,
.k-rtl .k-progressbar-horizontal .k-first,
.k-progressbar-vertical .k-first,
.k-progressbar-vertical .k-last {
  border-radius: 0;
}
/* Slider */
.k-slider-track {
  background-color: #dbdbdb;
}
.k-slider-selection {
  background-color: #6e6e6e;
}
/*.k-slider-horizontal .k-tick {
  background-image: url('kendo/latest/Metro/slider-h.gif');
}
.k-slider-vertical .k-tick {
  background-image: url('kendo/latest/Metro/slider-v.gif');
}*/
/* Tooltip */
.k-widget.k-tooltip {
  border-color: #ababab;
  background-color: #ababab;
  color: #ffffff;
}
.k-widget.k-tooltip-validation {
  border-color: #ffe44d;
  background-color: #ffe44d;
  color: #1a1600;
}
/* Bootstrap theme fix */
.input-prepend .k-tooltip-validation,
.input-append .k-tooltip-validation {
  font-size: 12px;
  position: relative;
  top: 3px;
}
.k-callout-n {
  border-bottom-color: #ababab;
}
.k-callout-w {
  border-right-color: #ababab;
}
.k-callout-s {
  border-top-color: #ababab;
}
.k-callout-e {
  border-left-color: #ababab;
}
.k-tooltip-validation .k-callout-n {
  border-bottom-color: #ffe44d;
}
.k-tooltip-validation .k-callout-w {
  border-right-color: #ffe44d;
}
.k-tooltip-validation .k-callout-s {
  border-top-color: #ffe44d;
}
.k-tooltip-validation .k-callout-e {
  border-left-color: #ffe44d;
}
/* Splitter */
.k-splitbar {
  background-color: #dbdbdb;
}
.k-restricted-size-vertical,
.k-restricted-size-horizontal {
  background-color: #454545;
}
/* Upload */
.k-file {
  background-color: #ffffff;
  border-color: #dbdbdb;
}
.k-file-progress {
  color: #00869d;
}
.k-file-progress .k-progress {
  background-color: #d0f8ff;
}
.k-file-success {
  color: #2b9d00;
}
.k-file-success .k-progress {
  background-color: #ddffd0;
}
.k-file-error {
  color: #a41d00;
}
.k-file-error .k-progress {
  background-color: #ffded7;
}
/* ImageBrowser */
.k-tile {
  border-color: #ffffff;
}
.k-textbox:hover,
.k-tiles li.k-state-hover {
  border-color: #a8a8a8;
}
.k-tiles li.k-state-selected {
  border-color: #6e6e6e;
}
.k-filebrowser .k-tile .k-folder,
.k-filebrowser .k-tile .k-file {
  /*background-image: url('kendo/latest/Metro/imagebrowser.png');*/
  background-size: auto auto;
}
/* TreeMap */
.k-leaf,
.k-leaf.k-state-hover:hover {
  color: #fff;
}
.k-leaf.k-inverse,
.k-leaf.k-inverse.k-state-hover:hover {
  color: #000;
}
/* Shadows */
.k-widget,
.k-button {
  box-shadow: none;
}
.k-slider,
.k-treeview,
.k-upload {
  box-shadow: none;
}
.k-state-hover {
  box-shadow: none;
}
.k-textbox:focus,
.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused {
  box-shadow: none;
}
.k-state-selected {
  box-shadow: none;
}
.k-state-active {
  box-shadow: none;
}
.k-grid td.k-state-selected.k-state-focused {
  background-color: #767676;
}
.k-popup,
.k-menu .k-menu-group,
.k-grid .k-filter-options,
.k-time-popup,
.k-datepicker-calendar,
.k-autocomplete.k-state-border-down,
.k-autocomplete.k-state-border-up,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-multiselect.k-state-focused,
.k-filebrowser .k-image,
.k-tooltip {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.k-treemap-tile.k-state-hover {
  box-shadow: inset 0 0 0 3px #dbdbdb;
}
/* Window */
.k-window {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.2);
  background-color: #ffffff;
}
.k-window.k-state-focused {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
}
.k-window.k-window-maximized,
.k-window-maximized .k-window-titlebar,
.k-window-maximized .k-window-content {
  border-radius: 0;
}
.k-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.k-inset {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
/* Selection */
.k-editor-inline ::selection {
  background-color: #6e6e6e;
  text-shadow: none;
  color: #fff;
}
.k-editor-inline ::-moz-selection {
  background-color: #6e6e6e;
  text-shadow: none;
  color: #fff;
}
/* Notification */
.k-widget.k-notification.k-notification-info {
  background-color: #d0f8ff;
  color: #666666;
  border-color: #98f0ff;
}
.k-widget.k-notification.k-notification-success {
  background-color: #ddffd0;
  color: #707070;
  border-color: #b4ff98;
}
.k-widget.k-notification.k-notification-warning {
  background-color: #ffcdc3;
  color: #666666;
  border-color: #ffc5b8;
}
.k-widget.k-notification.k-notification-error {
  background-color: #ffb8a9;
  color: #866a6a;
  border-color: #ff8a71;
}
/* Gantt */
.k-gantt .k-treelist {
  background: #f5f5f5;
}
.k-gantt .k-treelist .k-alt {
  background-color: #dbdbdb;
}
.k-gantt .k-treelist tr:hover {
  background-color: #a8a8a8;
}
.k-gantt .k-treelist .k-state-selected,
.k-gantt .k-treelist .k-state-selected td,
.k-gantt .k-treelist .k-alt.k-state-selected,
.k-gantt .k-treelist .k-alt.k-state-selected > td {
  background-color: #6e6e6e;
}
.k-gantt .k-treelist .k-state-selected:hover,
.k-gantt .k-treelist .k-state-selected:hover td {
  background-color: #a8a8a8;
}
.k-task-dot:after {
  background-color: black;
  border-color: black;
}
.k-task-dot:hover:after {
  background-color: #ffffff;
}
.k-task-summary {
  border-color: #383838;
  background: #383838;
}
.k-task-milestone,
.k-task-summary-complete {
  border-color: black;
  background: black;
}
.k-state-selected.k-task-summary {
  border-color: #2e2e2e;
  background: #2e2e2e;
}
.k-state-selected.k-task-milestone,
.k-state-selected .k-task-summary-complete {
  border-color: #6e6e6e;
  background: #6e6e6e;
}
.k-task-single {
  background-color: #808080;
  border-color: #6e6e6e;
  color: #ffffff;
}
.k-state-selected.k-task-single {
  border-color: #6e6e6e;
}
.k-line {
  background-color: black;
  color: black;
}
.k-state-selected.k-line {
  background-color: #6e6e6e;
  color: #6e6e6e;
}
.k-resource {
  background-color: #ffffff;
}
/* PivotGrid */
.k-i-kpi-decrease,
.k-i-kpi-denied,
.k-i-kpi-equal,
.k-i-kpi-hold,
.k-i-kpi-increase,
.k-i-kpi-open {
  /*background-image: url('kendo/latest/Metro/sprite_kpi.png');*/
}
/* Border radius */
.k-block,
.k-button,
.k-textbox,
.k-drag-clue,
.k-touch-scrollbar,
.k-window,
.k-window-titleless .k-window-content,
.k-window-action,
.k-inline-block,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-autocomplete,
.k-multiselect,
.k-combobox,
.k-dropdown,
.k-dropdown-wrap,
.k-datepicker,
.k-timepicker,
.k-colorpicker,
.k-datetimepicker,
.k-notification,
.k-numerictextbox,
.k-picker-wrap,
.k-numeric-wrap,
.k-colorpicker,
.k-list-container,
.k-calendar-container,
.k-calendar td,
.k-calendar .k-link,
.k-treeview .k-in,
.k-editor-inline,
.k-tooltip,
.k-tile,
.k-slider-track,
.k-slider-selection,
.k-upload {
  border-radius: 0;
}
.k-tool {
  text-align: center;
  vertical-align: middle;
}
.k-tool.k-group-start,
.k-toolbar .k-split-button .k-button,
.k-toolbar .k-button-group .k-group-start {
  border-radius: 0 0 0 0;
}
.k-rtl .k-tool.k-group-start,
.k-rtl .k-toolbar .k-split-button .k-button,
.k-rtl .k-toolbar .k-button-group .k-group-start {
  border-radius: 0 0 0 0;
}
.k-tool.k-group-end,
.k-toolbar .k-button-group .k-group-end,
.k-toolbar .k-split-button .k-split-button-arrow {
  border-radius: 0 0 0 0;
}
.k-rtl .k-tool.k-group-end,
.k-rtl .k-toolbar .k-button-group .k-group-end,
.k-rtl .k-toolbar .k-split-button .k-split-button-arrow {
  border-radius: 0 0 0 0;
}
.k-group-start.k-group-end.k-tool {
  border-radius: 0;
}
.k-calendar-container.k-state-border-up,
.k-list-container.k-state-border-up,
.k-autocomplete.k-state-border-up,
.k-multiselect.k-state-border-up,
.k-dropdown-wrap.k-state-border-up,
.k-picker-wrap.k-state-border-up,
.k-numeric-wrap.k-state-border-up,
.k-window-content,
.k-filter-menu {
  border-radius: 0 0 0 0;
}
.k-autocomplete.k-state-border-up .k-input,
.k-dropdown-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-selected-color,
.k-numeric-wrap.k-state-border-up .k-input {
  border-radius: 0 0 0 0;
}
.k-multiselect.k-state-border-up .k-multiselect-wrap {
  border-radius: 0 0 0 0;
}
.k-window-titlebar,
.k-block > .k-header,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.k-tabstrip-items .k-link,
.k-calendar-container.k-state-border-down,
.k-list-container.k-state-border-down,
.k-autocomplete.k-state-border-down,
.k-multiselect.k-state-border-down,
.k-dropdown-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down,
.k-numeric-wrap.k-state-border-down {
  border-radius: 0 0 0 0;
}
.k-split-button.k-state-border-down > .k-button {
  border-radius: 0 0 0 0;
}
.k-split-button.k-state-border-up > .k-button {
  border-radius: 0 0 0 0;
}
.k-split-button.k-state-border-down > .k-split-button-arrow {
  border-radius: 0 0 0 0;
}
.k-split-button.k-state-border-up > .k-split-button-arrow {
  border-radius: 0 0 0 0;
}
.k-dropdown-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
  border-radius: 0 0 0 0;
}
.k-rtl .k-dropdown-wrap .k-input,
.k-rtl .k-picker-wrap .k-input,
.k-rtl .k-numeric-wrap .k-input {
  border-radius: 0 0 0 0;
}
.k-numeric-wrap .k-link {
  border-radius: 0 0 0 0;
}
.k-numeric-wrap .k-link + .k-link {
  border-radius: 0 0 0 0;
}
.k-colorpicker .k-selected-color {
  border-radius: 0 0 0 0;
}
.k-rtl .k-colorpicker .k-selected-color {
  border-radius: 0 0 0 0;
}
.k-autocomplete.k-state-border-down .k-input {
  border-radius: 0 0 0 0;
}
.k-dropdown-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-selected-color,
.k-numeric-wrap.k-state-border-down .k-input {
  border-radius: 0 0 0 0;
}
.k-numeric-wrap .k-link.k-state-selected {
  background-color: #6e6e6e;
}
.k-multiselect.k-state-border-down .k-multiselect-wrap {
  border-radius: 0 0 0 0;
}
.k-dropdown-wrap .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-datetimepicker .k-select + .k-select,
.k-list-container.k-state-border-right {
  border-radius: 0 0 0 0;
}
.k-rtl .k-dropdown-wrap .k-select,
.k-rtl .k-picker-wrap .k-select,
.k-rtl .k-numeric-wrap .k-select,
.k-rtl .k-datetimepicker .k-select + .k-select,
.k-rtl .k-list-container.k-state-border-right {
  border-radius: 0 0 0 0;
}
.k-numeric-wrap.k-expand-padding .k-input {
  border-radius: 0;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-multiselect-wrap {
  border-radius: 0;
}
.k-list .k-state-hover,
.k-list .k-state-focused,
.k-list .k-state-highlight,
.k-list .k-state-selected,
.k-fieldselector .k-list .k-item,
.k-list-optionlabel,
.k-dropzone {
  border-radius: 0;
}
.k-slider .k-button,
.k-grid .k-slider .k-button {
  border-radius: 13px;
}
.k-draghandle {
  border-radius: 0;
}
.k-scheduler-toolbar > ul li:first-child,
.k-scheduler-toolbar > ul li:first-child .k-link,
.k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li,
.k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li .k-link {
  border-radius: 0 0 0 0;
}
.k-rtl .k-scheduler-toolbar > ul li:first-child,
.k-rtl .k-scheduler-toolbar > ul li:first-child .k-link,
.k-rtl .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li,
.k-rtl .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li .k-link,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child .k-link {
  border-radius: 0 0 0 0;
}
.k-scheduler-phone .k-scheduler-toolbar > ul li.k-nav-today,
.k-scheduler-phone .k-scheduler-toolbar > ul li.k-nav-today .k-link,
.k-edit-field > .k-scheduler-navigation {
  border-radius: 0;
}
.k-scheduler-toolbar .k-nav-next,
.k-scheduler-toolbar ul + ul li:last-child,
.k-scheduler-toolbar .k-nav-next .k-link,
.k-scheduler-toolbar ul + ul li:last-child .k-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.k-rtl .k-scheduler-toolbar .k-nav-next,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child,
.k-rtl .k-scheduler-toolbar .k-nav-next .k-link,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child .k-link {
  border-radius: 0 0 0 0;
}
.k-scheduler div.k-scheduler-footer ul li,
.k-scheduler div.k-scheduler-footer .k-link {
  border-radius: 0;
}
.k-more-events,
.k-event,
.k-task-single,
.k-task-complete,
.k-event .k-link {
  border-radius: 0;
}
/*.k-scheduler-mobile .k-event {
  border-radius: -1;
}*/
/* Adaptive Grid */
.k-grid-mobile .k-column-active + th.k-header {
  border-left-color: black;
}
html .km-pane-wrapper .km-widget,
.k-ie .km-pane-wrapper .k-widget,
.k-ie .km-pane-wrapper .k-group,
.k-ie .km-pane-wrapper .k-content,
.k-ie .km-pane-wrapper .k-header,
.k-ie .km-pane-wrapper .k-popup-edit-form .k-edit-field .k-button,
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-label,
.km-pane-wrapper .k-mobile-list .k-edit-field {
  color: black;
}
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  div.km-pane-wrapper a {
    color: black;
  }
    .km-pane-wrapper .k-icon {
        /*background-image: url('../../Content//kendo/latest/Metro/sprite_2x.png');*/
        background-size: 21.2em 21em;
    }
}
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check {
  background-color: #ffffff;
  border-top: 1px solid #dbdbdb;
}
.km-pane-wrapper .k-mobile-list .k-edit-field textarea {
  outline-width: 0;
}
.km-pane-wrapper .k-mobile-list .k-item.k-state-selected {
  background-color: #6e6e6e;
  border-top-color: #6e6e6e;
}
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check:first-child {
  border-top-color: transparent;
}
.km-pane-wrapper .k-mobile-list .k-item:last-child {
  box-shadow: inset 0 -1px 0 #dbdbdb;
}
.km-pane-wrapper .k-mobile-list > ul > li > .k-link,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-label:nth-child(3),
.km-pane-wrapper #recurrence .km-scroll-container > .k-edit-label:first-child {
  color: #8f8f8f;
}
.km-pane-wrapper .k-mobile-list > ul > li > .k-link {
  border-bottom: 1px solid #dbdbdb;
}
.km-pane-wrapper .k-mobile-list .k-edit-field {
  box-shadow: 0 1px 1px #dbdbdb;
}
.km-actionsheet .k-grid-delete,
.km-actionsheet .k-scheduler-delete,
.km-pane-wrapper .k-scheduler-delete,
.km-pane-wrapper .k-filter-menu .k-button[type=reset] {
  color: #fff;
  border-color: #e20000;
  background-color: red;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.15));
}
.km-actionsheet .k-grid-delete:active,
.km-actionsheet .k-scheduler-delete:active,
.km-pane-wrapper .k-scheduler-delete:active,
.km-pane-wrapper .k-filter-menu .k-button[type=reset]:active {
  background-color: #990000;
}
/* /Column Menu */
.k-autocomplete.k-state-default,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default {
  background-image: none;
  background-position: 50% 50%;
  background-color: #ffffff;
  border-color: #dbdbdb;
}
.k-autocomplete.k-state-hover,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-dropdown-wrap.k-state-hover {
  background-color: #a8a8a8;
  background-image: none;
  /*background-image: none, linear-gradient(to bottom, gray gray 100%);*/
  background-position: 50% 50%;
  border-color: #dbdbdb;
}
.k-multiselect.k-header {
  border-color: #dbdbdb;
}
.k-multiselect.k-header.k-state-hover {
  border-color: #dbdbdb;
}
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused {
  background-color: #a8a8a8;
  background-image: none;
  /*background-image: none, linear-gradient(to bottom, gray gray 100%);*/
  background-position: 50% 50%;
  border-color: #dbdbdb;
  box-shadow: none;
}
.k-list-container {
  color: black;
}
.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input,
.k-menu .k-popup {
  color: black;
}
.k-state-default > .k-select {
  border-color: #dbdbdb;
}
.k-state-hover > .k-select {
  border-color: #dbdbdb;
}
.k-state-focused > .k-select {
  border-color: #dbdbdb;
}
.k-tabstrip:focus {
  box-shadow: none;
}
.k-tabstrip-items .k-state-default .k-link,
.k-panelbar > li.k-state-default > .k-link {
  color: black;
}
.k-tabstrip-items .k-state-hover .k-link,
.k-panelbar > li.k-state-hover > .k-link,
.k-panelbar > li.k-state-default > .k-link.k-state-hover {
  color: #ffffff;
}
.k-panelbar .k-state-focused.k-state-hover {
  background: #a8a8a8;
  box-shadow: none;
}
.k-tabstrip-items .k-state-default {
  border-color: #dbdbdb;
}
.k-tabstrip-items .k-state-hover {
  border-color: #a8a8a8;
}
.k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-items .k-state-active {
  background-color: #ffffff;
  background-image: none;
  border-color: #6e6e6e;
}
.k-tabstrip .k-content.k-state-active {
  background-color: #ffffff;
  color: black;
}
.k-menu.k-header,
.k-menu .k-item {
  border-color: #dbdbdb;
}
.k-column-menu,
.k-column-menu .k-item,
.k-overflow-container .k-overflow-group {
  border-color: #dbdbdb;
}
.k-overflow-container .k-overflow-group {
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
}
.k-toolbar-first-visible.k-overflow-group,
.k-overflow-container .k-overflow-group + .k-overflow-group {
  box-shadow: 0 1px 0 #ffffff;
}
.k-toolbar-last-visible.k-overflow-group {
  box-shadow: inset 0 1px 0 #ffffff;
}
.k-column-menu .k-separator {
  border-color: #dbdbdb;
  background-color: transparent;
}
.k-menu .k-group {
  border-color: #dbdbdb;
}
.k-grid-filter.k-state-active {
  background-color: #f0f0f0;
}
.k-grouping-row td,
.k-group-footer td,
.k-grid-footer td {
  color: black;
  border-color: #dbdbdb;
  font-weight: bold;
}
.k-grouping-header {
  color: black;
}
.k-grid tr:hover {
  color: #ffffff;
  background-color: #a8a8a8;
}
.k-grid td.k-state-focused {
  box-shadow: inset 0 0 0 1px #999999;
}
.k-grid tr:hover .k-state-focused,
.k-grid tr.k-state-selected:hover td,
.k-grid tr .k-state-focused.k-state-selected,
.k-grid tr.k-state-selected td.k-state-focused,
.k-grid tr:hover .k-state-focused.k-state-selected,
.k-grid tr.k-state-selected:hover td.k-state-focused {
  box-shadow: inset 0 0 0 1px #686868;
}
.k-header,
.k-grid-header-wrap,
.k-grid .k-grouping-header,
.k-grid-header,
.k-pager-wrap,
.k-pager-wrap .k-textbox,
.k-pager-wrap .k-link,
.k-grouping-header .k-group-indicator,
.k-gantt-toolbar .k-state-default {
  border-color: #dbdbdb;
}
.k-primary,
.k-overflow-container .k-primary {
  color: #ffffff;
  border-color: #6e6e6e;
  background-image: none;
  background-position: 50% 50%;
  background-color: #6e6e6e;
  box-shadow: none;
}
.k-primary:focus,
.k-primary.k-state-focused {
  color: #ffffff;
  border-color: #242424;
  background-image: none;
  box-shadow: none;
}
.k-primary:hover {
  color: #ffffff;
  border-color: #a8a8a8;
  background-image: none;
  background-color: #a8a8a8;
  box-shadow: none;
}
.k-primary:focus:active:not(.k-state-disabled):not([disabled]),
.k-primary:focus:not(.k-state-disabled):not([disabled]) {
  box-shadow: none;
}
.k-primary:active {
  color: #ffffff;
  border-color: #6e6e6e;
  background-image: none;
  background-color: #6e6e6e;
  box-shadow: none;
}
.k-primary.k-state-disabled,
.k-state-disabled .k-primary,
.k-primary.k-state-disabled:hover,
.k-state-disabled .k-primary:hover,
.k-primary.k-state-disabled:hover,
.k-state-disabled .k-primary:active,
.k-primary.k-state-disabled:active {
  color: #d4d4d4;
  border-color: #737373;
  background-color: #737373;
  background-image: none;
  box-shadow: none;
}
.k-pager-numbers .k-link,
.k-treeview .k-in {
  border-color: transparent;
}
.k-treeview .k-icon,
.k-scheduler-table .k-icon,
.k-grid .k-hierarchy-cell .k-icon {
  background-color: transparent;
  border-radius: 0;
}
.k-scheduler-table .k-state-hover .k-icon {
  background-color: transparent;
}
.k-button:focus,
.k-split-button:focus {
  outline: none;
}
.k-split-button:focus {
  box-shadow: inset 0 0 0 1px #a8a8a8;
}
.k-split-button:focus > .k-button {
  background: transparent;
  border-color: transparent;
}
.k-editor .k-tool:focus {
  outline: 0;
  border-color: #dbdbdb;
  box-shadow: inset 0 0 0 1px #a8a8a8;
}
.k-checkbox-label:before {
  border-color: #dbdbdb;
  background: #ffffff;
  border-radius: 0;
}
.k-checkbox-label:hover:before,
.k-checkbox:checked + .k-checkbox-label:hover:before {
  border-color: #a8a8a8;
  box-shadow: none;
}
.k-checkbox:checked + .k-checkbox-label:before {
  background-color: #ffffff;
  border-color: #dbdbdb;
  color: #a8a8a8;
}
.k-checkbox-label:active:before {
  box-shadow: none;
  border-color: #a8a8a8;
}
.k-checkbox:checked + .k-checkbox-label:active:before {
  box-shadow: none;
  border-color: #a8a8a8;
}
.k-checkbox:disabled + .k-checkbox-label {
  color: #b3b3b3;
}
.k-checkbox:disabled + .k-checkbox-label:hover:before {
  box-shadow: none;
}
.k-checkbox:disabled + .k-checkbox-label:before,
.k-checkbox:checked:disabled + .k-checkbox-label:before,
.k-checkbox:checked:disabled + .k-checkbox-label:active:before,
.k-checkbox:checked:disabled + .k-checkbox-label:hover:before {
  color: #b3b3b3;
  background: #ffffff;
  border-color: #e6e6e6;
  border-radius: 0;
}
.k-checkbox:focus + .k-checkbox-label:before {
  border-color: #a8a8a8;
  box-shadow: none;
}
/*.k-checkbox:indeterminate + .k-checkbox-label:after {
  background-color: #a8a8a8;
  background-image: none;
  border-color: #a8a8a8;
  border-radius: -1;
}*/
.k-checkbox:indeterminate:hover + .k-checkbox-label:after {
  border-color: #a8a8a8;
  background-color: #a8a8a8;
}
.k-radio-label:before {
  border-color: #dbdbdb;
  border-radius: 50%;
  background-color: #ffffff;
  border-width: 1px;
}
.k-radio-label:hover:before,
.k-radio:checked + .k-radio-label:hover:before {
  border-color: #a8a8a8;
  box-shadow: none;
}
.k-radio:checked + .k-radio-label:after {
  background-color: #a8a8a8;
  border-radius: 50%;
}
.k-radio-label:active:before {
  border-color: #a8a8a8;
  box-shadow: none;
}
.k-radio:checked + .k-radio-label:active:before {
  box-shadow: none;
  border-color: #a8a8a8;
}
.k-radio:disabled + .k-radio-label {
  color: #b3b3b3;
}
.k-radio:disabled + .k-radio-label:before,
.k-radio:disabled + .k-radio-label:active:before,
.k-radio:disabled + .k-radio-label:hover:after,
.k-radio:disabled + .k-radio-label:hover:before {
  background: #ffffff;
  border-color: #e6e6e6;
  box-shadow: none;
}
.k-radio:focus + .k-radio-label:before {
  border-color: #a8a8a8;
  box-shadow: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .k-icon:not(.k-loading),
    .k-grouping-dropclue,
    .k-drop-hint,
    .k-callout,
    .k-tool-icon,
    .k-state-hover .k-tool-icon,
    .k-state-active .k-tool-icon,
    .k-state-active.k-state-hover .k-tool-icon,
    .k-state-selected .k-tool-icon,
    .k-state-selected.k-state-hover .k-tool-icon,
    .k-column-menu .k-sprite,
    .k-mobile-list .k-check:checked,
    .k-mobile-list .k-edit-field [type=checkbox]:checked,
    .k-mobile-list .k-edit-field [type=radio]:checked {
        /*background-image: url('../../Content/kendo/latest/Metro/sprite_2x.png');*/
        background-size: 340px 336px;
    }
  .k-dropdown-wrap .k-input,
  .k-picker-wrap .k-input,
  .k-numeric-wrap .k-input {
    border-radius: 0 0 0 0;
  }
    .k-i-kpi-decrease,
    .k-i-kpi-denied,
    .k-i-kpi-equal,
    .k-i-kpi-hold,
    .k-i-kpi-increase,
    .k-i-kpi-open {
        background-image: url('./Content/kendo/latest/Metro/sprite_kpi_2x.png');
        background-size: 96px 16px;
    }
}
@media screen and (-ms-high-contrast: active) {
  .k-editor-toolbar-wrap .k-dropdown-wrap.k-state-focused,
  .k-editor-toolbar-wrap .k-button-group .k-tool:focus {
    border-color: #fff;
  }
}
/* Responsive styles */
@media only screen and (max-width: 1024px) {
  .k-webkit .km-pane-wrapper .k-pager-numbers,
  .k-ff .km-pane-wrapper .k-pager-numbers,
  .k-ie11 .km-pane-wrapper .k-pager-numbers,
  .k-safari .km-pane-wrapper .k-pager-numbers,
  .k-webkit .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ff .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ie11 .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-safari .km-pane-wrapper .k-grid .k-pager-numbers {
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
  }
  .k-webkit .km-pane-wrapper .k-pager-numbers.k-state-expanded,
  .k-ff .km-pane-wrapper .k-pager-numbers.k-state-expanded,
  .k-ie11 .km-pane-wrapper .k-pager-numbers.k-state-expanded,
  .k-safari .km-pane-wrapper .k-pager-numbers.k-state-expanded,
  .k-webkit .km-pane-wrapper .k-grid .k-pager-numbers.k-state-expanded,
  .k-ff .km-pane-wrapper .k-grid .k-pager-numbers.k-state-expanded,
  .k-ie11 .km-pane-wrapper .k-grid .k-pager-numbers.k-state-expanded,
  .k-safari .km-pane-wrapper .k-grid .k-pager-numbers.k-state-expanded {
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-webkit .k-pager-numbers .k-current-page .k-link,
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link,
  .k-safari .k-pager-numbers .k-current-page .k-link {
    background-image: none;
    background-position: 50% 50%;
    background-color: #ffffff;
    border-color: #dbdbdb;
  }
  .k-webkit .k-pager-numbers .k-current-page .k-link,
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link,
  .k-safari .k-pager-numbers .k-current-page .k-link {
    border-color: #dbdbdb;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    border-radius: 0;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li {
    border-radius: 0;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view {
    border-radius: 0 0 0 0;
  }
  .k-webkit .k-scheduler-toolbar > ul li:first-child,
  .k-ff .k-scheduler-toolbar > ul li:first-child,
  .k-ie11 .k-scheduler-toolbar > ul li:first-child,
  .k-safari .k-scheduler-toolbar > ul li:first-child,
  .k-webkit .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-ff .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-ie11 .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-safari .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views li .k-link {
    border-radius: 0;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link {
    border-radius: 0 0 0 0;
  }
  .k-webkit .k-pager-numbers .k-current-page .k-link:hover,
  .k-ff .k-pager-numbers .k-current-page .k-link:hover,
  .k-ie11 .k-pager-numbers .k-current-page .k-link:hover,
  .k-safari .k-pager-numbers .k-current-page .k-link:hover,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover {
    border-color: #a8a8a8;
    background-image: none;
    /*background-image: none, linear-gradient(to bottom, gray gray 100%);*/
    background-color: #a8a8a8;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    color: black;
    min-width: 75px;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link {
    color: #ffffff;
  }
  .k-webkit .k-pager-numbers .k-current-page .k-link:after,
  .k-ff .k-pager-numbers .k-current-page .k-link:after,
  .k-ie11 .k-pager-numbers .k-current-page .k-link:after,
  .k-safari .k-pager-numbers .k-current-page .k-link:after,
  .k-webkit .k-scheduler-views > li.k-state-selected > .k-link:after,
  .k-ff .k-scheduler-views > li.k-state-selected > .k-link:after,
  .k-ie11 .k-scheduler-views > li.k-state-selected > .k-link:after,
  .k-safari .k-scheduler-views > li.k-state-selected > .k-link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 0.333em;
    width: 1.333em;
    height: 1.333em;
  }
  .k-webkit .k-pager-numbers.k-state-expanded,
  .k-ff .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-pager-numbers.k-state-expanded,
  .k-safari .k-pager-numbers.k-state-expanded,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #dbdbdb;
    background-color: #ffffff;
    border-radius: 0 0 0 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border-width: 1px;
    background-image: none;
    border-radius: 0;
  }
  .k-webkit .k-pager-numbers .k-state-selected,
  .k-ff .k-pager-numbers .k-state-selected,
  .k-ie11 .k-pager-numbers .k-state-selected,
  .k-safari .k-pager-numbers .k-state-selected,
  .k-webkit .k-pager-numbers .k-link,
  .k-ff .k-pager-numbers .k-link,
  .k-ie11 .k-pager-numbers .k-link,
  .k-safari .k-pager-numbers .k-link {
    border-radius: 0;
  }
}
/* Metro Theme */
.k-chart .k-mask {
  background-color: #ffffff;
  filter: alpha(opacity=70);
  opacity: 0.70;
}
.k-chart .k-selection {
  border-color: #c7c7c7;
  box-shadow: inset 0 1px 12px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s linear, border-color 0.2s linear;
}
.k-chart .k-selection:hover {
  border-color: #a8a8a8;
  box-shadow: inset 0 0 20px rgba(168, 168, 168, 0.5);
}
.k-chart .k-handle {
  background-color: #c7c7c7;
  width: 1px;
}
.k-chart .k-handle:hover {
  background-color: #a8a8a8;
  width: 3px;
  border-radius: 0px;
}
.k-chart .k-navigator-hint .k-tooltip {
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background: #a8a8a8;
  color: #ffffff;
  border-radius: 0px;
}
.k-chart .k-navigator-hint .k-scroll {
  background: rgba(168, 168, 168, 0.5);
  height: 4px;
  border-radius: 0px;
}
.k-chart .k-tooltip,
.k-sparkline .k-tooltip {
  background-image: none;
  border-radius: 0px;
}
/* Map */
.k-map .k-marker {
  background-image: url("kendo/latest/Metro/markers.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .k-map .k-marker {
    background-image: url("kendo/latest/Metro/markers_2x.png");
  }
}
.k-calendar .k-link:not(.k-state-disabled):hover > .k-i-arrow-w {
  background-position: 0 -48px;
}
.k-calendar .k-link:not(.k-state-disabled):hover > .k-i-arrow-e {
  background-position: 0 -16px;
}
.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
  background-color: #ffffff;
}
.k-spreadsheet-top-corner,
.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
  background-color: #ffffff;
  background-image: none;
  color: #000000;
  border-color: #cccccc;
}
.k-spreadsheet-top-corner {
  border-color: #cccccc;
}
.k-spreadsheet-top-corner:after {
  border-color: transparent #cccccc #cccccc transparent;
}
.k-spreadsheet-pane {
  border-color: #cccccc;
}
.k-spreadsheet-pane .k-spreadsheet-vaxis,
.k-spreadsheet-pane .k-spreadsheet-haxis {
  border-color: #e6e6e6;
}
.k-spreadsheet-pane .k-spreadsheet-column-header,
.k-spreadsheet-pane .k-spreadsheet-row-header {
  border-color: #cccccc;
}
.k-spreadsheet-pane .k-spreadsheet-merged-cell {
  background-color: #ffffff;
}
.k-spreadsheet-pane .k-selection-partial,
.k-spreadsheet-pane .k-selection-full {
  border-color: rgba(54, 54, 54, 0.2);
  background-color: rgba(54, 54, 54, 0.2);
}
.k-spreadsheet-pane .k-filter-range {
  border-color: #363636;
}
.k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-partial,
.k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-full {
  border-bottom-color: #363636;
}
.k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-partial,
.k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-full {
  border-right-color: #363636;
}
.k-auto-fill,
.k-spreadsheet-selection {
  border-color: #363636;
  box-shadow: inset 0 0 0 1px #ffffff, 0 0 0 1px #363636;
}
.k-spreadsheet-selection {
  background-color: rgba(54, 54, 54, 0.2);
}
.k-spreadsheet-active-cell {
  border-color: #363636 !important;
  background-color: #ffffff;
}
.k-spreadsheet-active-cell.k-single {
  background-color: #fff;
}
.k-spreadsheet > .k-spreadsheet-formula-bar {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #cccccc;
}
.k-spreadsheet > .k-spreadsheet-formula-bar:before {
  border-color: #cccccc;
}
.k-spreadsheet > .k-spreadsheet-formula-bar:after {
  border-color: #ffffff;
}
.k-spreadsheet .k-spreadsheet-formula-input {
  background-color: #ffffff;
  color: black;
}
.k-spreadsheet .k-resize-handle,
.k-spreadsheet .k-resize-hint-handle,
.k-spreadsheet .k-resize-hint-marker {
  background-color: #363636;
}
.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-handle,
.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-marker {
  background-color: #363636;
}
.k-spreadsheet .k-single-selection::after {
  background-color: #363636;
  border-color: #ffffff;
}
.k-spreadsheet .k-auto-fill-punch {
  background-color: rgba(255, 255, 255, 0.5);
}
.k-spreadsheet .k-single-selection.k-dim-auto-fill-handle::after {
  background-color: rgba(54, 54, 54, 0.5);
}
.k-spreadsheet-format-cells .k-spreadsheet-preview {
  border-color: #dbdbdb;
}
.k-spreadsheet-filter {
  border-radius: 0px;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.k-spreadsheet-filter.k-state-active {
  color: #ffffff;
  background-color: #363636;
}
.k-spreadsheet-filter:hover {
  color: #ffffff;
  background: #a8a8a8;
  border-color: #949494;
}
.k-action-window .k-action-buttons {
  border-color: #dbdbdb;
}
.k-spreadsheet-sample {
  color: #c4c4c4;
}
.k-state-selected .k-spreadsheet-sample {
  color: inherit;
}
.k-spreadsheet-window .k-list-wrapper,
.k-spreadsheet-window .k-list {
  border-color: #dbdbdb;
  border-radius: 0px;
}
.k-spreadsheet-window .export-config,
.k-spreadsheet-window .k-edit-field > .k-orientation-label {
  border-color: #dbdbdb;
}
.k-spreadsheet-window .k-edit-field > input[type="radio"]:checked + .k-orientation-label {
  background-image: none;
  background-color: #6e6e6e;
  color: #ffffff;
}
.k-spreadsheet-window .k-page-orientation {
  border-color: #dbdbdb;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.k-spreadsheet-window .k-page-orientation:before {
  background: #ffffff;
  border-color: transparent;
  border-bottom-color: #dbdbdb;
  border-left-color: #dbdbdb;
}
.k-spreadsheet-window .k-margins-horizontal,
.k-spreadsheet-window .k-margins-vertical {
  background: transparent;
  border-color: #dbdbdb;
}
.k-spreadsheet-toolbar.k-toolbar .k-button-group .k-button {
  border-radius: 0px;
}
.k-spreadsheet-toolbar > .k-widget,
.k-spreadsheet-toolbar > .k-button,
.k-spreadsheet-toolbar > .k-button-group {
  border-radius: 0px;
}
.k-spreadsheet-toolbar > .k-separator {
  border-color: #dbdbdb;
}
.k-spreadsheet-toolbar .k-overflow-anchor {
  border-radius: 0;
}
.k-spreadsheet-popup {
  border-radius: 0px;
}
.k-spreadsheet-popup .k-separator {
  background-color: #dbdbdb;
}
.k-spreadsheet-popup .k-button {
  background-color: transparent;
}
.k-spreadsheet-popup .k-button:hover {
  background-color: #a8a8a8;
}
.k-spreadsheet-popup .k-state-active {
  background-color: #363636;
  color: #000000;
}
.k-spreadsheet-popup .k-state-active:hover {
  background-color: #1c1c1c;
}
.k-spreadsheet-filter-menu .k-details {
  border-color: #dbdbdb;
}
.k-spreadsheet-filter-menu .k-details-content .k-space-right {
  background-color: #ffffff;
}
.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
  background-color: #ffffff;
  border-color: #dbdbdb;
  border-radius: 0px 0 0 0px;
}
.k-syntax-ref {
  color: #ff8822;
}
.k-syntax-num {
  color: #0099ff;
}
.k-syntax-func {
  font-weight: bold;
}
.k-syntax-str {
  color: #38b714;
}
.k-syntax-error {
  color: red;
}
.k-syntax-bool {
  color: #a9169c;
}
.k-syntax-startexp {
  font-weight: bold;
}
.k-syntax-paren-match {
  background-color: #caf200;
}
.k-series-a {
  border-color: #8a8a8a;
  background-color: rgba(138, 138, 138, 0.15);
}
.k-series-b {
  border-color: #309b46;
  background-color: rgba(48, 155, 70, 0.15);
}
.k-series-c {
  border-color: #25a0da;
  background-color: rgba(37, 160, 218, 0.15);
}
.k-series-d {
  border-color: #ff6900;
  background-color: rgba(255, 105, 0, 0.15);
}
.k-series-e {
  border-color: #e61e26;
  background-color: rgba(230, 30, 38, 0.15);
}
.k-series-f {
  border-color: #d8e404;
  background-color: rgba(216, 228, 4, 0.15);
}
.k-spreadsheet-sheets-remove:hover .k-icon {
  color: #cc2222;
}
.k-spreadsheet-formula-list .k-state-focused {
  background-color: #363636;
  color: #ffffff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .k-icon.k-font-icon {
    background-image: none;
  }
}
.k-grid .k-grid-filter .k-icon.k-i-filter:hover {
  color: #787878;
}

.k-window-titlebar {
    background-color: #102640;
}