/** Service Handler */

.sh_status {
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
}

.sh_error {
    color: #C30;
}

.sh_result {
    color: #000;
}

.sh_spinner {
    background: url('../images/ajax-spinner.gif') no-repeat center;
    height: 100px;
    width: 100px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
    margin: -25px 0 0 -25px;
}

/**
 * Common Services
 */


body.page-services h3 {
    font-size: 36px;
    color: #b52025;
    display: block;
    margin: 0 0 30px;
	text-transform:uppercase;}

body.page-services .add-item {
	padding-left:0;
	}

body.page-services ul.details {
    display: block;
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
padding-bottom: 20px;
list-style: none;
border-bottom: 4px solid #ddd;
}

body.page-services ul.details li {
    display: inline-block;
    width: auto;
    margin-right: 60px;
    font-size: 21px;
}

body.page-services ul.details li span {
    color: #545962;
    display: block;
    padding-bottom: 8px;
}

body.page-services ul.details li.active span {
    text-decoration: none;
    color: #b52025;
}
body.page-node-606 .tabs-container ul.nav-tabs li.active > a:after,
body.page-node-606 .tabs-container ul.nav-tabs li.active:hover > a:after {
	background:url(../images/border_thick_red.png) repeat-x center bottom;height:6px;
	}
body.page-services ul.details li.active {
    background: url(../../../../themes/maci/images/border_solid.png) repeat-x bottom left;
}

body.page-services .main-container {
    display: block;
    margin: 0 auto 100px auto;
    font-size: 21px;
    color: #545962;
}

body.page-services p.disclaimer {
    font-style: italic;
    margin: 20px 0 0;
    width: calc(100% - 340px);
    display: inline-block;
}

body.page-services .buttons {
    display: inline-block;
    width: 340px;
    float: right;
    margin: 6px 0 0;
}

body.page-services .buttons button,
body.page-services button.vessel,
body.page-services button.invoice,
body.page-services button.previous,
body.page-services input.make-payment {
    background-color: #b5111a;
    color: #FFF;
    border-radius: 0px;
    border: 0;
    padding: 17px 0;
    width: 145px;
    margin: 0 0 0 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

body.page-services .buttons button:hover,
body.page-services button.vessel:hover,
body.page-services button.invoice:hover {
    text-decoration:none;
    background-color:#990e16;
}

body.page-services button.vessel,
body.page-services button.invoice {
    float: right;
    margin: 15px 0;
    clear: both;
    width: 280px;
}

body.page-services .buttons {
    margin-top: 30px;
}

body.page-services p.disclaimer-sm {
    font-size: 16px;
    margin-top: 0px;
    line-height: 2;
}

body.page-services p.disclaimer-sm a {
    color: #b52025;
    text-decoration: underline;
}

body.page-services .full-hr {
    display: block;
    margin-left: calc(-50vw + 570px);
    background: #dee1e3;
    height: 6px;
    width: 100vw;
    position: relative;
    margin-top:50px;
}
body.page-services .hr-1.full-hr {
	margin-top:0;
	margin-bottom:50px;
	}

body.page-services .add-item input[type=checkbox] {
    display: inline-block;
    width: 30px;
    height: 30px;
    float: left;
    background: #e8e8e8;
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    outline: none;
}

body.page-services .add-item input[type=text] {
    display: inline-block;
    width: calc(50% - 15px);
    border-radius: 0;
    border: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-appearance: none;
    background-color: #e8e8e8;
    color: #545962;
    font-style: italic;
    height: 60px;
    padding: 0 24px;
    outline: none;
    text-transform: uppercase;
}

body.page-services .add-item input.full {
    width: 100%;
}

body.page-services .add-item ::-webkit-input-placeholder {
    color: #545962;
    font-size:18px;
    text-transform:none;
}

body.page-services .add-item :-moz-placeholder {
    color: #545962;
    font-size:18px;
    text-transform:none;
    opacity: 1;
}

body.page-services .add-item ::-moz-placeholder {
   color: #545962;
    font-size:18px;
    text-transform:none;
   opacity:  1;
}

body.page-services .add-item :-ms-input-placeholder {
   color: #545962;
    font-size:18px;
    text-transform:none;
}

body.page-services ul.receipt-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.page-services ul.receipt-items li {
    margin: 25px 0;
}

body.page-services ul.receipt {
    display: inline-block;
    padding: 0;
    width: 100%;
    list-style: none;
}

body.page-services ul.receipt-top {
    margin: 100px 0 20px;
}

body.page-services ul.receipt li {
    display: inline-block;
    float: left;
    line-height: 30px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

body.page-services ul.receipt li:first-child {
    width: 20%;
}

body.page-services ul.receipt li:nth-child(2)  {
    width: 25%;
}

body.page-services ul.receipt li:nth-child(3) {
    width: 30%;
}

body.page-services ul.receipt li:nth-child(4)  {
   width: 15%;
}

body.page-services ul.receipt li:nth-child(5) {
    width: 10%;
}

body.page-services ul.receipt input[type=checkbox] {
    background: #fff;
    border: 2px solid #dee1e3;
}

body.page-services ul.receipt-item .item-remove {
    cursor: pointer;
    text-decoration: none;
}

body.page-services ul.receipt-item .item-remove:hover {
    text-decoration: underline;
}

/** Reserve Vessel Name */


body.page-services-reserve-vessel-name .sh_status {
    margin: 20px 15px;
    color: #14841F;
}

body.page-services-vessel-details #edit-proposed-name,
body.page-services-vessel-details #edit-current-name {
    text-transform: uppercase;
}

/** Payment Summary */

body.page-services-payment-summary ul.payment-summary,
body.page-services-payment-summary ul.billing-information {list-style: none;margin: 20px 10px;padding: 0;overflow: auto;}
body.page-services-payment-summary p.billing-header {font-size: 24px;color: #b52025;display: block;margin: 30px 10px;text-transform: uppercase;}

body.page-services-payment-summary ul.payment-summary div.field-name,
body.page-services-payment-summary ul.payment-summary div.field-value,
body.page-services-payment-summary ul.billing-information div.field-name,
body.page-services-payment-summary ul.billing-information div.field-value {width: 50%;float: left;padding: 5px 0;}

body.page-services-payment-summary ul.payment-summary div.field-name,
body.page-services-payment-summary ul.billing-information div.field-name {font-weight: bold;}

body.page-services-payment-summary div.console {
    margin-top: 20px;
}

body.page-services-payment-summary div.console button {
    margin: 0;
}

body.page-services-payment-summary div.console input.make-payment {
    float: right;
    width: 160px;
}

/** Pay Invoices */

body.page-services-pay-invoices ul.receipt li:first-child {
    width: 15%;
}

body.page-services-pay-invoices ul.receipt li:nth-child(2)  {
    width: 38%;
}

body.page-services-pay-invoices ul.receipt li:nth-child(3) {
    width: 22%;
}

body.page-services-pay-invoices ul.receipt li:nth-child(4)  {
   width: 15%;
}

body.page-services-pay-invoices ul.receipt li:nth-child(5) {
    width: 10%;
}
body.page-services-pay-invoices div.receipt-total {
    font-size: 26px;
    font-weight: bold;
    color: #990e16;
}

body.page-services-pay-invoices div.receipt-total .label {
    color: #000;
}

body.page-services-payment-details #receipt_customer,
body.page-services-payment-details #receipt_invoice {display: none;}
body.page-services-payment-details #payment-details-form label.control-label {display: none;}

/** Validate Seafarer */

#sh-vsd-spinner {
    display: none;
}

.status h4 {
    color: #008000;
}

.status ul.vsd-info {
    margin-top: 10px;
}

.status ul.vsd-info > li {
    color: #008000;
    padding: 5px 0;
    font-weight: normal;
}

.status p.not-found {
    color: #C30;
    font-weight: bold;
    margin-top: 10px;
}

/** Purchase Vessel Transcripts */

body.page-services-purchase-vessel-transcripts div.receipt-total {
    font-size: 26px;
    font-weight: bold;
    color: #990e16;
}

body.page-services-purchase-vessel-transcripts div.receipt-total .label {
    color: #000;
}

/** Media Queries */

@media screen and (max-width: 1199px) {
    body.page-services .full-hr {
        margin-left: calc(-50vw + 470px);
    }

    body.page-services ul.receipt {
        font-size: 18px;
    }

    body.page-services ul.receipt li:nth-child(2) {
        width: 18%;
    }

    body.page-services ul.receipt li:nth-child(4)  {
        width: 35%;
    }

    body.page-services ul.receipt li:nth-child(5)  {
        width: 17%;
    }

}

@media screen and (max-width: 991px) {
    body.page-services ul.details li {
        margin-right: 30px;
        font-size: 19px;
    }

    body.page-services p.disclaimer {
        width: 100%;
        font-size: 18px;
    }

    body.page-services .buttons {
        width: 100%;
        margin: 30px 0 0;
        float: none;
        display: block;
    }

    body.page-services .buttons button {
        width: calc(50% - 8px);
        margin: 0;
    }

    body.page-services .buttons button:nth-of-type(1) {
        margin-right: 8px;
    }

    body.page-services .buttons button:nth-of-type(2) {
        margin-left: 8px;
    }

    body.page-services .full-hr {
        margin-left: calc(-50vw + 360px);
    }
}

@media screen and (max-width: 767px) {
    body.page-services ul.details li {
        margin: 5px 0;
        display: block;
        width: auto;
    }

    body.page-services ul.details li.active {
        margin-bottom: 15px;
    }

    body.page-services input[type=text] {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    body.page-services .full-hr {
        margin-left: -15px;
        width: calc(100% +30px);
    }

    body.page-services .hr-1 {
        display: none;
    }

    body.page-services button.vessel,
    body.page-services button.invoice {
        width: 100%;
        float: none;
        display: block;
    }

    body.page-services ul.receipt {
        font-size: 17px;
        margin: 0;
    }

    body.page-services ul.receipt-top {
            font-weight: 600;
    }

    body.page-services ul.receipt-item {
        margin-top: -400px;
    }

    body.page-services ul.receipt li {
        line-height: 80px
    }

    body.page-services ul.receipt li:first-child,
    body.page-services ul.receipt li:nth-child(2),
    body.page-services ul.receipt li:nth-child(3),
    body.page-services ul.receipt li:nth-child(4),
    body.page-services ul.receipt li:nth-child(5) {
        width: 100%;
        clear: left;
    }

    body.page-services ul.receipt-item li:first-child {
        padding-bottom: 24px;
    }
}