ion-nav-view {
    max-width: 1024px;
}

.main-color {
    color: #0382b0;
    border-color: #99601f;
}

.required1 {
    border-color: red;
    background: red;
}

.required2 {
    border-color: orange;
    background: orange;
}

.required3 {
    border-color: blue;
    background: blue;
}

.required4 {
    border-color: grey;
    background: grey;
}

.required-legend {
    padding-left: 2px;
    padding-right: 2px;
}

.logo-container {
    width: 100%;
    text-align: right;
    padding-right: 50px;
    margin-bottom: 20px;
}

.box-container {
    text-align: center;
}

.box-container img {
    width: 75%;
}

.tool-main-title {
    background-color: #99601f;
    border-color: #99601f;
}

.module-box {
    margin: 0 auto;
    max-width: 200px;
    height: 200px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}

.tool-container {
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.tool-header {
    color: white;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.tool-content-header {
    border-bottom: 1px solid black;
    padding-top: 1px;
    padding-bottom: 1px;
}

.tool-content-footer {
    border-top: 1px solid black;
    padding-bottom: 1px;
}

.tool-content {
    margin-bottom: 15px;
    font-size: larger;
}

.tool-header > .col {
    padding-top: 1px;
    padding-bottom: 1px;
}

.tool-title {
    font-size: smaller;
}

.button-container {
    padding-top: 2px;
}

.search-item {
    border: 0;
}

.item-input {
    margin-right: 20px;
}

.tool-image {
    width: 100%;
}

.sortorder:after {
    content: '\25b2';
}
.sortorder.reverse:after {
    content: '\25bc';
}

.order-filter {
    cursor: pointer;
}

.grey-button {
    background-color: #0382b0 !important;
    border-radius: 4px;
    color: white;
}

.foo-button {
    padding: 3px;
    line-height: 24px;
    color: white;
    min-height: 0px;
}

.upload-label {
    background-color: lightslategrey;
    border: 1px solid lightslategrey ;
    border-radius: 4px;
    color: white;
    padding: 1px 6px 1px 6px;
}

.file-upload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}