body {
background: #f0f0f0;
}


.shell {
    background-color:white;
}

.pre-header {
    height: 40px;
    background-color: #C0EEF9;
}

.app-header {
    background-color: #008cc4;
    color: #ffffff;
    height: 85px;
}

#bdm-logo {
    float: left;
    height: 75px;
    width: 240px;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    width: 228px;
    height: 70px;
    position: relative;
    top: 5px;
    left: 28px;
}

#main-menu.navbar-default {
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(68, 68, 68, 1);
    border: 1px #444444;
    border-radius: 4px;
}

.navbar {
    margin-bottom: 0px;
    min-height: 40px;
    clear:both;

}

#main-menu.navbar-default {
    border-radius: 0px;
}

.navbar-nav > li > a {
    height: 40px;
    padding-top: 10px;
}

.left-nav {
    float: left;
}

.right-nav {
    float:right;
}

.nav-linkText {
    display: block;
}

.nav-icon {
    display: none;
}

.button-link {
    width: 220px;
    border: 1px solid #cccccc;
    height: 87px;
    margin-bottom: 0px;
}

.button-text {
    width:220px;
    margin-bottom: 15px;
    min-height: 25px;
    font-weight: 50;
    padding: 15px;
    border: 1px solid #cccccc;
    border-top:0px;
}

.nsw-footer__upper {
  background-color: #333 !important;
}

a .div {
    text-decoration: none;
}

a .div:hover {
    text-decoration: none;
}

.heading {
    margin-bottom: 20px;
    padding-left: 0px;
}

.heading h2 {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 0 10px;
}

.heading .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid #333333;
}

.heading.births .icon {
    background: url('../images/births.png') no-repeat;
    background-size: 60px 60px;
    border: 0;
}

.heading.deaths .icon {
    background: url('../images/deaths.png') no-repeat;
    background-size: 60px 60px;
    border: 0;
}

.heading.marriages .icon {
    background: url('../images/marriages.png') no-repeat;
    background-size: 60px 60px;
    border: 0;
}

.button-link .icon {
    border: 1px solid #cccccc;
    width: 85px;
    height: 85px;
    display: inline-block;
}

.button-link .button-label {
    display: inline-block;
    vertical-align: top;
    height: 85px;
    font-size: 24px;
    padding-left: 10px;
    padding-top: 25px;
}

.births .icon {
    background: url('../images/births.png') no-repeat;
    background-size: 85px 85px;
    border: 0;
}

.deaths .icon {
    background: url('../images/deaths.png') no-repeat;
    background-size: 85px 85px;
    border: 0;
}

.marriages .icon {
    background: url('../images/marriages.png') no-repeat;
    background-size: 85px 85px;
    border: 0;
}

.descript-text {
    margin-bottom: 40px;
}

.main-page {
    margin-top: 40px;
}

.main-page .container {
    width: 100%;
    min-height: 771px;
}


.radio-group input {
    margin-right: 5px;
    margin-left: 15px;
}

.radio-group input:first-child {

    margin-left: 0px;
}

.subHeader {
	padding-left: 0px;
}

.subHeader h4 {
	color: #000000;
}

.button-panel {
	padding-left: 0px;
}

.form-item {
    margin-bottom: 10px;
    padding-left: 0px;
}

.form-item .input-section, .form-item .date-control {
    padding-left:0;
}

.form-item .lx {
    margin-bottom: 5px;
}

input[type="text"] {
    width: 100%;
    padding: 3px 5px;
}

.date-control .month {
    width: 50px;
}

.date-control .day {
    width: 50px;
}

.date-control .year {
    width: 50px;
}

.button-panel {
    margin: 20px 0 30px 0;
}

.button-panel.align-right {
    text-align: right;
    padding-right: 0px
}

.application-header {
    background-color: #cccccc;
}

.fh-button {
    background-color: #cccccc;
    margin-right: 5px;
}

.fh-button:hover {
    background-color: #e5e5e5;
}

.fh-button.primary {
    background-color: #3388cd;
    color: #ffffff;
}

.fh-button.primary:hover {
    background-color: #3897e3;

}
.nsw-navigation a:hover {
  text-decoration:none !important;
}


.table-row input[type="checkbox"] {
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */

    position: relative;
    top: 3px;
    left:8px;
}

.table-row{
    border-bottom:1px solid #cccccc;
}

.table-row > div {
    min-height: 30px;
    padding-top: 10px;
}
.checkbox-column {
    float:left;
    width: 30px;
    min-width: 30px;
}



.pdf-column {
    float: right;
    width: 90px;
    padding-top: 4px;
    padding-left: 5px;
}

.delete-column {
    float: right;
    width: 70px;
    padding-top: 4px;
    padding-left: 5px;
}

.detail-columns {
    overflow:hidden;

}

.detail-columns > div {
    min-height: 30px;
    padding-top: 4px;
}

.clear {
    clear:both;
}

.detail-columns > .quantity {
    padding-top: 0px;
    padding-bottom: 8px;
}

.quantity input[type="text"] {
    width: 50px;
}

.detail-columns > .delivery {
    padding-top: 0px;
    padding-bottom: 8px;
}

.delivery select {
    padding: 4px 5px;
}

.table-header {
	font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #777777;

}

.results-data {
    margin-top: 40px;
}

.ds-firstname {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0 0 5px;
}

.ds-lastname {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    padding: 5px 0 0 0px;
}

.table-row .icon {
    width: 30px;
    height: 30px;
    border:1px solid #333333;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.table-row > div {
    min-height: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.odd {
	background-color: #f0f0f0;
}

.even {
	background-color: #ffffff;
}

.pagecontrol {
	padding-top: 10px;
	text-align: center;
}

.pc-left, .pc-middle, .pc-right {
	display: inline-block;
}

.detail-columns .name-column {
    padding-top: 0px;
}

.detail-columns .tag {
    display: none;
}

.table-row .name-column .icon {
    background: url('../images/list-unknown.png') no-repeat ;
}

.table-row .name-column .icon.marriage {
    background: url('../images/list-marriage.png') no-repeat;
}

.table-row .name-column .icon.male {
    background: url('../images/list-male.png') no-repeat -2px 0px;
}

.table-row .name-column .icon.female {
    background: url('../images/list-female.png') no-repeat;
}

.total-row {
    border-bottom: 0px solid #333333;
}

.emph {
    font-weight: bold;
}

#FamilyHistory .stringEditor {
	margin-bottom: 15px;
}

#FamilyHistory .row {
	margin-left: 0px;
	margin-right: 0px;
}

.notification {
    font-size: 0.9em;
    color: #888888;
    margin-bottom: 5px;
}
.captchaBlock {
	margin-left:-15px;
}
.captchaTextClass {
	margin-top: 10px;
	margin-left:-15px;
	
}

.order-form, .applicant-form {
	padding-left:0px;
	padding-right: 0px;
}

.applicant-form label {
	display: block;
}

.applicant-form select {
	margin-bottom: 15px;
	height: 29px;
}

#fhOrderDetails {
	background-color: #ffffff;
}

@media screen and (max-width: 780px) {
    body {
        background:none;
        background-color: #f0f0f0;

    }

    h2 {
        font-size: 20px;
    }

    .container.shell {
        width: 100%;
        padding:0;
    }

    .pre-header {
        height: 0px;
    }

    .app-header {
        background-color: #ffffff;
        color: #444444;
        height: 70px;
        padding-left: 70px;
    }

    .navbar {
        margin-bottom: 0px;
        min-height: 70px;
        padding-left: 70px;
    }


    .navbar-nav > li > a {
        height: 70px;
        padding: 0;
    }

    #bdm-logo {
        float: left;
        height: 55px;
        width: 179px;
    }

    .logo {
        background: url(../images/DJlogo_white.png) no-repeat;
        width: 179px;
        height: 55px;
        position: relative;
        top: 5px;
        left: 28px;
    }

    .main-page {
        margin-top: 20px;

    }

    #main-menu.navbar-default {

        background-color: #285488;
        height: 70px;
    }

    .header-block {
        position: relative;

    }

    .header-shim {
        position: absolute;
        background: url('../images/pre-header.png') no-repeat;
        width: 70px;
        height: 140px;
        z-index: 10;
        top: 0;
        left: 0;
    }

    .navbar-nav > li {
        float: left;
        border-left: 1px solid #5184C1;
        border-right: 1px solid #3a5e89;
    }

    .left-nav, .right-nav {
        margin:0;
    }

    .navbar > .container {
        height: 70px;
        padding: 0;
    }

    .nav-linkText {
        display: none;
    }

    .nav-icon {
        display: block;
        width: 70px;
        height:70px;
    }

    .nav-homeIcon {
        background: url('../images/icon_home_large.png') no-repeat 6px 2px;
    }

    .nav-helpIcon {
        background: url('../images/icon_help_large.png') no-repeat 6px 2px;
    }

    .nav-cartIcon {
        background: url('../images/icon_cart_large.png') no-repeat 6px 2px;
    }

	#itemsInCart{
		margin:0;
		position: absolute;
		top:45%;
		left:50%;
		margin-right:50%;
		transform: translate(-50%,-50%);
		color:black;
		font-weight: bold;
	}




}

@media (min-width: 200px) and (max-width:1199px){
    .container {
        width: 100%;
    }
}

@media (min-width: 200px) and (max-width:991px){
    .table-header {
        display: none;
    }

    .detail-columns .tag {
        display: block;
        font-size: 0.9em;
        color: #666666;
    }

    .table-row {
        padding-bottom: 10px;
    }

    .detail-columns > div {
        margin-bottom: 5px;
    }

    .total-row .delete-column {
        float:none;
        padding-left: 15px;
    }

    .blank {
        display: none;
    }

    .button-panel.align-right {
        text-align: left;
    }
    
	.odd {
		background-color: #D8E2EA;
	}

	.delete-column input[type="submit"] {
		margin-right: 10px;
	}
	
	#fhOrderDetails > div {
		border-bottom: 1px solid #e0e0e0;
	} 
	
	#fhOrderDetails > div:nth-child(2) {
		background-color: #D8E2EA;
	}
	
	#fhOrderDetails > div:last-child {
		border-bottom: 0px solid #ffffff;
	}
	
	.total-row {
	    background-color: #285488;
	    color: #ffffff;
	    font-weight: bold;
	}
	
	.total-row input[type="submit"] {
		color:#333333;
	}
	
	#fhTable tbody td {
		padding: 0 10px 0 10px;
	}
	
	#fhTable tbody tr:first-child {
		margin-bottom: 0px;
		padding-top: 5px;
	}
	
	#fhTable tbody tr:not(:first-child) {
		padding-bottom:0px;
		background-color: #ffffff;
	}
	
	#fhTable tbody tr:last-child {
		padding-bottom:0px;
		background-color: #ffffff;
		margin-bottom: 10px;
	}
	
	
	#gstIndicator {
		/* I have to put an important tag in here to override the inline style */
		/* This is why you NEVER use inline styles!!!!!! Look what you made me do! :( */
		padding: 0 10px 0 10px!important;
	}
}


