/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 08-01-2024, 12:06:13
    Author     : nogsus
*/
.bg-success {
    z-index: 10000;
    top: 0px;
}

i.text-light, i.text-light::before {
    color: #fff !important;
}

main.ngs_main_content {
    position: absolute;
    padding-left: 15px;
    margin-left: 245px;
    min-height: 650px;
    z-index: -500;
}

main.ngs-main-open {
    transition: all 0.35s ease-in-out;
    margin-left: 65px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 94%;
    min-width: 94%;
}

main.ngs_main_content.ngs-main-close {
    max-width: 81%;
    width: 100%;
    margin-left: 18%;
}

aside.ngs_sidebar_mgr {
    position: absolute;
    min-height: 500px;
    width: 250px;
    height: auto;
    top: 20px;
    z-index: 100;
}

aside.ngs-left-open {
    transition: all 0.35s ease-in-out;
    max-width: 70px !important;
    overflow: hidden;
}

aside.ngs-left-open .sidenav-header .navbar-brand span, aside.ngs-left-open #sidenav-collapse-main li a span, aside.ngs-left-open .ngs_sub_item_action .nav-link-text span {
    opacity: 0;
}

aside.ngs-left-open .sidenav-header-toggle-btn {
    margin-top: -15px !important;
    display: block !important;
    margin-left: 4px !important;
}

.ngs_sidebar_mgr.ngs-left-open .sidenav-header-toggle-btn {
    margin-left: 13px !important;
}

.ngs_sidebar_mgr hr {
    margin-top: 15px !important;
    max-width: 240px;
}

.ngs_sidebar_mgr.ngs-left-open span {
    transition: all 0.35s ease-in-out;
    display: none;
}

.ngs_sidebar_mgr ul.navbar-nav {
    padding-left: 8px !important;
    overflow: hidden;
    margin-left: 9px;
}

.ngs_top_navbar .navbar-nav.justify-content-end {
    min-width: 200px;
}

.ngs_top_navbar .navbar-nav.justify-content-end li {
    display: inline-block !important;
}

.sidenav-header {
    width: 185px;
}

.sidenav-header a {
    padding: 0px 0rem 1.5rem 9px !important;
    height: 65px;
    display: inline-block;
}

.sidenav-header a img {
    max-height: 2.5rem !important;
}

.sidenav-header {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.sidenav-header-toggle-btn {
    background-position: 30% !important;
    border-radius: 0.75rem !important;
    height: 40px !important;
    width: 40px !important;
    margin-top: 0px !important;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.sidenav-header-toggle-btn i.ni {
    top: 10px !important;
}

.sidenav-header a span {
    line-height: 20px;
    max-width: 135px !important;
    display: inline-block;
    vertical-align: text-top;
    margin-top: -5px;
}

#sidenav-collapse-main ul.navbar-nav li.nav-item {
    position: initial;
    width: 200px;
    height: 45px;
    margin-top: 0px !important;
    z-index: 5000;
    opacity: 1;
    display: block;
}

.ngs_sbar_tit_itm {
    background-color: #6a5375;
    border-radius: 5px 5px 0px 0px;
    padding: 5px;
    color: #fff;
    cursor: none;
}

.ngs_sbar_tit_itm i, .ngs_sbar_tit_sbitm i {
    width: 25px !important;
}

.ngs_sbar_tit_itm i::before, .ngs_sbar_tit_sbitm i::before {
    position: absolute;
    margin-top: -14px;
    margin-left: 0px !important;
    left: 10px !important;
}

.ngs_sbar_tit_sbitm a span.nav-link-text {
    display: inline-block !important;
}

.ngs_sbar_tit_itm h6 {
    padding-left: 0px;
    font-size: 12px !important;
    font-weight: 700;
    color: #fff !important;
    display: inline-block;
    margin: 0px !important;
}

.ngs_sidebar_mgr .nav-link {
    padding: 0.3rem 0px !important;
}

.ngs_sidebar_mgr .ngs_sub_item {
    padding: 5px !important;
    list-style: none !important;
    position: fixed;
    background-color: rgba(255,255,255,0.9);
    z-index: 50000;
    border: 1px solid #d7d7d7;
    border-radius: 7px;
    box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.5);
    width: 180px;
    margin-top: 0px;
    margin-left: 40px;
}

.ngs_sidebar_mgr .ngs_sub_item li:nth-child(n + 2):hover {
    background-color: #6a537520;
    border-radius: 0px;
}

.ngs_sidebar_mgr .ngs_sub_item li span {
    opacity: 1 !important;
}

.ngs_active_men {
    background-color: #dfdfdf;
}

.ngs_active_men, .ngs_sub_item_action {
    display: block;
    cursor: pointer;
}

.ngs_sub_item_action i {
    position: initial;
    height: 10px;
    width: 30px;
    margin: 0px;
    display: inline-block;
    text-align: center;
}

.ngs_sub_item_action i.ni::before {
    position: absolute;
    font-size: 17px;
    left: 15.7px;
    margin-top: -3px;
    margin-left: 8.7px;
}

.ngs_sub_item_action a.nav-link {
    display: inline-block !important;
    margin: 0px !important;
}

.ngs_sub_item_action a.nav-link.active div.icon-shape {
    background-color: #cb0c9f !important;
}

.ngs_sub_item_action a.nav-link.active i, .nav-link.active .icon i {
    color: #cb0c9f !important;
    opacity: 1 !important;
}

.ngs_sub_item_action div.icon-shape {
    background-color: #6a537633; 
    border: 1px solid #6a537655;
    display: inline-block;
}

.ngs_sub_item_action .nav-link-text {
    display: inline-block;
    font-size: 12px;
}

.ngs_sub_item_action .nav-link-text span {
    font-size: 12px;
    padding-left: 5px;
}

.ngs_icons div {
    margin: 0px 10px 10px 0px;
}

.ngs_hide_men, .ngs_hide_waiting, .ngs_hide_modal_wnd {
    transition: all 0.4s ease-in-out;
    display: none;
}

.ngs_hide {
    transition: all 0.4s ease-in-out;
    display: none;
    opacity: 0;
}

.ngs_show {
    transition: all 0.4s ease-in-out;
    display: block !important;
    opacity: 1 !important;
}

.ngs_active {
    opacity: 1 !important;
}

.ngs_waiting_for {
    position: fixed;
    background: transparent;
    text-align: center;
    margin-top: 10px;
    width: 85%;
    z-index: 50000;
}

.ngs_waiting_for i {
    font-size: 55px;
    animation: spin 1s linear infinite;
    color: #ffbe16;
    text-shadow: 0px 0px 1px rgba(255,255,190,0.9);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.ngs_opt_crud {
    margin-left: 5px !important;
}

.ngs_opt_crud .card h6 {
    font-size: 12px !important;
}

.ngs_opt_crud .card .card-body {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.5;
}

.ngs_opt_crud .card:hover {
    transition: all 0.4s ease-in-out;
    box-shadow: 0 20px 27px 0 rgba(0,0,0,0.15);
    opacity: 1;
}

.ngs_opt_crud .card-body:hover {
    transition: all 0.4s ease-in-out;
    opacity: 1;
}

.ngs_card_table {
    border: 1px solid #e9e9e9;
    margin-left: 15px !important;
}

.ngs_tbl_pagination {
    padding: 10px 22px 0px 22px;
    box-sizing: border-box;
}

.ngs_crud_title_top {
    margin-top: 15px;
}

.ngs_crud_title_top h5, .ngs_crud_title_top h6, .ngs_crud_title_top i {
    display: inline-block !important;
}

.ngs_crud_title_top h5 {
    max-width: 370px;
}

.ngs_crud_title_top h6 {
    max-width: 170px;
    padding-left: 28px;
    padding-right: 0px !important;
}

.ngs_crud_title_top i {
    max-width: 20px;
    padding-top: 5px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.ngs_crud_title {
    padding-left: 10px;
}

.ngs_navbar_main {
    box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.05);
    height: 50px !important;
    min-width: 100% !important;
    margin: 10px 0px 0px 15px !important;
}

#ngs_top_nav_bar {
    background-color: #f8f9fa !important;
    width: 96.95%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ngs-main-open #ngs_top_nav_bar {
    width: 97% !important;
}

.ngs_tab_panel {
    margin-top: 25px;
}

.ngs_sub_title_tbl {
    display: inline-block;
}

.predictive_panel {
    min-width: 67% !important;
}

.ngs_predictive_search{
    display: inline-block;
    min-width: 50% !important;
    margin-left: 10px;
}

.ngs_nrecord_input {
    display: inline-block !important;
    max-width: 205px;
}

.ngs_nrecord_input label, .ngs_nrecord_input i {
    display: inline-block !important;
}

.ngs_nrecord_input i {
    border: 2px solid #cb0c9f;
    color: #cb0c9f;
    position: absolute;
    margin: 6px 0px 0px 10px;
    padding: 3px;
    border-radius: 20px;
    cursor: pointer;
}

.ngs_nrecord_input input[type="number"] {
    display: inline-block !important;
    max-width: 80px !important;
}

.ngs_predictive_search .ngs_single_input_text {
    display: inline-block !important;
    max-width: 250px;
}

.ngs_predictive_search .ngs_predictive_search_btn {
    display: inline-block;
    position: absolute;
    background-color: #eee;
    margin-left: -29.2px;
    padding: 0.7% 6.2px;
    border-radius: 0px 7px 7px 0px;
    margin-top: 1px;
    cursor: pointer;
    max-height: 38px !important;
}

.ngs_action_icons a {
    cursor: pointer;
    vertical-align: middle;
}

.ngs_action_icons a:hover {
    transition: all 0.3s ease-in-out;
    color: #cb0c9f;
}

.ngs_action_icons a:nth-child(1), .ngs_action_icons a:nth-child(2), .ngs_action_icons a:nth-child(3) {
    margin-right: 10px;
}

.ngs_action_icons a:nth-child(4) {
    margin-right: 45px;
}

.ngs_action_icons a:nth-child(1) i {
    position: relative;
    top: 1px;
}

.ngs_xprt_opt .ngs_xprt_btn, .ngs_xprt_opt h5 {
    display: inline-block;
}

.ngs_xprt_btn {
    border: 3px solid #cb0c9f;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.ngs_xprt_opt .ngs_xprt_btn:hover {
    transition: all 0.4s ease-in-out;
    background-color: #08cff0;
    cursor: pointer;
}

.ngs_title_table {
    background-color: #e0e0e0;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #cfcfcf;
}

.ngs-main-close .ngs_title_table {
    min-width: 101%;
}

.ngs-main-open .ngs_title_table {
    min-width: 101% !important;
}

.ngs-main-open .ngs_bdy_table {
    width: 90.5% !important;
}

.ngs_bdy_table {
    position: fixed;
    height: 350px;
    width: 77%;
    top: 315px;
    max-height: 400px !important;
    overflow-y: scroll;
}

.ngs_sort_table {
    margin-left: 10px;
    cursor: pointer;
}

#upDownFmMdl .icon, #upDownFmEdtMdl .icon {
    position: absolute;
    bottom: 0px;
    right: 25px;
    max-width: 35px !important;
    max-height: 35px !important;
    box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.7) !important;
    cursor: pointer;
}

#upDownFmMdl .icon .ni-bold-down, #upDownFmEdtMdl .icon .ni-bold-down {
    transition: all 0.3s ease-in-out;
    top: 9px !important;
}

#upDownFmMdl .icon .ni-bold-down.toUp, #upDownFmEdtMdl .icon .ni-bold-down.toUp {
    transition: all 0.3s ease-in-out;
    transform: rotate(180deg);
}

.ngs_modal {
    transition: all 0.4s ease-in-out;
    position: fixed;
    margin: 0px auto;
    background-color: #efefef;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 5px 25px 25px;
    max-height: 495px;
    overflow: hidden;
    width: 50%;
    top: 15%;
    left: 25%;
    opacity: 0;
    z-index: 50000;
}

.ngs_modal.ngs_show {
    transition: all 0.4s ease-in-out;
    opacity: 1;
}

.ngs_modal_close {
    display: block;
    text-align: right;
}

.ngs_modal_close i {
    display: inline-block;
    width: 30px;
    font-size: 25px !important;
    text-align: center;
    height: 30px;
    vertical-align: middle;
    background-color: #cb0c9f;
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    padding-top: 2.2px;
    padding-left: 1px;
    margin-top: 18px;
}

.ngs_modal_close i:hover {
    transition: all 0.2s ease-in-out;
    transform: rotate(90deg);
}

.ngs_modal h2 {
    margin-top: -35px;
    font-size: 22px !important;
}

.ngs_modal form {
    margin-top: 0px;
    max-height: 400px;
    overflow: auto;
    max-width: 100%;
    padding: 0px 15px 0px 5px;
}

.ngs_modal form div:nth-child(1) {
    margin: 10px 0px 20px 0px;
}

.ngs_modal form div:nth-child(2) {
    margin-bottom: 30px;
}

.ngs_modal label {
    padding-right: 20px;
}

.ngs_modal input, .ngs_modal select {
    max-width: 575px;
}

.ngs_modal span {
    float: right !important;
    margin-top: -35px;
}

.btnSection {
    margin-top: 20px;
}

.ngs_modal input[type="submit"], .actvMdlButton {
    background-image: linear-gradient(310deg,#7928ca,#ff0080);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: 0px none;
    border-radius: .5rem;
    font-size: .75rem;
    padding: .5rem 2rem;
}

.ngs_modal input[type="submit"]:hover {
    transition: all 0.2s ease-in-out;
    transform: scale(1.02);
}

.ngs_modal input:invalid + span::after, .ngs_modal select:invalid + span::after {
    content: "✖";
    padding-left: 5px;
    color: #8b0000;
}

.ngs_modal input:valid + span::after, .ngs_modal select:valid + span::after {
    content: "✓";
    padding-left: 5px;
    color: #009000;
}

.ngs_modal_blackout {
    position: fixed;
    background-color: rgba(0,0,0,0.65);
    height: 101.5%;
    width: -moz-available;
    min-width: 101.5vw;
    top: 0px;
    left: -30%;
    z-index: 10000;
    overflow: hidden;
}

.ngs-main-open .ngs_modal_blackout {
    height: 101.5%;
    width: -moz-available;
    left: -30%;
}

.ngs_mdl_schdl {
    position: absolute;
    z-index: -10;
    top: 10px;
    left: 10%;
    min-width: 60%;
    padding: 20px 40px;
    background-color: #efefef;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    display: none;
}

.ngs_mdl_schdl .ngs_modal_close {
    margin-top: -5px;
    margin-right: -25px;
    height: 35px !important;
}

.ngs_mdl_schdl .ngs_modal_close i {
    margin-top: 0px !important;
}

.ngs_mdl_schdl > h2 {
    position: absolute;
    margin: -35px 0px 0px -10px !important;
    font-size: 22px !important;
}

.ngs_mdl_schdl form ul {
    list-style: none !important;
    padding: 0px !important;
    margin: 0px 0px 0px -10px !important;
}

.ngs_mdl_fld_box {
    margin-bottom: 0px !important;
}

#ngs_mdl_wrn, .ngs_wrn_msg {
    position: fixed;
    background-color: #ffd9d9ba;
    max-width: 630px;
    padding: 5px 10px;
    border: 2px solid #ffacac;
    border-radius: 5px;
    color: #df0101;
}

.ngs_sbmt_dsbl {
    opacity: 0.5;
    cursor: not-allowed !important;
}

#ngs_mdl_wrn.hide {
    display: none;
}

#ngs_mdl_warn {
    padding: 20px 0px;
}

#diaryEvtBlackOut {
    position: fixed;
    background-color: rgba(0,0,0,0.65);
    height: 110%;
    width: 100%;
    z-index: 10000;
    min-width: max-content;
    top: 0px;
    left: 0px;
    display: none;
}

.wnd1, .wnd2, wnd3 {
    transition: all 0.5s ease-in-out;
    margin-left: 0px;
}

.headBodyTab {
    height: auto;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.headBodyTab.lastWnd {
    margin-top: 0px !important;
    display: block;
    padding: 0px !important;
    box-sizing: border-box;
}

.getOfficialSelect {
    position: fixed;
    background-color: #fff;
    z-index: 1000000;
    display: none;
    top: 12%;
    left: 30%;
    width: 40%;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 25px;
    height: auto;
    max-height: 370px !important;
    min-height: 370px !important;
    list-style: none;
}

#gridEvtWnd {
    position: fixed;
    background-color: #fff;
    z-index: 1000000;
    display: none;
    top: 7%;
    left: 30%;
    width: 40%;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 25px;
    height: auto;
    list-style: none;
}

.getOfficialSelect li {
    display: block;
    float: left;
    width: 100%; 
    height: 370px;
    opacity: 0;
}

.getOfficialSelect li.moved {
    transition: all 0.5s ease-in-out;
    margin-left: -44.1vw;
}

.getOfficialSelect li div i, .closeGridEdt i {
    position: relative;
    margin-top: 15px;
    left: 93%;
    color: #cb0c9f;
    cursor: pointer;
}

.closeLargeWnd i {
    position: relative;
    margin-top: 15px;
    left: 97%;
    color: #cb0c9f;
    cursor: pointer;
}

.officialSelect {
    width: 92.5%;
    margin: -13px 0px 10px 0px;
    min-height: 210px;
    padding: 0px !important;
}

.getOfficialSelect h3 {
    color: #cb0c9f;
    font-size: 22px !important;
    margin: -15px 0px 25px 0px;
}

.officialSelect diaryInputBox {
    display: block;
}

.officialSelect input, .officialSelect label {
    display: inline-block;
    cursor: pointer;
}

.offclsHoursToSel {
    columns: 5 76px;
    text-align: center;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
    padding: 15px 15px 0px 0px !important;
    width: 510px !important;
    margin-top: -25px !important;
    min-height: 225px;
}

.offclsHoursToSel li {
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    break-inside: avoid-column;
    color: #899f2d !important;
    opacity: 1 !important;
    height: 25px !important;
    border: 2px solid #899f2d;
    border-radius: 10px;
    clear: both !important;
    float: none !important;
    padding: 0px !important;
    width: 75px !important;
    margin-bottom: 10px;
    cursor: pointer;
}

.hourFree {
    transition: all 0.2s ease-in-out;
    opacity: 0.8;
}

.hourFree:hover {
    transition: all 0.2s ease-in-out;
    background-color: #efefef;
    color: #b5b200 !important;
    border: 2px solid #b5b200 !important;
    opacity: 1;
}

.hourFree.hourSet {
    transition: all 0.2s ease-in-out;
    background-color: #cb0c9f !important;
    color: #fff !important;
}

.partiallyTaken::before {
	content: "*";
	background-color: #f9dd71;
	width: 10px;
	height: 21px;
	position: absolute;
	border-right: 1px solid #899f2d;
	border-radius: 6px 0px 0px 6px;
	margin-left: -13.5px;
	font-weight: 700;
}

.titleModalHeadWnd {
    background-color: #efefef;
    max-height: 45px;
    min-height: 45px;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
    width: 100% !important;
    min-width: 40.1vw;
    margin-left: -33px;
    margin-bottom: 25px;
}

.titleModalWnd {
    background-color: #efefef;
    max-height: 45px;
    min-height: 45px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
}

.titleModalWnd h2, .titleModalHeadWnd h2 {
    display: inline-block;
    font-size: 19px;
    padding-left: 15px;
    text-transform: uppercase;
    margin-top: -24px;
    color: #7ea200;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    font-weight: 100;
    min-width: 250px;
    max-width: 250px;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
}

.titleModalWnd h3 {
    display: inline-block;
    font-size: 16px;
    color: #cd1da5;
    margin: -24px 65px 0px 0px;
    font-family: "PT Sans Narrow", serif;
    padding-bottom: 5px;
    position: absolute;
    right: 0px;
}

.titleModalWnd h4 {
    display: inline-block;
    font-size: 19px;
    padding-left: 15px;
    text-transform: uppercase;
    margin-top: -24px;
    color: #7ea200;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    font-weight: 100;
    min-width: 300px;
    max-width: 300px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
}

.titleModalWnd h5 {
    display: inline-block;
    font-size: 16px;
    color: #cd1da5;
    margin: -20px 50px 0px 275px;
    font-family: "PT Sans Narrow", serif;
    padding-bottom: 5px;
    position: absolute;
}

#pattEvtTitleWn {
    width: 400px !important;
    max-width: 400px !important;
    min-width: 400px !important;
}

#allEvtPerDayWnd, #findPattnsEvnts {
    position: fixed;
    width: 90%;
    background-color: #fff;
    height: auto;
    min-height: 470px;
    margin: -105px 0px 0px 0px;
    border: 1px solid #eee;
    border-radius: 10px;
    z-index: 50000;
    min-width: 1224px;
    left: 3.2%;
}

.addEvtSchdlFrm {
    list-style: none;
    min-height: 230px;
    margin: -10px 0px 0px 0px !important;
    overflow: hidden;
    padding-left: 0px !important;
}

.allAttsPattInput {
    margin: 20px 0px 10px 20px;
}

.allAttsPattInput div {
    display: inline-block;
}

.allAttsPattInput ul {
    padding: 0px !important;
    margin: 0px !important;
    display: inline-block;
    list-style: none !important;
}

.addEvtSchdlFrm li, .allAttsPattInput li {
    min-height: 20px;
    opacity: 1;
    height: 30px !important;
    padding: 0px !important;
    border: 2px solid #cb0c9f;
    margin-bottom: 3px;
    width: 215px;
    border-radius: 15px;
    position: relative;
    z-index: 0;
}

.allAttsPattInput li {
    display: inline-block;
    margin-right: 10px;
}

.allAttsPattInput li:nth-child(1) , .allAttsPattInput li:nth-child(1) input {
    width: 350px;
    max-width: 350px;
}

.allAttsPattInput li:nth-child(2) {
    width: 170px;
    max-width: 170px;
}

.allAttsPattInput li:nth-child(2) input#srchPttAttDate {
    width: 160px;
    max-width: 160px;
    min-width: 160px !important;
}

.allAttsPattInput li:nth-child(3) {
    width: 160px;
    max-width: 160px;
}

.allAttsPattInput li:nth-child(3) input#allAttsPattBtns {
    width: 158px;
    max-width: 158px;
    min-width: 158px !important;
    padding-left: 0px !important;
}

.allAttsPattInput li:nth-child(3)::before {
    content: "\ea1d";
    color: #cb0c9f;
    cursor: pointer;
    font-family: NucleoIcons;
    position: absolute;
    font-size: 14px !important;
    display: block;
    margin-left: 137px !important;
    margin-top: 1px;
}

.addEvtSchdlFrm li label, .addEvtSchdlFrm li input, .addEvtSchdlFrm li select {
    display: inline-block !important;
    cursor: pointer;
}

.addEvtSchdlFrm li select:required:invalid {
    opacity: 0.5;
}

.addEvtSchdlFrm li select option[value=""][disabled] {
    display: none;
}

.addEvtSchdlFrm li label {
    width: 140px !important;
}

.addEvtSchdlFrm li input, .addEvtSchdlFrm li select, .allAttsPattInput li input {
    border: 0px none !important;
    background: transparent !important;
    color: #cb0c9f;
    padding-left: 15px;
    width: 215px;
    min-width: 215px;
    max-width: 215px;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: none;
    -webkit-appearance: none;
    position: relative;
    z-index: 1000000;
    font-size: 15px;
    line-height: 14px;
    vertical-align: middle;
    margin-top: -6px;
}

.addEvtSchdlFrm li::before {
    content: "\ea1d";
    color: #cb0c9f;
    cursor: pointer;
    font-family: NucleoIcons;
    position: absolute;
    font-size: 14px !important;
    display: block;
    margin-left: 190px !important;
    margin-top: 2px;
}

.evtfm_heuristic {
    position: absolute;
    color: #cb0c9f;
    margin-left: -20px;
    margin-top: 5px;
    cursor: pointer;
}

.addEvtFmrLeft, .addEvtFmrRight {
    display: inline-block;
    max-width: 240px;
    vertical-align: text-top;
}

.addEvtFmrRight {
    width: 240px !important;
}

.addEvtFmrRight div {
    margin-top: -10px;
    border: 2px solid #cb0c9f;
    border-radius: 12px;
    padding: 8px;
    margin-left: 10px;
}

.addEvtFmrRight div h5 {
    font-size: 14px;
    padding: 0px !important;
    margin: 0px !important;
    color: #cb0c9f !important;
    font-weight: 400;
    display: block;
}

.addEvtFmrRight div h6 {
    font-size: 12px;
    padding: 0px !important;
    margin: 0px !important;
    color: #ff6c01 !important;
    display: block;
    width: 100% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.allAttsPattFl {
    margin: 31px 0px 0px 20px;
    z-index: 100000;
    position: absolute;
}

.patientHeuristic {
    min-height: 160px;
    display: block;
    margin: 64px 0px 0px 300px;
    position: absolute;
    height: 200px;
    z-index: 10000000;
}

.patientHeuristic ul {
    margin-left: 50px !important;
    margin-top: -32px !important;
}

.allAttsPattFl ul {
    margin-left: -50px !important;
    margin-top: -31px !important;
}

.patientHeuristic ul, .allAttsPattFl ul {
    background-color: #fff;
    position: fixed;
    font-size: 12px;
    border: 2px solid #ccc;
    z-index: 100000;
    display: block;
    min-height: 170px;
    overflow-y: scroll;
    max-width: 295px;
    height: 170px;
    padding: 2px 4px;
}

.patientHeuristic ul li, .allAttsPattFl ul li {
    border: 0px none !important;
    cursor: pointer;
    opacity: 1;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.patientHeuristic ul li:hover, .allAttsPattFl ul li:hover {
    background-color: #e7e7e7;
}

.patientHeuristic ul li::before, .allAttsPattFl ul li::before {
    content: "" !important;
}

.wndPrev {
    margin-top: -10px !important;
    margin-right: 10px;
    border: 2px solid #cb0c9f;
    border-radius: 20px;
    cursor: pointer;
    width: 135px;
    padding: 3px 0px !important;
    text-align: center;
    display: inline-block !important;
}

.wndPrev .fa-solid.fa-play {
    transform: rotate(180deg);
}

.wndNext {
    margin-top: -10px !important;
    border: 2px solid #cb0c9f;
    border-radius: 20px;
    cursor: pointer;
    width: 135px;
    padding: 3px 0px !important;
    text-align: center;
    display: inline-block !important;
    position: relative;
    z-index: 1000;
}

.wndNext i, .wndNext h6, .wndPrev i, .wndPrev h6 {
    display: inline-block;
    position: relative;
    z-index: 0;
}

.wndNext i, .wndPrev i {
    position: unset !important;
    color: #cb0c9f !important;
    margin: 0px !important;
}

.wndNext h6 {
    color: #cb0c9f;
    padding: 0px !important;
    margin: 0px 10px 0px 0px !important;
    vertical-align: top;
}

.wndPrev h6 {
    color: #cb0c9f;
    padding: 0px !important;
    margin: 0px 0px 0px 10px !important;
    vertical-align: top;
}

.wndNext.disable {
    opacity: 0.45;
    cursor: not-allowed !important;
}

#ngs_msg_add_att.hidemsg, #ngs_msg_add_pat_from_diary.hidemsg {
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

#ngs_msg_add_att.showmsg, #ngs_msg_add_pat_from_diary.showmsg {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

#ngs_msg_add_att {
    margin-top: -10px !important;
    margin-left: -10px !important;
    background-color: #ffd9d9e8 !important;
    z-index: 100;
    max-width: 500px !important;
}

#ngs_msg_add_pat_from_diary {
    margin-top: -10px !important;
    margin-left: -10px !important;
    max-width: 485px !important;
}

#ngs_warn_choose_only_one, #ngs_warn_choose_more_than_one {
    display: none;
}

.ngs_warning {
    color: #cb0c9f !important;
    font-weight: 400 !important;
}

#ngs_diary_grid {
    overflow: hidden;
    width: 96%;
}

#ngs_diary_grid .ngs_cal_grid .card-header {
    box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.2);
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

#ngs_diary_grid .ngs_cal_grid .card-header div {
    display: inline-block;
}

.ngs_cal_selector .ngs_current_date {
    font-weight: 700;
    font-size: 27px;
    padding: 0 5px 0 10px;
    color: #cb0c9f;
}

.ngs_cal_selector .ni-bold-left, .ngs_cal_selector .ni-bold-right {
    border: solid 2px #cb0c9f;
    color: #cb0c9f;
    padding: 5px;
    border-radius: 15px;
    margin-right: 5px;
    cursor: pointer;
}

.ngs_cal_selector .ni-calendar-grid-58 {
    color: #cb0c9f;
    border: solid 2px #cb0c9f;
    padding: 5px;
    border-radius: 15px;
    margin-right: 5px;
    cursor: pointer;
}

.ngs_filters .ngs_tbl_filter {
    border: solid 2px #cb0c9f;
    border-radius: 15px;
    margin-left: 5px;
}

.ngs_filters .ngs_tbl_filter input {
    border: 0 none !important;
    background: transparent !important;
    color: #cb0c9f;
    padding-left: 15px;
    max-width: 195px;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: none;
    -webkit-appearance: none;
}

.ngs_filters .ngs_tbl_filter::before {
    content: "\ea1d";
    color: #cb0c9f;
    cursor: pointer;
    font-family: NucleoIcons !important;
    position: absolute;
    font-size: 14px !important;
    display: block;
    margin-left: 180px !important;
    margin-top: 2px;
}

.ngs_hrst_diary_ftrl ul {
    position: fixed;
    background-color: #f3f3f3;
    z-index: 500;
    border-radius: 10px;
    box-shadow: 0px 1px 7px rgba(0,0,0,0.3);
    margin-top: 10px;
    padding: 7px 10px;
    border: 1px solid #ccc;
    list-style: none;
}

.ngs_hrst_diary_ftrl ul li {
    text-transform: capitalize;
}

.ngs_hrst_diary_ftrl ul li:hover {
    background-color: #fff;
    cursor: pointer;
    text-transform: capitalize;
}

.ngs_filters .ngs_heuristic {
    position: absolute;
    color: #cb0c9f;
    margin-left: -20px;
    margin-top: 5px;
    cursor: pointer;
}

.ngs_tbl_cls_ftrl {
    display: inline-block;
    border: solid 2px #cb0c9f;
    border-radius: 15px;
    margin-left: 5px;
    cursor: pointer;
}

.ngs_tbl_cls_ftrl:hover {
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.8);
}

.ngs_tbl_cls_ftrl i, .ngs_tbl_cls_ftrl h5 {
    display: inline-block;
    color: #cb0c9f;
    opacity: 0.7;
}

.ngs_tbl_cls_ftrl:hover i, .ngs_tbl_cls_ftrl:hover h5 {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.ngs_tbl_cls_ftrl i {
    font-size: 20px;
    margin: 4px 0px 0px 3px;
}

.ngs_tbl_cls_ftrl h5 {
    font-size: 13px;
    padding: 2px 10px 5px 3px !important;
    margin: 0px !important;
    box-sizing: border-box;
    vertical-align: text-top;
}

.allEvtDtailNfo {
    display: block;
    width: 100%;
    height: auto;
    max-height: 410px !important;
    overflow: scroll;
    padding: 10px 0px 0px 20px;
    margin-top: 65px;
    box-sizing: border-box;
}

.allEvtDtailNfo thead {
    position: fixed;
    background-color: #e0e0e0;
    border: 1px solid #dfdfdf;
    border-radius: 10px 10px 0px 0px;
    margin-top: -50px;
    max-width: 100%;
}

.allEvtDtailNfo thead th {
    padding: 3px 5px;
    color: #cd1da5;
    border-right: 2px dotted #f0f0f0;
    font-size: 13px;
}

.allEvtDtailNfo thead th:nth-child(1) {
    width: 65px !important;
    max-width: 65px !important;
    min-width: 65px !important;
}

.allEvtDtailNfo thead th:nth-child(2) {
    width: 70px !important;
    max-width: 70px !important;
    min-width: 70px !important;
}

.allEvtDtailNfo thead th:nth-child(3) {
    width: 55px;
    max-width: 55px;
    min-width: 55px !important;
}

.allEvtDtailNfo thead th:nth-child(4) {
    width: 80px !important;
    max-width: 80px;
    min-width: 80px !important;
}

.allEvtDtailNfo thead th:nth-child(5) {
    width: 120px !important;
    max-width: 120px;
    min-width: 120px !important;
}

.allEvtDtailNfo thead th:nth-child(6) {
    width: 90px !important;
    max-width: 90px;
    min-width: 90px !important;
}

.allEvtDtailNfo thead th:nth-child(7) {
    width: 100px !important;
    max-width: 100px;
    min-width: 10px !important;
}

.allEvtDtailNfo thead th:nth-child(8) {
    width: 100px !important;
    max-width: 100px;
    min-width: 100px !important;
}

.allEvtDtailNfo thead th:nth-child(9) {
    width: 108px !important;
    max-width: 108px;
    min-width: 108px !important;
}

.allEvtDtailNfo thead th:nth-child(10) {
    width: 120px !important;
    max-width: 120px;
    min-width: 120px !important;
}

.allEvtDtailNfo thead th:nth-child(11) {
    width: 115px !important;
    max-width: 115px;
    min-width: 115px !important;
}

.allEvtDtailNfo thead th:nth-child(12) {
    width: 115px !important;
    max-width: 115px;
    min-width: 115px !important;
}

.allEvtDtailNfo thead th:nth-child(13) {
    width: 25px !important;
    max-width: 25px;
    min-width: 25px !important;
}

.allEvtDtailNfo thead th:nth-child(14) {
    width: 25px !important;
    max-width: 25px;
    min-width: 25px !important;
    border-right: 0px none !important;
}

.allEvtDtailNfo tbody {
    display: block;
    max-width: 100%;
}

.allEvtDtailNfo tbody tr:nth-child(odd) {
    background-color: rgba(44, 126, 223, 0.05);
}

.allEvtDtailNfo tbody td {
    font-size: 12px;
    padding: 2px 4px;
    box-sizing: border-box;
    border-right: 1px dotted #ccc;
}

.allEvtDtailNfo tbody td:nth-child(1) {
    width: 66px !important;
    max-width: 66px !important;
    min-width: 66px !important;
}

.allEvtDtailNfo tbody td:nth-child(2) {
    width: 70.5px !important;
    max-width: 70.5px !important;
    min-width: 70.5px !important;
}

.allEvtDtailNfo tbody td:nth-child(3) {
    width: 54px !important;
    max-width: 54px;
    min-width: 54px !important;
}

.allEvtDtailNfo tbody td:nth-child(4) {
    width: 80px !important;
    max-width: 80px;
    min-width: 80px !important;
}

.allEvtDtailNfo tbody td:nth-child(5) {
    width: 120px !important;
    max-width: 120px;
    min-width: 120px !important;
}

.allEvtDtailNfo tbody td:nth-child(6) {
    width: 90px !important;
    max-width: 90px;
    min-width: 90px !important;
}

.allEvtDtailNfo tbody td:nth-child(7) {
    width: 100px !important;
    max-width: 100px;
    min-width: 100px !important;
}

.allEvtDtailNfo tbody td:nth-child(8) {
    width: 100px !important;
    max-width: 100px;
    min-width: 100px !important;
}

.allEvtDtailNfo tbody td:nth-child(9) {
    width: 108px !important;
    max-width: 108px;
    min-width: 108px !important;
}

.allEvtDtailNfo tbody td:nth-child(10) {
    width: 121px !important;
    max-width: 121px;
    min-width: 121px !important;
}

.allEvtDtailNfo tbody td:nth-child(11) {
    width: 115px !important;
    max-width: 115px;
    min-width: 115px !important;
}

.allEvtDtailNfo tbody td:nth-child(12) {
    width: 115px !important;
    max-width: 115px;
    min-width: 115px !important;
}

.allEvtDtailNfo tbody td:nth-child(13) {
    width: 26px !important;
    max-width: 26px;
    min-width: 26px !important;
}

.allEvtDtailNfo tbody td:nth-child(14) {
    width: 25px !important;
    max-width: 25px;
    min-width: 25px !important;
}

#ngs_diary_grid {
    box-shadow: 0 15px 5px -10px rgba(0,0,0,.05) !important;
    margin-bottom: 10px !important;
    border-radius: 16px 16px 0px 0px !important;
}

#ngs_diary_grid {
    margin-top: 0px;
    padding-top: 0px !important;
}

#ngs_diary_grid table.diaryGrd {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#ngs_diary_grid table.diaryGrd thead {
    border-bottom: 0px none #dfdfdf;
    display: flex;
    flex-direction: column;
}

#ngs_diary_grid table.diaryGrd thead th {
    width: 233px;
    max-width: 233px !important;
    border-left: 2px dotted #e0e0e0;
    border-right: 2px dotted #e0e0e0;
    border-bottom: 0px none !important;
    padding-left: 10px;
    box-sizing: border-box;
}

#ngs_diary_grid table.diaryGrd thead th:nth-child(1) {
    width: 64px !important;
    min-width: 60px !important;
    border-left: 2px dotted #e0e0e0;
}

#ngs_diary_grid table.diaryGrd thead th:nth-child(2),
#ngs_diary_grid table.diaryGrd thead th:nth-child(3),
#ngs_diary_grid table.diaryGrd thead th:nth-child(4),
#ngs_diary_grid table.diaryGrd thead th:nth-child(5),
#ngs_diary_grid table.diaryGrd thead th:nth-child(6) {
    min-width: 185px !important;
    border-left: 0px none !important;
}

#ngs_diary_grid table.diaryGrd thead th h4 {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    font-size: 22px;
    font-weight: 100;
    color: #888;
}

#ngs_diary_grid table.diaryGrd thead th p {
    color: #cb0c9f;
    font-size: 25px;
    padding: 0px;
    margin: 0px;
    font-family: "PT Sans Narrow", serif;
    display: inline-block;
    font-weight: 700;
}

.ngs_cal_grid table.diaryGrd tbody {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 70vh;
    width: 76.5%;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    flex-grow: 1;
}

.ngs_cal_grid table.diaryGrd tbody tr {
    grid-template-columns: 27fr 50fr 50fr 50fr 50fr 50fr;
}

.ngs-main-open .ngs_cal_grid table.diaryGrd tbody {
    width: 90% !important;
}

#ngs_diary_grid table.diaryGrd tbody td {
    border-left: 2px dotted #e0e0e0 !important;
    border-right: 2px dotted #e0e0e0 !important;
    border-top: 0px none !important;
    border-bottom: 0px none !important;
    color: #cb0c9f !important;
    height: auto;
    vertical-align: top;
    box-sizing: border-box;
}

#ngs_diary_grid table.diaryGrd tbody td:nth-child(1) {
    width: 63px !important;
    text-align: center;
    font-family: "PT Sans Narrow", serif;
    display: table-cell;
    font-weight: 600;
    font-size: 14px;
}

#ngs_diary_grid table.diaryGrd tbody td:nth-child(2) {
    width: 234px !important;
    margin-left: -58px;
    padding-left: 2px;
    border-left: 0px none !important;
}

#ngs_diary_grid table.diaryGrd tbody td:nth-child(3) {
    width: 234px !important;
    margin-left: -45px;
    padding-left: 2px;
    border-left: 0px none !important;
}

#ngs_diary_grid table.diaryGrd tbody td:nth-child(4) {
    width: 234px !important;
    margin-left: -32px;
    padding-left: 2px;
    border-left: 0px none !important;
}

#ngs_diary_grid table.diaryGrd tbody td:nth-child(5) {
    width: 234px !important;
    margin-left: -12px;
    padding-left: 2px;
    border-left: 0px none !important;
}

#ngs_diary_grid table.diaryGrd tbody td:nth-child(6) {
    width: 234px !important;
    margin-left: -5px;
    padding-left: 2px;
    border-left: 0px none !important;
}

#ngs_diary_grid table.diaryGrd tbody tr:nth-child(odd) {
    background-color: rgba(44, 126, 223, 0.05);
}

#ngs_diary_grid table.diaryGrd tbody tr:hover {
    background-color: #deffd5;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.3);
}

.allAttsPattNfo {
    display: block;
    width: 97%;
    height: auto;
    max-height: 410px !important;
    overflow: scroll;
    padding: 10px 0px 0px 20px;
    margin: 35px auto 0px 1%;
    box-sizing: border-box;
    max-width: 74.2em;
}

.allAttsPattNfo thead {
    position: fixed;
    background-color: #e0e0e0;
    border: 1px solid #dfdfdf;
    border-radius: 10px 10px 0px 0px;
    margin-top: -30px;
    max-width: 100%;
    min-width: 70%;
}

.allAttsPattNfo tbody {
    display: block;
    max-width: 100%;
    border: 1px solid #cd1da5;
}

.allAttsPattNfo tbody tr:nth-child(2n+1) {
    background-color: rgba(44, 126, 223, 0.05);
}

.allAttsPattNfo thead th {
    padding: 3px 5px;
    color: #cd1da5;
    border-right: 2px dotted #f0f0f0;
    font-size: 13px;
    width: 75px;
    min-width: 75px;
    max-width: 75px;
}

.allAttsPattNfo thead th:nth-child(1) {
    width: 135px !important;
    min-width: 135px !important;
    max-width: 135px !important;
}

.allAttsPattNfo thead th:nth-child(2) {
    width: 135px !important;
    min-width: 135px !important;
    max-width: 135px !important;
}

.allAttsPattNfo thead th:nth-child(4) {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}

.allAttsPattNfo thead th:nth-child(5) {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}

.allAttsPattNfo thead th:nth-child(6) {
    width: 130px !important;
    min-width: 130px !important;
    max-width: 130px !important;
}

.allAttsPattNfo thead th:nth-child(7) {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
}

.allAttsPattNfo thead th:nth-child(8) {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}

.allAttsPattNfo thead th:nth-child(10) {
    border-right: 0px none !important;
}
    
.allAttsPattNfo tbody td {
    padding: 3px 5px;
    border-right: 2px dotted #ccc;
    font-size: 13px;
    width: 75px;
    min-width: 75px;
    max-width: 75px;
}

.allAttsPattNfo tbody td:nth-child(1) {
    width: 135px !important;
    min-width: 135px !important;
    max-width: 135px !important;
}

.allAttsPattNfo tbody td:nth-child(2) {
    width: 135px !important;
    min-width: 135px !important;
    max-width: 135px !important;
}

.allAttsPattNfo tbody td:nth-child(4) {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}

.allAttsPattNfo tbody td:nth-child(5) {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}

.allAttsPattNfo tbody td:nth-child(6) {
    width: 130px !important;
    min-width: 130px !important;
    max-width: 130px !important;
}

.allAttsPattNfo tbody td:nth-child(7) {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
}

.allAttsPattNfo tbody td:nth-child(8) {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}

.allAttsPattNfo tbody td:nth-child(10) {
    border-right: 0px none !important;
    width: 73px !important;
    min-width: 73px !important;
    max-width: 73px !important;
}

#ngs_diary_grid .ngs_diary_card {
    border-radius: 3px;
    padding: 0px;
    margin-right: 2px;
    max-width: 52px;
    min-width: 52px;
    display: inline-block;
    box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.3);
}

#ngs_diary_grid .ngs_diary_card .ngs_diary_card_head {
    background-color: rgba(0, 0, 0, 0.05);
    height: 22px !important;
}

#ngs_diary_grid .ngs_diary_card .ngs_diary_card_head h5 {
    display: inline-block;
    width: 25px;
    color: #cb0c9f;
    font-size: 10px;
    font-weight: 700;
    margin: -2px 0px 0px 0px !important;
    padding: 4px 0px 5px 7px !important;
    border-radius: 2px 0px 0px 2px;
    vertical-align: text-top;
}

#ngs_diary_grid .ngs_diary_card .ngs_diary_card_head h5 span {
    background-color: #fff;
    padding: 3px 4px;
    border-radius: 6px 0px 0px 6px;
    display: inline-block;
    margin-right: 3px;
}

#ngs_diary_grid .ngs_diary_card .ngs_diary_card_head div {
    display: inline-block;
    width: 25px;
    text-align: center;
    color: #7800f0;
    font-size: 15px;
    cursor: pointer;
    padding: 3px 3px 4px 3px;
    border-radius: 0px 8px 8px 0px;
    position: absolute;
    text-shadow: 0px 0px 7px #fff;
    max-height: 22px !important;
}

.ngs_set_cal_evt {
    display: inline-block;
    background-color: #cb0c9f;
    color: #fff;
    padding: 8px;
    border-radius: 18px;
    margin-left: 1px;
    cursor: pointer;
    font-size: 14px;
    vertical-align: text-bottom;
    opacity: 0.7;
}

.ngs_review_day_nfo {
    display: inline-block;
    background-color: #cb0c9f;
    color: #fff;
    padding: 8px 10px;
    border-radius: 18px;
    margin-left: 0px;
    cursor: pointer;
    font-size: 14px;
    vertical-align: text-bottom;
    opacity: 0.7;
}

.ngs_set_cal_evt:hover, .ngs_review_day_nfo:hover {
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 1px 7px -3px rgba(0,0,0,0.8);
    opacity: 1;
}

.ngs_pdf_title {
    color: #cb0c9f;
    font-size: 42px;
    background-color: #ccc;
}

#evntUpdateFrm {
    list-style: none;
    padding: 0px;
    min-height: 260px !important;
    max-height: 260px !important;
    height: 260px !important;
}

#evntUpdateFrm .grdEvtIconActions {
    padding-left: 15px;
}

.closeSubWnd {
    background-color: #f7f7f7;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.6);
}

.closeSubWnd h3 {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 0px !important;
    margin-bottom: 2px !important;
}

.closeSubWnd i {
    display: inline-block;
    color: #cd1da5;
    position: absolute;
    right: 0px;
    margin-right: 40px;
    margin-top: 6px;
    cursor: pointer;
}

.evtDtailNfo {
    display: block !important;
    width: 100% !important;
    max-width: 37vw !important;
    min-width: 416px !important;
    border: 1px dotted #cd1da5 !important;
    border-radius: 5px;
    margin: 10px auto 0px auto;
    background-color: #f7f7f7;
}

.evtDtailNfo tr {
    width: 100% !important;
    display: block !important;
    max-width: 500px !important;
    min-width: 415px !important;
}

.evtDtailNfo td {
    width: 100% !important;
    max-width: 500px !important;
    min-width: 414px !important;
    text-align: left !important;
    padding-bottom: 8px;
}

.evtDtailNfo td ul, .evtDtailNfo td input {
    display: inline-block !important;
    vertical-align: top !important;
}

.evtDtailNfo td ul {
    list-style: none;
    padding: 0px !important;
    width: 90%;
}

.evtDtailNfo td ul li {
    text-transform: uppercase;
    color: #cd1da5 !important;
    padding-left: 8px;
    font-size: 14px;
    width: 100%;
    min-width: 450px;
}

.evtDtailNfo td ul li span {
    font-weight: 700;
    cursor: help;
}

.evtDtailNfo td ul li a, .evtDtailNfo td ul li a:link {
    color: #cd1da5 !important;
}

.evtDtailNfo td input[type="checkbox"] {
    margin: 5px;
    border: 1px solid #cd1da5 !important;
    background: transparent !important;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    cursor: pointer;
}

.evtDtailNfo td input[type="checkbox"]:checked {
    transition: all 0.1s ease-in-out;
    background: #cd1da5 !important;
}

.ngs_confrm_atts, .ngs_postpone_atts {
    border: 2px solid #cd1da5;
    border-radius: 10px;
    width: 92%;
    margin: -135px auto 0px auto;
    padding: 0px !important;
    box-sizing: border-box;
}

.ngs_confrm_atts h3, .ngs_postpone_atts h3 {
    color: #9fb552 !important;
    font-size: 18px;
    font-weight: 600;
}

.ngs_confrm_atts div, .ngs_postpone_atts div {
    padding: 3px 14px;
}

.ngs_confrm_atts div label {
    margin-bottom: 0px !important;
    color: #cd1da5 !important;
}

.ngs_confrm_atts div input[type="radio"] {
    border: 1px solid #cd1da5 !important;
    background: transparent !important;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    cursor: pointer;
}

.ngs_confrm_atts input[type="radio"]:checked {
    transition: all 0.1s ease-in-out;
    background: #cd1da5 !important;
}

.ngs_atts_stts_btn {
    border: 2px solid #cd1da5 !important;
    background: transparent !important;
    appearance: none;
    width: 120px;
    height: 31px;
    border-radius: 14px;
    cursor: pointer;
    color: #cd1da5 !important;
    margin: 10px 0px;
}

.ngs_atts_stts_btn:hover {
    transition: all 0.15s ease-in-out;
    background-color: #cd1da5 !important;
    color: #fff !important;
}

.ngs_postpone_atts div:nth-child(2) {
    margin-top: 10px;
}

.ngs_postpone_atts select, .ngs_postpone_atts input[type="date"]{
    border: 2px solid #cd1da5 !important;
    border-radius: 14px;
    background: transparent !important;
    color: #cd1da5;
    width: 225px;
    height: 31px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 1px 11px;
    appearance: none;
}

.ngs_postpone_atts .ngs_evt_edt_field::before {
    content: "\ea1d";
    color: #cb0c9f;
    cursor: pointer;
    font-family: NucleoIcons;
    font-size: 14px !important;
    display: block;
    margin-left: 205px !important;
    margin-top: 23px;
    position: absolute;
    z-index: 500000;
}

.ngs_postpone_atts .ngs_evt_edt_field.noIcon::before {
    display: none;
}

.ngs_postpone_atts label {
    display: block;
    margin: 0px 0px 0px 10px;
    color: #999;
}

.ngs_evt_edt_field {
    display: inline-block;
    padding: 0px !important;
}

.grdEvtIconActions i {
    display: inline-block !important;
    margin-top: 10px;
    color: #cd1da5;
    border: 2px solid #cd1da5;
    border-radius: 20px;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.ngs_import_grd_ico {
    margin: 10px 0px -15px 20px;
}

#ngs_pred_resp ul {
    list-style: none;
    background-color: rgba(250,250,250,0.85);
    position: absolute;
    margin-top: 40px;
    width: 223px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    padding: 7px 12px;
    z-index: 50000;
}

#ngs_pred_resp ul li {
    cursor: pointer;
}

.copyright {
    position: fixed;
    z-index: 1000;
    bottom: 12px;
    left: 17px;
    opacity: 0.2;
}

.ngs_btn_pointer {
    cursor: pointer;
    position: relative;
    z-index: 100;
}

#diaryEvtDate {
    appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    position: fixed;
    margin-left: -124px;
    margin-top: -5px;
    z-index: -5;
}

#diaryEvtDate::-webkit-inner-spin-button, #diaryEvtDate::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

.ngs_tb_corner_btn {
    max-width: 30px !important;
    padding: 8px 7px !important;
}

.ngs_tbl_row_email_btn {
    font-size: 18px;
    vertical-align: bottom;
}

.ngs_disabled {
    transition: all 0.3s ease-in-out;
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.ngs_add_pat_mod {
    position: fixed;
    z-index: 10;
    border: 2px solid #efefef;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.5);
    margin: -31px 0px 0px 50px;
    padding: 5px 10px;
    min-width: 270px;
    min-height: 100px;
    max-width: 390px;
}

.ngs_add_pat_mod div {
    padding-bottom: 10px;
}

.ngs_add_pat_mod div button {
    display: inline-block;
    border: 2px solid #cb0c9f;
    border-radius: 20px;
    cursor: pointer;
    width: 115px;
    padding: 1px 0px !important;
    margin-right: 10px;
    text-align: center;
    display: inline-block !important;
    background-color: transparent;
    color: #cb0c9f;
}

.ngs_add_pat_mod div button:hover {
    color: #0f0f0f;
    background-color: #f0f0f0;
    transition: all 0.2s ease-in-out;
}

.ngs_textarea {
    padding-top: 5px !important;
}

.ngs_textarea textarea {
    background-color: rgba(255,255,255,0.2) !important;
    border-radius: 10px;
    border: 1px solid #cb0c9f;
    resize: none;
    width: 252px;
    font-size: 13px;
}

#addNewPatientFm {
    position:fixed;
    margin: -90px 0px 0px 26vw;
    display: none;
    width: 470px;
    max-width: 470px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.7);
    z-index: 90000000;
}

#addNewPatientFm ul, #addNewPatientFm ul li {
    list-style: none !important;
    padding: 0px;
}

#addNewPatientFm .titleModalHeadWnd {
    border-radius: 10px 10px 0px 0px;
    background-color: #cb0c9f !important;
    max-width: 505px !important;
    min-width: 505px !important;
}

#addNewPatientFm .headBodyTab.lastWnd {
    background-color: #eceaea;
    height: 480px;
    padding: 20px !important;
    margin: -25px 0px 0px -33px !important;
    border-radius: 0px 0px 10px 10px;
}

#addNewPatientFm .titleModalHeadWnd div {
    float: right;
    margin-right: 13px;
    margin-top: 10px;
}

#addNewPatientFm .titleModalHeadWnd div i {
    color: #fff !important;
    cursor: pointer;
}

#addNewPatientFm .titleModalHeadWnd h2 {
    margin-top: 9px;
    color: #fff !important;
    font-weight: 600 !important;
}

.ngs_mdl_wf {
    filter: blur(3px);
}

.ngs_wtng_for_mdl {
    max-width: 100%;
    position: absolute;
    display: block;
    margin-left: 30%;
    z-index: 100;
}

.ngs_wtng_for_mdl i {
    font-size: 55px;
    animation: spin 1s linear infinite;
    color: #ffbe16;
    text-shadow: 0px 0px 1px rgba(255,255,190,0.9);
}

#addNewPatientFm ul li label {
    min-width: 120px;
    padding: 0px !important;
    font-weight: 400 !important;
    vertical-align: top;
}

#addNewPatientFm ul li input[type="text"], #addNewPatientFm ul li input[type="tel"] {
    background-color: rgba(255,255,255,0.2) !important;
    border-radius: 20px;
    border: 1px solid #cb0c9f;
    font-size: 13px;
    padding: 4px 15px;
    max-width: 250px;
    width: 250px;
    margin-bottom: 5px;
}

#addNewPatientFm ul li.addLstBtn input[type="button"] {
    padding: 3px 15px 5px 15px;
    background-color: #cb0c9f;
    border-radius: 20px;
    border: 1px solid #cb0c9f;
    color: #fff;
    opacity: 0.7;
}

#addNewPatientFm ul li.addLstBtn input[type="button"]:hover {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    cursor: pointer;
}

#addNewPatientFm ul li select {
    background-color: rgba(255,255,255,0.3);
    border: 1px solid #cb0c9f;
    border-radius: 20px;
    padding: 4px 15px;
    max-width: 250px;
    width: 250px;
    font-size: 13px;
    margin-bottom: 5px;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
}

#addNewPatientFm .addLstBtn {
    padding-top: 15px !important;
}

li.slctFldFrm {
    height: 32px !important;
}

li.slctFldFrm::before {
    content: "\ea1d";
    color: #cb0c9f;
    cursor: pointer;
    font-family: NucleoIcons;
    position: absolute;
    font-size: 14px !important;
    display: block;
    margin-left: 349px !important;
    margin-top: 4px;
    z-index: 0;
}

.nwPatWarnMsg {
    display: block;
    transition: all 0.3s ease-in-out;
    background: #ffd3d3;
    padding: 3px 10px;
    margin: 3px 0px 8px 0px;
    color: #cb0c9f;
    font-size: 14px;
    border-radius: 4px;
}

.nwPatWarnMsg.hide {
    transition: all 0.3s ease-in-out;
    display: none;
}

#addNewPatientFm input:invalid + .nwPatInputValidate::after {
    position: absolute;
    content: "✖";
    padding-left: 5px;
    color: #8b0000;
}

#addNewPatientFm input:valid + .nwPatInputValidate::after {
    position: absolute;
    content: "✓";
    padding-left: 5px;
    color: #009000;
}

#clock {
    color: #cb0c9f;
    font-weight: 600;
    font-family: "PT Sans Narrow", serif;
    margin: -7px 0px 0px 0px;
    width: 105px;
    vertical-align: middle;
}

.time {
    width: 65px;
    opacity: 0.6;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.ngs_schds_spclst {
    margin: -25px 0px 0px 1.65%;
    max-width: 96.9%;
}

.ngs_schds_spclst thead {
    min-height: 45px;
    height: 45px;
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.2);
}

.ngs_schds_spclst thead th {
    padding-left: 5px;
}

.ngs_schds_spclst thead th:nth-child(2n+1) {
    border-left: 1px dotted #cb0c9f;
    border-right: 1px dotted #cb0c9f;
}

.ngs_schds_spclst thead th b, .ngs_schds_spclst thead th i{
    display: inline-block;
}

.ngs_schds_spclst thead th b {
    padding: 0px 5px 0px 0px;
    margin: 0px;
    font-size: 22px;
    font-weight: 100;
    color: #888;
}

.ngs_schds_spclst thead th i {
    color: #cb0c9f;
    vertical-align: middle;
    cursor: pointer;
}

.ngs_schds_spclst tbody tr {
    vertical-align: baseline;
}

.ngs_schds_spclst tbody tr:nth-child(2n+1) {
    background-color: rgba(44, 126, 223, 0.05);
}

.ngs_schds_spclst tbody td {
    max-width: 15% !important;
    min-width: 15% !important;
    width: 15% !important;
    height: 80px !important;
    max-height: 80px !important;
    min-height: 80px !important;
    vertical-align: baseline;
}

.ngs_schds_spclst tbody td:nth-child(2n+1) {
    border-left: 1px dotted #cb0c9f;
    border-right: 1px dotted #cb0c9f;
}

.ngs_schds_spclst tbody td.ngs_holiday {
    background-color: rgba(255, 0, 143, 0.05);
}

.ngs_schds_spclst tbody td span {
    display: inline-block;
    color: #cb0c9f;
    font-size: 30px;
    padding: 2px 2px 4px 2px;
    vertical-align: top;
    min-width: 130px;
}

.ngs_schds_spclst tbody td.ngs_holiday span, .ngs_schds_spclst tbody td.ngs_holiday span b {
    color: #888 !important;
}

.ngs_schds_spclst tbody td span b {
    color: #cb0c9f;
    font-size: 25px;
    font-weight: 500 !important;
    min-width: 50px !important;
    display: inline-block;
    text-align: center;
}

.ngs_schds_spclst tbody td span i {
    color: #555 !important;
    font-size: 12px;
    font-style: normal;
    margin-left: -3px;
    padding-right: 2px;
}

.ngs_schds_spclst tbody td div.ngs_actns_icns {
    position: absolute;
    margin-top: -7px;
    text-align: right;
    min-width: 140px;
}

.ngs_schds_spclst tbody td i.actionIcons {
    display: flex;
    margin: 10px 0px 0px 5px;
    cursor: pointer;
    color: #999;
}

.ngs_schds_spclst tbody td i.actionIcons:hover {
    transition: all 0.3s ease-in-out;
    color: #cb0c9f;
}

.ngs_schd_no_evnts {
    opacity: 0.4;
}

.ngs_information_summary {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5) inset;
    margin-bottom: 10px;
}

.ngs_information_summary h5 {
    font-size: 18px;
    color: #cb0c9f;
    margin: 5px 0px 0px 0px;
}

.ngs_information_summary div, .ngs_information_summary label {
    font-size: 14px;
    margin: 0px !important;
}

#mdlWndWarnMsg {
    display: none;
    color: #cc2127;
    position: absolute;
    margin: -165px 0px 0px 23px;
}