.loading{
   background-image: url( "../../img/ajax-loader.gif");
   background-position: 50% 80%;
   background-repeat: no-repeat;
   width:10px;
}
.inline-loading {
   height: 23px;
   position: absolute;
   width: 24px;
}
.workflow-history .no-found-td {
   padding:20px;
}
.workflow-history .no-found-td label {
   font-weight:bold;
   height:30px;
}

div#workflow-edit-icon {
   background-image:url(../../img/edit-icon-32.png);
   background-repeat: no-repeat
}

#draggable {
   width: 100px;
   height: 100px;
   padding: 0.5em;
   float: left;
   margin: 10px 10px 10px 0;
   background-color: yellow;
}

#droppable {
   width: 150px;
   height: 150px;
   padding: 0.5em;
   float: left;
   margin: 10px;
   background-color: green;
}

#draggable, #draggable2 {
   float: left;
   height: 100px;
   margin: 10px 10px 10px 0;
   padding: 0.5em;
   width: 100px;
   background-color: yellow;
}
#workflow-area{
   height:450px;
   width:70%;
   float:left;
}
#workflow-info-area{
   width:25%;
   float:right;
   margin:10px;
}
.workflow-save {
   float:right;
}

.fc_action {
   border:1px solid #d7d5d5;
   -moz-border-radius:0.5em;
   border-radius:0.5em;
   background-color:#fbfbfb;
}
.workflow-define-div {
   margin:0 0 10px 10px;
}
#workflow-define-div table {
   width:100%;
}
#workflow-define-div table label {
   margin-left:5px;
   font-weight:bold;
}
#workflow-define-div table textarea {
   height:205px;
   width:100%;
   line-height: 20px;
}
#wfsortable, .wfeditable {
   padding:0px 10px 0px 10px
}
#wfsortable li, .wfeditable li {
   -moz-border-radius: 0.5em;
   border-radius: 0.5em;
   margin-bottom:10px;
   cursor:move;
}
.widget-wf-process {
   padding:6px;
   background-image: url("../../img/process-button-bg.png");
   text-align: center;
   background-repeat: repeat;
   border-color: #DFDFDF;
   border-radius: 4px;
   border-style: solid;
   border-width: 1px;
   cursor: pointer;
}
.sortable img {
   margin-top:30px !important;
}
.fc_action {
   padding-bottom:-15px;
}
.fc_action fieldset img {
   float:left;
}
.postbox-container {
   width:100%;
}
#workflow-show-bt {
   margin-left:15px;
}

.wf_graphic_show_link {
   float:right;
   margin-right:30px;
   color:black;
   text-decoration:none;
}
.wf_graphic_show_link div {
   display:inline;
   background:transparent url(../../img/arrows-dark.png) no-repeat 0 0px;
}
#delete-form {
   float:right;
   margin-right:150px;
}
.changed-data-set input {
   float: right;
}
#new-wf-save {
   margin-right:10px;
}
#new-wf-cancel, #copy-wf-cancel {
   float:right;
   margin:5px 25px 0 0;
}
.changed-data-set span {
   float:right;
   width:25px;
   margin-top:3px;
}
.save_loading {
   float:right;
   margin-top:3px;
   width:20px;
}
#list {
   border-bottom:1px dotted grey;
   padding-bottom:1.5em; font-size:90%;
}
#list table {
   width:100%;
   text-align:left;
}
#connection-setting, #new-workflow-create-popup, #copy-workflow-popup {
   background-color:white;
   color:black;
   border:0.25em solid #ddd;
   padding:1em;
   -moz-border-radius:1em;
   border-radius:1em;
   box-shadow: 2px 2px 19px #aaa;
   -o-box-shadow: 2px 2px 19px #aaa;
   -webkit-box-shadow: 2px 2px 19px #aaa;
   -moz-box-shadow: 2px 2px 19px #aaa;
   display:none;
   font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
}
#connection-setting{
   font-size:12px;
}

#new-workflow-create-popup, #copy-workflow-popup{
   font-size:13px;
}

.div-line {
   border-bottom:1px dotted grey;
   font-size:90%;
   text-align:center;
}

.div-line{
   padding:5px;
   margin-bottom:10px;
   width:95%;
}

.connection-status {
   border-bottom:1px dotted grey;
   padding:5px;
}
#wfsortable div {
   font-size:13px;
}
.wfmessage{
   padding:0 10px 0 10px
}
.wfmessage p, .wfmessage p a {
   font-size:13px;
}
.w {
   padding:1.3em 1em 1.3em 1em;
   position:absolute;
   border: 1px solid black;
   z-index:4;
   border-radius:1em;
   border:1px solid #346789;
   box-shadow: 2px 2px 19px #e0e0e0;
   -o-box-shadow: 2px 2px 19px #e0e0e0;
   -webkit-box-shadow: 2px 2px 19px #e0e0e0;
   -moz-box-shadow: 2px 2px 19px #e0e0e0;
   -moz-border-radius:0.5em;
   border-radius:0.5em;

   opacity:0.8;
   filter:alpha(opacity=80);
   cursor:move;
}
.w img{
   float:left;
}
.w label{
   float:left;
   margin:-2px 5px 0 2px;
}
.aLabel {
   background-color:white;
   opacity:0.8;
   padding:0.3em;
}

.ep {
   float:right;
   width:1em;
   height:1em;
   background-color:#994466;
   cursor:pointer;
}
._jsPlumb_endpoint {
   z-index:3;
   opacity:0;
}

.dragHover {
   border:1px dotted red;
}

path {
   cursor:pointer;
}
.date-clear{
   padding:1px;
}
.labelcomponent{
   border:1px solid #346789;
   widht:20px;
   height:15px;
   padding:1px;
   -moz-border-radius:1em;
   border-radius:1em;
   z-index:10;
   background-color:white;
}

#process-info-div{
   width:100%;
}

.workflow-save-button, .workflow-copy-button {
   float:right;
   margin:0 15px 5px 10px !important;
   width:50px;
}

.workflow-save-new-version-button {
   float:right;
   margin:0 15px 5px 10px !important;
}

.process-lbl{
   font-weight:bold;
   font-size:15px;
}
.wfmessage p{
   line-height:30px;
}
.workflow-lbl{
   font-weight:bold;
   font-size:15px;
}
.define-workflow-textarea{
   height:100px !important;
}
#start-date, #end-date{
   background-color:white;
}
.save-action-div{
   margin-top:15px;
}
.ow-error-message{
   border:1px solid red !important;
}
.first_step{
   margin-top:-10px;
}
.first_step span{
   float:left;
   margin-top:4px;
}
.first_step span input{
   cursor:pointer;
}

#workflow-inbox .loading{
   display:none;
}
#workflow-inbox .hurry-td{
   padding:20px;
}
#workflow-inbox .hurray-lbl{
   font-weight:bold;
   height:30px;
}
#reassign-div{
   display:none;
}
.no-found-lbl{
   padding:20px;
}

.message{
   border:1px solid #b0b4fa;
   background-color:#dcddfa;
   width:97%;
   margin:20px 0 20px 0;
   -moz-border-radius:0.5em;
   border-radius:0.5em;
   padding:10px;
}
.error-message {
   background-color:#FAEBD7;
   border:1px solid #CCCCCC;
   width:97%;
   margin:20px 0 20px 0;
   -moz-border-radius:0.5em;
   border-radius:0.5em;
   padding:10px;
}
#settingstuff {
   float: left;
}
#setting_form{
   font-size:13px;
}
#workflow-setting {
   margin-top:10px;
}
#div_reminder_day{margin-top: 20px; opacity:0.5;}
.reminder_days{
   text-align:center;
}

.owf-sidebar {
   float: right;
}
#owf_settings_button_bar {
   margin-top: 10px;
}
a.owf_about_link {
   padding:4px;
   display:block;
   padding-left:25px;
   background-repeat:no-repeat;
   background-position:5px 50%;
   text-decoration:none;
   border:none;
}

a.owf_about_link:hover {
   border-bottom-width:1px;
}

.owf_fieldset {
   padding: 1em;
   font: 100%;
   border: 1px solid;
   border-radius: 10px;
   margin-top : 20px;
}

.owf_fieldset legend {
   font-weight:bold;
   margin-right:0.5em;
   padding-top:0.2em;
   text-align:center;
}

#new-workflow-submit-div{
   display:none;
}
#new-step-submit-div{
   display:none;
}
.info-setting{
   background-color:white;
   color:black;
   border:0.25em solid #ddd;
   font-size:13px;
   padding:1em;
   -moz-border-radius:1em;
   border-radius:1em;
   box-shadow: 2px 2px 19px #aaa;
   -o-box-shadow: 2px 2px 19px #aaa;
   -webkit-box-shadow: 2px 2px 19px #aaa;
   -moz-box-shadow: 2px 2px 19px #aaa;
   width:600px;
}
.ow-btn-group {
   outline: 0;
   width: 100%;
   height: 20px;
   text-align: right;
}
.btn-spacer {
   width:5px;
   height:auto;
   display:inline-block;
}

.info-setting label{
   float:left;
   width:110px;
   margin-top:5px;
}
.select-part, .owf-text-info {
   margin-top:20px;
}

.extra-wide {
   width:620px !important;
}

.select-info {
   margin-top:20px;
}
.sub-select-info {
   margin-left: 50px;
}
.owf-text-info input{
   width:150px;
}
.dialog-title{
   border-bottom:1px dotted grey;
   padding-top:0.5em;
   padding-bottom:1.5em;
   font-size:90%;
   text-align:center;
   font-size:13px;
}

#submitSave, #deleteHistoryConfirm{
   margin-right:10px;
}
#submitCancel, #deleteHistoryCancel{
   float:right;
   margin:5px 20px 0 0;
}
.changed-data-set span{
   float:right;
   width:25px;
   margin-top:3px;
}
#step-loading-span, .assign-loading-span, .publish-date-loading-span{
   padding-left:20px;
}

.select-actors-div{
   height:120px;
}
.select-actors-div div{
   float:left;
}
.select-actors-list{
   text-align:center;
}
.select-actors-list label{
   width:90%;
}

.select-actors-list p select{
   width:170px;
   border:1px solid #dadada;
   overflow: auto;
   height:100px;
   cursor:pointer;
}

.select-actors-div-point{
   margin:55px 10px 0 10px;
}
.assign-loading-span{
   margin-top:-18px;
}
#one-actors-div{
   display:none;
}

#cancelSave, #completeSave {
   display:none;
}

#due-date{
   background-color:white;
}

#message_div{
   width:96%;
   margin-top:10px;
   padding:10px;
   -moz-border-radius:0.5em;
   border-radius:0.5em;
   display:none;
}

#immediately-div{
   margin:20px 0 20px 0 ;
   display:none ;
   padding:0px;
}

.comment-part{
   margin-top:20px;
}

.comment-part label{
   width: 50%;
}
.comment-split-line{
   border-bottom:1px solid black;
   font-size:90%;
}
#signoffDate {
   float: right !important;
   width: 50% !important;
}

#commentCancel{
   float:right;
   margin:5px 25px 0 0;
}

#reassgn-setting{
   background-color:white;
   color:black;
   border:0.25em solid #ddd;
   font-size:13px;
   padding:1em;
   -moz-border-radius:1em;
   border-radius:1em;
   font-family:helvetica;
   box-shadow: 2px 2px 19px #aaa;
   -o-box-shadow: 2px 2px 19px #aaa;
   -webkit-box-shadow: 2px 2px 19px #aaa;
   -moz-box-shadow: 2px 2px 19px #aaa;
   font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
   width:500px;
}
.reassign-set{
   margin:30px 0 20px 0;
   width:100%;

}
.reassign-set span{margin-top:5px;}

.reassign-set span{
   float:right;
   margin-right:5px;
   width:15px;
}

#reassignCancel{
   margin:5px 10px 0 0px;
   float:right;
   color:blue;
}
#reassignSave{
   float:right;
   width:70px;
}

#controls {
   margin-left:20px;
}

#step-setting{
   background-color:white;
   color:black;
   border:0.25em solid #ddd;
   font-size:13px;
   padding:1em;
   -moz-border-radius:1em;
   border-radius:1em;
   box-shadow: 2px 2px 19px #aaa;
   -o-box-shadow: 2px 2px 19px #aaa;
   -webkit-box-shadow: 2px 2px 19px #aaa;
   -moz-box-shadow: 2px 2px 19px #aaa;
}

#step-setting label{
   float:left;
   width:130px;
   margin-top:4px;
}

#step-name, #assignment-email-subject, #reminder-email-subject{
   border:1px solid #dadada;
   -moz-border-radius:0.2em;
   border-radius:0.2em;
}

.step-name input{
   width:350px;
}
.step-assignee{
   margin-top:25px;
}
.step-assignee div{
   float:left;
}
.step-assignee-list{
   text-align:center;
}
.step-assignee-list p select{
   width:180px;
   border:1px solid #dadada;
   overflow: auto;
   height:100px;
   cursor:pointer;
   margin-top:-10px;
}

.step-assignee-point{
   margin:40px 10px 0 10px;
}

.step-review-lb {
   margin-left:0px;
   float:left;
}
.step-review{
   margin-top:25px;
}
.step-review-chk{
   width:350px;
   float:left;
}
.step-review-chk div{
   margin-top:10px;
}


#more-show{
   background:transparent url(../../img/arrows-dark.png) no-repeat 105px 0px;
   margin:30px;
   float:right;
   width:120px;
   color:blue;
}

#assignment-email-subject, #reminder-email-subject{
   width:500px;
}

#CONTAINERassignment-email-content, #CONTAINERreminder-email-content{
   border:1px solid #e0dede;
}

#CONTROLSassignment-email-content, #CONTROLSreminder-email-content{
   border:0px;
}


#stepCancel{
   margin:0 10px 0px 30px;
   float:right;
   color:blue;
}
#stepSave{
   margin-left: 10px;
   float:right;
   width:70px;
}

.step-set{
   margin:0px 30px 0 0;
}

.step-set span{
   float:right;
   margin-right:5px;
   width:15px;
}

#step-setting a{
   color:blue;
   cursor:pointer;
}

.owf-hidden {
   display: none;
}

.history-comment {
   width: 80px;
   text-align: left;
}

.left {
   float: left;
}

.right {
   float: right;
}

.button-spacing {
   margin-left: 10px;
   padding-left: 5px;
}

.button-link-spacing {
   margin-left: 10px;
   padding-left: 5px;
   padding-top: 5px;
}

.paste_loading{
   position: absolute;
   width:20px;
   display:none;
}

.abort-workflow-section {
   margin-top: 10px;
   width: 100%;
}

.settings-title {
   font-size: 14px;
   font-weight: bold;
}
.list-section-heading {
   padding-bottom: 5px;
   font-size: 14px;
   font-weight: bold;
}
.list-section {
   height: 100px;
   width: 300px;
   padding: 5px;
   overflow: auto;
   border: 1px solid #ccc;
}
.multi-select-box
{
   background: none repeat scroll 0 0 #FFFFFF;
   border: 1px solid #CCCCCC;
   padding: 15px;
   width: 35%;
}
.email_notification_body
{
   padding: 12px;
   margin: 12px;
   font-family: calibri;
   font-size: 17px;
}
.wf-time
{
   width:46px !important;
}

.aligncenter {
   text-align: center;
}

.margin-override {
   margin-top : 2px !important;
   margin-bottom : 2px !important;
}

.owf-checkbox {
   margin: 2px 5px 2px 0 !important;
}

.owf-category li{
   list-style-type: none;
   margin-left: 10px;
}

.owf-category ul{
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}

.space {
   display: block;
   margin-bottom: 5px;
}

.blank-space {
   padding: 0 10px;
   margin : 0 10px;
}

.bold-label {
   font-weight:bold;
}

.workflow-comments {
   height:100px;
   width:400px;
   margin-top:10px;
}

.full-width {
   width:100%;
}

.half-width {
   width:50% !important;
}

.quarter-width {
   width:25% !important;
}

.three-fourth-width {
   width:75% !important;
}

.select-actors-div select[multiple] {
   height: 100px;
}

.email-message-area {
   width: 100%;
   height: 250px;
}

.place-holder {
   float: left;
   width: 130px;
}

.field-width-200 {
   width:200px;
}

.tooltip{
   display: inline;
   position: relative;
}

.tooltip:hover:after{
   background: #333;
   background: rgba(0,0,0,.8);
   border-radius: 5px;
   bottom: 26px;
   color: #fff;
   content: attr(title);
   /*    left: 20%;*/
   margin-left: -110px;
   padding: 5px 15px;
   position: absolute;
   z-index: 98;
   width: 220px;
   font-size: 12px;
   font-weight: normal;
   line-height: 18px;
}

.tooltip:hover:before{
   border: solid;
   border-color: #333 transparent;
   border-width: 6px 6px 0 6px;
   bottom: 20px;
   content: "";
   /*    left: 50%;*/
   margin-left: 3px;
   position: absolute;
   z-index: 99;
}

.help-icon {
   width:18px;
   vertical-align:middle;
}

.one-third {
   width: 25%;
   float: left;
}

.two-third {
   width: 75%;
   float: left;
}

.full-width {
   float: left;
   width: 100%;
   margin-top:15px;
}

.field-width-medium {
   width: 350px;
}

.field-height-medium {
   height:100px;
}

.medium-wide-window {
   width: 500px;
}
span.description {
   font-weight: normal;
}
.required-color {
   color: red;
}

.workflow-title {
   width:350px;
}

.workflow-description {
   height:100px;
   width:350px;
}

tr.space-under > td {
   padding-top: 10px;
   padding-bottom: 10px;
   width: 100px;
}

.ow-date-picker {
   background-color: white;
}
label.full-width {
   margin: 0;
}
.ow-option-group
{
   font-weight:bold;
   font-style:italic;
}

.ow-option-child
{
   padding-left:15px;
}

#workflow-design-area {
   font-size: 18px;
   font-weight: normal;
   color: #C0C0C0;
   margin: 5px;
   float: left;
}
.past-due-date-field {
   color: #ff0000;
}
table.wp-list-table {
   border-collapse: collapse;
}
.past-due-date-row {
   background-color: #ffe5e5;
   border-bottom: 0px solid #bfbfbf;
}
.owf-clearfix {
   clear: both;
}
.owf-comment-textarea {
   clear: both;
   float: none;
   margin-top: 0;
}
.owf-comment-textarea > div:first-child {
   margin-bottom: 15px;
}
.btn-submit-step-group {
   float: none;
   clear: both;
   height: 20px;
   margin-top: 0;
}
.immediately {
   width: 38px !important;
}
.margin {
   margin-left: 8px;
}
.im-year {
   width: 60px !important;
}
/*New comment popup*/
.ow-overlay {
   display: none;
   position: fixed;
   top: 0%;
   left: 0%;
   width: 100%;
   height: 100%;
   background-color: black;
   z-index:1001;
   -moz-opacity: 0.8;
   opacity:.80;
   filter: alpha(opacity=80);
}
.ow-modal-close {
   background: url(../../img/close.png) no-repeat;
   width: 25px;
   height: 29px;
   display: inline;
   position: absolute !important;
   top: -16px;
   right: -14px;
   cursor: pointer;
   z-index: 1003 !important;
}
#ow-editorial-readonly-comment-popup > #ow-comment-popup > .ow-modal-footer {
   background: #F5F5F5;
}
.ow-modal-dialog {
   display: none;
   position: fixed;
   top: 25%;
   left: 25%;
   width: 50%;
   background-color: #F5F5F5;
   z-index: 1002;
   border-radius: 6px;
}
.ow-top_15 {
   top: 15%;
}
.ow-modal-header {
   min-height: 16.43px;
   padding: 15px;
}
.ow-modal-title {
   margin: 0;
   min-width: 450px !important;
}
.ow-modal-body {
   position: relative;
   padding: 15px;
}
.ow-textarea {
   background-color: #fff;
}
#ow-scrollbar {
   min-height: 50px;
   overflow-y: scroll;
   overflow-x: hidden;
}
#ow-scrollbar:hover {
   overflow-y: scroll;
}
.ow-widget-scrollbar {
   max-height: 400px;
}
#ow-scrollbar::-webkit-scrollbar {
   width: 6px;
}

#ow-scrollbar::-webkit-scrollbar-thumb {
   background-color: #C8C8C8;
   border-radius: 10px;
}
.ow-comment-popup-scrollbar {
   max-height: 400px;
}
ul#readonly-comments {
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#readonly-comments > li {
   float: left;
   padding: 15px;
   width:74%;
}
#readonly-comments > li:nth-child(odd) {
   width: 15%;
}
#readonly-comments > li:nth-child(even) {
   clear: right;
   margin-bottom: 12px;
   min-height: 145px;
}

#readonly-comments > li > p.author-name,
#readonly-comments > li > p.author-role {
   margin: 0;
   font-size: 13px;
}
.clearfix {
   clear:both;
}
.ow-modal-footer {
   padding: 15px;
   text-align: right;
   border-top: 1px solid #e5e5e5;
}
p.ow-sign-off-text {
   color: #444;
   margin: 5px !important;
}
p.ow-signed-off-comment {
   font-size: 13px;
   color: #444;
   font-weight: bold;
}
.ow-sign-off-text span {
   color: #999;
   font-size: 10px;
}
.ow-checkbox-content {
   float: right;
   width: 95%;
}
.ep-help {
   width:18px;
   vertical-align:middle;
   float:right;
   position: relative;
   left: 30px;
   top: -25px;
}
.inside-section {
    border-width: 1px;
    border-bottom: 1px black solid;
}
.oasis_button_div {
    float: left;
    text-align: center;
    max-width: 30%;
}
.oasis_button,
.oasis_button:hover,
.oasis_button:focus {
    float: right;
    border: none;
    font-size: 14px;
    margin: 18px 16px;
    padding: 12px 29px;
    color: #FFF;
    text-shadow: none;
    font-weight: bold;
    background: #0074A2;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none;
    line-height: 26px;
}

.about-us-topic {
	padding-left: 0.5em;
}