
@CHARSET "UTF-8";
::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
.ftp-file-manager .deck-holder {
    min-height:90vh;
}
.file-drag-over {
    background-color: #ccc;
}
#disconnector {
    background-color: #3e3a3ac7;
    height: 100vh;
    width: 100vw;
    opacity: 1;
}
.search-div{
    display: table;
}
.search-div .search-text-div{
    display: table-cell;
    width:100%;
}
.search-div .search-icon .no-content{
    display: table-cell;
}
.search-div .controls .search-icon{
    display: none;
}
.no-content .search-div .controls .search-icon {
    display: block;
}
.search-div  .controls .clear-search{
    display:  block;
}
.no-content .search-div .clear-search {
    display: none;
}

.search-div .controls{
  display: table-cell;  
  vertical-align: middle;
}
.search-div img{
  width:13px;
  margin-right: 3px;
}

#disconnector span{
  font-size: 20px;
    margin: -80px;
    white-space: nowrap;
    color: #f7f3f3;
}

.deck::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
    display: none;
}
.deck::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.deck .label-loadmore , .deck .label-loadmore-above{
    font-size: 13px;
    padding-left:15px;
    font-weight: bolder;
    text-decoration: underline;
    color:#385898;
}

.deck .label-loadmore:hover , .label-loadmore-above:hover{
    cursor: pointer;
}
    
body {
    overflow: hidden;

}
div {
    background-size: 100% 100%;
}
.object.loader {
        display: table;
    margin: auto;
}
.with-events{
    cursor: pointer;
}
.loader-item {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.urlframe{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
    background-color: #fff;
}
#pageholders {
    width: 100%;
    height: 100%;
    margin-bottom:40px;
    overflow: hidden;
    position:fixed;
    top:0px;
    left:0px;

}
.TTS {
    color: #004cff !important;
    text-decoration: underline;
    border: none;
}

.sun-editor-editable {
    background-color: #fff;
    border:#ccc solid 1px;
    border-radius:5px;
    min-height: 100px;
}
.sun-editor-editable .rtf-block{
  margin:5px;
}
.sun-editor-editable:hover {
    border:green solid 1px !important;    
}


.rtf-edit {
    cursor: pointer;    
    position: fixed;
    border-radius: 5px;
    background-color: #ccc important;
    padding:3px;
    margin:3px;
    visibility: hidden ;        
}
.rtf-edit:hover{
    background-color: #ccc;
}
.rtf-edit img{
    border:#ccc solid 1px;
    height:25px;
    width:25px;
}

.sun-editor-editable:hover .rtf-edit{
    visibility: visible;
    
}

.card-object .rtf-container, .card-object .rtf-block{
    height: auto!important;
}
.rtf-container{
    width:100%;
    display: block;
    height: 100%;
    /*padding: 5px 2px;*/
}
.rtf-block{
    /*width:98%;*/
    padding: 0px !important;
    /*position: relative;*/
    height: 100%;
    overflow: hidden;
    word-break: normal !important;
    z-index: -1;
}
/*
.hi-lite .rtf-block{
    background-color:#ccc !important;
}
.modal-footer input[type="radio"]{
    display:inline-block !important;
}
*/
.no-border{
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.canvas-resize{
    position: absolute;
    overflow: scroll;
}
.image-loading{
    /*background-image: url(../images/loading.gif) !important;*/
    object-fit:scale-down !important;
    /*max-height:50px !important;*/
}
.object-overflow{
  position: fixed;
  bottom:40px;
  right:0px; 
}
.object-overflow span{
  display:block;
  background-color: #383838;
  padding: 10px 10px;
  color:#f2f2f2;
  font-size: 16px;
}
.card-holder{
    display:table;
    width:100%;
}
.card-frame{
  width: 100%;
  height: 100%;
  position:fixed;
  top:0px;
  left:0px;
  background: white;
  padding-bottom: 40px;
  /*max-width:500px;*/
}
.more-div{
  display: inline;
}
.more-param {
  color: blue;
  font-size: 18px;
}
.more-param:hover  {
  cursor: pointer;
}

.event-param {
  color: #3b6faf;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
}
.event-param:hover  {
  cursor: pointer;
}
.navdiv {
	
}
.image-field img{
    /*max-width: 100vw;*/
    max-width:100%;
    min-width: 30px;
}
.image-field , .static-image{
  margin: 0 auto;
  display: table;
}
.icon {
	margin: 0 auto;
}
.icon-active {
    background: silver;
    opacity: 0.6;
}
.page-design-mode .object{
    border: blue dotted 1px;
    min-height: 25px;
}
.page-design-mode .sun-editor{
    display: none !important;
}
.object {
    -webkit-touch-callout:none;
    padding: 5px 0px;
}

.hline{
    padding:0px !important;
    margin: 0px;
}
.mapobject{
    width:100%;
    height:400px;
    display: block;
}

.map-holder{
    width:100%;
    height:100%;

}
.design-mode .map-holder, .design-mode .map-add-pin{
    display: none !important;
}

.map-add-pin{
    position: absolute;
    z-index: 9999;
    height: 20px;
    background-color: #f1f1f1;
    border-radius: 5px;
    margin-top: 120px;
    margin-left: 8px;
    padding: 5px;
    border: #ccc solid;
}
.map-pin-control{
    font-size: 13px;
    color: red;
    text-decoration: underline;
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 5px;

}
.map-pin-title{
    text-decoration: underline;
    display: block;
    text-align: center;
}
.object.file{
    padding: 5px;
    display: table;
}
.object.file img{
    height: 20px;
    width: 20px;
    display: inline-block;
    cursor: pointer;
}
.object.file span{
    padding-left: 5px;
     display: table-cell;
    vertical-align: middle;
    text-decoration: underline;
    cursor: pointer;
}
.object.check-box{
    display:table;
    width:100%;
    border-bottom:#ccc solid 1px;
}
.object.check-box .label{
    display:table-cell;
    width:100%;
    height:40px;
    vertical-align: middle;
}

.object.icon{
    display:table;
}
.object.icon img{
    display:table;
    height:30px;
    padding:3px;
}
.object.label{
    display:block;
}

span {
    font-family: 'Arial';
    font-size: 15px;
    color: #687b92;
    /*padding: 3px;*/
}

.page-design-mode .collection{
    min-height: 50px;
}
.collection {
    /*border-bottom: #ccc solid 1px;*/
}
.collection .MAIDcccheader {
    display: table;
    width: 100%;
    /*border: #ccc solid 1px;*/
    
}
.collection .MAIDcccheader .cell {
    display: table-cell;
}
.collection .MAIDcccheader img {
    display: table-cell;
    height: 30px;
    padding-right: 5px;
}

.collection .MAIDcccheader .title {
    display: table-cell;
    width: 100%;
    font-size: 17px;
    color: #03a9f4;
    vertical-align: middle;
    padding-left: 10px;
}

.collection .card {
    display: table-cell;
    /*margin:3px 10px;*/
    border: #ccc solid 1px;
}
.card.thumb , .narrative .object , .narrative MAIDccccaption{
    display:inline-block;
}

.card.list {
    display:block;
    border-bottom: 1px solid #ccc;
}
.tbl .card-row {
  width:100%;
}
.thumb .card-row {
  display:inline;
}
.card-row {
  display: table;
  width: 100%;
}
.e-card  {
    display: block;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
    margin: 20px 10px;
    padding: 8px;
}

/*
.card-row-more-control{
  padding: 3px 10px !important;
}
*/
.card-row-move div, .card-row-del div{
  display: table;
}
.card-header{
    display: table-caption;
}
.card-row-move , .card-row-del{
  display: table-cell;
  /*
    border: #ccc solid 1px;
    background-color: #ccc;*/
    background-color: #f1f1f1;
  vertical-align: middle;
  width: 1%;
  -webkit-transition: width 0.20s ease;
  -moz-transition: width 0.20s ease;
  transition: width 0.20s ease;
}
.card-row-move img ,.card-row-del img{
  width: 20px;
}

.card-row-limit{
  max-height: 50px;
  overflow: hidden;
}
 .pl-list-holder.link {
    border:none;
}
.expression-field-content , .link span,.expression-field-value {
  color: blue;
  text-decoration: underline;
  font-size: 16px;
  font-style: italic;
}

.lblfld {

    color: #000;
    font-size: 18px;
    /*padding: 5px;*/
    display:block;
}/*
.blocks {
    text-align: center;
    width: 20%;
    padding-top: 20px;
    display: inline-block;
}
.blocks div span.lblfld {
    padding: 0px;
}
*/
.deck {
  min-height: 30px;
  overflow: scroll;
}
.deck-holder.card.list:last-child.label-field {
	border-bottom: none;
}
.design-mode .deck-holder , .page-design-mode .cal-holder {
    display: none;
}
.chart {
    display: block;
}

.footer {
    position:fixed;
    /*width:inherit;*/
    width:100%;
    bottom: 0px;
    min-height: 20px;
    /*border-top: 1px solid #ccc;*/
    background: white;
    max-width:inherit;
}
    

.page-design-mode .footer  {
    bottom: 50px;
    
}
.header {
    width: 100%;
    position:sticky;
    position:-webkit-sticky;
    top: 0px;
    
}
.header .top-bar{
    background: white;
}

.header .grid {
    min-height: 50px;
    border-bottom: 3px solid #03a9f4;
}
.header .label{
    font-size:20px;
    color:#03a9f4;
    padding-top: 7px;
}
.header .grid.design-mode .dragger{
    /*display:none ;*/
}
.grid .dragger{
    display: none;
    color: #fff;
    background-color: #03a9f4;
    padding: 3px 15px 3px 3px;
    border-radius: 0px 15px 15px 0px;
} 
.grid.design-mode{
    padding-top: 30px !important;
}
.grid.design-mode .dragger{
   display: block;
    /*position: absolute;*/
    margin: -25 0px;
    /*
    width: 30px;
    position: absolute;
    
    */
    
}
.dragger-holder{
    display: block;
    /*margin-top: -15;*/
}
.grid{
    width:100%;
    display:table;
    padding:0px;
    margin: auto;
}
.grid-row{
    width:100%;
    display: table-row;
}
.design-mode .grid-row{
    min-height: 30px;
}
.design-mode.grid{
      min-height: 34px;
}
.grid-col{
    display: table-cell;
    vertical-align: middle;
}
/*.grid-col .btn*/
.grid-col .button, .grid-col .btn {
    width:95%;
}

.grid.design-mode .grid-col{
    height:35px;
    min-width:30px;
    border:#ccc solid 1px;	
}
textarea {
    width: 100%;
    font-size: 14px;
    display: block;
    border: silver solid 1px;
    /*padding: 3px;*/
    white-space: pre-wrap;  
    overflow: hidden;
    height: 30px;
    min-height:30px; 
    max-height:80vh; 
    resize:none;
}
input::placeholder {
  color: #ccc;
  font-style: italic;
  font-size: 14px;
}
input:focus, textarea:focus, select:focus{
        outline: none;
    }

.object input  {
    width: 100%;
    font-size: 18px;
    display: block;
    border: none;
    border-bottom: silver solid 1px;
    padding: 3px;
    -webkit-appearance: none;
}
.object input[type="checkbox"] {
    height: 20px;
    display: table-cell;
    width: 30px;
    margin-top: 25%;
    -webkit-appearance: checkbox;
}

.input-text.center MAIDccccaption{
    display: table;
    margin: 0px auto;
}
.pickerdiv{
    width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #ccc;
  margin-top: 8px;
  margin-right: 4px;
  margin-bottom: 5px;
}
.picklist {
	display: block;
}
.pl-list-holder {
    display: inline-flex;
    width: 100%;
    border: silver solid 1px;
    margin-top: 3px;
}
.pl-list-holder img {
	height: 30px;
	width: 30px;
	background-size: 100%;
}

.object .lookup .pl-list-holder{
    border: none ;
}

.read-only .pl-list-holder  .pickerdiv{
    display: none ;
}

.pl {
	padding: 5px;
	display: block;
	font-size: 18px;
	color: #000;
	width: 97%;	
}
.result-div{
    margin-top: 30px !important;
    color:white;
    border:#ccc solid 1px;
    width:fit-content;
    background-color: #fcfcfc;
    position: fixed;
       border-radius:5px
-webkit-box-shadow: 2px 6px 5px 0px rgba(0,0,0,0.49);
-moz-box-shadow: 2px 6px 5px 0px rgba(0,0,0,0.49);
box-shadow: 2px 6px 5px 0px rgba(0,0,0,0.49);

}
.result-div span{
    display: block;
    color:black;
    padding:3px ;
}
.button {
    
    display: table;
    margin:auto ;
}
.btn { 
	width: auto;
	display: table-cell;
    vertical-align: middle;
    margin:3px;
    padding: 9px 8px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    cursor: pointer; 
    color: #fefefe;
    white-space: normal;
    background-color: #676767;
    
}
.card.tbl {
	display: block;
    width: 97%;
}
.card.tbl div.input-text {
	/*width: 50%;*/
    padding-left: 1%;
}
/*
#AddRow {
	margin: 0 auto;
	display: table;
}
*/
img {
    -moz-user-select: none;
}
.object input[type='radio']{
  -webkit-appearance:none;
  width:20px;
  height:20px;
  border:1px solid darkgray;
  border-radius:50%;
  outline:none;
  box-shadow:0 0 5px 0px gray inset;
}
.object input[type='radio']:checked{
  background: #03a9f4;
}

.object input[type='radio']:before {
  content:'';
  display:block;
  width:60%;
  height:60%;
  margin: 20% auto;    
  border-radius:50%;    
}

.object input[type='radio']:hover {
  box-shadow:0 0 5px 0px orange inset;
}

.object input[type='radio']:before {
  content:'';
  display:block;
  width:60%;
  height:60%;
  margin: 20% auto;    
  border-radius:50%;    
}

ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}


/*charts*/

.container{
 width:300px;
 font-family: Arial;
 }

.record{
 float: left;
 width: 100%;
 border: 1px solid #ccc;
 background-color: #f0f0f0;
 margin-bottom: 2px;
 -moz-border-radius: 0px 10px 10px 0px;
 -moz-border-radius: 0px 10px 10px 0px;
 }

.bar {
 background: transparent url(gradient.png) repeat-x top left;
 float: left;
 clear: left;
 height: 30px;
 }

.bar span{
font-size: 12px;
   font-weight: bold;
   color: #fff;
   float: left;
   margin-left: 5px;
   margin-top: 7px;
   }

.p{
 padding-top: 3px;
 float: right;
 color: #6D8591;
 clear: right;
 font-size: 12px;
 font-weight: bold;
 height: 25px;
 }

.p span{
 font-size: 12px;
 font-weight: bold;
 float: left;
 margin-right: 5px;
 margin-top: 5px;
 }
    
/*charts*/

[type="date"] {
 background:#fff url(../images/calendar-icon.png) 97% 50% no-repeat;
}
[type="time"] {
 background:#fff url(../images/clock-icon.png) 99% 50% no-repeat;
}
[type="week"] {
 background:#fff url(../images/week-icon.png) 99% 50% no-repeat;
}
[type="month"] {
 background:#fff url(../images/month-icon.png) 99% 50% no-repeat;
}

[type="datetime-local"] {
 background:#fff url(../images/calendar-icon.png) 99% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
 display: none;
}
[type="date"]::-webkit-calendar-picker-indicator,[type="weekly"]::-webkit-calendar-picker-indicator {
 opacity: 0;
}


.labelDate {
    display: block;
}
/*
.date {
    display:table;
    width:100%;
}
 
.date MAIDccccaption {
    display: table-cell;
    
}
 */
.time {
    display: inline-block;
}
.datetimeInput {
    border: 1px solid #ccc;
    color: #888;
    margin: 0.5em;
    vertical-align: middle;
    outline: 0;
    padding: 0.5em 1em;
    border-radius: 4px;
    font-family: sans-serif;
    display: block;
}
/* Calendar */
.weekday{
    display:table-cell;
    padding: 5px;
}
.dayholder {
    padding: 5px;
    display: table-cell;
    border: #ccc solid 1px;
    text-align: center;
}
.weekholder{
    display:table-row;
}
.monthholder{
    display: table;
    border: #ccc solid 1px;
}
.not-month {
    color:#ccc;
}
.this-day{
    background-color: #ccc;
    color:black;
}
.cal-holder{
    display:table;
    margin: 0 auto;
}
.cal-month{

}
.cal-header{
    display: table;
    width:100%;
}
.cal-header input{
    border:none;
    text-align: center;
    -webkit-appearance: menulist;
    font-size: 18px;
    width: 100px;
}
.cal-header span{
    font-size: 18px;	
    width: 100%;
}
.cal-header div{
    display: table-cell;
    width:50%;
    border: #ccc solid 1px;
}

.cal-year{
    padding:3px;
}

.input-date {
    display: table;
    text-align: right;
    min-width: 140px;
}
.input-date img {
    display: inline-block;
    height: 16px;
    padding: 0px 8px;
}
input[type=number]{
    -webkit-appearance: none ; 
}

.input-date input[type=number]::-webkit-inner-spin-button, 
.input-date input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

input.mm , input.mmm , input.dd, input.yyyy {
    display: inline-block;
    width:25px;
    border:none;
    border-bottom: #ccc solid 1px;
    font-size: 14px;
    text-align: center;
}
input.yyyy {
    width: 40px;
}
input.mmm {
    width: 30px;
}
