﻿body {
}
.k-grid th.k-header,
.k-grid th.k-header .k-link
{
    color: white;
    font-weight: 700 !important;
    text-align:center;
    background-color:#c38687;
}   
 .k-window  div.k-window-content
{
        overflow: hidden;
}

  .k-window-titlebar {
     color: white;  
     border-bottom: 3px solid #e42022;
     background: #c38687 !important;
     
}

  /*Start Notfication*/
    /* Error template */
    .k-notification-error.k-group {
        background: rgba(100%,0%,0%,.7);
        color: #ffffff;
    }

    .wrong-pass p {
        padding: 30px 0px 0px 0px;
    }

    .wrong-pass {
        width: 320px;
        height: 100px;
        font-family: 'IRANSans',tahoma;
        float: right;
        direction: rtl;
        padding: 10px 0px 0px 0px;
         background: rgba(100%,0%,0%,.7);
          color: #fff;
    }

    .wrong-pass h3 {
        font-size: 1.5em;
        font-weight: normal;
        font-family: 'IRANSans',tahoma;
        float: right;
    }

    .wrong-pass img {
        float: right;
    }

    /* Success template */
    .k-notification-upload-success.k-group {
        background: rgba(0,153,0,.7);
        color: #fff;
    }

    .upload-success p {
        padding: 30px 0px 0px 0px;
    }

    .upload-success {
        width: 320px;
        height: 100px;
        font-family: 'IRANSans',tahoma;
        float: right;
        direction: rtl;
        padding: 10px 0px 0px 0px;
    }

    .upload-success h3 {
         font-size: 1.5em;
        font-weight: normal;
        font-family: 'IRANSans',tahoma;
        float: right;
    }

    .upload-success img {
        float: right;
    }     
     .k-rtl .k-grid-header .k-filterable .k-link {
    padding-left: 0em;
    padding-right: 0em;
}
     .k-grid .k-state-selected { background: #287f94; }
     /*End Notfication*/

    
