@import "month_picker.css";
@import "buttons.css";
@import "util.css";

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

:root {
    --new-row-color: #9fdfcd;
    --ending-row-color: #e6b8b8;
    --row-header-color-north: #4d4c7d;
    --row-header-color-south: #3b6978;
    --row-hover-color: #c8e7ed;
}


@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Poppins-Regular;
    min-height: 100vh;
}

/* ------------------------------------ */
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;
}


/* ------------------------------------ */
input {
    display: block;
    outline: none;
    border: none !important;
}

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;
}


/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-btn {
    width: 100%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 33px 0px 33px;
}

.container-title {
    width: 100%;

    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 33px 0px 33px;
}

.data-size {
    margin-left: auto;
    margin-right: 0;
    color: white;
}

.container-info {
    width: 100%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 33px 33px 0px 33px;
}

.container-table100 {
    width: 100%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
}

.wrap-table100 {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.table {
    width: 100%;
    display: table;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .table {
        display: block;
    }
}

.row {
    display: table-row;
    background: #fff;
    text-align: center;
}

.row.header {
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .row {
        display: block;
    }

    .row.header {
        padding: 0;
        height: 0px;
    }

    .row.header .cell {
        display: none;
    }

    .row .cell:before {
        font-family: Poppins-Bold;
        font-size: 12px;
        color: #808080;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: unset !important;

        margin-bottom: 13px;
        content: attr(data-title);
        min-width: 98px;
        display: block;
    }

    .container-info {
        width: 100%;
        font-family: Poppins-Regular;

        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 33px 33px 0px 33px;
    }

    .data-size {
        margin: 0;
    }

    .btn-group {
        justify-content: center;
        flex-wrap: wrap;
        padding:5px;
    }
}

.cell {
    display: table-cell;
}

@media screen and (max-width: 768px) {
    .cell {
        display: block;
    }
}

.row-new {
    background: var(--new-row-color);
}

.row-end {
    background: var(--ending-row-color);
}

.legend {
    margin-left: 30px;
    margin-top: 20px;
    visibility: hidden;
}

.legend-row-item {
    padding: 10px;
    border-radius: 6px;
}

.row .cell {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #666666;
    line-height: 1.2;
    font-weight: unset !important;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #0e0e0e;
    border-left: 1px solid #0e0e0e;
    border-bottom: 1px solid #0e0e0e;
}

.row.header .cell {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset !important;

    padding-top: 19px;
    padding-bottom: 19px;
    border-left: 0px solid #0e0e0e;
}

.row .cell:nth-child(1) {
    padding-left: 20px;
    padding-right: 20px;
    border-left: 0px solid #0e0e0e;
}

.row .cell:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
}

.row .cell:nth-child(3) {
    padding-left: 20px;
    padding-right: 20px;
}

.row .cell:nth-child(4) {
    padding-left: 20px;
    padding-right: 20px;
}

.row .cell:nth-child(5) {
    padding-left: 20px;
    padding-right: 20px;
}

.row .cell:nth-child(6) {
    padding-left: 20px;
    padding-right: 20px;
}

.row .cell:nth-child(7) {
    padding-left: 20px;
    padding-right: 20px;
}

.row .cell:nth-child(8) {
    padding-left: 20px;
    padding-right: 20px;
    border-right: 0px solid #0e0e0e;
}


.table, .row {
    width: 100% !important;
}

.row:hover {
    background-color: var(--row-hover-color);
    cursor: pointer;
}

.row.header:hover {
    color: #fff;
    background-color: #424874;

}

.btn-group-catch {
    margin-right: 20px;
}

@media (max-width: 768px) {
    .row {
        border-bottom: 1px solid #0e0e0e;
        padding-bottom: 18px;
        padding-top: 30px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0;
    }

    .row .cell {
        border: none;
        padding-left: 30px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .row .cell:nth-child(1) {
        padding-left: 30px;
        padding-right: 30px;
    }

    .row .cell {
        font-family: Poppins-Regular;
        font-size: 18px;
        color: #555555;
        line-height: 1.2;
        font-weight: unset !important;
    }

    .table, .row, .cell {
        width: 100% !important;
    }

    .form-control {
        text-align: center;
    }
}

.margin-top {
    margin-top: 20px;
}

.form-control {
    width: 250px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}