﻿#header {
   border-bottom: solid 1px black;
}

#sidebar {
   min-height: 100vh;
   height: auto;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
}

.companylogo {
   content:url("")
}

.jobtitle {
   margin: 0 0 10px -8px;
   color: black;
   font-weight: bold;
}

.contentbody {
   margin: 10px 10px 10px 60px;
   
}

#sidebar > .inner > * {
   border-bottom: none;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}

a {
   color: black;
}

a:hover {
   border-bottom-color: red;
   color: red !important;
}

header.major > :last-child {
   border-bottom: solid 1px black;
   display: block;
   margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
   color: #3d4449;
   font-family: "Arial", sans-serif;
   font-weight: 700;
}

/*Treeview Styles*/
.RadTreeView_Bootstrap .rtSelected .rtIn {
   background-color: red !important;
   border-color: red !important;
}

.RadTreeView_Bootstrap .rtIn {
   padding: 3px 5px !important;
   font-family: "Arial", sans-serif;
}


.RadTreeView_Bootstrap .rtPlus,
.RadTreeView_Bootstrap .rtMinus,
.RadTreeView_Bootstrap .rtMinusHover,
.RadTreeView_Bootstrap .rtPlusHover {
   padding-right: 10px !important;
   background-image:url('/assets/images/arrow.png') !important;
   margin: -3px !important;
   color: rgba(0,0,0,0) !important;
   cursor: default !important;
}

.RadTreeView_Bootstrap .rtLI {
   padding-left: 10px !important;
}
.TopNavNode {
   font-weight: bold;
   white-space: normal;
   font-size: 14px;
   padding-left: 10px !important;
   border-bottom: solid 1px lightgray;
}

.LocationNode {
   display: inline-block;
   white-space: normal;
   width: 250px;
   font-weight: bold;
}

.JobNode {
   display: inline-block;
   white-space: normal;
   width: 250px;
   font-weight: normal;
}

.FooterDate {
   font-weight: normal;
   font-size: 10px;
   color: black;
}

.rsslink {
   font-size: 11px;
   color: blue;
   text-decoration: none;
}

.hr_header {
   margin-top: 2px;
   margin-bottom: 3px;
}

.hr_footer {
   margin-top: 3px;
   margin-bottom:3px;
}

.Button {
   font-family: Arial, Helvetica;
   font-size: 10px;
   height: 20px;
   background-color: #d1e1fa;
   border-color: #86aef0;
   border-width: 1px;
   border-style: solid;
   color:black;
}

   .Button:disabled {
      font-family: Arial, Helvetica;
      font-size: 10px;
      height: 20px;
      background-color: #d1e1fa;
      border-color: #86aef0;
      border-width: 1px;
      border-style: solid;
   }

   .Button:hover {
      font-family: Arial, Helvetica;
      font-size: 10px;
      height: 20px;
      background-color: #dceefc;
      border-color: #86aef0;
      border-width: 1px;
      border-style: solid;
      cursor: default;
   }

   .Button:active {
      font-family: Arial, Helvetica;
      font-size: 10px;
      height: 20px;
      background-color: #dceefc;
      border-color: #86aef0;
      border-width: 1px;
      border-style: solid;
      cursor: default;
   }

   .Button:focus {
      font-family: Arial, Helvetica;
      font-size: 10px;
      height: 20px;
      background-color: #d1e1fa;
      border-color: #86aef0;
      border-width: 1px;
      border-style: solid;
      cursor: default;
   }

.ButtonText {
   FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
   FONT-SIZE: 11px;
   FONT-WEIGHT: normal;
}

.divJobButtons {
   height: 25px;
}




