/* Tools ============================================================================================================ */

.field._disabled input{
    cursor: not-allowed;
}

input._disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

aside .tig-postnl-field-group .field > .label {
    font-weight : 700;
}

.field.street .field.postnl_hidden {
    margin-top: 5px;
}


/* Tools ============================================================================================================ */

.tig_hidden {
    display: none;
}

/* Default: Magento Luma checkout =================================================================================== */

.tig-postnl-validation-message {
    color: red;
    font-size: 12px;
    margin-bottom: 16px;
}

.tig-postnl-success {
    color: green;
}

.tig-postnl-field-group {
    float: left;
    width: 100%;
}

.tig-postnl-field-group .field {
    margin: 0 10px 20px 0;
    width: 100%;
    max-width: 30%; /* IE Fallback */
    max-width: calc(100%/3 - 10px);
    float: left;
}

.tig-postnl-field-group .field:last-child {
    margin: 0 0 20px 0;
    width: 100%;
    max-width: calc(100%/3);
}

.tig-postnl-field-group .field span {
    overflow: hidden;
    max-width: 70%;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align :bottom;
}

.tig-postnl-field-group .field .control {
    margin-top: 5px;
}

/* Required */

.tig-postnl-field-group .field._required>.label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

/* Magento Blank checkout =========================================================================================== */

/* Disable float - which is used in Luma */

.blank.tig-postnl-field-group {
    float: none;
    width: auto;
    display: block;
}

.field.street {
    clear: both;
}

.blank.tig-postnl-field-group .field {
    width: auto;
    float:none;
    display: inline-block;
    max-width: 30%; /* IE Fallback */
    max-width: calc(100%/3 - 10px);
}

.blank.tig-postnl-validation-message {
    float:none;
}

/* Desktop exceptions */

@media screen and (min-width: 768px){
    .blank.tig-postnl-field-group {
        margin-left: 25.8%;
        margin-bottom: 10px;
    }
}

.tig-postnl-field-group .field.tig-postnl-full-width {
    max-width: 100%;
}

/* Account Address Edit Page ============================================================================================ */
.tig-postnl-field-group-account .field span {
    max-width: 100%;
}

.tig-postnl-field-group-account .field:last-child,
.tig-postnl-field-group-account .field {
    margin-bottom: 0;
}

.tig-postnl-international-addresses .tig-postnl-header {
    font-weight: 300;
    font-size: 2rem;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}

.tig-postnl-international-addresses .tig-postnl-address li:hover {
    font-weight: bolder;
}
