﻿#addTpl {
    width:100%;
    display: none;
    position: relative;
    display:none;
    float:left;
    margin-top:10px;
  }

#addTpl label {
      float:left;
}
  .version
{
    color: #ffa500;
    padding-left: 15px;
    line-height: 38px;
}
  .disabledAddon {
    cursor: not-allowed !important;
    background-color: #e6e7e8 !important;
    border-color: #e6e7e8 !important;
}

.disabledAddon > i {
    color: #ccc !important;
}

.btn.addFilter, .btn.editFilter, .btn.closeFilter, .btn.saveFilter, .btn.saveDbFilter, .btn.deleteFilter
{
    height: 34px;
    width:42px;
}

.btn.editFilter, .btn.closeFilter, .btn.saveFilter, .btn.saveDbFilter, .btn.deleteFilter
{
    display:none;
}

.k-primary {
    color: #ffffff;
    border-color: #71AE34;
    background-image: url('textures/highlight.png');
    background-color: #71AE34 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

  
.k-primary:focus, .k-primary:hover, .k-primary:active,
.k-primary.k-state-focused {
    background-image: none, -webkit-linear-gradient(top, #558227 0%, #7FC736 100%);
    background-image: none, -moz-linear-gradient(top, #558227 0%, #7FC736 100%);
    background-image: none, -o-linear-gradient(top, #558227 0%, #7FC736 100%);
    background-image: none, linear-gradient(to bottom, #558227 0%, #7FC736 100%);
}
 

/* Aici am modificat butoanele de edit, delete, add si save*/ 

a.k-button.k-button-icontext.k-grid-edit {
    height:33px;
    width:48px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-radius:2px;
    padding: 7px 15px;          
    }


.k-grid tbody .k-button, .k-grid .k-grid-delete {
    min-width:48px !important;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-radius:2px !important;
    height:33px;
	background-color: #D1D3D4;
	border-color: #C6C8CB;
	background-image:none;
	}
.k
	
.k-primary {
    color: #ffffff;
    border-color: #71AE34;
    background-image: url('textures/highlight.png');
    background-color: #71AE34 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

  
.k-primary:focus, .k-primary:hover, .k-primary:active,
.k-primary.k-state-focused {
    background-image: none, -webkit-linear-gradient(top, #558227 0%, #7FC736 100%);
    background-image: none, -moz-linear-gradient(top, #558227 0%, #7FC736 100%);
    background-image: none, -o-linear-gradient(top, #558227 0%, #7FC736 100%);
    background-image: none, linear-gradient(to bottom, #558227 0%, #7FC736 100%);
}

 /* Aici am schimbat cu un nou icon de delete*/ 
.k-grid .k-grid-delete:after {
    content: "\f014" !important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: red;
}

/* Aici am schimbat cu un nou icon de update*/   
.k-grid .k-grid-update:after {
    content: "\f0c7" !important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: white;
    }

/* Aici am schimbat cu un nou icon de cancel*/
.k-grid .k-grid-cancel:after {
    content: "\f0a8" !important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: black;
    }
/* Aici am schimbat cu un nou icon de add*/
	.k-grid .k-grid-add .k-icon {
    background-image: none;  
	/*iconul de add by default este un sprite; l-am ascuns, sa nu se vada, in schimb a ramas acolo; l-am folosit pe post de padding */
	width:5px; /* latimea iconului add default */
    }
	.k-grid .k-grid-add:before {
	content:"\f0fe";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: green;
	}
	
/* Aici am ascuns icon-urile default din Kendo*/
.k-grid .k-grid-update .k-icon {
    display:none;
    }
.k-grid .k-grid-delete .k-icon {
    display:none;
    }
.k-grid .k-grid-cancel .k-icon {
    display:none;
    }
	
/*.k-animation-container,
.k-animation-container *,
.k-animation-container *:after,
.k-block .k-header,
.k-list-container ,*/


/*.k-widget,
.k-widget *,
.k-widget *:before
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/