@charset "UTF-8";
/*
    Created on : Oct 11, 2018, 8:05:43 PM
    Author     : Afif Say
*/


@font-face {
    font-family: 'Roboto';
    src: url(/css/fonts/Roboto-Regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(/css/fonts/Roboto-Bold-webfont.woff) format('woff');
    font-weight: bold;
    font-style: normal;
}

.navbar-brand {
    padding-top:0.5rem;
}



/****************************************/
body{
    font-family: Roboto, Helvetica, sans-serif!important;
}
.matrixtitle {
    border-radius: 6px;
    background-color: #eee;
    padding:10px 20px;
    box-sizing: border-box;
}

.sectiontitle {
    border-radius: 6px;
    background-color: #cde5e5;
    padding:2px 20px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

h4.cb_header {
    border-radius: 4px 4px 0 0;
    background-color: #ddd;
    padding:4px 8px;
    box-sizing: border-box;
    margin-bottom: 0px;
}

div.cbox {
    border-radius: 0px 0px 4px 4px;
    border:1px #ddd solid;
    padding:4px 8px;
    box-sizing: border-box;
}

.matrixtitle>h1 {
    font-size: 36px;
}

.sectiontitle>h2 {
    font-size: 22px;
    margin: 5px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

.btn-default {
    padding: 4px 4px;
    font-size:14px;
    width:50px;
}

.btntd {
    width: 7rem;
    text-align: left;
}
.btn-display {
    
    border: 1px inset #ccc;
    background-color: #fefefc;
    color:#999;
    height:32px;
    cursor:default;
}
.flatbtn, .flatbtn:hover {
   text-decoration: none!important;
   color: #4d7774;
    margin-left:.9rem;
}
.toolbar {
    float: right;
    margin-left:1rem;
}

.buttons{
    /*float: left;*/
    position: absolute;
    left:50%;
}

.buttons #mynews{
    margin-left: 1rem;
}


#channelselector {
    display:none;

}
div.newsbody {
    margin:.05rem;
}
div.newsbody pre{
    font-size:100%;
}

table.newslist {
    font-size:.85rem;

}
table.newslist td{
    border: 1px solid #cccccc;

}

div.newsheader {
    font-weight: bold;
}

div.search label input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    padding-right: 0;
    padding-left: 0;
}

.dataTables_scrollBody {
    border:1px inset #cccccc;
}
.dataTables_info {
    float:left;
}

.ltable {
    border:1px inset #cccccc;
    border-radius: .3rem;
}

.form-group.required .control-label:after {
    content:" *";
    color:red;
}


.card-title-bg {
    font-size: 18px;
}

#newsModalBody {
    max-width: 100%;

}
.newsbody pre{
    word-wrap: break-word;
    white-space: pre-wrap;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    text-align: right;
}

input[type=number] {
    -moz-appearance:textfield;
    text-align: right;
}

.navbar {
    padding-bottom: .1rem;
    padding-top: .1rem;
    margin-bottom: .2rem;
}

.table-hover{
    cursor: pointer;
}
/*
div.jsoneditor-menu {
    background-color: #86b698!important;
    border-bottom: #86b698!important;;
    border-radius: 5px 5px 0 0px!important;;
}
*/
#jsoneditor{
    border-color: #86b698!important;;
    border-radius: 5px!important;;
    height:100%;
    overflow: auto;
}
/*
div #sqleditor{
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
}*/

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #7b8a8b;
    background-color: #f0fff0;
    border-color: #bbbbbb #bbbbbb #fff;
    top:0px;
}
.nav-tabs .nav-link, .nav-tabs .nav-item.show .nav-link {
    background-color: #f0f0f0;

    border-color: #ddd #ddd #fff;
}

.crosshatch {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnPgogIDxyZWN0IHdpZHRoPSc4JyBoZWlnaHQ9JzgnIGZpbGw9JyNmZmYnLz4KICA8cGF0aCBkPSdNMCAwTDggOFpNOCAwTDAgOFonIHN0cm9rZS13aWR0aD0nMC41JyBzdHJva2U9JyNhYWEnLz4KPC9zdmc+Cg==");
    background-repeat: repeat;
    opacity:0.3;
}
.adminerdiv #breadcrumb,.logout{display:none}
.adminerdiv #menu h1{display: none}
.adminerdiv .js h2,.adminerdiv .jush-sql {display:none}

.sy-caption {
    font-size: small;
    background-color: #fff3cd;
}
.slide_setting {
    z-index: 12;
    color: #ffffff00;
    position: absolute;
    top: 2px;
    right: 2px;
}
footer {
    position: absolute;
    bottom:120px;
    left:-90px;
}
footer div{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /*color:rgb(0,61,121);*/
    color:#ccc;
    font-size:14px;
    font-style: italic;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    vertical-align: bottom;
}

.dataTable tr:hover{
    background-color: #c0dfed !important;
}

.div_setting a{
    z-index: 12;
    color:#cccccc99;
    margin-right:3px;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 60px;
    height: 60px;
    z-index: 12;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.gauge-overlay{
    position:absolute;
    left:-4px;
    bottom:-4px;
    z-index: 11;
}
.gauge-alert{
    position:absolute;
    left:324px;
    bottom: 7px;
    z-index: 12;
}
.gauge-hhr {
    border: 6px ridge #ccc!important;
    background-color: #FFEE0011;
}

.panel-heading{
    position:absolute;
    left: 0;
    top:0;
    padding:2px 4px;
    margin-left:2px;
    z-index: 2;
    color:#ffffff00;
}
.panel-heading:hover {
    color:#00000066;
    z-index: 5;
    #background-color: #eeeeee;
}
.panel_heading i {
    color:inherit!important;
}

.grid-stack>.grid-stack-item>.grid-stack-item-content {
    overflow-y: hidden!important;
}
.panel-setting {
    z-index: 12;
    color:#ffffff00;
    float:right;
    display: inline-block;
}
.panel-setting:hover {
    color:#00000099;
}
.panel-setting a {
    color:inherit!important;
}
.tile-overlay {
    position:absolute;
    width:100%;
    height:100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif ;
}
.tile-val{
    font-size: 32pt;
    font-weight: bold;
    line-height: 16pt;
    margin:10px 0;
}
.tile-title{
    font-size: 12pt;
    margin:10px 0;

}
.tile-trend {
    font-size: 12pt;
    font-weight: bold;
}


.progress-bottom{
    position:absolute;
    bottom:0;
    width:100%;
    height: 4px;
}
.progress-overlay{
    position: absolute;
    top:0;
    margin:0 auto;
}
.progress-bottom .progress-overlay{

}
.progress-overlay{
    width:100%;
    font-weight: bold;
    color:white;
    margin-top:-.4%;
}

.spark_table{
    width:100%;
    height: 100%;
    font-size:90%;
}
.spark_title{
   color:#0f7864;
}
.spark_row{
    text-align: left!important;
    display: table;
    padding:1px 4px;
    width:100%;
}
.spark_row:nth-child(even){
    background-color: #f3f3f3;
}

.spark_cell_name {
    margin:0 4px;
    font-size: 80%;
    width:60%;
    display:table-cell;
    vertical-align: middle;
}
.spark_cell_chart {
    width: 30%;

}
.spark_cellval{
    font-weight: bold;
    color:#0c0c0c;
    margin-left: 4px;
}

.spark_cell_chart canvas{
    display:table-cell;
    vertical-align: unset!important;
}

.jqstooltip{
    box-sizing: content-box;
}

.indicatorlayer .title{
    font-size:80%!important;
}
.gauge_title{
    z-index: 10;
    width:100%;
    position:absolute;
    font-weight: bold;
    color:#ccccee;
}

.grid-stack-item[data-gs-width="10"]  { width: 100% }
.grid-stack-item[data-gs-width="9"]  { width: 90% }
.grid-stack-item[data-gs-width="8"]  { width: 80% }
.grid-stack-item[data-gs-width="7"]  { width: 70% }
.grid-stack-item[data-gs-width="6"]  { width: 60% }
.grid-stack-item[data-gs-width="5"]  { width: 50% }
.grid-stack-item[data-gs-width="4"]  { width: 40% }
.grid-stack-item[data-gs-width="3"]  { width: 30% }
.grid-stack-item[data-gs-width="2"]  { width: 20% }
.grid-stack-item[data-gs-width="1"]  { width: 10% }

.grid-stack-item[data-gs-x="9"]  { left: 90% }
.grid-stack-item[data-gs-x="8"]  { left: 80% }
.grid-stack-item[data-gs-x="7"]  { left: 70% }
.grid-stack-item[data-gs-x="6"]  { left: 60% }
.grid-stack-item[data-gs-x="5"]  { left: 50% }
.grid-stack-item[data-gs-x="4"]  { left: 40% }
.grid-stack-item[data-gs-x="4"]  { left: 30% }
.grid-stack-item[data-gs-x="2"]  { left: 20% }
.grid-stack-item[data-gs-x="1"]  { left: 10% }

.panel-setting:hover .adminbtn{
    color:darkred;
}

.spark_cell_chart canvas {
     float:right;
}


.currencydiv{

}
.curritem {

}
.currname{

}

.bg-primary {
    background-color: #2C3E50 !important;
}
.table-condensed td {
    padding:.5rem;
}

.dropdown {list-style: none; display: inline-block;}
.dropdown-item {padding-left: 1rem}


#util {
    text-align: center;
    font-size: 90%;
    height:170px;
    width: 100px;
    position:absolute;
    bottom:0;
    right:20px;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*
*:before,
*:after {
    display: table-cell;
    content: '';
}
*/
*:after { clear: both; }

#invo_filter {
    text-align: left;
}

#results-window {
    height: 32px;
    width:146px;
    text-align: right;
    background-color: #aab9a6;
    border: 2px inset #cfd6dc;
}

.calc .row {

    margin: 4px 4px;
}

.panel-default {
    border: 4px outset #242b35;
    border-radius: 2%;
}

.panel-body {
    background-color: #edece7;
}

#result {

    font-size: 1.5rem;
    overflow: hidden;
    height: 30px;
    padding: 0 5px 0 5px;
    width:142px;
    white-space: nowrap;
    text-overflow: "";
}


#printme {display: none}

@media print {
    div {
        break-inside: avoid;
    }
}

#setrange{
    font-size:80%;
    color:#666666;
}

.cm-editor { height: 100%; width:100%;}
.cm-scroller { overflow: auto; }

#utilitybar, #sidebar, #content {
    height: 100%;
    overflow:auto;
    transition: all 0.5s ease;
}

#sidebar {
    background:white;
    width: 470px;
    position:fixed;
    top:3px;
    left:-470px;
    z-index: 90;
}
#utilitybar {
    background:white;
    width: 470px;
    position:fixed;
    top:0;
    right:-470px;
}
#utilitybar.collapsed {
    right: 0;
}

#sidebar.collapsed {
    left: 0;
}

#content {
    background:gray;
    width:100%;
}

#toggle {
    float:right;
}

#sidebartools {
    height:32px;
    position:absolute;
    width:140px;
    font-size: 20px;
    top:0px;
    right:10px;
    z-index:12;
    background: transparent;
}

#utilitytools {
    height:32px;
    position:absolute;
    width:76px;
    font-size: 18px;
    top:5px;
    left:-12px;
    z-index:12;
}

.dualmulti {
    height:250px!important;
}
.duallistbox .form-label{
    font-weight: bold;

}

.myformslist {
    position:relative;
    top:-50px;
    padding-top: 0!important;
}

.alert {
    display: none;
}

.btn-secondary {
    background-color: white;
    border:2px grey solid;
    color:grey;
}

.notifyjs-foo-base {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: visible;
    background: #FEFEFE;
    padding: 5px;
    border-radius: 5px;
    border-color: #0a6aa1;
}

.notifyjs-foo-base .title {

    margin: 10px 0 0 10px;
    text-align: center;
}

.notifyjs-foo-base .prbuttons {
    width: 260px;
    text-align: center;
}

.notifyjs-foo-base button {
    padding: 2px;
    margin:10px;
    width: 100px;
}

.fixed-table-body{
    border-radius: 5px;
}

#pdialer .fixed-table-pagination {
    position: static !important;
}

.webcalc_calculator {
    border:2px solid #999;
    border-radius: 10px;
    position:relative;
    padding-top:1rem;
    padding-bottom:1rem;
}

.webcalc_keyboard {
    margin:1rem auto;
}

.webcalc_calculator button {
    border:1px outset #ddd;
    border-radius: 10px;
    transition: all 0.1s;
    position: relative;
    color:white;
}

.webcalc_calculator button:active,
.webcalc_calculator button.selected
{
    top:3px;
    filter: brightness(60%);
}

.webcalc_btnOp {
    font-size:1.1rem;
    font-weight: bold;
    background-color: #666;
}

.webcalc_btnNum {
    font-weight: bold;
    background-color: #333;
}

.webcalc_btnEq {
    font-size:1.1rem;
    font-weight: bold;
    background-color: #4f4f4f;
}

.webcalc_btnAC {

    background-color: #fd1b1b;
}

.webcalc_btnMem {

    background-color: #1b84fd;
}

.webcalc_btnBS {

    background-color: #ffa215;
}

.webcalc_btnCur {
    font-size:1.1rem;
    background-color: #3cb200;
}

.webcalc_btnCon {
    background-color: #068572;
}

.webcalc_display {
    text-align: right;
    margin: 0 auto;
    background-color: #ccc;
}

.webcalc_display.dispOut {
    border-radius:5px 5px 0 0;
}

.webcalc_display.dispIn {
    border-radius:0 0 5px 5px;
}

.webcalc_display pre {
    margin: 0 5px;
}

.webcalc_calculator .calcrow {
    margin:0 auto!important;
    padding:0;
    text-align: center;
}

#pbakkal {
 /*   background: url(../img/bakkal.png) right top no-repeat;*/
}


#btnAdd {
    padding-top: 4px;
}

 .display {
     border: 1px #ccc solid;
 }

#display1 {
    width: 280px;
    height: calc(100vh - 70px);
}

#display2 {
    width: 160px;
    height: calc(100vh - 70px);
}

#display2 .cm-line {
    text-align: right;
}

.ͼ1 .cm-content[contenteditable=true] {
    -webkit-user-modify: read-write-plaintext-only;
}
.pad_buttons {
    height:32px;
    position:absolute;
    width:120px;
    top:2px;
    right:2px;
    z-index:12;
}

.pad_buttons span {
    padding:0 4px
}
.aggregate {
    position:absolute;
    top:4px;
    height:16px;
    color:darkgray;
    right:4px;
    z-index: 20;
}

.dropdown-menu svg {
    height:20px;
    position: relative;
    top:-2px;
}

.nav-link svg {
    height:20px;
    position: relative;
    top:-3px;
}

.file-thumbnail {
    overflow: clip;
    width:50px;
    height:30px;
}

.nav-tabs .nav-link {
    padding-left: 6px;
    padding-right: 6px;

}

#hedit {
    position:absolute;
    top:53px;
    width:450px;
    background-color: white;
}


#hedit textarea {
    width:100%;
    padding:10px;
    border:1px solid #ddd;
}

/* Markdownlive Preview
=======================================================================*/

.markdownlive-preview {
    background-color: #f6f6f6;
    padding:10px;
    height:300px;
    overflow:auto;
}



.dataTable tr:hover{
    background-color: #c0dfed !important;
}

.div_setting a{
    z-index: 12;
    color:#cccccc99;
    margin-right:3px;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 60px;
    height: 60px;
    z-index: 12;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.alert {
    display: none;
}


#sidebar,#lsidebar, #content {
    height: 100%;
    overflow:auto;
    transition: all 0.5s ease;
}

#sidebar {
    background:white;
    width: 470px;
    position:fixed;
    top:0;
    right:-470px;
    padding: 0px;
}

#sidebar.collapsed {
    right: 0;
}

#lsidebar {
    background:white;
    width: 470px;
    position:fixed;
    top:0;
    left:-470px;
    padding: 0px;
}

#lsidebar.collapsed {
    left: 0;
}



#toggle {
    float:right;
}

.flatbtn {
    cursor: pointer;
}

#lsidebartools {
    height:32px;
    position:absolute;
    width:120px;
    font-size: 18px;
    top:0px;
    right:0px;
    z-index:12;
    background: transparent;
}

.sidebarseparator{
    background: white;
    opacity: 0.3;
    box-sizing: border-box;
    width: 1px;
    height: 23px;
    margin-left: 3px;
    margin-top: 17px;

    display:inline-block;
}

.cbuttons button{
    font-size:1.5rem!important;
    padding:.1rem .3rem!important;
}



.report-field {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 12pt;
    color:#000;
    width: 100%;
    border:1px solid #ccc;
    height: 20pt;
    margin-top: 0.1em;
    padding-left: 0.2em;
}
.report-label {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 12pt;
    color:#ccc;
    width: 100%;
    margin-top: 0.8em;
}

.report-area {
    min-height: 5em;
    font-size: 11pt;
}

.form-text-label, .form-select-label {
    color:#999;
    font-size: 80%;
}

.defTabs .nav-link {
    color:#999;
}


.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #333;
    --bs-pagination-bg: #ddd;
    --bs-pagination-border-width: 0;
    --bs-pagination-border-color: transparent;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: #333;
    --bs-pagination-hover-bg: #eee;
    --bs-pagination-hover-border-color: transparent;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #333;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(44, 62, 80, 0.25);
    --bs-pagination-active-color: #eee;
    --bs-pagination-active-bg: #999;
    --bs-pagination-active-border-color: transparent;
    --bs-pagination-disabled-color: #333;
    --bs-pagination-disabled-bg: #ddd;
    --bs-pagination-disabled-border-color: transparent;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.bootstrap-table .fixed-table-toolbar .bs-bars, .bootstrap-table .fixed-table-toolbar .columns, .bootstrap-table .fixed-table-toolbar .search {position: relative;
    margin-top: 8px;
    margin-bottom: 10px;
}

.spark_cell_name, .spark_cell_chart {
    padding:0!important;
}

.veri {
    font-size: 85%;
}
.nowrap {
    white-space: nowrap;
}