﻿body {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
}

Fiedlset table td {
    padding-right: 20px;
}


Fiedlset table td {
    padding-right: 20px;
}

.k-grid-AddNewRecord span {
    background-image: url('../Images/create.png');
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    margin-top: 3px;
    padding-bottom: 0px;
    padding-right: 1px;
}

.k-grid-UnPostedRecord span {
    background-image: url('../Images/unposted.png');
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    margin-top: 3px;
    padding-bottom: 0px;
    padding-right: 3px;
}

.k-grid-PostedRecord span {
    background-image: url('../Images/posted.png');
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    margin-top: 3px;
    padding-bottom: 0px;
    padding-right: 1px;
}

.k-grid-CancelRecord span {
    background-image: url('../Images/cancel.png');
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    margin-top: 3px;
    padding-bottom: 0px;
    padding-right: 1px;
}


.GridHeader {
    font-size: 13px;
    color: #277596;
}

.k-grid tbody tr {
    height: 28px;
}

.k-grid td {
    white-space: nowrap;
}

.k-grid .k-button {
    min-width: 0 !important;
}

.GridFooter {
    font-size: 12px;
    color: #f83d0a;
}
.customBtn {
    width: 8px;
    margin: 0px;
    padding: 0px;
    font-size: x-small;
}


/*to disable edit grid button*/
.notEditable .k-grid-edit {
    display: none;
    background-image: url('Images/password.png');
}

/*Fix Kendo Panelbar width*/
.k-panelbar .k-content > .panelBar-content {
    overflow: auto;
}

#MainMenu {
    width: 220px;
    /*margin: 0 auto;*/
}

.k-input.ROField, .k-input.ROField:focus, .k-textbox.ROField, .k-textbox.ROField:focus {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    color: #000;
    background-color: gainsboro;
}

.k-textbox.CalendarField {
    width: 360px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
}

.k-textbox.RoleDescription {
    width: 360px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
}

.k-textbox.RoleROField {
    width: 360px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: gainsboro;
    font-size: 12px;
}

.k-textbox.CSRROField, .k-textbox.CSRROField:focus {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    color: #000;
    width: 380px;
    background-color: gainsboro;
}

.k-textbox.ProblemTitle{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    color: #000;
    width: 380px;
}

.k-textbox.UserAddress {
    width: 367px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
}

.k-textbox.login {
    width: 320px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
}

.text-danger {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #f00;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

table#mainTbl {
    width: 100%;
    height: 600px;
}

table.FormTable {
    border: 1px solid #2289ca;
}

table.MasterTble {
    background-color: #e0eff6;
    width: 100%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
}

tr.ToolbarColor {
    background-color: midnightblue;
    /*#ff6a00 Orange Color*/ 
}

#MainMenu > .k-item > .k-link > .k-image {
    margin-top: 2px;
    margin-left: -10px;
}

.findButton {
    height: 24px;
    width: 10px;
}

fieldset {
    border: 1px solid #3e83a0;
}

legend {
    font-weight: bold;
}


fieldset.UserInfo {
    margin: 5px 5px;
    width: 770px;
    border: 1px solid #3e83a0;
}

.LoginTab {
    height: 150px;
    width: 400px;
}

.UserTab {
    height: 310px;
    width: 800px;
}

.RoleTab {
    height: 300px;
    min-width: 950px;
}

table.DbBackupTbl {
    border: 1px solid #2289ca;
}

    table.DbBackupTbl td {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        border-bottom: 1px solid #2289ca;
    }



.k-button.findBtn {
    width: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
}


div.MainForm {
    margin: 5px 0px 0px 5px;
    padding: 5px;
    display: none;
}


.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    background-color: #ddd;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=90);
    opacity: 0.90;
    /*background-image: url('../Images/ajax-loader.gif');*/
}

.LockContent {
    background-color: #3e83a0;
    color: #fff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 20px 5px 5px 5px;
    width: 200px;
    height: 35px;
    display: table;
    margin: 0 auto;
}

.kendoDanger {
    background-color: red;
    color: white;
}

.kendoSubmit {
    background-color: limegreen;
    color: white;
}