@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MontserratSemiBold';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'MontserratMedium';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v7/L0x5DF4xlVMF-BfR8bXMIjhLq38.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

body {
    font-size: 11pt;
    padding: 0px 0px;
    margin: 0px 0px;
    font-family: 'Montserrat';
    text-rendering: optimizeLegibility;
}


@keyframes kick {
    0% { -webkit-transform: rotate(0deg); transform-origin: bottom right;}
    50% { -webkit-transform: rotate(6deg); transform-origin: bottom right;}
    100% { -webkit-transform: rotate(0deg); transform-origin: bottom right;}
}
@keyframes push {
    0% { -webkit-transform: translate(0px, 0px); transform-origin: bottom right;}
    50% { -webkit-transform: translate(0px, -25px); transform-origin: bottom right;}
    100% { -webkit-transform: translate(0px,0px); transform-origin: bottom right;}
}

@keyframes shake-horz {
    10%, 90%      { transform: translate3d(-1px, 0, 0); }  
    20%, 80%      { transform: translate3d(2px, 0, 0);  }
    30%, 50%, 70% { transform: translate3d(-4px, 0, 0); }
    40%, 60%      { transform: translate3d(4px, 0, 0);  }
}
@keyframes shake-vert {
    10%, 90%      { transform: translate3d(0, -1px, 0); }  
    20%, 80%      { transform: translate3d(0, 2px, 0);  }
    30%, 50%, 70% { transform: translate3d(0, -4px, 0); }
    40%, 60%      { transform: translate3d(0, 4px, 0);  }
}
@keyframes shake-jiggle {
    10%, 90% { transform: rotate(-1deg);}
    20%, 80% { transform: rotate(1.5deg);}
    30%, 50%, 70% { transform: rotate(-2deg);}
    40%, 60% { transform: rotate( 2deg);}
}
@keyframes shake-once-jiggle {
    10% { transform: rotate(-1.0deg);}
    50% { transform: rotate(0deg);}
    90% { transform: rotate(+1deg);}
}

.fields-container {
    max-width: 1024px;
}
.fields-html-container{
    max-width: 100%;
}

.ifield-desc {overflow-x: hidden;}

.ianim-shake-jiggle {
    animation: shake-jiggle 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0); backface-visibility: hidden; perspective: 1000px;
}
.ianim-shake-horz {
    animation: shake-horz 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0); backface-visibility: hidden; perspective: 1000px;
}
.ianim-shake-vert {
    animation: shake-vert 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0); backface-visibility: hidden; perspective: 1000px;
}

.inemail {position: absolute; right: 0px; bottom: 6px; color: #f61;}
.ifield i {/*position: absolute; right: 0px; bottom: 6px;*/ font-size: 14pt; cursor: pointer;}

/* input field materlial like */
.infield {border: 0px solid #10aaf0; box-sizing: border-box;}

.ifield { position:relative; display: block; 
    padding-top: 20px; padding-bottom: 0px; margin-bottom: 20px;
    margin-top: 2px;
    min-height: 48px;
    border: 0px solid #0f0; /*margin-left: 10px; margin-right: 10px;*/ }

.ifield input {padding: 3px 6px 6px 6px; border: none; 
    border-bottom: 1px solid #d2d6de; width: 100%;
    background: transparent; font-size: 12px; font-weight: 300; color: #111;}

.ifield input[type="text"] { width: 100%; height: 23px;}
.ifield input[type="checkbox"] { padding-left: 10px; width: auto !important;}


.ifield input::placeholder {color: transparent;}
.ifield input:focus::placeholder {text-align: right; color: #aaa;}
.ifield input::-ms-input-placeholder {color: transparent;}
.ifield input:focus::-ms-input-placeholder {text-align: right; color: #aaa;}
.ifield input:invalid {box-shadow: none;}

.ifield input:invalid:focus {border: none;}
.ifield input:required:focus, .ifield input:required {box-shadow: none;}

.ifield input:valid:focus {border: none;}

.ifield input + label + span{ position: absolute; display:block; width: 0; left:50%; right:50%; background: #f61; height: 0px; bottom: 4px; }
.ifield input:invalid:focus + label + span{ height:2px; width:100%; background:#3af; left: 0%; right: 100%;
    animation: push 0.5s ease-out;}
.ifield input:valid:focus + label + span{ height:2px; width:100%; background:#3af; 
    transition: 0.4s ease-out; left: 0%; right: 100%;}

.ifield .checkbox-label {font-size: 0.9em;}
.checkbox {margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px;}
.textbox  {font-size: 0.9em;}

/* label immediately after input */
.ifield input + label {position: absolute; font-size: 11px; font-weight: 300; color: #999; width: 100%; /*height: 100%;*/
    padding: 0px 0px 0px 6px; top: 22px; /*bottom: 0px;*/ left: 0; transition: 0.3s; overflow: hidden;}

.ifield input:valid + label { font-size: 10px;}
.ifield input:invalid + label { font-size: 12px;}

.ifield input:focus + label, .ifield input:valid + label { top: 4px; color: #888; font-size: 11px;
    transition: 0.4s; transition-delay: 0.05s; font-weight: bold;}
.ifield input:-moz-read-only + label {top: 2px;}
.ifield input:read-only + label {top: 2px;}

.ifield input:focus + label {color: #3af; top: 0px;}

.ifield input:invalid.in-invalid + label {color: #f00;}

input.in-invalid + label {color: #a00 !important; font-weight: bold;}
input.in-invalid {border-bottom: 1px solid #f00;}
input:focus.in-invalid {border-bottom: 1px solid #f00;}

/* select box */
.ifield select {padding: 3px 0px 2px 2px; border: none; border-bottom: 1px solid #d2d6de; 
    -moz-appearance: none; appearance: none; height: 23px;
    background: transparent; font-size: 12px; font-weight: 300; color: #111; width: 100%;}

.ifield select:valid + label:after {
    content:"\f0dc";
    font-family: FontAwesome;
    color: #000;
    padding: 24px 8px;
    position: absolute; right: -10px; top: 0px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}
.ifield select:invalid + label:after {
    content:"\f0dc";
    font-family: FontAwesome;
    color: #000;
    padding: 24px 8px;
    position: absolute; right: -10px; top: -20px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}


.ifield select::placeholder {color: transparent;}
.ifield select:focus::placeholder {text-align: right; color: #aaa;}
.ifield select::-ms-input-placeholder {color: transparent;}
.ifield select:focus::-ms-input-placeholder {text-align: right; color: #aaa;}
.ifield select:invalid {box-shadow: none;}

.ifield select:invalid:focus, .ifield select:valid:focus {border: none;}
.ifield select:required:focus, .ifield select:required {box-shadow: none;}

.ifield select + label + span{ position: absolute; display:block; width: 0; left:50%; right:50%; background: #f61; height: 0px; top: 100%; }
.ifield select:invalid:focus + label + span{ height:2px; width:100%; background:#f61; left: 0%; right: 100%;
    animation: push 0.5s ease-out;}
.ifield select:valid:focus + label + span{ height:2px; width:100%; background:#f61; 
    transition: 0.4s ease-out; left: 0%; right: 100%;}

.ifield select + label {position: absolute; font-size: 11px; font-weight: bold; color: #444; width: 100%; height: 11px;
    padding: 0px 0px 4px 2px; top: 20px; bottom: 0px; left: 0; transition: 0.3s; pointer-events: none;}

.ifield select:focus + label, .ifield select:valid + label { top: 4px; color: #888; /*font-size: 11px; */
    transition: 0.4s; transition-delay: 0.05s; pointer-events: none;}

.ifield select:invalid.in-invalid + label {color: #f00;}

/* textarea */
.ifield textarea {padding: 3px 0px 2px 2px; border: none; border-bottom: 1px solid #d2d6de; 
    background: transparent; font-size: 1.0em; font-weight: 300; color: #111; width: 100%;}

.ifield textarea::placeholder {color: transparent;}
.ifield input:focus::placeholder {text-align: right; color: #aaa;}
.ifield textarea::-ms-input-placeholder {color: transparent;}
.ifield textarea:focus::-ms-input-placeholder {text-align: right; color: #aaa;}
.ifield textarea:invalid {box-shadow: none;}

.ifield textarea:invalid:focus {border: none;}
.ifield textarea:required:focus, .ifield textarea:required {box-shadow: none;}

.ifield textarea:valid:focus {border: none;}

.ifield textarea + label + span{ position: absolute; display:block; width: 0; left:50%; right:50%; background:#f61; height: 0px; top: 100%; }
.ifield textarea:invalid:focus + label + span{ height:2px; width:100%; background:#f61; left: 0%; right: 100%;
    animation: push 0.5s ease-out;}
.ifield textarea:valid:focus + label + span{ height:2px; width:100%; background:#f61; 
    transition: 0.4s ease-out; left: 0%; right: 100%;}

/* label immediately after input */
.ifield textarea + label {position: absolute; font-size: 1em; font-weight: 300; color: #444; width: 100%; /*height: 100%;*/
    padding: 0px 0px 2px 2px; top: 0px; /*bottom: 0px;*/ left: 0; transition: 0.3s;}

.ifield textarea:focus + label, .ifield textarea:valid + label { top: 0px; color: #888; font-size: 0.9em; 
    transition: 0.4s; transition-delay: 0.05s;}

.ifield textarea:invalid.in-invalid + label {color: #f00;}

/* array of fields */
.ifieldarray { padding: 0px 0px 0px 0px; margin-right: 5px;}
.ifieldarray .row {border: 1px solid #eef; background-color: #eef; border-radius: 4px; margin-bottom: 5px;}
.ifieldarray h5 { color: #f61; padding: 10px 10px 10px 15px; font-weight: bold;}
.ifieldarray h5 small { padding-left: 10px; cursor: pointer;}
.ifieldarray-add { padding-bottom: 15px; font-size: 0.9em;}

.ibutton label {position: absolute; font-size: 10px; font-weight: 300; color: #444; width: 100%; height: 100%;
    padding: 0px 0px 4px 2px; top: 2px; bottom: 0px; left: 0; transition: 0.3s; }

.form-group {margin-bottom: 5px;}
      

/* button */
.ibtn { color: #fee; 
    background: linear-gradient(45deg, #ffc632 0%, #ff8302 100%);
    border: none; padding: 4px 22px;  border: 0px solid #FF9900; border-radius: 3px; 
    position: relative; font-family: "MontserratSemiBold";
    display: inline-block;
    box-sizing: border-box;
    font-size: 0.95em;
    font-weight: 300;
    }
.ibtn:hover { background: linear-gradient(45deg, #ee641a 0%, #ff6e10 100%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); transition: 0.3s;}

.ibtn-axn { pointer-events: none; }
.ibtn.ibtn-axn { padding-left: 32px; opacity: 0.6;}
/* .ibtn-axn span { padding-left:25px; opacity: 0.3;} */
.ibtn-axn:before {content: ''; box-sizing: border-box; position: absolute; top: 50%; left: 3px; width: 20px; height: 20px; margin-top: -10px; border-radius: 50%; border: 2px solid #ccc; border-top-color: #333; -webkit-animation: spinner .6s linear infinite;  animation: spinner .6s linear infinite;}
@keyframes spinner {to {transform: rotate(360deg);}}

.ibtn-def { background: linear-gradient(45deg, #ffc632 0%, #ff8302 100%);  }

.ibtn-red { background: linear-gradient(45deg, #de542a 0%, #f89553 100%);  }
.ibtn-red:hover { background-color: #da4400; transition: 0.9s;}

.ibtn:disabled { background: linear-gradient(45deg, #888 0%, #444 100%) !important; }

.ibtn-green { background: linear-gradient(45deg, #00a300 0%, #99b433 100%) !important; 
    color: #fff !important; border: 1px solid #00A300 !important; }
.ibtn-green:hover { background-color: #09c403; transition: 0.9s;}

.ibtn-link {color: #FF9900; background: transparent;
    padding: 2px 22px;  border: 1px solid #FF9900; border-radius: 3px; 
    position: relative; font-family: "MontserratSemiBold";
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.ibtn-link:hover { background: linear-gradient(45deg, #ee641a 0%, #ff6e10 100%);
    color: #fff; border-radius: 3px; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); transition: 0.3s;}
.ibtn-link:disabled { color: #888 !important; border: 1px solid #888; border-radius: 3px;  }
.ibtn-link:disabled:hover { background: none; box-shadow: none; }
.ibtn-link.ibtn-axn { padding-left: 25px; opacity: 0.5; }

.ibtn-small {font-size: 0.8em; padding: 2px 18px;}

/* file upload */
.file-upload { position: relative;  display: inline-block;  border: 0px solid #f00;
    border-radius: 3px; 
    }
.file-upload input[type=file]{ position: absolute; left: 0;  top: 0; opacity: 0; cursor: pointer; 
    width: 100%; height: 100%;
    }
.file-upload input:disabled [type=file]{ 
    background: linear-gradient(45deg, #888 0%, #444 100%) !important;
    }
    
.file-upload:hover, .file-upload input[type=file]:hover{ 
    border: 0px solid #0f0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); transition: 0.3s;
    }
/* file upload end */

.intable {width: 100%; margin-left: 8px;}
.intable th {vertical-align: center; padding: 6px 4px 6px 4px; border-bottom: 1px solid #ddd;}
.intable td {vertical-align: top; padding: 4px 4px 6px 4px; border-bottom: 1px solid #ddd;}

.ireadonly input{
    border: 0px solid #000 !important;
}

@keyframes ispin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
}
.ibtn-axn i {
    animation: ispin 2s infinite linear;
}



/* hamburger @site https://jonsuh.com/hamburgers */
.hamburger {
    padding: 15px 12px 0px 12px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; 
}
.hamburger:hover {opacity: 0.7; }
.hamburger-box { width: 20px; height: 17px; display: inline-block; position: relative; }
.hamburger-inner { display: block; top: 50%; margin-top: -1.5px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      width: 20px;
      height: 3px;
      background-color: #000;
      border-radius: 2px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {content: ""; display: block; }
.hamburger-inner::before { top: -7px; }
.hamburger-inner::after { bottom: -7px; }
  
.hamburger--elastic .hamburger-inner { top: 1.5px; transition-duration: 0.275s; transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic .hamburger-inner::before { top: 7px; transition: opacity 0.125s 0.275s ease; }
.hamburger--elastic .hamburger-inner::after { top: 14px; transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner { transform: translate3d(0, 7px, 0) rotate(135deg); transition-delay: 0.075s; }
.hamburger--elastic.is-active .hamburger-inner::before {transition-delay: 0s; opacity: 0; }
.hamburger--elastic.is-active .hamburger-inner::after { transform: translate3d(0, -14px, 0) rotate(-270deg); transition-delay: 0.075s; }
  
.hamburger--spring .hamburger-inner { top: 1.5px; transition: background-color 0s 0.13s linear; }
.hamburger--spring .hamburger-inner::before { top: 7px; transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner::after { top: 14px; transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner { transition-delay: 0.22s; background-color: transparent; }
.hamburger--spring.is-active .hamburger-inner::before { top: 0; transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0, 7px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner::after { top: 0; transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0, 7px, 0) rotate(-45deg); }


.left-menu-bar {
    
    padding: 10px 10px;
}
.left-menu-bar a {
    color: #666;
}

@media screen and (min-width: 768px) {
    .hamburger {display: none;}
}


.tt-product { font-size: 10pt; }
.tt-product-name { width: 70%; height: 100%; display: inline-block; line-height: 14px; }
.tt-product-name small { padding-left: 5px; font-size: 9pt; color: #888; }
.tt-product-link { width: 25%; height: 100%; display: inline-block; font-size: 10pt; line-height: 14px; text-align: right; }
.tt-product-link a:hover{ color:#fff; }
.twitter-typeahead { width: 100%; padding-right: 20px; }


/* colors */
/* .bg-red  { background: linear-gradient(45deg, #E31836 0%, rgb(245, 99, 42) 100%);}
    .bg-blue { background: linear-gradient(45deg, #3870A1 0%, rgb(109, 181, 245) 100%);}
    .bg-sblue{background:linear-gradient(45deg, #359FF4 0%, rgb(89, 175, 245) 100%);}
    .bg-ash  { background:linear-gradient(45deg, #b2b3b5 0%, #dadbdd);}
    .bg-purple{ background:linear-gradient(45deg, #603cba 0%, #a685f8);}
 */
.bg-red  { background: linear-gradient(#E31836 0%, rgb(228, 112, 77));}
.fg-red  { color: #E31836 !important;}

.bg-sblue{background:linear-gradient(#359FF4 0%, rgb(118, 189, 248));}
.fg-sblue {color: #359FF4 !important;}

.bg-ash  { background:linear-gradient(#b2b3b5 0%, #d7d8da);}
.fg-ash  { color:#b2b3b5 !important;}

.bg-purple{ background:linear-gradient(#603cba 0%, #b499f8);}
.fg-purple{ color:#603cba !important;}

.bg-blue-lite {background:linear-gradient(#669AD3 0%, rgb(147, 195, 247));}
.fg-blue-lite {color: #669AD3 !important;}

.bg-orange{background:linear-gradient( rgb(231, 92, 0) 0%, rgb(228, 143, 87));}
.fg-orange{ color:rgb(231, 92, 0) !important;}

.bg-yellow{background:linear-gradient(to left top,rgb(244, 248, 29), rgb(224, 132, 50)) ;}
.fg-yellow {color: #F8841D !important;}

.bg-gold{background:linear-gradient(to left top,#FFD700, #EEE8AA) ;}
.fg-gold {color: #FFD700 !important;}


.bg-blue { background: linear-gradient(#3870A1 0%, rgb(115, 184, 245));}
.fg-blue { color:#3870A1 !important;}

.bg-pink {background: linear-gradient(45deg, #FF1493 0%, rgb(253, 108, 185) 100%);}
.fg-pink {color: #FF1493 !important;}



.bg-green {background: linear-gradient(45deg, #00a300 0%, #99b433 100%);}
.fg-green {color: #00a300 !important;}

.bg-black {background: linear-gradient(45deg, #000000 0%, #888888 100%);}
.fg-black {color: #000000 !important;}

.fbox { display: flex; margin-top: 10px; margin-bottom: 30px; margin-right: auto; margin-left: auto;}
.fbox-left { flex: 0 0 280px; padding-right: 30px;}
.fbox-right {flex: 1;}

.box {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0px 0px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.box-default{

}
.box-header h3, .box-header h4{
    padding: 10px 10px 12px 10px;
}

.with-border h3, .with-border h4{
    padding: 10px 10px 12px 10px;
    margin: 0px 0px;
    text-align: left;
    border: 0px solid #ddd;
    color: #fff;
    background: linear-gradient(#aaa 0%, #aaa);
}
.box-body{
    padding: 15px 15px;
}
.box-footer { padding: 0px 15px 15px 15px;}
.box-title { font-size: 1.3em; color: #820;}

.in-box-body {  }


/* tabs */
.intab {border: 0px solid #f00; display: inline-block; }
.intab > li {float: left;}
.intab > li.active > a { border: 0px solid #f00; background: transparent; border-radius: none; transition: 0.2s;}
.intab > li.active > a > span {box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); transition: 0.2s;}

.intab > li > a { background: transparent; border: 0px solid #00f; border-radius: none; padding: 10px 15px;}
.intab > li > a:hover { background: transparent; border-radius: none; }
.intab > li > a > span:hover {box-shadow: 0 6px 20px 0 rgba(77, 182, 172, 0.5); transition: 0.2s; margin-top: 1px; margin-left: 1px;}

.intab > li > a > span:hover {box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);transition: 0.3s; margin-top: 1px; margin-left: 1px;}

.intab a {width: 100px; height: 125px; text-align: center;}
.intab a span { display:inline-block; width: 60px; height: 60px; border-radius: 50%; vertical-align: middle;}
.intab a span i {line-height: 58px; color: #fff;  text-shadow: 2px 2px 2px #aaa;}
.intab a p {text-align: center; padding-top: 10px;}

.intab > li:not(:last-child) a span:after {content: ''; position: absolute; left: 50%; top: 25%; display: block; width: 80%; 
    height: 1px; border-bottom: 2px dotted #888; z-index: 0; margin-left: 30px; padding-right: 30px;}

.intab > li.bgg-yellow > a > span {background: linear-gradient(45deg, #ff6f00 0%, #ffca28 100%);}
.intab > li.active.bgg-yellow > a > p {color: #ff6f00;}

.intab > li.bgg-blue   > a > span {background: linear-gradient(45deg, #303f9f 0%, #1976D2 100%);}
.intab > li.active.bgg-blue > a > p {color: #303f9f;}

.intab > li.bgg-purple > a > span {background: linear-gradient(45deg, #6200ea 0%, #1976D2 100%);}
.intab > li.active.bgg-purple > a > p {color: #6200ea;}

.intab > li.bgg-orange > a > span {background: linear-gradient(45deg, #ff5722 0%, #dd2c00 100%);}
.intab > li.active.bgg-orange > a > p {color: #ff5722;}

.intab > li.bgg-cyan   > a > span {background: linear-gradient(45deg, #00e5ff 0%, #ccff90 100%);}
.intab > li.active.bgg-cyan > a > p {color: #00e5ff;}

.intab > li.bgg-pink   > a > span {background: linear-gradient(45deg, #e91e63 0%, #d500f9 100%);}
.intab > li.active.bgg-pink > a > p {color: #e91e63;}

.intab > li.bgg-green  > a > span {background: linear-gradient(45deg, #c6ff00 0%, #aeea00 100%);}
.intab > li.active.bgg-green > a > p {color: #aeea00;}

.intab > li.bgg-brown  > a > span {background: linear-gradient(45deg, #4e342e 0%, #a1887f 100%);}
.intab > li.active.bgg-brown > a > p {color: #4e342e;}
/* in-tab */
/* in-tab-small */
.intab-small a {width: 70px; height: 105px; text-align: center;}
.intab-small a span { width: 40px; height: 40px; font-size: 8pt;}
.intab-small a span i {line-height: 38px; color: #fff;  text-shadow: 2px 2px 2px #aaa;}
.intab-small > li:not(:last-child) a span:after { left: 35%; }
.intab-small > li > a > p {font-size: 8pt;}
.intab-small > li.active > a > p {font-size: 9pt;}
/* in-tab-small */

.intab-stage-footer {padding-top: 10px;}

/* wf status */
.status-, .status-undefined {color: transparent; font-size: 8pt;}
.status-inprogress {color: #00e5ff; font-size: 8pt;}
.status-completed {color: #4D4; font-size: 8pt;}

.stage-, .stage-undefined {color: #bbb !important; }


/* iframe */
.inhtml {border: 0px;}
.inthumbnail {display: inline-block; padding: 8px; border: 1px solid #ddd; margin: 4px;}


/* chat */
.direct-chat-messages { padding: 15px; max-height: 300px; overflow: auto; }
.direct-chat-msg {display: block; margin-bottom: 20px; overflow: auto;}

.direct-chat-text { position: relative; background: #eee; border-radius: .4em; min-height: 54px; }

.direct-chat-messages .left .direct-chat-text:after { content: ''; position: absolute; left: 0; top: 25px; width: 0; height: 0; border: 9px solid transparent; border-right-color: #eee; border-left: 0; margin-top: -9px; margin-left: -9px; }
.direct-chat-messages .right .direct-chat-text:after { content: ''; position: absolute; right: 0; top: 25px; width: 0; height: 0; border: 9px solid transparent; border-left-color: #ddf; border-right: 0; margin-top: -9px; margin-right: -9px; }

.direct-chat-img {width: 48px; height: 48px; border-radius: 24px; border: 2px solid #eee; padding: 2px;}

.direct-chat-messages .right .direct-chat-text { background: #ddf; margin-right: 60px; padding: 10px 10px;}
.direct-chat-messages .right .direct-chat-img { float: right; border-radius: 24px; border: 2px solid #ddf;}

.direct-chat-messages .left .direct-chat-img {float: left;}
.direct-chat-messages .left  .direct-chat-text {margin-left: 60px; padding: 10px 10px;}
.chat-pre {white-space: pre; white-space: pre-wrap; background: transparent; border: none;}
/* chat-end */


/* data table */
table.dataTable {width: 100% !important;}
table.dataTable thead th {
    border-bottom: 0px solid #bbf !important; 
    background: #ddd; color: #666; 
    font-size: 0.9em;
    padding: 8px 10px;
}
table.dataTable tfoot th { border-bottom: 0px solid #bbf !important; vertical-align: top;}

table.dataTable.no-footer{border-bottom: 0px solid #bbb !important;}
table.dataTable tbody th, table.dataTable tbody td {
    border-bottom: 0px solid #bbf !important;
    white-space: nowrap;
    font-size: 0.85em;
}
.dtable-filter { border: none; border-bottom: 1px solid #bbf !important; font-size: 10px; width: 96%; margin-right: 4px;}
.dtable-filter-range {border: none; border-bottom: 1px solid #bbf !important; font-size: 10px; width: 48%; margin-right: 4px;}

.dataTables_length select { padding: 3px 0px 2px 2px; border: none; border-bottom: 1px solid #d2d6de; -moz-appearance: none; appearance: none;}
.dataTables_wrapper .dataTables_filter input { border: none !important; border-bottom: 1px solid #888 !important; }
.dataTables_wrapper .dataTables_filter input label { font-size: 9px; font-weight: normal !important;}
.dataTables_wrapper .dataTables_filter label { font-size: 0.9em; font-weight: normal !important;}
.dataTables_wrapper .dataTables_length label { font-size: 0.9em; font-weight: normal !important;}
.dataTables_wrapper .paginate_button {font-size: 0.8em !important;}
.dataTables_wrapper .paginate_button.current,
.dataTables_wrapper .paginate_button.current:hover {background: linear-gradient(to bottom,#fff 0,#ffffff 100%) !important;}

.dtableLink {cursor: pointer; color: blue; text-decoration: underline;}
.dtableLink:hover {font-style: italic;}
.dataTables_info {font-size: 0.9em;}

.incolvis {
    background: transparent !important;
    border: none !important;
    border-radius: 4px;
    font-weight: normal;
    font-family: 'Montserrat'!important;
}
.buttons-columnVisibility{
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    color: #888 !important;
}
.buttons-columnVisibility.active{
    color: #080 !important;
    font-weight: bold;
}

/* sub menu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* left side tab */
.ilmenu { max-width: 200px; overflow: hidden; background: #fff; padding: 10px 10px 10px 20px; margin-left: 5px;}
.ilmenu > ul { list-style-type: none; padding: 0px; margin: 0px; display: block;}
.ilmenu > ul > li { 
    padding: 6px 5px;
    border: 1px dotted #bbb;
    border-width: 0 0 0px 1px; 
    background: transparent;
    position: relative;
}

.ilmenu > ul > li > a {
    margin: 0;
    position: relative;
    top: 0px;
    left: -20px;
}

.ilmenu > ul li i { 
    width: 28px; height: 28px; background: #fff; padding: 3px; border-radius: 5px; text-align: center;
    border: 1px solid #bbb;
    line-height: 20px;
    }

@keyframes ilmenu-close {
    0% {height: 56px;}
    100% {height: 0px; }
}

@keyframes ilmenu-open {
    0% {height: 0px;}
    100% {height: 56px; }
}
    
.ilmenu li ul { height: 0px; max-height: 0px; overflow: hidden; list-style-type: none; margin: 0px; padding-left: 10px; display: block; animation: ilmenu-close 0.3s; 
    transition: max-height 0.3s; -moz-transition: max-height 0.3s; -webkit-transition: max-height 0.3s; }
.ilmenu li.open ul { height: auto;  max-height: 600px;  animation: ilmenu-open 0.3s; animation-timing-function: cubic-bezier(.43,.27,.26,1.13); transition: max-height 0.9s;
     transition: max-height 0.3s; -moz-transition: max-height 0.3s; -webkit-transition: max-height 0.3s;}


.ilmenu > ul > li > ul > li {
    padding: 3px 5px;
}

.ilmenu li a:hover { text-decoration: none;}
.ilmenu li.open a { text-decoration: none;}
.ilmenu li.open > a { text-decoration: none; font-size: 11pt; color: #f61; font-family: "MontserratSemiBold"; white-space: nowrap; display: block;}

.ilmenu li > ul li { position: relative; left: 100%; border: none;}

@keyframes ilmenu-move-left {
    0% {left: 100%; }
    100% {left: 0;  }
}

.ilmenu li.open ul li:nth-child(1) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 0ms;   animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu li.open ul li:nth-child(2) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 30ms;  animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu li.open ul li:nth-child(3) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 60ms;  animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu li.open ul li:nth-child(4) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 90ms;  animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu li.open ul li:nth-child(5) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 120ms; animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu li.open ul li:nth-child(6) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 150ms; animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu li.open ul li:nth-child(7) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 180ms; animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu li.open ul li:nth-child(8) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 210ms; animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu li.open ul li:nth-child(9) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 240ms; animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu li.open ul li:nth-child(10){ left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 270ms; animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}

.ilmenu > ul > li:first-child:after {content: ''; width: 12px; border-top: solid 1px #bbb; position: absolute; left: -6px; top: 0px; z-index: 1;}
.ilmenu > ul > li:last-child:after {content: ''; width: 12px; border-bottom: solid 1px #bbb; position: absolute; left: -6px; bottom: 0px; z-index: 1;}



/* menu 2 */
/* menu 2 */
.ilmenu2 { max-width: 220px; overflow: hidden; background: #fff; padding: 10px 0px 10px 0px;}
.ilmenu2 > ul { list-style-type: none; padding: 0px; margin: 0px; display: block;}
.ilmenu2 > ul > li { 
    padding: 6px 5px;
    background: transparent;
    position: relative;
    text-align: right;
    border: 1px dotted #bbb;
    border-width: 0 1px 0px 0px; 

}

.ilmenu2 > ul > li > a {
    margin: 0;
    position: relative;
    top: 0px;
    
}

.ilmenu2 > ul li i { 
    width: 28px; height: 28px; background: #fff; border-radius: 5px; text-align: center;
    line-height: 20px;
    }

.ilmenu2 li ul { height: 0px; max-height: 0px; overflow: hidden; list-style-type: none; margin: 0px; padding-left: 10px; display: block; animation: ilmenu-close 0.3s; 
    transition: max-height 0.3s; -moz-transition: max-height 0.3s; -webkit-transition: max-height 0.3s; }
.ilmenu2 li.open ul { height: auto;  max-height: 600px;  animation: ilmenu-open 0.3s; animation-timing-function: cubic-bezier(.43,.27,.26,1.13); transition: max-height 0.9s;
     transition: max-height 0.3s; -moz-transition: max-height 0.3s; -webkit-transition: max-height 0.3s;}


.ilmenu2 > ul > li > ul > li {
    padding: 3px 15px 3px 0px;
}

.ilmenu2 li a:hover { text-decoration: none;}
.ilmenu2 li.open a { text-decoration: none;}
.ilmenu2 li.open > a { text-decoration: none; color: #f61; font-family: "MontserratSemiBold"; white-space: nowrap; display: block;}
.ilmenu2 li > a { color: #a40;}

.ilmenu2 li.open ul { position: relative; background: #fff;  border: 1px solid #ddd; border-radius: 8px 0 8px 8px; 
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.19); */padding-top: 8px; padding-bottom: 8px; }


.ilmenu2 li.open li.open > a { color: #444; font-family: "MontserratMedium";}
.ilmenu2 li.open li > a { color: #888;}


.ilmenu2 li > ul li { position: relative; left: 100%; border: none;  font-size: 0.9em;}
.ilmenu2 li.open ul li:nth-child(1) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 0ms;   animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu2 li.open ul li:nth-child(2) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 30ms;  animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu2 li.open ul li:nth-child(3) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 60ms;  animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu2 li.open ul li:nth-child(4) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 90ms;  animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu2 li.open ul li:nth-child(5) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 120ms; animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu2 li.open ul li:nth-child(6) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 150ms; animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu2 li.open ul li:nth-child(7) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 180ms; animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu2 li.open ul li:nth-child(8) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 210ms; animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu2 li.open ul li:nth-child(9) { left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 240ms; animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}
.ilmenu2 li.open ul li:nth-child(10){ left: 0; animation: ilmenu-move-left 0.5s; animation-delay: 270ms; animation-timing-function: cubic-bezier(.43,.27,.26,1.13);}

/*
.ilmenu2 > ul > li:first-child:after {content: ''; width: 12px; border-top: solid 1px #bbb; position: absolute; right: -6px; top: 0px; z-index: 1;}
.ilmenu2 > ul > li:last-child:after {content: ''; width: 12px; border-bottom: solid 1px #bbb; position: absolute; right: -6px; bottom: 0px; z-index: 1;}
*/
.ilmenu2 li:after {content: ''; width: 12px; border-top: dotted 1px #bbb; position: absolute; right: 0px; top: 16px; z-index: 1;}
.ilmenu2 li.open:after {content: ''; width: 12px; border-top: dotted 1px #bbb; position: absolute; right: -12px; top: 16px; z-index: 1;}

.ilmenu2 li li:after {content: ''; border: none;}

/* import */
.has-errors {color: #800; border-bottom: #800;}
.has-errors::before { content: '*'}

/* toast */
/* adopted from animate css */
@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0); transform: translate3d(0, -3000px, 0);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0);
    }
  
    75% {
      -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    }
}
  
@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0); transform: translate3d(0, -3000px, 0);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0);
    }
  
    75% {
      -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    }
}
  
.bounceInDown {
    -webkit-animation-duration: 2s; animation-duration: 2s;
    -webkit-animation-name: bounceInDown; animation-name: bounceInDown;
}
  

@-webkit-keyframes hinge-right {
    0% {
      -webkit-transform-origin: top right; transform-origin: top right;
      -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out;
    }
  
    20%,
    60% {
      -webkit-transform: rotate3d(0, 0, 1, -80deg); transform: rotate3d(0, 0, 1, -80deg);
      -webkit-transform-origin: top right; transform-origin: top right;
      -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out;
    }
  
    40%,
    80% {
      -webkit-transform: rotate3d(0, 0, 1, -60deg); transform: rotate3d(0, 0, 1, -60deg);
      -webkit-transform-origin: top right; transform-origin: top right;
      -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out;
      opacity: 1;
    }
  
    to {
      -webkit-transform: translate3d(0, 700px, 0); transform: translate3d(0, 700px, 0);
      opacity: 0;
    }
}
  
@keyframes hinge-right {
    0% {
        -webkit-transform-origin: top right; transform-origin: top right;
        -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, -80deg); transform: rotate3d(0, 0, 1, -80deg);
        -webkit-transform-origin: top right; transform-origin: top right;
        -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -60deg); transform: rotate3d(0, 0, 1, -60deg);
        -webkit-transform-origin: top right; transform-origin: top right;
        -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0); transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge-right {
    -webkit-animation-duration: 2s; animation-duration: 2s;
    -webkit-animation-name: hinge-right; animation-name: hinge-right;
}

@keyframes bounceOutUp {
    20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
  
    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  
  .bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
  }
  

.ialert-close {color: #fff;}
.ialert { padding: 12px 20px; border-radius: 4px; }
.ialert-title { font-size: 16px; font-weight: 600; color: white;}
.ialert-message { font-size: 14px; color: white;}
  
/* toast-end */

.prod-data-links a {font-size: 10pt; margin-top: 15px; display: inline-block;}

.bheader {margin-left: 10px; padding-top: 10px;}


.rulechaingroup{
    padding: 5px 5px;
}

.tmpl-editor{
    width: 100%;
    height: 400px;
    border: 1px solid #aaa;
}
.ace_editor.fullScreen {
    height: auto;
    width: auto;
    border: 0;
    margin: 0;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
body.fullScreen {
    overflow: hidden;
    /*transform breaks position fixed*/
    transform: none!important;
}


/*tree table */
.ttdiv          {display: block; color: #000; min-width:  500px;}
.ttdiv .tthead0 {font-weight: bold; display: inline-block; background-color: #666; padding: 5px 5px; 
                text-align: right; color: #fff; overflow: hidden; white-space: nowrap;}
.ttdiv .tthead1 {font-weight: bold; display: inline-block; background-color: #666; padding: 5px 5px; 
                color: #fff; overflow: hidden; white-space: nowrap;}
.ttdiv .ttrow   {display: block;}
.ttdiv .ttrow .ttcol0  {display: inline-block; text-align: right; padding-right: 5px; 
                padding-top: 2px; padding-bottom: 2px; overflow: hidden; white-space: nowrap;}
.ttdiv .ttrow .ttcol1  {display: inline-block; padding-left: 5px; overflow: hidden; white-space: nowrap;}
.ttgist         {color: #aaf; font-size: 0.8em;}
.ttindent       {padding-left: 15px !important;}
.tthover        {background-color: #eee;}
.ttsum          {color: #008; font-weight: bold;}
.ttfilter       {display: inline-block; width: 200px; max-height: 300px; overflow-y: auto; z-index: 10;
                background-color: #fafafa; border-radius: 5px; border: 1px solid #ddd; padding: 5px 10px;
                position: absolute; font-size: 0.8em;}
.ttfilter-header{padding: 8px 4px;}
.ttfilter-links {padding: 0px 4px 4px 4px;}
.ttfilter-item  {padding: 0px 4px;}
.ttfilter-item label {margin-bottom: 0px !important; font-weight: normal;}
.ttfilter-footer {padding: 8px 4px;}
.ttbtnapply     {font-size: 0.8em; border: 1px solid #888; background-color: #eee;}
.ttbtnclose     {font-size: 0.8em; border: 1px solid #888; background-color: #eee;}
.ttwrap         {}


.idrule         {border: 1px solid #fed; padding: 0px 15px 15px 15px; font-size: 1em; margin-bottom: 10px;}
.idrule-deleted {background-color: #aaa;}
.idrule-grid    {display: grid; grid-template-columns: auto minmax(200px, auto) 1fr auto auto auto auto auto; align-items: center; grid-gap: 1em;}
.idrule-icon    {font-size: 20px; padding: 5px 0px; color: #f61;}
.idrule-new     {padding: 20px 15px 10px 15px; background-color: #eef; margin: 10px 0px;}
.idrule-text    {border: none; border-bottom: 1px solid #f61; background-color: transparent; width: 100%;}
.idrule-table   {width: 100%; }
.idrule-table th{font-size: 0.9em; padding: 5px 5px; background-color: #ffcdaa;}
.idrule-table td{font-size: 0.8em; padding: 5px 5px;}

.idrule-table-cross td {border: 1px solid #fdb;} 
.idrule-table-cross tr:first-child td, 
    .idrule-table-cross tr td:first-child {background: #fec;}
.idrule-table-cross tr td:first-child {width: 1%; white-space:nowrap; min-width: 60px;}

.idrule-select  {border: none; border-bottom: 1px solid #f61; background-color: transparent; text-transform: none;}
.idrule-inp     {z-index: 10; position: absolute; max-width: 300px; max-height: 300px; font-size: 0.9em;
                background-color: #fefef0; border: 1px solid #aaa; padding: 10px 10px;}
.idrule-tcell-edit {position: absolute; width: 300px; max-height: 250px; background-color: #fdfdfd; 
                border: 1px solid #aaa; z-index: 10; padding: 10px 10px; font-size: 0.9em;}
.idrule-test    {padding: 10px 15px 10px 15px;}
.idrule-test textarea   {width: 100%;}
.idrule-checkbox{font-size: 0.9em; font-weight: 300 !important;}
.idrule-code    {margin: 15px 15px 15px 45px; padding: 20px 25px 15px 25px; font-size: 0.9em; background-color: #000;}
.idrule-code pre{background-color: rgba(0,0,0,0); border: none; color: #0d0;}
.idrule-help    {margin: 15px 15px 15px 45px; padding: 20px 25px 15px 25px; font-size: 0.9em; background-color: #fed;}
.idrule-color   {-webkit-appearance: none; border: none; width: 24px; height: 24px; padding: 5px 5px; background-color: #eee;}



.isection       {border-top: 1px solid #eef; border-bottom: 1px solid #889; margin-top: 20px;}
.isection div:first-child   {  font-size: 1em; padding-top: 0.4em; padding-bottom: 0.7em; }
.isection div:nth-child(2)  {padding-left: 25px; }

.ipivot         {font-size: 0.9em;}


.insbox {
    margin-top: 28px;
}

.insbox > div {
    background-color: #faf9ff;
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,.005);
    padding: 22px 25px;
    font-size: 0.9em;
}
.insbox > h4 {
    font-size: 1.1em;
    font-weight: normal;
    padding: 8px 0px;
    margin: 0px 0px;
    color: #44a;
}
.insbox > h4 > i {
    font-size: 1.4em;
    color: #88f;
    padding: 0px 10px 0px 0px;
}

/* js edit */
.grid {
    display: grid;
    grid-template-rows: 35px 3fr 2px 2fr;
    height: 100%;
    padding: 0;
}
.vgrid {
    display: grid;
    grid-template-columns: 3fr 2px 2fr;
    overflow: auto;
}
.syslog {
    font-family:monospace;
    padding: 3px 3px;
    height: calc(100vh - 82px);
    background-color: #000;
    color: #fff;
    white-space: pre;
    overflow: auto;
}
.syslog-light {
    font-family:monospace;
    padding: 3px 3px;
    height: calc(100vh - 82px);
    background-color: #fff;
    color: #333;
    white-space: pre;
    overflow: auto;
}
.error {color: #FB2B11;}
.warn {color: #f62;}

#univ-search {
    padding: 3px 6px 6px 6px; border: none; 
    border: none;
    border-bottom: 1px solid #aaa;
    background: transparent;
    font-size: 12px; font-weight: 300; color: #111;
    color: #fff;
}

@media screen and (max-width: 1150px) {
    #univ-search {display: none;}   
}
@media screen and (max-width: 1000px) {
    #nav-right {display: none;}   
}
