﻿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;
    /*margin-left: -10px;*/
}

/* 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;
}

.ftsp {
    padding-top: 25px;
    padding-left: 15px;
}

.ftspfields {
    padding-left: 150px;
}

.ftsptextbox {
    margin-top: 20px;
}

.useragreement{
    margin-top: 5px;
}

.divGridDAFDataset {
    font-size: small;
    width: 1190px;
}

.divGridEmbargoedDataset {
    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;
}
.subtitle1 {
    /*    background-color:green;*/
    margin-top: -12px;
    font-size: medium;
    font-weight: 100 !important;
}

.subtitle2 {
    /*background-color:green;*/
    font-style: italic;
    font-size: medium;
    font-weight: 100 !important;
}
.floatleft{
    float:left;
}
.floatright{
    float:left;
}
.logoimage{
    margin-top: 20px;
    /*margin-right:40px;*/
    margin-left:-60px;
}

/*.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;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 5px 5px 5px;
    margin: 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #d8e2eb;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.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;
}


