/* $scaffolding
 ------------------------------------------*/
html {
    font-size: 16px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

html,
body {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -ms-overflow-style: auto;
    background-color: #fafafa;
    background-image: url(../images/kensri-signin-backgrounnd.jpg);
    opacity: 100;
}
body::-webkit-scrollbar {
    display: none;
}

/* 
select,
button,
textarea,
input {
  vertical-align: baseline;
}

.leaflet-container {
  height: 100%;
} */

/* $typography
 ------------------------------------------*/
a {
    text-decoration: none;
    color: inherit;
}

a:focus,
a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
}

button {
    outline: 0;
}

figure {
    margin: 0;
}

strong,
b {
    font-weight: 700;
}

.strikethrough {
    text-decoration: line-through;
}

.radius-none {
    border-radius: 0;
}

.radius-round {
    border-radius: 4px;
}

.radius-circle {
    border-radius: 50%;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.block {
    display: block;
}

.button-block {
    display: block;
    width: 100%;
}

.inline-block {
    display: inline-block;
}

.center-block {
    display: block;
    margin: 0 auto;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.shadow-none {
    box-shadow: none !important;
}

.border-none {
    border: 0 !important;
}

.background-none {
    background-color: transparent !important;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.ma-0 {
    margin: 0 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.ma-xs {
    margin: 0.55556rem 0.55556rem !important;
}

.mt-xs {
    margin-top: 0.55556rem !important;
}

.mr-xs {
    margin-right: 0.55556rem !important;
}

.mb-xs {
    margin-bottom: 0.55556rem !important;
}

.ml-xs {
    margin-left: 0.55556rem !important;
}

.mx-xs {
    margin-right: 0.55556rem !important;
    margin-left: 0.55556rem !important;
}

.my-xs {
    margin-top: 0.55556rem !important;
    margin-bottom: 0.55556rem !important;
}

.ma-1 {
    margin: 1rem 1rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.mx-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.ma-2 {
    margin: 1.5rem 1.5rem !important;
}

.mt-2 {
    margin-top: 1.5rem !important;
}

.mr-2 {
    margin-right: 1.5rem !important;
}

.mb-2 {
    margin-bottom: 1.5rem !important;
}

.ml-2 {
    margin-left: 1.5rem !important;
}

.mx-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.ma-3 {
    margin: 3rem 3rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mr-3 {
    margin-right: 3rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.ml-3 {
    margin-left: 3rem !important;
}

.mx-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.pa-0 {
    padding: 0 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pa-xs {
    padding: 0.55556rem 0.55556rem !important;
}

.pt-xs {
    padding-top: 0.55556rem !important;
}

.pr-xs {
    padding-right: 0.55556rem !important;
}

.pb-xs {
    padding-bottom: 0.55556rem !important;
}

.pl-xs {
    padding-left: 0.55556rem !important;
}

.px-xs {
    padding-right: 0.55556rem !important;
    padding-left: 0.55556rem !important;
}

.py-xs {
    padding-top: 0.55556rem !important;
    padding-bottom: 0.55556rem !important;
}

.pa-1 {
    padding: 1rem 1rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.pa-2 {
    padding: 1.5rem 1.5rem !important;
}

.pt-2 {
    padding-top: 1.5rem !important;
}

.pr-2 {
    padding-right: 1.5rem !important;
}

.pb-2 {
    padding-bottom: 1.5rem !important;
}

.pl-2 {
    padding-left: 1.5rem !important;
}

.px-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.pa-3 {
    padding: 3rem 3rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pr-3 {
    padding-right: 3rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pl-3 {
    padding-left: 3rem !important;
}

.px-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

@media (min-width: 600px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 960px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 1280px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1920px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-xs {
    font-size: 50% !important;
}

.text-sm {
    font-size: 70% !important;
}

.text-md {
    font-size: 80% !important;
}

.text-df {
    font-size: 13px !important;
}

.text-lg {
    font-size: 110% !important;
}

.text-xl {
    font-size: 120% !important;
}

.text-xxl {
    font-size: 60px !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.font-weight-bold {
    font-weight: 500 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
.red-background {
    background-color: red;
}
.signin-background {
    height: 100%;
    /*background-image: url(../images/kensri-signin-backgrounnd.jpg) no-repeat center center fixed; */
    background-color: blue;
}

/* custum style */
.cth {
    font-size: 15px !important;
    color: #3f51b5 !important;
    text-align: center;
}
.ken-cth {
    font-size: 15px !important;
    color: #3f51b5 !important;
    text-align: center;
    /* padding-right: 50px !important; */
}
.ftr-style {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 15px;
    margin-top: 20px;
    font-size: 15px !important;
    /* background:black */
}
.MuiTableCell-alignRight-164 {
    text-align: center !important;
    flex-direction: row-reverse;
}

.rap-goal {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 65px;
}
.tab-num {
    color: #3f51b5;
}
.material-icons {
    font-size: 20px !important;
}

.material-icons.orange600 {
    color: #3f51b5;
}
.tab-header {
    display: flex;
    justify-content: space-between;
}
.goal-dialog {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .table-responsive {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive > table {
        margin-bottom: 0;
    }

    .table-responsive > table > tbody > tr > td,
    .table-responsive > table > tbody > tr > th,
    .table-responsive > table > tfoot > tr > td,
    .table-responsive > table > tfoot > tr > th,
    .table-responsive > table > thead > tr > td,
    .table-responsive > table > thead > tr > th {
        white-space: nowrap;
    }
}
.MuiDialog-paperScrollPaper-208 {
    max-height: calc(100% - -30px);
}
.MuiDialog-paperWidthSm-211 {
    width: 500px;
}
.KenToggleButton-toggleContainer-266,
.KenToggleButton-toggleContainer-345 {
    background: none;
}
.KenToggleButton-toggleContainer-266 {
    padding: 0px 1px !important;
}
.MuiButton-root-201:hover {
    background: none !important;
}
.ken-tabs {
    flex: 1 1 auto;
    display: flex !important;
    position: relative;
    white-space: nowrap;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.ken-tab-label {
    text-transform: capitalize !important;
}
.kel-form-label {
    display: flex;
    justify-content: left;
    margin-left: 31px;
    color: #3f51b5 !important;
    margin-bottom: -20px;
}
.ken-sub-grid {
    margin-top: 25px;
    height: 435px;
}
.ken-sub-grid1 {
    margin: 22px;
    padding: 15px;
    min-height: 230px;
    max-height: 620px;
}
.ken-list-scroll {
    max-height: 285px;
    overflow: scroll;
    width: 212%;
    overflow-x: hidden;
}
.ken-assignsub-grid {
    margin-top: 25px;
    height: 380px;
}
.ken-btn {
    display: flex;
    justify-content: center;
}
.ken-spn {
    color: #3f51b5;
}
.ken-reassign-spn {
    color: #3f51b5;
    align-items: center;
    display: flex;
    justify-content: center;
}
.ken-text-fuuwidth {
    width: 92% !important;
}
.kn-grid {
    margin: 0 !important;
    width: 100% !important;
}
.ken-update-grid {
    display: flex;
    justify-content: center !important;
}
.ken-text-align {
    text-align: center;
}
legend.MuiFormLabel-root-1247.kel-form-label {
    margin-bottom: -16px;
}
.ken-typo {
    display: flex;
    text-align: center;
}
.ken-class-section-grid {
    width: 70% !important;
}
.ken-section-sub-grid {
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 470px;
    margin-top: 24px;
}
.ken-listitem {
    text-align: center !important;
}
.ken-list-sub-header {
    margin-left: -20px;
}
.MuiTableCell-root-409 {
    padding: 0 !important;
}
.ken-add-batch-tooltipkh {
    font-size: 30px;
    float: right !important;
    margin-top: -30px;
    display: flex;
    color: #3f51b5;
}
.ken-icon-delete {
    float: right;
    color: #3f51b5 !important;
}
.ken-icon-delete:hover {
    background-color: unset !important;
}

/* pagination style */

.react-paginate {
    padding-left: 15px;
    padding-right: 15px;
    display: flex !important;
    justify-content: center;
}
.react-paginate ul {
    display: flex !important;
    /* width: 50% !important; */
    justify-content: space-evenly !important;
    align-items: center !important;
    margin-top: 15px !important;
    padding-right: 17px;
}
.react-paginate {
    display: inline-block;
}
.pagination li {
    /* line-height: 32px; */
}
.pagination li a {
    padding: 5px 15px !important;
    /* display: flex; */
    vertical-align: -webkit-baseline-middle;
}
.pagination li:first-child {
    color: #3f51b5;
    border-radius: 5px;
    border: 1px solid #3f51b5;
    margin-right: 17px;
}
.pagination li:first-child :hover {
    color: #3f51b5;
}
.pagination li:last-child {
    color: #3f51b5;
    border-radius: 5px;
    border: 1px solid #3f51b5;
    margin-left: 15px;
}
.pagination li:last-child :hover {
    color: #3f51b5;
}
.pagination-input {
    width: 10% !important;
}

.ken-pagination-input input {
    padding: 0px !important;
    width: 68px;
    height: 17px;
    margin: 7px 0px !important;
    text-align: center !important;
}
.ken-pagination-input label {
    top: -12px !important;
    padding: 0px !important;
}
.react-paginate > ul.pagination > li.active {
    background-color: #3f51b5;
    color: white;
}

.ken-typ-name {
    text-align: right !important;
    width: 50%;
    padding-right: 10px;
}

.ken-typ-valuename {
    text-align: left !important;
    width: 50%;
    padding-left: 10px;
}

.ken-listitem {
    display: flex !important;
    justify-content: space-around !important;
}
.ken-enq-table-row {
    display: flex !important;
}
.ken-report1 {
    flex: 4;
}
.ken-flex-class {
    display: flex;
}

.ken-class-grid {
    flex: 1;
}
.ken-list-cls {
    width: 100% !important;
}
.ken-enquiry-export {
    display: flex;
    justify-content: flex-end;
}
.react-paginate {
    overflow-x: auto;
}
.react-paginate > ul.pagination > li.active:hover a {
    color: #fff;
}
.react-paginate > ul.pagination > li.disabled {
    display: none;
}
.a1 {
    color: green;
    font-size: 10px !important;
}
.a2 {
    color: red;
    font-size: 10px !important;
}
.backgroundImage {
    background-image: url(../images/quizweb_background.png);
}
@page {
    size: auto !important;
}
@page {
    size: auto;
}
@media print {
    @page {
        size: auto !important;
    }
}
/* @media print {
    body * {
        visibility: hidden;
    }
    #section-to-print,
    #section-to-print * {
        visibility: visible;
    }
    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
} */
