﻿html,body {
    height: 100%;
}

body {
    padding-top: 60px;
    padding-bottom: 0px;
    overflow: scroll;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

input, textarea {
    border: solid 1px #000066;
}

input {
    padding: 4px 8px;
}

.navbar-nav li span.text-info {
    line-height: 60px;
    padding: 0 22px;
    display: inline-block;
}

.footer {
    position: relative;
  margin-top: -50px; /* negative value of footer height */
  height: 50px;
  clear:both;
  padding-top:20px;
    background: #000066;
    color: #fff;
}

#wrap {
  min-height: 100%;
}

#main {
  overflow:auto;
  padding-bottom: 50px; /* this needs to be bigger than footer height*/
}

#loginForm {
    margin-top: 25%;
}

hr {
    border-color: #000066;
}

#logoutForm .k-dropdown {
    width: 420px;
}

.nav-bar {
    height: 60px;
    background: blue;
}

.main-tab {
    background: #000066;
    color: #fff;
    height: 48px;
    line-height: 48px;
    text-align: center;
    clear: both;
    padding-left: 220px;
}

.main-tab a {
    color: #fff;
}

table.search-table {
    
}

table.search-table td, table.editor-table td {
    padding: 8px 16px;
    white-space: nowrap;
}

.table-header {
    background: #000066;
    color: #fff;
}
.navbar-inverse .navbar-brand {
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    width: 220px;
}
.navbar-inverse a.logout-link {
    height: 60px;
    line-height: 60px;
    padding: 0 22px;
}
.top-search {
    margin-bottom: 22px;
}
.bottom-table {
    margin-top: 22px;
    clear: both;
    margin-bottom: 40px;
}
.buttons-div {
    text-align: center;
}
.block-header {
     border-bottom: 1px solid #000066;
    color: #000066;
    margin: 22px 0;
    padding-bottom: 9px;
}
td.validator-container {
    margin: 0;
    padding: 0;
    position: relative;
    
}
td.validator-container span {
    color: red;
}
table.search-table td.validator-container div.validator-message {
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
}

table.editor-table td.validator-container {
    width: 320px;
}

table.editor-table td.validator-container div.validator-message{
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
}

table.search-table td.validator-container div.validator-field-short {
    margin-left: -120px;
    width: 520px;
}
table.search-table td.validator-container div.k-tooltip-validation {
    text-align: left;
    margin: 0;
    padding: 0;
}
.k-grid td.k-state-focused {
    box-shadow: none;
}
h2 a {
    font-size: 14px;
    line-height: 33px;
    padding: 12px 16px;
}
.whiteListFilter {
    height: 380px;
}
td.cellDisabled {
    background-color: Silver;
}
.cellDisabled a.countryLink {
    display: none;
}
.hiddenDisabled {
    display: none;
}
.disabledDisabled, .disabledDisabled:hover, .disabledDisabled:visited {
    color: White;
    background: Red;
    display: inline-block;
    width: 70px;
    height: 100%;
    text-align: center;
    padding: 4px;
}
.enabledDisabled, .enabledDisabled:hover, .enabledDisabled:visited  {
    color: White;
    background: #32CD32;
    display: inline-block;
    width: 70px;
    height: 100%;
    text-align: center;
    padding: 4px;
}
.disableClass {
    width: 80px;
    padding: 0;
}
.stateEditor {
border: solid 10px red;
display: block;
}