

body {
    /*background: url({{ asset('images.background.jpg') }});*/
   background: #FAFAFA;
}
.container{
    width: 100%;
    min-width: 100%;
}

span.input-group-addon {
    cursor: pointer;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

div#all-elements, div#all-elements-rules {
    display: none;
    overflow: auto;
    height: 300px;
}

.element-container, .element-rules-container {
    border-bottom: 1px solid #ecf0f1;
    cursor: pointer;
    clear: both;
    padding: 5px;
    overflow: hidden;
}

.centered {
    text-align: center;
}

input.btn, button.btn {
    padding: 0 5px;
}

ul#tabs li a span {
    margin: 0 5px;
}

#menu-change-user-toggle {
    cursor: pointer;
}

#form-save-client-user {
    padding: 3px 15px;
}

.margin5-0 {
    margin: 5px 0;
}

.form-control.btn{
    margin-bottom: 10px;
}

.jstree-action{
    cursor: pointer;
}

.select2-container {
    width: 100% !important;
}

.form-group span.select2-selection.select2-selection--single {
    border-radius: 0 !important;
    border-color: #cccccc !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    height: 43px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 6px !important;
}

.form-group span.select2-selection.select2-selection--multiple {
    padding: 5px 8px !important;
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 3px !important;
}

.form-group ul.select2-selection__rendered li.select2-selection__choice {
    margin-right: 8px !important;
}

.form-group span.select2-selection.select2-selection--multiple,
.form-group li.select2-selection__choice{
    border-radius: 0 !important;
    border-color: #cccccc !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
}
.form-group.has-error span.select2-selection.select2-selection--multiple {
    border-color: #ff0039 !important;
}

#quantityReference td.operation {
    text-align: center;
    font-weight: bold;
    font-size: 18pt;
}
#OperationSource.form-control, #OperationDestination.form-control {
    font-weight: bold;
    font-size: 24pt;
    padding: 0 0 0 18px;
}
table tbody tr.ui-sortable-helper {
    display: table;
}
.sql-editor.has-error {
    border: 1px solid #ff0039;
}
.element-rules-container:hover{
    transform:scale(1.02);
    background:rgb(194, 194, 194);
}
.disabled{
    box-shadow: none;
	opacity: 0.5;
	pointer-events: none;
}
.disabled:hover{
    cursor:not-allowed;
}

.my-popup-class {
    transform: scale(1.3);
  }
.fileFields,#addAlreadyExisting{
    display:none;
}
.custom-select-style {
    border-radius: 5px;  /* Rounded corners */
    border: 1px solid #ccc;  /* Light gray border */
    padding: 5px 10px;  /* Some padding */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);  /* Slight shadow */
    transition: border-color 0.3s ease;  /* Smooth transition for border color */
}

.custom-select-style:focus {
    border-color: #007bff;  /* Blue border when focused */
    outline: none;  /* Remove default outline */
}
.custom-select-style option {
    padding: 5px 10px;
}
.cachereport-wrapper{
    position: relative;
}
.cachereport-wrapper::before {
    content: "cachereport";
    position: absolute;
    left: 20px;
    pointer-events: none;
    top: 38px;
    color: gray;
}
#DynamicGroupingHTML{
    display: none;
}
.search-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

#searchInput {
    padding: 10px;
    width: 50%;
    border: 2px solid #ebeaea;
    border-radius: 5px;
    font-size: 16px;
}
#searchInput:focus{
    outline:none;
}

#itemList {
    list-style: none;
    padding: 0;
    max-height: 800px;
    height: 800px;
    overflow-y: auto;
}

.item {
    background: white;
    border: 1px solid #ddd;
    margin-top: -1px; /* Stack borders */
    padding: 10px 15px;
    color: #333;
}

.item:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.item:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.procedureActionTds {
    vertical-align: middle !important;
    text-align: center;
    padding: 0 !important;
}

.procedureActionButtons {
    padding: 0.6rem !important;
}

.problemCell {
    color: #bd0000 !important;
}

.dropdownIcon {
    cursor: pointer;
    color: #858585;
    &:hover {
        color: #505050;
    }
}

.errorTd {
    padding-top: 0 !important;
}
.errorDetails {
    background: #fff;
    box-shadow: #d1d1d1 0px 10px 10px;
}

.errorContainer {
    padding: 1em;
}

.errorMsg {
    padding: 0.5em;
}

.pagination {
    display: flex;
    /* width: 40%; */
}

.selectRowsNum {
    padding-left: 1.5em;
}

.add-section, .add-element-dependency, .add-element, .add-object-parts-dependency{
    padding: 1rem 2rem !important;
    border-radius: 3px !important;
}

.dependencyChecks {
    width: 2rem;
    height: 2rem;
    color: dodgerblue;
    vertical-align: middle;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: 0;
    flex-grow: 0;
    border-radius: 50%;
    background-color: #FFFFFF;
    transition: background 300ms;
    cursor: pointer;
  }
  
  
  /* Pseudo element for check styling */
  
  .dependencyChecks::before {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    box-shadow: inset 0 0 0 1px #CCD3D8;
  }
  
  
  /* Checked */
  
  .dependencyChecks:checked {
    background-color: currentcolor;
  }
  
  .dependencyChecks:checked::before {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
  }

  .searchObjects{
    height: 45px;
    max-width: 1300px;
    width: 680px;
    border: none;
    border-bottom: 2px solid gray;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    outline: none;
    padding-left: 4rem;
    font-size: 1.1em;
    background: #fafafa;
  }
  .searchObjectsDiv{
    position:relative;
  }
  .searchObjectsDiv i{
    position: absolute;
    z-index: 99999999;
    font-size: 1.3em;
    top: 1.2rem;
    left: 1rem;
  }
.ks-container {
    max-width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
}

ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: black;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 14px 12px;
    cursor: pointer;
    width: 33%;
    font-size: 1.1em;
    margin-bottom: 1rem;
    font-weight:500;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #2780E3;
    background-color: #2780E3;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}