body {
    background-color: #ffc500 !important;
}

.modal-header .close {
    font-size:30px !important;
}

i {
    margin-right: 4px;
}

.modal-footer button {
    text-transform: uppercase !important;
}

.main {
    padding: 10px;
    background-color: #fff;
}

h1 {
    font-size: 24px;
}

h2, h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

md-dialog-content h4 {
    font-weight:bold;
}

md-input-container label {
    padding-left: 10px !important;
}

 .title {
    color: rgb(76,175,80);
    padding: 8px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    border-width: 0 0 2px;
    border-style: solid;
    background-color: transparent;
    border-color: #ff8c3a;
    color: rgb(76,175,80);
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    padding: 12px 24px;
    text-transform: uppercase;
    font-weight: 500;
    box-sizing: border-box;
    margin-bottom: 0px;
    width: 300px;
}

.button_line {
    border-width: 0 0 1px;
    border-style: solid;
    background-color: transparent;
    border-color: rgba(0,0,0,0.12);
}

h4, p {
    margin-bottom: 10px;
}

.btn-default {
    color: #37AC37;
}

.fa {
    vertical-align: middle;
}

.jumbotron .btn-success {
    text-transform: uppercase;
}

.btn-group-justified {
    padding-left: 11px;
    padding-right: 10px;
}

.modal-header {
    background-color: #37ac37;
    color: #fff;
    font-size: 24px;
}

md-card ul {
    padding-left: 18px;
}

.tab-pane .panel-body {
    min-height:345px;
}