@charset "UTF-8";
/* Boje */
/* schoolis neka plavo zelena */
/* Privremene izmene */
/* Font i ostalo */
body, nav ul, nav ol {
  padding: 0;
  margin: 0; }

body {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  color: #0c2225;
  background-color: white; }

a {
  color: #22bfd3;
  text-decoration: none; }
  a:hover {
    color: #1b97a7; }

nav ul {
  list-style-type: none; }

h1 {
  font-size: 2.125rem;
  font-weight: normal; }

h2 {
  font-size: 1.875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.25rem; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 1rem 0; }

.wrapper, main {
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2em; }

main {
  padding-top: 2.5em; }

footer {
  color: white;
  /*background-color: adjust-hue(complement($primaryColor), 40deg);*/
  background-color: #eff7f8;
  box-sizing: border-box;
  padding: 1em 0; }
  footer i {
    color: rgba(255, 255, 255, 0.5); }

html, body {
  height: 100%; }

.page-wrap {
  min-height: 100%;
  margin-bottom: -80px;
  /* jednako visini futera da bi bio prilepljen za dno */ }

.page-wrap:after {
  content: "";
  display: block; }

footer, .page-wrap:after {
  height: 80px; }

.btn,
a.menu {
  display: inline-block;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  color: white;
  border: none;
  box-shadow: none;
  /*color: $white !important;*/
  margin-right: 0.75rem;
  background-color: #22bfd3; }
  .btn:hover,
  a.menu:hover {
    color: white; }
  .btn:hover,
  a.menu:hover {
    background-color: #20b3c6; }
  .btn:active,
  a.menu:active {
    background-color: #1ea7b9; }
  .btn:focus,
  a.menu:focus {
    outline: none; }
  .btn--primary,
  a.menu--primary {
    background-color: #22bfd3; }
    .btn--primary:hover,
    a.menu--primary:hover {
      background-color: #20b3c6; }
    .btn--primary:active,
    a.menu--primary:active {
      background-color: #1ea7b9; }
    .btn--primary:focus,
    a.menu--primary:focus {
      outline: none; }
  .btn--secondary,
  a.menu--secondary {
    background-color: #73b4bc; }
    .btn--secondary:hover,
    a.menu--secondary:hover {
      background-color: #61aab4; }
    .btn--secondary:active,
    a.menu--secondary:active {
      background-color: #51a0aa; }
    .btn--secondary:focus,
    a.menu--secondary:focus {
      outline: none; }
  .btn--tertiary,
  a.menu--tertiary {
    background-color: #daebed;
    color: #0c2225; }
    .btn--tertiary:hover,
    a.menu--tertiary:hover {
      background-color: #c9e2e5; }
    .btn--tertiary:active,
    a.menu--tertiary:active {
      background-color: #b8d9dd; }
    .btn--tertiary:focus,
    a.menu--tertiary:focus {
      outline: none; }
  .btn i,
  a.menu i {
    color: rgba(255, 255, 255, 0.6);
    padding-right: 1ch; }

.btn--tertiary:hover {
  color: #0c2225; }

.btn--tertiary i {
  color: rgba(12, 34, 37, 0.6); }

.btn--small {
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem; }

.btn--right {
  margin-left: 0.75rem;
  margin-right: 0; }

/*.btn--right {
	margin-right: 0;
	margin-left: 0.75rem;
}
*/
.btn--alert {
  background-color: red;
  background-color: red; }
  .btn--alert:hover {
    background-color: #e60000; }
  .btn--alert:active {
    background-color: #cc0000; }
  .btn--alert:focus {
    outline: none; }

.btn--dimmed {
  background-color: #a6cfd5; }
  .btn--dimmed:hover {
    background-color: #95c6cc; }
  .btn--dimmed:active {
    background-color: #84bdc4; }
  .btn--dimmed:focus {
    outline: none; }

.btn--disabled {
  background-color: #c9e2e5;
  cursor: auto;
  pointer-events: none; }
  .btn--disabled:hover {
    background-color: #c9e2e5; }
  .btn--disabled:active {
    background-color: #c9e2e5; }
  .btn--disabled:focus {
    outline: none; }

.btn--form-nav {
  background-color: #eff7f8;
  color: #0c2225 !important; }
  .btn--form-nav:hover {
    background-color: #deedef; }
  .btn--form-nav:active {
    background-color: #cde4e7; }
  .btn--form-nav:focus {
    outline: none; }

.btn--hover-back {
  background-color: #eff7f8;
  background-color: inherit;
  color: #0c2225 !important; }
  .btn--hover-back:hover {
    background-color: #cde4e7; }
  .btn--hover-back:active {
    background-color: #aad2d7; }
  .btn--hover-back:focus {
    outline: none; }

.btn--hover-back i {
  color: #73b4bc; }

.btn--no-style {
  border: none;
  background: none;
  color: #73b4bc !important; }

/* Skloni default x za cancel tipkanja */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* Default placeholder boje za input polja u browserima */
::-webkit-input-placeholder {
  color: rgba(12, 34, 37, 0.5); }

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(12, 34, 37, 0.5); }

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(12, 34, 37, 0.5); }

:-ms-input-placeholder {
  color: rgba(12, 34, 37, 0.5); }

/* Checkbox */
/* Unchecked */
input[type="checkbox"] + label:before {
  content: "\f096";
  /* fa-square-o */ }

/* Unchecked and active */
input[type="checkbox"]:active + label:before {
  content: "\f147";
  /* fa-minus-square-o */
  color: #676767; }

/* Checked */
input[type="checkbox"]:checked + label:before {
  content: "\f046";
  /* fa-check-square-o */
  color: #1a8e9e; }

/* Checked and active */
input[type="checkbox"]:checked:active + label:before {
  content: "\f147";
  /* fa-minus-square-o */
  color: #136772; }

/* Unchecked and disabled */
input[type="checkbox"]:disabled + label:before {
  content: "\f096";
  /* fa-square-o */
  color: rgba(128, 128, 128, 0.4); }

/* Checked and disabled */
input[type="checkbox"]:checked:disabled + label:before {
  content: "\f046";
  /* fa-check-square-o */
  color: rgba(26, 142, 158, 0.4); }

/* Radio */
/* Unchecked */
input[type="radio"] + label:before {
  content: "\f10c";
  /* fa-circle-o */ }

/* Unchecked and active */
input[type="radio"]:active + label:before {
  content: "\f10c";
  /* fa-circle-o */
  color: #676767; }

/* Checked */
input[type="radio"]:checked + label:before {
  content: "\f192";
  /* fa-dot-circle-o */
  color: #1a8e9e; }

/* Checked and active */
input[type="radio"]:checked:active + label:before {
  content: "\f192";
  /* fa-dot-circle-o */
  color: #136772; }

/* Unchecked and disabled */
input[type="radio"]:disabled + label {
  content: "\f10c";
  /* fa-circle-o */
  color: rgba(128, 128, 128, 0.4); }

/* Checked and disabled */
input[type="radio"]:checked:disabled + label {
  content: "\f192";
  /* fa-dot-circle-o */
  color: #0c2225; }

input[type="radio"]:checked:disabled + label:before {
  content: "\f192";
  /* fa-dot-circle-o */
  color: #1a8e9e; }

/* Negative checked */
input[type="radio"][value="N"]:checked + label:before,
input[type="radio"][value="No"]:checked + label:before,
input[type="radio"][value="NO"]:checked + label:before,
input[type="radio"][value="no"]:checked + label:before,
input[type="radio"][value="T"]:checked + label:before,
input[type="radio"][value="A"]:checked + label:before,
input[type="radio"][value="Abnormal"]:checked + label:before {
  color: red; }

/* Negative checked and active */
input[type="radio"][value="N"]:checked:active + label:before,
input[type="radio"][value="No"]:checked:active + label:before,
input[type="radio"][value="NO"]:checked:active + label:before,
input[type="radio"][value="no"]:checked:active + label:before,
input[type="radio"][value="T"]:checked:active + label:before,
input[type="radio"][value="A"]:checked:active + label:before,
input[type="radio"][value="Abnormal"]:checked:active + label:before {
  color: #cc0000; }

/* Negative unchecked and disabled */
input[type="radio"][value="N"]:disabled + label:before,
input[type="radio"][value="No"]:disabled + label:before,
input[type="radio"][value="NO"]:disabled + label:before,
input[type="radio"][value="no"]:disabled + label:before,
input[type="radio"][value="T"]:disabled + label:before,
input[type="radio"][value="A"]:disabled + label:before,
input[type="radio"][value="Abnormal"]:disabled + label:before {
  content: "\f10c";
  /* fa-circle-o */
  color: rgba(128, 128, 128, 0.4); }

/* Negative checked and disabled */
input[type="radio"][value="N"]:checked:disabled + label:before,
input[type="radio"][value="No"]:checked:disabled + label:before,
input[type="radio"][value="NO"]:checked:disabled + label:before,
input[type="radio"][value="no"]:checked:disabled + label:before,
input[type="radio"][value="T"]:checked:disabled + label:before,
input[type="radio"][value="A"]:checked:disabled + label:before,
input[type="radio"][value="Abnormal"]:checked:disabled + label:before {
  content: "\f192";
  /* fa-dot-circle-o */
  color: red; }

.form,
form {
  background-color: white; }

.form__section {
  padding-top: 2rem; }

.form__header {
  padding: 1rem;
  /*border-bottom: 1px solid $primaryColor;*/
  margin-bottom: 2rem;
  background-color: #eff7f8; }

.form__close-button {
  position: absolute;
  right: 0;
  cursor: pointer;
  padding: 1rem;
  top: 0; }

.form__item,
.form__actions {
  padding: 1rem; }

.form__item {
  overflow: hidden;
  box-sizing: border-box; }
  .form__item--active {
    /*background-color: rgba($primaryColor, 0.1);*/ }
  .form__item--readonly * {
    pointer-events: none;
    cursor: default; }

.form__item--readonly .form__label {
  cursor: auto; }

.form__heading {
  margin: 1rem;
  font-size: 1.5rem; }

.form__label {
  font-size: 1.25rem;
  cursor: pointer; }
  .form__label--active {
    color: #22bfd3; }

.form__label-wrapper {
  margin: 0 0 0.25rem 0; }

.form__input-text,
.form__input-textarea {
  padding: 0.375rem 0;
  border: none;
  border-bottom: 2px solid #d9d9d9;
  background-color: inherit;
  font-family: arial, helvetica, sans-serif;
  font-size: 1rem;
  width: 100%; }
  .form__input-text:focus,
  .form__input-textarea:focus {
    border-bottom: 2px solid #22bfd3;
    outline: none; }

.form__input-description {
  font-size: 0.875rem;
  color: rgba(12, 34, 37, 0.5);
  margin: 0 0 1rem 0; }

.form__item--inline {
  float: left;
  padding-right: 2rem; }
  .form__item--inline::last-child {
    padding-right: 0; }

.form__item--inline-3 {
  width: 33%; }

.form__item--checkboxes + .form__item--checkboxes {
  padding-top: 0; }

.checkbox__label-wrapper {
  margin: 0; }

.form__input-wrapper {
  margin: 0; }

.conditional-items {
  display: none;
  padding: 1rem 1.5rem 0 1.5rem; }

.is-visible {
  display: block; }

/* TEMP */
.form__item select,
#filter select {
  /*position : absolute;*/
  /*left     : -5000em;*/
  /*height   : 0;*/
  /*overflow : hidden;*/
  position: absolute;
  visibility: hidden; }

/* --------------- */
/* Disabled Styles */
/* --------------- */
.form__item--disabled {
  pointer-events: none;
  cursor: default;
  color: #73b4bc; }

/* --------------- */
/* Required Styles */
/* --------------- */
.select {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.375rem 0;
  /*width: 10rem;*/
  width: 100%;
  min-width: 2rem;
  border-bottom: 2px solid #d9d9d9;
  cursor: pointer;
  box-sizing: border-box; }

.select--active,
.select:focus {
  outline: none;
  border-bottom: 2px solid #22bfd3; }

.select:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  /*z-index : 1;*/
  /*height  : 100%;*/
  width: 2em;
  top: 0;
  right: 0;
  padding-top: .1em;
  box-sizing: border-box;
  text-align: center;
  transform-origin: center;
  transition-duration: .3s;
  transition-property: transform; }

.select--open:after {
  /*content : "\f106";*/
  transform: rotateZ(180deg);
  transform-origin: center;
  transition-duration: .3s;
  transition-property: transform; }

.select__options-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 100%;
  max-height: 10em;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
  border: 2px solid #22bfd3; }

.select__options-list--hidden {
  max-height: 0;
  visibility: hidden; }

.select__value {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top; }

.select__value--hidden {
  display: none; }

.select__option {
  padding: 0.5rem; }

.select__option--highlight {
  background-color: #22bfd3;
  color: white; }

.select__placeholder {
  color: rgba(12, 34, 37, 0.5); }

.select__placeholder--hidden {
  display: none; }

/*

Yes / No radios

*/
.form__item--yes-no .radio__label-wrapper,
.form__item--yes-no .radio__input-wrapper {
  float: left; }

.yes-no__description {
  margin: 0; }

.radio__label-wrapper {
  margin-right: 1rem; }

.radio__label-wrapper .form__label:before,
.checkbox__label-wrapper .form__label:before {
  font-family: FontAwesome;
  display: table-cell;
  width: 1.5rem; }

.checkbox__label-wrapper .form__label:before {
  font-size: 1.25rem; }

.radio__label-wrapper input,
.checkbox__label-wrapper input {
  position: absolute;
  /*left: -200rem;*/
  visibility: hidden; }

/*

Multiple radios

*/
.form__item--radios .radio__label-wrapper {
  margin-right: 0; }

.form__item--radios input[type="radio"] + label:hover {
  color: #305f65; }

.form__item--radios input[type="radio"] + label {
  color: #51a0aa; }

.form__item--radios input[type="radio"]:checked + label {
  color: #0c2225; }

/*

Tabele kao forme

*/
.form__table-row {
  border-bottom: none; }
  .form__table-row p {
    margin: 0; }
  .form__table-row label {
    padding: 0.25rem 1rem; }

/*

Checkbox

*/
/*

File

*/
.form__input-file {
  position: absolute;
  left: -200rem; }

.form__label--file i {
  /*opacity: 0.5;*/ }

.form__page {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(6rem); }
  .form__page--active {
    height: auto;
    opacity: 1;
    transform: translateX(0);
    transition-property: transform, opacity;
    transition-duration: .3s; }

.multipage__nav {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -1rem;
  border-top: 2px solid white; }

.multipage__nav-item {
  display: inline-block;
  cursor: pointer;
  padding: .5rem 1rem;
  font-size: 0.875rem; }
  .multipage__nav-item--active {
    background-color: white;
    color: #22bfd3; }
    .multipage__nav-item--active:hover {
      color: #22bfd3; }

.readonly input,
.readonly textarea {
  border-bottom: 2px solid #eff7f8;
  /*font-size: 1.25rem;*/ }

.readonly input:focus,
.readonly textarea:focus {
  border-bottom: 2px solid #eff7f8; }

.readonly .form__label--active {
  color: #0c2225; }

.readonly .form__label {
  /*font-size: 0.875rem;*/
  cursor: auto; }

select[readonly] + .select {
  border-bottom: 2px solid #eff7f8;
  cursor: auto; }

select[readonly] + .select .select__options-list {
  display: none; }

select[readonly] + .select::after {
  content: ""; }

.form__item--readonly input,
.form__item--readonly textarea {
  border-bottom: 2px solid #eff7f8;
  /*font-size: 1.25rem;*/ }

.form__item--readonly input:focus,
.form__item--readonly textarea:focus {
  border-bottom: 2px solid #eff7f8; }

.form__item--readonly .form__label--active {
  color: #0c2225; }

.form__item--readonly .form__label {
  /*font-size: 0.875rem;*/
  cursor: auto; }

.form__item--readonly select + .select {
  border-bottom: 2px solid #eff7f8;
  cursor: auto; }

.form__item--readonly select + .select .select__options-list {
  display: none; }

.form__item--readonly select + .select::after {
  content: ""; }

.checkbox--smaller .form__label {
  font-size: 1rem;
  display: block;
  text-indent: -0.75rem;
  padding-left: 0.75rem; }

.checkbox--smaller .form__label::before {
  display: inline-block;
  vertical-align: -2px;
  width: 0.75rem; }

.form__section--scroll {
  height: 500px;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden; }

.form__item--yes-no .conditional-items {
  padding: 0; }

.form__item--hidden {
  display: none; }

.small-items .form__item {
  padding-right: 0; }

.small-items .form__label {
  font-size: 1rem; }

.small-items .radio__label-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.small-items .radio__label-wrapper .form__label:before,
.small-items .checkbox__label-wrapper .form__label:before {
  width: 1.125rem; }

.tabs__content .yes-no__description {
  margin-bottom: 1rem;
  /*font-weight: bold;*/
  /*color: $gray;*/ }

.grid__row {
  overflow: hidden; }

.grid__col {
  padding-right: 2%;
  float: left;
  /*	&:last-child {
  		padding-right: 0;
  	
  	}
  */ }
  .grid__col--1-2 {
    width: 48%; }
  .grid__col--1-3 {
    width: 31.33333%; }
  .grid__col--2-3 {
    width: 64.66667%; }
  .grid__col--1-4 {
    width: 23%; }
  .grid__col--3-4 {
    width: 73%; }
  .grid__col--1-5 {
    width: 18%; }
  .grid__col--1-6 {
    width: 14.66667%; }

/**********************
*****  TEMP HACKS *****
**********************/
/* Da ne prikazuje Permissions. Privremeno. */
/* div[style^="position"] {
	display: none;
} */
/**************************
***** MAIN NAVIGATION *****
**************************/
li[aria-haspopup="true"] {
  position: relative;
  /* Da pokazuje pointer kursor i kada ne postoji href atribut */
  /* Dropdown ikonica za podmenije */ }
  li[aria-haspopup="true"] a {
    cursor: pointer; }
  li[aria-haspopup="true"] > a:after {
    font-family: FontAwesome;
    content: "\f0d7";
    color: rgba(255, 255, 255, 0.5);
    margin-left: 1ch; }

.main-nav {
  position: relative;
  z-index: 1;
  height: 57px;
  border-bottom: 5px solid #22bfd3;
  background-color: #0c2225;
  white-space: nowrap; }
  .main-nav li {
    transition: all .3s; }
    .main-nav li:hover {
      background-color: #1f575e;
      transition: all .3s; }
    .main-nav li:active {
      background-color: #2c7b85; }
    .main-nav li a {
      display: block;
      height: 57px;
      line-height: 57px;
      padding: 0 1em;
      color: white; }
  .main-nav ul[role="menu"] li {
    /* Da stavke u podmeniju ne prikazuje kao tabelu */
    display: list-item; }
  .main-nav li[aria-haspopup="true"]:hover ul[role="menu"] {
    /* Otvara dropdown */
    transform: translateY(56px) scaleY(1);
    opacity: 1;
    transition-property: transform, opacity;
    transition-duration: 0.3s; }
  .main-nav ul[role="menu"] {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(36px) scaleY(0);
    transform-origin: top;
    opacity: .5;
    background-color: #123438; }
    .main-nav ul[role="menu"] li {
      min-width: 160px;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .main-nav ul[role="menu"].hidden-links {
      left: auto;
      right: 0; }
  .main-nav .more > a {
    cursor: pointer; }
    .main-nav .more > a:before {
      content: "+ " attr(count) " ";
      /* Prikazuje broj sakrivenih linkova */ }
  .main-nav .visible-links {
    display: inline-table; }
    .main-nav .visible-links li {
      display: table-cell;
      /*float: left;*/ }
  .main-nav .hidden-links li[aria-haspopup="true"] {
    /* Da ne pokazuje podmeni za stavke menija koje ga imaju kada su u +More */ }
    .main-nav .hidden-links li[aria-haspopup="true"] ul {
      display: none; }
    .main-nav .hidden-links li[aria-haspopup="true"] > a:after {
      content: none; }
  .main-nav .hidden {
    /* Da ne prikazuje +More meni kada nema ni┼íta u njemu. Uz scripts.js koji dodaje hidden klasu */
    display: none; }
  .main-nav .logo {
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    position: relative;
    color: white;
    line-height: 57px;
    font-size: 0.75rem;
    background-image: url("/data/images/schoolis-logo-inv.png");
    background-size: 90%;
    background-repeat: no-repeat;
    min-width: 143px; }
    .main-nav .logo img {
      padding: 0 1rem 0 0;
      /*background: white;*/
      /* Zato ┼íto je sada na crnoj pozadini */
      display: block;
      float: left; }
    .main-nav .logo a {
      /*color: $white;*/
      /*cursor: default;*/
      /*pointer-events: none;*/
      /*padding-left: 0;*/ }
    .main-nav .logo:hover {
      background-color: inherit; }
    .main-nav .logo .school-year {
      position: absolute;
      top: 20px;
      right: 38px; }

.settings > a:before {
  font-family: FontAwesome;
  content: "\f013";
  color: rgba(255, 255, 255, 0.5);
  margin-right: 1ch;
  display: inline;
  transform-origin: center;
  transition-property: transform;
  transition-duration: 0.9s; }

.settings:hover a:before {
  /* Rotira zup─ìanik za settings */
  transform: rotate(180deg); }

ul[role="menubar"] > li.active {
  background-color: #22bfd3; }
  ul[role="menubar"] > li.active:hover {
    background-color: #22bfd3; }

/****************************
***** HEADER NAVIGATION *****
****************************/
/* Ujedno i L4 nav, zato su stavljeni h3 i .section-menu */
main > nav,
nav .section-menu {
  overflow: hidden; }
  main > nav h2, main > nav h3,
  nav .section-menu h2,
  nav .section-menu h3 {
    display: list-item;
    float: left;
    font-weight: normal;
    margin-right: 1em; }
    main > nav h2 a, main > nav h3 a,
    nav .section-menu h2 a,
    nav .section-menu h3 a {
      color: #0c2225; }
    main > nav h2.active a, main > nav h3.active a,
    nav .section-menu h2.active a,
    nav .section-menu h3.active a {
      color: #22bfd3; }
    main > nav h2.active:hover a, main > nav h3.active:hover a,
    nav .section-menu h2.active:hover a,
    nav .section-menu h3.active:hover a {
      color: #22bfd3; }
    main > nav h2.active:active a, main > nav h3.active:active a,
    nav .section-menu h2.active:active a,
    nav .section-menu h3.active:active a {
      color: #22bfd3; }
    main > nav h2:hover a, main > nav h3:hover a,
    nav .section-menu h2:hover a,
    nav .section-menu h3:hover a {
      color: #1f575e; }
    main > nav h2:active a, main > nav h3:active a,
    nav .section-menu h2:active a,
    nav .section-menu h3:active a {
      color: #2c7b85; }

nav h2:hover a,
nav h3:hover a {
  color: #1f575e;
  transform: translate3d(-20px, 4em, 10px);
  transform-style: preserve-3d; }

/*********************
***** RESPONSIVE *****
*********************/
/***************************
***** WELOCOME SECTION *****
***************************/
section[role="help"] h2 {
  font-weight: normal; }
section[role="help"] h2:before {
  font-family: FontAwesome;
  font-size: 1.5em;
  vertical-align: middle;
  content: "\f05a";
  margin-right: 1ch;
  color: #328d98; }
section[role="help"] li {
  padding-left: 0.75em;
  text-indent: -0.75em;
  list-style-type: none; }
section[role="help"] ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  display: inline;
  width: 0.75em;
  color: #328d98; }

/*****************
***** FILTER *****
*****************/
#filter ul[role="menu"],
.datePicker--filter.ui-datepicker,
.dropdown-button ul {
  list-style-type: none;
  z-index: 2;
  padding: 0.5rem 0rem;
  box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.1); }

#filter ul[role="menu"],
.datePicker--filter.ui-datepicker,
.dropdown-button ul {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(30px) scaleY(0);
  transform-origin: top;
  opacity: .5;
  background-color: white;
  transition-property: transform, opacity;
  transition-duration: 0.1s;
  box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.1); }
  #filter ul[role="menu"] li,
  .datePicker--filter.ui-datepicker li,
  .dropdown-button ul li {
    display: list-item;
    /*border-top: 1px solid rgba($black, 0.2);*/ }
    #filter ul[role="menu"] li:hover a,
    .datePicker--filter.ui-datepicker li:hover a,
    .dropdown-button ul li:hover a {
      /*background-color: darken($white, 5%);*/
      color: #22bfd3; }

.datePicker--filter.ui-datepicker {
  transform: translateY(-5px) scaleY(0); }

#filter li[aria-haspopup="true"].open ul[role="menu"],
.datePicker--filter.ui-datepicker.open,
.dropdown-button li[aria-haspopup="true"].open ul[role="menu"] {
  /* Otvara dropdown */
  transform: translateY(34px) scaleY(1);
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: 0.3s; }

.datePicker--filter.ui-datepicker.open {
  transform: translateY(-1px) scaleY(1); }

#filter {
  background-color: #eff7f8;
  padding: 1em;
  list-style-type: none;
  transition-property: opacity;
  transition-duration: 0.3s;
  white-space: nowrap;
  /*	.fa-search:before {
  		content: "\f002";
  	}
  */ }
  #filter a {
    color: #328d98;
    cursor: pointer;
    display: block;
    padding: 0.5rem 1rem;
    /*transition-property: color;*/
    /*transition-duration: 0.3s;*/ }
  #filter li[aria-haspopup="true"] {
    position: relative;
    /* Dropdown ikonica za podmenije */ }
    #filter li[aria-haspopup="true"] > a:after {
      opacity: 0.4;
      color: inherit; }
  #filter > li {
    margin: 0 0.5em;
    border-left: 1px solid rgba(12, 34, 37, 0.2); }
    #filter > li:first-child {
      border-left: none; }
  #filter li {
    display: table-cell;
    /*transition: all .3s;*/ }
    #filter li:hover > a {
      color: #256972;
      /*transition: all .3s;*/ }
    #filter li:active > a {
      color: #389eab; }
  #filter .input-icon {
    position: relative; }
  #filter .input-icon:before {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: inherit;
    top: 5px;
    left: 1em;
    font-size: 21px;
    pointer-events: none;
    opacity: 0.4; }
  #filter input[type="search"],
  #filter input {
    padding: 0.5em 1em 0.5em 3em;
    background-color: inherit;
    border: none;
    font-size: inherit; }
    #filter input[type="search"]:focus,
    #filter input:focus {
      outline: none; }
  #filter ul[role="menu"] p {
    padding: 0.5rem 1rem;
    margin: 0.5rem 0 0 0;
    font-size: 0.75rem;
    font-weight: bold; }
  #filter ul[role="menu"] ul {
    display: table-cell;
    list-style-type: none;
    padding: 0; }

#filter a:hover,
#filter .datePicker:hover {
  color: #256972;
  /*transition-property: color;*/
  /*transition-duration: 0.3s;*/ }

#filter .datePicker {
  color: #328d98;
  cursor: pointer; }

#filter .form__item li {
  display: list-item; }

/******************
***** ACTIONS *****
******************/
.actions {
  text-align: right;
  padding: 1em 0; }
  .actions--filter {
    text-align: left;
    padding: 0; }

.actions .btn {
  margin-right: 0;
  margin-left: 1rem; }

/**********************
***** DATA TABLES *****
**********************/
.dataTables_length {
  display: inline-block;
  margin-left: 1em;
  padding: 1em 0;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(12, 34, 37, 0.5); }

.dataTables_length select {
  color: rgba(12, 34, 37, 0.5);
  font-weight: bold;
  margin: 0 0.125rem;
  padding: 0.125rem 0.25rem; }

.dataTables_info {
  display: inline-block;
  margin-left: 1em;
  padding: 1em 0;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(12, 34, 37, 0.5); }

.dataTables_paginate {
  display: inline-block;
  font-family: FontAwesome;
  color: rgba(12, 34, 37, 0.7); }

.paginate_button {
  display: inline-block;
  cursor: pointer;
  padding: 0.75em 1.25em; }
  .paginate_button:hover {
    background-color: whitesmoke; }
  .paginate_button:active {
    background-color: #ededed; }
  .paginate_button:focus {
    outline: none; }

.paginate_button:after {
  font-family: FontAwesome; }

.paginate_button.previous:after {
  content: "\f060 "; }

.paginate_button.next:after {
  content: "\f061"; }

.paginate_button.disabled {
  cursor: auto; }

.paginate_button.disabled:after {
  color: rgba(12, 34, 37, 0.2); }

.paginate_button.disabled:hover {
  background-color: inherit; }

.dataTable.left {
  max-width: 100%; }
  .dataTable.left td:last-child {
    width: 100%; }

.dataTable {
  /*max-width: 100%;*/
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0 3em 0; }
  .dataTable a {
    color: #19464b; }
  .dataTable a:hover {
    color: #0c2225; }
  .dataTable thead {
    color: rgba(12, 34, 37, 0.5);
    white-space: nowrap; }
    .dataTable thead tr {
      border-bottom-width: 3px; }
  .dataTable tr {
    border-bottom: 1px solid #d9d9d9;
    text-align: left; }
  .dataTable tbody tr:hover {
    background-color: #eff7f8; }
  .dataTable td, .dataTable th {
    padding: 0.75rem 0.5rem; }
  .dataTable .big {
    font-size: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .dataTable .big a {
      display: inline-block;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; }
  .dataTable .narrow {
    /*font-size: 1rem;*/ }
  .dataTable .ultra-narrow {
    /*font-size: 0.875rem;*/ }
  .dataTable .small {
    font-size: 0.75rem; }
  .dataTable .bold {
    font-weight: bold; }
  .dataTable .dim {
    color: #64c0cc; }
  .dataTable .nowrap {
    white-space: nowrap; }

.dataTable--footer {
  background-color: #daebed;
  font-weight: bold;
  color: rgba(12, 34, 37, 0.7);
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #d9d9d9; }

.dim {
  color: #64c0cc; }

.txt-info {
  overflow: hidden; }
  .txt-info p {
    line-height: 1.375; }
  .txt-info .dim {
    color: #64c0cc; }
  .txt-info .small {
    font-size: 0.75rem; }

.inline-actions {
  display: inline;
  /*padding-left: 1rem;*/
  white-space: nowrap;
  float: right; }

.dataTable .edit,
.dataTable .user--plus,
.dataTable .users,
.dataTable .users--empty,
.dataTable .email,
.dataTable .print,
.dataTable .trash,
.dataTable .cancel,
.dataTable .details,
.dataTable .hide,
.dataTable .view {
  color: white;
  cursor: pointer;
  padding: 0 !important; }

.dataTable .edit:before,
.dataTable .user--plus:before,
.dataTable .users:before,
.dataTable .users--empty:before,
.dataTable .email:before,
.dataTable .print:before,
.dataTable .trash:before,
.dataTable .cancel:before,
.dataTable .details:before,
.dataTable .hide:before,
.dataTable .view {
  font-family: FontAwesome;
  font-size: 1.5rem;
  padding: 1rem 0.5rem; }

.dataTable tr:hover .edit,
.dataTable tr:hover .user--plus,
.dataTable tr:hover .email,
.dataTable tr:hover .print,
.dataTable tr:hover .trash,
.dataTable tr:hover .cancel,
.dataTable tr:hover .details,
.dataTable tr:hover .hide,
.dataTable tr:hover .view {
  color: #73b4bc; }

.dataTable tr:hover .users,
.dataTable tr:hover .user--plus {
  color: #95c6cc; }

.dataTable tr:hover .users--empty {
  color: #c9e2e5; }

.dataTable tr:hover .edit:active,
.dataTable tr:hover .user--plus:active,
.dataTable tr:hover .users:active,
.dataTable tr:hover .email:active,
.dataTable tr:hover .print:active,
.dataTable tr:hover .trash:active,
.dataTable tr:hover .cancel:active,
.dataTable tr:hover .details:active,
.dataTable tr:hover .hide:active,
.dataTable tr:hover .view:active {
  background-color: inherit; }

.dataTable tr:hover .edit:hover,
.dataTable tr:hover .user--plus:hover,
.dataTable tr:hover .users:hover,
.dataTable tr:hover .email:hover,
.dataTable tr:hover .print:hover,
.dataTable tr:hover .trash:hover,
.dataTable tr:hover .cancel:hover,
.dataTable tr:hover .details:hover,
.dataTable tr:hover .hide:hover,
.dataTable tr:hover .view:hover {
  background-color: inherit; }

.dataTable .edit:before {
  content: "\f044"; }

.dataTable .trash:before {
  content: "\f014"; }

.dataTable .cancel:before {
  content: "\f057"; }

.dataTable .details:before {
  content: "\f141"; }

.dataTable .hide:before {
  content: "\f070"; }

.dataTable .email:before {
  content: "\f003"; }

.dataTable .users:before,
.dataTable .users--empty:before {
  content: "\f0c0"; }

.dataTable .user--plus:before {
  content: "\f234"; }

.dataTable tr:hover .edit:hover,
.dataTable tr:hover .print:hover,
.dataTable tr:hover .view:hover,
.dataTable tr:hover .hide:hover,
.dataTable tr:hover .email:hover {
  color: #0c2225; }

.dataTable tr:hover .details:hover {
  color: #0c2225; }

.dataTable tr:hover .trash:hover,
.dataTable tr:hover .cancel:hover {
  color: red; }

.dataTable tr:hover .users:hover,
.dataTable tr:hover .user--plus:hover {
  color: #22bfd3; }

.dataTable tr:hover .users--empty:hover {
  color: #73dbe8; }

.inline-actions--column-header {
  float: left; }
  .inline-actions--column-header a:before,
  .inline-actions--column-header .hide:before {
    font-size: 1.25rem !important;
    padding: 0.25rem !important; }

.row__details-label {
  font-size: 0.875rem;
  color: #73b4bc;
  text-transform: uppercase; }

.row__details {
  display: none; }

.row__details--is-open {
  display: table-row; }

.row--has-details {
  border-bottom: none !important; }

.row--has-details:hover {
  background-color: inherit !important; }

.row__details:hover {
  background-color: inherit !important; }

.card {
  display: inline-block;
  margin-right: 1rem;
  background-color: #f7f7f7;
  border-radius: 0.25rem;
  transform: translateY(0px);
  transition: transform 0.3s; }
  .card:hover {
    background-color: #e6e6e6;
    transform: translateY(-3px);
    transition: transform 0.15s; }
  .card > a {
    display: block;
    padding: 0.5rem; }
  .card .info {
    display: inline-block;
    vertical-align: middle; }
  .card p {
    margin: 0; }

.label {
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  background-color: #b3b3b3;
  color: white;
  padding: 0.125em 0.25em;
  border-radius: 0.25rem;
  white-space: nowrap;
  font-weight: bold;
  cursor: pointer; }

.inline-actions__popup-label {
  position: relative;
  /*display: inline-block;*/
  /*font-size: 0.75rem;*/
  /*background-color: darken($white, 30%);*/
  /*color: $white;*/
  /*padding: 0.125em 0.25em;*/
  /*border-radius: 0.25rem;*/
  /*white-space: nowrap;*/
  /*font-weight: bold;*/
  /*cursor: pointer;*/ }

.label--empty {
  background-color: #e6e6e6; }

.label--periods {
  font-size: inherit;
  border-radius: 0;
  background-color: inherit;
  padding: 0; }

.popup {
  visibility: hidden;
  position: absolute;
  color: inherit;
  background-color: inherit;
  width: 180px;
  left: -100px;
  right: -100px;
  margin: 18px auto;
  padding: 18px 20px;
  border-radius: 0.25rem;
  white-space: normal;
  font-size: 1rem;
  font-weight: normal;
  z-index: 2;
  cursor: auto;
  transform: translateY(-15px) scaleY(0.8) scaleX(0.8);
  transform-origin: top;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.42, -0.37, 0.1, 1.83); }
  .popup a {
    color: #e6e6e6; }
    .popup a:before {
      content: "\f0da";
      font-family: FontAwesome;
      margin-right: 1ch;
      opacity: 0.5; }
    .popup a:hover {
      color: white; }

.inline-actions__popup-label .popup {
  background-color: #73b4bc;
  color: white; }

.popup.open {
  display: block;
  transform: translateY(0px) scaleY(1) scaleX(1);
  opacity: 1;
  /*transition-property: transform, opacity;*/
  /*transition-duration: 0.25s;*/
  visibility: visible; }

.popup.wide {
  width: 320px;
  left: -180px;
  right: -180px; }

.popup.widest {
  width: 380px;
  left: -210px;
  right: -210px; }

.popup h3 {
  margin: 0;
  font-size: 0.75rem;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 0.75rem;
  text-transform: uppercase; }

.popup p {
  margin-bottom: 0; }

.popup ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-top: 0.5rem; }

.popup li {
  margin-top: 0.5rem; }

.popup .notch,
.popup:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  /*border-bottom: 10px solid $white;*/
  border-bottom: 10px solid #b3b3b3;
  padding: 0;
  width: 0;
  height: 0;
  /* ie6 height fix */
  font-size: 0;
  line-height: 0;
  /* ie6 transparent fix */
  _border-right-color: pink;
  _border-left-color: pink;
  _filter: chroma(color=pink); }

.label--periods .popup {
  background-color: #c9e2e5; }

.label--periods tr:hover {
  background-color: inherit !important; }

.label--periods .notch,
.label--periods .popup:after {
  border-bottom-color: #c9e2e5; }

.label--periods .popup td {
  padding: 0.25rem 0.25rem; }

.alergy .popup .notch,
.alergy .popup:after {
  border-bottom-color: #e09100; }

.restriction .popup .notch,
.restriction .popup:after {
  border-bottom-color: #73b4bc; }

.rc .popup .notch,
.rs .popup:after {
  border-bottom-color: red; }

.records .popup .notch,
.records .popup:after {
  border-bottom-color: #229cd3; }

.discipline .popup .notch,
.discipline .popup:after {
  border-bottom-color: #cc0000; }

.inline-actions__popup-label .popup .notch,
.inline-actions__popup-label .popup:after {
  border-bottom-color: #73b4bc; }

.family-info:after {
  border-bottom-color: #22bfd3; }

.always-show {
  color: #22bfd3 !important; }

.alert {
  font-weight: bold;
  position: relative; }
  .alert.alergy {
    background-color: #e09100; }
  .alert.restriction {
    background-color: #73b4bc; }
  .alert.rc {
    background-color: red; }
  .alert.records {
    background-color: #229cd3; }
  .alert.discipline {
    background-color: #cc0000; }

.alert[data-title]:after {
  content: attr(data-title);
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  padding: 0.125em 0.25em;
  border-radius: 0.25rem;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s; }

.alert.alergy[data-title]:after {
  background-color: #e09100; }

.alert[data-title]:hover:after {
  transform: scaleX(1);
  transition: all 0.3s; }

.card .thumb,
.student-info .card .thumb {
  margin-right: 0.25rem; }

.thumb,
.student-info .card .thumb,
.family-info .card .thumb,
.family-info .dataTable .thumb {
  display: inline-block;
  position: relative;
  width: 42px;
  /*height: 42px;*/
  height: 63px;
  overflow: hidden;
  padding: 0;
  /*border-radius: 0.25rem;*/
  vertical-align: middle; }
  .thumb img,
  .student-info .card .thumb img,
  .family-info .card .thumb img,
  .family-info .dataTable .thumb img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }

tr:hover .card {
  background: #ededed; }

/* Ikonice za sortiranje kolona */
.dataTable th {
  cursor: pointer; }
  .dataTable th:hover {
    color: rgba(12, 34, 37, 0.7); }
  .dataTable th:active {
    color: rgba(12, 34, 37, 0.9); }

.dataTable .sorting_disabled {
  cursor: auto; }
  .dataTable .sorting_disabled:hover {
    color: inherit; }
  .dataTable .sorting_disabled span:after,
  .dataTable .sorting_disabled span:before {
    content: "" !important; }

.sorting_disabled.sorting:after,
.sorting_disabled.sorting:before {
  content: "" !important; }

/* Sorting */
.sorting:focus,
.sorting_desc:focus,
.sorting_asc:focus {
  outline: none; }

.sorting:after,
.sorting_desc:after,
.sorting_asc:after,
.sorting_desc:hover:after,
.sorting_asc:hover:after {
  position: absolute;
  margin-left: 0.5ch;
  font-family: FontAwesome; }

.sorting:after {
  content: " "; }

.sorting_desc:after {
  content: "\f106"; }

.sorting_asc:after {
  content: "\f107"; }

.sorting:hover:after {
  content: "\f107"; }

/* Flags */
tr .f32 .flag {
  padding-left: 40px;
  display: inline;
  vertical-align: middle; }

tr .f16 .flag {
  padding-left: 20px;
  display: inline;
  vertical-align: baseline; }

/***********************
***** STUDENT INFO *****
***********************/
.student-info > header {
  margin: 1rem 0;
  background-color: #eff7f8; }
.student-info h1 {
  display: inline-block;
  vertical-align: middle; }
.student-info .thumb {
  width: 80px;
  height: 120px;
  margin-right: 1rem;
  border-radius: 0; }
  .student-info .thumb img {
    width: 100%;
    top: 0;
    left: 0; }

.family-info > header {
  margin: 1rem 0;
  background-color: #eff7f8; }
.family-info h1 {
  display: inline-block;
  vertical-align: middle; }
.family-info header .thumb {
  width: 80px;
  height: 120px;
  margin-right: 1rem;
  border-radius: 0; }
  .family-info header .thumb img {
    width: 100%;
    top: 0;
    left: 0; }

.sub-nav {
  display: inline-block;
  vertical-align: middle;
  float: right;
  padding: 1em;
  list-style-type: none;
  transition-property: opacity;
  transition-duration: 0.3s;
  white-space: nowrap;
  line-height: 67px; }
  .sub-nav a {
    color: #328d98;
    cursor: pointer;
    display: block;
    padding: 0.5rem 1rem; }
  .sub-nav:hover a {
    color: #256972; }
  .sub-nav ul[role="menu"] {
    list-style-type: none;
    z-index: 1;
    box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.1);
    line-height: normal; }
  .sub-nav li[aria-haspopup="true"] {
    position: relative;
    font-size: 1.25rem;
    /* Dropdown ikonica za podmenije */ }
    .sub-nav li[aria-haspopup="true"] > a:after {
      opacity: 0.4;
      color: inherit; }
  .sub-nav > li {
    margin: 0 0.5rem;
    border-left: 1px solid rgba(12, 34, 37, 0.2); }
    .sub-nav > li:first-child {
      border-left: none; }
  .sub-nav li {
    display: table-cell; }
    .sub-nav li:hover > a {
      color: #256972; }
    .sub-nav li:active > a {
      color: #389eab; }
  .sub-nav ul[role="menu"] {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(60px) scaleY(0);
    transform-origin: top;
    background-color: white;
    padding: 0.5rem 0rem;
    transition-property: transform;
    transition-duration: 0.1s;
    font-size: 1rem; }
    .sub-nav ul[role="menu"] li {
      display: list-item;
      /*border-top: 1px solid rgba($black, 0.2);*/ }
      .sub-nav ul[role="menu"] li:hover a {
        color: #22bfd3; }
  .sub-nav li[aria-haspopup="true"].open ul[role="menu"] {
    /* Otvara dropdown */
    transform: translateY(67px) scaleY(1);
    opacity: 1;
    transition-property: transform, opacity;
    transition-duration: 0.3s; }
  .sub-nav .fa-search {
    position: relative; }
  .sub-nav .fa-search:before {
    font-family: FontAwesome;
    content: "\f002";
    display: block;
    position: absolute;
    color: inherit;
    top: 5px;
    left: 1em;
    font-size: 21px;
    pointer-events: none;
    opacity: 0.4; }
  .sub-nav input[type="search"] {
    padding: 0.5em 1em 0.5em 3em;
    background-color: inherit;
    border: none;
    font-size: inherit; }
    .sub-nav input[type="search"]:focus {
      outline: none; }
  .sub-nav ul[role="menu"] p {
    padding: 0.5rem 1rem;
    margin: 0.5rem 0 0 0;
    font-size: 0.75rem;
    font-weight: bold; }
  .sub-nav ul[role="menu"] ul {
    display: table-cell;
    list-style-type: none;
    padding: 0; }

/* Section navigation */
.nav-4l {
  display: block; }

/****************
***** LOGIN *****
****************/
.login-header {
  margin: 0 auto;
  background: white;
  padding: 5rem 0 4rem 0; }
  .login-header img {
    display: block;
    margin: 0 auto; }

.login-form {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 1rem; }
  .login-form h3 {
    text-align: center;
    color: #256972; }
  .login-form form {
    background-color: white;
    padding: 1rem; }
    .login-form form p {
      margin: 1rem 0;
      padding: 0 1rem;
      border: 1px solid #e6e6e6;
      color: #328d98; }
    .login-form form i {
      width: 2ch; }
    .login-form form input {
      font-size: 1rem;
      border: none;
      outline: none; }
    .login-form form input[type="text"],
    .login-form form input[type="password"] {
      padding: 0.75rem 1rem;
      box-sizing: border-box;
      width: 300px; }
    .login-form form input[type="submit"] {
      outline: none;
      border: none;
      margin: 0 auto;
      display: block;
      cursor: pointer; }
    .login-form form input:hover, .login-form form textarea:hover,
    .login-form form input:focus, .login-form form textarea:focus {
      background-color: auto;
      border: none; }

/* Da prozor za dodavanje ne bude visok kao html na sajtu */
html.overlay, .overlay body {
  height: auto; }

/*.overlay form {
	width: auto;
	padding: 1rem;
}*/
.fancybox-wrap .fancybox-skin {
  border-radius: 0;
  background-color: white;
  color: #0c2225;
  padding: 0 !important; }
  .fancybox-wrap .fancybox-skin .fancybox-title {
    visibility: visible !important;
    color: white;
    background-color: #0c2225;
    padding: 1rem 1rem 0.6rem 2rem;
    font-size: 1rem; }
  .fancybox-wrap .fancybox-skin .fancybox-close {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(255, 255, 255, 0.5);
    padding: 1rem;
    /*border-left: 1px solid white;*/
    padding: 1rem 1rem 0.6rem 1rem;
    cursor: pointer;
    z-index: 9000;
    background-image: none;
    width: auto;
    height: auto; }
    .fancybox-wrap .fancybox-skin .fancybox-close:after {
      content: "\f00d";
      font-family: FontAwesome; }
    .fancybox-wrap .fancybox-skin .fancybox-close:hover:after {
      color: rgba(255, 255, 255, 0.8); }

.close-overlay:hover {
  color: white;
  background-color: #5dd5e5; }

/*

Custom modal

*/
.page-wrap {
  transition: all 0.25s;
  /*will-change: scale;*/
  transform-origin: top; }

.page-wrap.backed {
  /*transform: scale(0.96);*/
  transform: translateX(-50px) scale(0.96);
  /*transform: perspective(1200px) rotateY(1.5deg) scale(0.95);*/
  transform-origin: top; }

.gray {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1;
  transition: all 0.25s;
  visibility: hidden; }

.gray--is-active {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.75); }

.modal-wrapper,
.second-modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  /*left: 10rem;*/
  z-index: 2; }

.second-modal-wrapper {
  right: -1.5rem; }
  .second-modal-wrapper .form__close-button {
    right: 1.5rem; }

.modal,
.second-modal {
  opacity: 0;
  transform: translate(150px);
  transition: all 0.2s;
  z-index: 2;
  /*overflow-y: auto;*/
  height: 100%;
  /*width: 800px;*/
  margin: 0 auto; }

.modal.modal--is-open,
.second-modal.second-modal--is-open {
  opacity: 1;
  transform: translate(0px); }

.modal.modal--is-dimmed {
  opacity: 0.4; }

.modal__content,
.second-modal__content {
  margin: 0 auto;
  min-width: 1200px;
  background-color: white;
  height: 100%;
  overflow: auto; }

@media (max-width: 1400px) {
  .modal__content,
  .second-modal__content {
    min-width: 1000px; } }
@media (max-width: 1200px) {
  .modal__content,
  .second-modal__content {
    min-width: 900px; } }
.modal__content .form__header,
.second-modal__content .form__header {
  width: auto; }

.modal__content .form__page,
.modal__content .form__section,
.second-modal__content .form__page,
.second-modal__content .form__section {
  max-width: 800px; }

form {
  /*overflow-y: scroll;*/
  /*height: 300px;*/ }

/*

Modal popup

*/
.modal-popup {
  position: absolute;
  top: 62px;
  right: 0;
  z-index: 2;
  background-color: #1b97a7;
  padding: 1rem;
  width: auto;
  text-align: center;
  color: white;
  box-sizing: border-box;
  height: 62px;
  opacity: 0;
  /*transition: opacity 0.3s;*/
  transform-origin: right;
  transform: translateX(200px);
  transition: all 0.3s; }
  .modal-popup:before {
    content: "\f00c";
    font-family: FontAwesome;
    opacity: 0.5;
    margin-right: 1rem;
    font-size: 1.5rem;
    color: white; }
  .modal-popup--is-open {
    opacity: 1;
    transform: translateX(0); }

/*

Modal confirm

*/
.modal--confirm {
  width: 800px; }

/*

Ikonice za fajlove

*/
.file-icon {
  color: #0c2225;
  font-size: 1.25rem; }

.file-icon--pdf:before {
  content: "\f1c1";
  font-family: FontAwesome;
  margin-right: 1rem;
  opacity: 0.5; }

.icon--large:before {
  font-size: 2rem; }

.text--smaller {
  font-size: 0.875rem; }

.text--uppercase {
  text-transform: uppercase; }

.text--dimmed {
  color: #73b4bc; }

.centered {
  text-align: center; }

.right {
  text-align: right; }

.edit,
.trash,
.details,
.view,
.print,
.filter,
.save,
.download {
  color: #73b4bc;
  cursor: pointer;
  /*padding: 0 !important;*/
  display: inline-block;
  cursor: pointer;
  padding: 0.75em 1.25em;
  padding-left: 0.75rem; }
  .edit:hover,
  .trash:hover,
  .details:hover,
  .view:hover,
  .print:hover,
  .filter:hover,
  .save:hover,
  .download:hover {
    background-color: whitesmoke; }
  .edit:active,
  .trash:active,
  .details:active,
  .view:active,
  .print:active,
  .filter:active,
  .save:active,
  .download:active {
    background-color: #ededed; }
  .edit:focus,
  .trash:focus,
  .details:focus,
  .view:focus,
  .print:focus,
  .filter:focus,
  .save:focus,
  .download:focus {
    outline: none; }

.edit:before,
.trash:before,
.details:before,
.view:before,
.print:before,
.save:before,
.download:before {
  font-family: FontAwesome;
  font-size: 1.25rem;
  padding: 0.5rem;
  vertical-align: -2px; }

.edit:before {
  content: "\f044"; }

.view:before {
  content: "\f06e"; }

.print:before {
  content: "\f02f"; }

.save:before {
  content: "\f0c7"; }

.download:before {
  content: "\f019"; }

/*
Za footer, privremeno, da nema belinu
*/
.page-wrap {
  min-height: auto; }

footer {
  background-color: white; }

.visible-overflow {
  overflow: visible; }

.dataTable--schedule tbody tr:hover {
  background-color: initial; }

.dataTable--schedule a {
  padding: 1rem;
  display: block;
  height: 100%;
  background-color: #f6fafb;
  cursor: pointer; }

.dataTable--schedule a:hover {
  background-color: #eff7f8; }

.free-period a {
  background-color: #cde4e7;
  color: #73b4bc; }

.free-period a:hover {
  color: #51a0aa;
  background-color: #c3dfe2; }

.free-period a {
  /*color: white;*/ }

.dataTable--schedule .btn {
  color: #73b4bc; }

.dataTable--no-sort th {
  cursor: auto; }

.dataTable--no-sort th:hover {
  color: inherit; }

a {
  cursor: pointer; }

.loose {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.striked {
  text-decoration: line-through; }

.form__item--dense {
  padding-top: 0;
  padding-bottom: 0; }

.form__item--dense .radio__label-wrapper {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }

.status-icon {
  color: gray; }

.page_info,
.page_warn {
  position: relative;
  padding: 1rem;
  padding-left: 5rem;
  min-height: 3rem;
  /*border: 1px solid $primaryColor;*/
  background-color: #caf2f7; }

.page_info:before,
.page_warn:before {
  content: "\f05a";
  position: absolute;
  left: 1rem;
  font-family: FontAwesome;
  padding-right: 0.5ch;
  font-size: 3rem;
  vertical-align: middle;
  color: #22bfd3; }

.modal .page_warn {
  margin-left: 1rem; }

.filter__toggle {
  padding-left: 1rem;
  padding-right: 1rem; }

#filter .filter__toggle a,
.tabs .filter__toggle a {
  display: inline-block;
  color: #73b4bc;
  /*background-color: gray;*/ }

.filter__toggle a:hover {
  background-color: #deedef; }

.filter__toggle a:nth-child(2) {
  /*margin-left: 1rem;*/ }

#filter .filter__toggle .active,
.tabs .filter__toggle .active {
  background-color: #5dd5e5;
  color: white; }

.td-periods {
  font-weight: bold;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  color: white; }

.td-periods--unexcused {
  background-color: red; }

.td-periods--excused {
  background-color: #95c6cc; }

.dataTable--teacher-schedule {
  width: auto; }

.dataTable--teacher-schedule td:nth-child(2),
.dataTable--teacher-schedule th:nth-child(2) {
  padding-right: 3rem; }

.dataTable--teacher-schedule tbody tr {
  border-bottom: none; }
  .dataTable--teacher-schedule tbody tr:hover {
    background-color: inherit; }

.dataTable--teacher-schedule tbody tr:hover {
  background-color: inherit; }

.dataTable--teacher-schedule thead tr {
  border-bottom-width: 1px; }

.dataTable--teacher-schedule td {
  vertical-align: top; }

.schedule__event {
  border-left: 3px solid #22bfd3;
  padding-left: 1rem; }

.schedule__no-event {
  border-left: 3px solid #c9e2e5;
  color: #a6cfd5; }

.schedule__no-event:after {
  content: "Free"; }

.schedule__free-time {
  color: #a6cfd5; }

.schedule__event p {
  margin-top: 0; }

.event__period {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #22bfd3; }

.event__course {
  margin: 0;
  margin-bottom: 0.375rem; }

.event__associative-name {
  /*color: $gray;*/
  /*display: none;*/
  margin: 0;
  margin-bottom: 0.375rem; }

.event__classroom {
  margin: 0;
  margin-bottom: 1rem; }

.schedule__day-wrapper {
  padding: 1rem; }

.schedule__day {
  padding-left: 1rem;
  border-left: 3px solid #c9e2e5;
  color: #22bfd3; }

.schedule__time {
  text-align: right; }

/* Datepicker */
/*#ui-datepicker-div {display: block;}*/
.ui-corner-all {
  border-radius: 0 !important; }

.datePicker--filter.ui-datepicker {
  padding: 0; }

.datePicker--filter.ui-datepicker select.ui-datepicker-month,
.datePicker--filter.ui-datepicker select.ui-datepicker-year,
.datePicker--form.ui-datepicker select.ui-datepicker-month,
.datePicker--form.ui-datepicker select.ui-datepicker-year {
  width: auto; }

.datePicker--filter.ui-datepicker td span,
.datePicker--filter.ui-datepicker td a {
  text-align: center; }

.datePicker--filter .ui-state-default,
.datePicker--filter.ui-widget-content .ui-state-default {
  border: none;
  background-color: inherit; }

.datePicker--filter .ui-state-active,
.datePicker--filter.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  color: #22bfd3;
  border: none; }

.datePicker--filter .ui-state-highlight,
.datePicker--filter.ui-widget-content .ui-state-highlight,
.datePicker--filter .ui-widget-header .ui-state-highlight {
  background-color: #eff7f8;
  border: none;
  color: #0c2225;
  font-weight: bold; }

.datePicker--filter .ui-state-highlight.ui-state-active,
.datePicker--filter.ui-widget-content .ui-state-highlight.ui-state-active,
.datePicker--filter .ui-widget-header .ui-state-highlight.ui-state-active {
  background-color: #22bfd3;
  border: none;
  color: white; }

.datePicker--filter.ui-widget-content .ui-state-hover {
  background-color: #22bfd3;
  border: none;
  color: white; }

.datePicker--filter .ui-datepicker-prev {
  color: #22bfd3; }

.datePicker--filter .ui-widget-header .ui-icon {
  background-image: none; }

.datePicker--filter .ui-datepicker-prev {
  color: #73b4bc; }

.datePicker--filter .ui-datepicker-prev:after {
  content: "\f0d9";
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 11px; }

.datePicker--filter .ui-datepicker-next {
  color: #73b4bc; }

.datePicker--filter .ui-datepicker-next:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  right: 11px; }

.datePicker--filter.ui-datepicker .ui-datepicker-prev-hover {
  top: 2px;
  left: 2px; }

.datePicker--filter.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
  right: 2px; }

.datePicker--filter .ui-datepicker-month {
  color: #0c2225;
  border: none; }

.datePicker--filter .ui-datepicker-year {
  color: #0c2225;
  border: none; }

.datePicker--form.ui-widget-content {
  background-color: white;
  border: 2px solid #22bfd3;
  color: #22bfd3;
  padding: 0;
  transform: translateY(-2px); }

.datePicker--form.ui-corner-all,
.datePicker--filter.ui-corner-all {
  border-radius: 0; }

.datePicker--form .ui-state-highlight,
.datePicker--form.ui-widget-content .ui-state-highlight,
.datePicker--form .ui-widget-header .ui-state-highlight {
  background-color: #22bfd3;
  border: none;
  color: white; }

.datePicker--form .ui-datepicker-today .ui-state-highlight,
.datePicker--form.ui-widget-content .ui-datepicker-today .ui-state-highlight,
.datePicker--form .ui-widget-header .ui-datepicker-today .ui-state-highlight {
  background-color: #22bfd3;
  border: none;
  color: white; }

.datePicker--form .ui-state-default,
.datePicker--form.ui-widget-content .ui-state-default {
  border: none;
  background-color: inherit; }

.datePicker--form .ui-state-active,
.datePicker--form.ui-widget-content .ui-state-active {
  border: none;
  background-color: inherit;
  font-weight: bold;
  color: #22bfd3; }

.datePicker--form.ui-widget-content .ui-state-hover {
  background-color: #eff7f8;
  border: none;
  color: #22bfd3; }

.datePicker--form.ui-datepicker td {
  border: none;
  padding: 0; }
  .datePicker--form.ui-datepicker td a {
    padding: 0.25rem 0.5rem; }

.datePicker--form.ui-datepicker {
  width: auto; }

.datePicker--form .ui-datepicker-calendar {
  margin-bottom: 0;
  width: auto; }

.datePicker--form.ui-datepicker td span,
.datePicker--form.ui-datepicker td a {
  text-align: center; }

.datePicker--form .ui-widget-header .ui-icon {
  background-image: none; }

.datePicker--form .ui-datepicker-prev {
  color: #73b4bc; }

.datePicker--form .ui-datepicker-prev:after {
  content: "\f0d9";
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 11px; }

.datePicker--form .ui-datepicker-next {
  color: #73b4bc; }

.datePicker--form .ui-datepicker-next:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  right: 11px; }

.datePicker--form.ui-datepicker .ui-datepicker-prev-hover {
  top: 2px;
  left: 2px; }

.datePicker--form.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
  right: 2px; }

.datePicker--form .ui-datepicker-month {
  color: #0c2225;
  border: none; }

.datePicker--form .ui-datepicker-year {
  color: #0c2225;
  border: none; }

/* Ocene za forme sa ocenjivanjem */
#grading_table {
  margin-bottom: 1rem; }

#grading_table td {
  padding-top: 0;
  padding-bottom: 0; }

#grading_table .select {
  padding-top: 0; }

#semestar_final_grading {
  padding: 0 1rem; }

#semestar_final_grading p {
  margin: 0; }

#semestar_final_grading td:nth-child(2) {
  padding-left: 1rem;
  font-weight: bold; }

#grading_table .select__options-list {
  max-height: none; }

#grading_table .select__option {
  padding: 0.125rem 0.5rem; }

/**********************
***** COURSE INFO *****
**********************/
.course-header {
  margin: 1rem 0;
  background-color: #eff7f8;
  padding-left: 1rem; }

.course-header h1 {
  display: inline-block;
  vertical-align: middle; }

.hidden {
  display: none; }

.button--family-info {
  display: inline-block;
  position: relative;
  color: white;
  background-color: #22bfd3;
  vertical-align: -3px;
  margin-left: 1rem; }

/*.family-info {
	display: none;
}
*/
/*.family-info--open {
	display: block;
}*/
.family-info .card a {
  color: #0c2225 !important; }

.family-info.popup a:before {
  content: none; }

.family-info .card {
  margin-top: 0.5rem; }

.family-info .card:first-of-type {
  margin-top: 0; }

/*

Navigacija u filterima

*/
#filter {
  position: relative; }

.filter__nav {
  position: absolute;
  top: 25%;
  right: 0;
  border: none !important; }

/*

jQuery tooltip

*/
.ui-tooltip {
  padding: 0.5rem;
  color: #0c2225;
  border-radius: 0;
  background-color: white !important;
  box-shadow: none !important;
  border: 1px solid #22bfd3 !important;
  border-radius: 0 !important; }

.fa-calendar--from,
.fa-calendar--to {
  border: none !important;
  padding-left: 0 !important; }

.fa-calendar--from-label,
.fa-calendar--to-label {
  padding-right: 0 !important;
  color: #73b4bc; }

#filter .form__item--filter-row {
  /*display: table-row;*/
  /*padding-bottom: 0.5rem;*/
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  border-bottom: 1px solid rgba(12, 34, 37, 0.2);
  margin-bottom: 1rem; }

#filter .radio__label-wrapper {
  display: inline; }
  #filter .radio__label-wrapper label {
    font-size: 1rem;
    /*margin-right: 0.5rem;*/
    color: #328d98;
    padding: 0.375rem 0.5rem; }
    #filter .radio__label-wrapper label:hover {
      color: #256972;
      background-color: #e2eff1; }
    #filter .radio__label-wrapper label:before {
      width: 1.25rem; }

.form__item--filter-row input[type="radio"]:checked + label {
  background-color: #dbecee;
  /*color: $white !important;*/ }

/*

Calendar (u schedules, npr)

*/
.calendar {
  width: 95%;
  border-collapse: collapse;
  margin-top: 2.5rem;
  margin: 0 auto; }

/*.calendar td[data-index="0"] {
	border: none;
}*/
.calendar td,
.calendar th {
  background-color: inherit !important;
  /* Da sve ─çelije kalendara imaju istu boju, kasnije se poja postavlja sa divovima (.calendar__day--) koji zauzimaju celu ─çeliju */
  border: 1px solid #73b4bc; }

.calendar th {
  font-weight: normal;
  border: none; }

.calendar td {
  width: 100px;
  height: 80px;
  padding: 0; }

.calendar__header--month {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #22bfd3; }

.calendar__header--day {
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #73b4bc; }

.calendar__day {
  position: relative;
  display: block;
  max-width: 100%;
  height: 100%;
  text-align: left;
  /*height: 30px;*/
  padding: 0.5rem;
  background-color: white; }

.calendar__day--number {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2ch;
  padding: 0.5rem 0.5rem;
  text-align: center; }

.calendar__day--content {
  margin-left: 4ch;
  color: #73b4bc; }

.calendar__day--content:nth-child(2) {
  color: #0c2225; }

.content-quoter {
  font-weight: normal;
  width: 3ch;
  display: inline-block; }
  .content-quoter:after {
    content: ":"; }

.content-rotation {
  font-weight: bold; }

.content-rotation,
.content-quoter {
  display: inline-block; }

.calendar__day--type-0 {
  /* weekend */
  color: #73b4bc;
  background-color: #eff7f8; }
  .calendar__day--type-0 .calendar__day--number {
    background-color: #b8d9dd;
    color: white; }
  .calendar__day--type-0 .calendar__day--content {
    display: none; }

.calendar__day--type-1 {
  /* work-day */
  color: #0c2225;
  background-color: white; }
  .calendar__day--type-1 .calendar__day--number {
    background-color: #73b4bc;
    color: white; }

.calendar__day--type-2 {
  /* day-off */
  color: #73b4bc;
  background-color: #eff7f8; }
  .calendar__day--type-2 .calendar__day--number {
    background-color: #b8d9dd;
    color: white; }
  .calendar__day--type-2 .calendar__day--content {
    display: none; }

.calendar__day--type-3 {
  /* holiday */
  color: #73b4bc;
  background-color: #eff7f8; }
  .calendar__day--type-3 .calendar__day--number {
    background-color: #b8d9dd;
    color: white; }

.calendar__day--type-5 {
  /* today */
  background-color: #caf2f7; }
  .calendar__day--type-5 .calendar__day--number {
    background-color: #22bfd3;
    color: white; }

.calendar__day--type-4 {
  /* blank calendar cell (no date) */
  color: #73b4bc;
  /*background-color: blue;*/ }

td[data-index="0"] {
  border: none; }

.calendar__header {
  text-align: center;
  position: relative; }

.calendar__next-prev:after {
  font-family: FontAwesome;
  font-size: 1.5rem;
  vertical-align: 2px;
  padding: 1rem; }

.calendar__next-prev--next:after {
  content: "\f061"; }

.calendar__next-prev--prev:after {
  content: "\f060 "; }

.calendar__select-month-list {
  visibility: hidden;
  height: 0;
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 1;
  background-color: #22bfd3;
  /*font-weight: bold;*/
  padding: 1rem;
  width: 120px;
  left: -100px;
  right: -100px;
  margin: 0 auto;
  font-size: 1.25rem;
  transform: translateY(-15px) scaleY(0.8) scaleX(0.8);
  transform-origin: top;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.42, -0.37, 0.1, 1.83); }
  .calendar__select-month-list a {
    display: list-item;
    list-style-type: none;
    color: white;
    padding: 0.25rem; }
    .calendar__select-month-list a:hover {
      background-color: white;
      color: #22bfd3; }
  .calendar__select-month-list.visible {
    visibility: visible;
    height: auto;
    transform: translateY(0px) scaleY(1) scaleX(1);
    opacity: 1; }

.lessons-list {
  font-size: 0.875rem; }
  .lessons-list ol {
    padding-left: 1rem;
    margin-bottom: 0; }
  .lessons-list h3 {
    color: #22bfd3;
    font-weight: bold;
    border-bottom-color: #22bfd3; }

.graph-bar {
  color: #22bfd3; }

.tabs__button--active {
  background-color: #eff7f8; }

.tabs__content {
  padding: 1rem;
  background-color: #eff7f8; }

.tabs .filter__toggle a {
  color: #328d98;
  cursor: pointer;
  /*display: block;*/
  padding: 0.5rem 1rem; }

/*

Link za prikaz velike slike

*/
.view-photo {
  position: absolute;
  top: 50%;
  display: none; }

.photo-box {
  width: 250px;
  height: 350px;
  background: white;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin-left: -125px;
  margin-top: -175px; }

/*

Nastavak stilova za dropdown button

*/
.dropdown-button {
  /*	.fa-search:before {
  		content: "\f002";
  	}
  */ }
  .dropdown-button ul {
    left: auto;
    right: 0; }
  .dropdown-button a {
    white-space: nowrap;
    /*color: lighten($black, 30%);*/
    color: inherit;
    cursor: pointer;
    display: block;
    /*padding: 0.5rem 1rem;*/
    /*transition-property: color;*/
    /*transition-duration: 0.3s;*/ }
  .dropdown-button li[aria-haspopup="true"] {
    position: relative;
    /* Dropdown ikonica za podmenije */ }
    .dropdown-button li[aria-haspopup="true"] > a:after {
      opacity: 0.4;
      color: inherit; }
  .dropdown-button > li {
    /*margin: 0 0.5em;*/
    border-left: 1px solid rgba(12, 34, 37, 0.2); }
    .dropdown-button > li:first-child {
      border-left: none; }
  .dropdown-button li {
    /*display: table-cell;*/
    display: inline-block;
    /*transition: all .3s;*/ }
    .dropdown-button li:hover > a {
      /*color: lighten($black, 20%);*/
      color: inherit;
      /*transition: all .3s;*/ }
    .dropdown-button li:active > a {
      color: #389eab; }
  .dropdown-button .input-icon {
    position: relative; }
  .dropdown-button .input-icon:before {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: inherit;
    top: 5px;
    left: 1em;
    font-size: 21px;
    pointer-events: none;
    opacity: 0.4; }
  .dropdown-button input[type="search"],
  .dropdown-button input {
    padding: 0.5em 1em 0.5em 3em;
    background-color: inherit;
    border: none;
    font-size: inherit; }
    .dropdown-button input[type="search"]:focus,
    .dropdown-button input:focus {
      outline: none; }
  .dropdown-button ul[role="menu"] p {
    padding: 0.5rem 1rem;
    margin: 0.5rem 0 0 0;
    font-size: 0.75rem;
    font-weight: bold; }
  .dropdown-button ul[role="menu"] ul {
    display: table-cell;
    list-style-type: none;
    padding: 0; }
  .dropdown-button ul[role="menu"] a {
    display: table-cell;
    list-style-type: none;
    /*padding: 0;*/
    color: #389eab; }

.btn.dropdown-button {
  padding: 0; }
  .btn.dropdown-button a {
    padding: 0.75rem 1rem; }
  .btn.dropdown-button ul a {
    padding: 0.5rem 1rem; }

.bus-cell--no {
  /*background-color: lighten($red, 40%);*/ }
  .bus-cell--no * {
    opacity: 0.6; }
  .bus-cell--no .form__item--checkboxes * {
    opacity: 1 !important; }

.dataTable--no-form-padding .form__item {
  padding: 0; }

.dataTable .row--no-border {
  border-bottom: none; }

form .dataTable,
.form__section .dataTable {
  /*width: auto;*/
  margin: 1rem 1rem 3rem 1rem; }

/*# sourceMappingURL=styles.css.map */
