body {
    fonta-size: 1vw;
}

div.escapeFloating {
    float:none;
    clear: both;
}

a.hlt:hover {
    background-color: #6C757D;
    color: white;
}

.dropdown-submenu {
  position: relative;
}


.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.jk-submenu::after{
    display:inline-block;
    width:0;height:0;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid;
    border-right:.3em solid transparent;
    border-bottom:0;
    border-left:.3em solid transparent
}

table.jk-padding-v-3 td, table.jk-padding-v-3 th {
    padding-top: 3px;
    padding-bottom: 3px;

}



table.jk-padding-v-3 th::before, table.jk-padding-v-3 th::after {
 bottom: 0.3em !important;
}

table.jk-padding-v-2 td, table.jk-padding-v-2 th {
    padding-top: 2px;
    padding-bottom: 2px;

}

table.jk-padding-v-2 th::before, table.jk-padding-v-2 th::after {
 bottom: 0.3em !important;
}

table.jk-padding-v-5 td, table.jk-padding-v-5 th {
    padding-top: 5px;
    padding-bottom: 5px;

}

table.jk-padding-v-5 th::before, table.jk-padding-v-5 th::after {
 bottom: 0.3em !important;
}

table.jk-padding-av-3 td, table.jk-padding-av-3 th {
    padding: 3px;

}

table.jk-padding-av-3 th::before, table.jk-padding-av-3 th::after {
 bottom: 0.3em !important;
}

table.jk-font-resp {
/*    font-size: 0.85vw;*/
    font-size: 0.78em;
}

table.jk-font-resp-v {
    font-size: 0.78em;
}

table.jk-v-center td, table.jk-v-center th {
    vertical-align: middle;
}


#back-top {
    position: fixed;
    bottom: 30px;
    right: 50px;
}

#back-top a {
    width: 64px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}

#back-top span {
    width: 64px;
    height: 64px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(../images/shared/toparrow.png) no-repeat center center;

    /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    background-color: #777;
}


.wrapCenter {
    display: flex;
    justify-content: center;
    width: 100%;
}

.wrapCenter50 {
    display: flex;
    justify-content: center;
    width: 400px;
}

.innerCenter {
    align-self: center;
}

span.spanlink {
    cursor: pointer;
    font-size: 1.2em;
}

span.spanlink:hover {
    color: #ffc16b !important;
}

/* The Modal (background) */
.jk-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
}

/* Modal Content */
.jk-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal-full-75 {
    min-width: 75%;
}


/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.jk-modal-close {
    color: white;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.jk-modal-close:hover,
.jk-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.jk-modal-header {
    padding: 2px 5px;
    line-height: 1.8;
}

.jk-modal-body {padding: 2px 16px;}

.jk-modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.jk-shadow {
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}

.datepicker {
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}

td.jk-cell-hover:hover {
    background-color: #007bff !important;
    color: white !important;
}

td.jk-cell-point {
    cursor: pointer;
}

#rwmarkchart1 .jqplot-data-label {
    color: white !important;
}

.modal-full {
    min-width: 95%;
    
}
        
.modal-full .modal-content {
    amin-height: 95vh;
}

#loginbg {
    position: absolute;
    background-image:url('../img/crmloginbkg8.jpg');
    background-size: 100% 100%;
    background-color: black;
    /*acity: 0.9;*/
    left:0;
    top:0;
    bottom:0;
    right:0;
}

#loginbg_bm {
    position: absolute;
    background-image:url('../img/crmloginbkg5.jpg');
    background-size: 100% 100%;
    background-color: black;
    /*acity: 0.9;*/
    left:0;
    top:0;
    bottom:0;
    right:0;
}

th[class*="editablegrid"] {
    color: white;
    background-color: #212529;
    padding: 5px 8px;
}

td[class*="editablegrid"] {
    padding: 2px 8px;
    border-bottom: 1px solid #212529;
    background-color: #d0d0d0;
    text-align: center;
}

td[class*="number editablegrid"] {
    text-align: center;
    background-color: white;
}

td[class*="_zm_"] {
    background-color: #28a745;
    color: white;
}

td[class*="_pl_"] {
    background-color: #c5edf0;
    color: black;
}

td.editablegrid-rrmm {
    color: white;
    background-color: #212529;
    text-align: center;
}

td[class*="editablegrid"] input {
    border-color: red;
    padding: 5px 12px;
}

tr[id$="_13"] td {
    afont-weight: bold !important;
    background-color: #212529 !important;
    color: white;
}

table.col-striped {
    overflow: hidden;
}

table.col-striped td, table.col-striped th {
    position: relative;
}
table.col-striped td:hover::after,
table.col-striped th:hover::after {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.075);
    left: 0;
    top: -5000px;
    height: 10000px;
    width: 100%;
    z-index: -1;
}

.custom-file-label::after {
    content: "Przeglądaj" !important;
}

.input-ghost {
    display: none !important;
}

a.normallink {
    text-decoration: none;
}

.dt-search {
    float: right;
}