
@import url(https://fonts.googleapis.com/css?family=Roboto);
    
    /*
    @font-face {
    font-family: 'PloniMLv2AAA-Regular Regular';
    font-style: normal;
    font-weight: normal;
    src: local('PloniMLv2AAA-Regular Regular'), url('PloniRegular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PloniMLv2AAA-U-Light Regular';
    font-style: normal;
    font-weight: normal;
    src: local('PloniMLv2AAA-U-Light Regular'), url('PloniULight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PloniMLv2AAA-Light Regular';
    font-style: normal;
    font-weight: normal;
    src: local('PloniMLv2AAA-Light Regular'), url('PloniLight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PloniMLv2AAA-Medium Regular';
    font-style: normal;
    font-weight: normal;
    src: local('PloniMLv2AAA-Medium Regular'), url('PloniMedium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PloniMLv2AAA-D-Bold Regular';
    font-style: normal;
    font-weight: normal;
    src: local('PloniMLv2AAA-D-Bold Regular'), url('PloniDBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PloniMLv2AAA-Bold Regular';
    font-style: normal;
    font-weight: normal;
    src: local('PloniMLv2AAA-Bold Regular'), url('PloniBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PloniMLv2AAA-U-Bold Regular';
    font-style: normal;
    font-weight: normal;
    src: local('PloniMLv2AAA-U-Bold Regular'), url('PloniUBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PloniMLv2AAA-Black Regular';
    font-style: normal;
    font-weight: normal;
    src: local('PloniMLv2AAA-Black Regular'), url('PloniBlack.woff') format('woff');
    }
    */
    @font-face {
    font-family: 'ploni-regular-aaa';
    font-style: normal;
    font-weight: normal;
    src: local('ploni-regular-aaa'), url('ploni-regular-aaa.woff') format('woff');
    }
html {
  font-family: 'Roboto', sans-serif;
}


body {
/*  font-family: myFirstFont;*/
  font-family: 'ploni-regular-aaa', Rubik, calibri, Arial, Helvetica, sans-serif;
  background-color: #f5f5f5;
}

.top {

    left: 0;
    right: 0;
    
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: hsl(0deg 0% 100% / 95%); /*hsla(306, 17%, 100%, 0.8) ;*/
    text-indent: 25px;
    text-align: right;
    font-size: 27px;
    color: #818181;
    /*padding-right: 160px; */
    padding-top: 15px; 
    z-index: 4;
}

.main {
  margin-right: 155px; /* Same as the width of the sidenav */
  padding: 115px 10px;
}

a:link, a:visited,.link {
  /*color: #002080;*/
  color: inherit;
  padding: 2px 1px;
  /*text-align: center;*/
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: color 1s;
}

a:visited, .link:visited {
  text-decoration: none;
}
a:hover, a:active, .link:hover, .link:active {
  background-color: none;
  text-decoration: none;
}
a:active, .link:active {
  background-color: none;
  color: #800000;
}

.login_form {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px none #888;

  top: 150;
  right: 0;
  width: 300px;

  border-radius: 7px;

  box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
  padding: 50px;
  margin: 20px;
}

.sidebar {

  margin: 0;
  padding: 0;
  overflow: auto;

  height: 100%;
  width: 145px;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: #050505;
  padding-top: 16px;
  border-radius: 18px 0px 0px 0;

  overflow-x: hidden;
  transition: 0.5s;
}

.sidebarMenu {
    padding-top: 20px;
}
.sidebarMenu a {
    width: 100%;
}

/*

.sidebarMenu a, .sidebarBtn {
  border: none;
  background-color: rgba(255, 255, 255, 0.0);
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  text-align: right;
  font-size: 20px;
  color: #818181;
  display: inline-block;
  transition:  1s;
}
*/

.sidebarButton {
    
    display: inline-block;
    
    border: none;
    background-color: rgba(255, 255, 255, 0.0);
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    text-align: right;
    color: #818181;
    display: inline-block;
    transition:  0.5s;
    width: 115px;
    cursor: pointer;    
    color: #818181;
    font-size: 17px;
    letter-spacing: -0.04em;
}

.sidebarButton:hover {

  background-image: linear-gradient(to left, rgba(255, 255, 255, 3) , rgba(255, 255, 255, 0.4));
  color: rgba(0, 0, 0, 0.6);
  border-style: none none none solid;
  border-width: 10px;
  border-color: #00b300;
  border-radius: 0 12px 12px 0;
}

.sidebarSelcted {
    
  background-image: linear-gradient(to left, rgba(255, 255, 255, 3) , rgba(255, 255, 255, 0.4));
  color: rgba(0, 0, 0, 0.6);
  border-style: none none none solid;
  border-width: 10px;
  border-color: #00b300;
  border-radius: 0 12px 12px 0;
}
.sidebarTitle {
    font-size: 33px;
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.logautButton {

    position: fixed;
    left: 15px;
    top: 17px;
    font-size: 0.75em;
    
    /*
    position: inherit;
    left: 1em;
    font-size: 0.65em;
    padding: inherit;
    color: #002080;
    */
}
.topTitle {

    position: fixed;
    right: 135px;
    top: 17px;
    font-size: 1em;
}
.logautBottom {
    display :none;
    position: fixed;
    bottom: 0px;
    background-color: #050505;
    padding: 15px 15px 40px 15px;
    color: #d3d3d3;
}


.openMenu {
    position: inherit;
    right: 0.01em;
    font-size: 0.7em;
    cursor: pointer;
}
.closeMenu {
    text-align: center;
    cursor: pointer;
    display: none
}

.top_menu {

  width: 100%;
  position: fixed;
  z-index: 2;
  top: 66px;
  /*margin-right: 145px;*/
  right: 0;
  background-color: hsla(306, 17%, 100%, 0.8) ;

  text-indent: 10px;
  text-align: right;
  font-size: 27px;
  color: #818181;

  border-style: solid none  none none;
  border-width: 1px;
  border-color: #e6e6e6;
  overflow: auto;
  white-space: nowrap;
  padding: 5px 0px 5px 0;
}
.top_menu::-webkit-scrollbar {
  height: 9px;
}
.top_menu::-webkit-scrollbar-thumb {
  background: #c4c4c4; 
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.top_menuBar {
    
    margin-right: 145px;
}
@font-face {
  font-family: myFirstFont;
  src: url(ico.ttf);
}

.icon{
  font-family: myFirstFont;
  font-size: 19px;
  display: inline-block;
  transition: transform 0.5s;
  cursor: pointer;
}

.icon:hover, .icon a:hover {
    transform: scale(1.3);
}

#icon{
  font-family: myFirstFont;
  font-size: 19px;
  display: inline-block;
  transition: transform 0.5s;
  cursor: pointer;
}

#icon:hover, #icon a:hover {
    transform: scale(1.3);
}


.topMenuButton:link, .topMenuButton:visited {

  background-color: hsla(306, 17%, 100%, 0.0) ;
  border-style: none none none none;
  border-width: 3px;
  border-color: #39e600;

  text-align: right;
  font-size: 16px;
  color: #4d4d4d;

  padding: 8px 10px 2px 10px;
}
.topMenuButton:hover {
  border-width: 3px;
  border-style: none none solid none;
}

.sign-out {
  position: fixed;
  z-index: 3;
  top: 5px;
  left: 50px;
  overflow-x: none;
  padding-top: 16px;
}

.blok {
  box-shadow: 2px 3px 3px 1px rgba(0,0,0,0.1);
  background-color: #ffffff;
  /*width: 75%;*/
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 1px;
  width: 100%;
}

.blokContent {
    
    margin: 20px;
}
.notped {
 background: url(notped.png) repeat-y;
 width: 600px;
 height: 300px;
 font: normal 14px verdana;
 line-height: 25px;
 padding: 1px 10px;
 border: solid 1px #ddd;
}

.numberSlider {
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.numberSlider:hover {
  opacity: 1;
}

.numberSlider::-webkit-numberSlider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}

.numberSlider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}

.input_cover {
  position: relative;
  padding: 15px 0 0;
  margin: 7px;
  margin-top: 13px;
  display: inline-table;

}
.search_input_cover {
  position: relative;
  padding: 15px 0 0;
  margin: 7px 2px 2px 1px;
  /*margin-top: 8px;*/
  display: inline-table;

}

.input_area {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  outline: 0;
  font-size: 16px;
  color: #212121;
  /*padding: 7px 0;*/
  padding: 7px 0 3px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.input_area::placeholder {
  color: transparent;
}

.input_area:placeholder-shown ~ .input_label {
  font-size: 16px;
  cursor: text;
  top: 20px;
}


.input_label,
.input_area:focus ~ .input_label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 12px;
  color: #9b9b9b;
}

.input_area:focus ~ .input_label {
  color: #636363;
}

.input_area:focus {
  /*padding-bottom: 6px;*/
  border-bottom: 2px solid #00e600;
}

.numNoArrows::-webkit-outer-spin-button,
.numNoArrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.area {
    width: 100%;
    height: 75px;
    /*margin-left: 50%;*/
    /*position: absolute;*/
    border: 1.5px dashed #000;
    background-image: url("https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/upload-512.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64px 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    text-align: center;
    border-radius: 15px;
}

.area input[type=file] {
    width: 1000% !important; 
    height: 100% !important;
    margin-right: -800% !important;
    border: none !important;
    cursor: pointer !important;
}

.area input:focus{
    outline: none;
}

.area .spinner {
    display: none;
    margin-top: 50%;
}

.area:hover,
.area.dragging,
.area.uploading {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.area.uploading {
    background: none;
}

.simpleInput {
    
    width: 150px;
    font-family: inherit;
    /* width: 100%; */
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    outline: 0;
    font-size: 16px;
    color: #212121;
    padding: 7px;
    background: transparent;
    transition: border-color 0.2s;
}
.reports {
  box-shadow: 2px 3px 3px 1px rgba(0,0,0,0.1);
    cursor: pointer;
  background-color: #f2f2f2;
  width: 75%;    
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  padding: 11px 20px;
}
.reports:hover {
  box-shadow: 1px 6px 6px 1px rgba(0,0,0,0.3);
}


.buttomFixedButton {
    position: fixed;
    bottom: 0px;
    z-index: 15;
    padding: 0.8em;
    text-align: center;
    width: 80%;
    background-color: white;
    box-shadow: 2px -3px 15px 5px rgba(0,0,0,0.2);
    border-radius: 15px 15px 0px 0px;
}
.topFixedButton {
    position: fixed;
    z-index: 1;
    padding: 0.8em;
    width: 80%;
    background-color: white;
    box-shadow: 2px -3px 15px 5px rgba(0,0,0,0.2);
    border-radius: 0px 0px 15px 15px;
    font-size: 1.4em;
    font-weight: bold;
}

.optionsMenu {
    
    height: 5em;
    width: 6.1em;
    margin: 1em;
    cursor: pointer;
    background-color: #00b300;
    color: white;
    padding: 0.4em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    border-style: none;
    /*opacity: 1;*/
    transition: opacity 0.9s;
}
.actionsButton {
    border: 0;
    border-radius: 0.25em;
    color: #fff;
    background-color: rgb(0, 179, 0);
    cursor: pointer;
    margin: 0.3125em;
    padding: 0.725em 1.5em;
    font-size: 1.1em;
    transition: opacity 0.9s;
}

.actionsButton:hover, .actionsButton:active, .optionsMenu:hover, .optionsMenu:active {

  opacity: 0.3;
}

.optionsMenuSelected {

    border-style: solid;
    border-width: 0.25em;
    border-color: #4b4b4b;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 25px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

.modal {
  position: fixed; /* Stay in place */
  z-index: 15; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 10px;
}
.modal2 {
  z-index: 25; /* Sit on top */
  padding-top: 15px;
}
.modal_top2 {
    
    padding-top: 1px;
}


.modal-content {
  background-color: #fefefe;
  margin: 1px auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px none #888;
  width: 55%; /* Could be more or less, depending on screen size */

  z-index: 5;
  border-radius: 5px;
}
.modal-contentLarg {
    
    width: 75%;
}

.modal2-content {
    
    width: 52%;
}


.modal_size2 {
    
    width: 48%;
}

.close {
  cursor: pointer;    
  position: absolute;
  left: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  transition: font-size 0.2s;
}

.close:hover, .close:active {
  color: red;
  font-size: 40px;
}

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

.button_mane {
  position: fixed;
  z-index: 3;
  top: 120px;
  left: 75px;
  padding-top: 16px;
}

.menuButton:link, .menuButton, .menuButton:visited {
    cursor: pointer;
  background-color: #00b300;
  color: white;
  padding: 4px 19px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  
  
 opacity: 1;
 transition: opacity 0.9s;
}

.menuButton:hover, .menuButton:active, .menuButton:hover {

  opacity: 0.3;
}

.dataTableContainer {
    width: 100%; /* Adjust as needed */
    overflow-x: auto;
    box-shadow: 0 0 10px -2px rgb(0 0 0 / 16%);
    border-radius: 15px 15px 0;
}

.dataTable {
    
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    width: 100%;
}
.dataTableFullDisplay {
    table-layout: fixed;
}
.dataTableAlone {
    
    box-shadow: 0 0 10px -2px rgb(0 0 0 / 16%);
    border-radius: 15px 15px 0;
}
.stickyTableHead {
    position: sticky;
    top: 180px;
    background-color: white;
    box-shadow: 0 0 10px -2px rgb(0 0 0 / 16%);
    z-index: 1;
}

.dataTable thead tr {
    
    border-bottom-style: solid;
    border-color: #dddddd94;
    border-width: 0.09em;
    border-radius: 15px 15px 0;
}
.dataTable thead th:first-child {
    border-radius: 0 15px 0 0;
}
.dataTable thead th:last-child {
    border-radius: 15px 0 0 0;
}
.dataTable tbody tr {
    
    border-bottom-style: solid;
    border-color: #dddddd94;
    border-width: 0.09em;
    transition: 0.5s;
}
.dataTable tbody tr:hover {

    /*box-shadow: 0px 1.5px 2px 0px rgba(0,0,0,0.1);*/
    box-shadow: 0px 1px 3px 0px #39e600b0;
    border-radius: 0 0 5px 5px;
}

.dataTable th {
    
    padding: 19px 10px 19px 10px;
    text-align: right;
    font-weight: normal;
    color: #616161db;
    font-size: 0.75em;
    word-wrap: normal;
}

.dataTable td{
    padding: 10px 5px 10px 5px;
    color: #1b1b1bdb;
    /*white-space: nowrap;*/
    word-wrap: normal;
    font-size: 0.85em;

}

.dataTable .dataTableTitles {

    background-color: #c3ebc0;
    color: #7c7c7c;
    font-weight: bold;
    border-radius: 10px 0 0 10px;
    border-style: solid;
    border-color: #ffffff73;
    padding: 7px 10px 7px 20px;
}

.dataTable .tdActions {
    
    opacity:0.1;
    transition: 0.6s;
}
tr:hover .tdActions {
    
    opacity:1;
}

.tdActionsButtons {
    height: 1.55em;
    cursor: pointer;
    padding: 0 3px 0 3px;
}

.tdActionsDiv {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.iconIng {
    height: 1.1em;
    padding: 0 3px 0 3px;
    vertical-align: middle;
}

.tooltip {
  position: relative;
  display: inline-block;
    
}
/*
.tooltip .tooltiptext {
    font-size: 13px;
    visibility: hidden;
    background-color: #323232f5;
    color: #fff;
    text-align: center;
    border-radius: 9px 9px 9px 0;
    padding: 11px;
    position: absolute;
    z-index: 1;
    top: -135px;
    left: 80%;
    transition: opacity 0.5s, width 0.2s, display 0.5s;
    opacity: 0;
}
*/

.tooltip .tooltiptext {
    font-size: 13px;
    visibility: hidden;
    background-color: #323232f5;
    color: #fff;
    text-align: center;
    border-radius: 9px 9px 9px 0;
    padding: 11px;
    position: absolute;
    z-index: 1;
    top: -35px;
    left: 70%;
    transition: opacity 0.5s, width 0.2s, display 0.5s;
    opacity: 1;
    width: max-content;
}

.tooltip:hover .tooltiptext {
    
    opacity:1;
    visibility: visible;
    display: block;
}

.tooltip-right, .tooltip-top {
  position: relative;
  display: inline-block;
    
}

.tooltip-right .tooltiptext {
    font-size: 13px;
    visibility: hidden;
    background-color: #323232f5;
    color: #fff;
    text-align: center;
    border-radius: 9px 9px 0px 9px;
    padding: 11px;
    position: absolute;
    z-index: 1;
    top: -35px;
    right: 70%;
    transition: opacity 0.5s, width 0.2s, display 0.5s;
    opacity: 1;
    width: max-content;
}
.tooltip-top .tooltiptext {
    font-size: 13px;
    visibility: hidden;
    background-color: #323232f5;
    color: #fff;
    text-align: center;
    border-radius: 9px 9px 0px 9px;
    padding: 11px;
    position: absolute;
    z-index: 1;
    top: -45px;
    right: 0px;
    transition: opacity 0.5s, width 0.2s, display 0.5s;
    opacity: 1;
    width: max-content;
}

.tooltip-right:hover .tooltiptext {
    
    opacity:1;
    visibility: visible;
    display: block;
}
.tooltip-top:hover .tooltiptext {
    
    opacity:1;
    visibility: visible;
    display: block;
}

.responsiveHide {
    
    /*visibility: visible;*/
    display: revert-layer;
}
.responsiveView {
    
    
    /*visibility: hidden;*/
    display: none;
}

.bottomModal {
  position: fixed; /* Stay in place */
  z-index: 20; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*background-color: rgb(0,0,0); */
  background-color: rgb(130 164 203 / 25%); /* Black w/ opacity */
  padding-top: 10px;
  display: none;
}

.bottomModalContent {
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    width: 100%;
    padding: 20px 0 25px 0;
    right: 0;
    border-radius: 10px 10px 0 0;
    box-shadow: 4px -2px 10px 1px rgba(0,0,0,0.1);
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #00b300;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  padding: 16px;
  position: fixed;
  z-index: 6;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}
#snackbarError {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #e60000;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  padding: 16px;
  position: fixed;
  z-index: 6;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show,#snackbarError.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.homePageTable {
    
    border-collapse: collapse;
    width: 100%;
}
.homePageTable tr {
    
    border-bottom-style: solid;
    border-color: #dddddd94;
    border-width: 0.09em;
    text-align: right;
}
.homePageTable th {
    
    padding: 0.5em 0 0.5em 0.3em;
}

.homePageData {
    
    padding: 1em;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
}

.settPage {
    
    text-align: center;
    padding: 0 4.5em;
}

.bootstrap-tagsinput {

    display: flex;
    flex-wrap: wrap;
    padding: 10px 6px;
    vertical-align: middle;
    border-radius: 0px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    outline: 0;
    color: #212121;
    background: transparent;
    transition: border-color 0.2s;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput:focus {
    
    border-bottom: 6px solid red;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
  float: inline-start;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}



.label {
    display: inline;
    padding: 0.6em;
    font-size: 0.9em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    margin-bottom: 0.1em;
}

.label:empty {
    display: none
}


.label-info {
    background-color: #49bc4b;
}

.modal-cards {
    
    display: grid;
    width: 100%;
    overflow: auto;
}
.clientes-cards  {
    
    grid-template-columns: repeat(4, 1fr);
}
.orders-cards  {
    
    grid-template-columns: repeat(4, 1fr);
}
.orders-cards5  {
    
    grid-template-columns: repeat(5, 1fr);
}
.products-cards  {
    
    grid-template-columns: repeat(2, 1fr);
}

.card-menu {

    text-align: center;
    min-width: 7em;
    border-style: solid;
    border-width: 1px;
    border-color: #b4b4b4;
    border-radius: 11px 11px 0 0;
    padding: 6px 0px;
    cursor: pointer;
}
.card-tab {
    border-color: #b4b4b4;
    border-width: 1px;
    border-style: none solid solid solid;
    border-radius: 0 0 6px 6px;
    padding-bottom: 20px;
}
.card-menu-selected, .card-menu:hover, .card-menu:visited {

    background-color: hsla(306, 17%, 100%, 0.0) ;
    font-weight: bold;    
    background-image: linear-gradient(to bottom, #e9e9e9 0%, white 100%);
}
.card-menu-selected {

    border-bottom-style: none;
}

.submitButton {
    text-align: center;
    margin: auto; 
    margin-top: 15px; 
    padding: 9px; 
    border-radius: 40px;
}
.submitButton button, .submitButtonClick {
    border: 0;
    border-radius: 2em;
    color: #fff !important;
    background-color: rgb(0, 179, 0);
    cursor: pointer;
    margin: 0.3125em;
    padding: 0.8em 1.4em !important;
    min-width: 8em;
    font-size: 1em;
}

.search_area {
    
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 15px;
}

.search_division {
    
    /*width: 33%;*/
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: flex-start;
}
.search_division_middle {

    border-color: #00b300;
    border-width: thin;
    border-style: none dashed;
}

.settingsBox {
    background-color: #ffffff;
    margin: 1px auto 15px;
    width: 65%;
    border-radius: 12px;
    box-shadow: 0 0 10px -2px rgb(0 0 0 / 7%);
    padding: 30px 15px;
}
.bottomNote {
    
    position: fixed;
    display: none;
    bottom: 0px;
    width: 100%;
    background-color: lightblue;
    z-index: 3;
    right: 0;
    border-radius: 7px 7px 0 0;
    text-align: center;
    padding: 10px 0;
    line-height: 15px;
    box-shadow: 2px -3px 15px 5px rgb(0 0 0 / 10%);
}
.bottomWarning {
    
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #ffad99;
    z-index: 12;
    right: 0;
    border-radius: 7px 7px 0 0;
    text-align: center;
    padding: 10px 0;
    line-height: 15px;
    box-shadow: 2px -3px 15px 5px rgb(0 0 0 / 10%);
}

@media screen and (max-width: 1500px) {
    
    
    .modal-content {
    
        width: 80%;
    }
}
@media screen and (max-width: 1150px) {
    
    
    .modal-content {
    
        width: 95%;
    }
    .modal2-content {
        
        width: 91%;
    }
    .modal_size2 {
        
        width: 80%;
    }
    .narrowHide {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    
    .settingsBox {
        width: 85%;
    }
    
}

@media screen and (max-width: 850px) {
    
    .bottomNote {
        display: block;
    }
    .bottomWarning {
        bottom: 50px;
    }
    .settingsBox {
        width: 99%;
        padding: 15px 5px;
    }
    .search_area {
        flex-direction: column;
    }
    .search_division_middle {
        border-style: dashed none;
    }
    .sidebar {
        width: 0;
    }
    .top_menuBar {
        margin-right: 0;
    }
    .main {
      margin-right: 0;
      padding: 120px 10px;
    }
    .logautButton {

        display: none;
    }
    .closeMenu {

        display: block;
    }
    .sidebarTitle {
        font-size: 22px;
    }
    .topTitle {
        left: 15px;
        right: auto;
    }
    .modal-content {
    
        width: 95%;
    }
    .modal2-content {
        
        width: 91%;
    }
    .modal_size2 {
        
        width: 80%;
    }
    .container{
        padding: 5px;
        /*width: 90%;*/
    }
    .button_mane {
        left: 20px;
    }
    .tooltip .tooltiptext {
        display: none;
    }
    .tooltiptext {
        display: none;
    }
    .thActions {
        
        width: 40px;
    }
    .dataTable .tdActions {
        
        opacity:1;
    }
    .responsiveHide {
        
        /*visibility: hidden;*/
        display: none;
    }
    .responsiveHideGlobal {
        
        /*visibility: hidden;*/
        display: none;
    }
    .responsiveView {
        
        /*visibility: visible;*/
        display: revert-layer;
    }
    .responsiveOptions {
        width: 40px;
    }
    .blokContent {
        
        margin: 5px;
    }
    .stretch {
        
        width: 95%;
    }
    .login_form {
        
        width: 95%;
    }
    .homePageData {
        
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .settPage {
        
        padding: 0;
    }
    .clientes-cards  {
        
        grid-template-columns: repeat(2, 1fr);
    }
    .orders-cards  {
        
        /*grid-template-columns: repeat(3, 2fr);*/
    }
    .resBlock {
        display: block;
    }
}

 


    
    
.top-search {
    background-color: white;
    padding: 0px 11px 11px 25px;
    border-radius: 15px;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
    margin: 0px 0px 15px 0px;
    

}
.top-search .main-search {

    display: flex;
    justify-content: space-between;
    align-items: flex-end;    
    flex-wrap: wrap;
    
}

.select2-container {
    /*display: inline !important;*/
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered, .select2-selection, .select2-selection--single {

    width: 15em;
    /*width: 15em !important;*/
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    outline: 0;
    font-size: 16px;
    color: #212121;
    background: transparent;
    transition: border-color 0.2s;
    padding: 3px 0px !important;
}
.select2-selection__choice {
    font-size: 0.7em !important;
    margin-left: 2px !important;
}
.select2-container .select2-search--inline .select2-search__field {
    font-size: 13px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered, .select2-selection, .select2-selection--single {
    width: 100%;
}

.checkbox-serch {

    text-align: center;
    width: 45px;
    height: 50px;
}
.checkbox-serch div {

    line-height: 10px;
    font-size: 0.8em;
    font-weight: lighter;
    margin-top: -2px;
    color: #515151;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 135px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: 0;
  padding: 12px 3px 7px;
  width: max-content;
  max-height: 70vh;
}

.dropdown-content .dropdown-button {
    cursor: pointer;
    /*text-align: center;*/
    color: black;
    padding: 10px 10px 10px 2px;
    text-decoration: none;
    display: block;
    text-decoration: none;
}
.dropdown-line {
    border-style: solid none none none;
    width: 80%;
    margin: auto;
    border-color: #7777774f;
    border-width: thin;
}
.dropdown div:hover {background-color: #ddd;}

.dropdown_aa-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transform: translateY(-100%) translateX(10%);
  /*
    margin-top: -80px;
    margin-right: -20px;    
    */
}
.dropdown_aa-content a:hover {background-color: #ddd}

.dropdown_aa:hover .dropdown_aa-content {
  display: inline-block;
}

.show {display: block;}


.text-decoration {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-position: under;
    cursor: pointer;
    transition: color 0.5s;
}
.text-decoration:hover {
    
    color: #29a803;
}

.res-details {
    display: flex;
    align-items: center;        
}

.res-details img {
    height: 1.1em;
    margin-left: 0.5em;
    
}

.autocomplete-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: none;
}

.autocomplete-item {
    padding: 10px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}

.autocomplete-item:hover,
.autocomplete-item.selected {
    background-color: #f9f9f9;
}

.highlight {
    font-weight: bold;
    color: #007bff;
}
.ring-field {
    border-style: solid;
    border-width: 1px;
    padding: 15px;
    border-radius: 15px;
    border-color: rgb(157 157 157);
    /*margin-bottom: 30px;*/
    margin-top: 25px;
    /*display: inline-block;*/
    width: 90%;
}
.ring-field-text {
    margin-top: -31px;
    font-size: 20px;
    font-weight: bold;
    color: #027f02;
    background-color: white;
    width: fit-content;
    padding: 0px 10px 0 10px;
    margin-bottom: 10px;
}
.option-box {
    border: 2px solid #e4e4e4;
    border-radius: 8px;
    padding: 12px;
    margin: 8px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
    text-align: right;
}

.option-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-color: #00b704;
}

.option-box.selected {
    background-color: #f0f7ff;
    border-color: #00b704;
}

.option-title {
    font-weight: bold;
    margin-bottom: 4px;
    color: #333;
}

.option-description {
    font-size: 0.9em;
    color: #666;
}

