.navbar{
  background-color: #0D7C9A !important;
}
.navbar_img img{
  height:35px;
}
.navbar_img{
  height:46px;
}
#menu_home, #menu_add_user,#menu_import{
    font-weight: bold;
    color:#ffffff;
    border:none;
    background:none;
}
.btn_import:hover,#navbarDropdown{
    color:#ffffff;
}
#user_dropdown{
  right: 0; left: auto;
}
#my_account,.dropdown-user-custom{
color: #0D7C9A;
}

#my_account:hover ,.dropdown-user-custom:hover
{ 
  cursor: pointer;
  background-color: #0D7C9A;
  color: white;
}
.btn-rounded
{
  background-color: #13ccff;
  font-size:15px;
  color: white;
  padding: 5px 20px;
  margin: 8px 0;
  border: none;
  width: 100%;
}
.modal-title-custom {
  color: #0D7C9A !important;
}
/* The slider */
#status{
  width:42px;
}

.btn_edit
{
  background:#337ab7!important;
  width: 30px !important;
  color: white;
	display:inline-block;
	border-radius:0.5rem;
  margin-right:10px;
}
.btn_delete
{
  width: 30px !important;
  background: #E11F3C;
  color: white;
	display:inline-block;
	border-radius:0.5rem; 
  margin-left:10px !important;
}
#card_user{

  margin: auto;
  width: 70%;  
  text-align:center;
  padding-top:6px;
  font-size:16px!important;
}
#edit_profile{
  color: #0D7C9A !important;
  text-align :left;
}
/* upload */
 
#fileUploadForm,#sourceForm ,#statusForm{
  display: flex;
  max-width: 350px;
  padding: 20px;
  flex-flow: column;
  margin: 10px auto 10px auto;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
#modalHeader,#modalHeader2{
  border:none !important;
}
#formItem  {
  display: block;
  text-align: center;
  color: #0D7C9A
}
.error {
  margin-top:5px;
  color:red;
 }
 #output_image{
  display:none;
  text-align:center ;
  color:#E11F3C;
}
#modal_footer,#modal_footer_2{
  justify-content: space-between !important;
}
#continue,#next{
  background: #0D7C9A;
  border:none;
}

/* datatable */
#table th,#data_table th{
  color:#fff;
  background-color:#13ccff !important;
}
#table,#data_table{
  border-spacing: 5px !important;
}
#table_previous,#table_next,#data_table_previous,#data_table_next{
  background-color:#0D7C9A !important;
  color:#ffffff !important; 
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current,.paginate_button {
  border-radius: 0;
  background: #13ccff !important;
  color:#fff !important;
}
table.dataTable.no-footer{
  border-bottom: 1px solid #111;
}
table.dataTable.display tbody td{
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.display tbody tr:first-child td{
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
