﻿

.bg-card {
    background-color: transparent;
    border-radius: 10px;
}

.card-pad-top {
    padding-top: -10px;
}

.card-header {
    padding-top: 10px;
}

.card-input {
    background-color: white;
    box-shadow: 0px 2px 9px 0px;
    padding-top: 25px;
    border-radius: 25px;
}

/*table*/
.table-header {
    background-color: #79B4B7;
}

.table-body {
    background-color: white;
}

/*form input*/
.form-control {
    margin: unset !important;
}

.form-text-box {
    background-color: white !important;
    border: 1px solid #E0DEDE !important;
    border-radius: 13px !important;
    height: 2.2rem !important;
    max-width: 100% !important;
    box-shadow: 1px 2px;
}

.font-card {
    color: #555555;
    font-size: 14px;
    padding: 0 1rem;
}

.input {
    max-width: 100% !important;
}

.form-readonly {
    background-color: #b5adad3d !important;
}

.export-form {
    margin-left: 120px;
}

.form-text-error {
    border: 2px solid #ff0000 !important;
}

/*button*/
.btn-search {
    border-radius: 10px !important;
}

.btn-save {
    border-radius: 10px !important;
}

.btn-close-modal {
    border-radius: 10px !important;
}

.btn-edit {
    border-radius: 10px !important;
}

.btn-submit {
    border-radius: 10px !important;
}

.btn-export {
    border-radius: 10px !important;
}

.btn-submit {
    border-radius: 10px !important;
    background-color: #05878a !important;
}

.btn-show {
    border-radius: 10px !important;
}

.btn-calulate {
    border-radius: 10px !important;
}

::-webkit-input-placeholder { /* Edge */
    text-align: left !important;
    padding: 5px !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-align: left !important;
    padding: 5px !important;
}

::placeholder {
    text-align: left !important;
    padding: 5px !important;
}

/*font*/
.select-color {
    text-align: left !important;
    padding: 5px !important;
    color: #808080;
}

.date-font-color {
    text-align: left !important;
    padding: 5px !important;
    color: #808080;
}

[type="checkbox"] + label {
    height: 20px !important;
    line-height: 20px !important;
    width: 15px !important;
    height: 15px !important;
    padding-left: 10px !important;
}

[type="checkbox"].filled-in:checked + label:after {
}

[type="checkbox"]:checked + label:before {
    top: -5px !important;
    left: 0px !important;
    width: 6px !important;
    height: 18px !important;
}

[type="checkbox"] + label:before {
    width: 16px !important;
    height: 16px !important;
}

/*datatable*/
.paginate_button {
    background-color: #009688 !important;
    border-radius: 10px;
    color: snow;
    padding: 7px 7px 7px 7px;
    cursor: pointer;
}

.dataTables_paginate {
    padding-top: 10px !important;
    padding-bottom: 13px !important
}

table.table-bordered.dataTable tbody td {
    /*   text-align: center !important;*/
}

table.dataTable thead > tr > th, table.dataTable thead > tr > td {
    padding-right: 5px !important;
}

.table-bordered thead tr th {
    padding: 5px !important;
}

.table > thead > tr > th {
    vertical-align: middle !important;
}

.table-bordered tbody tr td, .table-bordered tbody tr th {
    padding: 8px !important;
}

.pagination-sm > li:first-child > a {
    width: unset !important;
    height: 30px !important;
}

.pagination-sm > li:last-child > a {
    width: 45px !important;
    height: 30px !important;
}

.pagination li a {
    color: #444;
    font-size: 15px !important;
}

/*icon,calendar datepicker*/
.glyphicon {
    top: 8px !important;
    left: 3px !important;
}

.dropdown-menu {
    margin-top: 5px !important;
}

.form-inline .input-group > .form-control {
    text-align: left !important;
}

/*modal*/
.modal {
    max-width: max-content !important;
    max-height: max-content !important;
    border-radius: 25px !important;
}

.modal-dialog {
    padding-left: 5% !important;
    padding-right: 2% !important;
    border-radius: 25px !important;
}

.modal .modal-header {
    border-radius: 15px !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
}

.modal-body {
    border-radius: 15px !important;
}

.modal-backdrop.in {
    opacity: 0.3 !important;
}

.modal-header .close {
    margin-top: -20px !important;
    color: white !important;
}


/*for screen ipad pro */
@media only screen and (min-width:1024px) and (max-width:1366px) {
}

/*for screen surface Duo*/

@media only screen and (min-width:540px) and (max-width:720px) {

    .btn-save {
        border-radius: 10px !important;
        width: 100% !important;
        font-size: 13px !important;
    }

    .btn-close-modal {
        border-radius: 10px !important;
        width: 100% !important;
        font-size: 13px !important;
        margin-bottom: 3px;
    }

    .modal .modal-header .modal-title {
        font-size: 14px !important;
    }

    .font-card {
        font-size: 13px !important;
    }
}

/*css for small device*/
@media screen and (max-width:480px) {



    table.table-bordered.dataTable tbody td {
        font-size: 13px !important;
    }

    .table > thead > tr > th {
        font-size: 14px !important;
    }

    .modal .modal-header .modal-title {
        font-size: 14px !important;
    }

    .font-card {
        font-size: 13px !important;
    }

    .btn-save {
        border-radius: 10px !important;
        width: 100% !important;
        font-size: 13px !important;
    }

    .btn-close-modal {
        border-radius: 10px !important;
        width: 100% !important;
        font-size: 13px !important;
        margin-bottom: 3px;
    }

    .btn-search {
        border-radius: 10px !important;
        font-size: 13px !important;
        margin-top: 3px !important;
    }

    .btn-show {
        border-radius: 10px !important;
        width: 100% !important;
        margin-bottom: 3px;
        font-size: 13px !important;
    }

    .btn-calulate {
        border-radius: 10px !important;
        width: 100% !important;
        font-size: 13px !important;
    }

    .btn-submit {
        border-radius: 10px !important;
        font-size: 13px !important;
    }

    .pagination li a {
        font-size: 14px !important;
    }

    [type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
        width: 14px !important;
        height: 14px !important;
    }
}
