:root {
  --brand-green: #2A5E71;
  --brand-blue: #1C8ABE;
  --brand-grey: #344455;
}

.alert-success, .btn-success{
  color: #fff !important;
  background-color: #04b804;
  border-color: #04b804;
}
.justify-content-space-between {
  justify-content: space-between;
}

.alert-danger, .btn-danger{
  color: #fff !important;
  background-color: #ec3737;
  border-color: #ec3737;
}

label.error{
  color: #ec3737;
  font-size: 12px;
}

label.form-check-label{
  cursor: pointer;
}

.cursor{
  cursor: pointer;
}

div.accordion .card {
    border: 1px solid #04b804;
    border-radius: 3px;
    box-shadow: none;
}

div.accordion .card .card-header{
    border-bottom: 1px solid #04b804;
    background: #04b804;
}

div.accordion .card .card-header h4{
  color: #fff;
}

.form-control.error{
  border-color: #ec3737;
}

.login-logo {
    max-width: 140px;
    margin: 0 auto;
}

.select2-container{
  width: 100% !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 36px;
}

.tab-bordered {
    border: 1px solid #eee;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 4px;
}

.tab-bordered tr td{
  /*padding: 7px;*/
}

.tab-bordered label{
    margin: 0;
    padding: 8px;
}

.tab-bordered tr:first-child{
  border-bottom: 1px solid #eee;
}

.sidebar-nav > ul > li {
    margin-bottom: 0;
    margin-top: 0;
}

.table th, .table td {
    padding: 7px;
    margin: 0;
    line-height: 15px;
    font-size: 13px;
}

.table thead th, .table th {
    padding: 14px 7px;
}

.dataTables_length {
    margin-left: 15px;
}

.dataTables_length select {
    background: #1a75ff;
    color: #fff;
    height: 30px;
    border-radius: 4px;
    width: 50px;
}

.tooltip-item {
    background: #03a9f3;
    padding: 4px 10px;
}

.dataTables_wrapper {
    max-width: 100%;
    overflow: scroll;
}

.show_manager{
  display: none;
}

.well {
    width: 100%;
    background: #f1f1f1;
    padding-top: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-left: 0;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12{
  float: left;
}
.img-responsive{
  max-width: 100%;
}
.text-cyan{
  color: #008b8b !important;
}
.dashboard_widget{
  background: rgba(0,0,0,0.5);
  border: 3px solid #fff;
  transition: all 0.3s;
}
.dashboard_widget .card-title, .dashboard_widget h2{
  color: #fff;
}
.recordset {
    width: 100%;
}
.img-thumbnail{
  margin-bottom: 15px;
}
.ad_gal_img{
  text-align: center;
  transition: all 0.3s;
}
.ad_gal_img i{
  position: absolute;
  top: 30%;
  left: 42%;
  color: transparent;
  cursor: pointer;
  transition: all 0.3s;
}
.ad_gal_img img{
  cursor: pointer;
}
.ad_gal_img img:hover{
  opacity: 0.85;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.ad_gal_img:hover i {
  color: #fff;
  background: #ff1000;
  padding: 0px 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1a75ff !important;
    border: 1px solid #1a75ff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  color: #fff !important;
}

.toggle_tags{
  display: none;
}

.border-bottom{
  border-bottom: 1px solid #000 !important;
}

.form-control{
  border: 1px solid #aaa !important;
}

.btn{
  margin-bottom: 5px;
}

.panel-body img {
    max-width: 100% !important;
    height: auto !important;
}

.modal-dialog.modal-lg {
    max-width: 1000px;
    min-width: 860px;
}

.modal-dialog.modal-xl {
    max-width: 95%;
    min-width: 95%;
}

table.table,
table.table tr,
table.table td{
  background: #fff;
}

table.table td.header{
  background: #eee;
  font-weight: 500;
}

strong{
  font-weight: 600;
}

.doc_file{
  background: #f1f1f1;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #444;
  padding-bottom: 10px;
  transition: all 0.3s;
}

.doc_file small {
    display: block;
    margin-top: 7px;
}

.doc_file:hover{
  background: #ccc;
}

.asterik{
  color: #ff1000;
}

.table-scroll{
  display: block; 
  overflow-x: auto; 
  white-space: nowrap;
}

.blue-table-header{
  background: #b2e5f6 !important;
}
.blue-table-body{
  background: #e5f6fc !important;
}

.green-table-header{
  background: #b2d1c1 !important;
}
.green-table-body{
  background: #e5efea !important;
}

.yellow-table-header{
  background: #f7d8bc !important;
}
.yellow-table-body{
  background: #fcf2e8 !important;
}

.form-control.disabled {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.pac-logo:after {
    display:none
}
.pac-item {
    cursor: pointer;
    padding: 8px 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    border-top: 1px solid #eee;
    font-size: 13px;
    color: #444;
    border-radius:6px;
    /*font-family: 'Quicksand', sans-serif;*/
}
.pac-matched {
    /*font-weight: 400*/
}
.pac-item-query {
    padding-right: 3px;
    color: #444
}
.pac-item:hover  , .pac-item:hover  .pac-item-query{
    color:#fff;
}
.pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: top;
    background:none;
    position:relative;
    background-image: none !important;
}
.pac-icon:before {
    position:absolute;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f041";
    /*color: var(--primary);*/
    color: #0D6EFD;
    top:-6px;
    left:4px;
    font-size:14px;
}
.pac-item:hover {
    background: #4DB7FE;
}
.pac-item:hover .pac-icon:before  {
    color:#fff;
}

.minicolors-theme-bootstrap .minicolors-swatch {
    left: 4px;
    width: 32px !important;
    height: 32px !important;
    cursor: pointer;
}

.mini-sidebar .navbar-brand {
  font-size: 8px;
}

.min-h-100vh {
  min-height: 100vh;
}

.flex {
  display: flex;
}
.modal.fade .modal-dialog {
    transform: none;
}
.modal-backdrop.fade {
    opacity: 0.5;
}