    input:focus { 
            outline: none !important;
            border-color: #DD6F3B;
            box-shadow: 0 0 2px #DD6F3B;
    }
    textarea:focus { 
            outline: none !important;
            border-color: #DD6F3B;
            box-shadow: 0 0 2px #DD6F3B;
    }
    button:focus { 
            outline: none !important;
            border-color: #DD6F3B;
            box-shadow: 0 0 2px #DD6F3B;
    }
    input { 
            outline: none !important;
            border-color: silver;
    }
    textarea { 
            outline: none !important;
            border-color: silver;
    }
    button { 
            outline: none !important;
            border-color: silver;
    }

    .popupgielda {
            position: absolute;
            left:100;
            top: 100;
            z-index: 199;
            display: block;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
    }

    /* The actual popup */
    .popupgielda .popuptext {
            visibility: hidden;
            width: 720px;
            background-color: white;
            color: black;
            text-align: center;
            border-radius: 6px;
            padding: 8px 0;
            position:fixed;
            z-index: 200;
            top: 50%;
            left: 50%;				
            transform: translate(-50%, -50%);
            border-width: 1px;
            border-style: solid;
            border-color: black; 
            margin: auto;
    }

    /* Popup arrow */
    .popupgielda .popuptext::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            position:fixed; 	
            bottom: 40%; 
            left: 40%;
            margin-left: -5px;
            border-width: 3px;
            border-style: solid;
            border-color: black transparent transparent transparent;
    }

    /* Toggle this class - hide and show the popup */
    .popupgielda .show {
            visibility: visible;
            -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s;
    }
    .popupgielda .hide {
            visibility: collapse;
            -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s;
    }

    /* Add animation (fade in the popup) */
    @-webkit-keyframes fadeIn {
            from {opacity: 0;} 
            to {opacity: 1;}
    }

    @keyframes fadeIn {
            from {opacity: 0;}
            to {opacity:1 ;}
    }

    .now_gielda
    {

    }
    .now_gielda .hide{
            visibility: collapse;
            -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s;
    }
    .now_gielda .show{
            visibility: visible;
            -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s;
    }	

    .inputnumermoj_gielda{
             -moz-appearance:textfield;
            input[type=number]::-webkit-inner-spin-button,
            input[type=number]::-webkit-outer-spin-button {
                    -webkit-appearance: none;
                    margin: 0;
            }
    }

    .shadowunderpopup2{
            position:fixed; 
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.4;
            background-color: gray;
            z-index: 10;				
    }			

    .x_button_gielda{

    }

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

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}
table{
    --bs-table-striped-color: #666 !important;
    --bs-table-active-color: #666 !important;
    --bs-table-hover-color: #666 !important;
    color: #666 !important;
}
.hide{
    display:none;
}
td{
    color: #666 !important;
}

.lnk_format{
    color: #EF8823; 
    margin: 2px;
    padding: 2px;
}


.belkiklauzula{
    color: black;
    font-size: 12px !important;
}