html {
    font-size: 14px;
  }
  @media (min-width: 768px) {
    html {
      font-size: 16px;
    }
  }
body {
    font-family: 'Sarabun', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: left;
}
  .container {
    max-width: 960px;
  }
  
  .app-header {
    max-width: 700px;
  }
a {
    color:#4c6dd0
}
th {
    font-weight: 400;
    padding: 0.5rem;
}
.card {
    border: 0;
    background-color: rgba(255, 255, 255, 1);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    .card:hover {
        background-color: rgba(255, 255, 255, 0.95);
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        text-decoration: none;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.22);
    }
  .card-deck .card {
    min-width: 220px;
  }
  .card-body{
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
    .card-body:hover {
        box-shadow: 0 0px 0px 0 rgba(67, 67, 67, 0.09),0 1px 10px 1px rgba(71, 71, 71, 0.17);
        border: 0;
        cursor: pointer;
        text-decoration: none;
        background: #fff;
        /*background: -webkit-linear-gradient(to right, #3b7ae0, #4ea8de);
        background: linear-gradient(to right, #3b7ae0, #4ea8de);
        color: white;*/
    }
        .card-body:hover span, .card-body:hover p {
       
            transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        }

  #admin .card-body:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border:0;
    cursor: auto;
  }

  #admin .card-deck .card {
    margin-right: 0px;

}
.btn-primary {
    color: #fff;
    background-color: #4c6dd0;
    border: 0 !important;
    box-shadow: 0 .5rem .85rem rgba(76, 109, 208, 0.2);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /*border-radius: 20px;*/
}
    .btn-primary:hover {
        color: #fff;
        background-color: #3858b6;
        border-color: #3858b6;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
.card-body.mute {
    background: rgba(255, 255, 255, 0.88);
}
  .card-body.mute:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    border: 0;
    cursor: auto;
}
.light-blue {
    color: #bcc7e9;
}
.card-body.mute:hover span,  .card-body.mute:hover p{
    color:rgb(33, 37, 41);
}
  .border-top { border-top: 1px solid #e5e5e5; }
  .border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.13);
}

.display-4 {
    font-size: 2.5rem;
    font-family: 'Sarabun', sans-serif;
}

  .lead {
    font-size: 1.1rem;
}
:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
  }

  body.login-page {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
  }

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: 0 auto;
  }
  
  .form-label-group {
    position: relative;
    margin-bottom: 1rem;
  }
  
  .form-label-group > input,
  .form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
  }
  
  .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
  }
  
  .form-label-group input::-webkit-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input:-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::-moz-placeholder {
    color: transparent;
  }
  
  .form-label-group input::placeholder {
    color: transparent;
  }
  
  .form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
  }
  
  .form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
  }

.card-title {
    margin-bottom: .75rem;
    margin-top: 0.75rem;
    color: #2f8bea;
}

.btn-outline-primary {

    color: #4C6DD0;
    background-color: transparent;
    background-image: none;
    border-color: #4C6DD0;

}
.modal-content {
    box-shadow: 0 1rem 4rem .5rem rgba(134, 134, 134, 0.39);
    border: 0;
}
.green {
    color: #00D5A1;
}
.btn-blue {
    background: linear-gradient(to right, #5766d4, #3fa4f9);
}
.btn-grey {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    border:0 !important;
}
.no-effect:hover {
    cursor: pointer !important;
    background: none !important;
    color: #383c5c!important;
}
    .no-effect:hover p {
        color: #383c5c !important;
    }
    .card {
    border-radius: .15rem;
}
.short-green {
    border-top: 5px solid #00D5A1;
    width: 2%;
    margin-left: 0;
    position:absolute;
}
.btn-outline-primary.green {
    color: #00D5A1;
    background-color: transparent;
    background-image: none;
    border-color: #00D5A1;
}
.btn-outline-primary.white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}
    .btn-outline-primary:hover {

    color: #fff;
    background-color: #4C6DD0;
    border-color: #4C6DD0;

}
    .btn-outline-primary.green:hover {
        color: #fff;
        background-color: #00D5A1;
        border-color: #00D5A1;
    }
    .btn-outline-primary.white:hover {
        color: #5165ff;
        background-color: #fff;
        border-color: #fff;
    }
.vh-100{
  height: 100vh;
}

.mb-5rem{
    margin-bottom:5rem;
}
.mt-5rem{
    margin-top:5rem;
}
.mr-05 {
    margin-right: .5rem;
}
.mb-0{
    margin-bottom:0;
}
.mb-5px{
    margin-bottom:5px;
}
.fw-600{
    font-weight:600;
}
.white{
    color:white;
}
.relative {
    position: relative;
}
.btn{
    border:2px solid;
}
.modal-footer.confirmation {
    justify-content: center;
}
.mh-55vh {
    min-height: 55vh;
}
.bg-white-footer {
    padding: 5px 10px;
    background: white;
}
.bg-dark-blue {
    background: #282b43;
}
.bg-white {
    background: #fff;
}
.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bg-senzo {
    background: #282b43;
    /*background: #282b43;*/
    color: white;
    height: 100vh;
    padding-top: 70px;
}
    .bg-senzo a {
        color: #bcc7e9;
        text-decoration: none;
        background-color: transparent;
        margin: 0;
        display: block;
    }

        .bg-senzo a:hover, .bg-senzo a.active {
            color: #fff;
        }

    .img-circle{
        border-radius:50%;
    }
.over-scroll{
  overflow-y: scroll;
}
.pl-0{
  padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pt-70{
  padding-top: 70px;
}
.list-style-none{
  list-style: none;
}

.admin-menu li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.blue{
  color: #bcc7e9
}

.display-3 {

  font-size: 1.7rem;

}

.admin-pane{
  position: absolute;

top: 0;

z-index: -2;
height: 100vh;
}

.mt-1rem{
    margin-top:1rem;
}

.btn-primary.green {
    color: #fff;
    background-color: #00D5A1;
    border-color: #00D5A1;
}

.btn-primary.green:hover {
    color: #fff;
    background-color: #15B890;
    border-color: #15B890;
}

.radio-tile-group {
    display: flex;
    flex-wrap: wrap;
}

    .radio-tile-group .input-container {
        position: relative;
        height: 5rem;
        width: 5rem;
        margin: 0.5rem;
    }

        .radio-tile-group .input-container .radio-button {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            margin: 0;
            cursor: pointer;
        }

        .radio-tile-group .input-container .radio-tile {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            border: 2px solid #e2e2e2;
            background: #e2e2e2;
            border-radius: 5px;
            padding: 1rem;
            transition: -webkit-transform 300ms ease;
            transition: transform 300ms ease;
            transition: transform 300ms ease, -webkit-transform 300ms ease;
        }

        .radio-tile-group .input-container span {
            color: #fff;
            width: 3rem;
            height: 3rem;
        }

        .radio-tile-group .input-container .radio-button:checked + .radio-tile {
            background-color: transparent;
            border: 2px solid #4c6dd0;
            color: white;
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

            .radio-tile-group .input-container .radio-button:checked + .radio-tile span {
                color: #4c6dd0;
                background-color: transparent;
            }


input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + span,
    input[type=radio] + span {
        display: inline-block;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        position: relative;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        font-size: 12px;
        background-color: transparent;
        border: 2px solid #4C6DD0;
        margin-right: 10px;
        color: #fff;
    }

        input[type=checkbox] + span:before,
        input[type=radio] + span:before {
            position: absolute;
            top: 50%;
            margin-top: -12px;
            left: 50%;
            margin-left: -6px;
            text-align: center;
        }

    input[type=checkbox]:checked + span,
    input[type=radio]:checked + span {
        background-color: transparent;
        color: #FFFFFF;
        border: 12px solid #4c6dd0;
    }

.option-lbl:hover {
    cursor: pointer;
}

.option-lbl span {
    margin-left: 15px;
    margin-right: 10px;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: auto;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: #fff;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge {
    position: relative;
    top: -1px;
    background: #00d5a1;
    padding: 0.3em .5em;
    border-radius: 50%;
}

#dashboard-tile:hover, #dashboard-tile > .card-body:hover, #dashboard-tile > .card-body:hover> p {
    cursor: pointer;
    color: #4c6dd0 !important;
    text-decoration: none;
}

#dashboard-tile.box-shadow {
    box-shadow: 0 .5rem .85rem rgba(76, 109, 208, 0.2);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#dashboard-tile:hover.box-shadow {
    box-shadow: 0 .5rem .85rem rgba(76, 109, 208, 0.28);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.small, small {
    font-size: 90%;
    font-weight: 400;
}

.btn-primary.grey {
    color: #fff;
    background-color: #cbcbcb;
    border-color: #cbcbcb;
}

    .btn-primary.grey.active {
        color: #fff;
        background-color: #4C6DD0;
        border-color: #4c6dd0;
    }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3E80E0;
    border-color: #4C6DD0;
}
.left {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.icon-mini {
    width: 1.75rem;
}

.icon-md {
    width: 8rem;
}

.icon-home {
    height: 1.7rem;
    margin-top: -5px;
}
.control-label {
    margin-top: 5px;
}
.control-label small {
    color: #969696;
}

input::-webkit-input-placeholder {
    color: #cbcbcb;
}

.form-control::-webkit-input-placeholder {
    color: #cbcbcb;
}
/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
    color: #cbcbcb;
}
/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    color: #cbcbcb;
}
/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
    color: #cbcbcb;
}
/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
    color: #cbcbcb;
}
/* Microsoft Edge */

.info {
    box-shadow: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 0;
    border-radius: 50% !important;
    width: 27px;
    height: 27px;
    padding: 3px;
    position: absolute;
    top: 4px;
    right: 4px;
    background: none;
    color: #6a7c93;
    font-size: 0.9rem;
}

    .info:hover {
        color: #3e80e0;
        background-color: #fff;
        border-color: #3858b6;
        box-shadow: 0 .55rem .9rem rgba(87, 112, 187, 0.2);
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .text-left{
        text-align:left !important;
    }

#admin .btn{
    border-radius:0.25rem;
}
.card.special {
    min-width: auto;
    margin-right: 7px;
    margin-left: 7px;
    overflow:hidden;
}

.h1, h1 {
    font-size: 1.8rem;
}

.special .card-body {
    padding: 0.5rem;
    color: #2f4468;
}
    .special .card-body:hover {
        color: #3d7fe0;
        -webkit-transition: border-color cubic-bezier(0.455,0.03,0.515,0.955) .3s;
        -o-transition: border-color cubic-bezier(0.455,0.03,0.515,0.955) .3s;
        -moz-transition: border-color cubic-bezier(0.455,0.03,0.515,0.955) .3s;
        transition: border-color cubic-bezier(0.455,0.03,0.515,0.955) .3s;
    }

.system-name {
    font-size: 0.8rem;
    max-height: 1.4rem;
    overflow: hidden;
    margin-bottom: 0.6rem;
}

.footer {
    position: absolute;
    bottom: 0;
}

.mt-2rem {
    margin-top: 2.5rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #5165ff;
    border: 0;
    background-color: #fff;
    font-size: 0.85rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background: linear-gradient(to right, #3b7ae0, #4ea8de);
    border: 0;
}

.ml-10{
    margin-left:10px;
}

.mt--5px{
    margin-top:-5px;
}
.btn {
    border-radius: 0;
    font-size: 0.9rem;
}
.navbar-brand {
    font-size: 0.9rem;
    margin-left:10px;
}
.navbar-brand:hover {
    color:#fff;
}
.p-0{
    padding:0;
}
.todo-btn {
    color: #383c5c !important;
}
.todo-btn:hover {
    color: #fff !important;
}
.btn-light.gray {
    color: #616262;
    background-color: #eceef0;
    border-color: #dae0e5;
    border-radius: 20px;
}

.fs-14{
    font-size:14px;
}

.disini {
    background: #00d5a1;
    padding: 1px 5px 2px;
    border-radius: 50px;
    font-size: 13px;
    color: white;
}
.db {
    color: #383c5c;
}
.nav-btn {
    border: none;
    padding: 17px 13px 17px 13px !important;
    background: none;
    border-radius:0 !important;
}

    .nav-btn:hover {
        background: #404567;
        background: #3b7ae0;
        border-radius: 0;
        color: white;
    }
    .nav-btn:hover p {
        color: white;
    }
.pagination {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.13);
}
.navbar-brand:hover {
    color: #fff;
}

.nav-shadow {
    -webkit-box-shadow: 10px 10px 28px -7px rgba(0,0,0,0.09);
    -moz-box-shadow: 10px 10px 28px -7px rgba(0,0,0,0.09);
    box-shadow: 10px 10px 28px -7px rgba(0, 0, 0, 0.09);
}

.popover {
    border: 0;
    box-shadow: 0.1rem 0.1rem 2rem 0.1rem rgba(0, 0, 0, 0.22);
}

.plr-0{
    padding-right:0;
    padding-left:0;
}

.pl-1rem{
    padding-left:1.5rem !important;
}

.admin-menu li.active {
    background-color: #404567;
}

.admin-menu li:hover a{
    color: white;
}

.w-100{
    width:100%;
}

.pt-md-5, .py-md-5 {
    padding-top: 2rem !important;
}