.hidez{
    display:none !important;
}
.star{
    color:red !important;
}
.media p {
    line-height: 1.4em;
    margin-bottom: 0;
    color: #888888;
    display: inline-block;
    width: 100%;
    font-size: 19px;
    color: black;
}
.close:hover{
    color:#fff !important;
    opacity:1 !important;
}
.transact_nm{
        font-size: 30px;
    font-weight: bold;
    line-height: 32px;
}
.pad_btm_10{
    padding-bottom:10px;
}

.dropdown-menu .dropdown-item {
   padding: 4px !important;
}
.pad_tp_10{
    padding-top:10px;
}
.btn.btn-rounded {
    border-radius: 5px !important;
}
.dt-button{
    color: #ffffff !important;
    background-image: -moz-linear-gradient(45deg, #8226f5 0%, #e625ea 100%) !important;
    background-image: -webkit-linear-gradient(45deg, #8226f5 0%, #e625ea 100%) !important;
    background-image: -ms-linear-gradient(45deg, #8226f5 0%, #e625ea 100%) !important;
    border-color: transparent;
    background-color: #8226f5 !important;
    background-size: cover;
    background-repeat: repeat;
    border-radius: 5px !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.table{
		width:100% !important;
	}
.error{
		color:red;
		display: block;
		width: 100%;
	}
	body{ 
    margin-top:40px; 
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.tabbutton {
  pointer-events: none;
    cursor: default;
}
.form-control{
      background-color: #ffffff !important;
          color: black  !important;
}  
.table td {
    padding: 8px;
    padding-left: 10px;
}
.dt-button{
    padding-left:10px;
    padding-right:10px;
}
.modal-header{
    padding-top:10px;
    padding-bottom:10px;
    background-image: -webkit-linear-gradient(45deg, #8226f5 0%, #e625ea 100%) !important;
    color: #fff;
}
.close{
    opacity: 1;
    color: #fff;
}
.close : hover{
    opacity: 1;
    color: #fff !important;
}
body{
    font-size: 13px;
}
.mrg_tp_27{
    margin-top:27px;
}
@media only screen and (max-width: 780px) {
    .dataTables_filter{
        padding-top: 20px;
        text-align: left !important;
    }
    .dt-button{
        padding: 7px;
    }
    .overflow{
        overflow: auto;
    }
	
}
@media (min-width: 1200px) {
    .container {
        max-width: 100% !important;
    }
}

/* Custom CSS BY AS */
input[type=file].form-control{
    padding: 3px;
}

.modal-open .ui-datepicker{z-index: 2000!important}