#app-container {
    padding: 5rem 1rem 1rem 0;
    /*padding-top: 1rem;*/
}

/*#modal-container {
    padding: 0 1rem;
}*/

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.container {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.form-signin {
    max-width: 630px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Data table styles */
div.buttons-filter-tickets {
    margin-top: -29px !important;
}

.dataTable thead {
    /*display: none;*/
}

.priority-urgent {
    color: #dc3545;
}

.priority-high {
    color: #f0ad4e;
}

.priority-normal, .vendor-tags {
    color: #0056b3;
}

.priority-low {
    color: black;
}

.vendor-address {
    color: grey;
}

.rating-a-plus, .rating-a, .rating-a-minus {
    color: #5cb85c;
    font-weight: bold;
    margin-left: 1em;
}

.rating-b-plus, .rating-b, .rating-b-minus {
    color: #0056b3;
    font-weight: bold;
    margin-left: 1em;
}

.rating-c-plus, .rating-c, .rating-c-minus {
    color: #5bc0de;
    font-weight: bold;
    margin-left: 1em;
}

.rating-d-plus, .rating-d, .rating-d-minus {
    color: #f0ad4e;
    font-weight: bold;
    margin-left: 1em;
}

.rating-f {
    color: #d9534f;
    font-weight: bold;
    margin-left: 1em;
}

.ticket-closed {
    opacity: 0.3;
}

.untouched {
    color: #d9534f;
    font-weight: bold;
}
.untouched.solved, .untouched.ticket-closed {
    color: #007bff;
    font-weight: initial;
}

.custom-ticket-header {
    font-weight: normal;
    color: #4c4c4c;
}

.custom-ticket-header strong {
    font-weight: bold;
    color: #0B151A;
}

#app-container pre {
    white-space: pre-line;
    font-family: inherit;
}

.prop-label {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.7em;
    font-weight: normal;
}

.global-search-btn {
    padding: 5px;
}

.global-search-input {
    max-width: 100px;
    margin-right: 0 !important;
}

.custom-replies {
   word-break: break-word;
}

#remove-attachment {
    margin-left: -2px;
    margin-top: -3px;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

