@charset "UTF-8";
/**
  * TODO: razlika je između horizontalnog toolbara i vertikalnih opcija alata - preimenovati tijekom projekta
  */
toolbarMenuNode {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  transition: width .6s ease-in-out; }
  toolbarMenuNode.leaf-node > .tool-container {
    overflow-x: hidden;
    overflow-y: hidden; }
  toolbarMenuNode:not(.active) {
    overflow: hidden; }
  toolbarMenuNode .menu-node {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 0;
    margin-top: 0;
    display: block;
    cursor: pointer;
    background-color: inherit;
    transition: margin .6s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out, height .3s ease-in-out;
    border: none !important; }
    toolbarMenuNode .menu-node .menu-icon {
      position: relative;
      float: left;
      text-align: center; }
  toolbarMenuNode .tool-container {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 250px;
    transition: left .6s ease-in-out, margin .6s ease-in-out; }
    toolbarMenuNode .tool-container + .tool-container {
      display: none; }
  toolbarMenuNode.root > .menu-node {
    margin-top: 0; }

toolbarMenuNode.main {
  float: left;
  width: 50px; }

overrideToolbar {
  width: auto !important; }
  overrideToolbar > .hide-toggle-btn {
    display: none;
    position: fixed;
    top: 110px;
    left: 100%;
    z-index: 10001;
    width: 200px;
    height: 51px;
    border-top: 1px solid #ccc;
    cursor: pointer;
    transition: left .6s ease-in-out; }
    overrideToolbar > .hide-toggle-btn .icon-container {
      width: 50px;
      height: 50px;
      background-color: #fff; }
      overrideToolbar > .hide-toggle-btn .icon-container .icon {
        width: 50px;
        height: 50px;
        background-image: url(../svgs/left.svg);
        background-repeat: no-repeat;
        background-position: center center;
        transform: rotateZ(180deg);
        transition: transform .6s ease-in-out; }
    overrideToolbar > .hide-toggle-btn.toggle-open {
      left: calc(100% - 50px); }
      overrideToolbar > .hide-toggle-btn.toggle-open .icon-container .icon {
        transform: rotateZ(0deg); }

.tool-main-node {
  position: relative;
  float: left;
  width: 50px;
  height: 30px;
  margin: 10px 0;
  border-left: 1px solid #ccc;
  font-size: 16px;
  cursor: pointer;
  opacity: 1.0;
  transition: width .6s ease-in-out, opacity .6s ease-in-out; }
  .tool-main-node > span.menu-icon {
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: #ccc; }
  .tool-main-node > span.menu-tooltip {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    padding: 10px 20px;
    line-height: 30px;
    font-family: 'Roboto Light' !important;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    transition: opacity .6s ease-in-out;
    opacity: 0;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none; }
    .tool-main-node > span.menu-tooltip:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #000;
      opacity: .5;
      z-index: -1; }
  .tool-main-node:hover > span.menu-icon,
  .tool-main-node.active > span.menu-icon {
    color: #ff6801; }
  .tool-main-node:hover > span.menu-tooltip {
    transition: opacity .6s ease-in-out 1s;
    opacity: 1; }

.tool-main-node:first-of-type {
  border-left: none; }

overrideToolbar > .tool-container {
  position: fixed;
  width: 250px;
  top: 110px;
  left: 100%;
  height: calc(100% - 110px - 50px);
  border-top: 1px solid #ccc;
  background-color: #fff;
  transition: all .6s ease-in-out, left .6s ease-in-out;
  overflow: hidden; }
  overrideToolbar > .tool-container.nano .nano-pane {
    z-index: 10; }
  overrideToolbar > .tool-container > .action {
    display: none; }
  overrideToolbar > .tool-container > toolbarMenuNode > toolbarMenuNode .menu-name {
    font-size: 15px; }

region.open overrideToolbar > .tool-container, region.open overrideToolbar > .hide-toggle-btn {
  left: calc(100% - 250px); }

/*=========== Mobile and tablet ===========*/
@media all and (max-width: 1000px) {
  overrideToolbar > .hide-toggle-btn {
    display: block; } }

@media all and (max-width: 800px) {
  toolbar {
    display: none; } }

@media all and (max-width: 400px) {
  .tool-main-node {
    width: 46px; }
  overrideToolbar > .tool-container {
    width: 100%; }
  region.open overrideToolbar > .tool-container, region.open overrideToolbar > .hide-toggle-btn {
    left: 0; }
  region.open overrideToolbar > .hide-toggle-btn {
    width: calc(100% - 50px); } }

@media all and (max-width: 372px) {
  .tool-main-node {
    width: 38px; } }

/*=========== Fullscreen ===========*/
app.fullscreen overrideToolbar > .tool-container {
  top: 50px;
  height: calc(100% - 50px); }

app.fullscreen overrideToolbar > .hide-toggle-btn {
  top: 50px; }

.horizontal-bar > .leftmost-content {
  position: relative;
  float: left;
  height: 50px;
  width: 250px;
  min-width: 220px;
  overflow: hidden;
  transition: width .6s ease-in-out; }
  .horizontal-bar > .leftmost-content > .icon {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin: 10px;
    background-image: url(../svgs/layers.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer; }
  .horizontal-bar > .leftmost-content > .layers {
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    margin: 10px;
    background-image: url(../svgs/left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotateZ(180deg);
    transition: all .6s ease-in-out;
    cursor: pointer; }
    .horizontal-bar > .leftmost-content > .layers.open {
      transform: rotateZ(0deg); }
  .horizontal-bar > .leftmost-content > .title {
    position: relative;
    float: left;
    width: 120px;
    margin: 10px 5px;
    color: #ff6801;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .horizontal-bar > .leftmost-content > * {
    cursor: default; }

@media all and (max-width: 640px) {
  .horizontal-bar > .leftmost-content {
    width: 50px;
    min-width: auto; } }

/* --- language bar switcher --- */
languageSelect {
  display: block;
  position: relative;
  float: right;
  z-index: 10; }
  languageSelect ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    languageSelect ul li {
      position: relative;
      float: left;
      width: 50px;
      height: 30px;
      margin: 10px 0;
      color: #ff6801;
      line-height: 30px;
      text-align: center;
      text-transform: uppercase;
      border-right: 1px solid #ff6801;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      languageSelect ul li:last-of-type {
        border-right: none; }
      languageSelect ul li.selected {
        font-size: 18px; }

/* --- end language bar switcher ---*/
@media all and (max-width: 1000px) {
  languageSelect {
    position: absolute;
    top: 5px;
    left: 0; }
    languageSelect ul li {
      color: #fff;
      border-right-color: #fff; } }

asiguser {
  position: relative;
  float: right;
  height: 100%;
  margin-left: 20px;
  display: flex;
  flex: 1;
  text-align: right;
  justify-content: flex-end; }
  asiguser .user {
    position: relative;
    z-index: 101;
    /*top: 18px;*/
    z-index: 101;
    float: right;
    padding: 15px 0px; }
    asiguser .user i {
      width: 24px;
      height: 28px;
      background-size: contain;
      border: none;
      cursor: pointer;
      overflow: hidden;
      outline: none;
      font-size: 20px;
      padding-top: 5px; }
      asiguser .user i:hover {
        opacity: 0.5; }
    asiguser .user button {
      color: white;
      width: 50px;
      height: 30px;
      background: url("../images/miscIcons/login.svg") no-repeat center;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      border: none;
      cursor: pointer;
      overflow: hidden;
      outline: none; }
      asiguser .user button:hover {
        opacity: 0.5; }
    asiguser .user .active {
      opacity: 0.5; }
  asiguser .username {
    /*position: relative;*/
    z-index: 101;
    /*color: black;*/
    font-size: 16px;
    float: left;
    padding: 0px 5px;
    cursor: pointer; }
  asiguser span.username {
    padding: 0px;
    line-height: 60px; }

.btn-sync {
  display: flex; }
  .btn-sync .btn-default {
    background-color: transparent !important;
    border-color: #dae6ec;
    color: #fff !important;
    padding: 5px;
    font-size: 12px;
    margin: 15px 0px 0px 5px; }
  .btn-sync > div {
    min-height: 60px;
    flex: 1;
    text-align: right;
    padding-top: 1px; }

@media (max-width: 1000px) {
  asiguser {
    position: absolute;
    right: 60px; }
  .btn-sync {
    margin-right: 180px; } }

userRegistrationForm .registrationTitle {
  text-align: center;
  margin-bottom: 25px; }

userRegistrationForm .registrationFormInside {
  display: inline-block; }

userRegistrationForm .registrationForm {
  max-height: calc(100% - 60px);
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  text-align: center; }
  userRegistrationForm .registrationForm .captchaWrapper {
    padding: 5px; }
  userRegistrationForm .registrationForm input[type="checkbox"] {
    margin-top: 12px;
    margin-right: 200px; }
  userRegistrationForm .registrationForm ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #008B8B;
    font-style: italic; }
  userRegistrationForm .registrationForm ::-moz-placeholder {
    /* Firefox 19+ */
    color: #008B8B;
    font-style: italic; }
  userRegistrationForm .registrationForm :-ms-input-placeholder {
    /* IE 10+ */
    color: #008B8B;
    font-style: italic; }
  userRegistrationForm .registrationForm :-moz-placeholder {
    /* Firefox 18- */
    color: #008B8B;
    font-style: italic; }

forgotPassword .forgotPasswordTitle {
  text-align: center;
  margin-bottom: 25px; }

forgotPassword .forgotPasswordFormInside {
  display: inline-block; }

forgotPassword .forgotPasswordForm {
  width: 100%;
  text-align: center; }

applicationInfo .modal-dialog {
  width: 100%; }
  applicationInfo .modal-dialog button {
    background-color: transparent;
    color: #FFF;
    margin-right: 10px; }
    applicationInfo .modal-dialog button .info-close {
      width: 18px;
      height: 18px;
      background-image: url(/themes/asig/img/close.svg);
      background-size: contain; }
  applicationInfo .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
    width: 900px;
    color: #FFF;
    margin: 120px auto;
    height: calc(100vh - 200px);
    position: relative;
    font-family: 'Roboto Light';
    font-weight: normal;
    font-style: normal;
    box-sizing: border-box;
    font-size: 16px; }
    applicationInfo .modal-dialog .modal-content .modal-body {
      padding: 10px 0 !important; }
    applicationInfo .modal-dialog .modal-content .nano-pane .nano-slider {
      background: #999999; }
    applicationInfo .modal-dialog .modal-content .modal-body h2, applicationInfo .modal-dialog .modal-content .modal-body h3 {
      color: #FFF;
      font-family: 'Roboto Light';
      font-weight: normal;
      font-style: normal;
      box-sizing: border-box;
      font-size: 22px; }
    @media all and (max-width: 900px) {
      applicationInfo .modal-dialog .modal-content {
        width: 90%; } }

@font-face {
  font-family: 'Roboto Light';
  src: url("../fonts/Roboto-Light-webfont.eot");
  src: url("../fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light-webfont.woff") format("woff"), url("../fonts/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal; }
