.jlistlayout-all-select-button {
    position: absolute;
    right: 250px;
    bottom: 9px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 10pt;
    padding: 5px;
    background-color: transparent;
    z-index: 2;
}

.div-jlist-search {
    position: absolute;
    right: 20px;
    bottom: 10px;
    background: #1e88e5;
    font-size: 10pt;
    color: white;
    padding: 5px;
    border-radius: 5px;
    width: 220px;
    height: 30px;
    z-index: 2;
}

.div-jlist-search:hover {
    /*opacity: 0.2;*/
}

.div-jlist-search input {
    padding-left: 5px;
    font-size: 10pt;
    height: 30px;
    border-radius: 5px;
    width: 96%;
    border: none;
    outline: none;
    float: left;
}

.div-jlist-search select {
    width: 46%;
    margin-left: 3%;
    cursor: pointer;
    outline: none;
    font-size: 10pt;
    color: black;
    height: 29.5px;
    background: white;
    border-radius: 0px;
    border: none;
}

.div-jlist-search img {
    height: 18px;
    width: 18px;
    position: absolute;
    right: 0px;
    top: 11px;
    cursor: pointer;
    content: url(/submodules/common/jlib/JList/images/more_icon_w.png);
}

.div-jlist-search img:hover {
    content : url('/submodules/common/jlib/JListLayout/images/more_icon_f.png');
}

.div-jlist-search .advanced-search {
    content : url('/submodules/common/jlib/JListLayout/images/more_icon_f.png');
}

.div-jlist {
    border: 1px solid rgba(131, 146, 137, 0.26);
    cursor: pointer;
}

.div-jlist:hover {
    border: 1px solid rgba(255, 141, 25, 1);
}

.div-jwindow {
    display: inline-block;
    float: left;
    cursor: pointer;
    padding: 15px;
    box-sizing: border-box;
}

.div-jwindow .div-jwindow-parent {
    overflow: hidden;
    background-color: rgb(54, 54, 54);
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
}

.div-jwindow .div-jwindow-parent:hover {
    box-shadow: 8px 8px 6px 0 rgba(0, 0, 0, 0.5);
    transition: box-shadow 500ms;
}

.div-jwindow .div-jwindow-parent .btn-jwindow-selected {
    position: absolute;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    top: 5px;
    left: 5px;
    z-index: 10;
}

.div-jwindow .div-jwindow-parent .btn-jwindow-selected:hover {
    top: 3px;
}

.div-jwindow .div-jwindow-parent .div-jwindow-profile {
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    height: 55%;
    overflow: hidden;
}

.div-jwindow .div-jwindow-parent .div-jwindow-profile img {
    border-radius: 100%;
    max-width: 100%;
    max-height: 100%;
}

.div-jwindow .div-jwindow-parent .div-jwindow-iframe {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    height: 80%;
    overflow: hidden;
}

.div-jwindow .div-jwindow-parent .div-jwindow-iframe .iframe-cover{
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.div-jwindow .div-jwindow-parent .div-jwindow-content {
    font-family: NanumGothic;
    text-align: center;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e1e6ef;
}

.div-jwindow .div-jwindow-parent .div-jwindow-content h1 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.div-jwindow .div-jwindow-parent .div-jwindow-content h2 {
    font-size: 12px;
    font-weight: 400;
    margin-top: 12px;
}

.div-jwindow .div-jwindow-parent .div-jwindow-content h3 {
    font-size: 8pt;
    font-weight: 400;
    margin-top: 5px;
}

.div-jwindow .div-jwindow-parent .div-jwindow-content h4 {
    position: absolute;
    top: 4px;
    right: 0px;
    width: auto;
    font-weight: 300;
    font-size: 8pt;
    color: whitesmoke;
}

.div-jwindow .div-jwindow-parent .div-jwindow-content h5 {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: auto;
    font-weight: 300;
    font-size: 8pt;
    text-align: right;
}

.div-jwindow .div-jwindow-parent .div-jwindow-content .broj-o {
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: auto;
    font-weight: 300;
    font-size: 8pt;
    color: #1e88e5;
    text-align: left;
}

.div-jwindow .div-jwindow-parent .div-jwindow-content .broj-x {
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: auto;
    font-weight: 300;
    font-size: 8pt;
    color: #747d8a;
}

.div-jwindow .div-jwindow-parent .div-jwindow-content h4 a {
    border-radius: 4px;
    padding: 4px;
}

.div-jscrollbar {
    float: right;
}

.div-jscrollbtn {
    cursor: pointer;
}

.img-jscrollbtn {
    border-radius: 100%;
    z-index: 10001;
    background-color: white;
}

.div-jmatrix-parent {
    position: absolute;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    background: #2f343c;
    padding:2px;
    border-radius: 2px;
    z-index:50;
}

.div-jmatrix-child {
    display:inline-table;
    background-color: #49505a;
    border-radius: 5px;
    margin-left: 2.5px;
    cursor: pointer;
}

.div-jmatrix-child:hover {
    background-color: #1e88e5;
}

.blank-h {
    text-align: center;
    color: #979797;
    margin-top: 30%;
}

.jlistlayout-loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #1b1b1b;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
