body,
html {
    background: url('../img/itender_bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

body {
	padding-top: 70px;
}

.card {
    background: none;
    border: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0.8rem;
}

.accordion div.card:only-child {
    border-bottom: 1px solid #fff !important;
    border-radius: 1.25rem !important;
}

.btn {
    border-radius: 0.40rem !important;
}

.btn-primary {
    background-color: #4ebde5;
    border-color: #4ebde5;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #4ebde5;
    border-color: #4ebde5;
    cursor: not-allowed;
}

.btn.disabled,
.btn:disabled {
    opacity: 1;
}

.alert-warning {
    opacity: 0.75;
}

.badge {
    opacity: 0.75;
}

.color-black {
    color: black;
}

.text-primary {
    color: #4ebde5 !important;
}

::placeholder {
    color: lightgray !important;
}

.border {
    border-radius: 6px !important;
}

.jumbotron3 {
    background-color: rgba(1, 1, 1, 0) !important;
}

.jumbotron2 {
	background-color:#e7ebee !important;
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.jumbotron-login-box {
	box-shadow: 2px 1px 20px 8px #888888;
	background-color:rgb(255, 255, 255, 0.2) !important;
	padding-top: 30px !important;
}

.jumbotron-login-box input[type='submit'] {
	background-color: #4272d8 !important;
}

.jumbotron-login-box input[type='submit']:hover {
	background-color: #4ebde5 !important;
}

.jumbotron-login-box a:hover {
	color: #4272d8 !important;
}

.hr-color {
    border-color: rgba(255, 255, 255, 0.3);
}

a:link {
    text-decoration: none !important;
}

@media only screen and(max-width: 991px) {

    #edit-profile-header,
    #edit-profile-header h1 {
        margin-top: 0.5rem !important;
        font-size: 3rem !important;
    }

    #edit-profile-header h1 span {
        display: inline !important;
    }

    #edit-profile-page-row {
        margin-top: 0 !important;
    }
}

#tender-title {
    font-family: Poppins;
    font-weight: 700 !important;
    font-size: 18px;
}

.tender-title {
    font-family: Poppins;
    font-weight: 700 !important;
    font-size: 15px;
}

.btn-ais:hover {
    background-color: rgb(80, 173, 207);
    color: #fff;
}

.bg-ais {
    background-color: #4ebde5 !important;
}

#profile-tender-table tbody tr {
    line-height: 40px;
}

#required-documents {
    position: relative !important;
}

#required-documents li {
    position: absolute !important;
}

.date-column {
    width: 110px !important;
}

.bg-grey {
    background-color: #f1f1f3 !important;
}

.payment-confirm-div {
    position: relative;
}

.fpx-logo {
    position: absolute;
    right: 23px;
    top: 15px;
}

.letter-spacing {
	letter-spacing: 3px !important;
}

#description {
	font-family: Montserrat;
	line-height: 70px;
	font-size: 45px;
}

@media screen and (min-width: 1300px) {
	#description {
		font-size: 53px !important;
		line-height: 75px;
		margin-bottom: 35px;
	}

	.welcome-page {
		margin-top: 75px !important;
	}

	.landing-page-header {
		margin-top: 190px !important;
	}
}

@media screen and (max-width: 1300px) {
	.landing-page-header {
		margin-top: 60px !important;
	}

	.landing-page-login-form {
		margin-top: -24px !important;
	}
}


@font-face {
	font-family: Poppins-Regular;
	src: url('../font/Poppins-Regular.ttf'); 
}

#table {
	background-color: white;
}

#table thead {
	background-color: #6fd456;
	font-family: Poppins-Regular;
	font-size: 16px;

}

#table tbody {
	font-size: 14px;
	font-family: Poppins-Regular;
	color: #858796 !important;
}

#table thead,
#table a {
	color: white;
}

#table td {
	padding: 16px;
	border-bottom: 1px solid lightgray !important;
}

#table tbody a {
	color: #858796 !important;
}

#table tr:nth-child(even) {
	background-color: #e0fad950;
}

.table-font-size {
	font-size: 0.9rem !important;
}

.profile-table {
	border: none;
}

.profile-table a:hover {
	font-weight: 700 !important;
	color: black;
}

.profile-table-header {
	background: #74bd48 !important;
	border: 1px solid #74bd48 !important;
}

.font-awesome-icon {
	color: #6fd456 !important;
}

.card-header-custom {
	background: none !important;
	background-color: #4ebde5 !important;
}

.document-status {
	letter-spacing: 2px;
}

.btn-border-radius-custom {
	border-radius: 0.20rem !important;
}

.update-flag {
	position: absolute;
	top: 0;
    right: 0;
	padding: 0.1rem 2rem;
	transform: rotate(45deg) translate(2.1rem, -0.5rem);
}

.tender-reset-button {
	background-color: #f3f3f3 !important;
}

.bg-white-trans {
	box-shadow: 1px 1px 10px 2px #888888;
    background-color: rgb(255, 255, 255, 0.8) !important;
}

.bg-white-trans2 {
	box-shadow: 1px 1px 10px 2px #888888;
    /* background-color: rgb(255, 255, 255, 0.8) !important; */
}

footer {
	background-color: #131313;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #ccc;
}