body {
    background-color: aliceblue;
    font-size: 12px;
	font-family: 'Cabin', sans-serif;
}

.container, .container-fluid {
	min-height: 60vh;
}

.hide {
    display: none;
}

.btn {
    border-radius: 0px;
    font-size: .95em;
    font-family: Verdana;
}

header {
    margin-bottom: 50px;
}

.fa {
	color: #87cefa;
}

.navbar-light {
    background-color: #2393d2 !important;
}

.navbar-light .nav-item a {
    color: #fff !important;
    font-size: 14px;
}

.navbar-light .dropdown-menu a {
    color: #8b8c8e !important;
}

.navbar-light .dropdown-menu a:hover {
    background-color: #2393d2 !important;
    color: #fff !important;
}

.navbar-nav .active {
    background-color: #2393d2 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #2393d2;
	font-family: 'Raleway', sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #c5c5c5;
}

a .fa {
	color: #c5c5c5;
}

a:hover .fa, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #2393d2;
	text-decoration: none;
}

.msg-container {
	margin-left: 10%;
	margin-right: 10%;
}

.form-group {
	margin-bottom: 0.5rem !important;
}

label {
	margin-bottom: 0px !important;
}

input[type="text"], input[type="date"], input[type="number"], input[type="email"], input[type="phone"], input[type="password"], textarea, select {
    font-size: 12px !important;
	border-radius: 0px !important;
}

input[type="date"] {
    position: relative;
    width: 100%; height: 28px;
    color: white;
	font-size: 15px !important;
}

input[type="date"]:before {
    position: absolute;
    top: 4px; left: 11px;
    content: attr(data-date);
	font-size: 12px;
    display: inline-block;
    color: black;
}

input[type="date"]::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 8px;
    right: 0;
    color: black;
    opacity: 1;
}

thead {
    color: #2393d2;
	text-align: center;
}

.table thead th:nth-child(1), .table td:nth-child(1) {
    width: 10% !important;
    vertical-align: middle;
    text-align: center;
}

#repaired-tab .table thead th:nth-child(2), #repaired-tab .table td:nth-child(2), #repaired-tab .table td:nth-child(2) input {
    width: 90% !important;
    vertical-align: middle;
}

#repaired-tab .table td:nth-child(2) input {
    width: 100% !important;
    vertical-align: middle;
}

#replaced-tab .table thead th:nth-child(2), #replaced-tab .table td:nth-child(2) {
    width: 40% !important;
    vertical-align: middle;
}

#subject-to-tab .table thead th:nth-child(2), #subject-to-tab .table td:nth-child(2) {
    width: 40% !important;
    vertical-align: middle;
}

#replaced-tab .table td:nth-child(2) input, #subject-to-tab .table td:nth-child(2) input {
    width: 100% !important;
    vertical-align: middle;
}

#replaced-tab .table thead th:nth-child(3), #replaced-tab .table td:nth-child(3), #subject-to-tab .table thead th:nth-child(3), #subject-to-tab .table td:nth-child(3) {
    width: 20% !important;
    vertical-align: middle;
}

#replaced-tab .table td:nth-child(3) input, #subject-to-tab .table td:nth-child(3) input {
    width: 100% !important;
    vertical-align: middle;
}

#replaced-tab .table thead th:nth-child(4), #replaced-tab .table td:nth-child(4), #subject-to-tab .table thead th:nth-child(4), #subject-to-tab .table td:nth-child(4) {
    width: 10% !important;
    vertical-align: middle;
}

#replaced-tab .table td:nth-child(4) input, #replaced-tab .table td:nth-child(5) input, #replaced-tab .table td:nth-child(6) input, #subject-to-tab .table td:nth-child(4) input, #subject-to-tab .table td:nth-child(5) input, #subject-to-tab .table td:nth-child(6) input {
    width: 100% !important;
    vertical-align: middle;
}

#replaced-tab .table thead th:nth-child(5), #replaced-tab .table td:nth-child(5), #subject-to-tab .table thead th:nth-child(5), #subject-to-tab .table td:nth-child(5) {
    width: 10% !important;
    vertical-align: middle;
}

#replaced-tab .table thead th:nth-child(6), #replaced-tab .table td:nth-child(6), #subject-to-tab .table thead th:nth-child(6), #subject-to-tab .table td:nth-child(6) {
    width: 10% !important;
    vertical-align: middle;
}

#document-images-tab .table thead th:nth-child(2), #document-images-tab .table td:nth-child(2), #document-images-tab .table thead th:nth-child(3), #document-images-tab .table td:nth-child(3), #document-images-tab .table thead th:nth-child(4), #document-images-tab .table td:nth-child(4) {
    text-align: center !important;
    width : 30% !important;
    vertical-align: middle;
}

td:nth-child(1) input {
	width: 100% !important;
	vertical-align: middle;
	background-color: aliceblue !important;
	border: none !important;
	text-align: center;
}

td:nth-child(1) input:hover {
	background-color: #c5c5c5 !important;
	border: none !important;
}

.table-sm th, .table-sm td {
	border: 1px solid #c5c5c5 !important;
}

.table-sm thead {
	background-color: #fff;
	color: #2393d2;
	font-family: 'Raleway', sans-serif;
}

#table-images tbody td {
    width: 20% !important;
    text-align: left !important;
}

#gst_percentage {
    width: 100% !important;
}

#gst_percentage_dism {
    width: 100% !important;
}

#searchbox {
    background-color: #2393d2 !important;
}

.search-filter .input-group-append {
    background-color: #2393d2 !important;
}

.search-filter .input-group-append a, #searchbox i {
    color: #fff;
}

.doc-image-remove {
    display: block;
    position: relative;
    top: 40px !important;
}

footer {
    background-color: #2393d2;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}