/* Add here all your CSS customizations */

.custom-sidebar {
	background-color: #242b64 !important;
}

html.sidebar-light:not(.dark) ul.nav-main li a {
	color: #fff !important;
}

.custom-header {
	background-color: #a0842f !important;
}

.custom-header {
	background-color: #a0842f !important;
}

html.sidebar-light:not(.dark) ul.nav-main > li > a:hover, html.sidebar-light:not(.dark) ul.nav-main > li > a:focus {
    background-color: #49529c !important;
}


div.dataTables_wrapper div.dataTables_filter input {
     display: block !important; 
}

/* Add here all your CSS customizations */
/* Add here all your CSS customizations */

.custom-sidebar {
	background-color: #242b64 !important;
}

html.sidebar-light:not(.dark) ul.nav-main li a {
	color: #fff !important;
}

.custom-header {
	background-color: #a0842f !important;
}

html.sidebar-light:not(.dark) ul.nav-main > li > a:hover, html.sidebar-light:not(.dark) ul.nav-main > li > a:focus {
    background-color: #A08430 !important;
}

.body-sign .card-sign .card-title-sign .title {
    background-color: #0E133A !important;
}

a {
    color: #0E133A !important;
}

.body-sign .card-sign .card-body {
    border-top-color: #A08430 !important;
}

.page-header h2 {
    border-bottom-color: #242b64;
}

.swal-button {
    background-color: #0E133A !important;
    color: #FFFFFF !important;
}

.swal-button:not([disabled]):hover {
    background-color: #A08430 !important;
    color: #FFFFFF !important;
}

.swal-button:focus {
	box-shadow: none;
}

.userbox .dropdown-menu a:hover {
    background: #A08430 !important;
}

html .btn {
    background-color: #0E133A !important;
    border-color: #0E133A !important;
    color: #FFF !important;
}

html .btn:hover {
    background-color: #A08430 !important;
    border-color: #A08430 !important;
    color: #FFF !important;
}



.file-upload {
  background-color: #FDFDFD;
  max-width: 500px;
  margin: 0;
  padding: 0px 20px 20px 20px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #0E133A;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 10;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 0px;
  border: 4px dashed #0E133A;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  /*background-color: #0E133A;*/
  border: 4px dashed #A08430;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

/*.drag-text h3 {
  font-weight: 10;
  text-transform: uppercase;
  color: #15824B;
  padding: 10px 0;
}*/

.file-upload-image {
    max-height: 90px;
    max-width: 80px;
    margin: auto;
    padding: 20px;
}

.remove-image {
  width: 50px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 10;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.form-control-output  {
    border: 1px solid #242B64 !important;
}