

@font-face 
{
    font-family: 'Inter';
    src: url('/assets/fonts/Inter/Inter-Regular.ttf');

}

@font-face 
{
    font-family: 'Prompt';
    src: url('/assets/fonts/Prompt/Prompt-Regular.ttf');

}


@font-face 
{
    font-family: 'Montserrat';
    src: url('/assets/fonts/montserrat/Montserrat-Medium.ttf');

}



html, body { 
      scroll-behavior: smooth
      overflow-y:auto;
      background: #f4f4f4;
    }

body,html,*:not(.k-icon,.fa-solid)
{
       font-family: Arial, Inter,Helvetica, "sans-serif";
       vertical-align: middle;

}



*, *::before, *::after {
    box-sizing: border-box;
}


a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none;   transition: color 0.2s ease;  color: var(--sitecolor) !important; }
a:active { text-decoration: none; }


.footer {
    padding: 15px 0;
    top: -90px;
    position: relative;
}



/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #aaa; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaa; 
}




.form.col .k-block {
    background: #fff;
    border-width: 0px;
}


.leftMenu.blue1 ul.lvl2 {background:#fff;}
.leftMenu.blue1 ul.lvl2 li > a {background:#f4f4f4;}

.leftMenu.blue1 ul.lvl2 li > a {
    background: #f4f4f4;
}


.leftMenu li a span, .leftMenu > h6 a span {
    font-weight: bold;
}


leftMenu ul.lvl1 li.hover ul.lvl2 {
    padding: 10px;
    border-radius: 0.625rem; 
    left: 210px;
    background: #f4f4f4;
}


.leftMenu.blue1 ul.lvl1 li a span {
    color: #444;
}


.leftMenu.blue1 h6 a{
    background: var(--sitecolor);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; 
}


.leftMenu.blue1 ul.lvl1 li > a {
    background: #E8E9EA;
}


.leftMenu li a, .leftMenu > h6 a {
    padding: 10px 15px; 
    margin: -3px; 
 
}

.leftMenu.blue1 ul.lvl1 li a span {
    color:#777;

}

.leftMenu.blue1 ul.lvl1 li > a i:not(.icon1) {
    margin-right: 5px;
    font-size: 17px;
    color: var(--sitecolor) !important;
    width:20px !important; 

}


.leftMenu ul.lvl1 li.hover ul.lvl2 li a {
    background: #fff;
    padding-left: 10px;
    padding-right: 1px; 

}


.leftMenu ul.lvl1 li.hover ul.lvl2:before {
    border-color: transparent #fff transparent transparent;
}




.leftMenu.blue1 ul.lvl1 li > a i:not(.icon1) {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    color: var(--sitecolor);
    opacity: 0.7;
}

.leftMenu ul.lvl1 li.hover ul.lvl2 {
    background: #fff;
    padding: 7px 7px;
/*    border-radius: 0.625rem; 
    left: 223px;*/
}





input[type="text"], select, input[type="password"], input[type="file"], textarea, .sStylerWrp {
    background: #f5f5f5;
    box-shadow: 1 0px 0px 0px #fff;
    border: 0px;
    min-height: calc(1.5em + 1.65rem + 2px);
    padding: 0.825rem 0.5rem;
    font-size: 1.15rem;
    border-radius: 0.625rem;

}




.k-dropdowntree .k-dropdown-wrap .k-input, .k-selectbox .k-input 

{
    background-color: #f5f5f5;
    /*box-shadow: none !important;
    box-shadow: 1 0px 0px 0px #fff; */
    box-shadow: 0 3px 6px -6px #000 inset;
    height: 35px;
    outline: none !important;
    font-size: 1.15rem;
    /*min-height: calc(1.5em + 1.65rem + 2px);*/
    padding: 0.825rem 0.1rem;
    position: relative;
    left: -8px;	
    border-style:none;

}


.k-dropdown-wrap .k-input

{
    background-color: #f5f5f5;
    /*box-shadow: none !important;
    box-shadow: 1 0px 0px 0px #fff; */
    box-shadow: 0 3px 6px -6px #000 inset;
    /*height: 35px;*/
    outline: none !important;
    font-size: 1rem;
    padding: 0.825rem 0.1rem;
    position: relative;
    left: 0px;	
    border-style:none;

}





.k-autocomplete, .k-dropdown-wrap, .k-multiselect-wrap, .k-numeric-wrap, .k-picker-wrap, .k-textarea, .k-textbox {
    border-width: 0px;
    border-style:none;
}



input[type=checkbox]:not(old) + label > span, input[type=radio ]:not(old) + label > span {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 0.25em 1.5em 0.25em 0.25em;

}


.form.col .k-block {
    position: relative;
    left: -5px;
}

/* Custom labels: the container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    /*margin-bottom: -7px;*/
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

/* Hide the browser's default checkbox */
.container input {
  	position: absolute;
	  opacity: 0;
cursor: pointer;}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 22px;
    background-color: #e4e4e4;
    border-radius: 0.45em;
    transform: scale(0.8);

}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: var(--sitecolor);
    opacity: 0.8;

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio button */
.radiobtn{
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #e4e4e4;
  border-radius: 50%;  
  transform: scale(0.8);
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .radiobtn{
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .radiobtn{
   background-color: var(--sitecolor);
   opacity: 0.8;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .radiobtn:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .radiobtn:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


.white {
  color:#fff;
}



/* 
.form.col .k-block {
  width:80%;
}
*/

/* Buton İşlemleri */


a.k-button, button.k-button, input[type=button] {
    background-color: var(--sitecolor);
    border-color: #fff; 

    padding: calc(0.45rem + 1px) calc(1.25rem + 1px);
    top: 0px;
    /*color: #fff !important;*/
    background-image: none;
}

.k-primary {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}


.titleInner, .filter table tbody tr.header td, .invisible table tbody tr.header td, table {
    border-top: 0px;
    width: 100%;
}


table th {
    background: #f5f5f5;    
    padding-left: 1rem !important;
    font-size: 15px;
}


table td {
    border-width: 0 0px 1px 0;
    font-size: 1.15rem !important;
}

table.responsive td, table.responsive th {
    font-size: 12px;
    color: #444;
}

table.responsive td {
    border-bottom-width: 1px;
    border-bottom-style: dashed; 
}

table.responsive tr:last-child td  {
    border-bottom: 0px;

}


div.totalRecord {
    height: 29px;
    position: relative;
    top: 13px;
    color: #444;
    font-size: 14px;
    opacity: 0.5;
}

.form.col label b {
    font-size: 14px;
    padding-right: 5px;
}




.title {
    border-bottom-style: dashed;
}



.titleInner {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: bold;
    background: #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    border-bottom-style: dashed;

}

.form label table th {
    background: #f5f5f5;    
    padding-left: 1rem !important;
    border-style: none;
}



.k-block.plan table td {
    background: #fff;
}

#basket table.responsive {
    table-layout: fixed;
    box-shadow: none;
}



.listContainer {
        display: flex;
        align-items: center;
        font-size: 2rem;
	justify-content: left;
	flex-wrap: wrap; 
	/*background: #f4f4f4;*/

     /* margin-top: calc(0.2 * 2.25rem);*/
      margin-right: calc(-0.5 * 2.25rem);
      margin-left: calc(-0.5 * 2.25rem);

}




    

.listChild {

    margin: 12px 12px;
    width: 0%;
    min-width: 240px;
    height: 410px;
    background: #ffffff;
    text-align: center;
    padding: 10px;
    line-height: 1.5;
    border: 1px solid #f4f4f4;
    border-radius: 12px;
}


.listContainer3 {
        display: flex;
        align-items: center;
        font-size: 2rem;
	justify-content: left;
	flex-wrap: wrap; 
        width: 100%;
        background: #fff;
        border-radius: 0.625em;
}


.listChild3 {

    min-width: 300px;
    width: 30%;
    height: 375px;
    background: #fff;
    text-align: center;
    padding: 10px;
    line-height: 1.5;
    margin: 10px;

}






.listChildName {
  text-align:left;
  font-size:14px;
  color: #777; 
  height:50px;
  margin-top:-7px;
}

.listChildNameSmall {
  text-align:left;
  font-size:12px;
  color: #777; 
  height:50px;
  margin-top:-7px;
}



.listChildCompanyImage
{
    text-align: left;
    position: relative;
    left: 0px;
    bottom: 0px;
    opacity: 0.8;
}


.basketTextBig
{

text-align:left;
font-size:20px; 
font-weight: 600; 
color: #777;

}


.basketTextSmall
{

text-align:left;
font-size:12px; 
font-weight: 600; 
color: #777;
margin-top: 12px;
}


.CampaignContainer
{
  display:flex; 
  justify-content: left; flex-wrap: wrap; height:30px; position: relative; left: 0px; 
  top: -5px;
}


.basketCampaign
{
  font-size: 10px;
    color: #fff;
    padding: 4px 3px 3px 3px;
    margin: 3px 3px 3px 3px;
    border-radius: 5px;
    background: var(--sitecolor);
    opacity: 0.7;
    width: 40px;
    height: 18px;
}

.basketCampaignRed
{
  font-size: 10px;
    color: #fff;
    padding: 4px 3px 3px 3px;
    margin: 3px 3px 3px 3px;
    border-radius: 5px;
    background: #cc0000;
    opacity: 0.6;
    width: 40px;
    height: 18px;
}





.addBasketDiv
{
  display:flex; 
  justify-content: space-between; 
  position: relative;   
  bottom: -15px;
}


.inputContainer {
        display: flex;
        align-items: center;
        font-size: 2rem;
	justify-content: left;
	flex-wrap: wrap; 
	background: #f4f4f4;
	position: relative;
        left: 5px;
        border-radius: 0.625rem;
       padding: 0px 0px 8px 0px;        

      margin-top: calc(0.2 * 2.25rem);
      margin-right: calc(0.5 * 2.25rem);
      margin-left: calc(-0.5 * 2.25rem);
      min-width: 600px;
      max-width: 1024px;
}

    

.inputChild {

    margin: 0px -7px;
    width: 0%;
    min-width: 290px;
    height: 40px;
    /*background: #ffffff;*/
    text-align: left;
    padding: 16px;
    line-height: 1;
    position: relative;
    top: -10px;
}


.inputChildVertical {

    margin: 0px -7px;
    width: 90%;
    min-width: %100;
    height: 30px;
    /*background: #ffffff;*/
    text-align: left;
    padding: 18px;
    line-height: 1;
    position: relative;
    top: -8px;

}




.listContent {
        display: flex;
        align-items: center;
        font-size: 2rem;
	justify-content: space-between;
	flex-wrap: wrap; 
}





.listBody {
    padding: 10px 30px;
    margin-left: 220px;
    height: 100%;
    position: relative;
    top: -100px;
}


.asideLeft {
    width: 210px;
    background: none;
    top: 7px;
    left: 8px;
    height: 100%;
    z-index: 900;
    padding-top: 70px;
    margin: 10px 10px;
    /*position: fixed;*/

}




.k-button.k-primary:hover, .k-button.k-primary:hover:active {
    background: var(--sitecolor);
    opacity: 0.8;
    color: #fff !important;
}



.k-primary.k-state-hover, .k-primary:hover {
    color: #fff;
    border-color: #fff;
    background-color: var(--sitecolor);
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 100%);
}


.boxLoyalty .sumLoyalty {
    min-width: 32px;
    font-size: 8px;
}

a.addBasket {
   background: #0d6ef;
}


a.addBasket:hover {
    background-color: var(--sitecolor);
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 100%);

}





a.k-primary i, button.k-primary i, input[type=button] i {
    color: #fff;
    margin-right: 5px;
    font-size: 16px;
}








.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    height: 0px;
}




.k-window-titlebar .k-window-action {
/*    padding: 7px !important;
    padding-top: 19px !important;
    color: #333 !important;
*/
background: #eceaea;

}


.k-dropdown-wrap .k-select, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
    line-height: 3em;
    /*top: 10px;*/
    border-left: 0px;
    width: 25px;
}






input[type=text-search] {
    width: 280px;
}



.showPointGreen {
    font-size: 11px;
    font-weight: ;
    color: #fff;
    padding: 5px 3px 5px 3px;
    margin: 5px 3px 5px 3px;
    border-radius: 5px;
    background: #039508;
    opacity: 0.5;
    width: 50px;
}

.showPointRed {
    font-size: 11px;
    font-weight: ;
    color: #fff;
    padding: 5px 3px 5px 3px;
    margin: 5px 3px 5px 3px;
    border-radius: 5px;
    background: red;
    opacity: 0.5;
    width: 50px;
}




.tableHolder > .btnSet {
    float: right;
    margin-top: -55px;
    display: flex;
    flex-flow: nowrap;
}






table th .btnSetFreq {
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
}






.freetextBlank {
    color: #666766;
    font-weight: bold;
/*    width: 400px;*/
    position: relative;
/*    left: 190px;*/
}


.addBasketButton {
    font-size: 13px;
    font-weight: ;
    color: #fff;
    padding: 5px 3px 5px 3px;
    margin: 5px 3px 5px 3px;
    border-radius: 5px;
    background: #52b956;;
    /*opacity: 0.5;*/
    width: 100%;
    cursor: pointer;
    position: relative;
    height: 25px;
    bottom: -18px;
}


.k-input[readonly] {
   background-color: #f4f4f4 !important;

}


.form.col .numeric.k-numerictextbox .k-input {
    background: #ffffff;
    font-size: 1.15rem;
    width: 103%;
}


.k-dropzone {
    background-color: #f4f4f4 !important;
}

.form label b {
    color: #4c4c4c !important;
    font-size: 13px;
}
 

.k-combobox-clearable .k-input, .k-dropdowntree-clearable .k-dropdown-wrap .k-input, .k-dropdowntree-clearable .k-multiselect-wrap, .k-multiselect-clearable .k-multiselect-wrap {
    background: #f4f4f4;
    min-height: calc(1.5em + 1.65rem + 2px);
    position: relative;
    left: -5px;
    box-shadow: 0 3px 6px -6px #000 inset;
    height: auto;
    min-height: 47px;
}



.k-list .k-item {
  font-family: Inter, Helvetica, "sans-serif";
  font-size: 14px;
}

.box.login .r1 {
    border-radius: 0.625rem !important;
}

.box {
    border-radius: 0.625rem !important;
}


.k-block.plan table th {
    background: #f4f4f4;
    border-color: #f4f4f4;
}


.k-block.plan .normalday {
    background: #f9f9f9;
    font-size: 18px;
    vertical-align: top
}

.k-block.plan .weekend {
    font-size: 18px;
}


.form.col label b {
    width: 210px;
}



a.btnPageNumber:hover {
  opacity: 0.7;
  color:#fff !important;

}

label.btnPageNumber {
    background: #60646a;
    opacity: 0.4;
    color:#fff;

}



.form label table td {
    font-size: 1rem !important;
}



.form.col input[type="text"], .form.col input[type="password"], input[type="file"], select, .form.col textarea, .form.col .sStylerWrp_select {
    font-size: 1.15rem;
    position: relative;
    left: -5px;
}

#basket table.responsive td {
    font-size: 1em !important;
}



input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
    font-size: 1.15rem;
}

.filter
{
  position: relative;
  top: -8px;
}

.k-input-value-text {
    font-size: 14px;
}

.k-picker-solid {
    height: 38px;
    max-width: 400px;
}

.form.col .k-numerictextbox {
    display: inline-flex;
    width: 159px;
    text-align: center;
    margin-left: 0px;
}


.k-input-spinner {
    position: relative;
    left: 0px;
    top: 0px;
    height: 42px;
    color: #fff;
}


.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    border-radius: 0px;
}

.box.login a.btnForgotPsw {
    margin-top: 10px; 
}


.title.error {
    padding-bottom: 2px !important;
    border-bottom: none;
}


.k-upload .k-upload-button {
    /*height: 30px;
    width: 100px;
    direction: rtl;*/
}



form .search {
    display: flex;
}


table th .btnSet {
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
}


.k-block.plan table.frequent td {
    font-size: 1rem !important;
}


table.plandetail td 
{
    font-size: 1rem !important;
}


.k-upload-button input {
    font: 17px monospace!important;
    position: absolute;
}


body .k-datetimepicker .k-select {
    left: 146px;
    width:45px;
}


.header > .r1 {
    width: 240px;
}

.centerColumn
{
  text-align:center;
}

.k-block.plan table td.title {
    font-size: 18px !important;
}


.form > div {
    left: 10px;
    position: relative;
}


.multiEdit 
{
    min-width: 340px; 
    height: auto; 
    padding: 5px; 
    margin: 0px -7px;
    width: auto;
    height: 50px;
    text-align: left;
    padding: 5px 15px;
    line-height: 1;
    position: relative;

}

.formDiv
{
    display: flex;
    margin: 10px;
    white-space: normal;
}

.k-calendar .k-month .k-link {
    font-size: 12px !important;
}

.k-calendar .k-month th {
    font-size: 12px !important;
}



#close {
    position: relative;
    top: 25px;
    left: 35px;
}


.radioLabel {
    position: relative; top: 28px;
}

.checkBoxLabel {
    position: relative; top: 16px;
}



.titlePlanDate
{
  position:relative;
  top:10px;
}


.freetext table
{
  display: block !important;
}

.freetext td
{
  font-size:1rem !important;
}


.btnSetA   {
  position: relative;  text-align: right;  top: -55px;  height: 0px;

}




.k-editor-toolbar .k-tool-group>.k-tool {
    background: #f4f4f4;
}


.k-editor-toolbar .k-tool-group>.k-tool {
    background: #f4f4f4;
}

p {
    display: contents;
}

@media only screen and (max-width: 780px) {

.listChild {

    margin: 12px -12px;
    width: 32%;
    min-width: 240px;
    height: 375px;
    background: #ffffff;
    text-align: center;
    padding: 16px;
    line-height: 1.5;
    border: 1px solid #f4f4f4;
    border-radius: 12px;

}


.leftMenu.blue1 ul.lvl1 li > a i:not(.icon1) {
    margin-right: 5px;
    font-size: 17px;
}


.leftMenu ul.lvl1 li.hover ul.lvl2 {
    background: #d5d6d7;
    padding: 0px;
    border-radius: 0;
    position: relative;
    left: -3px;
    border: 10px solid #fff;
    width:215px


}




@media only screen and (max-width:600px) {

input[type="text"], .pLogin input[type="password"] {
    left: -10px;
    position: relative;
}


.title {
    font-size: 20px;
}

.asideLeft {
    position: absolute;
}


.listContainer {
    display: flex;
    justify-content: space-between;
    margin-right: calc(-0.55 * 2.25rem);
    margin-left: calc(-0.55 * 2.25rem);
}


.listChild {

    margin: 10px -2px;
    width: 22%;
    min-width: 180px;   
    background: #ffffff;
    text-align: center;
    padding: 16px;
    line-height: 1.5;
    border: 1px solid #f4f4f4;
    border-radius: 12px;

}


.invisible table td, table th {
    padding: 0px 0px;
}



.k-dropdown .k-input, .k-dropdowntree .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    font-size: 0.9rem;
/*    max-width: 280px;*/
}


.form > div {
    display: block;
    margin: 10px;
}
    

input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
    line-height: 1em;
    font-size:1rem !important;
}


.leftMenu ul.lvl1 li.hover ul.lvl2 {
    background: #f4f4f4;
    padding: 0px;
    border-radius: 0;
}


.addBasketDiv
{
  position: relative;   
  bottom: -15px;
}


.fa-cart-plus:before {
    font-size: 20px;
}




.basketCampaign
{
  font-size: 9px; 
}

.inputChild {
    min-width: 300px;
    height: 40px;
    margin: -5px;
}


.inputChildVertical {
    min-width: 90%;
    height: 40px;
    margin: -5px;
    font-size: 1rem;

}





.inputContainer {
      min-width: 300px;
    font-size: 1rem;

}


.form.col .k-block {
    left: 0px;
}


#basket table.responsive td {
    font-size: 1 !important;
}


.leftMenu.blue1 h6 a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.basketTextSmall
{

font-size:11px; 
font-weight: 100; 
margin-top: 0px;
}


.basketCampaign {
    padding: 5px 3px 3px 3px;
}

.basketCampaignRed {
    padding: 5px 3px 3px 3px;
}


.addBasketButton {
 
    bottom: -12px;
}


.k-autocomplete, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
  width: 280px; 
}

.form.col input[type="text"], .form.col input[type="password"], input[type="file"], select, .form.col textarea, .form.col .sStylerWrp_select {
  width: 280px !important;  
/*width: -webkit-fill-available;*/
}


.form.col label b {
    width: -webkit-fill-available;
}



.centerColumn
{
  text-align:left;
}





.form > div {
    left: 0px;

}



.multiEdit 
{
    height: auto;

}



.k-dropdown .k-dropdown-wrap{
    height: 35px;
    width: 250px;
}



.titlePlanDate
{
  position:relative;
  top:32px;
}


.checkBoxLabel {
    position: relative; top: 0px;
}

.SQLresponsive
{
    display: block;
    top: 10px;
    position: relative;
}

table.SQLresponsive tr td
{
  font-size:0.9rem !important;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    width: 310px !important;
}


.k-dropdown-wrap .k-input {

    font-size: 1rem !important;
    padding-top:8px;
    height: 35px; 
}



.btnSetA {
      position: relative;
      text-align: left;
      top: -10px;
      height: 85px;
		}

.btnSetA a.k-button
{
    font-size: 11px;
    padding: 3px;
    margin: 0px;


}

.r1
{
  display: block !important;
}


.radioLabel {
    position: relative; top: 0px;
}

.checkBoxLabel {
    position: relative; top: 0px;
}


.checkBoxLabel {
    position: relative; top: 0px;
}

.k-widget.k-datepicker
{
    width: 113px;
    padding: 5px;
    font-size: 13px;
}

.k-widget.k-datepicker.validate
{
  width:140px !important;
}


#criteria1_1.k-picker-wrap .k-select
{
    top: 0px !important;
}


 
}










