﻿
.anchors {
   text-decoration: underline;
   padding-top: 20px;
}

.addressTab {
   font-size: 8pt;
}

.blue_line {
   background-color: steelblue;
   margin: 0;
   width: 55px;
   height: 6px;
}

.button-submit {
   height: 30px;
   font-family: museo-sans,sans-serif;
   font-weight: 700;
   font-size: 13px;
   color: white;
   background: #ff7900;
   vertical-align: central;
   float: right;
   margin-right: 80px;
   border-radius: 0;
}

   .button-submit:hover {
      background: #ee5c05;
      color: white;
   }

.circle {
   width: 20px;
   height: 20px;
   border-radius: 50%;
   font-size: 6px;
   color: #fff;
   line-height: 20px;
   text-align: center;
   background: steelblue;
   font-style: italic;
   font-size: 13px;
   font-family: times;
   font-weight: bold;
}


.container {
   width: 576px;
}

.container-md {
   width: 1100px;
   margin-right: auto;
   margin-left: auto;
}

.container-large {
   width: 100%;
   font-size: 13px;
}

.deleted {
   color: red;
}

.divider {
   margin: 0;
   padding-bottom: 10px;
   width: 100%;
}

.field {
   font-family: museo-sans;
   font-size: 14px;
   font-weight: 500;
   border: 1px solid;
   border-color: #a7a7a7;
   margin-right: 7px;
}


.field-small {
   width: 40px;
   font-size: 14px;
}

.label-checkbox {
   margin-right: 40px;
}

.field:hover {
   border-color: #787878;
}

.field:active {
   border-color: #4e80cd;
}

form .field {
   margin-bottom: 12px;
}

.formHeader {
   padding-left: 80px;
   margin-left: 10px;
   margin-right: 600px;
   /*background-color: #8FDAFF;*/
   background-color: #AAAAAA;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
}

.headers {
   font-family: museo-sans;
   font-weight: 500;
   font-size: 16px;
   padding-bottom: 10px;
   /*Font-color: #333333*/
}

.headers-regular {
   font-size: 13px;
   font-weight: bold;
}

.info {
   font-style: italic;
   font-size: 13px;
   padding: 20px;
   padding-bottom: 30px;
}

.info-left {
   float: left;
   /*width: 5%;*/
   overflow: hidden;
   margin-top: 20px;
   margin-bottom: 20px;
}

.info-right {
   float: left;
   width: 500px;
   overflow: hidden;
   padding-left: 10px;
   /*padding-right: 200px;*/
}

.nav {
   padding-top: 10px;
}

.nav-tabs a {
   font-size: 16px;
   font-weight: bold;
   color: #FFF;
}

.nav-tabs {
   border-bottom: none;
   border-top: 1px solid #ddd;
   padding-top: 0;
   background: #f6f6f6;
   /*padding-left: 0;
	margin-left:*/
}

   .nav-tabs > .deleted {
      color: red;
   }

   .nav-tabs > li {
      background: #a7a7a7;
   }

      .nav-tabs > li > a:hover {
         background: #787878;
      }

   .nav-tabs > .active > a:hover {
      background: #ee5c05;
      color: #ffffff;
      border-bottom: none;
   }

   .nav-tabs > li > a {
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 10px;
      margin-right: 0;
      border-radius: 0;
      border-bottom: none;
   }

   .nav-tabs > .active > a,
   .nav-tabs > .active > a:focus {
      background: #ff7900;
      color: #ffffff;
      border-bottom: none;
   }

   .nav-tabs > a {
      color: #ffffff;
   }

.pageInfo {
   padding-left: 30px;
   padding-top: 20px;
   line-height: 30px;
}

.property {
   font-weight: bold;
   padding: 10px 0;
}

.row {
   line-height: 30px;
   margin-left: 5px;
}

.row-odd {
   background: #E6E6E6;
}

.section-header {
   font-size: 16px;
   padding-bottom: 30px;
   padding-top: 20px;
}

.skydata-table .select-box {
   padding: 0;
   text-align: center;
}

.separator {
   width: 100%;
   height: 1px;
   background: grey;
   margin-bottom: 20px;
}

.skydata-table {
   width: 100%;
   font-size: 13px;
}

.comp-data {
   margin-bottom: 0;
}

.skydata-table th {
   background-color: #F6F6F6;
   font-weight: bold;
}

.skydata-table tr.headers th {
   border-bottom: 1px solid #000;
   border-collapse: collapse;
}

.skydata-table, th, td {
   border: 1px solid #CCCCCC;
}

   .skydata-table tr {
      height: 30px;
   }

   .skydata-table td {
      padding-left: 20px;
      padding-right: 10px;
   }

.smallList {
   padding-left: 30px;
   line-height: 30px;
}

.subject-container {
   margin-left: 15px;
   margin-right: 30px;
}

.tableHeader {
   padding-bottom: 20px;
   padding-left: 15px;
}

th a {
   text-decoration: underline;
}

.triangle {
   width: 0;
   height: 0;
   border-top: 11px solid #ff7900;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   z-index: 2;
   position: absolute;
   padding-bottom: 5px;
   margin-left: 55px;
}

   .triangle a:hover {
      border-top: 11px solid #ee5c05;
   }

.triangle-hover {
   border-top: 11px solid #ee5c05;
}

.addressTab {
   width: 110px;
   text-align: center;
}


.well {
   background: none;
   border: 2px solid lightgrey;
   margin-top: 50px;
   padding: 50px;
}

#tabs {
   margin-left: 15px;
   margin-right: 30px;
   margin-bottom: 16px;
   z-index: 1;
}

.selectAll:hover {
   cursor: pointer;
}

.upperCaseValues:hover {
   cursor: pointer;
}