﻿body {
    /*padding-top: 5px;
    padding-bottom: 20px;*/
    font-size: 12px;

}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.body-menu {
    font-size: 0.87em;
    /*padding-left: 90px;
    padding-right: 90px;*/
    margin: 0 auto;
    position:relative;
    width:1174px;
    margin-left:auto;
    margin-right:auto;
    min-height: 4px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;   
}

.textarea_ {
    max-width: 900px;   
}

.textareafact_ {
    max-width: 500px;   
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    padding: 1px;
}

input, select, textarea {
    max-width: 100%;
}

/*span.k-datepicker {
    width: 100%;
    max-width: 180px;
}*/

.k-numeric-wrap.k-expand-padding {
    width: 100px;
}

.k-textbox, .k-autocomplete.k-header, .k-dropdown-wrap.k-state-active, .k-picker-wrap.k-state-active, .k-numeric-wrap.k-state-active {
    height: 29px;
}

    .k-textbox > input, .k-autocomplete .k-input, .k-multiselect-wrap {
        height: 22px;
    }

div.clear {
    margin: 0;
}

/*select, input[disabled] {
    height: 28px;
}*/

td > span.k-widget.k-numerictextbox, td > span.k-widget.k-numerictextbox > span.k-numeric-wrap.k-state-default.k-expand-padding {
    width: 100% !important;
}
div > span.k-widget.k-numerictextbox, div > span.k-widget.k-numerictextbox > span.k-numeric-wrap.k-state-default.k-expand-padding {
    width: 97% !important;
}

.k-formatted-value.k-input {
    text-align: right;
}


/*horizontal Grid scrollbar should appear if the browser window is shrinked too much*/
.k-grid-content table {
    min-width: 768px;
}

.k-grid-header table {
    min-width: 768px;
}
.k-toolbar.k-toolbar-resizable {
    flex-wrap: wrap!important;
}
@media only screen and (max-device-width: 1080px) {
    .trv-report-viewer {
        margin-top: 76px !important;
    }
}

@media only screen and (max-device-width: 2300px) {
    .trv-report-viewer {
        margin-top: 40px !important;
    }
}
input[type="text"],
input[type="password"] {
    width: 100%;
}
