#mainTabs > md-tabs > md-tabs-wrapper {
    display: none;
}

md-card {
    margin-bottom: 25px;
}

md-input-container.md-auto {
    width: auto;
}

md-tabs.md-dynamic-height md-tab-content.md-active {
    display: inline;
}

.child-form-validation-message {
    color: red;
}

.tab-actions {
}
.tab-actions-left {
    text-align: left;
}

.tab-actions-left button.md-button {
    background: #36bdb2;
    color: #fff;
    font-weight: 700;
}

.tab-actions-left button.md-danger {
    background: red;
}

.tab-actions-right {
    text-align: right;
}

.tab-actions-right button.md-button {
    background: #36bdb2;
    color: #fff;
    font-weight: 700;
}

.tab-actions-right button.md-default {
    background: #aaa;
}

.angular-form-checkbox-intro {
    margin: 10px 0 -5px;
    border-bottom: 1px solid #ccc;
}
.angular-form-checkbox-group-other md-input-container {
    margin: -15px 0 ;
}

@keyframes sd_spinner {
    to {transform: rotate(360deg);}
}

.sd_spinner {
    font-size: 0;
}

.sd_spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    border-top-color: #000000;
    animation: sd_spinner .8s linear infinite;
}

.ie-alert {
    display: none;
    margin: 20px 0;
}
