/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 19, 2019, 5:00:55 PM
    Author     : niloo
*/

#loggedin{
    position: absolute; 
    bottom: 2px; 
    z-index: 1;
    width: 60px;
}

.footer{
    background-color: white;
    padding: 2px;
    padding-right: 15px;
    width: 100%;
    text-align: center;
    position: fixed; 
    bottom: 0px; 
    color: #888;
    z-index: 25;
}

.ui-dialog-titlebar-close{
    display: none;
}

.ui-dialog .ui-dialog-buttonpane { 
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { 
    float: none !important;
    text-align: center;
}

.ui-dialog-titlebar{
    display: none;
}

.ui-dialog-buttonset button:first-child{
    background-color: lightgreen;
    border: none;
}

.ui-dialog-buttonset button:nth-child(2){
    background-color: lightcoral;
    border: none;
}

.footerText a:first-child{
    color: cadetblue;
    text-decoration: none;
    opacity: 0.7;
}

.footerText a:nth-child(2){
    color: lightblue;
    text-decoration: none;
    opacity: 0.8;
    font-weight: bold;
}

.footerText a:hover{
    opacity: 1.0;
}

#loggedin{
    text-align: center;
}

#loggedinUsersBtn{
    z-index: 1;
    width: 60px;
    margin-left: 10px;
}

.containerDiv{
    border: 1px solid #dddddd;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    background-color:  white;
}

.containerDiv table{
    width: 100%;
    padding:10px;
}

.container{
    padding-left: 15px;
}

.objectTd div:first-child{
    padding:10px;
    font-weight: bold;
    color:orange;
    font-size: 16px;
}

.objectTd table{
    background-color: white;
    border-radius: 7px;
    border: 1px solid #dddddd;
}

.objectTd table tr td{
    padding: 5px;
}

.titleColor{
    color: #818181;
}

.bulletList{
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    color: cadetblue;
    font-size:16px;
}

.groupArrowClose{
    color: lightblue;
    padding-left: 5px;
    cursor: pointer;
    width:  15px;
}

.groupArrowOpen{
    color: lightblue;
    padding-left: 5px;
    cursor: pointer;
    width:  15px;
}

.heading{
    padding:10px;
    font-weight: bold;
    color:orange;
    font-size: 16px;
    vertical-align: text-top;
}

.name{
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 25px;
    color: cadetblue;
    padding-left: 17px;
    font-size: 0.9em;
}

.name:active{
    cursor: pointer;
    color: darkgray;
}

.name:hover{
    cursor: pointer;
    color:lightblue;
    margin: 0 auto;
}

.groupName:hover{
    cursor: pointer;
    color:lightblue;
    margin: 0 auto;
}

.info{
    color: orange;
    padding: 20px;
    font-size: 1.2em;
    text-align: justify;
}
.info tr th{
    padding-bottom: 10px;
}

.saveObjects div:first-child {
    height: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    font-weight: bold;
    text-align: center;
    font-size: 16px; 
    color: #818181;
    background-color:  white;
    border-bottom:  1px solid #dddddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tableDivLib{
    height:100%;
    width: 100%; 
    border: thin solid #dddddd;
    border-radius: 25px;  
    padding: 10px;
}

.divLib{
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    height: 88%;
    float: none;
}

.saveObjects{
    vertical-align: top;
    height: 100%;
    border-radius: 5px;  
    border: 1px solid #e5e6e7;
    width: 170px;
}

.saveObjectsTable{
    text-align: left;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    height: 400px;
}

.saveObjectsTable tr td{
    line-height: 2;
    font-weight: bold;
    color: #818181;
    font-size: 16px; 
}

.saveObjectsTable table tr td{
    line-height: 0.8;
}

.tooltipMaterial{
    font-size: 0.9em;
    display: block;
    text-align: justify;
}

.objectsHeading{
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 2%;
    padding-top:  2%;
    color: #818181;
    text-align: center;
    color: cadetblue;
}

.tooltipFont{
    font-size: 1.1em;
    position: absolute;
    text-align: justify;
    font-family: serif;
}

.tooltipFurnace{
    font-size: 0.95em;
    position: absolute;
    text-align: justify;
    font-family: serif;
}

.ui-tooltip {
    max-width: 1200px;
}

.groupTypeHeading{
    background-color: #eff5f5;
    color: whitesmoke;
    text-align: center;
    width: 170px;
}

.docFile{
    color: cadetblue;
    cursor:pointer;
}

.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
