html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    background-color: #F9F7F7;
}

h1 {
    color: #2E2E2E;
    margin-bottom: 0.5em;
}

.quotation_input {
    font-size: 0.85em;
}

.pointer-disabled {
    pointer-events: none;
}

.cus_dark_gray {
    color: #2E2E2E;
}

.cus_disable_link_blue_color:link, .cus_disable_link_blue_color:visited, .cus_disable_link_blue_color:hover, .cus_disable_link_blue_color:active {
    color: #2E2E2E;
}

.c_side_drawer {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #112D4E;
    color: #DBE2EF;
    width: 250px;
    height: calc(100vh - 4px);
    position: fixed;
    top: 2px;
    box-shadow: rgba(0,0,0,0.5) 5px 0px 10px;
    padding: 10px;
}

.c_container {
    width: calc(100vw - 250px);
    min-height: 100vh;
    float: right;
    padding: 50px;
}

.border-round-container {
    border-radius: 50%;
    background-color: #F9F7F7;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
    border: 1px solid #2E2E2E;
    width: 40px;
    height: 40px;
    color: #36454F
}

.c_side_drawer_sales_name {
    width: 170px;
}

.c_side_drawer_menu_item {
    height: 40px;
    border-radius: 10px;
    background-color: #112D4E !important;
    border: 1px solid #3F72AF !important;
    text-align: left;
}

.c_side_drawer_menu_item:hover {
    background-color: #0d243f !important;
}

.c_side_drawer_menu_item_active {
    height: 40px;
    border-radius: 10px;
    background-color: #3F72AF !important;
    border: 1px solid #3F72AF !important;
    text-align: left;
}

.c_side_drawer_menu_item_active:hover {
    background-color: #3c6ba4 !important;
}

.c_side_drawer_top_section {
    height: calc(100vh - 145px);
    overflow: auto;
}

.c_side_drawer_bottom_section {
    position: absolute;
    bottom: 0;
    height: 145px;
}

.dx-datagrid {
    background-color: #F9F7F7;
}

.dx-datagrid .dx-toolbar-items-container {
    background-color: #F9F7F7;
}

.login_container {
    border-radius: 8px;
    box-shadow: #112D4E 0px 5px 15px;
    background-color: #F9F7F7;
}