﻿.header {
    margin: 0;
    width: 1170px;
    height: 40px;
    background-color: #666666;
    padding-top: 20px;
    padding-left: 30px;
}

#orgnizationMenu {
    position: relative;
    right: 50px;
}

.kohidden {
    display: none;
}

#lnkOrganization {
    background-color: transparent !important;
}

#lnkLogout {
    text-decoration: none;
    color: white;
    position: relative;
    top: 10px;
}

#lnkOrganization {
    text-decoration: none;
    color: white;
    position: relative;
    top: 10px;
}

#lnkUserName {
    padding-top: 5px;
    color: white;
    float: left;
    padding-left: 15px;
}

#lnkLogout:hover, #lnkOrganization:hover {
    background-color: transparent;
}

#lnkLogout:hover {
    text-decoration: underline;
}

.responsive-filterbar {
    margin: 15px 0;
}

    .responsive-filterbar > div:first-child {
        padding-left: 0;
    }

    .responsive-filterbar > div:last-child {
        padding-right: 0;
    }

div.form-footer {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    border-radius: 0 0 3px 3px;
    background: #f0f0f0;
    clear: both;
    border-top: 1px solid #dadada;
    padding: 10px 20px;
    margin: 0 auto 10px;
    width: 50%;
}

    div.form-footer::after {
        content: "";
        display: table;
        clear: both;
    }

    div.form-footer div.button-footer {
        float: right;
    }

@media (max-width:768px) {
    #orgnizationMenu {
        position: relative;
        right: 0;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    #lnkLogout {
        float: right !important;
        padding-top: 10px;
        padding-bottom: 15px;
    }
}

tr.k-state-selected {
    background: white !important;
    color: rgb(51, 51, 51) !important;
}

table.table > tbody > tr:not(.top) > td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    vertical-align: middle;
}

.alert-message {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

    .alert-message h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .alert-message p:last-child {
        margin-bottom: 0;
    }

    .alert-message code {
        background-color: #fff;
        border-radius: 3px;
    }

.alert-message-success {
    background-color: #F4FDF0;
    border-color: #3C763D;
}

    .alert-message-success h4 {
        color: #3C763D;
    }

.alert-message-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

    .alert-message-danger h4 {
        color: #d9534f;
    }

.alert-message-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

    .alert-message-warning h4 {
        color: #f0ad4e;
    }

.alert-message-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

    .alert-message-info h4 {
        color: #5bc0de;
    }

.alert-message-default {
    background-color: #EEE;
    border-color: #B4B4B4;
}

    .alert-message-default h4 {
        color: #000;
    }

.alert-message-notice {
    background-color: #FCFCDD;
    border-color: #BDBD89;
}

    .alert-message-notice h4 {
        color: #444;
    }

.form-group.required .control-label:after {
    content: "*";
    color: #dc3545;
}

th.required::after {
    content: "*";
    color: #dc3545;
}

.wordwrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

/* styles for validation helpers */
.field-validation-error, .validationMessage {
    color: #dc3545;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, textarea.input-validation-error, span.input-validation-error, select.input-validation-error {
    border: 1px solid #dc3545 !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

div.notificationContainer {
    padding: 10px;
    text-align: center;
    bottom: 0;
    position: relative;
    z-index: 999999;
    display: none;
}

.tox-statusbar__branding {
    display: none;
}
