﻿body {
    margin: 0px 2px 0px 0px;
}

/* Set padding to keep content from hitting the edges */


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.container {
    padding: 0;
    
}
.t-icon {
    cursor: pointer;
}
input[type=button] {
    width: 100px;
}


.blockUI.blockMsg.blockPage {
    box-sizing: initial;
}
.t-icon.t-add {
    background-position: inherit;
}
.error {
    color: #BD0A36;
}

#topMenu .k-image {
    background-image: url("@Url.Content("~/" + filePath)");
    background-size: auto 35px;
    height: 35px;
    margin-top: -15px !important;
    margin-bottom: -12px !important;
    margin-right: -5px;
}

#topMenu .k-link {
    min-height: 16px;
}

.home-logo-menu-item {
    background-color: white;
}

.home-logo-menu-item.k-state-hover {
    background-color: white;
}

.padded-div {
    padding: 35px 0px 0px 20px;
}

.pull-right {
    padding-right:20px;
}