﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
@media (max-width: 991px) {
    .dropdown-menu {
        border: 0px;
    }
}
h5.custom_title {
    font-size: 22px;
    font-weight: 400;
}
.dx-datagrid-text-content {
    font-size: 17px;
    color: black;
    font-weight: 400;
}
label.dx-field-item-label.dx-field-item-label-location-top {
    font-size: 17px;
}
.dx-loadpanel {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 9;
}
.merge_grid_btn, .report_selected_btn, .go_back_btn, .copy_selected_btn, .delete_grid_btn, .client_grid_btn, .delete_merged_grid_btn {
    background-color: transparent;
    color: black;
    border: 1px solid #03a9f4;
    font-size: 18px;
    outline: none;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

    .merge_grid_btn:hover, .report_selected_btn:hover, .go_back_btn:hover, .copy_selected_btn:hover, .delete_grid_btn:hover, .client_grid_btn:hover, .delete_merged_grid_btn:hover {
        background-color: #03a9f4;
        color: white;
        border: 1px solid #03a9f4;
    }
.import_save_btn .dx-button.dx-button-success {
    background-color: transparent !important;
    color: black !important;
    border: 1px solid #03a9f4;
    font-size: 18px !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}
    .import_save_btn .dx-button.dx-button-success:hover {
        background-color: #03a9f4 !important;
        color: white !important;
        border: 1px solid #03a9f4 !important;
    }
.delete_grid_btn, .delete_merged_grid_btn {
    background-color: transparent;
    color: black;
    border: 1px solid #f44336;
    font-size: 18px;
    outline: none;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

    .delete_grid_btn:hover, .delete_merged_grid_btn:hover {
        background-color: #f44336;
        color: white;
        border: 1px solid #f44336;
    }


    .merge_grid_btn[disabled], .report_selected_btn[disabled], .go_back_btn[disabled], .copy_selected_btn[disabled], .delete_grid_btn[disabled], .client_grid_btn[disabled], .delete_merged_grid_btn[disabled] {
        border: 1px solid transparent;
        background-color: whitesmoke;
        color: #d7d7d7;
    }
        button.merge_grid_btn[disabled]:hover, .report_selected_btn[disabled]:hover, .go_back_btn[disabled]:hover, .copy_selected_btn[disabled]:hover, .delete_grid_btn[disabled]:hover, .client_grid_btn[disabled]:hover {
            border: 1px solid transparent;
            background-color: whitesmoke;
            color: #d7d7d7;
        }
.validation_summary{display:none; color: red; font-style: italic;
font-size: 17px;}
.merge_error, .selected_error, .copy_error, .client_error, .delete_error, .merge_error2{display: none; color:red; font-size:16px; font-style: italic; margin-bottom:0px;}
p.validation_summary {
    margin-bottom: 0px;
    color: red;
    font-size: 17px;
    font-style: italic;
    border-left: 3px solid red;
    padding-left: 5px;
}
button:focus{outline: none !important;}
.merge_div {
    display: inline-block;
    padding-left: 10px;
}
.merge_div2 {
    display: inline-block;
    padding-left: 10px;
}
.title_div {
    display: inline-block;
    vertical-align: top;
}
label.dx-field-item-label.dx-field-item-label-location-top span {
    color: black !important;
    font-size: 17px;
}
.dx-datagrid-text-content.dx-text-content-alignment-left.dx-header-filter-indicator {
    color: black !important;
    font-size: 17px;
}
a.translation_link {
    padding-left: 10px;
}
a.translation_link {
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 768px) {
.translation_link_txt{display:none;}
}
.dx-dropdownbutton-content{min-width:180px !important;}
.report_dropdown i.dx-icon.dx-icon-file {
    font-size: 21px;
    color: #03a9f4;
    vertical-align: middle;
}
.copy_dropdown .dx-buttongroup-item {
    border: 1px solid #03a9f4 !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
}
.copy_dropdown .dx-button-text {
    text-transform: initial !important;
    font-weight: 400 !important;
    color: black !important;
}
p.copy_dropdown_no {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 17px;
    padding-right: 10px;
}
.merge_div {
    display: inline-block;
    padding-left: 10px;
    vertical-align: text-top;
}
.merge_div2 {
    display: inline-block;
    padding-left: 10px;
    vertical-align: text-top;
    float:right;
}
.row_colored {
    background-color: #c5e1a582;
}
.bold .dx-texteditor-input {
    font-weight: 600 !important;
}
.bold label, .bold dx-texteditor-input {
    font-weight: 600 !important;
}
.dx-scrollbar-horizontal .dx-scrollable-scroll-content {
    background-color: rgba(191,191,191,.7) !important;
}
.dx-scrollbar-horizontal .dx-scrollable-scroll {
    height: 16px !important;
}
.dx-scrollbar-horizontal.dx-scrollbar-hoverable {
    height: 16px !important;
    background-color: rgba(191, 191, 191, 0.2) !important;
}
a.translation_link2 {
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 4px;
}
body.guest_body {
    height: 100vh;
    margin-bottom: 0px;
}
.guest_body .container {
    height: 100%;
}
.guest_body main {
    height: 100%;
}
.register_container .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.register_container {
    height: 100%;
}
.register_title_box {
    padding: 20px;
}
.register_content_box {
    padding-bottom: 20px;
}
label.register_label {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 0px;
}
.register_input {
    border-radius: 0px;
    min-height: 44px;
}

.register_inner {
    background-color: white;
}

.register_title_box {
    padding: 20px;
}

h1.register_title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
}

h4.register_subtitle {
    text-align: center;
}

.register_content_box {
    padding: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
}

    .register_content_box ul {
        margin-bottom: 0px;
    }

label.register_label {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: black;
}

.register_input {
    min-height: 45px;
    border-radius: 0px;
    font-size: 17px;
}

.custom_checkbox_label {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding-left: 32px;
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 15px;
}

    .custom_checkbox_label .custom_checkbox_input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.custom_checkbox_check {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 1px solid #ced4da;
}

.custom_checkbox_label .custom_checkbox_input:checked ~ .custom_checkbox_check {
    border: 1px solid gray;
}

.custom_checkbox_check:after {
    content: "";
    position: absolute;
    display: none;
}

.custom_checkbox_label .custom_checkbox_input:checked ~ .custom_checkbox_check:after {
    display: block;
}

.custom_checkbox_label .custom_checkbox_check:after {
    left: 10px;
    top: 6px;
    width: 6px;
    height: 12px;
    border: solid gray;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

p.forget_txt {
    font-size: 16px;
    font-style: italic;
    color: gray;
    margin-bottom: 0px;
}

.request_member a {
    color: black;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

.forget_txt a {
    color: black;
    text-decoration: underline;
}


button.nav-link.text-dark {
    outline: none !important;
    border: none !important;
    background-color: white !important;
}
p.text_with_border {
    font-size: 20px;
    border-left: 5px solid #03a9f4;
    padding-left: 10px;
}
a.link_without_background {
    color: #03a9f4;
    text-decoration: underline;
    font-weight: 600;
}
span.colored_bold_span {
    color: #03a9f4;
}

.inner_box_div {
    padding: 20px;
}


