﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {  
    max-width: 280px;
}*/

/* 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;
}

.k-autocomplete, .k-combobox, .k-datepicker, .k-timepicker, .k-datetimepicker, .k-colorpicker, .k-numerictextbox, .k-dropdown, .k-selectbox, .k-textbox, .k-toolbar .k-split-button
{
    width: 100% !important;
}

/*Start: Adjusting Kendo UI to match with bootstrap*/
input.input-validation-error
{
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

input.k-textbox
{
    height: 2.4em !important;
}

input.k-input
{
    height: 2.1em !important;
}

span.k-input
{
    height: 2.1em !important;
}

.k-textbox>input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input
{
    line-height: 2.40em !important;
}

.control-width-100{
    max-width:100% !important;
}

.k-edit-form-container
{
    width: 100% !important;
}

.mt-15
{
    margin-top:15px !important;
}
/*End: Adjusting Kendo UI to match with bootstrap*/
.breadcrumb {
    margin-bottom: 0 !important;
}
.navbar {
    margin-bottom: 0;
}
.setCursorPointer {
    color: #98bbc1;
}