@media only screen and (min-width: 768px){
    html.fixed .inner-wrapper {
        padding-top: 35px;
    }
}
.btn-block {
    width: 100%;
}

td {
    font-size: 12px !important;
}

.table>:not(caption)>*>*{
    padding: .3rem !important;
}

#divLoading2
{
	display : none;
}
#divLoading2.show
{
	display : block;
	position : fixed;
	z-index: 99999;
	background-image : url('../../../../resources/common/uploading.gif');
	background-color:#EAEAEA;
	opacity : 1;
	background-repeat : no-repeat;
	background-position : center;
	left : 0%;
	bottom : 0%;
	right : 0%;
	top : 0%;
}

#divLoading3 {
		display: none;
	}

#divLoading3.show {
	display: block;
	position: fixed;
	z-index: 99999;
	background-image : url('../../../../resources/common/processing.gif');
	background-color: none;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	left: 0%;
	bottom: 0%;
	right: 0%;
	top: 0%;
}

#divLoading3.show {
	left: 50%;
	top: 50%;
	position: fixed;
	z-index: 101;
	width: 250px;
	height: 250px;
	margin-left: -16px;
	margin-top: -16px;
}

div.content {
	width: 1000px;
	height: 1000px;
}
#loadinggif3.show
{
	left : 50%;
	top : 50%;
	position : absolute;
	z-index : 999;
	width : 32px;
	height : 32px;
	margin-left : -16px;
	margin-top : -16px;
}
div.content {
   width : 1000px;
   height : 1000px;
}

.content-body {
    padding: 10px !important;
}
.card-header{
    padding: 10px 10px 0 10px !important;
}
.card-title a {
    position: relative;
    bottom: 5px;
}

/*CSS For Login */

.body-sign {
   width: 350px;
    margin: 0 auto;
}

.card-sign {
    margin-right: 20px;
}

.body-sign .card-sign .card-body {
    background: #fff;
    border-top: 5px solid #ccc;
    border-radius: 5px 0 5px 5px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    padding: 15px 15px 15px;
}

.logo img {
    margin-top: 50px;
}

p{
    color: #000;
}
a {
    color: #0a58ca;
}

.bg-tertiary{
    background: GREEN;
}

.bg-quaternary{
    background: ORANGE;
}

@media only screen and (min-width: 768px){
    html.fixed.sidebar-left-collapsed .content-body {
        margin-left: 73px;
        margin-top: 20px;
    }
}

.datepicker {
    z-index: 99999 !important;
}
