/* hebrew */
@font-face {
font-family: 'Assistant';
font-style: normal;
font-weight: 400;
src: local('Assistant'), local('Assistant-Regular'), url(/webfonts/assistant-hebrew.woff2) format('woff2');
unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin */
@font-face {
font-family: 'Assistant';
font-style: normal;
font-weight: 400;
src: local('Assistant'), local('Assistant-Regular'), url(/webfonts/assistant.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;
}

* {
    font-family: 'Assistant', cursive;
}

.CodeMirror {
    font-family: monospace !important;
  }

a {
    cursor: pointer;
}

html, body {
    /*
    background:url(
        data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAMElEQVQYV2N8/fr1fy4uLgZ0wPj169f/3759Y0CXBEuAVKNLwiXQJVEkkCUxJGCSAEeAJh0eGV2LAAAAAElFTkSuQmCC
    ) repeat;
    */
    background-color:  #eee;
    font-size: 15px;
}

.main-top-header {
    box-shadow: 0 0 4px rgba(0,0,0,0.7);
}

.sep {
    height: 18px;
}

nav .page-link {
    font-size: 13px;
}

td.actions > button, 
td.actions > a {
    font-size: 10px;
}

@keyframes bounce {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	80% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
}

bounce:hover {
    animation: bounce 0.5s;
}

.cannot-do,
.cannot-do * {
    opacity: 0.7;
    pointer-events: none;
    cursor: default;
}

.link-selected,
.link-selected * {
    font-weight: bold;
}

#navbarHeader .link-same-controller {
    font-weight: bold;
}

/* BOOTSTRAP CUSTOMIZATIONS */

.paginator > .pagination > li > a {
    padding: 1px 5px;
    border-radius: 4px;
    margin: 0px 2px;
    text-decoration: none;
    font-weight: bold;
    background: #efefef;
    color: gray; 
}

.paginator > .pagination > li > a:hover {
    color: rgb(32, 32, 32); 
}

.paginator > .pagination > li.active a {
    border: 1px solid #7a7a7a; 
}

.form-check {
    border-bottom: 1px solid #efefef;
}

.form-check label {
    margin-bottom: 0;
}

.popover {
  max-width: 600px;
  width: auto;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 3px 6px;
    font-size: 11px;
    line-height: 1.2;
    border-radius: 0;
}

/* BLINK */
.blink_me {
animation: blinker 0.5s linear infinite;
}
  
@keyframes blinker { 
    50% { opacity: 0; }
}

.disabled
{
    background-color: #DDD;
    color: #999;
}

.old-display {
    border-radius: 32px;
    font-size: 200%;
    margin: 0 auto;

    height: 64px;
    border-radius: 32px;
    box-shadow: inset 0 -23px 39px rgba(0,0,0,0.2);
    background: #ededed;

    color: #333 !important;
    text-shadow: 0px 0px 1px white;

}

.led {
    border-radius: 32px;
    font-size: 200%;
    margin: 0 auto;

    height: 64px;
    border-radius: 32px;
    box-shadow: inset 0 -23px 39px rgba(0,0,0,0.2);
    background: #ededed;

    color: #333 !important;
    text-shadow: 0px 0px 1px white;
}


.bkg-light-yellow {
    background: rgb(228, 225, 46);
}

.bkg-light-orange{
    background: rgb(221, 119, 36);
}

.bkg-light-white{
    background: rgb(206, 206, 206);
}

.bkg-light-red {
    background: rgb(228, 46, 46);
}

.bkg-light-green {
    background: rgb(88,204,102);
}

.bkg-light-gray {
    background: rgb(145, 145, 145);
}

.pulse {
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 25px;
    /* position: relative;
    top: 50%;
    transform: translateY(15%); */
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(21, 72, 148, 0.6);
    animation: pulse 2s infinite;
    animation-iteration-count: 1;
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(21, 72, 148, 0.6);
      box-shadow: 0 0 0 0 rgba(21, 72, 148,0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 18px rgba(21, 72, 148,0);
        box-shadow: 0 0 0 18px rgba(21, 72, 148,0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(21, 72, 148,0);
        box-shadow: 0 0 0 0 rgba(21, 72, 148,0);
    }
  }

    .card {
        
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        /* 
        border-radius: 4px; 
        border: 1px solid #ddd;
        */
        transition: 0.2s all;
        overflow: hidden;
    }

    .card-inner {
        border-radius: 0;
        border: 0;
        box-shadow: none;
        padding: 0;

    }

    .card-inner-container .col:not(:last-child) .card{
        border-right: 1px solid rgba(0,0,0,.125);
    }

    .variable-title-container .col:not(:last-child) .variable-container {
        border-right: 1px solid rgba(0,0,0,.125);
    }


  .card-dashboard .card-header {
    font-weight: bold;
  }


  .card-inner .card-header {
    padding: 6px 20px;
    font-weight: normal;
    background-color: rgba(0,0,0,.01);


  }

  .card-header{
    text-transform: uppercase;
    font-size: 100%;
    font-weight: lighter;
  }


  .card .variable-container {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 50px;
    background-color: rgb(239,239,239);
    text-align: center;
    font-family: Assistant;
    font-weight: bold;
  }

  .card .variable-container span {
      font-weight: bold;
      font-size: 26px;
      text-align: center;
      line-height: 70px;
      background-color: white;
      width: 100%;
      display: block;
      color: #444;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }


  .card:hover {
    box-shadow: 0 1px 16px rgba(0,0,0,0.2);
    
    
    transition: 0.2s all;
  }

  .card-inner:hover {
    box-shadow: none;
    border-radius: 0;
    border: 0;
  }

  .page-link {
    margin-right: 8px;
    border-radius: 30px;
    transition: 0.1s all;
    outline : none;
    display: inline-block;
  }

  .page-link-circle {
    margin-left: 8px;
    border-radius: 50%;
    transition: 0.1s all;
    outline: none;
    margin-top: 0px;
    height: 36px;
    width: 36px;
    position: relative;
    padding: 3px;
    line-height: 1.86;
    top: 0px;
    color: #1b2441;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-align: center !important;
    display: inline-block;
  }

  .page-link:hover, .page-link-circle:hover {
    transition: 0.1s all;
    outline : none;
    background-color: #3E4A8F !important;
    border: 1px solid #3E4A8F !important;
    color: white !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }

  .pagination .disabled {
    background-color: transparent;
  }

  .bg-dark {
    background-color: #3C599E !important;
  }

  #navbarHeader {
    box-shadow: inset 0 -3px 3px rgba(0,0,0,0.2);
  }

.dynamic-field-form-container {
    margin-bottom: 12px;     
}

.navbar-brand a:hover,
.navbar-brand a {
    text-decoration: none;
}

.dynamic-field-form-container .form-group  {
    margin-bottom: 2px;
}

.dynamic-field-form-container .form-check {
    border-bottom: 0;
    
}

form > button[type="submit"] {
    font-size: 100%;
    padding: 8px 12px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    margin-right: 8px;
    border-radius: 24px;
    transition: 0.1s all;   
    outline : none;
}

form > button[type="submit"]:hover {
    background-color: #3E4A8F !important;
    border: 1px solid #3E4A8F !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}


.fa-spin-hover:hover {
-webkit-animation: fa-spin 2s infinite linear;
-moz-animation: fa-spin 2s infinite linear;
-o-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}

.unixConsole, .unixConsole span {
    font-family: 'Inconsolata', monospace !important; /* 'New Courier', Courier, monospace  */
    font-size: 12px;
}
  
div.input.error .error-message {
    color: red;
    font-size: 14px;
    /* margin-bottom: 24px; */
    background-color: #fdf1f1;
    padding: 7px 12px;
    margin: -4px -12px -12px -12px;
    border-top: 1px solid #fdc6c6;
}

div.input.error {
    border: 1px solid #fdc6c6;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 14px;
    background-color: #fff9f9;
}

table {
    white-space: nowrap;
}


.main-menu-container h4 {
    /* background-color: #3E4A8F; */
    padding: 1px 0px;
    /* border-radius: 7px; */
    /* margin-left: -20px; */
    /* margin-right: -20px; */
    border-bottom: 2px solid #3E4A8F;
}


.driverForm textarea,
textarea[name="layout"],
textarea[name="setup"] {
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
    height: 400px;
}


.sidebar-container {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    
}
.page-container {

}

.menu-sidebar {
    color: rgb(34, 34, 34) !important;
    text-align: right;
    margin-top: 12px;
    text-transform: uppercase;
    
}

.menu-sidebar a{
    color: rgb(34, 34, 34) !important;
}
.menu-sidebar h4{
    color: rgb(34, 34, 34) !important;
    border-top: 1px dashed rgb(206, 206, 206);
    padding-top: 12px;
}

.menu-sidebar .link-same-plugin {
    color: rgba(21, 72, 148)!important;
}

.menu-sidebar .link-same-controller {
    color: rgba(21, 72, 148)!important;
}

#idLogContainer {
    margin-top: 26px;
}


#idLogContainer .log-box {
    border: 1px solid white;
    background-color: white;
    margin: 6px 0;
    padding: 6px;
    border-radius: 4px;
    font-size: 13px;
    
}

#idLogContainer .log-box h4 {
    text-transform: uppercase;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: bold;
}

#idLogContainer .log-box-info h4 {
    color: rgb(13, 13, 148);
}

#idLogContainer .log-box-success h4 {
    color: rgb(14, 105, 14);
}

#idLogContainer .log-box-warning h4 {
    color: rgb(177, 65, 25);
}

#idLogContainer .log-box-danger h4 {
    color: rgb(156, 0, 0);
}

/*-- For New Update --*/

.setupBlock {
    display: none;
}

.setup-field-panel{
    padding-bottom: 12px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 28px;
    margin-left: -20px;
    margin-right: -20px;
}
.setup-field-panel-heading{
    font-size: 20px;
    margin-left: 8px;
    padding: 8px 0px 0px 10px;
    text-transform: capitalize;
}

.emsg{
    color: red;
    margin-bottom: 0rem;
    padding-top: 10px;
}
.hidden {
    visibility:hidden;
}


/* .super-compact-table {


} */

.super-compact-table td {
    padding: 0 0 0 12px ;
}

.super-compact-table .form-group {
    margin: 0;
}

.super-compact-table .form-control {
    padding: 3px 8px;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}

#structure-def {
    font-family: 'Courier New', Courier, monospace;
}

.setupField{
    margin-bottom: 10px;
}

.add-dyn-sec-content, .add-mem-map-content, .remove-mem-map-content{
    font-size: 23px;
    margin-left: 0px;
}

.add-dyn-sec-content:hover, .add-mem-map-content:hover, .remove-mem-map-content:hover{
    text-decoration: none;
}

.section-btn{
    display: flow-root;
}
.file-label{    
    margin-top: 15px;
    margin-bottom: 15px;
}

.add-dyn-section{
    float: right;
    font-size: 23px;
}

.remove-dyn-section{
    float: right;
    font-size: 23px;
}

.padding-zero{
    padding-left: 0px;
    padding-right: 0px;
}

.labels{
    text-transform: capitalize;
}

.field-panel{
    height: 50px;
    margin-bottom: 15px;
}

.field-panel-name{
    float: left;
    width: 94%;
    font-size: 20px;
    margin-left: 8px;
    padding: 8px 0px 0px 10px;
    text-transform: capitalize;
    display: block;
}

.field-panel-tag{
    font-family: 'Assistant', cursive;   
    width: 5%;
    height: 50px;
    float: right;
    padding-top: 10px;
}

.field-label-panel-input{
    display: block;
    float: left;
    width: 96%;
}

.remove-field-label-panel{
    width: 4%;
    float: right;
}

.driver-list-decription{
    width: 83%;
    font-weight: bold;
}

.info-icon{
    width: 17%;;
}

.search-panel{
    display: flex;
    height: 33px;
}
.margin-bottom-zero{
    margin-bottom: 0px;
}

.module-header{
    width:30%;
    float: left;
    margin-top: 3px;
}

.card-header b,
.module-header b{
    text-transform: uppercase;
    font-size: 125%;
    font-weight: lighter;
}

.search-box-content{
    width:70%;
    float: left;
}

.search-bx-panel{
    /* width: 50%; */
    float: left;
}

.custom-module-header{
    width:60%;
}

.custom-search-box-content{
    width:40%;
}

.navigation-link{
    width: 50%;
    float: right;
}

.navigation-link nav{
    float: right;
}

.search-input{
    width: 220px;
    height: 36px;
    border-radius: 7px;
}

.search-bx-panel form {
    float: right;
}
.margin-bottom-zero{
    margin-bottom: 0px;
}

.card .card-header-toggler{
    float: right;
    color: #d6d6d6;
    font-size: 18px;
    margin-top: 3px;
    display: none;
}

.hide{
    display: none;
}

.memory-sub-heading{
    padding: 0px;
    margin-bottom: 15px;
}

.memory-map-heading{
    margin-bottom: 15px;
}

.memory-sub-heading .setup-field-panel-heading{
    font-size: 16px;
    margin-top: 5px;
}

/*-- Tagging --*/

.tagging {
	border: 1px solid #CCCCCC;
	cursor: text;
	font-size: 1em;
    height: auto;
    padding: 5px 5px 5px;
}

.tag {
	background: none repeat scroll 0 0 rgba(0,0,0,.03);
	border-radius: 2px;
	color: #495057;
	cursor: default;
	display: inline-block;
	position: relative;
	white-space: nowrap;
	padding: 0px 22px 0px 6px;
	margin: 0px 10px 0 0;
    font-size: 1rem;
}

.tag span {
	background: none repeat scroll 0 0 #D66806;
	border-radius: 2px 0 0 2px;
	margin-right: 5px;
	padding: 5px 10px 5px;
}

.tag .tag-i {
	color: rgba(21, 72, 148)!important;
	cursor: pointer;
	font-size: 1.3em;
	height: 0;
	line-height: 0.1em;
	position: absolute;
	right: 5px;
	top: 0.5em;
	text-align: center;
	width: 10px;
}

.tag .tag-i:hover {
	color: black;
	text-decoration: underline;
}

.type-zone {
	border: 0 none;
	height: auto;
	width: auto;
	min-width: 20px;
	display: inline-block;
}

.type-zone:focus {
	outline: none;
}

.driver-loading-btn{
    font-size: 100%;
    padding: 5px 9px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    margin-right: 8px;
    border-radius: 24px;
    transition: 0.1s all;
    outline: none;
}

@media only screen and (max-width:980px) and (min-width:320px){
    .navigation-link nav ul li a {margin-left: 0px; margin-right: 5px;}
    nav .page-link{font-size: 13px;}
    .field-panel-name{width: 85%;}
    .field-label-panel-input{width: 91%;}
    .remove-field-label-panel{width: 9%;}
    .search-panel{display: flex;}
    .module-header {width: 100%;}
    .search-bx-panel form {float: left;}
    .navigation-link, .search-box-content  {width: 100% !important; float: right;}
    .navigation-link nav{width: 100%; float: right; margin-top: 5px;}
    .search-bx-panel{float: left; width: 100%;}
    .card .card-header-toggler{display:none;}
    .module-header b {font-size: 100%;}
    .module-header{width: 100% !important;}
}

.tree-container {
    /*
    padding: 0px !important;
    border: 1px solid silver  !important;
    box-shadow: inset 0 0 4px silver  !important;
    */

    padding: 0px !important;
    border: 1px solid rgba(0,0,0,.125) !important;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1) !important;
}


.tree-container .tree-field {
    margin: 0 !important;
    padding: 0px 4px !important;
    font-size: 15px !important;
    line-height: 14px !important;
    border: 1px solid silver !important;
    border-radius: 3px !important;
}


@media only screen and (max-width:500px) and (min-width:320px){
}

@media only screen and (max-width:350px) and (min-width:320px){
    .search-input {width: 163px;}
}

@media only screen and (max-width:412px) and (min-width:320px){
    .field-panel-tag{ width: 12.5%; }
}

@media only screen and (max-width:630px) and (min-width:414px){
    .field-panel-tag{ width: 11.2%; }
}

@media only screen and (max-width:765px) and (min-width:640px){
    .field-panel-tag{ width: 7.2%; }
    .padding-zero{ float: right;}
}

@media only screen and (max-width:638px) and (min-width:414px){
    .field-panel-tag{ width: 11.2%; }
}

@media only screen and (max-width:980px) and (min-width:768px){
    .field-panel-tag{ width: 10.2%; }
}

@media only screen and (max-width:1024px) and (min-width:768px){
    .field-panel-tag{ width: 10.2%; }
}

@media only screen and (max-width:1500px) and (min-width:1200px){
    .field-panel-name{ width: 88%;}
    .field-panel-tag{ width: 5.5%; }
    nav .page-link{ font-size: 12px; }
}

@media only screen and (max-width:2510px) and (min-width:1920px){
    .field-panel-name{ width: 95%; }
    .field-panel-tag{ width: 3.5%; }
}

.jstree-default .jstree-clicked {
    background: #a1a6be;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999999;
}



.nav-tabs
{
    background-color: #f0f0f0;
    border-bottom: 1px solid #acacac;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
}

.nav-link.active {
    color: #495057;
    background-color: #fff;
    border-bottom: 1px solid #fff !important;

    border-left: 1px solid #acacac !important;
    border-top: 1px solid #acacac !important;
    border-right: 1px solid #acacac !important;
    height: 46px;
    margin-top: -4px;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
    color: #495057;
    background-color: rgb(207, 207, 207);
    border: 1px solid #acacac !important;
    border-bottom: 1px solid #fff !important;
}












.page-link:hover, .page-link-circle:hover {
    background-color: #242e3d !important;
    border: 1px solid #242e3d !important;
  }
  
  .bg-dark {
    background-color: #242e3d !important;
  }
  
  form > button[type="submit"]:hover {
      background-color: #242e3d !important;
      border: 1px solid #242e3d !important;
  }
  
  .main-menu-container h4 {
    border-bottom: 2px solid #242e3d;
  }
  
  .menu-sidebar .link-same-plugin {
    color: #242e3d !important;
  }
  
  .menu-sidebar .link-same-controller {
    color: #242e3d !important;
  }
  
  .tag .tag-i {
    color: #242e3d !important;
  }
  
  