/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

body.smart-style-6 #logo-group>span#logo:before {
    content: "IMS v.1.0";
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    margin-top: 1px;
    display: block;
}

body.desktop-detected:not(.menu-on-top) {
    min-height: 590px !important;
}
 

ul.appoitmentsMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.appoitmentsMenu li {
    float: right;
    display: block;
    padding: 3px;
}



/* ---------------------- SWIPEBOX CSS  -------------- */
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
/* ---------------------- SWIPEBOX CSS  END  -------------- */



.divAppointmentX {
    opacity: 0.8; /* css standard */
    filter: alpha(opacity=80); /* internet explorer */
}

.divAppointmentX:hover {
    opacity: 1; /* css standard */
    filter: alpha(opacity=100); /* internet explorer */
}
/*TILT*/
.divAppointmentXXX {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.divAppointmentXXX:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}


/*MORPH*/
.divAppointmentXX {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
 
.divAppointmentXX:hover {
  /*border-radius: 90%;*/
  /*border: 2px solid white;*/
  -webkit-transform: rotate(5deg);
     -moz-transform: rotate(5deg);
       -o-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}

.divAppointment {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
 
.divAppointment:hover {
  -webkit-filter: invert(100%);
}

.fixed{
  top:0;
  position:fixed;
  width:auto;
  display:none;
  border:none;
}


.tabelaDetaljiPregleda td {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 80%;
}

.boldHederTabDetalja {
    font-size: 120%;
    font-weight: bold;
}

.slicicaAtributa {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

.slicicaAtributa {
    width:30px;
    margin:3px;
    z-index:100;
}


.divSaSilkamaArtikla {
    width: 100%;
    margin-left: auto ;
    margin-right: auto ;
    background-color: #ABCDEF;
}
.divSaSilkamaArtikla ul {
    list-style-type: none; /*to remove bullets*/
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    border:0px solid red;
    display:table;
    overflow: hidden;
}
.divSaSilkamaArtikla li{
    float: left;
    padding: 2px;
    width: 274px;
    margin-left: auto ;
    margin-right: auto ;
}

.toolbarDesno{
    text-align: right;
}

.slikaAComplete {
    width: 26px;
    height: 26px;
    padding-right: 5px;
}
.slikaAComplete a {
    margin-right: 35px;
}


#dt_basic .ui-selecting {
    background: #FECA40; 
}

#dt_basic .ui-selected { 
    background: #FECA40;
}

.ui-sortable-helper  {
    display: table;
}

/*#dt_basic tr.ui-sortable-helper { display: table !important; }*/

.smart-form fieldset {
    padding: 0;
}    

.ui-sortable-helper {
    z-index: 9999 !important;
    position: absolute !important;
}

.dd-empty {
    min-height: 62px !important;
}



.select2-selection__choice__remove {
    display: inline-block !important;
    position: relative !important;
    top: 2px !important;
    left: 4px !important;
}

.select2-container-multi .select2-search-choice-close:hover, .select2-selection__choice__remove:hover {
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-choice, .select2-selection__choice {
    padding: 4px !important;
}


#main {
    padding-bottom: 5px;
    min-height: unset !important;
}


 .ui-autocomplete
 {
    width: auto !important;
 }
 
 
 .dots {
    width:150px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}

.ui-datepicker {
    z-index: 999 !important;
}

.select2-search {
    z-index: unset !important;
}


@media only screen and (max-width: 540px) {
    .jarviswidget>div {
        font-size: 10px;
    }
    
    .art_width {
        max-width: 50px;
    }
}







#tree_segment_ID .fancytree-expander, #tree_segment_ID .fancytree-icon {
  display: none !important;
}
#tree_segment_ID .fancytree-title {
  margin: 0px !important;
  padding: 0px !important;
}
/*
#tree_predmer_ID span.fancytree-selected span.fancytree-title {
    background-color: yellow !important;
}
*/

ul.fancytree-container {
  border: 0px !important;
  font-size: unset !important;
  margin: 0 !important;
}

.fancytree-ext-childcounter span.fancytree-childcounter, .fancytree-ext-filter span.fancytree-childcounter {
  height: 15px !important;
}

#tree td:nth-child(2), #tree td:nth-child(3), #tree td:nth-child(4) {
  text-align: center;
}

table.fancytree-ext-table.fancytree-container>tbody>tr.fancytree-active>td {
  background-color: lightgray !important;
}

.fancytree-plain.fancytree-container.fancytree-ext-wide span.fancytree-node.fancytree-active, table.fancytree-ext-table.fancytree-colorize-selected>tbody>tr.fancytree-selected>td, table.fancytree-ext-table.fancytree-colorize-selected>tbody>tr.fancytree-selected>td span.fancytree-title, table.fancytree-ext-table.fancytree-container>tbody>tr.fancytree-active>td, table.fancytree-ext-table.fancytree-container>tbody>tr.fancytree-active>td span.fancytree-title {
  color: black !important;
}

.tree_add:hover {
  color: blue;
  cursor: pointer;
}

.tree_edit:hover {
  color: green;
  cursor: pointer;
}

.tree_delete:hover {
  color: red;
  cursor: pointer;
}


.fancytable_dots {
  max-width: 200px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: help !important;
}

#tree mark {
  color: black !important;
  font-weight: bold !important;
}

.fancytree-childcounter {
  max-height: 10px;
  background: gray !important;
  color: white !important;
}

.fc-title .ultra-light {
  display:inline-block;
  width:100px;
  white-space: nowrap;
  overflow:hidden !important;
  text-overflow: ellipsis;
}



.my_fancytree_title {
  display: inline-block;
  width: 350px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.my_fancytree_title_150 {
  display: inline-block;
  width: 150px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

#fancytree_form_predmer_ID .fancytree-unselectable > .fancytree-checkbox {
  opacity: 0 !important;
}

span.fancytree-title {
  display: inline !important;
}
