﻿body {
    padding-top:0px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 1.2;
}
@media screen and (max-width: 1398px) {
    body {
         padding-top: 50px;   
    }
}

.form-control{
    font-size: 12px;
    height: 28px;
    line-height: 1.2;
}

.form-group {
    margin-bottom: 10px;
}

.k-button {
    min-width: unset;
}

.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width: unset;
}

.container{
    max-width:1500px
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Override default Kendo style for filter cell with radio buttons*/
.k-filtercell > span > label {
    padding-left: 10px;
}

.k-filtercell > span > label > input[type=radio] {
    padding-left: 10px;
}

/* Set width on the form input elements since they're 100% wide by default */

input,
select,
label,
textarea {
    max-width: 280px;
    font-size: 12px;
}
#hide, #show{
    position:fixed;
    top:0;
}
input.k-input, .k-widget, .k-widget.form-control input.k-input{
    box-sizing:content-box;
}
.required label:after {
    margin-left:2px;
    content:"*";
    color:red;
}
.canceled {
        background-color:#e0b8b8;
}

/*For Page title*/
.page-title-style {
    font-family: Georgia !important;
    font-weight: bold;
}

/*For Page title*/
.page-subtitle-style {
    font-family: Arial !important;
    font-weight: bold;
}

/* Layout Menu style*/
.layout-menu-style {
    background-color: #F2F1F1 !important;
    border-bottom: 5px solid;
}
/*Panel header style*/
.panel-header-style {
    background-color: #477E9F !important;
}

.btn-primary {
    background: #477E9F !important;
    color: white !important;
}


/*input.k-textbox:not(#CheckNumber):not(#CardNumber):not([type=password]):not([data-role='maskedtextbox']) {
    text-transform:uppercase;
    }*/

/*:not([type=password]) :not([type=Password]) :not(#CardNumber) :not(#CheckNumber) :not([data-role='maskedtextbox']) :not(#AdminRecordingFeeTypeGrid)*/