﻿html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 12px !important;
}

.container {
    width: 100% !important;
    padding: 0 2px;
}
/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

input[type="text"],
input[type="email"],
input[type="password"],
select {
    width: 100%;
    max-width: 290px;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

#tableCallResults th, #tableCallResults td {
    border: 1px solid gray;
    margin: 0;
    padding: 3px;
    white-space: normal;
}


.FilterTable {
    height: 30px;
}

    .FilterTable td {
        vertical-align: bottom;
        padding: 5px;
    }

.StaffEditTable td {
    vertical-align: bottom;
    padding: 1px;
}


.form-line {
    display: table-row;
    height: 33px;
    padding: 0px 5px 10px;
}

.editor-field {
    display: table-cell;
}

.editor-label {
    display: table-cell;
    text-align: right;
    padding-right: 10px;
}

/*.k-widget {
    margin-bottom: 10px;
}*/

/* Для выделенных Edit, Delete в kendo grid*/
tr.k-state-selected a {
    color: #fff;
}

ul li {
    list-style: none;
    list-style-type: none;
}


.k-combobox, .k-datetimepicker {
    width: 290px !important;
}


/*#region btn-mxm-default */

.btn-mxm-default {
    color: black;
    background-color: #d2d2d2;
    border-color: #ccc;
    font-size: 12px;
}

.btn-mxm-default:focus,
.btn-mxm-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-mxm-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-mxm-default:active,
.btn-mxm-default.active,
.open > .dropdown-toggle.btn-mxm-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-mxm-default:active:hover,
.btn-mxm-default.active:hover,
.open > .dropdown-toggle.btn-mxm-default:hover,
.btn-mxm-default:active:focus,
.btn-mxm-default.active:focus,
.open > .dropdown-toggle.btn-mxm-default:focus,
.btn-mxm-default:active.focus,
.btn-mxm-default.active.focus,
.open > .dropdown-toggle.btn-mxm-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-mxm-default:active,
.btn-mxm-default.active,
.open > .dropdown-toggle.btn-mxm-default {
    background-image: none;
}

.btn-mxm-default.disabled:hover,
.btn-mxm-default[disabled]:hover,
fieldset[disabled] .btn-mxm-default:hover,
.btn-mxm-default.disabled:focus,
.btn-mxm-default[disabled]:focus,
fieldset[disabled] .btn-mxm-default:focus,
.btn-mxm-default.disabled.focus,
.btn-mxm-default[disabled].focus,
fieldset[disabled] .btn-mxm-default.focus {
    background-color: #fff;
    border-color: #e6e6e6;
}

.btn-mxm-default .badge {
    color: #fff;
    background-color: #333;
}



/*#endregion */
