﻿body
{
}

/* START---TELERIK GRID CUSTOM STYLES---START*/
/* http://www.telerik.com/community/forums/aspnet-mvc/grid/setting-the-styles-of-the-headers-and-rows.aspx */
/*telerik adjust .t-input
.t-datepicker .t-picker-wrap .t-input
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px !important;
    color: #454040;
    width: 80px !important;
    margin: 0px !important;
    height: 18px;
    margin-left: 0px !important; /* background-color: #E0E0E0 !important;  background: transparent; 
    margin-top: 1px !important;
}
*/
.t-tabstrip-items
{
    font-size: 11px !important;
    font-weight: bold;
}

/*.t-state-disabled, .t-state-disabled:hover, .t-state-disabled .t-link, .t-state-disabled .t-input*/
.t-picker-wrap
{
    width: 100px;
}
.t-grid .t-grid-header .t-header
{
    font-size: 12px;
    height: 20px;
    font-weight: bold;
    font-family: Calibri;
    vertical-align: text-top !important;
    margin-top: 0px;
    padding-top: 0px;
}

/* header font */


.t-grid tr td
{
    font-family: Calibri;
    font-size: 12px;
    vertical-align: top !important;
    line-height: 110%;
}
.t-grid-pager
{
    font-size: 11px !important;
    font-family: Calibri !important;
}
.t-grid-top .t-button
{
    font-size: 11px !important;
    font-family: Calibri !important;
    text-align: center;
    color: #454040;
    border-width: 1px;
    border-color: #E5E5E5;
    background-color: #F4F4F4;
}
/*WRAP GRID HEADER */
.t-grid .t-grid-header .t-header .t-link
{
    height: auto;
}

.t-grid .t-grid-header .t-header, .t-grid .t-grid-header .t-last-header
{
    white-space: normal;
}

/* always show grid groupfooter (even when collapsed)
#GridID .t-group-footer
{
       display: table-row !important;
}
  
/* IE7 
/* always show grid groupfooter (even when collapsed)
.t-grid .t-group-footer
{
    display: block !important;
}*/


/*.t-grid-top
{
    background-color: Red !important;
    height:10px !important;
}
.t-grid .t-toolbar
{
      background-color:Aqua !important;
      height:5px !important;
}

 data rows

/* END---TELERIK GRID CUSTOM STYLES---END */


/* START---TELERIK MENU CUSTOM STYLES---START*/

/*#selectcompany .t-dropdown-wrap
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9px !important;
    background-color: transparent !important;
}
#selectcompany .t-combobox .t-arrow-down
{
    height: 15px !important;
    width: 15px !important;
}
#selectcompany .t-combobox .t-select
{
    height: 15px !important;
}
.t-combobox .t-input
{
    height: 18px !important;
}
All telerik comboboxes 
.t-dropdown-wrap
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px !important;
    background-color: transparent !important;
    height: 18px !important;
}*/
/*.t-combobox .t-arrow-down
{
    height: 13px !important;
    width: 15px !important;
    padding-bottom: 1px;
}
.t-combobox .t-select
{
    height: 13px !important;
}

#selectcompany .t-dropdown-wrap
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px !important;
    height: 25px;
    padding-right: 50px !important;
    background-color: transparent !important;
}
#selectcompany .t-dropdown-wrap .t-input
{
    padding-top: 5px;
    color: #25a0da !important;
}
#selectcompany .t-dropdown-wrap .t-link t-icon .t-arrow-down
{
    color: Red !important;
    border-width: 2px;
    border-color: Lime !important;
}

#selectcompany .t-dropdown-wrap .t-arrow-down
{
    color: Red !important;
    border-width: 2px !important;
    border-color: Lime !important;
}
.t-dropdown .t-arrow-down {
    display: none;
}*/
.t-menu
{
    /*background: Black !important;*/
    font-weight: bold;
    font-family: Calibri;
    font-size: 13px !important;
    vertical-align: top !important;
    margin-left: 40px !important; /*  margin: 0px !important;          background-color: Yellow !important;   padding: 0px !important;     line-height: 10px; */
}
/* END---TELERIK MENU CUSTOM STYLES---END */
