﻿.k-grid-content .k-button, .k-toolbar .k-button {
    padding: 4px 5px;
}
.k-grid-content tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width: initial;
}

.k-grid-content .k-button {
    margin: 0 4px;
}

.k-grid-content .k-button-icontext .k-icon, .k-button-icontext .k-image {
    margin:0;
}

.k-tabstrip {
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2),0 2px 3px rgba(0,0,0,0.05) !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2),0 2px 3px rgba(0,0,0,0.05) !important;
}

.k-upload .k-dropzone
    {
        text-align: left;
    }
     .k-upload-empty .k-dropzone
    {
        text-align: center;
    }
      
    .k-dropzone em
    {
        display:none;
    }

h1 .number, h2 .number,h3 .number{
        font-size:28px;
        font-weight:100;
        color:#541F5A;
  }
/*
.k-tabstrip-wrapper>.k-header{
    background-color: #3a7a08;
}

.k-tabstrip-items .k-item.k-state-active,.k-tabstrip-items .k-item.k-state-hover {
    background-color: #6fc62a;
    background-image: none;
    border-color: #6fc62a;
}

.k-tabstrip-items .k-item{
    background-image: none;
    background-position: 50% 50%;
    background-color: #3a7a08;
}
*/
.ajaxSuccess {
  color: #666;
  font-size: 12px;
  float: right;
  margin: 14px;
  display: none;
}

.loading {
    display: block;
    text-indent: -9999px;
    height: 48px;
    width: 48px;
    background: url('../images/loader.gif');
    background-repeat: no-repeat;
    position:relative;
    left:50%;
    margin-left: -24px;
    margin-top:40px;
}
.loadingState {width:15px;height:15px;background:url('img/loading.gif');float:right;margin-top:2px;}


/*****OVERLAY*****/

.overlay{
    display:none;
       position:fixed;
       top:0px;
       left:0px;
       width:100%;
       height:100%;
       background-color: #000;
       filter:alpha(opacity=60);
       -moz-opacity: 0.6;
       opacity: 0.6;
       z-index:5000;
}