html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn-grid {
    border-radius: 70%;
    height: 25px;
    width: 25px;
    padding: 0px;
}
.btn-grid:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn-grid-info,
.btn-grid-info:hover {
    background-color: #1273AC !important;
    color: white;
    padding: 1px !important;
    border-color: #1273AC;
    border-radius: 70%;
    height: 25px;
    width: 25px;
    padding: 0px;
}
.btn-grid-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bi-grid-info {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1;
    margin-left: -2px;
    margin-top: -2px;
    font-size: 25px;
}

.btn-grid-edit,
.btn-grid-edit:hover {
    background-color: #1F7244 !important;
    color: white;
    border-color: #1F7244;
    border-radius: 70%;
    height: 25px;
    width: 25px;
    padding: 0px;
}
.btn-grid-edit:focus {
    border-color: #1F7244;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bi-grid-edit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1;
    margin-left: -1px;
    margin-top: 1px;
}

.btn-lg {
    color: white !important;
    background-color: #1273AC;
    border-color: #1273AC;
}
.btn-lg:focus {
    color: white !important;
    background-color: #1273AC;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #1273AC;
}
.btn-lg:hover {
    color: white !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.logo-img {
    height: 50px;
}

.w-30 {
    width: 30px;
}
.w-80px {
    width: 80px;
}
.w-100px {
    width: 100px;
}
.w-145px {
    width: 145px;
}
.w-150px {
    width: 150px;
}
.w-300px {
    width: 300px;
}
.w-400px {
    width: 400px;
}
.w-500px {
    width: 500px !important;
}

.login-form {
    max-width: 350px;
    margin: auto;
    box-shadow: 0 2px 25px rgb(0 0 0 / 20%);
    padding: 10px;
    background-color: white;
    margin-top: 100px;
}

.light-blue-focus-border:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.grid {
    overflow: auto;
}

.k-grid .k-column-title {
    white-space: normal;
}

.k-grid-header .k-header {
    background-color: #1273AC !important;
    color : white;
}

.k-i-sort-asc-sm, .k-i-sort-desc-sm {
    color: white !important;
}

.k-grid {
    font-size: 14px !important;
}

.k-grid-content {
    min-height: 60px !important;
}

@media screen and (max-width: 768px) {
    .right-side {
        margin-right: 10px;
        position: inherit;
    }

    .k-grid-content {
        max-height: calc(100vh - 485px) !important;
    }
}

@media (min-width: 768px) {
    .right-side {
        position: absolute;
        right: 0px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .k-grid-content {
        max-height: calc(100vh - 430px) !important;
    }
}
.pointer {
    cursor: pointer;
}

.p-5px {
    padding: 5px!important;
}

.container-grid {
    max-width: 1500px;
    margin: auto;
}

.nav-link.active {
    background-color: #1273AC !important;
    color: white !important;
}

.nav-link {
    color: #1273AC !important;
}

.info-icon {
    width: 25px;
    cursor: pointer;
}

.tr-modal {
    vertical-align: middle;
    height: 35px !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #1273AC !important;
    color: #fff !important;
}

.chosen-container .chosen-results li {
    padding: 8px 35px !important;
}