* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    display: list-item;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input,
textarea,
button {
    outline: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
a {
    text-decoration: none;
}

body {
    /* background-color: #f2f2f2; */
    background-color: #edf2f8;
    /* background-color: rgb(247, 246, 254); */
    font-size: 14px !important;
    font-family: "Droid Arabic Kufi", "play", Arial, Helvetica, sans-serif !important;
}

.pointer {
    cursor: pointer;
}

/* start to nav */
.nav li:hover {
    background: #36c6d3;
}

.nav li.active a {
    background: #36c6d3 !important;
}

.navbar-nav-main > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
}

#homepagearea nav ul li a {
    display: block;
    margin: 0 auto;
    padding: 4px 16px 4px 16px;
}

.bg-transparent {
    background-color: transparent !important;
}

.border-0 {
    border-radius: 0;
}

.border-0:focus {
    border: 0 !important;
}

.top-navbar {
    background-color: #343a40;
}
.top-navbar .icon-holder {
    color: white;
}

.top-navbar .nav-content .navbar-links {
    display: flex;
}

.top-navbar .nav-content .navbar-links > .nav-item {
    position: relative;
}

.top-navbar .nav-content .navbar-links > .nav-item > .nav-link,
.top-navbar .nav-content .user-menu > .user-item > .user-link {
    display: block;
    color: white;
    padding: 0px 12px;
    font-size: 12px;
    line-height: 50px;
}

.top-navbar .nav-content .navbar-links > .nav-item > .nav-link:hover {
    background-color: #007bff;
}

.top-navbar .nav-content .user-menu > .user-item > .user-link {
    background-color: #007bff;
    font-size: 15px;
}

.top-navbar .nav-content .navbar-links .nav-item .a-dropdown {
    position: absolute;
    top: 106%;
    right: 0%;
    width: 125px;
    z-index: 111;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
}

.top-navbar .nav-content .navbar-links .nav-item .a-dropdown.active {
    transform: translate(0px, 0px);
    opacity: 1;
    pointer-events: auto;
}

.top-navbar .nav-content .navbar-links .nav-item .a-dropdown .dropdown-list {
    position: relative;
}

.top-navbar
    .navbar-links
    .nav-item
    .a-dropdown
    .dropdown-list
    > .drop-item
    > .drop-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    color: #000000;
    font-size: 12px;
    padding: 0.4rem 1rem;
}

.top-navbar
    .navbar-links
    .nav-item
    .a-dropdown
    .dropdown-list
    > .drop-item
    > .drop-link:hover {
    background-color: #eee;
}

.top-navbar .navbar-links .nav-item .a-dropdown .dropdown-list .arrow {
    position: absolute;
    top: -20%;
    right: 9px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.top-navbar .navbar-links .nav-item .a-dropdown.second {
    top: 0%;
    right: 100%;
    margin-right: 10px;
    transform: translateX(10px);
}

.top-navbar .navbar-links .nav-item .a-dropdown.second .arrow {
    top: 10px;
    border-color: transparent transparent transparent white;
    right: -14px;
}

.nav-item:hover > .a-dropdown .drop-item:hover > .a-dropdown {
    transform: translate(0px, 0px);
    opacity: 1;
    pointer-events: auto;
}

.top-navbar .nav-content .icon-holder > i {
    color: #fff;
    font-size: 25px;
}

.top-navbar .nav-content .icon-holder .close {
    display: none;
}

@media (max-width: 991px) {
    .top-navbar .navbar-links {
        flex-direction: column;
        position: fixed;
        background-color: black;
        top: 50px;
        right: -200%;
        z-index: 1111;
        width: 220px;
        transition: 0.5s;
    }
    .top-navbar .navbar-links.active {
        right: 0%;
    }
}
/* end to nav */
/* start bottom nav */
.bottom-nav {
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    z-index: 1034;
    padding: 0.5rem 0.5rem;

}
.navbar-nav-main {
display: flex;
align-items: center;

}

.bottom-nav .icon-holder {
    padding: 0px;
    background-color: transparent;
    border: none;
}
.bottom-nav .icon-holder:focus {
    box-shadow: none !important;
}

.bottom-nav .icon-holder > i {
    font-size: 25px;
}

.bottom-nav .navbar-nav-main .nav-item .nav-link {
    height: 2.5rem;
    position: relative;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: rgba(0,0,0,.5);
    font-size: 16px;
}

.bottom-nav .navbar-nav-main .nav-item .nav-link:hover,
.bottom-nav .navbar-nav-main .nav-item .nav-link:hover .nav-icon {
    color: black;
}


/* end bottom nav */

.bg-red {
    background-color: red !important;
    color: white !important;
}

.text-red {
    color: red !important;
}

.fs-15 {
    font-size: 15px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-13 {
    font-size: 13px !important;
}

.fs-8 {
    font-size: 8px !important;
}
.w-fit {
    width: fit-content !important;
}
.main-section {
    min-height: calc(100vh - 57px - 69px);
    margin: 0 auto 0 0;
    transition: 0.4s;
}

.title {
    background-color: #cfe8fc;
    padding: 14px;
    border-radius: 5px;
}

/* start tabel style */
.table-responsive {
    overflow-x: auto;
}

.main-table {
    width: 100%;
    border-radius: 7px;
    border: none !important;
    text-align: center;
    border: 1px solid #ddd !important;
}

.main-table *:not(select, input) {
    border: none !important;
}

.main-table tr {
    border: 1px solid #ddd !important;
}

.main-table tr th {
    background-color: #f9fafb;
    color: #6b7280;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    padding: 10px;
}

.table > tbody {
    vertical-align: inherit;
}

.main-table tr td {
    background-color: white;
    font-size: 14px;
    padding: 10px;
}

/* end table style */

#inp-date {
    cursor: pointer;
}
.filter {
    font-size: 15px !important;
    font-weight: normal;
    color: black;
    width: fit-content;
    position: relative;
}
.filter select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 3px;
    outline: none;
    padding-left: 51px;
}
.filter .icon {
    color: #00abd8;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.filter .count {
    left: 30px;
    top: 50%;
    font-family: sans-serif;
    transform: translateY(-50%);
    position: absolute;
}
.table-btns {
    display: flex;
    gap: 0.25rem;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    min-width: 120px;
}

.table-btns .btn {
    width: fit-content;
    padding: 5px;
}
.bg-orangered {
    background-image: linear-gradient(
        to bottom,
        rgb(255, 98, 41) 0%,
        orangered 100%
    );
    color: white;
}
.bg-orangered:hover {
    background-image: unset;
    background-color: rgb(235, 65, 3);
    color: white;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.row-gap-24 {
    row-gap: 24px;
}
.fit-content {
    width: fit-content;
}
.table-no-border {
    border: none !important;
}
.table-no-border tr,
.table-no-border td {
    border: none !important;
    background-color: transparent !important;
}
.table-no-border td:first-of-type {
    white-space: nowrap;
}
.table-no-border td {
    padding: 10px;
}

.pop {
    position: fixed;
    left: 0;
    z-index: 2000;
    display: none;
    top: 0;
    background-color: rgba(0, 0, 0, 0.322);
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
}
.pop .show {
    display: block;
}
.pop .box-pop {
    width: fit-content;
    margin-left: auto;
    padding: 10px;
    margin-top: 5rem;
    max-width: 890px;
    margin-right: auto;
    background-color: white;
}
@media (max-width: 1199.98px) {
    .pop .box-pop {
        max-width: 90%;
    }
}

.pop .box-pop .pop-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    gap: 1rem;
}
.pop .box-pop .pop-title .title {
    color: black;
    font-size: 16x;
}
.pop .box-pop #close-pop {
    cursor: pointer;
}
.pop .pop-content {
    padding-top: 10px;
}
.pop .pop-content form input {
    width: 100%;
}
.modal .modal-title {
    font-size: 16px;
    font-weight: normal;
    color: black;
    float: right;
}
.modal .modal-header .close {
    float: left;
}
input,
select,
textarea {
    width: 100%;
    font-size: 13px;
    padding: 3px;
    color: black;
    border: 1px solid #bbb;
    font-weight: normal;
}
label {
    font-size: 13px;
    padding: 3px;
    font-weight: normal !important;

    margin-bottom: 0 !important;
}
textarea {
    min-height: 90px;
}
input[type="checkbox"] {
    width: fit-content;
}
.remove-inp {
    background-color: #e43949;
    cursor: pointer;
    color: white;
}
/* .inp-group {
    position: relative;
    width: 50px;
} */
.inp-group-btn {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    display: flex;
    padding: 0;
    border-radius: 0 !important;
    align-items: center;
    width: 70px !important;
    justify-content: center;
    color: white;
    background-color: #2c689d;
    border: 1.3px solid #2c689d;
    /* height: 100% !important; */
    transition: .3s;
}
.inp-group-btn:hover {
    color: white;
    background-color: #255c8c;
    /* border-color: #255c8c !important; */
    border: 1.3px solid #255c8c !important;
}

.box-border-greey {
    border: 1px solid #8f8f8f;
    padding: 8px 12px;
    border-radius: 9px;
}
.count {
    width: 19px;
    height: 19px;
    font-size: 13px;
    border-radius: 5px;
    background-color: red;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-family: sans-serif;
}

/* = Start Code
-------------------------------------------------------------- */

/* header */
header {
    background: -moz-linear-gradient(
        270deg,
        #1e195f 0%,
        #130f40 100%
    ); /* ff3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #1e195f),
        color-stop(100%, #130f40)
    ); /* safari4+,chrome */
    background: -webkit-linear-gradient(
        270deg,
        #1e195f 0%,
        #130f40 100%
    ); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(
        270deg,
        #1e195f 0%,
        #130f40 100%
    ); /* opera 11.10+ */
    background: -ms-linear-gradient(
        270deg,
        #1e195f 0%,
        #130f40 100%
    ); /* ie10+ */
    background: linear-gradient(180deg, #1e195f 0%, #130f40 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e195f', endColorstr='#130f40',GradientType=0 ); /* ie6-9 */
    padding: 15px 0;
}
header .logo {
    float: right;
}
header a.controllink {
    background: -moz-linear-gradient(
        270deg,
        #352f84 0%,
        #1e195f 100%
    ); /* ff3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #352f84),
        color-stop(100%, #1e195f)
    ); /* safari4+,chrome */
    background: -webkit-linear-gradient(
        270deg,
        #352f84 0%,
        #1e195f 100%
    ); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(
        270deg,
        #352f84 0%,
        #1e195f 100%
    ); /* opera 11.10+ */
    background: -ms-linear-gradient(
        270deg,
        #352f84 0%,
        #1e195f 100%
    ); /* ie10+ */
    background: linear-gradient(180deg, #352f84 0%, #1e195f 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#352f84', endColorstr='#1e195f',GradientType=0 ); /* ie6-9 */
    display: block;
    float: left;
    height: 45px;
    padding: 0 40px;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    margin: 2px auto;
}
header a.controllink:hover {
    background: -moz-linear-gradient(
        270deg,
        #1e195f 0%,
        #352f84 100%
    ); /* ff3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #1e195f),
        color-stop(100%, #352f84)
    ); /* safari4+,chrome */
    background: -webkit-linear-gradient(
        270deg,
        #1e195f 0%,
        #352f84 100%
    ); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(
        270deg,
        #1e195f 0%,
        #352f84 100%
    ); /* opera 11.10+ */
    background: -ms-linear-gradient(
        270deg,
        #1e195f 0%,
        #352f84 100%
    ); /* ie10+ */
    background: linear-gradient(180deg, #1e195f 0%, #352f84 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e195f', endColorstr='#352f84',GradientType=0 ); /* ie6-9 */
}

.pop_aqarat .pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1003;
    background-color: white;
    box-shadow: black 0 0 10px 0;
    padding: 35px;
    display: none;
}
.pop_aqarat .pop .close {
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    opacity: 1 !important;
    justify-content: center;
    color: white;
    width: 30px;

    height: 30px;
}

.pop_aqarat .pop input[type="text"] {
    display: block;
    padding: 7px;
    border: 1px solid #888;
    font-size: 18px;
    outline: none;
    border-radius: 4px;
}
.pop_aqarat .pop input[type="text"]::placeholder {
    color: #888;
}
.pop_aqarat .pop input[type="submit"] {
    margin: 15px auto 0;
    text-align: center;
    display: block;
}
.pop_aqarat.show .pop {
    display: block;
}
/* End header */

/* homepage */

.logo2 {
    margin: 15px auto 30px;
    text-align: center;
}
.logo2 img {
    max-width: 100%;
    height: auto;
}
#homepagearea {
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(170, 179, 204, 0.23);
    border-radius: 4px;
    margin: 0 auto 50px;
}
#homepagearea li #tasdeed_count {
    background-color: red;
    position: absolute;
    left: 3px;
    top: 3px;
    color: white;
    width: 17px;
    display: flex;
    font-size: 11px;
    align-items: center;
    justify-content: center;
    height: 17px;
    border-radius: 50%;
}
#homepagearea li {
    position: relative;
}
#homepagearea nav {
    background: -moz-linear-gradient(
        270deg,
        #ffffff 0%,
        #e9edf6 100%
    ); /* ff3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    ); /* safari4+,chrome */
    background: -webkit-linear-gradient(
        270deg,
        #ffffff 0%,
        #e9edf6 100%
    ); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(
        270deg,
        #ffffff 0%,
        #e9edf6 100%
    ); /* opera 11.10+ */
    background: -ms-linear-gradient(
        270deg,
        #ffffff 0%,
        #e9edf6 100%
    ); /* ie10+ */
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 ); /* ie6-9 */
    border: 1px solid #c4c5d5;
    box-shadow: 0 0 9px 0 rgba(170, 179, 204, 0.47);
}
#homepagearea nav ul li {
    float: right;
    border-left: 1px solid rgba(143, 154, 184, 0.27);
}
#homepagearea nav ul li a,
#homepagearea nav ul li button {
    display: block;
    margin: 0 auto;
    padding: 15px 25px 10px 25px;
    border: none;
    height: 100%;
    border-radius: 0;
    background-color: transparent;
    display: flex !important;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: normal;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.drop-down {
    display: block;
    margin: 0 auto;
    padding: 4px 16px 4px 16px;
    border: none;
    background-color: transparent;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 0;
    line-height: normal;
    -webkit-transition: all 0s ease-in-out;
    cursor: pointer;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.drop-down > .arrow {
    margin: 0;
    height: fit-content;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-size: 13px !important;
}

.drop-down .list-down {
    position: absolute;
    left: 0;
    display: none;
    z-index: 1000;
    background-color: #f3f5fa;
    top: 100%;
}
.drop-down .list-down.show {
    display: block;
}
.drop-down .list-down li {
    border: none !important;
    float: none !important;
}
.drop-down .list-down a {
    display: block;
    white-space: nowrap;
    padding: 7px !important;
}
.main-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1.5rem;
}
#homepagearea nav ul li a:hover,
#homepagearea nav ul li button:hover {
    background-color: #36c6d305 !important;
}

#homepagearea nav ul li a:active,
#homepagearea nav ul li a:focus,
#homepagearea nav ul li button:active,
#homepagearea nav ul li button:focus {
    background: -moz-linear-gradient(
        270deg,
        #f0f0f0 0%,
        #dadee7 100%
    ); /* ff3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #f0f0f0),
        color-stop(100%, #dadee7)
    ); /* safari4+,chrome */
    background: -webkit-linear-gradient(
        270deg,
        #f0f0f0 0%,
        #dadee7 100%
    ); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(
        270deg,
        #f0f0f0 0%,
        #dadee7 100%
    ); /* opera 11.10+ */
    background: -ms-linear-gradient(
        270deg,
        #f0f0f0 0%,
        #dadee7 100%
    ); /* ie10+ */
    background: linear-gradient(180deg, #f0f0f0 0%, #dadee7 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dadee7',GradientType=0 ); /* ie6-9 */
}
#homepagearea nav ul li.active a,
#homepagearea nav ul li.active a:hover,
#homepagearea nav ul li.active a:active,
#homepagearea nav ul li.active a:focus {
    background: #130f40;
    color: white;
}
#homepagearea nav ul li:nth-child(2n) span {
    background-position: -264px top;
    width: 47px;
}
#homepagearea nav ul li:nth-child(3n) span {
    background-position: -219px top;
    width: 47px;
}
#homepagearea nav ul li:nth-child(4n) span {
    background-position: -125px top;
    width: 33px;
}
#homepagearea nav ul li:nth-child(5n) span {
    background-position: -158px top;
    width: 36px;
}
#homepagearea nav ul li:nth-child(6n) span {
    background-position: -92px top;
    width: 33px;
}
#homepagearea nav ul li:nth-child(7n) span {
    background-position: -158px top;
    width: 36px;
}
#homepagearea nav ul li:nth-child(8n) span {
    background-position: 0px top;
    width: 33px;
}
#homepagearea nav ul li:nth-child(9n) span {
    background-position: 0 top;
    width: 33px;
}
#homepagearea nav ul li:nth-child(1n).active span {
    background-position: right bottom;
}
#homepagearea nav ul li:nth-child(2n).active span {
    background-position: -264px top;
    width: 47px;
}
#homepagearea nav ul li:nth-child(3n).active span {
    background-position: -219px bottom;
    width: 47px;
}
#homepagearea nav ul li:nth-child(4n).active span {
    background-position: -125px bottom;
    width: 33px;
}
#homepagearea nav ul li:nth-child(5n).active span {
    background-position: -158px bottom;
    width: 36px;
}
#homepagearea nav ul li:nth-child(6n).active span {
    background-position: -92px bottom;
    width: 33px;
}
#homepagearea nav ul li:nth-child(7n).active span {
    background-position: -158px bottom;
    width: 36px;
}
#homepagearea nav ul li:nth-child(8n).active span {
    background-position: 0px bottom;
    width: 33px;
}
#homepagearea nav ul li:nth-child(9n).active span {
    background-position: 0 bottom;
    width: 33px;
}
#homepagearea nav ul li a span {
    height: 40px;
    background: url("../images/icons.png") no-repeat scroll right top;
    width: 37px;
    display: block;
    margin: 0 auto 5px;
}
#homepagearea nav ul li a p,
#homepagearea nav ul li button p {
    display: block;
    margin: 0 auto;
    font-size: 15px;
    color: #000000;
}
#homepagearea nav ul li.active a p,
#homepagearea nav ul li.active a:hover p,
#homepagearea nav ul li.active a:active p,
#homepagearea nav ul li.active a:focus p {
    color: #ffffff;
}
#homepagearea nav ul li i {
    font-size: 25px;
    color: #8f9ab8;
    margin-bottom: 5px;
    margin-top: 5px;
}

#homepagearea ul.nav-tabs {
    text-align: center;
    border: none;
    margin: 20px;
}
#homepagearea ul.nav-tabs li {
    display: inline-block;
    float: none;
    margin: auto 20px;
    width: 45%;
}
#homepagearea ul.nav-tabs li a {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border: 1px solid #c4c5d5;
    box-shadow: 0 0 9px 0 rgba(170, 179, 204, 0.47);
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px;
    font-weight: bold;
    color: #130f40;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
#homepagearea ul.nav-tabs li.active a,
#homepagearea ul.nav-tabs li.active a:hover,
#homepagearea ul.nav-tabs li.active a:active,
#homepagearea ul.nav-tabs li.active a:focus {
    background: #8f9ab8;
    color: #ffffff;
}
#homepagearea .tab-pane .block1 {
    margin: 15px auto 20px;
}
#homepagearea .tab-pane .block1 .title {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
#homepagearea .tab-pane .block1 input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin: 10px auto;
    border: 1px solid #c4c5d5;
    font-size: 15px;
    color: #000000;
}
#homepagearea .tab-pane .block1 select {
    background: #ffffff url("images/selectarrow.png") no-repeat scroll left
        center;
    border: 1px solid #c4c5d5;
    color: #000000;
    cursor: pointer;
    font-size: 15px;
    height: 40px;
    margin: 0 auto;
    outline: medium none;
    padding: 0 10px;
    position: relative;
    text-overflow: "";
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
#homepagearea .tab-pane .block1 input:active,
#homepagearea .tab-pane .block1 input:focus,
#homepagearea .tab-pane .block1 select:active,
#homepagearea .tab-pane .block1 select:focus {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    box-shadow: 0 0 9px 0 rgba(170, 179, 204, 0.47);
}
#homepagearea .tab-pane .block2 {
    margin: 0 auto 20px;
    border: 1px solid #c4c5d5;
}
#homepagearea .tab-pane .block2 .title {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
#homepagearea .tab-pane .block2 .content {
    padding: 15px 15px 0;
}
#homepagearea .tab-pane .block2 .content label {
    text-align: right;
    margin: 0 auto;
    line-height: 40px;
    font-weight: normal;
    display: block;
    font-size: 14px;
    color: #000000;
}
#homepagearea .tab-pane .block2 .content input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #c4c5d5;
    font-size: 15px;
    color: #000000;
}
#homepagearea .tab-pane .block2 .content textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #c4c5d5;
    font-size: 15px;
    color: #000000;
}
#homepagearea .tab-pane .block2 .content input:active,
#homepagearea .tab-pane .block2 .content input:focus,
#homepagearea .tab-pane .block2 .content textarea:active,
#homepagearea .tab-pane .block2 .content textarea:focus {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    box-shadow: 0 0 9px 0 rgba(170, 179, 204, 0.47);
}
#homepagearea .tab-pane .block2 .content textarea.addnote {
    margin: 0 auto 15px;
}
#homepagearea .tab-pane button {
    padding: 5px 60px;
    font-weight: bold;
    color: #fff;
    background-color: #130f40;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    margin: 0 auto 20px;
    display: block;
}
#homepagearea .tab-pane button:hover {
    background-color: #272354;
}
#homepagearea .tab-pane .block3 {
    margin: 0 auto 20px;
    border: 1px solid #c4c5d5;
}
#homepagearea .tab-pane .title {
    cursor: pointer;
}
#homepagearea .tab-pane .block3 .title {
    cursor: pointer;
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
#homepagearea .tab-pane .block3 .content {
    padding: 15px 15px 0;
}
#homepagearea .tab-pane .block3 .content label {
    text-align: right;
    margin: 0 auto;
    line-height: 40px;
    font-weight: normal;
    display: block;
    font-size: 14px;
    color: #000000;
}
#homepagearea .tab-pane .block3 .content .radioarea {
    background-color: #f5f5f5;
    border-radius: 4px;
    height: 40px;
    padding: 6px 10px;
}
#homepagearea .tab-pane .block3 .content label.radio-inline {
    margin: 0 0 0 50px;
    display: inline-block;
    line-height: normal;
    height: auto;
}
#homepagearea .tab-pane .block3 .content label.radio-inline input {
    margin: 7px -20px 0 0;
}
#homepagearea .tab-pane .block3 .content textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #c4c5d5;
    font-size: 15px;
    color: #000000;
}
#homepagearea .tab-pane .block3 .content textarea:active,
#homepagearea .tab-pane .block3 .content textarea:focus {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    box-shadow: 0 0 9px 0 rgba(170, 179, 204, 0.47);
}
#homepagearea .block4 {
    margin: 30px auto;
    border: 1px solid #c4c5d5;
}
#homepagearea .block4 .title {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
#homepagearea > .toggle {
    cursor: pointer;
    width: fit-content;
    margin-right: auto;
    margin-left: 10px;
}
@media (min-width: 1200px) {
    #homepagearea > .toggle {
        display: none;
    }
    #homepagearea .ul-list .toggle i {
        display: none;
    }
}
#homepagearea > .toggle > i {
    font-size: 25px;
    color: black;
}
#homepagearea .ul-list {
    text-align: center;
    display: flex;
    justify-content: center;
}
@media (max-width: 1199.98px) {
    #homepagearea {
        background: transparent;
        box-shadow: none;
        width: 100%;
        margin-left: 0;
        margin-right: auto;
        border: none;
        position: relative;
    }
    #homepagearea nav {
        background: transparent;
        box-shadow: none;
        border: none;
    }
    #homepagearea .ul-list {
        position: absolute;
        flex-direction: column;
        left: 0;
        top: calc(100% + 6px);
        gap: 0px;
        padding: 10px;
        justify-content: flex-start;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        overflow: auto;
        z-index: 1000;
        background-color: rgb(51, 51, 51);
        width: 50%;
        display: none;
    }
    #homepagearea .ul-list li {
        border-left: none;
        padding: 5px;
    }
    #homepagearea .ul-list i {
        font-size: 16px;
        color: white;
    }
    #homepagearea .ul-list .logut p {
        display: none;
    }
    #homepagearea .ul-list .toggle i {
        font-size: 25px;
        cursor: pointer;
        color: white;
    }
    #homepagearea .ul-list .toggle:hover {
        font-size: 25px;
        color: white;
        background: rgb(51, 51, 51);
    }
    #homepagearea .ul-list p {
        color: white;
        font-size: 13px;
    }
    #homepagearea .ul-list a {
        padding: 0;
    }
    #homepagearea .ul-list button {
        padding: 0;
    }
    #homepagearea .ul-list li > div {
        padding: 0;
    }
    #homepagearea .ul-list a:hover {
        background: linear-gradient(
            180deg,
            rgb(51, 51, 51) 0%,
            rgba(124, 124, 124, 0.555) 100%
        );
        /* background: linear-gradient( 180deg, rgb(54 198 211) 0%, rgba(124, 124, 124, 0.555) 100% ); */
    }
    #homepagearea .ul-list button:hover {
        background: linear-gradient(
            180deg,
            rgb(51, 51, 51) 0%,
            rgba(124, 124, 124, 0.555) 100%
        );
    }
    #homepagearea .ul-list li > div:hover {
        background: linear-gradient(
            180deg,
            rgb(51, 51, 51) 0%,
            rgba(124, 124, 124, 0.555) 100%
        );
    }
    #homepagearea .ul-list .list-down {
        width: 100%;
    }
    #homepagearea .ul-list .list-down .list-item {
        background: rgba(83, 82, 82, 0.63);
        color: white;
    }
    #homepagearea .ul-list .list-down .list-item:hover {
        color: white;
        background: linear-gradient(
            180deg,
            rgba(83, 82, 82, 0.63) 0%,
            rgba(83, 82, 82, 0.63) 100%
        );
    }
}

#homepagearea .block4 .content {
    padding: 15px 15px 0;
}
#homepagearea .block4 .content .input-group {
    margin: 0 auto 15px;
}
#homepagearea .block4 .content .input-group span {
    padding: 0 10px;
    font-size: 21px;
}
#homepagearea .block4 .content .input-group input.form-control {
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    color: #000;
}
#homepagearea .block4 .content button {
    height: 40px;
    border-radius: 4px;
    margin: 0 auto 20px;
    padding: 0 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: none;
    background-color: #130f40;
}
#homepagearea .block4 .content button:hover {
    background-color: #272354;
}
#homepagearea .block4 table.table thead th {
    background-color: #8893b0;
    text-align: center;
    padding: 10px;
    color: #fff;
    border: none;
    font-size: 13px;
}

.group_info .info {
    background-color: #1787e0;
    color: white;
    display: inline-block;
    margin: 5px 0px;
    padding: 0.5rem 1rem;
    border-radius: 3px;
}
.homepagetable form .input-group {
    margin-bottom: 15px;
}
.homepagetable .table {
    overflow: scroll;
}
/* .homepagetable table.table {
    overflow: hidden;
} */
.homepagetable table.table caption {
    color: #000;
    font-size: 16px;
}
.block4 table.table tbody td {
    background-color: #f9f9f9;
    text-align: center;
    font-size: 13px;
    color: #000;
    line-height: normal;
    vertical-align: middle;
    padding: 10px;
}

.homepagetable table.table tbody td img {
    max-width: 75px;
    cursor: pointer;
}

.homepagetable table.table tbody td .pop {
    position: fixed;
    left: 50%;

    width: 700px;
    top: 50%;
    z-index: 1000;
    transform: translate(-50%, -50%);
}
.homepagetable table.table tbody td .pop {
    box-shadow: #555 0 0 10px 0, #777 0 0 25px 0;
}
.homepagetable table.table tbody td .pop img {
    max-width: unset;
    cursor: unset;

    width: 100%;
}

.homepagetable table.table tbody td .id .close {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: black;
    color: white;
    justify-content: center;
    align-items: center;
    font-family: "play";

    top: 0;
    display: none;
}
.homepagetable table.table tbody td .pop .close {
    display: flex;
}
.homepagetable table.table tbody td input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.homepagetable .notice {
    background-color: white;
    border-radius: 5px;
    padding: 25px;
}
.homepagetable .notice p {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #bbb;
    position: relative;
}
.homepagetable .notice p .notice_head {
    color: #0698cf;
}
.homepagetable .notice p .notice_footer {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.homepagetable .box {
    background-color: white;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    border-radius: 5px;
}
.homepagetable .box-2 {
    background-color: white;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 6px;
    overflow: hidden;
}
.homepagetable .box .col {
    padding: 6px 6px !important;
}
.homepagetable .box .box-child {
    background-color: hsl(207deg 88% 90%);
    padding: 30px 0;
    text-align: center;
    border-radius: 5px;
    position: relative;
}
.homepagetable .box .box-child i {
    color: hsl(207deg 32% 21%);
    font-size: 30px;
    margin-bottom: 5px;
}
.homepagetable .box .box-child h3 {
    font-size: 13px;
    color: #000;
}
.homepagetable .box .box-child .count {
    background-color: hsl(101deg 94% 39%);
    color: white;
    font-size: 14px;
    width: 25px;
    left: 50%;
    transform: translateX(-50%);
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    border-radius: 5px;
    margin: auto;
    margin-top: 5px;
    bottom: 7px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
}

/* End homepage */
/* loginpage */
.loginpage {
    background-color: #fff;
    padding: 10px;
}
.loginpage .title {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
.loginpage .content {
    padding: 15px;
    background-color: #fff;
}
.loginpage .content .input-group span {
    padding: 0 15px;
    font-size: 20px;
}
.loginpage .content .input-group .form-control {
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    color: #191919;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.loginpage .content .fpass {
    line-height: 35px;
    font-size: 15px;
}
.loginpage .content button {
    height: 35px;
    padding: 0 30px;
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
    border: none;
    font-size: 15px;
    box-shadow: 0 3px 0 0 #1f2270;
    line-height: 35px;
}
/* End loginpage */

/* billspage */
.billspage {
    margin: 30px auto;
    border: 1px solid #c4c5d5;
}
.billspage .title {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
.billspage .content {
    padding: 15px;
}
.billspage .content .buttonsarea {
    margin: 0 0 30px 0;
}
.billspage .content .buttonsarea a {
    display: inline-block;
    margin: 0 0 0 10px;
    height: 35px;
    padding: 0 20px;
    line-height: 33px;
    font-size: 15px;
}
.billspage .content .buttonsarea a.btn-danger {
    margin: 20px auto 0;
}
.billspage .content .buttonsarea a i.fa {
    margin: 0 0 0 5px;
}
#homepagearea .billspage .content .billsarea table.table thead tr th {
    background: #f5f5f5;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    line-height: normal;
    border: 1px solid #eee;
}
.billspage .content .billsarea .clinic_name span {
    display: block;
    font-size: 17px;
    color: #191919;
    line-height: 26px;
}
.billspage .content .billsarea .clinic_name i {
    font-style: normal;
    font-size: 16px;
    color: #555;
    line-height: 26px;
    display: block;
    margin: 5px auto;
}
.billspage .content .billsarea .clinic_name p {
    display: block;
    margin: 0 auto;
    direction: ltr;
    font-size: 16px;
    line-height: 23px;
    color: #666;
}
.billspage .content .billsarea .clinic_logo {
    display: block;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.billspage .content .billsarea .clinic_logo img {
    max-height: 120px;
    max-width: 100%;
}
.billspage .content .billsarea .clinic_date {
    font-size: 17px;
    text-align: center;
    color: #444;
    margin: 43px auto;
}
.billspage .content .billsarea .billnum {
    margin: 30px auto;
    color: #130f40;
    padding: 15px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    background-color: #f5f6fa;
    border-color: #e6e7eb;
}
.content .billsarea .billnum p {
    color: red;
    text-align: center;
    font-size: 17px;
    display: inline-block;
    margin: 0 0 0 10px;
}
#homepagearea .billspage .content .billsarea table.table tbody tr td.info1,
#homepagearea .billspage .content .billsarea table.table tbody tr td.info2 {
    padding: 10px;
    font-size: 16px;
    color: #130f40;
    line-height: normal;
    vertical-align: middle;
}
/* End billspage */

/* datespage */
.datespage {
    margin: 20px 15px;
    border: 1px solid #c4c5d5;
}
.datespage .title {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
.datespage .content {
    padding: 15px;
}
.datespage .toparea {
    margin: 0 auto 20px;
}
.datespage .toparea a.btn {
    height: 40px;
    padding: 0;
    line-height: 38px;
    display: block;
}
.datespage .toparea label {
    height: 40px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    display: block;
    color: #000;
}
.datespage .toparea input {
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
}
.datespage .toparea button {
    display: block;
    height: 40px;
    line-height: 38px;
    width: 100%;
    padding: 0;
    font-weight: bold;
    font-size: 17px;
}
.datespage table.table thead th {
    background-color: #8893b0;
    text-align: center;
    padding: 10px;
    color: #fff;
    border: none;
}
.datespage table.table tbody td {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-color: #d9dde6;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: normal;
    padding: 10px 5px;
    vertical-align: middle;
}
.datespage table.table tbody td:nth-child(2n) {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #d7dbe6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #d7dbe6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7dbe6',GradientType=0 );
}
.datespage table.table tbody td a {
    display: block;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    font-weight: bold;
    font-size: 13px;
}
.datespage table.table tbody td span {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 25px;
}
.datespage .adddate label {
    line-height: 40px;
    padding: 0 15px;
    text-align: right;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
.datespage .adddate input,
.datespage .adddate select {
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    color: #000;
}
.datespage .adddate button {
    height: 40px;
    padding: 0 40px;
    font-weight: bold;
    font-size: 15px;
    line-height: 38px;
}
.datespage table.table thead th.viewbg1 {
    background: -moz-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #1e195f),
        color-stop(100%, #130f40)
    );
    background: -webkit-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -o-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -ms-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: linear-gradient(180deg, #1e195f 0%, #130f40 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e195f', endColorstr='#130f40',GradientType=0 );
    padding: 5px 10px;
    vertical-align: middle;
}
.datespage table.table thead th.viewbg2 {
    background: -moz-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #1e195f),
        color-stop(100%, #130f40)
    );
    background: -webkit-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -o-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -ms-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: linear-gradient(180deg, #1e195f 0%, #130f40 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e195f', endColorstr='#130f40',GradientType=0 );
    padding: 10px;
    vertical-align: middle;
    text-align: left;
    direction: ltr;
    padding: 5px 10px;
    font-weight: normal;
}
.datespage table.table thead th.viewbg2 p {
    display: block;
    margin: 5px auto;
    font-size: 16px;
}
a.printico {
    display: inline-block;
    margin: 20px 15px 0 0;
    height: 40px;
    line-height: 38px;
    padding: 0 40px;
    font-size: 19px;
}
/* End datespage */

/* viewlogpage */
.viewlogpage {
    margin: 20px 15px;
    border: 1px solid #c4c5d5;
}
.viewlogpage .viewlogbut {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    padding: 10px;
}
.viewlogpage .viewlogbut button[type="submit"] {
    height: 35px;
    padding: 0 20px;
    border-radius: 4px;
    font-weight: bold;
    border: none;
    font-size: 14px;
    color: #ffffff;
    margin: 0 0 0 15px;
    line-height: 35px;
}
.viewlogpage .viewlogbut button[type="submit"].edit {
    background-color: #00aeef;
    box-shadow: 0 3px 0 0 #0698cf;
}
.viewlogpage .viewlogbut button[type="submit"].edit:hover {
    background-color: #0698cf;
}
.viewlogpage .viewlogbut button[type="submit"].del {
    background-color: #ed1c24;
    box-shadow: 0 3px 0 0 #cf161d;
}
.viewlogpage .viewlogbut button[type="submit"].del:hover {
    background-color: #cf161d;
}
.viewlogpage .viewlogbut button[type="submit"] i.fa {
    margin: 0 0 0 5px;
}
.viewlogpage .content {
    padding: 15px;
}
.viewlogpage .content table.table tbody td {
    font-size: 15px;
    vertical-align: middle;
    color: #191919;
    padding: 10px;
    line-height: normal;
}
/* End viewlogpage */

/* footer */
.doctorepage {
    margin: 20px 15px;
    border: 1px solid #c4c5d5;
}
.doctorepage .sidebar {
    float: right;
    width: 20%;
}
.doctorepage .sidebar span {
    display: block;
    background-color: #333;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    color: #fff;
}
.doctorepage .sidebar p {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    background-color: #555;
    color: #fff;
    padding: 5px;
}
.doctorepage .sidebar a {
    background: -moz-linear-gradient(
        270deg,
        #ffffff 0%,
        #e9edf6 100%
    ); /* ff3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    ); /* safari4+,chrome */
    background: -webkit-linear-gradient(
        270deg,
        #ffffff 0%,
        #e9edf6 100%
    ); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(
        270deg,
        #ffffff 0%,
        #e9edf6 100%
    ); /* opera 11.10+ */
    background: -ms-linear-gradient(
        270deg,
        #ffffff 0%,
        #e9edf6 100%
    ); /* ie10+ */
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 ); /* ie6-9 */
    display: block;
    color: #000;
    padding: 10px 15px;
    font-size: 16px;
    border-bottom: 1px solid #c4c5d5;
}
.doctorepage .sidebar a:hover,
.doctorepage .sidebar a:active,
.doctorepage .sidebar a:focus {
    background: -moz-linear-gradient(
        270deg,
        #f0f0f0 0%,
        #dadee7 100%
    ); /* ff3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #f0f0f0),
        color-stop(100%, #dadee7)
    ); /* safari4+,chrome */
    background: -webkit-linear-gradient(
        270deg,
        #f0f0f0 0%,
        #dadee7 100%
    ); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(
        270deg,
        #f0f0f0 0%,
        #dadee7 100%
    ); /* opera 11.10+ */
    background: -ms-linear-gradient(
        270deg,
        #f0f0f0 0%,
        #dadee7 100%
    ); /* ie10+ */
    background: linear-gradient(180deg, #f0f0f0 0%, #dadee7 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dadee7',GradientType=0 ); /* ie6-9 */
}
.doctorepage .sidebar a.active {
    background: -moz-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #1e195f),
        color-stop(100%, #130f40)
    );
    background: -webkit-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -o-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: -ms-linear-gradient(270deg, #1e195f 0%, #130f40 100%);
    background: linear-gradient(180deg, #1e195f 0%, #130f40 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e195f', endColorstr='#130f40',GradientType=0 );
    color: #ffffff;
}
.doctorepage .content {
    float: right;
    width: 80%;
    padding: 15px;
    border-right: 1px solid #ddd;
    min-height: 400px;
}
.doctorepage .timetable table.table thead th {
    background-color: #8893b0;
    text-align: center;
    padding: 10px;
    color: #fff;
    border: none;
}
.doctorepage .timetable table.table tbody td {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-color: #d9dde6;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: normal;
    padding: 10px 5px;
    vertical-align: middle;
}
.doctorepage .timetable table.table tbody td:nth-child(2n) {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #d7dbe6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #d7dbe6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7dbe6',GradientType=0 );
}
.doctorepage .content .blockone {
    margin: 0 auto 30px;
}
.doctorepage .content .blockone label {
    font-weight: normal;
    font-size: 16px;
    color: #000;
}
.doctorepage .content .blockone textarea.form-control {
    padding: 10px;
    font-size: 15px;
    color: #111111;
    background-color: #fcfcfc;
}
.doctorepage .content .blockone .docname {
    display: block;
    margin: 20px auto 0;
    font-size: 15px;
    color: #130f40;
}
.doctorepage .content .blockone .docname i.fa {
    margin: 0 0 0 5px;
    color: #00abd8;
}
/* End doctorepage */

/* footer */
.reports {
    margin: 20px 15px;
    border: 1px solid #c4c5d5;
}
.reports .title {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
.reports .content {
    padding: 15px;
}
.reports .content form {
    margin: 0 auto 30px;
}
.reports .content label {
    line-height: 40px;
    padding: 0 15px;
    text-align: right;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
.reports .content input,
.reports .content select {
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    color: #000;
}
.reports .content button {
    height: 40px;
    padding: 0 40px;
    font-weight: bold;
    font-size: 15px;
    line-height: 38px;
}
.reports .content table.table thead th {
    background-color: #8893b0;
    text-align: center;
    padding: 10px;
    color: #fff;
    border: none;
}
.reports .content table.table tbody td {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-color: #d9dde6;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: normal;
    padding: 10px 5px;
    vertical-align: middle;
}
.reports .content table.table tbody td:nth-child(2n) {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #d7dbe6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #d7dbe6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7dbe6',GradientType=0 );
}
/* End reports */

/* lastvisit */
.lastvisit {
    color: red;
    font-size: 14px;
    padding: 15px;
}
.lastvisit i.fa {
    color: #666;
    margin: 0 0 0 2px;
}
/* End lastvisit */

/* medicalforms */
.medicalforms {
    margin: 30px auto;
    border: 1px solid #c4c5d5;
}
.medicalforms .title {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-bottom: 1px solid #c4c5d5;
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #130f40;
    text-align: center;
}
.medicalforms .content {
    padding: 15px;
}
.medicalforms .content table.table thead th {
    background-color: #8893b0;
    text-align: center;
    padding: 10px;
    color: #fff;
    border: none;
}
.medicalforms .content table.table tbody td {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-color: #d9dde6;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: normal;
    padding: 10px 5px;
    vertical-align: middle;
}
.medicalforms .content table.table tbody td:nth-child(2n) {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #d7dbe6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #d7dbe6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7dbe6',GradientType=0 );
}
/* End medicalforms */

/* patientsshow */
#patientsshow .sidebar {
    margin: 20px auto;
    border: 1px solid #c4c5d5;
}
#patientsshow .sidebar ul li a {
    display: block;
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    padding: 10px;
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #c4c5d5;
    color: #130f40;
}
#patientsshow .sidebar ul li:last-child a {
    border-bottom: none;
}
#patientsshow .sidebar ul li a:hover,
#patientsshow .sidebar ul li a:active,
#patientsshow .sidebar ul li a:focus {
    background: -moz-linear-gradient(270deg, #f0f0f0 0%, #dadee7 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #f0f0f0),
        color-stop(100%, #dadee7)
    );
    background: -webkit-linear-gradient(270deg, #f0f0f0 0%, #dadee7 100%);
    background: -o-linear-gradient(270deg, #f0f0f0 0%, #dadee7 100%);
    background: -ms-linear-gradient(270deg, #f0f0f0 0%, #dadee7 100%);
    background: linear-gradient(180deg, #f0f0f0 0%, #dadee7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dadee7',GradientType=0 );
}
#patientsshow .sidebar ul li.active a {
    background: #130f40;
    color: #fff;
    border-bottom-color: #130f40;
}
#patientsshow .tablearea {
    margin: 20px auto;
}
#patientsshow .tablearea table.table thead th {
    background-color: #8893b0;
    text-align: center;
    padding: 10px;
    color: #fff;
    border: none;
    font-size: 13px;
}
#patientsshow .tablearea table.table tbody td {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e9edf6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #e9edf6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf6',GradientType=0 );
    border-color: #d9dde6;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: normal;
    padding: 8px;
}
#patientsshow .tablearea table.table tbody td:nth-child(2n) {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #d7dbe6)
    );
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -o-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: -ms-linear-gradient(270deg, #ffffff 0%, #d7dbe6 100%);
    background: linear-gradient(180deg, #ffffff 0%, #d7dbe6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7dbe6',GradientType=0 );
}
#patientsshow .tablearea .showuserpage span {
    display: block;
    font-size: 15px;
    color: #444;
}
#patientsshow .tablearea .showuserpage span p {
    display: inline-block;
    margin: 0 5px 0 0;
    color: #808ba9;
}
/* End patientsshow */
/* Start view-invoice */
.view-invoice .box-info p {
    margin-bottom: 0px;
    font-size: 14px;
    width: fit-content;
    margin: 0 auto;
    color: #777;
}
.view-invoice .box-info .title {
    font-size: 16px;
}
.view-invoice .status-invoice {
    width: fit-content;
    color: #413bff;
    margin: 0 auto;
    font-weight: bold;
    font-size: 15px;
}
.view-invoice .boxes-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 14px;
}
.view-invoice .boxes-info .box {
    display: flex;
    width: calc(100% / 5 - 8px);

    align-items: center;
    gap: 5px;
}
.view-invoice .boxes-info .box .title {
    background-color: #dddcdc;
    padding: 1px 7px;
    white-space: nowrap;
}
@media (max-width: 991.98px) {
    .view-invoice .boxes-info .box {
        width: calc(100% / 3 - 7px);
    }
}
@media (max-width: 767.98px) {
    .view-invoice .boxes-info .box {
        width: calc(100% / 2 - 5px);
    }
}
@media (max-width: 575.98px) {
    .view-invoice .boxes-info .box {
        width: calc(100%);
    }
}
.view-invoice .footer-invoice {
    color: #413bff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

/* End view-invoice */
/* Start reports */
section.page-reports p {
    font-size: 14px;
}
section.page-reports th {
    font-size: 13px !important;
}
section.page-reports th {
    font-size: 12px !important;
}
@media print {
    #printTable td,
    #printTable p,
    #printTable th {
        font-size: 12px;
        padding: 3px;
    }
    #printTable .box-total-info {
        font-size: 12px !important;
        padding: 3px;
    }
    #printTable .box-total-info .item {
        margin-bottom: 0px !important;
    }
    .not-print {
        display: none;
    }
    .view-contract .boxes-info .box {
        width: calc(100% / 5 - 8px) !important;
        font-size: 13px;
    }
    .box {
        width: calc(100% / 5 - 8px) !important;
        font-size: 13px !important;
    }
    .view-contract .title-box {
        font-size: 13px;
    }
    p {
        font-size: 13px !important;
    }
    .align-items-center {
        flex-wrap: nowrap;
        width: 100%;
    }
    .align-items-center .col-xs-12 {
        width: 50%;
        font-size: 12px;
    }
    h3 {
        font-size: 14px !important;
    }
    .view-invoice .status-invoice {
        font-size: 11px !important;
    }
    .box-grrey {
        font-size: 12px !important;
    }
    .view-invoice .footer-invoice .fw-bold {
        font-size: 12px !important;
    }

    .view-invoice .box-info p {
        font-size: 12px !important;
    }
}
/* End reports */
/*start view-project */
.view-project .btn-item {
    background: linear-gradient(180deg, #ffffff 0%, #e9edf6 100%);
    color: #3a3c42;
    border: 1px solid #c4c5d5;
    border-radius: 4px;
    outline: none;

    font-size: 14px;
    padding: 15px 0;
    transition: 300ms;
    width: 100%;
    position: relative;
}
.view-project .btn-item:hover {
    background: #c4c5d5;
}
.view-project .btn-item .count {
    left: -10px;
    transition: 300ms;
    top: -3px;
}

/*end view-project */
/* Start Login */
section.login {
    min-height: 100vh;
    width: 100%;
    background-color: rgb(249, 250, 251);
    display: flex;
    align-items: center;
    justify-content: center;
}
section.login .form-login {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-color: white;
    padding: 25px 55px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
section.login .form-login .title {
    color: #7b71c9;
    font-weight: bold;
    margin-bottom: 15px;
}
section.login .form-login .text {
    color: #8f8f8f;
}
section.login .box-login {
    align-items: stretch;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    section.login .box-login {
        max-width: 70%;
    }
}
section.login .form-login .input-group {
    margin-bottom: 15px;
}
section.login .form-login .input-group input {
    padding: 20px 5px;
}
section.login .form-login .input-group .input-group-addon {
    padding: 0px 18px;
}
section.login .form-login .reset-password {
    color: #7b71c9;
    font-size: 16px;
    align-self: flex-start;
    font-weight: bold;
    text-align: start;
}
section.login .form-login .sub {
    background-color: #7b71c9;
    color: white;
    align-self: flex-start;
    margin-bottom: 15px;

    margin: 0 auto;
}
section.login .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    margin-top: 15px;
    color: white;
}
section.login .footer img {
    width: 50px;
}
/* End Login */
/* start notifications */

section.notifications .notification-wrapper {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 3px 5px rgba(17, 17, 17, 0.15);
    padding: 20px;
}
section.notifications .notification-wrapper .notification-day {
    font-size: 18px;
    line-height: 1;
    margin: 20px 0 10px;
}
section.notifications .notification-wrapper .notification-day:first-of-type {
    margin: 0 0 10px;
}

section.notifications .notification-wrapper .notification-message {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    color: #333;
    padding: 10px 0;
}
section.notifications
    .notification-wrapper
    .notification-message
    .notification-message-title {
    font-weight: bold;
    margin-bottom: 5px;
}
section.notifications
    .notification-wrapper
    .notification-message
    .notification-message-info {
    line-height: 1.4;
    margin-bottom: 5px;
}
section.notifications
    .notification-wrapper
    .notification-message
    .notification-message-time {
    color: #999999;
    line-height: 1;
}
section.notifications
    .notification-wrapper
    .notification-message
    .more-details {
    justify-content: center;
    padding: 0;
    width: 24px;
}
section.notifications .notification-wrapper .notification-message:hover {
    background-color: #f8fff8;
}

section.notifications .notification-header-title {
    align-items: center;
    color: #666666;
    display: flex;
    font-family: Roboto;
    font-size: 24px;
    line-height: 28px;
}

/* End notifications */
/* Satrt view-contract */
.view-contract .box-info p {
    margin-bottom: 0px;
    font-size: 14px;
    width: fit-content;
    margin: 0 auto;
    color: #777;
}
.view-contract .title-box {
    color: black !important;
    font-weight: bold;
}
.view-contract .box-info .title {
    font-size: 16px;
}
.view-contract .status-invoice {
    width: fit-content;
    color: #413bff;
    margin: 0 auto;
    font-weight: bold;
    font-size: 15px;
}
.view-contract .boxes-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 14px;
}
.view-contract .boxes-info .box {
    display: flex;
    width: calc(100% / 5 - 8px);

    align-items: center;
    gap: 5px;
}
.view-contract .boxes-info .box .title {
    background-color: #dddcdc;
    padding: 1px 7px;
    white-space: nowrap;
}
@media (max-width: 991.98px) {
    .view-contract .boxes-info .box {
        width: calc(100% / 3 - 7px);
    }
}
@media (max-width: 767.98px) {
    .view-contract .boxes-info .box {
        width: calc(100% / 2 - 5px);
    }
}
@media (max-width: 575.98px) {
    .view-contract .boxes-info .box {
        width: calc(100%);
    }
}
.view-contract .footer-invoice {
    color: #413bff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

/* End view-contract */
/* Start customers */
section.customers #modalShow p {
    color: black;
    margin: 0;
    background-color: #dddcdc;
    padding: 1px 7px;
    font-size: 14;
}

/* End customers */
/* Start login-clintes */
section.login-clintes {
    min-height: 100vh;
    width: 100%;
    background-color: rgb(249, 250, 251);
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-login {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-color: white;
    padding: 25px 55px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.rounded_right {
    border-radius: 0px 6px 6px 0px;
}
.rounded_left {
    border-radius: 6px 0px 0px 6px;
}

.form-login h3 {
    color: #7b71c9;
    font-weight: bold;
    margin-bottom: 15px;
}

.form-login p {
    color: #8f8f8f;
}

.form-login .input-group {
    margin-bottom: 15px;
    align-items: center;
}

/* .form-login .input-group input {
    padding: 20px 5px;
} */

.form-login .input-group .input-group-addon {
    padding: 0px 18px;
}

.form-login .reset-password {
    color: #7b71c9;
    font-size: 16px;
    align-self: flex-start;
    font-weight: bold;
    text-align: start;
    cursor: pointer;
}

.form-login .sub {
    background-color: #7b71c9;
    color: white;
    align-self: flex-start;
    margin-bottom: 15px;
    margin: 0 auto;
}
.box-login {
    align-items: stretch;
    margin: 0 auto;
}

.login_shadow {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%),
        0 10px 10px -5px rgb(0 0 0 / 4%);
}

section.login-clintes .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    margin-top: 15px;
    color: white;
}
section.login-clintes .footer .our_logo {
    color: black;
}

section.login-clintes .footer img {
    width: 50px;
}
/* end login-clintes */

/* Scrollup */
a.scrollup {
    background-color: #367338;
    bottom: 8px;
    color: #fff;
    cursor: pointer;
    display: none;
    font: 20px/33px FontAwesome !important;
    height: 35px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 35px;
    z-index: 1000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a.scrollup:hover {
    background-color: #225f24;
}
/* End Scrollup */
.box-grrey {
    background-color: #dddcdc;
    padding: 1px 7px;
    white-space: nowrap;
}
.accordion-container .contentBx {
    position: relative;
    margin: 10px 20px;
}

.accordion-container .contentBx .label-name {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #cfcaca;
    cursor: pointer;
}
.accordion-container .contentBx .label-name .icon-holder {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 1em;
}

.accordion-container .contentBx .label-name .icon-holder .to_up {
    display: none;
}

.accordion-container .contentBx.active .label-name .icon-holder .to_up {
    display: block;
}

.accordion-container .contentBx.active .label-name .icon-holder .to_down {
    display: none;
}

.accordion-container .contentBx .content {
    background-color: white;
    position: relative;
    height: 0px;
    overflow: hidden;
    transition: 0.5s;
    overflow-y: auto;
}

.accordion-container .contentBx.active .content {
    height: 150px;
    padding: 10px;
}

.hidden {
    display: none;
}

.inp-container {
    margin-bottom: 10px;
}

.mr {
    margin-right: 5px;
}
.ml {
    margin-left: 5px;
}

.none-outline {
    outline: none;
}

.w-100 {
    width: 100% !important;
}

.bg-moev {
    color: white !important;
    background-image: linear-gradient(to bottom, #9c27b0 0%, #851e96 100%);
}
.bg-moev:hover {
    background-image: linear-gradient(to bottom, #7e1e8e 0%, #851e96 100%);
}

.data-info {
    padding: 5px 10px;
    background-color: #36c6d3;
    color: white;
    border-radius: 4px;
    text-align: center;
}

.max-inp-width {
    max-width: 350px !important;
}

.max-area-width {
    max-width: 500px !important;
}

.footer-bottom {
    background-color: rgb(49, 49, 49);
    color: white;
    font-size: 15px;
}
.white {
    color: white !important;
}
input[readonly] {
    background-color: #eee !important;
}
input[readonly]:focus {
    outline: none !important;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
}
.form-control {
    font-size: 14px;
}

/* status box style */
.status_box {
    position: relative;
    color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

.status_box:hover .icon > svg {
    transform: scale(1.1);
}

.status_box .data {
    padding: 10px;
}

.status_box .data > h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 10px;
    white-space: nowrap;
    z-index: 5;
}

.status_box .data > p {
    font-size: 16px;
    z-index: 5;
}

.status_box .icon {
    position: absolute;
    top: 20px;
    left: 15px;
}

.status_box .icon > svg {
    font-size: 50px;
    transition: transform 0.5s;
}

.status_box .more {
    position: relative;
    display: block;
    text-align: center;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 10;
    color: #fff;
}

.status_box .more:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.blue-box {
    background-color: #17a2b8;
}

.success-box {
    background-color: #28a745;
}

.danger-box {
    background-color: #dc3545;
}

.warning-box {
    background-color: #ffc107;
}

.blue-icon {
    color: #148a9d;
}

.success-icon {
    color: #228e3b;
}

.danger-icon {
    color: #bb2d3b;
}

.warning-icon {
    color: #d9a406;
}
.fs-12 {
    font-size: 13px !important;
}
.fit-content {
    width: fit-content !important;
}
.xs-btn-icon {
    font-size: 12px !important;
    padding: 1px 5px !important;
}

.table-inp th,
.table-inp td {
    vertical-align: middle;
    text-align: start;
    white-space: nowrap !important;
}

.bg-light-green {
    background-color: #66e9a991  !important;
}
.text-green {
    color: #388e3c!important;
}
.bg-light-red{
    background-color: #ff08043d !important;
}
.table-inp select{
    width: 200px;
    min-width: 100%;
}
.table-inp input[type="number"]{
    width: 70px;
    margin: auto;
}

