﻿div#container div#content {
    padding-bottom: 0px;
}

div#secondary-navigation-wrapper div#secondary-navigation div.spacer {
    margin: 0px;
}

h2.headLine {
    font-size: large;
}

h2#h2Headline {
    font-style: italic;
}

div.underline {
    border-bottom: solid 1px #D1D1D1;
    width: 80%;
    margin: auto;
    text-align: center;
}

.centerText {
    text-align: center;
}

div#divHeader, div#divSeperator, div#divBottom2 {
    margin-top: 15px;
    padding-bottom: 5px;
}

table.curvedTbl {
    height: 100px;
    /*background-color: Blue;*/
}

tr td.setMin {
    min-width: 105px;
}

table.curvedTbl tbody tr td {
    /*border: solid 1px #D1D1D1;*/
    padding: 7px 5px 3px 20px;
    border-radius: 5px;
}

table.curvedTbl tbody tr td.bottomTblHeader {
    text-align: center;
    padding-top: 10px;
}

table.bottomSpace {
    margin-top: 17px;
}

table.AA_BlueTxt_Trans tbody tr td.useBGColorIndex {
    background-color: rgba(5, 44, 240, 0.85);/*rgba(5, 44, 240, 0.15);*/
    font-weight: bold;
}

table.AA_BlueTxt_Trans tbody tr td.useBGColor {
    background-color:  rgba(17, 17, 17, 1);/*rgba(34, 34, 34, 0.9);/*rgba(58, 58, 58, 0.85);/*rgba(107, 107, 107, 0.9);*/
}

table.AA_BlueTxt_Trans tbody tr td.DarkGrayBG {
    background-color:  rgba(44, 44, 44, 1);
    color: white;
}

table.curvedTbl tbody tr td.fieldLables, table.curvedTbl thead tr td.fieldLables {
    width: 10%;
    background-color: #E6E6E6;
    padding: 1%;
    font-size: 12pt;
    text-align: center;
    color: rgba(184, 15, 15, 1) /*#E30914 /*#009ae1 /*#FC4C02 /*#e88c0f*/;
    font-weight: bold;
    border-radius: 5px;
}

td.fieldLablesCenter {
    width: 16%;
    background-color: #E6E6E6;
    text-align: center;
    color: #e88c0f;
    font-weight: bold;
}

table#tblDateComplete.dateCompleted {
    text-align: right;
}

table#tblDateComplete.open {
    text-align: left;
}

table#tblDateComplete.curvedTbl {
    height: 30px;
}

table#tblDateComplete.curvedTbl tr td.dateCompleted {
    padding: 3px 5px 3px 11px;
    text-align: right;
}

table tr td textarea.areaParts {
    width: 95%;
    height: 81%;
}

table tr td span.open {
    color: Red;
}

div.selector select.ddl {
    width: 200px;
}

.white-curved-border {
    border: 2px solid white;
    border-radius: 8px;
    margin: 10px;
}

.checkBox-Frame {
    width: 20%;
}

.span-ckbxTitle {
    margin-top: 6%;
    float: right;
    color: #009ae1;
    font-weight: bold;
    font-size: 12pt;
}

div.checkBox-Frame {
    margin-top: 5px;
    margin-left: 5px;
}

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 11px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }