/* Add here all your CSS customizations */
.row.datatables-header {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.row.datatables-header .col-sm-12:first-child {
	padding-left: 0px !important;
}

.row.datatables-header .col-sm-12:last-child {
	padding-right: 0px !important;
}

.row.datatables-footer {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.row.datatables-footer .col-sm-12:first-child {
	padding-left: 0px !important;
}

.row.datatables-footer .col-sm-12:last-child {
	padding-right: 0px !important;
}

/* COMMON */
@media only screen and (max-width: 991px) {
    .mb-sm-15 {
        margin-bottom: 15px;
    }
}

.w10px {
	width: 10px !important;
}

.w50px {
	width: 50px !important;
}

.w100px {
	width: 100px !important;
}

.w130px {
  width: 130px !important;
}

.w200px {
  width: 200px !important;
}

.w250px {
  width: 250px !important;
}

.w300px {
  width: 300px !important;
}

.w375px {
  width: 375px !important;
}

.w600px {
  width: 600px !important;
}

.h34px {
  height: 34px !important;
}

.h46px {
  height: 46px !important;
}

/* .h66px {
  height: 66px !important;
} */

.lh40px {
  line-height: 40px !important;
}

.max-w300 {
  max-width: 300px;
}

.max-w500 {
  max-width: 500px;
}

.max-w520 {
  max-width: 520px;
}

.max-w800 {
  max-width: 1000px !important;
}

.mw150 {
  min-width: 150px !important;
}

/* END COMMON*/

.password{
    position: relative;
}

.password input[type="password"]{
    padding-right: 30px;
}

.password .glyphicon {
    position: absolute;
    right: 20px;
    top: 9px;
    cursor: pointer;
}

.control-left{
	padding-left: 0px;
}
.control-right{
	padding-right: 0px;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  display:none;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.image_canvas:hover .overlay {
  display:block;
}

.overlay:hover {
	display:block;
}
.form-group label,
.field-bordered label{
  margin-bottom: 0!important;
}
.label-name {
  color: #336199;
  background-color: #dceafb;
}

.field-bordered {
  border: 1px solid #dcebf7;
  /* border-bottom: 1px solid #dcebf7; */
  background-color: #dcebf7;
}

@media (min-width: 992px) {
    .field-bordered .control-label {
        padding-top: 4px;
        padding-bottom: 3px;
        /* margin-bottom: 1px; */
        text-align: right;
        min-width: 100%;
        width: fit-content;
    }

    .md-relative {
      position: relative;
      z-index: 1;
    }

    .md-absolute {
      position: absolute;
    }
}

div#datatable-default_wrapper {
      margin-top: -45px;
}

div#datatable-default_length {
    float: right;
}

.notification
{
  min-height: 60px !important ;
  min-width: 150px !important;
}

.notification h4{
  line-height: 30px;
  vertical-align: middle;
}

.border-none {
  border: none !important;
}

.modal-h4 {
  border-bottom: 1px solid #055ac1;
  color: #055ac1;
  line-height: 28px;
  margin-bottom: 16px;
  padding-bottom: 4px;
}

.btn-step3-cus {
    min-height: 40px;
    display: block;
    line-height: 30px;
}
.table-hover > tbody > tr:hover {
  background-color: #8bbcf9;
  cursor: pointer;
}

#modal_template .image {
  width: 170px;
    height: 200px;
}

/*BEGIN CUSTOM ADVANCE SEARCH FORM STYLE*/
.extend-search-form{
  font-size: 17px;
  color: #00295b;
}

.search-form{
  padding: 15px;
  background: #fff;
  border-radius: 5px;
}

.btn-advance-search {
  margin-top: 12px;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 5px;
}

.search-form{
  /*margin-bottom: 20px;*/
}

/*.panel-collapsed .panel-action-toggle:before {
    content: "\f0d8";
}*/

/*.panel-action-toggle:before {
    content: "\f0d7";
    float: right;
    margin-left: 5px;
}*/

/*.panel-heading + .panel-body {
    border-radius: 5px 5px 5px 5px;
}*/

.advance-search-title{
  color: #fff;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 22px;
}

.search-form {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    border-bottom: 1px solid #DADADA;
}

/*.panel.panel-collapsed .search-form{
    border-radius: 5px;
    border-bottom: 1px solid #DADADA;
}*/

.body-adavance-search-form{
  background: #fff;
  border-radius: 0px;
  border-top: 0px;
  padding-top: 0px;
}

.group-item-search-left{
  background: #dddddd;
  padding: 10px 5px 10px 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.group-item-search-right{
  background: #dddddd;
  padding: 10px 10px 10px 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#contact-form .has-error .label-name label.control-label {
  height: unset;
}

.main-content-search-form .search-error-1 label.error,
.main-content-search-form .search-error-3 label.error{
  display: block;
  margin-left: -15px;
}

/*END CUSTOM ADVANCE SEARCH FORM */

/*CUSTOM CSS FOR REPORT ERROR DIALOG*/
.lbl-custom-file-upload input[type="file"] {
    display: none;
}

.lbl-custom-file-upload {
    border: 1px solid #ed9c28;
    background: #ed9c28;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 9px;
    color: #fff;
    /*font-weight: bold;*/
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 0px;
}

.send-report-title{
  margin: 0;
  padding: 10px 0 10px 0;
  font-size: 18px;
  color: #1767ca;
}

#modalErrReport .has-error .label-name label.control-label {
    height: 20px;
}

#reload-send-error-captcha {
  position: absolute; 
  top: 28px; 
  margin-left: 10px;
}

#reload-send-error-captcha:hover {
  cursor: pointer;
}


/*END REPORT ERROR*/

.white-space-pre {
  white-space: pre-wrap;
}

.icon-color {
  color: #3680d8 !important;
}

.override_pre
{
  background-color: transparent;
  border: 0px solid #ccc;
  border-radius: 0px;
  padding: 0px;
  word-break: break-all;
  white-space: pre-wrap;
}

.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


.tooltip-custom {
    position: absolute;
    z-index: 9000;
    display: none;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    color: #FFF;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    margin: 10px 0 0 0;
    padding: 3px 8px;
    white-space: nowrap;
}

.my-tooltip:hover + .tooltip-custom {
  display: block;
}

.tooltip-custom:before {
    bottom: 100%;
    right: 50%;
    border-bottom: 6px solid #000;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    height: 0;
    margin-right: -6px;
    width: 0;
    position: absolute;
    pointer-events: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  span.select2.select2-container.select2-container--bootstrap {
    /*width: 400px !important;*/
  }
}

@media screen and (min-width: 1200px) and (max-width: 1700px) {
  span.select2.select2-container.select2-container--bootstrap {
    /*width: 600px !important;*/
  }
}

.link-reset {
  padding: 5px 12px;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
}

.label-notify-circle {
    border-radius: 10px!important;
    position: absolute;
    top: -15px;
    left: 5px; 
}
.label {
  padding: .2em .55em .3em .4em;
}

.position-relative {
  position: relative;
}

.bg-none {
    background: none !important;
    color: #000 !important;
}

.colorgreen {
  color: #00BE31;
}

.fontIconConfirm {
  font-size: 20px;
}

.mg-center {
  margin: 0 auto;
}

.border-top-field {
  border-top: 1px dotted #ddd;  
}
.mb-md .col-sm-3{
  display: inline-block;
}
.group-button-image{
  padding-left: 0;
}
.div-left,.div-left1 {
	display: flex;
	/* align-items: center; */
}
