﻿body {
    font-size: 18px;
}

.container {
    width: 1080px;
}

.main-system {
    width: 1350px;
    margin: auto;
}

.form-thembenhnhan td {
    text-align: left;
    padding-left: 15px;
    padding-bottom: 15px;
}

.form-thembenhnhan .form-input {
    margin-left: 15px;
    height: 38px;
    border: solid 0.5px #046296;
    outline: none;
    font-size: 18px;
    padding-left: 10px;
}

.cl_address {
    width: 50%;
}

.bg-btn-icon {
    background: #046296
}

.form-btn-thembenhnhan {
    width: 35%;
    margin: auto;
    margin-top: 25px;
    background: #046296;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 7px;
    outline: none;
}

.main-form-login, .main-form-thembenhnhan {
    width: 35%;
    background: #fff;
    margin: auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 45px;
    -moz-box-shadow: 0px 0px 15px 0px #848484;
    -webkit-box-shadow: 0px 0px 15px 0px #848484;
    box-shadow: 0px 0px 15px 0px #848484;
}

.form-login {
    display: inline-grid;
}

    .form-login .form-input {
        margin: 18px 0 5px 0;
        height: 20px;
        width: 350px;
        border: none;
        border-bottom: solid 0.5px #046296;
        outline: none;
        font-size: 18px;
        padding-bottom: 8px;
    }

        .form-login .form-input::placeholder, .form-thembenhnhan .form-input::placeholder {
            color: #046296;
            opacity: 1; /* Firefox */
        }

        .form-login .form-input:-ms-input-placeholder, .form-thembenhnhan .form-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #046296;
        }

        .form-login .form-input::-ms-input-placeholder, .form-thembenhnhan .form-input::-ms-input-placeholder { /* Microsoft Edge */
            color: #046296;
        }

    .form-login .form-btn {
        width: 45%;
        margin: auto;
        margin-top: 40px;
        background: #046296;
        color: #fff;
        padding: 2px 0;
        border: none;
        border-radius: 15px;
        outline: none;
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
    }

.title {
    text-align: center;
    width: 50%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 25px;
    border: solid 1px #046296;
    border-radius: 16px;
}

    .title .dn {
        background: #046296;
        border-radius: 16px;
        color: #fff;
        font-weight: 700;
        padding: 4px 0;
    }

    .title .dk {
        color: #046296;
        font-weight: 700;
        padding: 4px 0;
    }

img.item1-bg {
    position: absolute;
    bottom: 1px;
    width: 40%;
    display: none; /*Xong thì block*/
}

img.item2-bg {
    position: absolute;
    bottom: 1px;
    width: 40%;
    right: 0;
    display: none;
}

.head-phanmem-logo {
    position: relative;
    padding: 40px 15px 0 15px;
    display: flex;
}

.Ten-phan-mem {
    padding-left: 15px;
}

    .Ten-phan-mem p {
        margin: 0;
        color: #046296;
        font-size: 20px;
    }


.thongtindangnhap {
    position: absolute;
    display: flex;
    right: 140px;
    cursor: pointer;
}

    .thongtindangnhap img {
        width: 72px;
    }

    .thongtindangnhap p {
        margin-top: 9px;
        color: #046296;
    }

    .thongtindangnhap span {
        color: #046296;
        padding: 2px 0 0 15px;
    }

ul.option-logout {
    position: absolute;
    width: 100%;
    left: 72px;
    top: 70px;
    padding: 15px 0 15px 0;
    border-radius: 9px;
    -moz-box-shadow: 0px 0px 15px 0px #848484;
    -webkit-box-shadow: 0px 0px 15px 0px #848484;
    box-shadow: 0px 0px 15px 0px #848484;
    background: #fff;
    display: none;
    font-size: 16px;
    list-style: none;
}

    ul.option-logout li {
        margin-top: 5px;
        color: #046296;
        font-weight: 500;
        padding: 3px 3px 3px 15px;
        /*margin: 0 0 0 30px;*/
    }

        ul.option-logout li:hover {
            background: #046296;
            color: #fff;
        }

            ul.option-logout li:hover a {
                color: #fff;
                text-decoration: none;
            }

.thongtindangnhap:hover > ul.option-logout {
    display: block;
}

.main-filter {
    width: 50%;
    margin: auto;
    text-align: center;
    margin-top: 90px;
}

.form-filter {
    position: relative;
}

.title-filter h2 {
    color: #046296;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.main-filter input#PatientName {
    width: 500px;
    height: 45px;
    border-radius: 20px;
    border-color: #046296;
    padding: 0 15px;
    outline: none;
    color: #046296
}

    .main-filter input#PatientName::placeholder {
        color: #046296;
        opacity: 1; /* Firefox */
    }

    .main-filter input#PatientName:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #046296;
    }

    .main-filter input#PatientName::-ms-input-placeholder { /* Microsoft Edge */
        color: #046296;
    }

.main-filter input.form-btn-filter {
    width: 35%;
    margin: auto;
    margin-top: 25px;
    background: #046296;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 7px;
    outline: none;
}

.div-btn {
    margin-top: 25px;
}

.btn-thembenhnhan {
    width: 35%;
    margin: auto;
    background: #046296;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 7px;
    outline: none;
}

img.form-icon-loop {
    position: absolute;
    top: 78px;
    left: 39%;
}

.ui-widget-content {
    border: 1px solid #046296 !important;
    border-top: none !important;
    color: #046296 !important;
    padding-bottom: 30px !important;
    padding-top: 15px !important;
}

.ui-menu .ui-menu-item:hover {
    border: 1px solid #046296 !important;
    border-top: none !important;
    background: #046296 !important;
    color: #fff !important;
}

.alert {
    position: absolute;
    top: 25px;
    left: 40%;
    text-align: center;
    width: 21%;
}

.list-itemhoso {
}

    .list-itemhoso a {
        text-decoration: none;
        cursor: pointer;
        padding: 0 15px;
    }

.item-hoso {
    border: solid 2px #046296;
    width: 200px;
    margin: auto;
    padding: 12px 5px 0 5px;
    border-radius: 10px;
    height: 135px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

    .item-hoso p {
        color: #046296;
        font-weight: 600;
        margin-top: 10px;
    }

.group-btn-add {
    width: 50%;
    position: relative;
    text-align: center;
    margin: auto;
    display: flex;
}

.btn-themhoso {
    width: 70%;
    margin: auto;
    margin-top: 50px;
    background: #046296;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 7px;
    font-weight: 700;
    outline: none;
    margin-right: 20px;
}

.group-btn-add .btn-themhoso-icon {
    position: absolute;
    top: 59px;
    left: 20%;
}

/*.main-dichvu {
    width: 600px;
    margin: auto;
}*/

.table-dichvu {
    width: 90%;
    margin-top: 35px;
    padding-left: 5px;
}

input.btn-themsorang {
    background-color: #046296;
    color: #fff;
    border: none;
    padding: 3px 15px 2px 15px;
}

.table-dichvu .table {
    border: #046296 solid 1px;
}



    .table-dichvu .table th {
        border-right: #fff solid 1px;
        background: #046296;
        color: #fff;
        padding-left: 5px;
        font-size: 14px
    }

    .table-dichvu .table th, .table-dichvu .table td {
        padding-left: 5px;
        border-bottom: #046296 solid 1px;
    }

    .table-dichvu .table td {
        font-family: ui-sans-serif;
        padding-top: 15px;
        padding-bottom: 15px;
    }

input.btn-themsorang {
    margin-top: calc(100% + 125px);
}

.table-dichvu .table input {
    width: 100%;
    border: none
}

.table-dichvu select, .table-dichvu option {
    font-size: 16px;
    border: none;
    outline: none;
}

.sodorang2 {
}

.cung-12, .cung-34 {
    display: flex;
}

.cung1 {
    border-bottom: solid 1px #046296;
    border-right: solid 1px #046296;
    width: 300px;
    height: 100px;
    padding-top: 60px;
    display: flex;
}

.sodorang2 .cung1 {
    border-bottom: solid 1px #046296;
    border-right: solid 1px #046296;
    width: 185px;
    height: 100px;
    padding-top: 60px;
    display: flex;
}

.cung2 {
    border-left: solid 1px #046296;
    border-bottom: solid 1px #046296;
    width: 300px;
    height: 100px;
    padding-top: 60px;
    display: flex;
    padding-left: 20px;
}

.sodorang2 .cung2 {
    border-left: solid 1px #046296;
    border-bottom: solid 1px #046296;
    width: 185px;
    height: 100px;
    padding-top: 60px;
    display: flex;
    padding-left: 20px;
}

.cung3 {
    border-right: solid 1px #046296;
    border-top: solid 1px #046296;
    width: 300px;
    height: 100px;
    display: flex;
    padding-top: 15px;
}

.sodorang2 .cung3 {
    border-right: solid 1px #046296;
    border-top: solid 1px #046296;
    width: 185px;
    height: 100px;
    display: flex;
    padding-top: 15px;
}

.cung4 {
    border-top: solid 1px #046296;
    border-left: solid 1px #046296;
    width: 300px;
    height: 100px;
    display: flex;
    padding-top: 15px;
    padding-left: 20px;
}

.sodorang2 .cung4 {
    border-top: solid 1px #046296;
    border-left: solid 1px #046296;
    width: 185px;
    height: 100px;
    display: flex;
    padding-top: 15px;
    padding-left: 20px;
}

.main-dichvu-btn {
    width: 500px;
    margin: auto;
}

.title-sdr {
    color: #046296;
    font-weight: 600;
    font-style: oblique;
}

.title-dichvu {
    margin-top: 50px;
    color: #046296;
    font-size: 22px;
}

.item-two {
    position: relative;
    margin-right: 25px;
}

    .item-two label {
        position: absolute;
        left: 0
    }

.sodorang1 .main-ckb {
    display: block;
    position: relative;
    padding-left: 38px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .sodorang1 .main-ckb strong {
        position: absolute;
        left: 0;
        font-size: 15px;
    }
    /* Hide the browser's default checkbox */
    .sodorang1 .main-ckb input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
/* Create a custom checkbox */

.sodorang1 .checkmark {
    position: absolute;
    top: -3px;
    left: -3px;
    height: 27px;
    width: 27px;
    background-color: transparent;
    border: 1px solid #046296;
    border-radius: 15px;
}
/* On mouse-over, add a grey background color */

/*.main-ckb:hover input ~ .checkmark {
    background-color: #ccc;
}*/
/* When the checkbox is checked, add a blue background */

.sodorang1 .main-ckb input:checked ~ .checkmark {
    background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */

.sodorang1 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */

.sodorang1 .main-ckb input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */

.sodorang1 .main-ckb .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.sodorang2 .main-ckb {
    display: block;
    position: relative;
    padding-left: 38px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .sodorang2 .main-ckb strong {
        position: absolute;
        left: 0;
        font-size: 15px;
    }
    /* Hide the browser's default checkbox */
    .sodorang2 .main-ckb input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
/* Create a custom checkbox */

.sodorang2 .checkmark {
    position: absolute;
    top: -3px;
    left: -7px;
    height: 27px;
    width: 27px;
    background-color: transparent;
    border: 1px solid #046296;
    border-radius: 15px;
}
/* On mouse-over, add a grey background color */

/*.main-ckb:hover input ~ .checkmark {
    background-color: #ccc;
}*/
/* When the checkbox is checked, add a blue background */

.sodorang2 .main-ckb input:checked ~ .checkmark {
    background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */

.sodorang2 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */

.sodorang2 .main-ckb input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */

.sodorang2 .main-ckb .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chon-toanham input {
    margin-left: 15px;
}

.chon-toanham label {
    font-weight: 500;
    color: red;
}

.chon-toanham table td {
    padding: 5px 15px;
}

.phieucss {
    font-size: 15pt;
}

._view_money {
    text-align: right !important;
}

.main-table table {
    width: 100%;
}

    .main-table table th, .main-table table td {
        padding: 5px 5px 5px 10px;
    }

@media only screen and (max-width: 1500px) {
    .main-system {
        width: 1038px;
    }

    .form-thembenhnhan .form-input {
        font-size: 14px;
    }
}
