.full-width {
    width:100% !important;
}
/*custom orverlay for loading*/
#overlay {
	position:fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
	z-index:99999;
}
.overlay-in-element {
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    z-index: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
#loading {
    width: 40px;
    height: 40px;
    position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top:50%;
	bottom:50%;
}
.loading_2 {
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top:50%;
    bottom:50%;
}


@media (max-width: 768px) {
    body section.content {
        padding: 15px 0px 15px 0px;
    }
    .force-xs-none-padding {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
}

.text-border-bottom {
    border-width:0 0 1px 0;
}

.state-press {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

    filter: alpha(opacity=50) !important;
    
    -moz-opacity:0.5 !important;
    
    -khtml-opacity: 0.5 !important;
    
    opacity: 0.5 !important;
}
form#header-spending-search input[name="keyword"] {
    width: 50%;
    float: left;
    margin-top: 8px;
    border-radius: 0px;
    border:none;
}
#modal-spending-search .modal-footer button {
    float:right;
}
#modal-spending-search .modal-footer input[id="modal-spending-search-page"] {
    width:30px;
    padding:0px !important;
    float:right;
    text-align:center;
}

.error-element {
    border: 1px solid #f44336;
}

.spending-detal-date-pdf, .spending-detail-date-pdf, .spending-detail-month-pdf {
    color: #f44336;
}

/*.upload-progress-bar {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;    
}*/
