﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
}

/* 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;
}

.useragreement{
    margin-top: 5px;
}

.divGridDAFDataset{
    font-size:small;
    width:1190px;
}
.divGridRegisteredUsers{
    font-size:small;
    width: 600px;
}
.highlighted-red{
    background-color:rgba(203, 202, 202, 0.50);
    font-size:medium;
    font-weight:bold;
}
.bold{
    font-weight:700 !important;
}
.subtitle{
    /*background-color:green;*/
    margin-top: -25px;
    font-style:italic;
    font-size:smaller;
    font-weight:100 !important;
}
.floatleft{
    float:left;
}
.floatright{
    float:left;
}
.logoimage{
    margin-top: 20px;
    margin-right:40px;
    margin-left:-20px;
}

/*.headerlinks { color: red !important} 
.headerlinks:active { color: red !important}
.headerlinks:link { color: red !important}
.headerlinks:visited { color: red !important}*/

/*bootstrap overrides*/
.navbar-nav > li > a {
  color: white !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #777777 !important;
  background-color: transparent;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #555555 !important;
  background-color: #e7e7e7;
}

.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
  color: #cccccc !important;
  background-color: transparent;
}

.navbar-brand{
  color: white !important;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #777777 !important;
  background-color: transparent;
}


.k-pager-numbers .k-link.k-state-selected {
    border-color: #003366 !important;
    color: #fff !important;
    background-color: #003366 !important;
}

html {
    --kendo-font-size: 15px !important;
}
/*.k-grid a:visited {
    color: darkblue !important;
    text-decoration: underline !important;
}*/
/*a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}*/

.k-grid a:link {
    color: #003366 !important;
}
/*.k-grid a:visited {
    color: darkblue !important;
}*/
.k-grid a:hover {
    color: darkblue !important;
    text-decoration: underline !important;
}

