﻿@font-face {
  font-family: 'Myriad Pro Regular';
  src: url('/fonts/myriadPro/MyriadPro-Regular.otf') format('otf'),
       url('webfont.woff') format('woff'),
       url('/fonts/myriadPro/SourceSansPro-Regular.ttf')  format('truetype');
   	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'Open Sans Semibold', ns-serif;
  src: url('/fonts/openSans/._OpenSans-Semibold.ttf') format('ttf'),
       url('webfont.woff') format('woff'),
       url('/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf')  format('truetype');
   	font-weight: normal;
	font-style: normal;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #f5f5f5;
}

#main {
    width: 1120px;
    margin: 0 auto;
    background-color: white;
}

#header {
    height: 82px;
    width: 1120px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 7px 7px -7px rgba(189,179,189,1);
}

.natpis {
    line-height: 82px;
    width: 150px;
    vertical-align: middle;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(168, 168, 168);
    cursor: pointer;
}

#vizNatpis {
    position: absolute;
    right: 0;
    cursor: default;
}

#logo {
    height: 100%;
}

#newLoadSelection {
    padding-top: 230px;
    padding-left: 380px;
    height: auto;
}

#fullScreen {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: white;
    overflow: hidden;
}

.button-net {
    width: 170px;
    height: 46px;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.button-vis {
    width: 190px;
    height: 36px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgb(65,148,170);
    background-color: rgb(237,248,250);
    border: none;
}

.plavi {
    border: none;
    color: white;
    background-color: rgb(82,186,213);
}

.crveni {
    border: none;
    color: white;
    background-color: rgb(231,82,86);
}

.load {
    border: 2px solid rgb(82,186,213);
    color: rgb(82,186,213);
    background-color: white;
}

#networkPlaceholder {
    width: 100%;
    height: 100%;
    position: relative;
}

#canvas {
    width: 100%;
    height: 100%;
    position: relative;
}

#back {
    width: 40px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

#comment {
    width: 40px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 150px;
}

#toggleShowFilter {
    width: 40px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    left: 60px;
}

#hideShowFilter {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 20px;
}

#showFilterContainer {
    width: 100%;
    height: 230px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    box-shadow: 0px -7px 7px -7px rgba(189,179,189,1);
}

#showFilter {
    width: 1120px;
    margin: 0 auto;
}

#showFilter, #back, #toggleShowFilter, #cbSelector, #comment, #showFilterContainer {
    z-index: 10;
}

#vezeCB {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

#vezeCBScroll {
    height: 140px;
    overflow-y: auto;
}

#left {
    padding-left:15px;
    padding-top:25px;
}

#right {
    padding-top: 37px;
    padding-left: 0px;
    text-align: center;
}


#queryFilter {
    width: 1120px;
}

#entityTypeSelector {
    width: 1120px;
}

#edgeTypeSelector {
    width: 1120px;
    padding-bottom: 20px;
}

#periodStrengthSelector {
    padding-top: 20px;
}

#periodSelector {
    display: inline-block;
    padding-left: 150px;
}

#strengthSelector {
    display: inline-block;
    padding-left: 20px;
    padding-top: 20px;
}

#cbSelectorShow {
    position: relative;
    padding-bottom: 10px;
}

#fromToSelector {
    float: left;
}

#entitetTagSelector {
    width: 840px;
    height: 120px;
    padding-left: 40px;
    padding-bottom: 10px;
}

#slider_container {
    width: 350px;
    height: 30px;
    padding-top: 35px;
    padding-left:45px;
    /*width: 95%;
    margin-left:5%;
    height: 40px;
    position: relative;
	margin-top: 30px;*/
	font-weight:bold;
}

#tbSelector {
    border-collapse: collapse;
    width: 1040px;
    border: 1px solid rgb(82,186,213);
    margin-top: 55px;
    margin-left: 40px;
    margin-right: 40px;
    /*height:300px;*/
}

.links line {
    vector-effect: non-scaling-stroke;
    stroke-opacity: 0.45;
    /*stroke-width: 1.2 !important;*/
    stroke-width: 2 !important;
    pointer-events: all;
}

.nodes circle {
    stroke: #fff;
    stroke-width: 1.5px;
    cursor: pointer;
}

.modal {
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.inputTa {
    background-color: rgb(234, 234, 234);
}

.inputForm {
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 373px;
}

h2 {
    padding-top: 43px;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: rgb(71, 71, 71);
    padding-left: 120px;
    cursor: default;
    margin: 0;
}

h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: rgb(71, 71, 71);
    cursor: default;
    margin: 0 auto;
    padding-bottom: 100px;
}

#entityTable {
    border-collapse: collapse;
    table-layout: fixed;
    width: 800px;
    margin-top: 75px;
    margin-left: 220px;
}

td {
    padding-top: 15px;
    padding-bottom: 15px;
}

th {
    text-align: center;
}

.label {
    font-size: 11px;
    font-family: Arial;
    pointer-events: none;
}

.button-box {
    cursor: pointer;
}

.entLabel {
    position: relative;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: rgb(71, 71, 71);
}

.strengthPeriodLabel {
    padding-bottom: 15px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: rgb(71, 71, 71);
}

.cbTitle {
    position: relative;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: rgb(120, 120, 120);
    padding-left: 10px;
    padding-right: 10px;
}

.tableHead {
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: rgb(71, 71, 71);
    text-align: center;
}

#prikaziSakrij {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

#btnEntitetTag {
    cursor: not-allowed;
}

.tableCell {
    text-align: center;
}

#cvoroviCB {
     text-align: center;
}

#tbVisualizations {
    padding-left: 20px;
    padding-right: 20px;
    width: 1030px;
}

a, body .ui-widget-content a {
    color: blue;
}

#logoImg {
    cursor : pointer;
}

.ui-dialog {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: rgb(71, 71, 71);
}

.ui-dialog-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: rgb(71, 71, 71);
}


.ui-widget.ui-widget-content {
    border: 1px solid rgb(82,186,213);
}

.ui-widget-header {
background-color: white !important;
border: none !important;
}

.ui-button {
background-color: white !important;
border: none !important;
}

.noUi-connect{
	top:-1px;
	background:rgb(82,186,213);
	border-top: 2px solid rgb(82,186,213);
    border-radius: 0;
    box-sizing: content-box;
    height: 1px;
    box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.noUi-horizontal .noUi-handle{
	width: 20px;
    height: 20px;
    border-radius: 50%;
	background-color: rgb(82,186,213);
	top: -9px;
    box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.noUi-handle:after, .noUi-handle:before{
	display:none;

}

.noUi-tooltip{
	border: 0;
    color: rgb(82,186,213);
	font-family: 'Source Sans Pro Semibold', sans-serif;
}

.noUi-horizontal {
    height: 1px;
	border: none;
    background-color: rgb(82,186,213);
    box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.noUi-active{
	-moz-outline:none;
	outline:none;
	border:none;
}

.noUi-handle{
    cursor: pointer;
    border:none;
}

input.{
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}

input.cbEntiteti[type="checkbox"] {
    visibility: hidden;
    z-index: 1;
	width: 20px;
    height: 20px;
	margin-left: 0;
    position:relative;
    margin-right:10px;
}

input.cbEntiteti[type="checkbox"]+span::before {
    content: ' ';
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    left: 0px;
	top: 1px;
    background: url(/icons/input-sprite-artnet.png) no-repeat 0 0;
    z-index: 0;
    visibility: visible;
	color:black;
}

input.cbEntiteti[type="checkbox"] +span{
	color:black;
	font-weight:normal;
    font-family: 'Source Sans Pro Semibold', sans-serif;
}

input.cbEntiteti[type="checkbox"]:checked + span::before {
    content: ' ';
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 1px;
    background: url(/icons/input-sprite-artnet.png) no-repeat 0 -21px;
    z-index: 0;
    visibility: visible;
}


.typeLabel {
    cursor: pointer;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
    font-family: 'Source Sans Pro Semibold', sans-serif;
    display: block;
	height:18px;
}

input.cbSearch[type="checkbox"] {
    visibility: hidden;
    z-index: 1;
	width: 20px;
    height: 20px;
	margin-left: 0;
    position:relative;
    margin-right:0px;
}

input.cbSearch[type="checkbox"]+span::before {
    content: ' ';
    width: 9px;
    height: 9px;
    position: absolute;
    display: inline-block;
    left: 15px;
	top: 6px;
    background: url(/icons/input-sprite-artnet.png) no-repeat 0 -53px;
    z-index: 0;
    visibility: visible;
	color:black;
}

input.cbSearch[type="checkbox"] + span{
	color:black;
	font-weight:normal;
    font-family: 'Source Sans Pro Semibold', sans-serif;
}

input.cbSearch[type="checkbox"]:checked + span::before {
    content: ' ';
    width: 9px;
    height: 9px;
    position: absolute;
    display: inline-block;
    left: 15px;
    top: 6px;
    background: url(/icons/input-sprite-artnet.png) no-repeat 0 -40px;
    z-index: 0;
    visibility: visible;
}

.tableCell input[type="checkbox"]:checked + span{
	color: rgb(82,186,213);
}

.nodeLinkRep {
    cursor : pointer;
}

input.cbShow[type="checkbox"]:checked + svg {
    opacity: 1;
}

input.cbShow[type="checkbox"] + svg {
    opacity: 0.2;
}

input.cbShow[type="checkbox"]:checked + svg + span {
    opacity: 1;
}

input.cbShow[type="checkbox"] + svg + span {
    opacity: 0.2;
}

.cbShow {
  display : none;
}

.cbShowNodes {
    display: none;
}

.cbTitleNode{
  padding-left: 10px;
  padding-right: 20px;
}

input.cbShowNodes[type="checkbox"]:checked + svg {
    opacity: 1;
}

input.cbShowNodes[type="checkbox"] + svg {
    opacity: 0.2;
}

input.cbShowNodes[type="checkbox"]:checked + svg + span {
    opacity: 1;
}

input.cbShowNodes[type="checkbox"] + svg + span {
    opacity: 0.2;
}

.toggleDiv {
    padding-top: 10px;
    text-align: left
}


.toggleSpan {
  color: rgb(82,186,213);
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

#commentForm {
    height: 250px;
}

#saveForm {
 height: 370px;
}

#downloadDiv {
height: 150px;
}


input.rasponCb[type="checkbox"] {
    visibility: hidden;
    z-index: 1;
	width: 20px;
    height: 20px;
	margin-left: 0;
    position:relative;
    margin-right:10px;
}

input.rasponCb[type="checkbox"]+span::before {
    content: ' ';
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    left: 0px;
	top: 1px;
    background: url(/icons/input-sprite-artnet.png) no-repeat 0 0;
    z-index: 0;
    visibility: visible;
	color:black;
}

input.rasponCb[type="checkbox"] +span{
	color:rgb(82,186,213);
}

input.rasponCb[type="checkbox"]:checked + span::before {
    content: ' ';
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 1px;
    background: url(/icons/input-sprite-artnet.png) no-repeat 0 -21px;
    z-index: 0;
    visibility: visible;
}

.wrapper {
			position:absolute;
			top:50%;
			left:50%;
}

#graphTitle {
    display: inline-block;
    position: absolute;
    left: 200px;
    z-index: 11;
    padding-top: 4px;
    vertical-align: middle;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: black;
    cursor: pointer;
}

#mapLink {
    padding-left: 10px;
}

#mSelectorDiv{
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 145px;
    width: 300px;
}

#trajectoryLink {
    padding-left: 10px;
}

#databaseLink {
    padding-left: 300px;
}

input.cbEntiteti[type="radio"] {
    visibility: hidden;
    z-index: 1;
	width: 20px;
    height: 20px;
	margin-left: 0;
    position:relative;
    margin-right:10px;
}

input.cbEntiteti[type="radio"]+span::before {
    content: ' ';
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    left: 0px;
	top: 1px;
    background: url(/icons/input-sprite-artnet.png) no-repeat 0 0;
    z-index: 0;
    visibility: visible;
	color:black;
}

input.cbEntiteti[type="radio"] +span{
	color:black;
	font-weight:normal;
    font-family: 'Source Sans Pro Semibold', sans-serif;
}

input.cbEntiteti[type="radio"]:checked + span::before {
    content: ' ';
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 1px;
    background: url(/icons/input-sprite-artnet.png) no-repeat 0 -21px;
    z-index: 0;
    visibility: visible;
}

.rbNeighbour {
    display: inline-block;
    padding-left: 31px;
    padding-bottom: 20px;
}

#selectorNeighbourDiv {
    height: 320px;
    position: relative;
}

#neighbour {
    position: absolute;
    top: 43px;
    left: 518px;
}

.mark {
    stroke: black !important;
}

.selectize-dropdown-content {
    height: 200px;
}

input.neighbour_selector[type="radio"] {
    visibility: hidden;
    z-index: 1;
	width: 20px;
    height: 20px;
	margin-left: 0;
    position:relative;
    margin-right:10px;
}

input.neighbour_selector[type="radio"]+span::before {
    content: ' ';
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    left: 0px;
	top: 1px;
    background: url(/icons/input-sprite-artnet.png) no-repeat 0 0;
    z-index: 0;
    visibility: visible;
	color:black;
}

input.neighbour_selector[type="radio"] +span{
	color:black;
	font-weight:normal;
    font-family: 'Source Sans Pro Semibold', sans-serif;
}

input.neighbour_selector[type="radio"]:checked + span::before {
    content: ' ';
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 1px;
    background: url(/icons/input-sprite-artnet.png) no-repeat 0 -21px;
    z-index: 0;
    visibility: visible;
}
#vizNatpis
{
    color:black;
    text-align: right;
    padding-right: 2em;
    text-transform: lowercase;
}

.clickable {
    color: blue;
    cursor: pointer;
    font-weight: bold;
}

.no-bullets-list {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}