/*==============================
=         Buttons              =
==============================*/

.k-button,
.k-button:hover,
.k-button:focus,
.k-button:active,
.k-button.k-state-focused,
.k-button.k-state-focused:hover,
.k-button.k-state-focused:focus,
.k-button.k-state-focused:active,
.btn,
.btn:hover,
.btn:focus,
.btn:active,
.k-button.s-btn-inverted:hover,
.k-button.s-btn-icon-inverted:hover,
.k-button.active,
.k-button.active:hover,
.k-button.active:focus,
.pseudo-k-button,
.pseudo-k-button:hover,
.pseudo-k-button:focus,
.pseudo-group-button.active,
.pseudo-group-button.active:hover {
    border: 1px solid #5cb4e2;
    background: #5cb4e2;
    color: white;
    font-weight: normal;
    border-radius: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.k-button-icontext .k-icon,
.k-button-icontext span.glyphicon {
    margin-right: 7px;
}

.k-button-icontext .k-icon,
.k-button-icontext .k-icon:hover,
.k-button-icontext .glyphicon,
.k-button-icontext .glyphicon:hover {
    color: #fff;
}

.k-button-icontext.s-btn-inverted:not(:hover) .k-icon,
.k-button-icontext.s-btn-inverted:not(:hover) .glyphicon {
    color: #5cb4e2;
}

.k-button .k-state-disabled {
    border: 1px solid #5cb4e2;
    margin: 10px;
    background: #5cb4e2;
    color: white;
}

.k-state-disabled-gray {
    color: #7c7b7c !important;
}

.k-primary,
.k-overflow-container .k-primary {
    color: #ffffff;
    border: 1px solid #5cb4e2;
    background: #5cb4e2 none 50% 50%;
}

.k-button.s-btn-inverted,
.k-button.s-btn-inverted:focus {
    border: 1px solid #5cb4e2;
    background: #fff;
    color: #5cb4e2;
    margin: 1px;
    /* font-weight: bold; *//* this makes buttons move on hover */
}

.k-button.s-btn-icon-inverted,
.k-button.s-btn-icon-inverted:focus {
    border: 1px solid transparent;
    background: transparent;
    color: #5cb4e2;
}

.k-button.s-btn-inverted.s-btn-selected,
.k-button.s-btn-inverted.s-btn-selected:focus {
    border: 2px solid #5cb4e2;
    background: #ebebeb;
    color: #5cb4e2;
    font-weight: bold;
    margin: 0;
}

/*
Using .k-button has some side effects.
Use this class to just get the visuals.
*/
.pseudo-k-button {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 14px 4px;
    font-family: inherit;
    line-height: 1.72em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 100%;
    -webkit-appearance: none;
}

.pseudo-group-button,
.pseudo-group-button:hover,
.pseudo-k-button:active {
    color: #333;
    background-color: #ebebeb;
    border-color: #aeaeae;
}

.pseudo-icon-button {
    outline: none;
    background: none;
    border: 0;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    font-size: 11px;
    color: #5cb4e2;
    line-height: 16px;
    padding: 3px 2px;
    text-align: center;
    cursor:pointer;
    display:inline-block;
}

.pseudo-icon-button:hover {
    background: #5cb4e2;
    color: #fff;
}

.s-label-inverted {
    color: #5cb4e2;
    background: #fefefe;
}

/* input tag as pseudo button */
input.s-input-btn:checked + .pseudo-button-inverted,
.pseudo-button-inverted,
.pseudo-button-inverted:hover {
    border: 1px solid #5cb4e2;
    background: transparent;
    color: #5cb4e2;
}

button.s-icon-btn {
    font-size: 16px;
}

button.s-icon-btn > img {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 1px;
    margin-right: 10px !important;
}

button.s-icon-btn.s-icon-btn-16 > img {
    padding: 3px;
    border-radius: 11px;
}

button.s-icon-btn.s-icon-btn-32 > img {
    padding: 1px;
    border-radius: 10px;
}

/* ALARMS */

.al-tooltip-check-container {
    color: white;
}

.al-tooltip-check-text-container {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 11px;
    font-style: italic;
}

.al-tooltip-check-user-container {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}

.al-tooltip-check-time-container {
    text-align: left;
    font-size: 11px;
    font-style: italic;
    margin-top: 3px;
}

.al-button-group.al-check-button.active,
.al-button-group.al-check-button.active:hover,
.al-button-group.al-check-button.active:focus {
    background-color: transparent;
    color: #89b64d;
    cursor: auto;
}

.al-button-group.al-check-button-disabled {
    display: none;
}

.al-button-group.al-duplicated-button,
.al-button-group.al-duplicated-button:hover,
.al-button-group.al-duplicated-button:focus {
    color: #fff !important;
    background-color: transparent !important;
}

.al-button-group.al-duplicated-button-disabled {
    display: none;
}

/* End of ALARMS */