﻿body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;     
}

.LayoutLabel {
  font-family: 'Microsoft Sans Serif';
  font-size: 10px;
}

.MenuSubHeading {
  font-family: 'Microsoft Sans Serif';
  font-size: 12px;
  font-weight: bold;
}

.MenuItem {
  font-family: 'Microsoft Sans Serif';
  font-size: 12px;
  padding-bottom: 5px;
}

.MenuImage {
  font-size: 10px;
  padding-left: 3px;
  padding-bottom: 6px;
  padding-top: 6px;
}

.rmpView {
  overflow: auto;
  background-color: whitesmoke;
  border: solid 1px orange;
}

.LayoutPanelBackground {
  /*background-color: green;*/
  position: relative;
}

.LayoutTextbox {
  font-size: 10px;
  font-family: 'Microsoft Sans Serif';
  text-transform: uppercase;
}

.LayoutCurrencyTextbox {
  font-family: 'Microsoft Sans Serif';
  font-size: 10px;
}

.LayoutNumberbox {
  font-family: 'Microsoft Sans Serif';
  font-size: 10px;
}

.CheckBox {
  font-family: 'Microsoft Sans Serif';
  font-size: 10px;
}

.LayoutButton {
  font-family: 'Microsoft Sans Serif' !important;
  font-size: 10px !important;
}

.DropZone {
  /*background-color: #EDB44B;
    border-color: #E8AC66;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    width: 100%;
    height: 100px;*/
}

.DropOver {
  color: red;
  background-color: #EDB44B;
}

.ZeroWidth {
  width: 0;
  padding: 0;
  display: none;
}

.LayoutBorder {
  /*border-left: 1px solid #E8AC66;
    border-bottom: 1px solid #E8AC66;
    border-right: 1px solid #E8AC66;*/
}

.UploadProgressContainer {
}

.UploadProgress {
  height: 20px;
  background-color: blue;
}

.UploadComplete {
  width: 200px;
  height: 20px;
  background-color: green;
}

.AddFilesTable {
  border: solid;
  border-color: black;
  border-width: 1px;
}

  .AddFilesTable img {
    width: 16px;
  }

.AddFilesHeader {
  background-color: lightgrey;
  font-weight: bold;
}

.FilesDeleteButton {
  /*color: red;*/
  cursor: pointer;
  
}

/* Default page*/

.LoginTableOuter {
  height: 312px;
  width: 800px;
}

.LoginTableInner {
  width: 352px;
  height: 352px;
}

.LoginTableTD {
  width: 100%;
  height: 100%;
}

.LoginHeading {
  width: 563px;
  height: 25px;
  font-size: large;
  font-weight: bold;
}

.LoginError {
  font-weight: bold;
  color: red;
}

/* Index page*/

.IndexTable {
  height: 100%;
  width: 100%;
  background-color: #B4CDCD;
}

.IndexBackground {
  background-color: #B4CDCD;
}

.IndexBody {
  border-style: none;
  border-color: inherit;
  border-width: medium;
  background-color: #B4CDCD;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
}

.rotate {
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    background-color: #666666;
    /*background-color: #4D4F5C;*/
    height: 100%;
    width:0px;
}

  .rotate span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-weight: bold;
  }

.headerCssClass {
  background-color: #4D4F5C;
  color: white;
  border: 1px solid #5D5F6E;
  padding: 8px;
  cursor: pointer;
}

.contentCssClass {
  background-color: White;
  color: black;
  border: 1px dotted #5D5F6E;
  padding: 8px;
}

.headerSelectedCss {
  background-color: #383842;
  color: white;
  border: 1px solid #5D5F6E;
  padding: 8px;
  cursor: pointer;
}

.MenuImage {
  /*color: #EDB44B;*/
  color: white;
  width: 20px;
  padding-right: 10px;
}

html .RadListBox {
  min-width: 0 !important;
}

.RecordsTable {
  border: solid;
  border-color: black;
  border-width: 1px;  
}

.RecordsTableHeader {
  background-color: lightgrey;
  font-weight: bold;
}

.RecordsTable tr:hover {
  background: orange;
  cursor: pointer;
}

.RecordsDiv {
    background-color: lightgrey;
    border-color: orange;
    border-style: solid;
    height: 200px !important;
    overflow: auto !important;
}

.RecordsGrid {
  border: solid 1px black;
}

.RecordsGridHeader {
  background-color: #636468;
  font-family: 'Microsoft Sans Serif';
  font-size: 12px;
  color: White;
  border: none 0px transparent;
  height: 25px;
  text-align: left;
}

.RecordsGridRows {
  color: #797880;
  background-color: #EDEDED;
  border: none 0px transparent;
  font-family: 'Microsoft Sans Serif';
  font-size: 10px;
}

.RecordsGridRowsAlt {
  color: #797880;
  background-color: white;
  border: none 0px transparent;
  font-family: 'Microsoft Sans Serif';
  font-size: 10px;
}

  .RecordsGridRows:hover, .RecordsGridRowsAlt:hover {
    background-color: #EDB44B;
    cursor: pointer;
  }

.RecordsSelected {
  color: Black;
  background-color: #ABABAB;
  font-size: 10px;
  font-weight: bold;
}

  .RecordsSelected:hover {
    color: Black;
    background-color: #EDB44B;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
  }

.PagerLeft {
  background-color: #636468;
  color: #eeba5b;
  padding-left: 4px;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 2px;
  border-radius: 6px;
  width: 18px;
  height: 18px;
}

.PagerRight {
  background-color: #636468;
  color: #eeba5b;
  padding-left: 6px;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 0px;
  border-radius: 6px;
  width: 18px;
  height: 18px;
}

  .PagerLeft:hover, .PagerRight:hover {
    color: #EDB44B;
    cursor: pointer;
  }

.sortDesc {
  background-color: #636468;
  font-family: 'Microsoft Sans Serif';
  font-size: 12px;
  color: White;
  border: none 0px transparent;
  height: 25px;
  text-align: left;
}

  .sortDesc:hover {
    cursor: pointer;
    color: #EDB44B;
  }

.SelectedDatabase {
  background-color: #636468;
  color: white;
}

/****** Sort It Out - Add *******/

/*body {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 15px !important;
    color: #4e515a;
    transition: ease-in-out 0.2s;
}*/

/*input, select {
    background-color: #e6e6e6;
    border: 0px;
    padding: 6px 10px 7px;
    height: auto !important;
    color: #4e515a;
    font-size: 15px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
}*/

/*input.NewButton {
        background-color: #edb44b;
        color: #fff;
        border: 1px solid #f7941c;
    }*/


/*logo*/

table tr:nth-of-type(1) img {
  /*width: auto !important;*/
  height: auto;
}

/*navigation bar top*/
/*table tr:nth-of-type(2) td {
    border-top: 1px solid #f4941b;
    border-bottom: 1px solid #f4941b;
}*/

table.LoginTableOuter tr:nth-of-type(2) td {
  border: 0px;
}

/*table tr:nth-of-type(3) td:nth-of-type(1) {
    display: block;
}*/


td#tdDocs {
  display: table-cell !important;
}




/****** Sort It Out - Add END *******/


/****** Sort It Out - Overwrite ******/

.LoginTableOuter {
  height: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 30px;
  box-shadow: 3px 4px 10px rgba(0,0,0,0.15);
}

.contentCssClass {
  background-color: White;
  color: #4e515a;
  border: 0px;
  padding: 8px;
}

.AutoExpand,
.AutoExpand .rgMasterTable {
  width: auto !important;
}

.NoPadding {
  padding: 0 !important;
}

.GridRefreshing {
  content: "\25AE";
  font-family: FontAwesome;
  left: 30px;
  position: absolute;
  top: 30px;
}

.DisabledTextBox {
  background-color: whitesmoke;
}

.GridButtonsBar {
  background-color: darkgray;
  border: solid 1px black;
}


.RadioText {
  font-family: 'Microsoft Sans Serif';
  font-size: 10px;
}

.AdvancedSearchGrid {
}

.ClickableMenu {
  width: 120px;
}

.HideMenu {
  visibility: collapse;
}

.LayoutCommands {
  display: table-cell;
  padding: 0;
}

.RecordsButton {
  padding-left: 0px;
  font-family: 'Microsoft Sans Serif';
  font-size: 8.5px;
}

.ProgressLabel {
  color: #F69E2C;
  font-family: 'Microsoft Sans Serif';
  font-size: 12px;
}

.ProgressDiv {
  background-color: grey;
  filter: alpha(opacity=50); /*  IE */
  opacity: 0.5; /* Safari, Opera */
  -moz-opacity: 0.50; /* FireFox */
  z-index: 20000;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.CopyRightDetails {
  font-family: 'Microsoft Sans Serif';
  font-size: 10px;
}

.ProcessFlowMenu {
  font-family: 'Microsoft Sans Serif';
  font-size: 12px;
}

.DeletedDocument {
  background-color: salmon;
}

.ArchivedDocument {
  background-color: brown;
}

.MainMenuItem {
  font-family: 'Microsoft Sans Serif';
  font-size: 12px;
  background: #E1DAC7;
  color: #6E6E7C;
  cursor: pointer;
}

.MainMenuSubItem {
  font-family: 'Microsoft Sans Serif';
  font-size: 12px;
  background: White;
  cursor: pointer;
}

a.MainMenuSubItem, a.MainMenuItem {
  background: #F3D839;
  cursor: pointer !important;
}

.ViewMenuContainer {
  display: table;
  width: 150px
}

.ViewMenuCheck {
  float: left;
  width: 40px;
  background: #E1DAC7;
  text-align: center;
}

.ViewMenuItem {
  margin-left: 51px;
  background: white;
  width: 109px;
  text-align: left;
}
/****** Sort It Out - Overwrite ******/

.RadPicker .RadInput .riTextBox {
  text-transform: uppercase;
}


.pw_prompt {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    padding: 15px;
    width: 200px;
    border: 1px solid black;
    background-color: #EDB44B;
    z-index: 9999999;
}
.pw_prompt label {
    display: block;
    margin-bottom: 5px;
}

.pw_prompt input {
    margin-bottom: 10px;
}