
body {

font-family: 'Cairo', sans-serif;


}

.main-content {
    margin-right: 0px;
}
.navbar-brand-box {
    background-color: white !important;
}
.navbar-brand-box .logo-lg img {
    width: 120px;
    height: 48px;
}
.topnav {
    background-color: #0D3D71 !important;
}
.btn-add-custom {
     background-color: #0D3D71 !important;
     border-color: #0D3D71 !important ;
     width: 190px;
    height: 40px;
}
.span-welcom {
    font-weight: bold;
    color: #0D3D71;
}
.custom-card {
    border-radius: 14px;
    position: relative;
    border: 1px solid #495057;
}
.custom-card .icons {
    text-align: left;
    padding-top: 11px;
    position:absolute;
    top: 0;
    left: 1px;
}
.custom-card .icons .edit {
    color: #0D3D71 ;
    font-size: 19px;
}
.custom-card .icons .delete {
    color: red ;
    font-size: 19px;
}


 .icons-table .edit {
    color: #0D3D71 ;
    font-size: 19px;
}
 .icons-table .delete {
    color: red ;
    font-size: 19px;
}
.custom-card .image {
    padding: 19px 58px 0px 58px;
    height: 110px;
}
.custom-card h5 {
text-align: center;
color: #0D3D71  ;
}

.custom-alert {
    z-index: 20000;
    position: fixed;
    left: 36px;
    top: 128px;
}


.head-table{
    display: flex;
    justify-content: space-between;
}

.head-custom {
    display: flex;
    justify-content: space-between;
}
.head-custom h4 {
    font-weight: 500;
    color: #0D3D71;
}

.head-custom a {
    font-size: 14px;
    padding-left: 0pc;
    padding-top: 1px;
    font-weight: 500;
}


.custom-dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-head-drop
 {
    text-align: left;


}

.custom-head-drop span
 {
padding-left: 10px;
}

.custom-input{
     margin-left: 22px;
}



.custom-add-user {
    margin-top: 20px;
}
.companies {
    margin-top: 50px;
}
.list-files {
    border: 1px solid;
    min-height: 200px;
}



.custom-tr-head-files th {
    color: #0D3D71;
    font-weight: bold  !important;
}


.custom-tr-head-files  {
     background: #0d3d711a;
}


/* start drop here  */
.drop-zone {
  max-width: 500px;
  height: 140px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 2px dashed #999;
  border-radius: 0px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}


/* end drop here */
.back-table-files {
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: white;
}

.name-file-table {
    color: #0D3D71;
    font-weight: bold  !important;
}
.size-file-table {
     color: green;
    font-weight: bold  !important;
    direction: ltr;
    text-align: right;

}

.custom-tr-files {
        border-bottom: 1px solid #bbb;
}

.drop-buttons-file {
    height: 25px;
    display: flex;
    align-items: center;
    background-color: white;
    border-color: white;
    color: black;
    position: relative;
}
.custom-drop-file {
    position: absolute !important;
    top: 0px !important;
}

.custom-multi-search {
    display: flex;
    align-items: center;
}


.custom-search-file {
    border-radius: 4px !important;
    margin-left: 3px;
}
.custom-multi-search .app-search {
    margin-left: 25px;
}

.custom-multi-search select {
    width: 120px;
    margin-left: 8px;
    border: unset;
    border-bottom: 1px solid #333;
    border-radius: unset;

}

 .custom-multi-search  .custom-date {
    max-width: 144px;
}
.custom-multi-search  .custom-date input {
    border: unset;
    border-bottom: 1px solid #333;
    border-radius: unset;
}

 .custom-multi-search  .custom-date.first {
    margin-left: 11px;

 }

.custom-table-responsive {
    min-height: 280px;
}

.page-item.active .page-link {
        background-color: #0D3D71;
    border-color: #0D3D71;
}


.pageination {
    margin-top: 20px;
}

.btn-primary {
     background-color: #0D3D71;
    border-color: #0D3D71;
}
.custom-head-users {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.custom-head-users select {
    max-width: 200px;
}

.avatar-title {
    background-color: #0d3d71;
}


.container-svg
{
 display: flex;
 justify-content: center;
 align-items: center;

}
.container-svg img {
    width: 70px;
}

.container-svg  i {
    font-size: 80px;
}


.custom-para
{
    font-weight: bold;
    color: #0d3d70 !important;
}

@media (max-width:780px) {
.custom-multi-search {
    display: block;
}

.custom-multi-search select {
    width: 100%;
}

.custom-multi-search .custom-date {
    width: 100%;
    max-width: 100%;
}
.custom-multi-search .custom-date input {
    width: 100%;
}




}


.custom-scanner {
    line-height: 2.5 !important;
}

.custom-drop-here {
    padding-left: 13px;
    padding-right: 7px;
}
/* start  mymodal  */
#myModal .modal-body .row {
    margin-bottom: 5px !important;
}

#myModal .modal-body .col-sm-9 {
padding-right: 0px;
}
#myModal .modal-body .col-md-9:first-of-type {
    padding-right: 0px;
    }

#myModal .modal-body  label {
    position: relative;
}

#myModal .modal-body  label.star::before {
    content: '*';
    position: absolute;
    top: 9px;
    left: 37px;
    color: red;
}

#myModal  h5 {
    font-weight: bold;
    color: #0D3D71;
}

#myModal .save {
    padding-left: 30px;
    padding-right: 30px;
}

.miga {
    bottom: 25px;
    position: absolute;
    color: green;
    font-weight: bold;
    font-size: 15px;
    right: -319px;
    direction: ltr;
}

/* end mymodal */


/* start mymodalscaner */

#myModalScan .modal-body .row {
    margin-bottom: 5px !important;
}

#myModalScan .modal-body .col-sm-9 {
padding-right: 0px;
}
#myModalScan .modal-body .col-md-9:first-of-type {
    padding-right: 0px;
    }

#myMomyModalScandal .modal-body  label {
    position: relative;
}

#myModalScan .modal-body  label.star::before {
    content: '*';
    position: absolute;
    top: 9px;
    left: 37px;
    color: red;
}

#myModalScan  h5 {
    font-weight: bold;
    color: #0D3D71;
}

#myModalScan .save {
    padding-left: 30px;
    padding-right: 30px;
}

.miga {
    bottom: 25px;
    position: absolute;
    color: green;
    font-weight: bold;
    font-size: 15px;
    right: -319px;
    direction: ltr;
}

.scan {
    position: absolute;
    left: 13px;
}



/* end mymodalscaner */



/* start editmodal */

#EditModal .modal-body .row {
    margin-bottom: 5px !important;
}

#EditModal .modal-body .col-sm-9 {
padding-right: 0px;
}
#EditModal .modal-body .col-md-9:first-of-type {
    padding-right: 0px;
    }

#EditModal .modal-body  label {
    position: relative;
}

#EditModal .modal-body  label.star::before {
    content: '*';
    position: absolute;
    top: 9px;
    left: 37px;
    color: red;
}

#EditModal  h5 {
    font-weight: bold;
    color: #0D3D71;
}

#EditModal .save {
    padding-left: 30px;
    padding-right: 30px;
}

.miga {
    bottom: 25px;
    position: absolute;
    color: green;
    font-weight: bold;
    font-size: 15px;
    right: -319px;
    direction: ltr;
}

.scan {
    position: absolute;
    left: 13px;
}



/* end editmodal */

h4  a.link {
    color: #0d3d71;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.td-table-notes {
    max-width: 108px;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    max-height: 50px;
    word-break: break-all;
    display: inline-block;
}


