﻿.s-skin,
.s-site,
.s-column,
.s-element,
.s-view,
.s-section,
.s-header,
.s-label,
.s-row,
.s-toolbar {
  float: none;
}
.s-toolbar .s-element {
  float: left;
}
.s-section .row:last-child {
  border-top: none;
}
.s-section .row {
  border-bottom: 1px solid #F5F5F5;
  padding: 5px 0 !important;
}
.s-skin,
.s-site {
  width: 100%;
}
.s-row {
  width: 100%;
}
.s-row,
.s-column {
  margin: 0px;
  padding: 0px;
}
.row {
  margin-left: unset!important;
  margin-right: unset!important;
  margin-left: 0!important;
  margin-right: 0!important;
}
.s-label {
  font-weight: normal;
  width: 100%;
  line-height: 27px;
}
.s-container,
.s-glookup {
  width: 100%;
  float: left;
}
.s-button {
  float: left;
  min-height: 30px;
  vertical-align: middle;
  position: relative;
  padding: 5px 7px;
  margin-right: 2px;
  min-width: 70px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d6d8db;
  box-shadow: 0px 1px 1px 0px rgba(158, 158, 158, 0.23);
  transition: all 0.4s ease-in-out;
}
.s-button:hover {
  border: 1px solid #BFC0C2;
  box-shadow: 0px 0px 4px 0px rgba(158, 158, 158, 0.33);
}
.s-header {
  width: initial;
  height: 25px;
  line-height: 25px;
}
.s-header::before {
  content: '';
  margin-left: 5px;
}
.s-input,
.s-select {
  position: relative;
  float: left;
  margin: 0px;
  line-height: 26px;
  font-weight: normal;
}
.s-textbox-wrapper,
.s-textarea-wrapper,
.s-radio-wrapper,
.s-radiogroup-wrapper,
.s-checkbox-wrapper,
.s-choicegroupcombobox-wrapper,
.s-numerictextbox-wrapper,
.s-numericbox-wrapper,
.s-glookup-wrapper,
.s-datepicker-wrapper,
.s-currencycombobox-wrapper,
.s-currencytextbox-wrapper {
  width: 100%;
}
/*---------------------Textbox Skin Component -------------------------*/
/*------------------------End Textbox Skin Component---------------------*/
/*------------------------------Textarea skin component--------------------*/
.s-textarea-wrapper {
  display: block;
}
.s-textarea-wrapper .s-textarea-input {
  width: auto;
  height: 80px;
}
/*---------------------------------End textarea component------------------*/
/*-------------------------------Radio button skin component ----------------*/
.s-radio-wrapper .s-radio-input {
  box-shadow: none;
  margin-right: 5px;
  border: none;
}
/*-----------------------------End radio button component---------------------*/
/*--------------------------------Radio Group Skin Component-------------------*/
.s-radiogroup-wrapper .row {
  border: none;
}
.s-radiogroup-wrapper .radio-btn-wrapper .s-radio-wrapper {
  width: auto;
  float: left;
  margin-right: 25px;
  line-height: 20px;
}
.s-radiogroup-wrapper .radio-btn-wrapper .s-radio-wrapper .s-radio-label {
  width: 80%;
}
/*------------------------------End Radio Group component----------------------*/
/*=--------------------------------Checkbox skin component---------------------*/
/*-------------------------------End Checkbox component-------------------------*/
/*-------------------------------Search Box Skin component------------------------*/
.s-searchbox-wrapper {
    display: flex;
    flex-flow: row-reverse;
    height: auto !important;
    padding: 0;
}
.s-searchbox-wrapper .s-svgicon-wrapper {
  line-height: 18px ;
  width: 30px!important;
  padding: 3px 3px 0 5px ;
  float: right;
  border-left: 1px solid #e0e0e0;
}
.s-searchbox-wrapper .s-svgicon-wrapper svg {
  margin-top: 3px!important;
  margin-left: 1px!important;
  width: 18px!important;
}
.s-searchbox-wrapper .k-state-default {
  background: none !important;
}
.s-searchbox-wrapper button {
  width: 30px;
  height: 28px;
  display: inline;
  min-width: 30px;
  padding: 0;
  float: right;
  margin: 0;
  border-left: 1px solid #E3E6EB !important;
  border: none;
  border-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.s-searchbox-wrapper button:first-child {
  border-left: none;
}
/*------------------------------End Searchbox component----------------------------*/
.s-sectionheader {
  width: 100%;
  background: #e4e4e4;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  margin-top: 1%;
  margin-bottom: 1%;
}
.s-sectionheader::before {
  content: 'aaa';
  color: #e4e4e4;
}
/*-------------------------Window Popup borders-----------------*/
.right-bottom,
.bottom-left {
  border-top: 0px !important;
}
/*--------------------------End Window Popup borders---------------*/
.s-popup,
.s-list {
  width: 100% !important;
}
.s-template {
  width: 80% !important;
}
.edit-buttons {
  text-align: right;
  display: block;
}
.edit-buttons .k-button {
  width: 26px;
  margin-bottom: 1px;
  padding-left: 5px;
}
