﻿
@font-face {
  font-family: Ubuntu-Regular;
  src: url('../fonts/ubuntu/Ubuntu-Regular.ttf'); 
}

@font-face {
  font-family: Ubuntu-Bold;
  src: url('../fonts/ubuntu/Ubuntu-Bold.ttf'); 
}
body, html  {
	height: 100%;
	font-family: Ubuntu-Regular, sans-serif;
    font-size:20px;
}

#tb-scroll * {
    line-height:1;
}
#tb-head {
    width:100%;
    font-weight:bold;
    max-height:25px;
    background-color:#cacfd4;
    font-size:14px;
}
.tbh-row>div{
    display:inline-block;
    padding:5px;
}
#tb-body {
    width:100%;
	max-height:250px;
	overflow-y:auto;
}
#tb-footer{
    width:100%;
    max-height:50px;
    font-size:12px;
    font-weight:bold;
}
.tbd-row>div{
    display:inline-block;
    padding:5px;
    cursor:pointer;
}

.tbd-row:nth-child(even) {
    background-color:#dee2e6;
}

.tbh-row, .tbd-row {
    border-top:1px solid #dee2e6;
}

/* Important part */
/*
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: 450px;
    overflow-y: auto;
}*/
.k-window  div.k-window-content
{
        overflow: auto;
}

    .k-command-cell>.k-button {
        font-size:14px;
    }
.modal-loading {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: white;
    filter: alpha(opacity=60);
    opacity: 0.8;
    -moz-opacity: 0.8;
    display: none;
}

.center-image-loading {
    z-index: 1000;
    top: 40%;
    left: 45%;
    position:absolute;
    padding: 10px;
    width: 115px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
    .center-image-loading img {
        height: 80px;
        width: 115px;
    }
.k-window-title {
    font-weight: bold;
    font-size: 20px;
    height:23px;
     text-align: center;
        color:#162E56;
}

.k-widget.k-window.k-rtl.k-window-maximized {
    top: 0 !important;
}

.KM_Button {
    width: 40px;
    height: 36px;
    border: 1px solid #162E56;
    background: #162E56;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    font-size: 20px;
    cursor: pointer;
}
.KM_Button_Save {
    width: 50px;
    height: 45px;
    border: 1px solid #162E56;
    background: #162E56;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    font-size: 30px;
    cursor: pointer;
}
.KM_Button_max {
    width: 100%;
    height: 36px;
    border: 1px solid #162E56;
    background: #162E56;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    font-size: 20px;
    cursor: pointer;
}
span.k-icon.k-i-excel {
    font-size: 25px;
}

td.k-command-cell {
    padding: 0;
}
span.k-dirty {
    margin-top: 0px !important;
    left: 0px !important;
    margin-right: 0px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.k-dialog .k-window-titlebar {
        background:#162E56;
    }
    .k-dialog .k-window-titlebar .k-dialog-title {
        text-align:right;
        color:white;
    }


.k-grid .k-grid-header .k-header {
    white-space: normal;
}
.k-grid-header .k-header {
    position: relative;
    vertical-align: bottom;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

.k-grid {
    font-size: 17px;
}
.k-grid-edit-row input
  {
      width: 100%;
  }
.k-icon-20 {
    font-size: 20px;
}
.k-icon-30 {
    font-size: 30px;
}
.k-button .k-icon{
    color:darkblue;
}


.k-grid-toolbar .k-button {
    vertical-align: middle;
    font-size:14px;
}
/*.k-grid table tr:hover {
    background-color: #9baac2;
}
.k-grid tr.k-alt:hover {
    background-color: #9baac2;
}*/
.k-grid td {
    border-width: 0 !important;
    border-color: #162E56 !important;
    border-bottom-width: thin !important;
}
.k-grid table tr:hover td {
    background: rgb(22, 46, 86) !important;
    color: white !important;
    cursor: pointer !important;
}
.k-grid{
    border-radius:10px!important;
}
.k-grid .k-alt {
    background-color: white !important;
    color: #162E56 !important;
}
/*-------------------------------------------*/
.k-grid-header th.k-header:hover {
    background-color: #162E56 !important; 
    color: white !important;              
}

.k-grid-header th.k-header .k-link:hover {
    background-color: #162E56 !important; 
    color: white !important;
}

.k-grid-header th.k-header:hover .k-link {
    color: white !important;
}

.k-grid-header th.k-header:hover .k-grid-filter {
    background-color: #162E56 !important; 
    color: white !important; 
}

   .k-combobox .k-input {
    padding: 0 !important;
    padding-right:5px!important;
}

.sticky-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 90%;
    width: 50px;
    z-index: 1100;
}
.sticky li {
    list-style-type: none;
    background-color: rgba(0, 0, 128, 0.2);
    height: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    border-bottom-left-radius: 17px;
    border-top-left-radius: 17px;
}

.sticky-save-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 90%;
    width: 60px;
    z-index: 1100;
}
.sticky-save li {
    list-style-type: none;
    background-color: rgba(0, 0, 128, 0.2);
    height: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

    .k-combobox .k-icon.k-i-loading {
    visibility: hidden !important;
    width: 0 !important;
}


    .form-check {
        display: flex;
        align-items: center;
    }
    .form-check .form-check-input[type=checkbox] {
        border-radius: .25em;
        height: 25px;
        width: 25px;
        border-color:#162E56;
    }
.k-grid {
    border: 1px solid #ccc !important;
    border-radius: 10px !important;
    overflow: hidden;
}