* {
  padding: 0px;
  margin: 0px;
}
body {
  /*'Prompt' sans-serif*/
  font-family: 'Tahoma' !important;
  font-size: 15px !important;
}
a:hover {
  text-decoration: none !important;
}
a:hover, a:active, a:visited, a:focus {
  text-decoration:none !important;
}
.cursor {
  cursor: pointer;
  color: #0275d8 !important;
}
.loading {
  width: 100%;
  height: 100px;
  line-height: 100px;
  position: fixed;
  bottom: 0px;
  background: #dff0d8;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  display: none;
}
.btn {
  color: #FFF !important;
}
.move {
  cursor: move;
}
.wrapper {
  width: 90%;
  margin: 0px auto;
  padding-top: 15px;
}
.btn:hover {
  cursor: pointer;
}
.btn_bar {
  padding: 5px 0;
  text-align: right;
}
.footer {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
.alert {
  margin-bottom: 5px !important;
}
.btn-secondary {
  color: #000 !important;
}
.title_page {
  font-size: 22px;
  font-weight: normal !important;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: solid 1px #e8e8e8;
}
.link {
  color: #093458 !important;
}
.green {
  color: green;
}
.red {
  color: red;
}
.ul_document_sub {
  list-style: none;
}
.company {
  position: relative;
  top: 7px;
  padding-left: 5px;
}
.register {
  text-align: center;
  width: 100%;
  padding: 15px 5px;
}
.doc_img_div {
  margin: 10px;
}
.doc_img {
  height: auto !important;
}
.container {
  margin-top: 20px;
}
#modal_img {
  width: auto;
  max-width: 300px;
  max-height: 400px;
}
.doc_status_p {
  background: #FFC6C6 !important;
}
.doc_status_t {
  background: #d0e9c6 !important;
}
.FFF {
  color: #FFF;
}
.for_m {
  display: none;
}
.for_d {
  display: block;
}
.nav_d {
  background: #0078d7;
  color: #FFF;
  width: 100%;
  height: 50px;
  display: inline-flex;
  padding: 5px 15px;
}
.nav_d_menu {
  text-align: right;
}
.nav_d_menu > .dropdown, .dropup {
  display: inline-flex;
}
.center {
  text-align: center !important;
}
.line {
  width: 100%;
  height: 1px;
  background: #eceeef;
}
.fa_a {
  padding: 0 7px;
}
.acl_td_width {
  width: 150px !important;
  background: #dee2e6 !important;
}
.right {
  text-align: right !important;
}
.acl_field {
  margin-bottom: 20px;
  margin-top: 10px;  
}
.img_box {
  width: 245px;
  height: 245px;
  background-position: 50% 25%;
  background-size: cover;
  border: solid 1px #cccccc;
  margin-bottom: 5px;
  cursor: pointer;
}
.btn_input_data {
  margin-bottom: 25px;
}
.cv_doc_img {
  width: 100% !important;
  border: none;
}
.cv_new_customer {
  text-align: right;
  padding: 5px 0;
}
.zoom {
  margin-top: 5px;
  cursor: zoom-in;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.modal_ {
  width: 45% !important;
  left: inherit !important;
  right: 5% !important;
}
.btn-light {
  color: #000 !important;
  background: #FFF !important;
  border: 1px solid rgba(0,0,0,.15) !important;  
}
.alert_loading {
  margin-top: 20px;
  display: none;
}
.progress {
  margin-top: 5px !important;
}
.search_ {
  margin: 5px 0 9px 0;
}
.bg_thead {
  background-color: #2b5797 !important;
  color: #FFF;
}
.table-bordered tr td {
  border: solid 1px none !important;
}
a .bar_icon {
  color: #FFF !important;
}
.bar_icon {
  font-size: 20px;
  position: relative;
  top: 10px;
  margin: 0px 10px;
}
.dashboard {
  margin: 0px auto;
  text-align: center;
  margin: 20px 0;
}
.app_box {
  width: 100%;
  height: auto;
  border-radius: 4px;
  padding: 15px;
}
.app_icon {
  font-size: 30px;
  margin-bottom: 10px; 
}
.app_col {
  margin-bottom: 15px;
}
.app_title {
  font-size: 20px;
}
.app_detail {
  margin-top: 5px;
  border-top: solid 1px #eaeaea;
  padding-top: 5px;  
  color: #686868 !important;
}
th {
  font-weight: normal !important;
}
.signout_ {
  margin-right: 0px !important;
}
.btn_f {
  margin-bottom: 5px;
}
.lang {
  color: #FFF;
  font-weight: bold;
  position: relative;
  top: 8px;
  padding: 0 10px;
  font-size: 16px;  
}
.lang:hover {
  color: #000 !important;
}
.link2 {
  color: #FFF !important;
}
.doc_img_cover {
  height: 200px;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
  border: solid 1px #CCC;
}
.left {
  text-align: left;
}
.btn_move_ {
  float: right;
  position: relative;
  top: 5px;
  right: 5px;  
}
.bold {
  font-weight: bold !important;
}
.dc_plus {
  text-align: right;
  width: 100%;
}
.hide {
  display: none;
}
.fr {
  float: right;
}
.red {
  color: red;
}
.input_date {
  display: inline;
  width: auto;
}
.textr {
  text-align: right;
}
.df {
  display: flex;
}
.color_dc {
  color: #0D4CC9;
}
.bn {
  border: none !important;
}
label {
  font-weight: bold !important;
}
.form-group {
  margin-bottom: 1.5rem;
}
.hide {
  display: none !important;
}
.csmall {
  color: brown;
}
.bg_w {
  background-color: #FFF !important;
}
.table_ td, .table_ th {
  border-top: 1px solid #FFF !important;
}
.table_b0 {
  width: 100%;
}
.table_b0 tr td {
  border: none !important;
}
.bottom_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-align: right;
  background-color: #EBEBEB;
  border-color: #f8f9fa;
  width: 100%;
}
.form-check-label {
  font-weight: normal !important;
}
.custom-select {
  text-align: left !important;
}
.multiselect-container {
  width: 100% !important;
}
.so_price {
  text-align: left !important;
}