﻿/* to be merged into the main file when done */

.documentsbycategorybuttons {
    margin:0;
    padding:0;
    width:100%;
}

.documentsbycategorybuttons li {
    list-style:none;
    float:left;
    background-imagex: url("/is/images/5/itembg.png");
    background-color:#3f73b2;
    color:white;
    height:30px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    margin-right: 0.5%;
}

.documentsbycategorybuttons .selected {
    background-imagex: url("/is/images/5/itembgs.png");
    background-color:#294694;
    color:white;
}

.documentsbycategorybuttons a {
    padding:4px;
    color:white;
    font-weight:bold;
}

.documentsbycategorybuttons a:hover {
    color:white;
}

.documentsbycategorybuttons .selected a {
    color:white;
}

.loader {
  height: 2px;
  width: 100%;
  position: fixed;
  top:0;
  overflow: hidden;
  background-color: #ddd;
  z-index:100000;
}

.loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 2px;
  background-color: #4D92CA;
  animation: loading 1s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

.floatable {
    cursor:pointer;
    text-decoration:dotted;
    color:#337ab7;
}

.floatable:hover {
    text-decoration:underline;
}

.nav-project-setup-updating {
    margin-left:5px;
    color:yellow;
    display:none;
}

.book-section-style {
    padding:2px 4px;
    color:white;
    width:150px;
}

.book-section-style i {
    width:15px;
    text-align:center;
}

.book-section-style span {
    margin-left:4px;
}

.book-section-style-colour option {
    color:white;
    padding:4px;
}

.bookpreview-container {
    width: 100%;
    background-color: white;
    border: 1px solid #3F73B2;
    border-radius: 3px;
}

.bookpreview-header {
    width: 100%;
    background-color: #3F73B2;
    padding: 5px 10px 10px 10px;
    color:white;
}

.bookpreview-header option, .bookpreview-header select, .bookpreview-header button {
        color: black;
    }

.bookpreview-body {
    width:100%;
    background-color:white;
    padding:5px;
    display:inline-block;
}

.bookpreview-body iframe {
    border:1px solid #808080;
}

.bookpreview-body-left, .bookpreview-body-middle, .bookpreview-body-right {
    display: inline-block;
    float: left;
}

.bookpreview-body-right {
    margin-left: 10px;
}

.fa-green {
    color:#008000 !important;
}

.fa-green-hover:hover {
    color: #008000 !important;
}

.fa-red {
    color: #800000 !important;
}

.fa-red-hover:hover {
    color: #800000 !important;
}

.filetarget {
    border: 1px solid #222;
    padding: 10px 5px 10px 50px;
    background-color: #E6BD8C;
}

.correspondencerecipient {
    margin-right: 5px;
}

.process-notstarted {
    background-color:#ffffff !important;
}

.process-prelisted {
    background-color: #e8cb4a !important;
}

.process-prelistedsystem {
    background-color: #e4ba04 !important;
}

.process-inprogress {
    background-color: #f5a760 !important;
}

.process-inprogresssystem {
    background-color: #f38016 !important;
}

.process-draft {
    background-color: #a20791 !important;
}

.process-issuedforcomment {
    background-color: #749ed7 !important;
}

.process-commentsmade {
    background-color: #d694d5 !important;
}

.process-commentsreturned {
    background-color: #6c67c2 !important;
}

.process-commentsactioned {
    background-color: #4b46ad !important;
}

.process-issuedforapproval {
    background-color: #302a9b !important;
}

.process-commentsclosed {
    background-color: #0e0a7e !important;
}

.process-approved {
    background-color: #76c10f !important;
}

.datepicker {
    border: 1px solid #222;
    background-color: #eeeeee;
    border-radius:3px;
    padding:5px;
    width:300px;
    position:absolute;
    z-index:1000;
}

.datepicker-header {
    background-color: #4d92ca;
    color:white;
    width:100%;
    padding:2px 5px;
    display:inline-block;
}

.datepicker-header-left, .datepicker-header-mid, .datepicker-header-right {
    float:left;
}

.datepicker-header-left, .datepicker-header-right {
    width:20%;
}

.datepicker-header-mid {
    width:60%;
    text-align:center;
}

.datepicker-header-right {
    text-align: right;
}

.datepicker-week {
    float: none;
}

.datepicker-week:last-child {
    border-bottom: 1px solid #222;
}

.datepicker-day {
    width: 14.28%;
    height: 30px;
    border-left: 1px solid #222;
    border-top: 1px solid #222;
    float: left;
    cursor: pointer;
    background-color:#d0d0d0;
    padding:0 2px;
    overflow:hidden;
}

.datepicker-day-current {
    background-color: white;
}

.datepicker-day-weekend {
    color:#808080;
}

.datepicker-day-current.active {
    background-color: #4d92ca;
    color: white;
}

.datepicker-day-last {
    border-right: 1px solid #222;
}

.datepicker-week-header {
}

.datepicker-week-header > div {
    width: 14.28%;
    float:left;
}

.inlineeditor-spacer {
    height: 10px;
    min-height: 10px;
    max-height: 10px;
}

.inlineeditor-bandtools {
    padding-top:8px;
}

.wshousestyle {
    font-family: Verdana;
}

.wshousestyle h1 {
    font-size:12pt;
    font-weight:bold;
    text-transform:uppercase;
    margin:0;
}

.wshousestyle h2 {
    font-size: 11pt;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.wshousestyle h3 {
    background-color:inherit;
    color:inherit;
    font-size: 12pt;
    font-weight: bold;
    margin: 0;
}

.wshousestyle h4 {
    font-size: 12pt !important;
    text-decoration:underline;
    margin: 0;
}

.wshousestyle p {
    font-size: 12pt !important;
    margin: 0;
}

.wshousestyle p:not(:last-child) {
    margin-bottom:6pt;
}

.wshousestyle li {
    margin-left:20px;
}

.wshousestyle .editabletable-cell {
    font-size: 12pt !important;
}

.editabletable-subblockplaceholder {
    cursor: pointer;
}

.editabletable-subblockplaceholder span {
}

.failed {
    color:red;
    text-decoration:line-through;
}

.rotate {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.activedocumentpreview, .activedocumentpreview-nonlink {
    border: 1px solid #222;
    border-radius: 4px;
    padding: 5px;
}

.activedocumentpreview {
    background-color: lightgoldenrodyellow;
}

.activedocumentpreview-nonlink {
    background-color: #d0d0d0;
}

.activedocument-selected td {
    background-color:lightgoldenrodyellow !important;
}

.assemblageitem i {
    width:10px;
    text-align:center;
    margin-left:5px;
}

.assemblageitem-level1 {
    font-size:14pt;
}

.assemblageitem-level2 {
    font-size: 12pt;
}

.assemblageitem-level3 {
    font-size: 10pt;
}

.assemblageitem-level4 {
    font-size: 8pt;
}

.assemblage td {
    vertical-align:top;
}