#div1_drag_drop_content {
    width: 100%;
    height: 500px;
    border: 2px solid #000;
}

html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    min-height: 100%;
    margin: 0px;
    padding: 0px;
}

/*font-family:*/

/*'Open Sans Condensed'*/
/*,*/
/*sans-serif*/

/*;*/
/*-webkit-text-size-adjust:*/

/*100*/
/*%*/
/*;*/
/*-ms-text-size-adjust:*/

/*100*/
/*%*/
/*}*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    color: #475578;
    cursor: pointer;
}

[ng-click],
[data-ng-click],
[x-ng-click] {
    cursor: pointer;
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

.navbar-brand {
    display: block;
    background: url(../images/logo.png);
    min-width: 400px;
    height: 100px;
    margin-left: 20px!important;
    background-repeat: no-repeat
}
.logo-login{
    background-image: url(../images/logo-login.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    margin: auto;

}


.ikona-location {
    display: inline-block;
    height: auto;
    width: 50%;
    left: -28px;
    position: relative;
}

.moj-td {
    padding-right: 2%;
}

.center-add {
    float: right;
}

.edit {
    font-family: 'Open Sans Condensed', sans-serif;
    border-right: 1px solid;
    padding-right: 3%;
    font-size: 80%;
    color: #4f4f4f;
}

.remove {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 80%;
    color: #4f4f4f;
}

.naslovi-thumbnail {
    display: block;
    float: left;
}

h4.naslovi-thumbnail {
    font-family: Open-sans;
    font-size: 120%;
    color: #4f4f4f;
    margin-bottom: 5%;
    width: 100%;
}

.display {
    border-radius: 10px;
    border: 1px solid;
    width: 80%;
    padding: 5%;
}

.display {
    border-radius: 10px;
    border: 1px solid;
}

.container {
    width: 100%;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.text-box {
    border: 1px solid;
    padding: 10px;
}

textarea {
    resize: none;
    outline: none;
    width: 100%;
    padding: 10px;
    border: none;
    height: 100%;
    margin: -10px;
}

.container {
    width: 100%;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

label > input {
    /* HIDE RADIO */

    display: none;
}

label > input + img {
    /* IMAGE STYLES */

    cursor: pointer;
    border: 2px solid transparent;
}

label > input:checked + img {
    /* (CHECKED) IMAGE STYLES */

    border: 2px solid #f00;
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: black
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    width: 100%;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

/******************************** MY STUFF ************************************/

.logo-image {
            margin-top: 0px;
            max-height: 122px;
}

.jumbotron {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}

/*BREADCRUMB*/
.breadcrumb {
    background-color: lightgray;
}
.breadcrumb li {
    background-color: lightgray;
    margin-left:10px;
}
.breadcrumb-item.active > a {
    font-weight: bold;

}

.breadcrumb > li + li:before {
    color: black;

}
#country{

}

h3.naslov-drzave {
    margin-left: 28px;
    font-size: 20px;
    margin-top:0px;

}
.footer-bar{
position:relative;
background-color: lightgray;
min-width:100%;
height:auto;
display:inline-block;
bottom:0;
margin-top:5%;
}
.footer-bar p{
    padding-left: 15px;
    padding-top: 10px;
}

/*ONLINE-OFFLINE CIRCLES*/
.offlineDisplay {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: red;
    position: absolute;
    left: 75%;
    top: 75%;
}

.onlineDisplay {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: green;
    position: absolute;
    left: 75%;
    top: 75%;
}

/*adding form style*/
.addingForm {

     background-color: lightgrey;
     border-radius: 15px;
     padding-top: 1px;
     padding-left: 20px;
     padding-bottom: 20px;
      padding-right: 20px;

}

/*NAVBAR*/
.navbar-default {
    margin: 0px;
    border: 0;
    box-shadow:none;
    background:#eee;
}

.navbar {
    height: 20px;
    min-height: 20px;
}

/* ADD BUTTON FORM*/
.add-button-right {
    float: right;
}

.modal {
    display: block;
    z-index: 100000 !important;
}

/*INTERACT JS*/
#drag-1, #drag-2 {
    width: 10%;
    height: 10%;

    background-color: #29e;
    color: white;

    border-radius: 0.75em;
    padding: 4%;

    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

#drag-me::before {
    content: "#" attr(id);
    font-weight: bold;
}

.switch-bg {
    background-color: #f40 !important;
}

.large {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

.rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

object.iFrame {
    pointer-events: none;
}

/*DISPLAY EDIT MENU*/
ul.editDisplayHtmlMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    margin-bottom: 10px;
}

ul.editDisplayHtmlMenu li {
    float: left;
}

ul.editDisplayHtmlMenu li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.editDisplayHtmlMenu li a:hover {
    background-color: #111;
}

li.editMenu {
    float: right !important;
    background: grey;
    color: black;
}

li.editMenu a:hover {
    background: lightgray;
}

.draggableMenu {
    background: #333;
    color: white;
    border: 1px solid black;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    margin-bottom: 10px;
    z-index: 1000000;
}

.draggableMenu > form {
    padding: 10px;
    background: white;
    color: black;

}

.draggableMenu > .headerMenu {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    padding: 10px;

}


.optionsMenu {
    color: white;
    border: 1px solid black;
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    margin-bottom: 10px;
    z-index: 1000000;
}

.optionsMenu .nothing-info {
    padding-top: 3px;
    font-weight: normal;
    color: black;
}

.optionsMenu > form {
    padding: 10px;
    background: white;
    color: black;

}

.optionsMenu > .headerMenu {
    background: #333;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    padding: 10px;

}

.selectedElement {
    border: 2px solid red !important;
}

.activeImage {
    border: 2px solid red;
}

.display-edit#displayContentHtmlNew {
    width: 100%;
    border: 1px solid black;
    position: relative;
    overflow: scroll;
}

#displayContentHtmlNew block-element .element-content{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#displayContentHtmlNew block-element {
    width: 100px;
    height: 100px;
    background-color: rgb(245,245,245);
    position: absolute;
}

#displayContentHtmlNew block-element.selected .resize{
    background-color:  rgba(66, 139, 202, 0.43);
}

#displayContentHtmlNew block-element.selected .resize.corner{
    background-color:  rgba(66, 139, 202, 1);
    position: absolute;
    width: 7px;
    height: 7px;
}

block-element .resize {
    position: absolute;
}

block-element .trash {
    position: absolute;
    top: 8px;
    right: 8px;
    color: rebeccapurple;
    font-size: 16px;
    z-index: 1;
}


block-element .n-resize {
    top: -2px;
    left: 0px;
    width: 100%;
    height: 2px;
    cursor: n-resize;
}

block-element .e-resize {
    top: 0px;
    left: calc(100% - 2px);
    width: 2px;
    height: 100%;
    cursor: w-resize;
}

block-element .s-resize {
    top: calc(100% - 2px);
    left: 0px;
    width: 100%;
    height: 2px;
    cursor: s-resize;
}

block-element .w-resize {
    top: 0px;
    left: -3px;
    width: 2px;
    height: 100%;
    cursor: e-resize;
}

block-element .nw-resize {
    top: -5px;
    left: -5px;
    cursor: nw-resize;
}

block-element .ne-resize {
    top: -5px;
    left: calc(100% - 5px);
    cursor: ne-resize;
}

block-element .se-resize {
    top: calc(100% - 4px);
    left: calc(100% - 4px);
    cursor: se-resize;
}

block-element .sw-resize {
    top: calc(100% - 5px);
    left: -5px;
    cursor: sw-resize;
}

block-element .draggable {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    background-color: yellow;
}

block-element .handles {
    position: relative;
    width: 100%;
    height: 100%;
}

block-element.selected .handles {
    box-shadow: rgba(0, 2, 2, 0.08) 4px 11px 24px 11px;
}

.handles .hide-me {
    background-color: rgba(220,220,220, 0);
}

.display-edit-canvas {
    overflow: hidden;
    border-style: dashed;
    position: relative;
    /*-ms-transform: scale(0.2, 0.2); !* IE 9 *!*/
    /*-webkit-transform: scale(0.2, 0.2); !* Safari *!*/
    /*transform: scale(0.2, 0.2);*/
    -webkit-transition: width 0.5s, height 0.5s, transform 0.5s; /* Safari */
    transition: width 0.5s, height 0.5s, transform 0.5s;
    -webkit-transform-origin: 0px 0px;
    transform-origin: 0 0;
}

#displayEditor .zoom {
    color: black;
}

#displayEditor .zoom.zoom-off {
    color: lightgray;
}

.slide-scroll-wrapper .zoom-off {
    color: lightgray;
}

span.no_selection {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.zoomEffects {
    -webkit-transition: width 2s, height 4s; /* Safari */
    transition: width 2s, height 4s;
}

.display-edit-wrapper {
    -webkit-transition: width 0.5s, height 0.5s; /* Safari */
    transition: width 0.5s, height 0.5s;
}

.edit-html-pop {

}

.edit-html-wrapper {
    padding-top: 15px;
}

.iframe-box-content {
    pointer-events: none;
}

.edit-image {
    width: 100%;
    height: 100%;
}

.display-toolbar {

    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.display-toolbar > .left-buttons {
    padding-left: 0;
}

.display-toolbar > .right-buttons {
    padding-right: 0;
}

.right-buttons .mali {
    width: 79px;
}

/*//Skrij kontrole slideshova v editorju */
.display-edit-canvas .right.carousel-control {
    display: none;
}
.display-edit-canvas .left.carousel-control {
    display: none;
}

.slide-scroll-wrapper {
    /*max-height: 400px;*/
    /*overflow-y: scroll;*/
}
.handles .resize {
    z-index: 1;
}

.fa-square-o:before {
    content: "\f096";
    margin-right: 5px;
}
.fa-file-text-o:before {
    content: "\f0f6";
    margin-right: 5px;
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
    margin-right: 5px;
}
.fa-film:before {
    content: "\f008";
    margin-right: 5px;
}
.fa-globe:before {
    content: "\f0ac";
    margin-right: 5px;
}
.fa-slideshare:before {
    content: "\f1e7";
    margin-right: 5px;
}
.fa-tv:before, .fa-television:before {
    content: "\f26c";
    margin-right: 5px;
}

.upload-image-preview {
    width: 150px;
    height: 150px;
    border: black 2px;
    border-style: solid;
    padding: 1px;
    background-color: #FFFFFF;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px;

}

.upload-image-preview.selected{
    border: 10px;
}

.well.well-lg.dragover{
    border-color: red;
}

.fa.fa-3 {
    font-size: 4em;
}

.fa.fa-3m {
    font-size: 3em;
}

.upload-image-preview:hover {
    border-color: red;
    box-shadow: rgba(0, 2, 2, 0.08) 4px 11px 24px 11px;
}

.edit-image.edit-image-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.naslov-strani{
    text-align: left;
    margin-top: 10px;
    font-size: 2em;
}

.slider-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.element-content > .carousel {
    height: 100%;
}

.input-error {

}

.video-upload {
    padding: 10px;
}

.video-upload h6:hover {
    color: red;
    cursor: hand;
}

.videogular-container {
    /*width: 100%;*/
    /*height: 320px;*/
    /*margin: auto;*/
    /*overflow: hidden;*/
}

.videogular-container .video {
    width: 100%;
    height: 100%;
}

/*@media (min-width: 1200px) {*/
    /*.videogular-container {*/
        /*width: 1170px;*/
        /*height: 658.125px;*/
    /*}*/
/*}*/

/*@media (min-width: 992px) and (max-width: 1199px) {*/
    /*.videogular-container {*/
        /*width: 940px;*/
        /*height: 528.75px;*/
    /*}*/
/*}*/

/*@media (min-width: 768px) and (max-width: 991px) {*/
    /*.videogular-container {*/
        /*width: 728px;*/
        /*height: 409.5px;*/
    /*}*/
/*}*/

.display-content {
    position: relative;
    overflow: hidden;
}

img.editor-thumbnail{
    max-width: 150px;
    display: block;
}

div.editor-thumbnail{
    max-width: 150px;
    display: block;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
}

.display-content .carousel-indicators {
    display: none;
}
.display-content .carousel-control {
    display: none;
}

.display-content object.iFrame {
    pointer-events: auto;
}

.display-content .iframe-box-content {
    pointer-events: auto;
}

.image-missing > p{    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: 1.2em;
}
.box-text {
    font-size: 1.2em;
}

.text-box-mod {
    /*background: black;*/
    background-color: rgba(0,0,0,0) !important;
}

.videogular-container.disable-events {
    pointer-events: none;
}
