<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------
                            CUSTOM CSS
------------------------------------------------------------------- */
/* ------------- Other Styles --------------- */
.custom-title-reserved-area {Â&nbsp;border: 0px 0px 1px 0px !important; border-bottom: 1px solid #005c96 !important; padding-bottom: 5px !important;}
b { font-weight: bold; font-size: 14px;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s !important;
}

/** Image Upload CSS (Input) */
.uploadField { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; }
.uploadField + label { color: white; background-color: #005c96; display: inline-block; padding: 10px;}
.uploadField:focus + label, .uploadField + label:hover { background-color: #086176; }
.uploadField + label { cursor: pointer; /* "hand" cursor */ }
.uploadField:focus + label { outline: 1px dotted #000; outline: -webkit-focus-ring-color auto 5px; }
.uploadField + label * { pointer-events: none; }
  /* Speciel field color */
.upSpecialField { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; }
.upSpecialField + label { color: white; background-color: #EF993D; display: inline-block; padding: 10px;}
.upSpecialField:focus + label, .upSpecialField + label:hover { background-color: #DF7401; }
.upSpecialField + label { cursor: pointer; /* "hand" cursor */ }
.upSpecialField:focus + label { outline: 1px dotted #000; outline: -webkit-focus-ring-color auto 5px; }
.upSpecialField + label * { pointer-events: none; }
/* end Image Upload CSS */
table.table-bordered { border: 1px solid #363738 !important; border-bottom: 2px solid #363738 !important;}
table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th { border: 1px solid #363738 !important; }
table &gt; thead &gt; tr &gt; th { border-bottom: 2px solid #363738 !important; background: #363738 !important; color: #fff !important;}
.text-blue { color: #009dcd ; }
.text-red { color: #f05858 ; }
.text-green { color: #00a65a ; }
.text-yellow { color: #f39c12 ; }
.text-purple { color: #605ca8 ; }
/* ---------- END Other Styles ----------- */
/* ------------ Data tables -------------- */
.table-responsive { border: none !important; }
.dataTables_wrapper select { -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; line-height: 15px; margin-left: 5px; margin-right: 5px;}
.dataTables_wrapper table &gt; thead &gt; tr &gt; th { border-bottom: 2px solid #363738 !important; background: #363738 !important; color: #fff !important;}
.dataTables_wrapper table { border-bottom: 2px solid #000 !important; }
.dataTables_wrapper table &gt; tbody &gt; tr.odd &gt; td { background: #f2f2f2 !important; }
.dataTables_wrapper .row + .row { margin-top: 10px !important; }
.dataTables_length { color: black !important;}
.dataTables_length .selecter { float: none !important; min-width: 90px !important; display: inline-block !important; max-width: none !important; width: auto !important; vertical-align: middle !important; margin: 0px 5px;}
.dataTables_filter { text-align: right !important; color: black !important;}
.dataTables_filter .form-control { display: inline-block; border: 1px solid #666; border-radius: 0px !important; padding: 5px 15px 5px 15px !important; font-size: 14px !important; }
/*.dataTables_paginate { text-align: center !important; }*/

.dataTables_length { color: black !important;}
.dataTables_filter { text-align: right !important; color: black !important;}
/*.dataTables_paginate { text-align: center !important; }*/
table.table-bordered { border: 1px solid #363738 !important; border-bottom: 2px solid #363738 !important;}
.table.dataTable&gt;tbody&gt;tr&gt;th, .table.dataTable&gt;tfoot&gt;tr&gt;td, .table.dataTable&gt;tfoot&gt;tr&gt;th, .table.dataTable&gt;thead&gt;tr&gt;td, .table.dataTable&gt;thead&gt;tr&gt;th { border: 1px solid #363738 !important; }

/*Override table icons for sorting*/
  table.dataTable thead .sorting_desc:after {
      content: "\f0dd";
  }
  table.dataTable thead .sorting_asc:after {
      content: "\f0de";
  }
  table.dataTable thead .sorting:after {
      opacity: 0.2;
      content: "\f0dc";
  }
  table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
      position: absolute;
      top: 8px;
      right: 8px;
      display: block;
      font-family: 'FontAwesome';
      opacity: 0.5;
  }
/* ------------ END Data tables -------------- */
/* ------------ Simple Pagination ------------ */
.dataTables_paginate .pagination a {
    width: auto !important; 
    padding: 5px 10px;
    height: 26px;
    margin-left: 5px;
    background-color: #f3f3f3;
    border-radius: 0% !important; 
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 0%; 
    -moz-border-radius: 0%;
    float: left;
}
.dataTables_paginate .paginate_button.active a{ background: #222; color: white;}
.dataTables_paginate .paginate_button a:hover{ background: #222; color: white;}
.dataTables_paginate .paginate_button.disabled { opacity: 0.6 !important; }

.dataTables_paginate .pagination&gt;.disabled&gt;a, 
.dataTables_paginate .pagination&gt;.disabled&gt;a:focus, 
.dataTables_paginate .pagination&gt;.disabled&gt;a:hover, 
.dataTables_paginate .pagination&gt;.disabled&gt;span, 
.dataTables_paginate .pagination&gt;.disabled&gt;span:focus, 
.dataTables_paginate .pagination&gt;.disabled&gt;span:hover {
  background-color: #e1e1e1; color: #000 !important;
}
table.dataTable .btn { margin-bottom: 0px !important; }
/* ------------ END Simple Pagination ------------ */

/* ------------------ Modal CSS ------------------ */
/**
 * Modal CSS Buttons
 */
.modal form {margin-bottom: 0px; }
/*.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn {
  border-radius: 3px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file &gt; input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-default {
  background-color: #ccc;
  color: #000;
  border-color: #ddd;
  opacity: 0.7;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e7e7e7;
}
.btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #367fa9;
}
.btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #008d4c;
}
.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #00acd6;
}
.btn-danger {
  background-color: #E16151;
  border-color: #d73925;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #d73925 !important;
}
.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #e08e0b;
}
.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}*/
/**
 * Modal CSS
 */
.modal {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 1050;
    width: 90%;
    margin: 0px;
    background-color: #FAFAFA;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    bottom: auto;
}
.modal-header h3 { margin-top: 5px; margin-bottom: 5px; }
.modal-footer .btn {margin-bottom: 0px !important}
.modal-body b { font-size: 13px; }
/*.modal.fade {Â&nbsp;height: auto !important;}*/
@media screen and (max-width: 767px) {
  .modal {
    top: 10% !important;
    left: 5% !important;
    right: 5% !important;
    width: 90% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .modal {
    top: 20% !important;
    left: 20% !important;
    right: 20% !important;
    width: 60% !important;
  }
}
@media screen and (min-width: 992) and (max-width: 1199px) {
  .modal {
    top: 20% !important;
    left: 25% !important;
    right: 25% !important;
    width: 50% !important;
  }
}
@media screen and (min-width: 1200px) {
  .modal {
    top: 20% !important;
    width: 800px !important;
    margin: auto !important;
  }
}
/*------------- END Modal CSS -------------- */

.section .row [class^="col-"], .row [class^="col-"] { margin-bottom: 25px !important; }

.dataTables_wrapper .row [class^="col-"] { margin-bottom: 0px !important;}
.dataTables_wrapper .row + .row { margin-top: 0px !important;}
.dataTables_length label, .dataTables_filter label { font-size: 14px !important; }
.dataTables_filter label { margin-bottom: 0px !important; }
.dataTables_filter .form-control { height: 30px !important; }
table.dataTable thead &gt; tr &gt; th { padding-right: 20px; }
.dataTables_length select { display: inline-block !important; }

.pagination a {
  background-color: unset !important;
  height: 30px !important;
  margin-left: 2px !important;
  width: auto !important;
  padding: 6px 10px !important;
}
.pagination a, .pagination .disabled a:hover {
  color: #777 !important;
}
.pagination .paginate_button &gt; a {
  border-radius: 2px !important;
}
.pagination a:hover {
  color: white !important;
}
.pagination .disabled a:hover {
  background-color: white !important;
}
.pagination .disabled {
  opacity: 0.6 !important;
}
.pagination .active a {
  color: white !important;
}</pre></body></html>