.approval{
    background-color: orange;
}
.approved{
    background-color: green;
}
.rejected{
    background-color: red;
}
.draft{
    background-color: gray;
}
.error {
  color: red;
  margin-left: 5px;
}
 
label.error {
  display: inline;
}
.label-font{
    font-size: 20px;
}
.btn-cust{
    margin-top: -25px;
}
.view{
    text-align: center;
}
.font-card-title {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
    color: white;
}
.disabled{
    opacity: 0.65; 
    cursor: not-allowed;
}
.card-header-top{
    border-top: 3px solid green;
}
.icon-arrow-right {
    float: right;
    margin-top: -30px;
    margin-right: -6px;
}
.status-align {        
/*    width: 70%;     
    min-height: 30px;*/
    padding: 10px;    
}
.heading-left{
    margin-left: -20px;
}
.attachment-padding{
    padding-top: 10px;
}
.md-custom-select{
    color: rgba(0,0,0,0.38);
}
.md-input-container label {
    color: rgba(0,0,0,0.38);
}
.back-custom{
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
    
}
.back-custom:hover{
    color: white;
}
.pending{
    background-color: #ffff00;
    color: white;
}
.approval{
    /*background-color: #ffff00;*/
    color: white;
}
.border {
    display: inline-block;
    padding-top: 30px;
    width: 100px;
    height: 100px;
    margin: 15px;
    box-shadow: 2px 2px #a6a6a6;
}
.border1 {                
    width: 500px;
}

.status-panel{
    border: 1px solid rgba(0, 0, 0, 0.24);
    width: 100%;
    min-height: 135px;
    margin: 0px 12px;
    border-radius: 4px;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.24);
    margin-left: 0px;
}

.green{
    background-color: #3bb78f;
    background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
}

.blues{
    background-color: #3333cc;
    background-image: linear-gradient(315deg, #3333cc 0%, #60CFE6 74%);
}

.red{
    background-color: #eb4511;
    background-image: linear-gradient(315deg, #eb4511 0%, #b02e0c 74%);
}

.orange{
    background-color: #ff4e00;
    background-image: linear-gradient(315deg, #ff4e00 0%, #ec9f05 74%);

}

.yellow{
    background-color: #fbb034;
    background-image: linear-gradient(315deg, #fbb034 0%, #ffdd00 74%);
}

.status-text{
    text-align: center;
    color: #FFF;
    line-height: 8;
    margin-bottom: 0px;
}
.process-table{
    min-height: 135px;
    border-collapse: collapse;
    border-radius: 4px;
    border-style: hidden; /* hide standard table (collapsed) border */
    box-shadow: 1px 1px 0 2px rgba(0, 0, 0, 0.19);
    width: 100%;
}
.process-table-header{
    transform: rotate(-90deg); 
    width: 6%;
    border: 1px solid rgba(0, 0, 0, 0.23);
    text-align: center;
}
.process-table-timeline{
    width: 44%;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-collapse: collapse;
}
.process-table-timeline-table{
    border-style: hidden;
    margin: 5px;
    width: 100%;
}
.width-30{
    width: 30%;
}
.width-70{
    width: 70%;
}
.process-table-comments{
    width: 50%;
    border: 1px solid rgba(0, 0, 0, 0.23);
}
.process-table-comment-block{
    margin-bottom: 0;
    margin-left: 5px;
}

.line-height-6{
    line-height: 6;
}

.status-panel-p-big{
    line-height: normal;
    vertical-align: middle;
}

.bold{
    font-weight: 600;
}

@media(max-width:768px){
    .process-table-timeline, .process-table-comments{
        width: 100%;
        display: inline-block;
    }

    .process-table-header{
        transform: none;
        display: inline-block;
        width: 100%;
    }

    .process-table{
        display: block;
    }
}
.required-fields{
    color: red;
}
.note-allign{
    text-align: center;
    color: red;
}
.box {
	padding:3px;
	background-color:#dedede;
	margin-bottom:3px;
	border-bottom:2px solid #ccc;
	width:100%;
        height: 75px;
}
.box:hover{background-color:#ccc;}

#load {
	position:absolute;
	left:225px;
	background-image:url(images/loading-bg.png);
	background-position:center;
	background-repeat:no-repeat;
	width:159px;
	color:#999;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	height:40px;
	font-weight:300;
	padding-top:14px;
	top: 23px;
}
#container {
	position:relative;
}
.avatar {
	float:left;
	margin-right:20px;
}
.eway_margin_top{
    margin-top: 30px;
}
.text {
	float:left;
	width:300px;
	font-size:13px;
        padding: 5px;
}
.text span {
	font-size:18px;
	line-height:23px;
	font-weight:700;
}
.delete {
	margin-top:0px;
	float:left;
	margin-left:0px;
}
a.delete {
	padding:3px;
	text-align:center;
	font-size:18px;
	font-weight:700;
	text-decoration:none;
	color:#C00;
}
a.delete:hover {
	background-color:#900;
	color:#FFF;
}
.date {
	padding-top:10px;
	font-weight:700;
	color:#333;
	font-size:12px;
}
.slab{
        margin-bottom: 25px;
}
.slab_background{
    background-color: #d6d6c2;
    font-weight: bold !important;
    color: black !important;
}
.scheme_mrt{
    margin-right: 170px;
}
.gl_codes{
    /*background-color: #808080;*/
    background-color: #d6d6c2;
}
/*.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
        opacity: .5;
	background: url('base_url/assets/images/loader.gif') 50% 50% no-repeat rgb(249,249,249);
	background: url('images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}*/
.loader{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 3;
    cursor: pointer;
}
.loading-custom{
    display: block;
    width: 10%;
    position: fixed;
    top: 50%;
    left: 45%;
}
.select_height{
    height: calc(2.25rem + 2px) !important;
}

.select2-selection--single{
    height: 38px !important;
    padding: 8px 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 6px !important;
}
.new-select {
    display: inline-block;
}
.por_search_icon {
  padding: 10px;
  background: #abc0d6;
  color: white;
  /*min-width: 50px;*/
  text-align: center;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  /*margin-bottom: 15px;*/
}