html,
body {
    width: 100%;
    height: 100%;
}

body,
button,
select,
input,
a,
span,
label,
td {
    font-family: 'Inter';
}

label {
    font-weight: unset;
}

a {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
}

a:hover {
    color: #007D99;
    text-decoration: none;
}

a:focus {
    color: #AAAAAA;
    text-decoration: none;
}

input:disabled {
    background: #ECECEC;
}

button:disabled {
    background: silver !important;
    pointer-events: none !important;
    opacity: 1.0 !important;
}

button:disabled:hover {
    background: #AFAFAF;
}


select:disabled {
    background: #ECECEC;
    color: #222222;
    font-size: 15px;
    font-weight: 500;
}



input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
    padding-right: 10px;
}




input[type=number]:hover::-webkit-inner-spin-button {
    width: 14px;
    height: 30px;
}




.vertical_align_initial {
    vertical-align: initial !important;
}

.vertical_align_inherit {
    vertical-align: inherit !important;
}

.vertical_align_top {
    vertical-align: top !important;
}

.vertical_align_text_top {
    vertical-align: text-top !important;
}

.vertical_align_text_bottom {
    vertical-align: text-bottom !important;
}

.a_hover_color:hover {
    color: #047483 !important;
}

.a_blue {
    color: #007D99;
    font-size: 15px;
    font-weight: 600;
}

.a_blue:hover {
    color: silver;
}

.a_blue2 {
    color: #007D99 !important;
}

.a_blue2:hover {
    /*font-weight: bold;*/
    color: #a82c2c !important;
}


.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.text_disabled {
    color: silver !important;
}

.filter_blur img:not(.img_arrow),
.filter_blur div {
    filter: blur(3px);
}

.filter_gray {
    filter: grayscale(100%);
    background: white !important;
}

.filter_gray_img {
    filter: grayscale(100%);
    opacity: 0.7;
}    

.filter_silver {
    filter: grayscale(100%);
    opacity: 0.3;
}

.img_disabled {
    filter: grayscale(100%);
    cursor: default !important;
}

.img_btn_disabled {
    filter: grayscale(100%);
}

.img_btn_disabled_pointer {
    filter: grayscale(100%);
    pointer-events: none !important;
}    


.input_hidden {
    border: 0px;
    color: white;
}

.display_none_important {
    display: none !important;
}

.display_none {
    display: none;
}

.display_flex {
    display: flex !important;
}

.items_center {
    align-items: center !important;
}

.display_initial {
    display: initial !important;
}


.display_inline {
    display: inline !important;
}

.display_inline_block {
    display: inline-block !important;
}

.cursor_pointer {
    cursor: pointer !important;
}

.cursor_default {
    cursor: default !important;
}

.radius_20 {
    border-radius: 20px;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scrollbar::-webkit-scrollbar-thumb {
    height: 17%;
    background-color: #E2E4E7;
    border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: white;
}

.shadow_icon {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
}

.color_gray {
    color: gray !important;
}

.color_gray2 {
    color: #555555 !important;
}

.color_silver2 {
    color: #AAAAAA !important;
}

.color_skyblue {
    color: #007D99 !important;
}

.color_red {
    color: #FF5353 !important;
}

.color_orange {
    color: #da570b !important;
}

.background_color_light_red {
    background-color: #FFECEC !important;
}

.background_color_light_green {
    background-color: #EAFFEE !important;
}

.background_color_light_yellow {
    background-color: #FFFDEC !important;
}

.background_color_dark_skyblue {
    background-color: #D7EFF4 !important;
}

.background_color_skyblue {
    background-color: #F1F9FB !important;
}

.background_position_40px {
    background-position: 40px !important;
}

.background_position_20px {
    background-position: 20px !important;
}

.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

.margin_0 {
    margin: 0 ip !important;
}

.margin_left_0 {
    margin-left: 0px !important;
}

.margin_left_5 {
    margin-left: 5px;
}

.margin_left_10 {
    margin-left: 10px !important;
}

.margin_left_15 {
    margin-left: 15px !important;
}

.margin_left_20 {
    margin-left: 20px;
}

.margin_left_30 {
    margin-left: 30px;
}

.margin_left_40 {
    margin-left: 40px;
}

.margin_left_50 {
    margin-left: 50px;
}


.margin_left_150 {
    margin-left: 150px;
}

.margin_left_m25 {
    margin-left: -25px;
}

.margin_left_m30 {
    margin-left: -30px;
}

.margin_left_m35 {
    margin-left: -30px;
}

.margin_left_m40 {
    margin-left: -40px;
}

.margin_left_m45 {
    margin-left: -45px;
}

.margin_left_m50 {
    margin-left: -50px;
}

.margin_left_m60 {
    margin-left: -60px;
}

.margin_left_m70 {
    margin-left: -70px;
}

.margin_left_m80 {
    margin-left: -80px;
}

.margin_left_m90 {
    margin-left: -90px;
}

.margin_right_5 {
    margin-right: 5px;
}

.margin_right_10 {
    margin-right: 10px;
}

.margin_right_20 {
    margin-right: 20px;
}

.margin_right_30 {
    margin-right: 30px;
}

.margin_top_2 {
    margin-top: 2px !important;
}

.margin_top_5 {
    margin-top: 5px !important;
}

.margin_top_9 {
    margin-top: 9px !important;
}

.margin_top_10 {
    margin-top: 10px !important;
}

.margin_top_15 {
    margin-top: 15px !important;
}

.margin_top_20 {
    margin-top: 20px !important;
}

.margin_top_30 {
    margin-top: 30px !important;
}

.margin_top_40 {
    margin-top: 40px !important;
}

.margin_top_50 {
    margin-top: 50px !important;
}

.margin_top_70 {
    margin-top: 70px !important;
}

.margin_top_m3 {
    margin-top: -3px !important;
}

.margin_top_m5 {
    margin-top: -5px !important;
}

.margin_bottom_10 {
    margin-bottom: 10px !important;
}

.margin_bottom_15 {
    margin-bottom: 15px !important;
}

.margin_bottom_20 {
    margin-bottom: 20px !important;
}

.margin_bottom_50 {
    margin-bottom: 50px !important;
}

.margin_top_bottom_5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin_top5_bottom10 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.padding_10 {
    padding: 10px;
}

.padding_15 {
    padding: 15px;
}

.padding_20 {
    padding: 20px !important;
}

.padding_30 {
    padding: 30px;
}



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

.padding_top_8 {
    padding-top: 8px !important;
}

.padding_top_20 {
    padding-top: 20px !important;
}

.padding_top_30 {
    padding-top: 30px !important;
}

.padding_left_0 {
    padding-left: 0px !important;
}

.padding_left_5 {
    padding-left: 5px !important;
}

.padding_left_10 {
    padding-left: 10px !important;
}

.padding_left_20 {
    padding-left: 20px;
}

.padding_left_30 {
    padding-left: 30px;
}

.padding_right_30 {
    padding-right: 30px;
}

.padding_bottom_10 {
    padding-bottom: 10px;
}

.padding_bottom_20 {
    padding-bottom: 20px;
}

.border_bottom_1 {
    border-bottom: 1px solid #EEEEEE;
}

.border_radius_6 {
    border-radius: 6px;
}


.top_70 {
    top: 70px !important;
}

.top_120 {
    top: 120px !important;
}


.width_25 {
    width: 25px !important;
}

.width_80 {
    width: 80px !important;
}

.width_85 {
    width: 85px !important;
}

.width_100 {
    width: 100px !important;
}

.width_110 {
    width: 110px !important;
}

.width_120 {
    width: 120px !important;
}

.width_160 {
    width: 160px !important;
}

.width_170 {
    width: 170px !important;
}

.width_180 {
    width: 180px !important;
}

.width_200 {
    width: 200px !important;
}

.width_230 {
    width: 230px !important;
}

.width_250 {
    width: 250px !important;
}

.width_260 {
    width: 260px !important;
}

.width_280 {
    width: 280px !important;
}

.width_300 {
    width: 300px !important;
}

.width_400 {
    width: 400px !important;
}

.width_450 {
    width: 450px !important;
}

.width_500 {
    width: 500px !important;
}

.width_1000 {
    width: 1000px !important;
}

.width_100per {
    width: 100% !important;
}

.height_0 {
    height: 0px !important;
}

.height_30 {
    height: 30px !important;
}

.height_40 {
    height: 40px !important;
}

.height_50 {
    height: 50px !important;
}

.height_70 {
    height: 70px !important;
}


.height_55 {
    height: 55px !important;
}

.height_115 {
    height: 115px !important;
}

.height_150 {
    height: 150px !important;
}

.height_350 {
    height: 350px !important;
}

.height_1100 {
    height: 1100px !important;
}


.float_left {
    float: left;
}

.float_right {
    float: right;
}

.index_top {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 100;
}

.index_top .index_logo {
    margin-left: 20px;
    margin-top: 10px;
}

.index_top .login_icon {
    position: absolute;
    right: 20px;
    cursor: pointer;
    margin-top: 10px;
}

.index_contents {
    width: 100%;
    height: 100%;
    position: fixed;
}

.index_contents iframe {
    width: 100%;
    height: 93%;
}

#modalAlertMsg {
    z-index: 5000;
}

input::placeholder {
    color: #CCCCCC;
    font-size: 15px;
    font-weight: 500;
}

textarea::placeholder {
    color: #CCCCCC;
    font-size: 15px;
    font-weight: 500;
}

.contents {
    width: 100%;
    height: 100%;
}

.contents_min_width {
    min-width: 1200px;
}



.min_width_50 {
    min-width: 50px !important;
}

.min_width_80 {
    min-width: 80px !important;
}

.min_width_100 {
    min-width: 100px !important;
}

.min_width_120 {
    min-width: 120px !important;
}

.min_width_160 {
    min-width: 160px !important;
}

.min_width_180 {
    min-width: 180px !important;
}

.min_width_200 {
    min-width: 200px !important;
}

.min_width_230 {
    min-width: 230px !important;
}

.min_width_250 {
    min-width: 250px !important;
}

.min_width_400 {
    min-width: 400px;
}

.min_width_450 {
    min-width: 450px;
}

.min_width_470 {
    min-width: 470px;
}



.max_width_150 {
    max-width: 150px !important;
}




.sub_contents {
    width: 100%;
    min-height: 700px;
}

.page_contents {
    width: 750px;
    margin: auto;
    margin-top: 60px;
    padding-bottom: 100px;
}

.page_box_layout {
    background-color: white;
    border-radius: 6px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 30px;
}

.under_line {
    text-decoration: underline;
}

.hover_underline:hover {
    text-decoration: underline;
}

.top_menu {
    position: relative;
    font-size: 16px;
    width: 100%;
    height: 60px;
    background-color: white;
}

.top_menu a {
    color: #AAAAAA;
    font-weight: 400;
}

.top_menu a:hover {
    color: #007D99;
    text-decoration: none;
}

.top_menu table {
    position: absolute;
    width: 100%;
    height: 100%;
}

.top_menu .ishare_logo {
    margin-left: 20px;
}






.top_menu .center_menu .menu_active {
    color: #007D99;
    font-weight: 700;
}

.top_menu .center_menu .dropdown {
    display: initial;
}

.top_menu .center_menu .dropdown-menu {
    border-radius: 6px !important;
    padding: 15px;
    margin-top: 20px;
}

.top_menu .center_menu .dropdown:hover .dropdown-menu {
    display: block;
}

.top_menu .center_menu .dropdown-menu li a {
    color: #AAAAAA;
    font-size: 16px;
    font-weight: 400;
    margin: 5px;
    height: 40px;
    border-radius: 6px;
    padding: 8px;
}

.top_menu .center_menu .dropdown-menu li a:hover {
    color: #007D99;
    font-weight: 700;
    background-color: #F1F9FB;
}

.top_menu .center_menu .dropdown-menu li .disabled_menu {
    color: #dfdfdf;
    pointer-events: none;
}

.top_menu .center_menu .dropdown-menu li .disabled_menu:hover {
    color: #dfdfdf;
    font-weight: 400;
    background-color: white;
    cursor: default;
}

.top_menu .center_menu .dropdown-menu .active {
    color: #007D99;
    font-weight: 700;
}

.top_menu .right_menu {
    float: right;
    margin-right: 25px;
    min-width: 520px;
}

.top_menu .right_menu2 {
    float: left;
    margin-top: 8px;
}


#top_menu_disabled{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.3;
}






.language_box {
    float: left;
    margin-left: 10px;
}

.language_box .language_button {
    color: #007D99;
    border-color: transparent;
    background: #F1F9FB;
    background-image: url('../images/ishare_earth.png');
    background-repeat: no-repeat;
    background-position: 10px;
    font-size: 15px;
    height: 40px;
    min-width: 120px;
    text-align: left;
    padding-left: 35px;
    border-radius: 6px;
}

.language_button:active,
.language_button.active,
.open>.dropdown-toggle.language_button {
    background-image: url('../images/ishare_earth.png');
}

.gs_button {
    float: left;
    margin-left: 33px;
    min-width: 40px;
}

.logout_icon {
    float: left;
    margin-left: 11px;
}

.dropdown-menu {
    min-width: 120px;
    border: 0px;
    margin-top: 5px;
    max-height: 500px;
    overflow-y: auto;
}

.dropdown-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    height: 17%;
    background-color: #E2E4E7;
    border-radius: 10px;
}

.dropdown-menu::-webkit-scrollbar-track {
    background-color: white;
}



.dropdown-menu>li>a {
    color: #007D99;
}

#dropdown_language .dropdown-menu>li>span {
    display: block;
    padding: 3px 20px;
    color: gray;
}

.dropdown_ishare {
    color: #007D99;
    border: 0px;
    background: white;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    min-width: 150px;
    border-radius: 6px;
    padding-left: 10px;
    cursor: pointer;
    text-align: left;
}

.dropdown_ishare>.dropdown_text {
    margin-left: 10px;
}

.dropdown_ishare_blue {
    color: #007D99;
    border: 0px;
    background: #F1F9FB;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    min-width: 150px;
    border-radius: 6px;
    padding-left: 10px;
    cursor: pointer;
    text-align: left;
}

.dropdown_ishare_blue>.dropdown_text {
    margin-left: 10px;
}

.checkbox_ishare>input[type="checkbox"] {
    display: none;
}

.checkbox_ishare>label {
    background: url('../images/btn_checkbox_off.png') left 3px no-repeat;
    cursor: pointer;
    font-weight: 500;
}

.checkbox_ishare>input[type="checkbox"]:checked+label {
    background: url('../images/btn_checkbox_on.png') left 3px no-repeat;
}

.checkbox_ishare>label>span {
    margin-left: 23px;
}

.checkbox_ishare>label:hover {
    color: #18508d;
}



.checkbox_ishare_disabled>input[type="checkbox"] {
    display: none;
}

.checkbox_ishare_disabled>label {
    background: url('../images/btn_checkbox_off_disabled.png') left 3px no-repeat;
    font-weight: 500;
    color: silver;
}

.checkbox_ishare_disabled>input[type="checkbox"]:checked+label {
    background: url('../images/btn_checkbox_on_disabled.png') left 3px no-repeat;
}

.checkbox_ishare_disabled>label>span {
    margin-left: 23px;
}



.checkbox_ishare_selected>input[type="checkbox"] {
    display: none;
}

.checkbox_ishare_selected>label {
    background: url('../images/btn_checkbox_off.png') left 3px no-repeat;
    font-weight: 500;
    color: #67adc0;
}

.checkbox_ishare_selected>input[type="checkbox"]:checked+label {
    background: url('../images/btn_checkbox_on.png') left 3px no-repeat;
}

.checkbox_ishare_selected>label>span {
    margin-left: 23px;
}





.radio_ishare>input[type="radio"] {
    display: none;
}

.radio_ishare>label {
    background: url('../images/btn_radio_off.png') left 0px top 3px no-repeat;
    cursor: pointer;
    font-weight: 500;
}

.radio_ishare>input[type="radio"]:checked+label {
    background: url('../images/btn_radio_on.png') left 0px top 3px no-repeat;
}

.radio_ishare>label>span {
    margin-left: 23px;
}

.radio_ishare>label:hover {
    color: #0051a5;
}




.radio_ishare_disabled>input[type="radio"] {
    display: none;
}

.radio_ishare_disabled>label {
    background: url('../images/btn_radio_off_disabled.png') left 0px top 3px no-repeat;
    font-weight: 500;
    color: silver;
}

.radio_ishare_disabled>input[type="radio"]:checked+label {
    background: url('../images/btn_radio_on_disabled.png') left 0px top 3px no-repeat;
}

.radio_ishare_disabled>label>span {
    margin-left: 23px;
}




.title_large {
    color: #111111;
    font-size: 36px;
    font-weight: 700;
}

.title_middle {
    color: black;
    font-size: 24px;
    font-weight: 600;
}

.title_small {
    color: black;
    font-size: 16px;
    font-weight: 600;
}

.title_small_light {
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.title_little {
    color: black;
    font-size: 15px;
    font-weight: 600;
}

.title_mini {
    color: black;
    font-size: 13px;
    font-weight: 600;
}

.title_mini2 {
    color: black;
    font-size: 13px;
    font-weight: 500;
}

.title_large_blue {
    color: #007D99;
    font-size: 24px;
    font-weight: 700 !important;
}

.title_middle_blue {
    color: #007D99;
    font-size: 20px;
    font-weight: 600 !important;
}

.title_middle_blue2 {
    color: #007D99;
    font-size: 18px;
    font-weight: 600 !important;
}

.title_small_blue {
    color: #007D99;
    font-size: 14px;
    font-weight: 500 !important;
}

.title_little_blue {
    color: #007D99;
    font-size: 12px;
    font-weight: 500;
}

.title_little_blue2 {
    color: #007D99;
    font-size: 13px;
    font-weight: 500;
}

.title_little_blue3 {
    color: #007D99;
    font-size: 15px;
    font-weight: 600;
}

.title_little_green {
    color: #65B19E !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.font_weight_nomal {
    font-weight: nomal;
}

.font_weight_500 {
    font-weight: 500 !important;
}

.font_weight_600 {
    font-weight: 600 !important;
}

.font_weight_700 {
    font-weight: 700 !important;
}

.font_weight_900 {
    font-weight: 900 !important;
}

.font_size_12 {
    font-size: 12px !important;
}

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

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

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

.font_size_16 {
    font-size: 16px !important;
}

.font_size_18 {
    font-size: 18px !important;
}

.letter_spacing_m05 {
    letter-spacing: -0.5px !important;
}

.letter_spacing_m003 {
    letter-spacing: -0.03px !important;
}

.login_page {
    position: absolute;
    max-width: 400px;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 100px;
}

.login_page .login_text {
    width: 100%;
    color: #FF5353;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin-top: 23px;
}

.login_page .forgot_password {
    font-size: 15px;
    font-weight: 400;
    color: #00BDD4;
}

.login_page .table_or {
    width: 100%;
    color: silver;
}

.login_page .table_or hr {
    border-top: 3px solid #eee;
    width: 100%;
}

.login_page .google_button {
    width: 300px;
}

#modalProfile .modal-content {
    width: 580px;
}

#modalProfile .modal-body {
    padding-top: 30px;
    padding-bottom: 50px;
}

#modalProfile .profile_page {
    text-align: center;
    width: 350px;
    margin: auto;
}

#modalProfile .profile_page .change_password {
    font-size: 15px;
    font-weight: 400;
    color: #00BDD4;
}

#modalChangePwd .modal-content {
    width: 580px;
}

#modalChangePwd .modal-body {
    padding-top: 30px;
    padding-bottom: 50px;
}

#modalChangePwd .layout_page {
    text-align: center;
    width: 390px;
    margin: auto;
}

#modalChangePwd .layout_page .coment {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 400;
}

.input_large {
    width: 100%;
    height: 50px;
    background: white;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    padding-left: 20px;
}

.input_middle {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    color: #222222;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 500;
}

.input_file {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    border: 0px;
    color: #52b2c5;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 500;
    background-color: #F1F9FB;
}

.input_file::placeholder {
    color: #A9D4DE;
    font-size: 15px;
    font-weight: 500;
}

.input_date {
    width: 100%;
    height: 40px;
    background-image: url('../images/date_picker.png');
    background-repeat: no-repeat;
    background-position: 95%;
    border-radius: 6px;
    border: 0px;
    color: #007D99;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 500;
    background-color: #F1F9FB;
    cursor: pointer;
}

.input_date::placeholder {
    color: #A9D4DE;
    font-size: 15px;
    font-weight: 500;
}

.input_date2 {
    width: 100%;
    height: 40px;
    background-image: url('../images/date_picker2.png');
    background-repeat: no-repeat;
    background-position: 10%;
    border-radius: 6px;
    border: 0px;
    color: #007D99;
    padding-left: 47px;
    font-size: 15px;
    font-weight: 500;
    background-color: #F1F9FB;
    cursor: pointer;
}

.select_middle {
    width: 300px;
    height: 40px;
    left: 730px;
    background: #F1F9FB;
    color: #007D99;
    border-radius: 6px;
    border: 0px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 500;
}

.button_small {
    min-width: 70px;
    height: 40px;
    border-radius: 6px;
    background-color: #00BFD3;
    border: 0px;
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.button_small:hover {
    background-color: #007D99;
    color: white;
    border: 0px;
}

.button_small_blue {
    min-width: 70px;
    height: 40px;
    border-radius: 6px;
    background-color: #007D99;
    border: 0px;
    color: white;
    font-size: 15px;
    font-weight: 500;
}

.button_small_blue:hover {
    background-color: #00596d;
    color: white;
    border: 0px;
}


.button_small_skyblue {
    min-width: 70px;
    height: 40px;
    border-radius: 6px;
    background-color: #F1F9FB;
    border: 0px;
    color: #007D99;
    font-size: 15px;
    font-weight: 500;
}

.button_small_skyblue:hover {
    background-color: #01596d;
    color: white;
    border: 0px;
}

.button_small_skyblue_on {
    background-color: #007D99;
    color: white;
}

.button_small_skyblue_on:hover {
    background-color: #01596d;    
    color: white;
}



.button_form {
    min-width: 70px;
    height: 36px;
    border-radius: 6px;
    background-color: #007D99;
    background-image: url('../images/icon_form.png');
    background-repeat: no-repeat;
    background-position: 50px;
    padding-left: 20px;
    border: 0px;
    color: white;
    font-size: 13px;
    font-weight: 500;
}

.button_form:hover {
    background-color: #00596d;
    color: white;
    border: 0px;
}


.button_document {
    min-width: 70px;
    height: 36px;
    border-radius: 6px;
    background-color: #00BFD3;
    background-image: url('../images/icon_document.png');
    background-repeat: no-repeat;
    background-position: 60px;
    padding-left: 20px;
    border: 0px;
    color: white;
    font-size: 13px;
    font-weight: 500;
}

.button_document:hover {
    background-color: #007D99;
    color: white;
    border: 0px;
}


.button_small_gray {
    min-width: 70px;
    height: 40px;
    border-radius: 6px;
    background-color: #555555;
    border: 0px;
    color: white;
    font-size: 15px;
    font-weight: 500;
}

.button_small_gray:hover {
    background-color: #252525;
    color: white;
    border: 0px;
}

.button_large {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background-color: #00BDD4;
    border: 0px;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.button_large:hover {
    background-color: #007D99;
}

.button_disabled {
    background-color: silver !important;
}

.button_disabled:hover {
    background-color: silver !important;
}


.button_vcenter {
    text-align: center;
    white-space: nowrap;
    line-height: 2.5;
}

.btn_outline {
    min-width: 70px;
    height: 40px;
    border-radius: 6px;
    background-color: white;
    border: 1px solid #007D99;
    color: #007D99;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.btn_outline:hover {
    background-color: #F5F6F7;
}

.btn_church {
    min-width: 70px;
    width: 200px;
    height: 40px;
    border-radius: 6px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #555555;
    font-size: 15px;
    font-weight: 500;
    padding-top: 8px;
    text-align: center;
    cursor: pointer;
}

.btn_church:hover {
    background-color: #F5F6F7;
}

.btn_church_selected {
    background: #F1F9FB;
    border: 1.5px solid #007D99;
}

.dropdown .caret {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
    margin-right: 3px;
}

.cusror_pointer {
    cursor: pointer;
}


.pointer_events_none {
    pointer-events: none !important;
}

.position_relative{
    position: relative !important;
}


.modal-header {
    border-bottom: 0px;
    height: 60px;
}

.modal-footer {
    border-top: 0px;
}

.modal-content {
    color: #222222;
}

.modal-content h4 {
    font-size: 15px;
    font-weight: 600;
    flood-color: #222222;
}

.modal-content .modal-title {
    color: #007D99 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.modal_close_btn {
    position: absolute;
    right: 20px;
    cursor: pointer;
    padding: 10px;
}

.modal_close_btn_custom {
    position: absolute;
    right: 20px;
    cursor: pointer;
    margin-top: 5px;
}


.loading_main {
    display: none;
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: 3000;
}

.loading_main img {
    position: absolute;
    width: 25px;
    left: 50%;
    top: 50%;
}

.loading_tab {
    display: none;
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.loading_tab img {
    position: absolute;
    width: 25px;
    left: 50%;
    top: 50%;
}

.loading_popup {
    display: none;
    position: absolute;
    background: transparent;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

.loading_popup img {
    position: absolute;
    width: 25px;
    left: 50%;
    top: 50%;
}

.accordion-group {
    background-color: white;
    border-radius: 10px;
    margin-top: 25px;
    padding: 22px;
}

.accordion-group .accordion-heading {
    color: black;
    font-size: 14px;
    font-weight: 500;
    padding-right: 25px;
    cursor: pointer;
}

.accordion-group .accordion-heading .icon_faq_arrow {
    float: right;
    margin-top: 5px;
    margin-right: -15px;
}

.accordion-group .accordion-body {
    color: #007D99;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #EEEEEE;
}

.modalCommSearch .modal-content {
    width: 650px;
}

.modalCommSearch .modal-body {
    height: 500px;
    padding: 30p;
}

.modalCommSearch #searchAdminValue {
    width: 80%;
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 40px;
}

.modalCommSearch .search_text {
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #222222;
}

.modalCommSearch .btn_find {
    width: 100px;
    float: right;
}

.modalCommSearch #searchAdminResults {
    width: 100%;
    height: 350px;
    overflow-y: auto;
    margin-top: 20px;
}

.span_search_result {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #007D99;
    background: #F1F9FB;
    min-height: 40px;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 7px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.span_search_result:hover {
    background: #D7EFF4;
}

.ellipsis {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ui-widget,
.ui-datepicker td span,
.ui-datepicker td a {
    font-size: 13px !important;
    cursor: pointer;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    font-weight: normal !important;
}

.ui-datepicker .ui-datepicker-title select {
    color: black;
}

.ui-datepicker .ui-widget-header {
    font-weight: unset !important;
}

#modalWorking .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#modalWorking .modal-backdrop.in {
    opacity: 0;
}

.white_space_nowrap {
    white-space: nowrap !important;
}





.ui-autocomplete .ui-menu-item .ui-state-focus{
    border: 0px;
    background: #D7EFF4;
}

.ui-autocomplete{
    height: 320px;
    overflow-y: auto;
}

.ui-menu .ui-menu-item a{
    font-size: 15px;
}

.ui-autocomplete::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    height: 17%;
    background-color: #E2E4E7;
    border-radius: 10px;
}

.ui-autocomplete::-webkit-scrollbar-track {
    background-color: white;
}




.edit_table  .ul_autocomplete{
    position: relative; 
    height: 150px;
    overflow-y: scroll;
    display: none;
}
.edit_table .ul_autocomplete a:hover{
    background: #D7EFF4;
}

.edit_table .ui-menu .ui-menu-item{
    padding-left: 7px;
}




.bootstrap-select {
    margin-left: 20px !important;
    float: left !important;
}


.bootstrap-select .dropdown-toggle{
    color: #007D99;
    border: 0px;
    background: white;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    border-radius: 6px;
    padding-left: 10px;
    cursor: pointer;
    text-align: left;
}

.bootstrap-select .dropdown-toggle .filter-option{
    margin-top: 5px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    outline: 0px !important;
}


.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 175px;
}


.word_break_break_all{
    word-break: break-all;
}

@keyframes animate_breathe {
    0% {font-variation-settings: 'wght' 900;}
    60% {font-variation-settings: 'wght' 700;}    
    100% {font-variation-settings: 'wght' 500;}
}

.animate_bold {
    animation: animate_breathe 300ms;
}

.custom-switch-md .custom-control-label {
    padding-left: 1.5rem !important;
}