@charset "utf-8";
/* CSS Document */

        .header-container
        {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 2000;
            height: 50px;
            color: #fff;
            background-color: #011E3F;
            display: block;
        }
         .header-left
        {
            float: left;
            width: auto;
        }
        .header-left .logo
        {
            float: left;
            display:block;
            display:block;
        }
        .logonavi
        {
           float:left;            
           color:#fff;
           font-size:14px;
           display:block;
           height:35px;
           width:70px;
           text-align:center;
           padding-top:15px;
           text-decoration:none;
        }
        .logonavi:hover
        {
            color:#000;
            text-decoration:none;
            background-color:#87CEEB;
        }
        .header-right
        {
            float: right;
            width: 215px;
            height: 50px;
            padding: 0px 0px 0px 10px;
            background-color: #264d7c;
            background-image: url(../Images/usericon.png);
            background-repeat: no-repeat;
        }
        
        .userhelp
        {
            float: left;
            font-size: 14px;
            margin-right: 20px; 
            line-height: 21px;
            list-style:none;
            display:inline-block;
        }
        .userhelp li
        {
            width:100%;
            display:inline-block;
        }
        .userhelp li ul{
            display: none;
            width:168px;
            padding:10px;
            position:absolute;
            right:30px;
        }
         .userhelp ul li:hover ul{
            display: block; /* display the dropdown */
            list-style:none;
            border-radius:5px;
            background-color:White;
        }
        .userhelp ul li:hover ul li{
            padding-top:7px;
            padding-bottom:7px;
            background-color:White;
            border-radius:5px;
            color:#333;
            border-bottom:1px solid silver;    
        }
        .userhelp ul li:hover ul li:last-child{
            padding-top:15px;
            background-color:White;
            border-bottom-left-radius:none;
        }
        .exit
        {
            float: right;
            border-left: 1px solid #11253e;
            height: 50px;
        }
        .content-container
        {
            margin-top:50px;
        }
.clear
{
    clear:both;
}
.user-menu
{
    background-color:White;
    border:10px;
    padding:10px;
    position:absolute;
    top:60px;
    display:none;
    right:50px;
}
body
{
    font-family:arial;
    background-color:#BFDBFF;
    padding:0px;
    margin:0px;
}
.breadcrumb
{
    background-color: #e4e4e4;
    border-radius: 5px;
    height: 25px;
    overflow:hidden;
    border:1px solid #d1d1d1;
    margin: 60px 10px 10px;
    
}
.breadcrumb .list
{
    font-size:11px;
    padding-left:10px;
    height:10px;
    margin:5px;
}
.breadcrumb .list li
{
    display:inline-block;
    color:#59595b;
}
.breadcrumb .list li:after
{
    content: ' /';
}
.list li:last-child
{
    color:#264c7b;
}
.list li:last-child:after
{
     content:' ';
}
.content-container
{
    margin:8px 10px;
    height:auto;
}
.pageheading
{
    font-size:15px;
    color:#59595b;
    float:left;
    padding-top:7px;
    margin:0px;
}
.action-container
{
    float:right;
}
.back-btn
{
    background-color: #264c7b;
    border: none;
    color: white;
    text-align: center;
    width: 80px;
    height: 30px;
    cursor: pointer;
}
.back-btn:hover
{
    background-color: #011733;
}
.form-fields-cntr
{
    background-color:White;
    border:1px solid #cfcfcf;
    margin-top:13px;
    display:block;
}
.form-header-bar
{
    background-color:#c6c6c6;
    border-bottom:1px solid #cfcfcf;
    height:30px;   
}
.form-title
{
    padding:5px 6px;
    margin:0px;
    color:#515151;
    font-size:13px;
}
#tabs
{
    margin:10px;
}

.footer
{
    background-color:#011E3F;
    bottom:0px;
    width: 100%;
    z-index: 2000;
    display:block;
    position:fixed;
}
.versioninfo
{
    font-size:12px;
    float:right;
    color:white;
    padding:10px;
}

.copyrightsreserved
{
    float:left;
    font-size:12px;
    color:White;
    padding:10px;
}
.copyrightsreserved a 
{
    color:White;
    text-decoration:none;
    cursor:pointer;
    font-family:NokianvirallinenkirjasinREGULAR;
    font-size:10px;
}
.copyrightsreserved a:hover
{
    color:White;
    text-decoration:underline;
    cursor:pointer;
    font-family:NokianvirallinenkirjasinREGULAR;
    font-size:10px;
}
.backtoprevious
{
    background-color:#e1efff;
    border-radius:3px;
}
.backtoprevious ul
{
    padding:3px 10px;
}
.backtoprevious ul li
{
    display:inline-block;
    font-size:12px;
}
.backtoprevious ul li:after
{
    content:' >';
}
.backtoprevious ul li:last-child:after
{
    content:' ';
}
.backtoprevious ul li a
{
    cursor:pointer;
    text-decoration:none;
}
.buttton
{
    background-color: #254c7a;
    background-image:none;
    font-size: 12px;
    width: 80px;
    cursor: pointer;
    color: White;
    height: 30px;
    border:none;    
    text-align:center;
    font-family:arial;
    padding:0px !important;
}
.buttton:hover 
{
    background-color:#011E3F;
}
.cancel
{
    background-color: #254c7a;    
    background-image:none;
    font-size: 12px;
    width: 80px;
    cursor: pointer;
    color: White;
    height: 30px;
    border:none;
    font-family:arial;
    padding:0px !important;
}
.cancel:hover 
{
    background-color:#77131f;
}
.iconGeneratePass
{
   background-color: #254c7a;   
    background-image:none;
    font-size: 12px;
    width:150px;
    cursor: pointer;
    color: White;
    height: 30px;
    border:none;
    font-family:arial;
    padding:0px !important;
}
.iconGeneratePass:hover
{
   background-color: #011E3F;
}
.button-common 
{
    background-color:Red;
}
.iconNew:hover
{
   background-color:#011E3F;   
}
.tabbg
{
    background-image: none !important;
    background-position: top;
    background-color:transparent !important;
}
.tab-text-color tr td b
{
    color:#ffffff;
}
.clients-tab-height tr td 
{
    height:30px;
}
.accesslevel-tab-height tr td 
{
    height:30px;
}
.dashboardmain-tab-height tr td 
{
    height:30px;
}
.templatemanagement-tab-height tr td 
{
    height:30px;
}
.establishment-tab-height tr td 
{
    height:30px;
} 
.pendinginspection-tab-height tr td 
{
    height:30px;
} 
.clientreport-tab-height tr td 
{
    height:30px;
}
.InspectorTrackingReport-tab-height tr td 
{
    height:30px;
} 
.logtab-tab-height tr td 
{
    height:30px;
}
.bgPanel .padding10 .tabbg tr td b
{
    color:#ffffff;
}  
.imageprincipal-tab-height tr td 
{
    height:30px;
}
.gasstatistics-tab-height tr td 
{
    height:30px;
}

 .iconNewMediumSize:hover 
{
    background-color:#011E3F;
}
.iconButton:hover 
{
    background-color:#011E3F;
}
.iconPreview 
{
    background-color: #254c7a;
    background-image: none;
    font-size: 12px;
    width: 80px;
    cursor: pointer;
    color: #FFF;
    height: 30px;
    border: medium none;
    font-family: arial;
    padding: 0px !important;
}
table tr td font a
{
    display:block;
}
.iconBookmark 
{
    background-color: #254c7a;
    background-image:none;
    font-size: 12px;
    width: 80px;
    cursor: pointer;
    color: White;
    height: 30px;
    border:none;    
    text-align:center;
    font-family:arial;
    padding:0px !important;
}
.iconBookmark:hover 
{
    background-color:#011E3F;
} 
.iconButtonEnable:hover 
{
    background-color:#011E3F !important;
}
.iconPreview:hover 
{
    background-color:#011E3F;
} 
.btnreportgenerate:hover 
{
    background-color:#011E3F;
} 
.btnDownload:hover 
{
    background-color:#011E3F;
} 
.paymentmethod-newbtn 
{
    float:right; padding-right:41px;
}
.pull-right 
{
    float:right;
}
.establishment-newbtn 
{
    padding-right:20px;
}

.createinspection-newbtn a 
{
    background-color: #254c7a;
    background-image:none;
    font-size: 12px;
    cursor: pointer;
    color: White;
    height: 30px;
    border:none;    
    text-align:center;
    font-family:arial;
    padding:7px 10px !important;
    width: 110px;
    margin-right:2px;
}
.createinspection-newbtn a:hover 
{
    background-color:#011E3F;
    color:#ffffff !important;
    text-decoration:none !important;
}
.home-navigation
{
    background-color:#e1efff !important;
    height:34px;
    margin:50px 0px 0px 0px;
    color:#000000;
    border-top:12px solid #bfdbff;
    border-right:10px solid #bfdbff;
    border-left:10px solid #bfdbff;
    border-bottom:10px solid #bfdbff;
}
.home-navigation ul li 
{
    list-style:none;
    display:inline;
    font-size:13px;
    vertical-align:middle;
    padding:10px 0px 10px 0px; 
    line-height:36px;   
    color:#000000;  
}
.home-navigation ul
{
    margin-left:-30px;
    margin-top:0px;
}
.home-navigation ul li a
{
    color:#000000 ;
    text-decoration:none !important;
}
.home-navigation ul li a:hover
{
    text-decoration:underline;
}
.home-navigation ul li:last-child:hover 
{
    text-decoration:none;
}
.LabelStyle
{
    font-size: 11px;
}
.home-navigation ul li:before {
    content: ">>";
    font-size:11px;
} 
.home-navigation ul li:first-child:before { 
    content: " ";
 }
 .textbox, .textbox_middlealign, .textbox_rightalign 
 {
     border:1px solid #bebebe !important;
 }
 .clientparameter-cntr 
 {
     padding:5px;
     margin-top:5px;
 }
 .raddatepicker
{
    border: 1px solid #bebebe ;
}
 /*----same for all----*/ 
 .pendingInspection-mapbtn 
 {
     padding-right:5px;
 }
 .dropdown-control input.rcbFakeInput 
 {
     width:174px !important;
 }
 .textbox-width1 
 {
     width:170px !important;
     height:20px !important;
 }
 .dropdown-width1 
 {
     width:174px !important;
     height:24px !important;
 }
 .valign-mid 
{
    vertical-align:middle;
} 
.valign-top 
{
    vertical-align:top;
}
.valign-bottom 
{
    vertical-align:bottom;
}
.checkbox-btmspace tr td
{
    padding-bottom:0px !important;
}
 .User-table tr td, .ClientsForm-table tr td, .RelatorioTemplateForm-table tr td, .CreateInspectionForm-table tr td, 
 .ReportForm-table tr td, .CurrentAccountForm-table tr td, .DocumentsForm-table tr td, .InternalTableForm-table tr td, .FormulariosChecklistForm-table tr td
 {
     padding-bottom:8px;
 }
 .User-table tr td:first-child
 {
     padding-top:4px;
 }
 .GeneratePasswordForm td, .ChangePasswordForm td
 {
     padding-bottom:8px;
 }
  .GeneratePasswordForm td:first-child, .ChangePasswordForm td:first-child
 {
     padding-bottom:0px;
 }
 .SetupForm-table tr td
 {
     padding-bottom:5px;
 }
 .SetupForm-table tr td:last-child 
 {
     padding-bottom:0px;
 }
 .UserForm-table td  
 {
     padding-bottom:8px;
 }
 .UserForm-table td:last-child 
 {
     padding-bottom:0px;
 } 
 .CreateInspectionScheduleForm-space
 {
    padding-bottom:7px;
 } 
 .InternalFormTR-table td  
 {
     padding-bottom:5px;
 }
 .InteralFormDIV-table div 
 {
     padding-bottom:7px;
 }
 .ClientParameters-checkbox tr td
 {
     padding-bottom:2px;
 }
 .InspectionSitesForn-table tr td
 {
     padding-bottom:5px;
 }
 /*----same for all----*/
 
  .RequiredField
 {
      border:1px solid red; width:174px; display:block;
 }
 
 /*--- New Styles from Stylesheet.css for performance changes---*/
 
 .body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
    background-color: #bfdbff;
    scrollbar-face-color: #153E7E;
    scrollbar-shadow-color: #dbe5ff;
    scrollbar-highlight-color: #dbe5ff;
    scrollbar-3dlight-color: #dbe5ff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-track-color: #dbe5ff;
    scrollbar-arrow-color: #ffffff;
}
.label
{
    height: 25px;
    font-family: Arial,Tahoma, Verdana,sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
td
{
    font-family: Arial,Tahoma, Verdana,sans-serif;
    font-size: 11px;
    color: #000000;
}
.title
{
    font-family: Arial,Tahoma,Verdana,sans-serif;
    font-size: 13px;
    color: #061947;
    font-weight: bold; /*padding-left: 13px;*/
    padding-left: 4px;
    background-color: Transparent;
}

.textbox
{
    border: 1px solid #1e3f8b;
    height: 18px;
    font-family: Arial,Tahoma, Verdana,sans-serif;
    font-size: 8pt;
    color: #000000;
}

.iconFilter
{
    background-color: #254c7a;
    background-image:none;
    font-size: 12px;
    cursor: pointer;
    color: White;
    height: 30px;
    border:none;    
    text-align:center;
    font-family:arial;
    padding:0px !important;
    width: 90px;
}
.iconFilter:hover
{
   background-color:#011E3F;   
}
.iconNew
{
   background-color: #254c7a;
    background-image:none;
    font-size: 12px;
    cursor: pointer;
    color: White;
    height: 30px;
    border:none;    
    text-align:center;
    font-family:arial;
    padding:0px !important;
    width: 80px;
}
.iconNew:hover
{
    background-color:#011E3F;   
}

/*--- Padding---*/
.padding10
{
    padding-left: 10px;
}

/*Telerik Grid Stylesheet*/

/*Telerik RadGrid MyCustomSkin Skin*/

/*global*/

.RadGrid_MyCustomSkin
{
    border: 1px solid #a7ccf6;
    background: #e9f0f9;
    color: #333;
}

.RadGrid_MyCustomSkin, .RadGrid_MyCustomSkin .rgMasterTable, .RadGrid_MyCustomSkin .rgDetailTable, .RadGrid_MyCustomSkin .rgGroupPanel table, .RadGrid_MyCustomSkin .rgCommandRow table, .RadGrid_MyCustomSkin .rgEditForm table, .GridToolTip_MyCustomSkin
{
    font: 12px/16px "segoe ui" ,arial,sans-serif;
}

.RadGrid_MyCustomSkin .rgMasterTable, .RadGrid_MyCustomSkin .rgDetailTable
{
    border-collapse: separate !important;
}

.RadGrid_MyCustomSkin .rgRow, .RadGrid_MyCustomSkin .rgAltRow, .RadGrid_MyCustomSkin .rgHeader, .RadGrid_MyCustomSkin .rgResizeCol, .RadGrid_MyCustomSkin .rgPager, .RadGrid_MyCustomSkin .rgGroupPanel
{
    cursor: default;
}

.RadGrid_MyCustomSkin .rgRow td, .RadGrid_MyCustomSkin .rgAltRow td, .RadGrid_MyCustomSkin .rgEditRow td, .RadGrid_MyCustomSkin .rgFooter td, .RadGrid_MyCustomSkin .rgFilterRow td, .RadGrid_MyCustomSkin .rgHeader, .RadGrid_MyCustomSkin .rgResizeCol, .RadGrid_MyCustomSkin .rgGroupHeader td
{
    padding-left: 7px;
    padding-right: 7px;
}

.RadGrid_MyCustomSkin .rgAdd, .RadGrid_MyCustomSkin .rgRefresh, .RadGrid_MyCustomSkin .rgEdit, .RadGrid_MyCustomSkin .rgDel, .RadGrid_MyCustomSkin .rgFilter, .RadGrid_MyCustomSkin .rgPagePrev, .RadGrid_MyCustomSkin .rgPageNext, .RadGrid_MyCustomSkin .rgPageFirst, .RadGrid_MyCustomSkin .rgPageLast, .RadGrid_MyCustomSkin .rgExpand, .RadGrid_MyCustomSkin .rgCollapse, .RadGrid_MyCustomSkin .rgSortAsc, .RadGrid_MyCustomSkin .rgSortDesc, .RadGrid_MyCustomSkin .rgUpdate, .RadGrid_MyCustomSkin .rgCancel
{
    width: 16px;
    height: 16px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: url('../Images/Grid/sprite.gif'); /*Filter img sets here*/
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 1px;
    cursor: pointer;
}

.RadGrid_MyCustomSkin .rgGroupItem input, .RadGrid_MyCustomSkin .rgCommandRow img, .RadGrid_MyCustomSkin .rgHeader input, .RadGrid_MyCustomSkin .rgFilterRow img, .RadGrid_MyCustomSkin .rgPager img
{
    vertical-align: middle;
}

/*header*/

.RadGrid_MyCustomSkin .rgHeaderDiv
{
    /*background:#eee 0 -5900px repeat-x url('../Images/Grid/sprite.gif');     background-color: Red;*/
    background-color: #254c7a;
}
.rgTwoLines .rgHeaderDiv
{
    background-position: 0 -6200px;
}

.rgNoScrollImage .rgHeaderDiv
{
    background-image: none;
}

/*.RadGrid_MyCustomSkin .rgHeader,*/
.RadGrid_MyCustomSkin .rgHeader
{
    border: 0;
    border-bottom: 1px solid #a7ccf6;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #254c7a;
    text-align: left;
    font-weight: normal;
    color: White;
}

.RadGrid_MyCustomSkin th.rgResizeCol
{
    border: 0;
    border-bottom: 1px solid #a7ccf6;
    padding-top: 5px;
    padding-bottom: 4px;
    background: #eaeaea 0 -2300px repeat-x url('../Images/Grid/sprite.gif');
    text-align: left;
    font-weight: normal;
}

.RadGrid_MyCustomSkin th.rgSorted
{
    background-color: #c4c4c4;
    background-position: 0 -2600px;
}

.RadGrid_MyCustomSkin .rgHeader, .RadGrid_MyCustomSkin .rgHeader a
{
    color: White;
    text-decoration: none;
}

/*rows*/

.RadGrid_MyCustomSkin .rgRow td, .RadGrid_MyCustomSkin .rgAltRow td, .RadGrid_MyCustomSkin .rgEditRow td, .RadGrid_MyCustomSkin .rgFooter td
{
    border: 0;
    border-bottom: 1px solid;
    padding-top: 4px;
    padding-bottom: 3px;
}

.RadGrid_MyCustomSkin .rgAltRow
{
    background: #fff;
}

.RadGrid_MyCustomSkin .rgRow td, .RadGrid_MyCustomSkin .rgAltRow td
{
    border-color: #fff;
}

.RadGrid_MyCustomSkin .rgAltRow
{
    background: #fff;
}

.RadGrid_MyCustomSkin .rgRow .rgSorted
{
    background-color: #e9f0f9;
}

.RadGrid_MyCustomSkin .rgAltRow .rgSorted
{
    background-color: #fff;
}

.RadGrid_MyCustomSkin .rgSelectedRow .rgSorted, .RadGrid_MyCustomSkin .rgActiveRow .rgSorted, .RadGrid_MyCustomSkin .rgHoveredRow .rgSorted, .RadGrid_MyCustomSkin .rgEditRow .rgSorted
{
    background-color: transparent;
}

.RadGrid_MyCustomSkin .rgRow a, .RadGrid_MyCustomSkin .rgAltRow a, .RadGrid_MyCustomSkin .rgEditRow a, .RadGrid_MyCustomSkin .rgFooter a, .RadGrid_MyCustomSkin .rgEditForm a
{
    color: #000;
}

.RadGrid_MyCustomSkin .rgSelectedRow
{
    background: #a7ccf6; /*0 -3900px repeat-x url('../Images/Grid/sprite.gif');*/
    color: #fff;
}
* + html .RadGrid_MyCustomSkin .rgSelectedRow .rgSorted
{
    background-color: #a7ccf6;
}
* html .RadGrid_MyCustomSkin .rgSelectedRow .rgSorted
{
    background-color: #a7ccf6;
}

.RadGrid_MyCustomSkin .rgActiveRow, .RadGrid_MyCustomSkin .rgHoveredRow
{
    background: #c5c5c5 0 -2900px repeat-x url('../Images/Grid/sprite.gif');
    color: #333;
}
* + html .RadGrid_MyCustomSkin .rgActiveRow .rgSorted, * + html .RadGrid_MyCustomSkin .rgHoveredRow .rgSorted
{
    background-color: #c5c5c5;
}
* html .RadGrid_MyCustomSkin .rgActiveRow .rgSorted, * html .RadGrid_MyCustomSkin .rgHoveredRow .rgSorted
{
    background-color: #c5c5c5;
}

.RadGrid_MyCustomSkin .rgEditRow
{
    background: #fff 0 -4900px repeat-x url('../Images/Grid/sprite.gif');
}
* + html .RadGrid_MyCustomSkin .rgEditRow .rgSorted
{
    background-color: #fff;
}
* html .RadGrid_MyCustomSkin .rgEditRow .rgSorted
{
    background-color: #fff;
}

.RadGrid_MyCustomSkin .rgActiveRow td, .RadGrid_MyCustomSkin .rgActiveRow td.rgSorted, .RadGrid_MyCustomSkin .rgHoveredRow td, .RadGrid_MyCustomSkin .rgHoveredRow td.rgSorted
{
    border-bottom-color: #9e9e9e;
}

.RadGrid_MyCustomSkin .rgSelectedRow td, .RadGrid_MyCustomSkin .rgSelectedRow td.rgSorted
{
    border-bottom-color: #6c6c6c;
}

/*footer*/

.RadGrid_MyCustomSkin .rgFooterDiv, .RadGrid_MyCustomSkin .rgFooter
{
    background: #eee;
}

.RadGrid_MyCustomSkin .rgFooter td
{
    border-top: 1px solid #a7ccf6;
    border-bottom: 1px solid #fff;
}

/*status*/

.RadGrid_MyCustomSkin .rgStatus
{
    width: 35px;
    border: 1px solid;
    border-color: #a7ccf6 #c9c9c9 #eee #eee;
    border-left: 0;
    padding: 3px 0 2px;
}

.RadGrid_MyCustomSkin .rgStatus div
{
    width: 24px;
    height: 24px;
    overflow: hidden;
    border: 0;
    margin: 0 auto;
    padding: 0; /*background:transparent 0 0 no-repeat url('<%=WebResource("Telerik.Web.UI.Skins.MyCustomSkin.Grid.loading.gif")%>');*/
    text-indent: -2222px;
}

/*pager*/

.RadGrid_MyCustomSkin .rgPager
{
    background: #eee;
}

.RadGrid_MyCustomSkin .rgPagerCell
{
    border: 1px solid;
    border-color: #a7ccf6 #eee #eee;
    border-right: 0;
    padding: 3px 0 2px;
}

.RadGrid_MyCustomSkin .rgWrap
{
    float: left;
    padding: 0 10px;
    line-height: 26px;
    white-space: nowrap;
}

.RadGrid_MyCustomSkin .rgArrPart1
{
    padding-right: 0;
    line-height: 22px;
}

.RadGrid_MyCustomSkin .rgArrPart2
{
    padding-left: 0;
    line-height: 22px;
}

.RadGrid_MyCustomSkin .rgInfoPart
{
    float: right;
    color: #8a8a8a;
}

.RadGrid_MyCustomSkin .rgInfoPart strong
{
    font-weight: normal;
    color: #4c4e54;
}

.RadGrid_MyCustomSkin .rgPageFirst, .RadGrid_MyCustomSkin .rgPagePrev, .RadGrid_MyCustomSkin .rgPageNext, .RadGrid_MyCustomSkin .rgPageLast
{
    width: 22px;
    height: 24px;
}

.RadGrid_MyCustomSkin .rgPageFirst
{
    background-position: 0 -549px;
}
.RadGrid_MyCustomSkin .rgPageFirst:hover
{
    background-position: 0 -599px;
}
.RadGrid_MyCustomSkin .rgPagePrev
{
    background-position: 0 -699px;
}
.RadGrid_MyCustomSkin .rgPagePrev:hover
{
    background-position: 0 -749px;
}
.RadGrid_MyCustomSkin .rgPageNext
{
    background-position: 0 -849px;
}
.RadGrid_MyCustomSkin .rgPageNext:hover
{
    background-position: 0 -899px;
}
.RadGrid_MyCustomSkin .rgPageLast
{
    background-position: 0 -999px;
}
.RadGrid_MyCustomSkin .rgPageLast:hover
{
    background-position: 0 -1049px;
}

.RadGrid_MyCustomSkin .rgPagerButton
{
    height: 22px;
    border: 1px solid;
    border-color: #d0d0d0 #aeaeae #8b8b8b;
    margin: 0 14px 0 0;
    padding: 0 4px 2px;
    background: transparent repeat-x 0 -1550px url('../Images/Grid/sprite.gif');
    color: #000;
    font: 12px/12px "segoe ui" ,arial,sans-serif;
    vertical-align: middle;
    cursor: pointer;
}

.RadGrid_MyCustomSkin .rgNumPart
{
    padding: 2px 0;
}

.RadGrid_MyCustomSkin .NumericPages .rgNumPart
{
    padding: 2px 10px;
}

.RadGrid_MyCustomSkin .rgNumPart a:hover, .RadGrid_MyCustomSkin .rgNumPart a:hover span, .RadGrid_MyCustomSkin .rgNumPart a.rgCurrentPage, .RadGrid_MyCustomSkin .rgNumPart a.rgCurrentPage span
{
    background: no-repeat url('../Images/Grid/sprite.gif');
}

.RadGrid_MyCustomSkin .rgNumPart a
{
    float: left;
    line-height: 22px;
    margin: 0;
    padding: 0 5px 0 0;
    color: #000;
    text-decoration: none;
}

.RadGrid_MyCustomSkin .rgNumPart span
{
    float: left;
    padding: 0 0 0 5px;
}

.RadGrid_MyCustomSkin .rgNumPart a:hover
{
    background-position: 100% -1250px;
}

.RadGrid_MyCustomSkin .rgNumPart a:hover span
{
    background-position: 0 -1150px;
    cursor: pointer;
}

.RadGrid_MyCustomSkin .rgNumPart a.rgCurrentPage, .RadGrid_MyCustomSkin .rgNumPart a.rgCurrentPage:hover
{
    background-position: 100% -1450px;
    cursor: default;
}

.RadGrid_MyCustomSkin .rgNumPart a.rgCurrentPage span, .RadGrid_MyCustomSkin .rgNumPart a.rgCurrentPage:hover span
{
    background-position: 0 -1350px;
    cursor: default;
}

.RadGrid_MyCustomSkin .NextPrevNumericAndAdvanced .rgAdvPart
{
    float: none;
    text-align: center;
}

.RadGrid_MyCustomSkin .rgPager .RadSlider
{
    float: left;
    margin: 2px 10px 0 0;
}

.RadGrid_MyCustomSkin .rgPagerLabel, .RadGrid_MyCustomSkin .rgPager .RadComboBox, .RadGrid_MyCustomSkin .rgPager .RadInput_MyCustomSkin
{
    margin: 0 4px 0 0;
    vertical-align: middle;
}

.RadGrid_MyCustomSkin .rgPager .RadComboBox
{
    margin-top: -1px;
}
* + html .RadGrid_MyCustomSkin .rgPager .RadComboBox
{
    margin-top: -2px;
}
* html .RadGrid_MyCustomSkin .rgPager .RadComboBox
{
    margin-top: -2px;
}

.RadGrid_MyCustomSkin .rgPagerTextBox
{
    text-align: center;
}

/*sorting, reordering*/

/*.RadGrid_MyCustomSkin .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}*/

.RadGrid_MyCustomSkin .rgSortAsc
{
    background-position: 3px -198px;
    height: 10px;
}

/*.RadGrid_MyCustomSkin .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}*/

.GridReorderTop_MyCustomSkin, .GridReorderBottom_MyCustomSkin
{
    width: 9px !important;
    height: 9px !important;
    margin-left: -5px;
    background: 0 0 no-repeat url('../Images/Grid/sprite.gif');
}

.GridReorderBottom_MyCustomSkin
{
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_MyCustomSkin .rgFilterRow
{
    background: #ffffff;
}

.RadGrid_MyCustomSkin .rgFilterRow td
{
    /* border-bottom: 1px solid #a7ccf6;*/
    padding-top: 4px;
    padding-bottom: 7px;
}

.RadGrid_MyCustomSkin .rgFilter
{
    width: 22px;
    height: 22px;
    margin: 0 0 0 2px;
    background-position: 0 -300px;
}

.RadGrid_MyCustomSkin .rgFilter:hover
{
    background-position: 0 -350px;
}

.RadGrid_MyCustomSkin .rgFilterBox
{
    border: 1px solid;
    border-color: #8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;
    padding: 2px 1px 3px;
    font: 12px "segoe ui" ,arial,sans-serif;
    color: #333;
    vertical-align: middle;
}

/*grouping*/

.RadGrid_MyCustomSkin .rgGroupPanel
{
    height: 24px;
    border: 0;
    border-bottom: 1px solid #a7ccf6;
    background: #eee 0 -1900px repeat-x url('../Images/Grid/sprite.gif');
}

.RadGrid_MyCustomSkin .rgGroupPanel td
{
    border: 0;
    padding: 3px 4px;
}

.RadGrid_MyCustomSkin .rgGroupPanel td td
{
    padding: 0;
}

.RadGrid_MyCustomSkin .rgGroupPanel .rgSortAsc
{
    background-position: 4px -143px;
}

.RadGrid_MyCustomSkin .rgGroupPanel .rgSortDesc
{
    background-position: 4px -93px;
}

.RadGrid_MyCustomSkin .rgGroupItem
{
    border: 1px solid;
    border-color: #c4c4c4 #c4c4c4 #9e9e9e;
    padding: 1px 2px 4px 3px;
    background: #c6c6c6 0 -6500px repeat-x url('../Images/Grid/sprite.gif');
}

.RadGrid_MyCustomSkin .rgMasterTable td.rgGroupCol, .RadGrid_MyCustomSkin .rgMasterTable td.rgExpandCol
{
    border-color: #d9d9d9;
    background: #d9d9d9 none;
}

.RadGrid_MyCustomSkin .rgGroupHeader
{
    background: #d9d9d9;
    font-size: 1.1em;
    color: #000;
}

.RadGrid_MyCustomSkin .rgGroupHeader td
{
    border-top: 1px solid #a7ccf6;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 1px;
    padding-bottom: 4px;
}

.RadGrid_MyCustomSkin .rgGroupHeader td.rgGroupCol
{
    border-top-color: #a7ccf6;
}

.RadGrid_MyCustomSkin .rgExpand
{
    background-position: 5px -496px;
}

.RadGrid_MyCustomSkin .rgCollapse
{
    background-position: 3px -444px;
}

.RadGrid_MyCustomSkin .rgGroupHeader td p
{
    display: inline;
    padding: 0 10px;
}

.RadGrid_MyCustomSkin .rgGroupHeader td div div
{
    top: -0.5em;
    padding: 0 10px;
}

.RadGrid_MyCustomSkin .rgGroupHeader td div div div
{
    top: 0;
    padding: 0;
    border: 0;
}

/*editing*/

.RadGrid_MyCustomSkin .rgEditForm
{
    border-bottom: 1px solid #a7ccf6;
}

.RadGrid_MyCustomSkin .rgUpdate
{
    background-position: 0 -1800px;
}

.RadGrid_MyCustomSkin .rgCancel
{
    background-position: 2px -1848px;
}

/*hierarchy*/

.RadGrid_MyCustomSkin .rgDetailTable
{
    border: 1px solid #a7ccf6;
    border-right: 0;
}

/*command row*/

.RadGrid_MyCustomSkin .rgCommandRow
{
    background: #c5c5c5 0 -2099px repeat-x url('../Images/Grid/sprite.gif');
    color: #000;
}

.RadGrid_MyCustomSkin .rgCommandRow td
{
    border: 1px solid;
    border-color: #999 #fff;
    border-top: 0;
    padding: 0;
}

.RadGrid_MyCustomSkin tfoot .rgCommandRow td
{
    border-top: 1px solid;
    border-bottom: 0;
}

.RadGrid_MyCustomSkin tr.rgCommandRow td td
{
    border: 0;
    padding: 3px 7px 4px;
}

.RadGrid_MyCustomSkin tr.rgCommandRow td td td
{
    padding: 1px;
}

.RadGrid_MyCustomSkin .rgCommandRow table
{
    border: 0;
    border-top: 1px solid #fdfdfd;
    border-bottom: 1px solid #e7e7e7;
}

.RadGrid_MyCustomSkin .rgCommandRow table table
{
    border: 0;
}

.RadGrid_MyCustomSkin .rgCommandRow a
{
    color: #000;
    text-decoration: none;
}

.RadGrid_MyCustomSkin .rgAdd
{
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_MyCustomSkin .rgRefresh
{
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_MyCustomSkin .rgEdit
{
    background-position: 0 -1700px;
}

.RadGrid_MyCustomSkin .rgDel
{
    background-position: 0 -1750px;
}

/*multirow select*/

.GridRowSelector_MyCustomSkin
{
    background: #4c4e54;
}

/*row drag n drop*/

.GridItemDropIndicator_MyCustomSkin
{
    border-top: 1px dashed #666;
}

/*tooltip*/

.GridToolTip_MyCustomSkin
{
    border: 1px solid #a7ccf6;
    padding: 3px;
    background: #fff;
    color: #333;
}

/*rtl*/

.RadGridRTL_MyCustomSkin .rgHeader, .RadGridRTL_MyCustomSkin .rgResizeCol
{
    text-align: right;
}
/* <RadMenu / MyCustomSkin> */

.RadMenu_MyCustomSkin .rmRootGroup, .RadMenu_MyCustomSkin .rmLink, .RadMenu_MyCustomSkin .rmText, .RadMenu_MyCustomSkin .rmLeftArrow, .RadMenu_MyCustomSkin .rmRightArrow, .RadMenu_MyCustomSkin .rmTopArrow, .RadMenu_MyCustomSkin .rmBottomArrow
{
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MyCustomSkin.Menu.rmSprite.png")%>');
    background-color: transparent;
}

.RadMenu_MyCustomSkin .rmRootGroup
{
    border: 1px solid #a7ccf6;
    background-repeat: repeat-x;
    background-position: 0 -408px;
    background-color: #e6e6e6;
}

/* <Root items> */

.RadMenu_MyCustomSkin, .RadMenu_MyCustomSkin .rmLink
{
    font: normal 12px/23px "Segoe UI" , Arial, sans-serif;
    color: #000;
    text-decoration: none;
}

.RadMenu_MyCustomSkin .rmLink, .RadMenu_MyCustomSkin .rmDisabled, .RadMenu_MyCustomSkin .rmDisabled:hover
{
    background-position: 0 -72px;
}

.RadMenu_MyCustomSkin .rmText, .RadMenu_MyCustomSkin .rmDisabled .rmText, .RadMenu_MyCustomSkin .rmDisabled:hover .rmText
{
    background-position: 100% -96px;
}

.RadMenu_MyCustomSkin .rmFirst .rmLink, .RadMenu_MyCustomSkin .rmFirst .rmLink:hover, .RadMenu_MyCustomSkin .rmLast .rmText, .RadMenu_MyCustomSkin .rmLast .rmLink:hover .rmText, .RadMenu_MyCustomSkin .rmVertical .rmLink, .RadMenu_MyCustomSkin .rmVertical .rmText
{
    background-repeat: no-repeat;
    background-position: 0 500px;
}

.RadMenu_MyCustomSkin .rmVertical .rmFirst, .RadMenu_MyCustomSkin .rmVertical .rmLast
{
    background: none;
}

.RadMenu_MyCustomSkin .rmLink:hover, .RadMenu_MyCustomSkin .rmFocused
{
    background-color: #fff;
}

.RadMenu_MyCustomSkin .rmVertical .rmLink
{
    padding-top: 1px;
    padding-bottom: 1px;
}

.RadMenu_MyCustomSkin .rmVertical .rmLink:hover, .RadMenu_MyCustomSkin .rmVertical .rmFocused, .RadMenu_MyCustomSkin .rmVertical .rmExpanded, .RadMenu_MyCustomSkin .rmVertical .rmExpanded:hover
{
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-color: #a7ccf6;
    border-width: 1px 0;
}

.RadMenu_MyCustomSkin .rmVertical .rmFirst .rmLink:hover, .RadMenu_MyCustomSkin .rmVertical .rmFirst .rmFocused, .RadMenu_MyCustomSkin .rmVertical .rmFirst .rmExpanded, .RadMenu_MyCustomSkin .rmVertical .rmFirst .rmExpanded:hover
{
    padding-top: 1px;
    padding-bottom: 0;
    border-top-width: 0;
}

.RadMenu_MyCustomSkin .rmVertical .rmLast .rmLink:hover, .RadMenu_MyCustomSkin .rmVertical .rmLast .rmFocused, .RadMenu_MyCustomSkin .rmVertical .rmLast .rmExpanded, .RadMenu_MyCustomSkin .rmVertical .rmLast .rmExpanded:hover
{
    padding-bottom: 1px;
    padding-top: 0;
    border-bottom-width: 0;
}

.RadMenu_MyCustomSkin .rmVertical .rmItem .rmDisabled:hover
{
    padding-top: 1px;
    padding-bottom: 1px;
    border-width: 0;
}

.RadMenu_MyCustomSkin .rmExpanded, .RadMenu_MyCustomSkin .rmExpanded:hover
{
    background-color: #fff;
    background-position: 0 -72px;
}

.RadMenu_MyCustomSkin .rmExpanded .rmText, .RadMenu_MyCustomSkin .rmExpanded:hover .rmText
{
    background-position: 100% -96px;
}

.RadMenu_MyCustomSkin .rmLast .rmExpanded .rmText
{
    background-position: 0 500px;
    background-repeat: no-repeat;
}

.RadMenu_MyCustomSkin .rmDisabled, .RadMenu_MyCustomSkin .rmDisabled:hover
{
    color: #7d7d7d;
    background-color: transparent;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_MyCustomSkin .rmGroup, .RadMenu_MyCustomSkin .rmGroup .rmVertical
{
    border: 1px solid #979797;
    background: #fff url('<%=WebResource("Telerik.Web.UI.Skins.MyCustomSkin.Menu.rmVSprite.png")%>') repeat-y 0 0;
}

.RadMenu_MyCustomSkin .rmSlide .rmScrollWrap
{
    background-image: none;
}

.RadMenu_MyCustomSkin_rtl .rmGroup, .RadMenu_MyCustomSkin_rtl .rmGroup .rmVertical
{
    background-position: 100% 0;
}

.RadMenu_MyCustomSkin .rmRootGroup .rmHorizontal
{
    background-image: none;
}

.RadMenu_MyCustomSkin .rmScrollWrap .rmVertical
{
    border: 0;
}

.RadMenu_MyCustomSkin .rmGroup .rmItem .rmLink, .RadMenu_MyCustomSkin .rmGroup .rmItem .rmLink:hover, .RadMenu_MyCustomSkin .rmGroup .rmItem .rmFocused, .RadMenu_MyCustomSkin .rmGroup .rmItem .rmExpanded
{
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

.RadMenu_MyCustomSkin .rmGroup .rmLast .rmLink, .RadMenu_MyCustomSkin .rmGroup .rmLast .rmLink:hover, .RadMenu_MyCustomSkin .rmGroup .rmLast .rmFocused, .RadMenu_MyCustomSkin .rmGroup .rmLast .rmExpanded
{
    padding-bottom: 1px;
}

.RadMenu_MyCustomSkin .rmGroup .rmLink, .RadMenu_MyCustomSkin .rmGroup .rmText, .RadMenu_MyCustomSkin .rmGroup .rmItem .rmDisabled, .RadMenu_MyCustomSkin .rmGroup .rmItem .rmDisabled:hover, .RadMenu_MyCustomSkin .rmGroup .rmItem .rmDisabled .rmText, .RadMenu_MyCustomSkin .rmGroup .rmItem .rmDisabled:hover .rmText
{
    background-position: 0 500px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.RadMenu_MyCustomSkin .rmGroup .rmLink:hover, .RadMenu_MyCustomSkin .rmGroup .rmFocused, .RadMenu_MyCustomSkin .rmGroup .rmExpanded
{
    background-position: 0 -168px;
}

.RadMenu_MyCustomSkin .rmGroup .rmLink:hover .rmText, .RadMenu_MyCustomSkin .rmGroup .rmFocused .rmText, .RadMenu_MyCustomSkin .rmGroup .rmExpanded .rmText
{
    background-position: 100% -192px;
}

/* <expand arrows> */

.RadMenu_MyCustomSkin .rmGroup .rmExpandRight, .RadMenu_MyCustomSkin .rmGroup .rmExpandDown, .RadMenu_MyCustomSkin .rmGroup .rmItem .rmDisabled .rmExpandRight, .RadMenu_MyCustomSkin .rmGroup .rmItem .rmDisabled .rmExpandDown, .RadMenu_MyCustomSkin .rmGroup .rmItem .rmDisabled:hover .rmExpandRight, .RadMenu_MyCustomSkin .rmGroup .rmItem .rmDisabled:hover .rmExpandDown
{
    background-position: 100% -216px;
}

.RadMenu_MyCustomSkin .rmGroup .rmLink:hover .rmExpandRight, .RadMenu_MyCustomSkin .rmGroup .rmFocused .rmExpandRight, .RadMenu_MyCustomSkin .rmGroup .rmExpanded .rmExpandRight, .RadMenu_MyCustomSkin .rmGroup .rmLink:hover .rmExpandDown, .RadMenu_MyCustomSkin .rmGroup .rmFocused .rmExpandDown, .RadMenu_MyCustomSkin .rmGroup .rmExpanded .rmExpandDown
{
    background-position: 100% -240px;
}

.RadMenu_MyCustomSkin .rmGroup .rmDisabled:hover .rmExpandRight, .RadMenu_MyCustomSkin .rmGroup .rmDisabled:hover .rmExpandDown
{
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.MyCustomSkin.Menu.rmSprite.png")%>');
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_MyCustomSkin_rtl .rmLink
{
    background-position: 100% -96px;
}

.RadMenu_MyCustomSkin_rtl .rmText
{
    background-position: 0 -72px;
}

.RadMenu_MyCustomSkin_rtl .rmVertical .rmExpanded .rmText, .RadMenu_MyCustomSkin_rtl .rmVertical .rmExpanded:hover .rmText
{
    background-position: 0 500px;
    background-repeat: no-repeat;
}

.RadMenu_MyCustomSkin_rtl .rmGroup .rmLink:hover, .RadMenu_MyCustomSkin_rtl .rmGroup .rmFocused, .RadMenu_MyCustomSkin_rtl .rmGroup .rmExpanded
{
    background-position: 100% -264px;
}

.RadMenu_MyCustomSkin_rtl .rmGroup .rmLink:hover .rmText, .RadMenu_MyCustomSkin_rtl .rmGroup .rmFocused .rmText, .RadMenu_MyCustomSkin_rtl .rmGroup .rmExpanded .rmText
{
    background-position: 0 -288px;
}

.RadMenu_MyCustomSkin_rtl .rmGroup .rmExpandLeft
{
    background-position: 0 -312px;
}

.RadMenu_MyCustomSkin_rtl .rmGroup .rmLink:hover .rmExpandLeft, .RadMenu_MyCustomSkin_rtl .rmGroup .rmFocused .rmExpandLeft, .RadMenu_MyCustomSkin_rtl .rmGroup .rmExpanded .rmExpandLeft
{
    background-position: 0 -336px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (MyCustomSkin - specific, overlapping submenus)> */

.RadMenu_MyCustomSkin .rmSlide
{
    margin: 0 0 0 -1px;
}

.RadMenu_MyCustomSkin .rmVertical .rmSlide, .RadMenu_MyCustomSkin .rmSlide .rmSlide, .RadMenu_MyCustomSkin_Context .rmGroup .rmSlide
{
    margin: 0 0 0 -5px;
}

.RadMenu_MyCustomSkin_rtl .rmSlide
{
    margin: 0 0 0 0;
}

.RadMenu_MyCustomSkin_rtl .rmFirst .rmSlide
{
    margin-left: 1px;
}

.RadMenu_MyCustomSkin_rtl .rmVertical .rmSlide, .RadMenu_MyCustomSkin_rtl .rmSlide .rmSlide, .RadMenu_MyCustomSkin_Context_rtl .rmGroup .rmSlide
{
    margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_MyCustomSkin .rmLeftArrow, .RadMenu_MyCustomSkin .rmRightArrow
{
    background-color: #E6E6E6;
}

.RadMenu_MyCustomSkin .rmLeftArrow
{
    background-position: -8px -312px;
    border-right: 1px solid #a7ccf6;
}
.RadMenu_MyCustomSkin .rmRightArrow
{
    background-position: -482px -216px;
    border-left: 1px solid #a7ccf6;
}

.RadMenu_MyCustomSkin .rmTopArrow, .RadMenu_MyCustomSkin .rmBottomArrow, .RadMenu_MyCustomSkin .rmGroup .rmLeftArrow, .RadMenu_MyCustomSkin .rmGroup .rmRightArrow
{
    background-color: #E6E6E6;
}

.RadMenu_MyCustomSkin .rmTopArrow
{
    background-position: 50% -367px;
    border-bottom: 1px solid #a7ccf6;
}
.RadMenu_MyCustomSkin .rmBottomArrow
{
    background-position: 50% -391px;
    border-top: 1px solid #a7ccf6;
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_MyCustomSkin .rmHorizontal .rmSeparator .rmText, .RadMenu_MyCustomSkin .rmVertical .rmHorizontal .rmSeparator .rmText
{
    height: 22px;
    margin: 1px 0 0;
    width: 1px;
    background-color: #A8A8A8;
}

.RadMenu_MyCustomSkin_Context .rmSeparator .rmText, .RadMenu_MyCustomSkin .rmHorizontal .rmGroup .rmSeparator .rmText, .RadMenu_MyCustomSkin .rmVertical .rmHorizontal .rmGroup .rmSeparator .rmText
{
    background-color: transparent;
    background-position: 0 -406px;
}

/* </Separators> */

/* </RadMenu / MyCustomSkin> */
/*Telerik Grid Stylesheet*/

/*Telerik RadGrid DashbordSkin Skin*/

/*global*/

.RadGrid_DashbordSkin
{
    border: 1px solid #a7ccf6;
    background: #e9f0f9;
    color: #333;
}

.RadGrid_DashbordSkin, .RadGrid_DashbordSkin .rgMasterTable, .RadGrid_DashbordSkin .rgDetailTable, .RadGrid_DashbordSkin .rgGroupPanel table, .RadGrid_DashbordSkin .rgCommandRow table, .RadGrid_DashbordSkin .rgEditForm table, .GridToolTip_MyCustomSkin
{
    font: 12px/16px "segoe ui" ,arial,sans-serif;
}

.RadGrid_DashbordSkin .rgMasterTable, .RadGrid_DashbordSkin .rgDetailTable
{
    border-collapse: separate !important;
}

.RadGrid_DashbordSkin .rgRow, .RadGrid_DashbordSkin .rgAltRow, .RadGrid_DashbordSkin .rgHeader, .RadGrid_DashbordSkin .rgResizeCol, .RadGrid_DashbordSkin .rgPager, .RadGrid_DashbordSkin .rgGroupPanel
{
    cursor: default;
}

.RadGrid_DashbordSkin .rgRow td, .RadGrid_DashbordSkin .rgAltRow td, .RadGrid_DashbordSkin .rgEditRow td, .RadGrid_DashbordSkin .rgFooter td, .RadGrid_DashbordSkin .rgFilterRow td, .RadGrid_DashbordSkin .rgHeader, .RadGrid_DashbordSkin .rgResizeCol, .RadGrid_DashbordSkin .rgGroupHeader td
{
    padding-left: 7px;
    padding-right: 7px;
}

.RadGrid_DashbordSkin .rgAdd, .RadGrid_DashbordSkin .rgRefresh, .RadGrid_DashbordSkin .rgEdit, .RadGrid_DashbordSkin .rgDel, .RadGrid_DashbordSkin .rgFilter, .RadGrid_DashbordSkin .rgPagePrev, .RadGrid_DashbordSkin .rgPageNext, .RadGrid_DashbordSkin .rgPageFirst, .RadGrid_DashbordSkin .rgPageLast, .RadGrid_DashbordSkin .rgExpand, .RadGrid_DashbordSkin .rgCollapse, .RadGrid_DashbordSkin .rgSortAsc, .RadGrid_DashbordSkin .rgSortDesc, .RadGrid_DashbordSkin .rgUpdate, .RadGrid_DashbordSkin .rgCancel
{
    width: 16px;
    height: 16px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: url('../Images/Grid/sprite.gif'); /*Filter img sets here*/
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 1px;
    cursor: pointer;
}

.RadGrid_DashbordSkin .rgGroupItem input, .RadGrid_DashbordSkin .rgCommandRow img, .RadGrid_DashbordSkin .rgHeader input, .RadGrid_DashbordSkin .rgFilterRow img, .RadGrid_DashbordSkin .rgPager img
{
    vertical-align: middle;
}

/*header*/

.RadGrid_DashbordSkin .rgHeaderDiv
{
    /*background:#eee 0 -5900px repeat-x url('../Images/Grid/sprite.gif');     background-color: Red;*/
    background-color: #254c7a;
}
.rgTwoLines .rgHeaderDiv
{
    background-position: 0 -6200px;
}

.rgNoScrollImage .rgHeaderDiv
{
    background-image: none;
}

/*.RadGrid_DashbordSkin .rgHeader,*/
.RadGrid_DashbordSkin .rgHeader
{
    border: 0;
    border-bottom: 1px solid #a7ccf6;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #254c7a;
    text-align: left;
    font-weight: normal;
    color: White;
}

.RadGrid_DashbordSkin th.rgResizeCol
{
    border: 0;
    border-bottom: 1px solid #a7ccf6;
    padding-top: 5px;
    padding-bottom: 4px;
    background: #eaeaea 0 -2300px repeat-x url('../Images/Grid/sprite.gif');
    text-align: left;
    font-weight: normal;
}

.RadGrid_DashbordSkin th.rgSorted
{
    background-color: #c4c4c4;
    background-position: 0 -2600px;
}

.RadGrid_DashbordSkin .rgHeader, .RadGrid_DashbordSkin .rgHeader a
{
    color: White;
    text-decoration: none;
}

/*rows*/

.RadGrid_DashbordSkin .rgRow td, .RadGrid_DashbordSkin .rgAltRow td, .RadGrid_DashbordSkin .rgEditRow td, .RadGrid_DashbordSkin .rgFooter td
{
    border: 0;
    border-bottom: 1px solid;
    padding-top: 4px;
    padding-bottom: 3px;
}

.RadGrid_DashbordSkin .rgAltRow
{
    background: #fff;
}

.RadGrid_DashbordSkin .rgRow td, .RadGrid_DashbordSkin .rgAltRow td
{
    border-color: #fff;
}

.RadGrid_DashbordSkin .rgAltRow
{
    background: #fff;
}

.RadGrid_DashbordSkin .rgRow .rgSorted
{
    background-color: #e9f0f9;
}

.RadGrid_DashbordSkin .rgAltRow .rgSorted
{
    background-color: #fff;
}

.RadGrid_DashbordSkin .rgSelectedRow .rgSorted, .RadGrid_DashbordSkin .rgActiveRow .rgSorted, .RadGrid_DashbordSkin .rgHoveredRow .rgSorted, .RadGrid_DashbordSkin .rgEditRow .rgSorted
{
    background-color: transparent;
}

.RadGrid_DashbordSkin .rgRow a, .RadGrid_DashbordSkin .rgAltRow a, .RadGrid_DashbordSkin .rgEditRow a, .RadGrid_DashbordSkin .rgFooter a, .RadGrid_DashbordSkin .rgEditForm a
{
    color: #000;
}

.RadGrid_DashbordSkin .rgSelectedRow
{
    background: #a7ccf6; /*0 -3900px repeat-x url('../Images/Grid/sprite.gif');*/
    color: #fff;
}
* + html .RadGrid_DashbordSkin .rgSelectedRow .rgSorted
{
    background-color: #a7ccf6;
}
* html .RadGrid_DashbordSkin .rgSelectedRow .rgSorted
{
    background-color: #a7ccf6;
}

.RadGrid_DashbordSkin .rgActiveRow, .RadGrid_DashbordSkin .rgHoveredRow
{
    background: #c5c5c5 0 -2900px repeat-x url('../Images/Grid/sprite.gif');
    color: #333;
}
* + html .RadGrid_DashbordSkin .rgActiveRow .rgSorted, * + html .RadGrid_DashbordSkin .rgHoveredRow .rgSorted
{
    background-color: #c5c5c5;
}
* html .RadGrid_DashbordSkin .rgActiveRow .rgSorted, * html .RadGrid_DashbordSkin .rgHoveredRow .rgSorted
{
    background-color: #c5c5c5;
}

.RadGrid_DashbordSkin .rgEditRow
{
    background: #fff 0 -4900px repeat-x url('../Images/Grid/sprite.gif');
}
* + html .RadGrid_DashbordSkin .rgEditRow .rgSorted
{
    background-color: #fff;
}
* html .RadGrid_DashbordSkin .rgEditRow .rgSorted
{
    background-color: #fff;
}

.RadGrid_DashbordSkin .rgActiveRow td, .RadGrid_DashbordSkin .rgActiveRow td.rgSorted, .RadGrid_DashbordSkin .rgHoveredRow td, .RadGrid_DashbordSkin .rgHoveredRow td.rgSorted
{
    border-bottom-color: #9e9e9e;
}

.RadGrid_DashbordSkin .rgSelectedRow td, .RadGrid_DashbordSkin .rgSelectedRow td.rgSorted
{
    border-bottom-color: #6c6c6c;
}

/*footer*/

.RadGrid_DashbordSkin .rgFooterDiv, .RadGrid_DashbordSkin .rgFooter
{
    background: #eee;
}

.RadGrid_DashbordSkin .rgFooter td
{
    border-top: 1px solid #a7ccf6;
    border-bottom: 1px solid #fff;
}

/*status*/

.RadGrid_DashbordSkin .rgStatus
{
    width: 35px;
    border: 1px solid;
    border-color: #a7ccf6 #c9c9c9 #eee #eee;
    border-left: 0;
    padding: 3px 0 2px;
}

.RadGrid_DashbordSkin .rgStatus div
{
    width: 24px;
    height: 24px;
    overflow: hidden;
    border: 0;
    margin: 0 auto;
    padding: 0; /*background:transparent 0 0 no-repeat url('<%=WebResource("Telerik.Web.UI.Skins.MyCustomSkin.Grid.loading.gif")%>');*/
    text-indent: -2222px;
}

/*pager*/

.RadGrid_DashbordSkin .rgPager
{
    background: #eee;
}

.RadGrid_DashbordSkin .rgPagerCell
{
    border: 1px solid;
    border-color: #a7ccf6 #eee #eee;
    border-right: 0;
    padding: 3px 0 2px;
}

.RadGrid_DashbordSkin .rgWrap
{
    float: left;
    padding: 0 10px;
    line-height: 26px;
    white-space: nowrap;
}

.RadGrid_DashbordSkin .rgArrPart1
{
    padding-right: 0;
    line-height: 22px;
}

.RadGrid_DashbordSkin .rgArrPart2
{
    padding-left: 0;
    line-height: 22px;
}

.RadGrid_DashbordSkin .rgInfoPart
{
    float: right;
    color: #8a8a8a;
}

.RadGrid_DashbordSkin .rgInfoPart strong
{
    font-weight: normal;
    color: #4c4e54;
}

.RadGrid_DashbordSkin .rgPageFirst, .RadGrid_DashbordSkin .rgPagePrev, .RadGrid_DashbordSkin .rgPageNext, .RadGrid_DashbordSkin .rgPageLast
{
    width: 22px;
    height: 24px;
}

.RadGrid_DashbordSkin .rgPageFirst
{
    background-position: 0 -549px;
}
.RadGrid_DashbordSkin .rgPageFirst:hover
{
    background-position: 0 -599px;
}
.RadGrid_DashbordSkin .rgPagePrev
{
    background-position: 0 -699px;
}
.RadGrid_DashbordSkin .rgPagePrev:hover
{
    background-position: 0 -749px;
}
.RadGrid_DashbordSkin .rgPageNext
{
    background-position: 0 -849px;
}
.RadGrid_DashbordSkin .rgPageNext:hover
{
    background-position: 0 -899px;
}
.RadGrid_DashbordSkin .rgPageLast
{
    background-position: 0 -999px;
}
.RadGrid_DashbordSkin .rgPageLast:hover
{
    background-position: 0 -1049px;
}

.RadGrid_DashbordSkin .rgPagerButton
{
    height: 22px;
    border: 1px solid;
    border-color: #d0d0d0 #aeaeae #8b8b8b;
    margin: 0 14px 0 0;
    padding: 0 4px 2px;
    background: transparent repeat-x 0 -1550px url('../Images/Grid/sprite.gif');
    color: #000;
    font: 12px/12px "segoe ui" ,arial,sans-serif;
    vertical-align: middle;
    cursor: pointer;
}

.RadGrid_DashbordSkin .rgNumPart
{
    padding: 2px 0;
}

.RadGrid_DashbordSkin .NumericPages .rgNumPart
{
    padding: 2px 10px;
}

.RadGrid_DashbordSkin .rgNumPart a:hover, .RadGrid_DashbordSkin .rgNumPart a:hover span, .RadGrid_DashbordSkin .rgNumPart a.rgCurrentPage, .RadGrid_DashbordSkin .rgNumPart a.rgCurrentPage span
{
    background: no-repeat url('../Images/Grid/sprite.gif');
}

.RadGrid_DashbordSkin .rgNumPart a
{
    float: left;
    line-height: 22px;
    margin: 0;
    padding: 0 5px 0 0;
    color: #000;
    text-decoration: none;
}

.RadGrid_DashbordSkin .rgNumPart span
{
    float: left;
    padding: 0 0 0 5px;
}

.RadGrid_DashbordSkin .rgNumPart a:hover
{
    background-position: 100% -1250px;
}

.RadGrid_DashbordSkin .rgNumPart a:hover span
{
    background-position: 0 -1150px;
    cursor: pointer;
}

.RadGrid_DashbordSkin .rgNumPart a.rgCurrentPage, .RadGrid_DashbordSkin .rgNumPart a.rgCurrentPage:hover
{
    background-position: 100% -1450px;
    cursor: default;
}

.RadGrid_DashbordSkin .rgNumPart a.rgCurrentPage span, .RadGrid_DashbordSkin .rgNumPart a.rgCurrentPage:hover span
{
    background-position: 0 -1350px;
    cursor: default;
}

.RadGrid_DashbordSkin .NextPrevNumericAndAdvanced .rgAdvPart
{
    float: none;
    text-align: center;
}

.RadGrid_DashbordSkin .rgPager .RadSlider
{
    float: left;
    margin: 2px 10px 0 0;
}

.RadGrid_DashbordSkin .rgPagerLabel, .RadGrid_DashbordSkin .rgPager .RadComboBox, .RadGrid_DashbordSkin .rgPager .RadInput_MyCustomSkin
{
    margin: 0 4px 0 0;
    vertical-align: middle;
}

.RadGrid_DashbordSkin .rgPager .RadComboBox
{
    margin-top: -1px;
}
* + html .RadGrid_DashbordSkin .rgPager .RadComboBox
{
    margin-top: -2px;
}
* html .RadGrid_DashbordSkin .rgPager .RadComboBox
{
    margin-top: -2px;
}

.RadGrid_DashbordSkin .rgPagerTextBox
{
    text-align: center;
}

/*sorting, reordering*/

/*.RadGrid_DashbordSkin .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}*/

.RadGrid_DashbordSkin .rgSortAsc
{
    background-position: 3px -198px;
    height: 10px;
}

/*.RadGrid_DashbordSkin .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}*/

.GridReorderTop_MyCustomSkin, .GridReorderBottom_MyCustomSkin
{
    width: 9px !important;
    height: 9px !important;
    margin-left: -5px;
    background: 0 0 no-repeat url('../Images/Grid/sprite.gif');
}

.GridReorderBottom_MyCustomSkin
{
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_DashbordSkin .rgFilterRow
{
    background: #ffffff;
}

.RadGrid_DashbordSkin .rgFilterRow td
{
    border-bottom: 1px solid #a7ccf6;
    padding-top: 4px;
    padding-bottom: 7px;
}

.RadGrid_DashbordSkin .rgFilter
{
    width: 22px;
    height: 22px;
    margin: 0 0 0 2px;
    background-position: 0 -300px;
}

.RadGrid_DashbordSkin .rgFilter:hover
{
    background-position: 0 -350px;
}

.RadGrid_DashbordSkin .rgFilterBox
{
    border: 1px solid;
    border-color: #8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;
    padding: 2px 1px 3px;
    font: 12px "segoe ui" ,arial,sans-serif;
    color: #333;
    vertical-align: middle;
}

/*grouping*/

.RadGrid_DashbordSkin .rgGroupPanel
{
    height: 24px;
    border: 0;
    border-bottom: 1px solid #a7ccf6;
    background: #eee 0 -1900px repeat-x url('../Images/Grid/sprite.gif');
}

.RadGrid_DashbordSkin .rgGroupPanel td
{
    border: 0;
    padding: 3px 4px;
}

.RadGrid_DashbordSkin .rgGroupPanel td td
{
    padding: 0;
}

.RadGrid_DashbordSkin .rgGroupPanel .rgSortAsc
{
    background-position: 4px -143px;
}

.RadGrid_DashbordSkin .rgGroupPanel .rgSortDesc
{
    background-position: 4px -93px;
}

.RadGrid_DashbordSkin .rgGroupItem
{
    border: 1px solid;
    border-color: #c4c4c4 #c4c4c4 #9e9e9e;
    padding: 1px 2px 4px 3px;
    background: #c6c6c6 0 -6500px repeat-x url('../Images/Grid/sprite.gif');
}

.RadGrid_DashbordSkin .rgMasterTable td.rgGroupCol, .RadGrid_DashbordSkin .rgMasterTable td.rgExpandCol
{
    border-color: #d9d9d9;
    background: #d9d9d9 none;
}

.RadGrid_DashbordSkin .rgGroupHeader
{
    background: #d9d9d9;
    font-size: 1.1em;
    color: #000;
}

.RadGrid_DashbordSkin .rgGroupHeader td
{
    border-top: 1px solid #a7ccf6;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 1px;
    padding-bottom: 4px;
}

.RadGrid_DashbordSkin .rgGroupHeader td.rgGroupCol
{
    border-top-color: #a7ccf6;
}

.RadGrid_DashbordSkin .rgExpand
{
    background-position: 5px -496px;
}

.RadGrid_DashbordSkin .rgCollapse
{
    background-position: 3px -444px;
}

.RadGrid_DashbordSkin .rgGroupHeader td p
{
    display: inline;
    padding: 0 10px;
}

.RadGrid_DashbordSkin .rgGroupHeader td div div
{
    top: -0.5em;
    padding: 0 10px;
}

.RadGrid_DashbordSkin .rgGroupHeader td div div div
{
    top: 0;
    padding: 0;
    border: 0;
}

/*editing*/

.RadGrid_DashbordSkin .rgEditForm
{
    border-bottom: 1px solid #a7ccf6;
}

.RadGrid_DashbordSkin .rgUpdate
{
    background-position: 0 -1800px;
}

.RadGrid_DashbordSkin .rgCancel
{
    background-position: 2px -1848px;
}

/*hierarchy*/

.RadGrid_DashbordSkin .rgDetailTable
{
    border: 1px solid #a7ccf6;
    border-right: 0;
}

/*command row*/

.RadGrid_DashbordSkin .rgCommandRow
{
    background: #c5c5c5 0 -2099px repeat-x url('../Images/Grid/sprite.gif');
    color: #000;
}

.RadGrid_DashbordSkin .rgCommandRow td
{
    border: 1px solid;
    border-color: #999 #fff;
    border-top: 0;
    padding: 0;
}

.RadGrid_DashbordSkin tfoot .rgCommandRow td
{
    border-top: 1px solid;
    border-bottom: 0;
}

.RadGrid_DashbordSkin tr.rgCommandRow td td
{
    border: 0;
    padding: 3px 7px 4px;
}

.RadGrid_DashbordSkin tr.rgCommandRow td td td
{
    padding: 1px;
}

.RadGrid_DashbordSkin .rgCommandRow table
{
    border: 0;
    border-top: 1px solid #fdfdfd;
    border-bottom: 1px solid #e7e7e7;
}

.RadGrid_DashbordSkin .rgCommandRow table table
{
    border: 0;
}

.RadGrid_DashbordSkin .rgCommandRow a
{
    color: #000;
    text-decoration: none;
}

.RadGrid_DashbordSkin .rgAdd
{
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_DashbordSkin .rgRefresh
{
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_DashbordSkin .rgEdit
{
    background-position: 0 -1700px;
}

.RadGrid_DashbordSkin .rgDel
{
    background-position: 0 -1750px;
}

/*----- RadGridCompleted----*/

