﻿/*****************************
Layout - START
*****************************/

/* Core Overrides - Start */

html, body {
    height: 100%;
    font-family: "Open Sans", sans-serif;
}

.fa {
    color: #ffffff;
}

a {
    color: #67a7c0
}

button {
    border-radius: 0;
}
.btn {
    border-radius: 0;
}

/* Core Overrides - End */

#sb-wrap {
    min-height: 100%;
    margin-bottom: -150px;
}

/* Header - Start */

#sb-header {
    background-color: #046b94;
    min-height: 100px;
    min-width: 600px;
}

#logo-img {
    padding: 15px 20px 20px 30px;
}

.sb-navlink i {
    font-size: 40px;
    padding: 28px 20px 32px;
    margin-right: 10px;
    background-color: #046b94;
}

.sb-navlink i:hover {
    color: #e8e8e8;
}

@media (max-width: 600px) {
    
    #sb-header {
        padding-bottom: 20px;
        background-color: #046b94;
        min-height: 70px;
        min-width: 350px;
    }

    #logo-img {
        padding: 10px 10px 10px 10px;
    }

    .sb-navlink i {
        font-size: 30px;
        padding: 15px 15px 25px;
        margin-right: 5px;
    }

    .img-expand {
        width: 10em;
    }
}

/* Header - End */

#sb-message .alert {
    margin-top: 20px;
    margin-bottom: 0;
}

#sb-title h1 {
    font-weight: 800;
    font-size: 2em;
    padding: 10px 0 20px;
}

/* Main - Start */

#sb-main {
    padding-bottom: 180px;
}

#sb-main .row h3 {
    margin-top: 0;
}

#sb-main h3 {
    color: #333333;
    font-weight: 800;
    margin-bottom: 0.67em;
}

#sb-main .tab-content {
    line-height: 1.75;
}

#sb-main .tab-content h3 {
    line-height: 1.75;
    margin-top: 17px;
}

#sb-main .nav-tabs {
    margin-top: 42px;
}

#sb-main .nav.nav-tabs li a {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 10px;
}
#sb-main .nav > li > a {
    padding: 8px 10px;
}

#moreInfo {
    padding-left: 2px;
}

#sb-main .form-control, .modal-body .form-control {
    border-radius: 0;
    height: 38px;
}

.nav-tabs > li > a {
    border-radius: 0;
}

.alert {
    border-radius: 0;
    border-color: transparent;
}

.alert-info {
    background-color: #e1edf2;
}

.alert-warning {
}

/* Main - End */

/* Footer - Start */

#sb-footer-container {
    background: #ebebeb;
    min-height: 150px;
    padding: 0 20px;
}

#sb-footer {
    padding-top: 20px;
    position: relative;
    font-size: 12px;
}

footer ul {
    list-style: none;
    padding-top: 5px;
    font-size: small;
    margin-left: -40px;
}

footer li {
    display: inline;
    margin-right: 30px;
    color: #999;
}

footer a,
footer a:hover {
    color: #999;
}

.nzgovt {
    background: url(Images/nzgovt.png) no-repeat 0 0;
    width: 166px;
    height: 38px;
    display: block;
    margin-left: -4px;
}

p.copyright {
    color: #999;
    font-weight: 400;
    padding-top: 5px;
}

/* Footer - End */

/* Other Layout - Start */

.sb-search {
    padding-bottom: 2px;
}

/* Other Layout - End */

/*****************************
Layout - END
*****************************/

/*****************************
Tables - START
*****************************/

th
{
    font-size: smaller;
    background-color: #eee;
}

tr.even
{
    background-color: #f5f5f5;
}

/*****************************
Tables - END
*****************************/

/*****************************
Search Input - START
*****************************/

/* Add glythicon inside input - http://jsfiddle.net/KyleMit/cyCFS/ */

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

.glyphicon-busy
{
    background-image: url(Images/busy.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 38px;
    height: 34px;
}

/*****************************
Search Input - END
*****************************/

/*****************************
Advanced Search Options - START
*****************************/

#search-advanced-options {
    background-color: #f5f5f5;
    padding: 10px 10px 0 10px;
    border-radius: 4px;
}

/*****************************
Advanced Search Options - END
*****************************/

/*****************************
AddressList - START
*****************************/

tr.address-selectable {
    cursor: pointer;
}

/*****************************
AddressList - END
*****************************/

/*****************************
Map - START
*****************************/
#map-control-wrapper {
    position: relative;
}

#map {
    position: relative;
    margin-top:10px;
    margin-bottom:10px;
    border: 1px solid #ddd;
    height: 400px;
}

/*****************************
Map - END
*****************************/

/*****************************
Properties List - START
*****************************/

#properties tr.clickable:hover {
    background-color: #f5f5f5;
}

/*****************************
Properties List - END
*****************************/

/*****************************
Records List - START
*****************************/

td.record-no {
    white-space: nowrap;
    width: 1%;
}

/*****************************
Records List - END
*****************************/

/*****************************
Multiselect Input Error - START
*****************************/

button.error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
button.error:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

/*****************************
Multiselect Input Error - END
*****************************/

th {
    white-space: nowrap;
}

.clickable {
    cursor: pointer;
}

/*****************************
Misc Helpers - START
*****************************/

.table-glyphicon {
    width: 1%;
}

.dialog-section-header {
    color:#60D1F7;
    font-weight:bold;
    margin-top: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.dialog-inset-checkbox {
    margin-left:30px;
}

.burner-register-button {
    margin-top:20px;
}

.dialog-padding {
    padding-left:40px;
    padding-right:40px;
}

.form-group .help-block {
  display: none;
}

.form-group.has-error .help-block {
  display: block;
}

.dateInputSmall {
  width: 50px;
}

.dateInputLarge {
  width: 100px;
}

/* remove the spinner */
.input-no-spinner::-webkit-outer-spin-button, 
.input-no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*****************************
Misc Helpers - END
*****************************/

/* Dialog Styles - Start */

.dijitDialog {
    background-color: #e8e8e8;
    padding: 30px;
    border: 1px solid #333333;
}

.dijitDialog div {
    padding: 2px;
}

.dijitDialog .dijitDialogTitle {
    font-weight: 800;
}

.dijitDialog .dijitDialogCloseIcon {
    float: right;
    font-weight: 800;
    cursor: pointer;
    background-color: #67a7c0;
    padding: 1px 6px 3px;
    border-radius: 8px;
}

/* Dialog Styles - End */