@import url("HelveticaNeueLTStd_Roman/stylesheet.css");
@import url("../webfonts/HelveticaNeueLTStd_Lt/stylesheet.css");

/* Styles that apply to all of page */
/* Start -> */
html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-color: rgba(59,58,65,1);
}

.newline {
     display: block;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-column {
  display: table-cell;
  height: 100%;
  width: 33%;
}
.tr-head {
	background-color: #d7dadd; /*silver*/
	width: 100%;
}
#dropDownBox {
  float: left;
  display: block;
  clear: both;
}

#changeFolderDiv {
  display: table-row;
  float: right;
  clear: both;
  width: 60%;
  margin-top: -30px;
}

#changeFolderLabel {
  display: table-cell;
  float: left;
  font-weight: bold;
}

#navButtonsRow {
  display: inline;
  float: left;
  width: 100%;
}

#confirmDeleteDialogBox {
  font-family: 'Conv_HelveticaNeueLTStd-Roman';
  font-size: 12pt;
}

#statusSearchBar {
  width: 100%;
}

#status {
  color: #79c39c;

}

#status a {
  color: #79c39c;
  font-family: 'Conv_HelveticaNeueLTStd-Roman';
  font-size: 12pt;
  text-decoration: underline;
}

.searchBox {
  display: inline-block;
  background-image: url(../images/searchBoxBG.png);
  background-size: 152px 29px;
  background-color: transparent;
  border: 0px;
  width: 120px;
  height: 29px;
  color: white;
  font-weight: bold;
  font-family: 'Conv_HelveticaNeueLTStd-Roman';
  font-size: 12pt;
  margin-top: 5px;
  background-repeat: no-repeat;
  padding-left: 10px;
}

#header {
    float: left;
    width: 100%;
    height: 80px;
    background-repeat: repeat-x;
    font-family: 'Conv_HelveticaNeueLTStd-Roman';
    font-size: 12pt;
    background-image: url(../images/1stSection/topSecCent.png);
    display: inline-block;
    text-align: right;
}

#logo {
  margin-top: 25px;
  padding-left: 25px;
  width: 100%;
  float: left;
}

#pageTitle {
  float: right;
  font-family: 'Conv_HelveticaNeueLTStd-Roman';
  color: #8ea48f;
  font-size: 12pt;
  margin-top: 10px;
  width: 200px;
  height: 63px;
}

#pageHeading {
    float: left;
    color: white;
    font-family: 'Conv_HelveticaNeueLTStd-Lt';
    width: 100%;
    font-size: 20pt;
    margin-top: 0px;
}

#pageIcon {
  margin-top: -17px;
  float: right;
}

#bodyHeader {
  float: left;
  clear: both;
  margin-left: 5%;
  margin-top: 175px;
  max-height: 100%;
  width: 95%;
}

#alertBox {
   float: right;
   background-image: linear-gradient(to right, rgba(122,200,161,0.3), rgba(122,200,161,0.8));
   border-radius: 40px;
   padding: 8px;
   margin-right: 60px;
}

#alertBoxHeading {
   color: #3c2e71;
   margin-left: 60px;
   margin-top: 5px;
   padding-right: 20px;
   font-family: 'Conv_HelveticaNeueLTStd-Bd';
   font-size: 12px;
   font-weight: bold;
}

#navBarIcon {
  margin-right: 0px;
}

#alertBoxBody {
  color: darkgreen;
  margin-left: 0px;
  font-family: 'Conv_HelveticaNeueLTStd-Bd';
  font-size: 10.5pt;
  font-weight: bold;
}

#bodyContent {
    float: left;
    min-height: 150px;
    width: 100%;
    background-color: rgba(255,255,255,1.00);
}

#bodyContentHeader {
    background-image: url(../images/headingBarBG.png);
    background-size: 35px 35px,100%;
    height: 29px;
    max-width: 90%;
    background-repeat: repeat-x;
    background-position: left;
    margin-top: 3px;
    padding-left: 15px;
    margin-right: auto;
    border-radius: 16px;
    color: black;
    font-family: 'Conv_HelveticaNeueLTStd-Lt';
    font-weight: 500;
    font-size: 14pt;
    margin-left: auto;
    border-top: 1px solid rgba(200,200,200,1.00);
    border-right: 1px solid rgba(169,169,169,1.00);
    border-bottom: 2px solid rgba(116,122,128,1.00);
    border-left: 1px solid rgba(144,144,144,1.00);
    -webkit-box-shadow: -2px 2px 2px rgba(142,147,153,1.00);
    box-shadow: -2px 2px 2px rgba(142,147,153,1.00);
    z-index: 4000;
}

#logonTable {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
 }

.logonTableCell {
  height: 40px;
}

.logonTableCell2 {
  height: 20px;
  padding-bottom: 10px;
}

#forgotTable {
  width: 100%;
  display: block;
}

#forgotTableColumn {
  margin-left: 15%;
}
#bodyContentMain {
   width: auto;
   border: 2px solid #969aa0;
   border-radius: 0px 0px 20px 20px;
   min-height: 275px;
   margin-left: 6%;
   margin-right: 6%;
   height: 100%;
}
#bodyContentAlertMessage {
	  padding-left: 10px;
  }
.forgotLogon {
  text-decoration: none;
  color: #4A3186;
  font-size: 14px;
}
.box {
      width: 100%;
      margin-top: 25px;
   }

   #logonTable {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-right: 10px;
   }

.logonTableCell {
  height: 40px;
}

.logonTableCell2 {
  height: 20px;
  padding-bottom: 10px;
}


.table-wrapper
{
	border: 0px;
	overflow-x: scroll;
}

#confHeader {
    padding-top: 3px;
    font-family: 'Conv_HelveticaNeueLTStd-Lt';
    color: rgba(93,115,94,1.00);
}

#perpageDiv {
  font-family: 'Conv_HelveticaNeueLTStd-Lt';
  display: inline-block;
  text-align: right;
}

#logonHeader {
	padding-top: 3px;
}

#footer {
    float: left;
    background-image: url(../images/secSectionParts/2sec_Ct.png) , url(../images/footerBG.png);
    width: 100%;
    height: 60px;
    background-repeat: repeat-x,repeat-x;
    background-size: auto 60px;
    position: fixed;
    bottom: 0px;
    padding-top: 0px;
}

#footerRight {
  color:  #3A3A3A;
  padding-right: 125px;
  text-align: right;
  font-size: 12pt;
  font-family: 'Conv_HelveticaNeueLTStd-Lt';
  padding-left: 2%;
  height: 111px;
}

#footerCenter {
    padding-top: 10px;
    height: 50px;
    color: rgba(35,30,84,1.00);
    font-family: "HelveticaNeueLTStd Lt";
    font-size: 0.9em;
}


#bodyContentTable {
  width: 100%;
}

#bodyIcon {
  float: left;
}

  #loginTableColumn1 {
	  overflow:hidden;
	  display:inline;
  }

  #loginTableColumn2 {
	  overflow:hidden;
	  display:inline;
  }

  #loginTableColumn3 {
	  overflow:hidden;
	  display:inline;
  }

  #loginTableColumn4 {
	  overflow:hidden;
	  display:inline;
  }

  #loginTableRow {
	  margin-bottom: 15px;
  }

  #loginTableLink {
	  font-family: "Conv_HelveticaNeueLTStd-Lt";
	  font-size: 12pt;
	  color: #8ea48f;
	  overflow: hidden;
	  display: inline;
  }

  .inputBox {
       background-color: #FFFFFF;
       border-color: #808080;
       border-width: 2px;
       border-style: solid;
       border-radius:20px;
       background-size: 275px 32px;
       width: 25%;
       height: 32px;
       padding-left: 15px;
       padding-right: 15px;
       background-repeat: no-repeat;
    }

    .inputBoxLabel {
       color: black;
 	  font-family: "Conv_HelveticaNeueLTStd-Lt";
       font-size: 12pt;
       padding-right: 10px;
    }

  .inputBoxEditable {
    background-color: #FFFFFF;
    border-color: #808080;
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
    background-size: 275px 32px;
    width: 75%;
    height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    background-repeat: no-repeat;
  }

  .textBoxEditable {
    background-color: #FFFFFF;
    border-color: #808080;
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
    background-size: 275px 32px;
    width: 75%;
    height: 75px;
    padding-left: 15px;
    padding-right: 15px;
    background-repeat: no-repeat;
  }

#navBar {
    float: left;
    color: #7ac8a0;
    width: 100%;
    height: 20%;
    background-size: 100%;
    text-align: center;
    padding-left: auto;
    padding-right: auto;
    padding-top: 0px;
}

.navTable {
  width: 40%;
  text-align: center;
  display: inline-table;
}

.navTable2 {
  width: 40%;
  text-align: center;
  display: inline-table;
}

.navTable3 {
  width: 10%;
  text-align: center;
  display: inline-table;
}

.navBarLink {
  color: #ffffff;
  text-align: center;
  font-size: 13.0pt;
  font-weight: 550;
  font-family: 'Conv_HelveticaNeueLTStd-Roman';
  float: none;
}

#headerBgBar {
    width: 100%;
    height: 190px;
    background-repeat: repeat-x;
    background-image: url(../images/secSectionParts/2sec_Ct.png);
}

#statusSearchBar {
  text-align: right;
  width: 100%;
}

#status {
  text-align: left;
  height: 10px;
  width: 100%;

}

#status a {
  height:10px;
  color: #ffffff;
  font-weight: 550;
  width: 100%;
  text-decoration: underline;
  font-size: 12pt;
  font-family: 'Conv_HelveticaNeueLTStd-Roman';
}

#searchBox {
  background-image: url(../images/searchBoxBG.png);
  background-color: transparent;
  border: 0px;
  width: 152px;
  height: 29px;
  color: #ffffff;
  font-weight: 550;
  font-size: 12pt;
  font-family: 'Conv_HelveticaNeueLTStd-Roman';
  margin-left: 10%;
  padding-left: 10px;
  padding-right: 30px;
  margin-right: 5%;
  margin-top: 5px;
}

#navButtons {
    float: left;
    margin-left: 4%;
    width: 50%;
    clear: both;
    margin-top: 18px;
    display: inline-block;
    position: relative;
}

.settingsTableRowCell {
  font-size: 12pt;
  font-family: 'Conv_HelveticaNeueLTStd-Lt';
  text-align: left;
}

.settingsTableRowCellCheckbox {
  font-size: 12pt;
  font-family: 'Conv_HelveticaNeueLTStd-Lt';
  text-align: center;
}

#folderSelectBox {
  background-image: url(../images/dropDownBoxBG.png);
  background-color: transparent;
  border: 0px;
  width: 235px;
  height: 32px;
  color: white;
  margin-top: 25px;
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#folderSelectBox::-ms-expand {
  display: none;
}

#folderSelectBoxLbl {
  float: left;
  margin-top: 27px;
  margin-right: 15px;
  color: darkgreen;
  font-size: 12pt;

}

#moveToFolderSelectionBox {
  background-image: url(../images/dropDownBoxBG.png);
  background-color: transparent;
  border: 0px;
  width: 150px;
  height: 32px;
  color: white;
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#moveToFolderSelectionBox::-ms-expand {
  display: none;
}

#dropdownMenuBox {
  float: right;
  margin-top: 25px;
  width: 220px;
}

.settingsTableRowCellHeader {
  font-size: 12pt;
  font-family: 'Conv_HelveticaNeueLTStd-Roman';
  text-align: left;
  font-weight: bold;
  width: 23%;
}

.settingsTableRowCellHeader1 {
  font-size: 12pt;
  font-family: 'Conv_HelveticaNeueLTStd-Roman';
  text-align: center;
  font-weight: 550;
  padding-left: 3px;
  padding-right: 3px;
  width: 5%;
}

#logonPageIcon {
	float: right;
  	margin-right: 50px;
  	margin-top: 35px;
  	display: none;
}

#logoText {
    float: right;
    padding-top: 25px;
    font-size: 16pt;
    color: #231E54;
    font-family: 'Conv_HelveticaNeueLTStd-Lt';
    font-weight: 500;
    padding-right: 15px;
}

#logonLink {
  float: left;
  display: block;
  clear: both;
}

.settingsTableRowCellHeader2 {
  font-size: 12pt;
  font-family: 'Conv_HelveticaNeueLTStd-Roman';
  text-align: left;
  font-weight: bold;
  width: 23%;
  padding-left: 10px;
}


/* <- End */
