html, code {
    font: 15px/22px arial, sans-serif
}

html {
    background: #fff;
    color: #222;
    padding: 15px
}

body {
    margin: 7% auto 0;
    max-width: 390px;
    min-height: 180px;
    padding: 30px 0 15px
}


p {
    margin: 11px 0 22px;
    overflow: hidden
}

button,
input[type=submit] {
    cursor: pointer;
}

ins {
    color: #777;
    text-decoration: none
}

duplicate-message a {
    text-decoration: underline;
    font-weight: bold;
}


.red-cell {
    background-color: rgba(232, 141, 134, 0.5)
}

.green-cell {
    background-color: rgba(161, 232, 150, 0.5)
}

.yellow-cell {
    background-color: rgba(236, 237, 184, 0.5)
}

.ticket-grid-row {
    height: 55px;
    overflow: hidden;
}

.ticket-grid-row > .x-grid-cell-inner {
    max-height: 35px;
}

.login-form {
    box-shadow: 0px 1px 3px rgba(5, 27, 53, 0.14), 0px 2px 2px rgba(5, 27, 53, 0.12);
    padding: 10px 20px;
}

.logo-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
}


.form-group {
    width: 100%;
    margin-top: 10px
}

.form-field-label {
    display: block;
    font-size: 16px;
}

.login-form-field {
    width: 100%;
    height: 30px;
    outline: none;
    border-radius: 2px;
    border: 1px solid #d4d4d4;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.login-form-field:focus {
    border: 1px solid #f19253
}

.login-form-submit {
    width: 100%;
    background-image: none;
    background-color: #f19253;
    border-width: 0;
    border-radius: 2px;
    margin: 10px 0 10px 1px;
    height: 35px;
    color: #750c15;
    font-size: 16px;
    font-weight: bold
}

.login-form-submit:focus {
    outline: none;
    border: 1px solid #c77137;
}

.login-from-message {
    border-radius: 2px;
    padding: 10px 0 10px 3px;
    margin-top: 10px;
    width: 100%;
    font-weight: bold;
    text-align: center;
}

.login-from-message.error {
    background-color: #FFF6F6;
    color: #9F3A38;
    box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.login-from-message.success {
    background-color: #d4edda;
    color: #155724;
    box-shadow: 0px 0px 0px 1px #c3e6cb inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.logout-btn {
    z-index: 9999999;
    position: absolute;
    top: 7px;
    right: 0;
    margin: 0 26px 0 0;
}

.logout-link {
    color: #000000;
}

.x-action-col-icon {
    margin-left: 10px;
    margin-right: 10px
}

.td-completed-task {
    text-decoration: line-through;
    color: #808080
}


#taskCountBadge {
    color: white;
    background-color: #161616;
    font-size: 12px;
    padding: 1px 4px;
    border-radius: 4px;
}