﻿
@font-face {
    font-family: Lato-Regular;
    src: url('../fonts/Lato/Lato-Regular.ttf');
}

@font-face {
    font-family: Lato-Bold;
    src: url('../fonts/Lato/Lato-Bold.ttf');
}


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: -webkit-fill-available;
    font-family: sans-serif;
}


a {
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}



textarea {
    display: block;
    outline: none;
}

    textarea:focus, input:focus {
        border-color: transparent !important;
    }


button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}


/*.js-pscroll {
    position: relative;
    overflow: hidden;
}*/

.table100 .ps__rail-y {
    width: 9px;
    background-color: transparent;
    opacity: 1 !important;
    right: 5px;
}

    .table100 .ps__rail-y::before {
        content: "";
        display: block;
        position: absolute;
        background-color: #ebebeb;
        border-radius: 5px;
        width: 100%;
        height: calc(100% - 30px);
        left: 0;
        top: 15px;
    }

    .table100 .ps__rail-y .ps__thumb-y {
        width: 100%;
        right: 0;
        background-color: transparent;
        opacity: 1 !important;
    }

        .table100 .ps__rail-y .ps__thumb-y::before {
            content: "";
            display: block;
            position: absolute;
            background-color: #cccccc;
            border-radius: 5px;
            width: 100%;
            height: calc(100% - 30px);
            left: 0;
            top: 15px;
        }




.limiter {
    width: auto;
    margin: 0 auto;
}

.container-table100 {
    width: 100% !important;
    min-height: 0 !important;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: normal !important;
    justify-content: center;
    flex-wrap: wrap;
   
    padding: 0px 0px 0px 0px !important;
    /*zoom: 67% !important;*/
}

.wrap-table100 {
    width: 100%;
    margin-left: 10px !important;
    margin-right: 10px !important;
    /*margin-top: 5px !important;*/
    height: 100% !important;
}


.table100 {
    background-color: #fff;
}

table {
    width: 100%;
}

th, td {
    font-weight: unset;
    padding-right: 40px;
}

.column1 {
    width: 33%;
    padding-left: 40px;
}

.column2 {
    width: 23%;
}

.column3 {
    width: 22%;
}

.column4 {
    width: 10%;
}

.column5 {
    width: 13%;
}

.table100-head th {
    padding-top: 18px;
    padding-bottom: 18px;
    
}

.table100-body td {
    padding-top: 16px;
    padding-bottom: 20px;
}

.table100 {
    position: relative;
    padding-top: 60px;
    height: 50vh;
   
}

.table100-head {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height:auto !important;
}

.table100-body {
    max-height: 585px;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
}

/*.table100-body-approval {
    max-height: 700px;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
}*/




.table100.ver1 th {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    background-color: #383230;
    position: sticky;
    white-space: nowrap;
    top: 0;
    z-index: 1 !important;
}

.table100.ver1 td {
    font-family: sans-serif;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
}

/*.table100.ver1 .table100-body tr:nth-child(even) {
    background-color: #f8f8f8;

  
}*/


.table100.ver1 {
    border-radius: 10px;
    /*box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);*/
    overflow-x: hidden;
    overflow-y: hidden;
}

    .table100.ver1 .ps__rail-y {
        right: 5px;
    }

        .table100.ver1 .ps__rail-y::before {
            background-color: #ebebeb;
        }

        .table100.ver1 .ps__rail-y .ps__thumb-y::before {
            background-color: #cccccc;
        }


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
   
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
   background-color:#f2f0e9;
 

}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
    background-color: #383230;
    height: 20px;
    overflow: hidden;
    position:relative;
}
.first {
   padding:20px;
}
.table-Program-Items {

    position: relative;
    padding-top: 60px;
    height: 30vh !important;
}
.font-item-title {
   text-align: center;
    font-weight: 600;
    font-size: larger;
    font-family: sans-serif;
}
