/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/

/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/

#pageContent{
    height:88.5%;
    width: 100%;
    background-repeat: repeat-x;
    background-color: #F2F2F3;
}

.e1progress {
    visibility: hidden;
}

.loading {
    visibility: hidden;
}

.rfr-content-container {
    /* Contains multiple panes, e.g. on dashboard page */
    padding: 0px 15px 0px 15px;
    margin-left: auto;
    margin-right: auto;
}

.login td {
    padding-right: 10px;
    padding-bottom: 5px;
}

.rfr-content-container {
    padding: 0px 15px 0px 15px;
    margin-left: auto;
    margin-right: auto;
}

#ui-panel {
    /* Panes which contain the content for the dashboard. E.g. "contacts" or "activities", on dashboard page */
    display: block;
    background-color: white;
}

#ui-panel oj-collapsible {
    background-color: white;
}

/* But some panes (currently just login pane) make use of a progress bar. Progress bar goes in the same place as the top border
 * and looks similar to the top border but its width and colour should change to indicate progress. See login pane for example.
 * You may want to use js/libs/crm/progress.js to update the progress bar */

.ui-panel-progressbar {
    height: 5px;
    background-color: rgb(250, 17, 17);
    width: 100%;
}

/* A ui-panel div (pane) should contain a ui-panel-title div and a ui-panel-main div*/

.ui-panel-title {
    background-color: rgb(250, 17, 17);
    width: auto;
    padding: 5px 10px 15px 10px;
    border-bottom: solid 1px #F7F7F7;
}

.ui-panel-title h3 {
    background-color: rgb(250, 17, 17);
    margin: 0;
}

#dashboard .ui-panel-title {
    padding-bottom: 5px;
}

/* Title div should contains an h3 element, which serves as the title for the pane */

.ui-panel-title h3 {
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
}

/* A failed attempt to get a "minimise" button into the title section of a pane. Failed because apparently CSS doesn't like
 * aligning elements to the right while also centering them horizontally. I just gave up eventually.
 * Relevant: https://imgur.com/Q3cUg29 */

.ui-panel-title input {
    border: none;
    background-color: transparent;
    font-size: 30px;
    color: gray;
    float: right;
}

/* Contains the main content for a pane */

.ui-panel-main {
    background-color: white;
    padding: 0 10px 10px;
    /*    max-height: 350px;
    overflow: scroll;*/
}

.ui-panel-toolbar a {
    display: inline-block;
    margin: 2px;
    margin-left: 10px !important;
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

#ui-panel .oj-expanded .ui-panel-toolbar {
    display: block
}

#ui-panel .oj-collapsed .ui-panel-toolbar {
    display: none
}

.schedStatus {
    width: 280px;
    height: 30px;
    margin: 10px;
  }
  
.calDateTitle {
    font-weight: bold;
}

.woLabel {
    font-weight: bold;
}

.dashboard-mypanel {
    width:  300px;
  }

.spinner1{
    position: fixed;
    z-index: 999;
    height: 12em;
    width: 24em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .spinner1:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
  }
  
  .folderpath{
    border-radius: 10px;
    margin-top:0.5%;
    margin-bottom:0.5%;
    margin-left: 0.5%;
    height:85px;
    width: 99%;
    background-color: white;
}


.fc-row  {
  height: 100%;
  padding-bottom : 0px;
}

.stopVisible {
    visibility: visible;
}

.stopHidden {
    visibility: hidden;
}

.circular-status-meter-common
{
  align:center;
  margin-top:5px;
  margin-bottom:5px;
  width:55%;
}
.circular-status-meter-large
{
  height:100px;
}
.circular-status-meter-small
{
  height: 60px;
}
