/* 
	App: Katastar Delovodnik
	Theme: Katastar
	Author: Petar Gligorovski - UI/UX Designer/Developer
	Date: 20.01.2017


	Table of Content 

	1. Import
	2. html, body
	3. Main Elements
	4. header
		4.1 navigation
	5. main
	6. footer
*/

/* 
	App: Katastar Delovodnik
	Theme: Katastar
	Author: Petar Gligorovski - UI/UX Designer/Developer
	Date: 20.01.2017
*/
/* Start Typography Variables */
/*Light Grey*/
/* Variations 
@accent-color-opacy:		rgba(206,30,41,.86);

*/
/* End of Colors */
/* CSS3 */
.sidebar-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: black;
  z-index: 1034;
  -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
button.js-menu-show {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 50px;
  height: auto;
  background: transparent;
  color: white;
  display: inline-block;
  vertical-align: middle;
  font-size: 16pt;
  padding: 5px 10px;
  line-height: 40px;
}
.sidebar-overlay.active {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}
.top-bar {
  height: 25px;
  background: rgba(0, 0, 0, 0.1);
}
.headline {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  color: #212121;
  text-transform: inherit;
  letter-spacing: inherit;
}
.subhead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
  color: #212121;
  text-transform: inherit;
  letter-spacing: inherit;
}
.dropdown-menu {
  display: none;
}
/* -- Constructor style ------------------------------- */

.constructor {
  position: relative;
  margin: 0;
  padding: 0 50px;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
#accountPicker > li > a {
  padding: 4px 16px;
  color: white;
  line-height: 1.3em;
}
#accountPicker > li > a small {
  font-size: 0.8em;
  font-weight: 300;
  color: white;
}
#accountPicker > li > a i {
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px 16px;
}
#accountPicker > li:hover > a {
  background: rgba(0, 0, 0, 0.3);
}
.sidebar,
.wrapper {
  display: table-cell;
  vertical-align: top;
}
.sidebar-stacked.open + .wrapper .constructor {
  margin-left: 280px;
}
@media (max-width: 768px) {
  .sidebar-stacked.open + .wrapper .constructor {
    margin-left: 240px;
  }
}
/* --- Sidebar Navigation --- */

.sidebar {
  position: relative;
  display: block;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.sidebar:before,
.sidebar:after {
  content: " ";
  display: table;
}
.sidebar:after {
  clear: both;
}
.sidebar::-webkit-scrollbar-track {
  border-radius: 2px;
}
.sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: #f7f7f7;
}
.sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bfbfbf;
}
.sidebar .sidebar-header {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-header.header-cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 48px;
}
.sidebar .sidebar-header.header-cover .labelField {
  color: black;
  margin-top: 16px;
}
.sidebar .sidebar-header.header-cover .labelField span:first-child {
  font-weight: bold;
}
.sidebar .sidebar-header:hover .sidebar-toggle {
  opacity: 1;
}
.sidebar .sidebar-toggle {
  position: absolute;
  right: 0;
  margin: 4px 8px 8px;
  margin-bottom: 0;
  padding: 0;
  background-image: none;
  border: none;
  height: 40px;
  width: 40px;
  font-size: 20px;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: none;
}
.sidebar .sidebar-toggle:before,
.sidebar .sidebar-toggle:after {
  content: " ";
  display: table;
}
.sidebar .sidebar-toggle:after {
  clear: both;
}
.sidebar .icon-material-sidebar-arrow:before {
  content: "\e610";
}
.sidebar .sidebar-image {
  display: block;
  float: left;
}
.sidebar .sidebar-image img,
.sidebar .sidebar-image canvas {
  width: 54px !important;
  height: 54px !important;
  margin: 16px;
  box-sizing: border-box;
  margin-bottom: 8px;
  border-radius: 50%;
  border: 2px solid white !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.sidebar .sidebar-brand {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0;
  padding-left: 16px;
  padding-right: 56px;
  text-decoration: none;
  clear: both;
  font-weight: 500;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-brand:hover,
.sidebar .sidebar-brand:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.sidebar .sidebar-brand .caret {
  position: absolute;
  right: 24px;
  top: 24px;
}
.sidebar .sidebar-brand .sidebar-badge {
  position: absolute;
  right: 16px;
  top: 12px;
}
.sidebar .sidebar-brand:hover,
.sidebar .sidebar-brand:focus {
  text-decoration: none;
}
.sidebar .sidebar-badge {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0 3px;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.sidebar .sidebar-badge.badge-circle {
  border-radius: 50%;
}
.sidebar .sidebar-divider,
.sidebar .sidebar-nav .divider {
  position: relative;
  display: block;
  height: 1px;
  margin: 8px 0;
  padding: 0;
  overflow: hidden;
}
.sidebar .sidebar-text {
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0;
  padding-left: 16px;
  padding-right: 56px;
  text-decoration: none;
  clear: both;
  font-weight: 500;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-text:hover,
.sidebar .sidebar-text:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.sidebar .sidebar-text .caret {
  position: absolute;
  right: 24px;
  top: 24px;
}
.sidebar .sidebar-text .sidebar-badge {
  position: absolute;
  right: 16px;
  top: 12px;
}
.sidebar .sidebar-icon {
  display: inline-block;
  margin-right: 16px;
  min-width: 40px;
  width: 40px;
  text-align: left;
  font-size: 20px;
}
.sidebar .sidebar-icon:before,
.sidebar .sidebar-icon:after {
  vertical-align: middle;
}
.sidebar .sidebar-nav {
  margin: 0;
  padding: 0;
}
.sidebar .sidebar-nav li {
  position: relative;
  list-style-type: none;
}
.sidebar .sidebar-nav li.selected {
  background: #cccccc;
}
.sidebar .sidebar-nav li a {
  position: relative;
  cursor: pointer;
  user-select: none;
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0;
  padding-left: 16px;
  padding-right: 56px;
  text-decoration: none;
  clear: both;
  font-weight: 500;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar #accountPicker.sidebar-nav li a {
  position: relative;
  cursor: pointer;
  user-select: none;
  display: block;
  height: 48px;
  line-height: 17px;
  padding: 6px;
  padding-left: 16px;
  padding-right: 56px;
  text-decoration: none;
  clear: both;
  font-weight: 700;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar #accountPicker.sidebar-nav li a.logout {
  line-height: 36px;
  text-transform: lowercase;
  font-weight: 400;
}
.sidebar #accountPicker.sidebar-nav li a.logout:after {
  font-family: Material Icons;
  font-weight: normal;
  font-style: normal;
  font-size: 18pt;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  padding: 4px 0px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: liga;
  content: "exit_to_app";
}
.sidebar #accountPicker.sidebar-nav li a canvas {
  box-sizing: content-box;
}
.uMessages canvas,
.userMessageContent figure canvas,
.sidebar #accountPicker.sidebar-nav li a canvas,
.sidebar #accountPicker.sidebar-nav li a img.userImg {
  float: left;
  height: 32px;
  width: 32px;
  margin-right: 8px;
  border-radius: 50%;
  /*border: 2px solid #fff !important;*/
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.sidebar #accountPicker.sidebar-nav li a small {
  font-weight: 500;
}
.sidebar .sidebar-nav li a:hover,
.sidebar .sidebar-nav li a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.sidebar .sidebar-nav li a .caret {
  position: absolute;
  right: 24px;
  top: 24px;
}
.sidebar .sidebar-nav li a .sidebar-badge {
  position: absolute;
  right: 16px;
  top: 12px;
}
.sidebar .sidebar-nav li a:hover {
  background: transparent;
}
.sidebar .sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebar-default {
  background-color: white;
}
.sidebar-default .sidebar-header {
  background-color: #ff5722;
  color: white;
  z-index: 1805;
}
.sidebar-default .sidebar-toggle {
  color: white;
  background-color: transparent;
  z-index: 9999;
}
.sidebar-default .sidebar-brand {
  color: #757575;
  background-color: transparent;
}
.sidebar-default .sidebar-brand:hover,
.sidebar-default .sidebar-brand:focus {
  color: #212121;
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-default .sidebar-badge {
  color: white;
  background-color: #bdbdbd;
}
.sidebar-default .sidebar-divider,
.sidebar-default .sidebar-nav .divider {
  background-color: #bdbdbd;
}
.sidebar-default .sidebar-text {
  color: #212121;
}
.sidebar-default .sidebar-nav li > a {
  color: #212121;
  background-color: transparent;
}
.sidebar-default .sidebar-nav li > a i {
  color: #757575;
}
.sidebar-default .sidebar-nav li:hover > a,
.sidebar-default .sidebar-nav li > a:hover {
  color: #212121;
  background-color: #e0e0e0;
}
.sidebar-default .sidebar-nav li:hover > a i,
.sidebar-default .sidebar-nav li > a:hover i {
  color: #757575;
}
.sidebar-default .sidebar-nav li:focus > a,
.sidebar-default .sidebar-nav li > a:focus {
  color: #212121;
  background-color: transparent;
}
.sidebar-default .sidebar-nav li:focus > a i,
.sidebar-default .sidebar-nav li > a:focus i {
  color: #757575;
}
.sidebar-default .sidebar-nav > .open > a,
.sidebar-default .sidebar-nav > .open > a:hover,
.sidebar-default .sidebar-nav > .open > a:focus {
  color: #212121;
  background-color: #e0e0e0;
}
.sidebar-default .sidebar-nav > .active > a,
.sidebar-default .sidebar-nav > .active > a:hover,
.sidebar-default .sidebar-nav > .active > a:focus {
  color: #212121;
  background-color: #e0e0e0;
}
.sidebar-default .sidebar-nav > .disabled > a,
.sidebar-default .sidebar-nav > .disabled > a:hover,
.sidebar-default .sidebar-nav > .disabled > a:focus {
  color: #e0e0e0;
  background-color: transparent;
}
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu {
  background-color: #e0e0e0;
}
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > li > a:focus {
  background-color: #e0e0e0;
  color: #212121;
}
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > li > a:hover {
  background-color: #cecece;
  color: #212121;
}
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > .active > a,
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > .active > a:hover,
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > .active > a:focus {
  color: #212121;
  background-color: #e0e0e0;
}
.sidebar-inverse {
  background-color: #212121;
}
.sidebar-inverse .sidebar-header {
  background-color: #eceff1;
}
.sidebar-inverse .sidebar-toggle {
  color: #212121;
  background-color: transparent;
}
.sidebar-inverse .sidebar-brand {
  color: #757575;
  background-color: transparent;
}
.sidebar-inverse .sidebar-brand:hover,
.sidebar-inverse .sidebar-brand:focus {
  color: #212121;
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-inverse .sidebar-badge {
  color: #212121;
  background-color: #e0e0e0;
}
.sidebar-inverse .sidebar-divider,
.sidebar-inverse .sidebar-nav .divider {
  background-color: #bdbdbd;
}
.sidebar-inverse .sidebar-text {
  color: whitesmoke;
}
.sidebar-inverse .sidebar-nav li > a {
  color: whitesmoke;
  background-color: transparent;
}
.sidebar-inverse .sidebar-nav li > a i {
  color: #bdbdbd;
}
.sidebar-inverse .sidebar-nav li:hover > a,
.sidebar-inverse .sidebar-nav li > a:hover {
  color: #bdbdbd;
  background-color: black;
}
.sidebar-inverse .sidebar-nav li:hover > a i,
.sidebar-inverse .sidebar-nav li > a:hover i {
  color: #bdbdbd;
}
.sidebar-inverse .sidebar-nav li:focus > a,
.sidebar-inverse .sidebar-nav li > a:focus {
  color: whitesmoke;
  background-color: transparent;
}
.sidebar-inverse .sidebar-nav li:focus > a i,
.sidebar-inverse .sidebar-nav li > a:focus i {
  color: #bdbdbd;
}
.sidebar-inverse .sidebar-nav > .open > a,
.sidebar-inverse .sidebar-nav > .open > a:hover,
.sidebar-inverse .sidebar-nav > .open > a:focus {
  color: #bdbdbd;
  background-color: black;
}
.sidebar-inverse .sidebar-nav > .active > a,
.sidebar-inverse .sidebar-nav > .active > a:hover,
.sidebar-inverse .sidebar-nav > .active > a:focus {
  color: whitesmoke;
  background-color: black;
}
.sidebar-inverse .sidebar-nav > .disabled > a,
.sidebar-inverse .sidebar-nav > .disabled > a:hover,
.sidebar-inverse .sidebar-nav > .disabled > a:focus {
  color: #757575;
  background-color: transparent;
}
.sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu {
  background-color: black;
}
.sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu > li > a:focus {
  background-color: black;
  color: #bdbdbd;
}
.sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu > li > a:hover {
  background-color: black;
  color: #bdbdbd;
}
.sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu > .active > a,
.sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu > .active > a:hover,
.sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu > .active > a:focus {
  color: whitesmoke;
  background-color: black;
}
.sidebar-colored {
  background-color: white;
}
.sidebar-colored .sidebar-header {
  background-color: #e91e63;
}
.sidebar-colored .sidebar-toggle {
  color: whitesmoke;
  background-color: transparent;
}
.sidebar-colored .sidebar-brand {
  color: #e0e0e0;
  background-color: transparent;
}
.sidebar-colored .sidebar-brand:hover,
.sidebar-colored .sidebar-brand:focus {
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-colored .sidebar-badge {
  color: white;
  background-color: #ec407a;
}
.sidebar-colored .sidebar-divider,
.sidebar-colored .sidebar-nav .divider {
  background-color: #bdbdbd;
}
.sidebar-colored .sidebar-text {
  color: #212121;
}
.sidebar-colored .sidebar-nav li > a {
  color: #212121;
  background-color: transparent;
}
.sidebar-colored .sidebar-nav li > a i {
  color: #757575;
}
.sidebar-colored .sidebar-nav li:hover > a,
.sidebar-colored .sidebar-nav li > a:hover {
  color: #e91e63;
  background-color: #e0e0e0;
}
.sidebar-colored .sidebar-nav li:hover > a i,
.sidebar-colored .sidebar-nav li > a:hover i {
  color: #f06292;
}
.sidebar-colored .sidebar-nav li:focus > a,
.sidebar-colored .sidebar-nav li > a:focus {
  color: #212121;
  background-color: transparent;
}
.sidebar-colored .sidebar-nav li:focus > a i,
.sidebar-colored .sidebar-nav li > a:focus i {
  color: #f06292;
}
.sidebar-colored .sidebar-nav > .open > a,
.sidebar-colored .sidebar-nav > .open > a:hover,
.sidebar-colored .sidebar-nav > .open > a:focus {
  color: #e91e63;
  background-color: #e0e0e0;
}
.sidebar-colored .sidebar-nav > .active > a,
.sidebar-colored .sidebar-nav > .active > a:hover,
.sidebar-colored .sidebar-nav > .active > a:focus {
  color: #212121;
  background-color: whitesmoke;
}
.sidebar-colored .sidebar-nav > .disabled > a,
.sidebar-colored .sidebar-nav > .disabled > a:hover,
.sidebar-colored .sidebar-nav > .disabled > a:focus {
  color: #e0e0e0;
  background-color: transparent;
}
.sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu {
  background-color: #e0e0e0;
}
.sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu > li > a:focus {
  background-color: #e0e0e0;
  color: #e91e63;
}
.sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu > li > a:hover {
  background-color: #cecece;
  color: #e91e63;
}
.sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu > .active > a {
  color: #212121;
  background-color: whitesmoke;
}
.sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu > .active > a:hover,
.sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu > .active > a:focus {
  color: #212121;
  background-color: whitesmoke;
}
.sidebar-colored-inverse {
  background-color: #e91e63;
}
.sidebar-colored-inverse .sidebar-header {
  background-color: #eceff1;
}
.sidebar-colored-inverse .sidebar-toggle {
  color: #212121;
  background-color: transparent;
}
.sidebar-colored-inverse .sidebar-brand {
  color: #757575;
  background-color: transparent;
}
.sidebar-colored-inverse .sidebar-brand:hover,
.sidebar-colored-inverse .sidebar-brand:focus {
  color: #212121;
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-colored-inverse .sidebar-badge {
  color: #212121;
  background-color: #e0e0e0;
}
.sidebar-colored-inverse .sidebar-divider,
.sidebar-colored-inverse .sidebar-nav .divider {
  background-color: #bdbdbd;
}
.sidebar-colored-inverse .sidebar-text {
  color: #e0e0e0;
}
.sidebar-colored-inverse .sidebar-nav li > a {
  color: whitesmoke;
  background-color: transparent;
}
.sidebar-colored-inverse .sidebar-nav li > a i {
  color: #e0e0e0;
}
.sidebar-colored-inverse .sidebar-nav li:hover > a,
.sidebar-colored-inverse .sidebar-nav li > a:hover {
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-colored-inverse .sidebar-nav li:hover > a i,
.sidebar-colored-inverse .sidebar-nav li > a:hover i {
  color: whitesmoke;
}
.sidebar-colored-inverse .sidebar-nav li:focus > a,
.sidebar-colored-inverse .sidebar-nav li > a:focus {
  color: whitesmoke;
  background-color: transparent;
}
.sidebar-colored-inverse .sidebar-nav li:focus > a i,
.sidebar-colored-inverse .sidebar-nav li > a:focus i {
  color: whitesmoke;
}
.sidebar-colored-inverse .sidebar-nav > .open > a {
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-colored-inverse .sidebar-nav > .open > a:hover,
.sidebar-colored-inverse .sidebar-nav > .open > a:focus {
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-colored-inverse .sidebar-nav > .active > a {
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.2);
}
.sidebar-colored-inverse .sidebar-nav > .active > a:hover,
.sidebar-colored-inverse .sidebar-nav > .active > a:focus {
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.2);
}
.sidebar-colored-inverse .sidebar-nav > .disabled > a {
  color: #bdbdbd;
  background-color: transparent;
}
.sidebar-colored-inverse .sidebar-nav > .disabled > a:hover,
.sidebar-colored-inverse .sidebar-nav > .disabled > a:focus {
  color: #bdbdbd;
  background-color: transparent;
}
.sidebar-colored-inverse .sidebar-nav > .dropdown > .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-colored-inverse .sidebar-nav > .dropdown > .dropdown-menu > li > a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: whitesmoke;
}
.sidebar-colored-inverse .sidebar-nav > .dropdown > .dropdown-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: whitesmoke;
}
.sidebar-colored-inverse .sidebar-nav > .dropdown > .dropdown-menu > .active > a {
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.2);
}
.sidebar-colored-inverse .sidebar-nav > .dropdown > .dropdown-menu > .active > a:hover,
.sidebar-colored-inverse .sidebar-nav > .dropdown > .dropdown-menu > .active > a:focus {
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.2);
}
.sidebar {
  width: 0;
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
.sidebar.open {
  min-width: 280px;
  width: 280px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sidebar-fixed-left,
.sidebar-fixed-right,
.sidebar-stacked {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1805;
}
.sidebar-stacked {
  left: 0;
}
.sidebar-fixed-left {
  left: 0;
}
.sidebar-fixed-right {
  right: 0;
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}
.sidebar-fixed-right.open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sidebar-fixed-right .icon-material-sidebar-arrow:before {
  content: "\e614";
}
.sidebar-default .sidebar-nav > .open > a,
.sidebar-default .sidebar-nav > .open > a:focus {
  background-color: inherit;
}
*,
html,
body {
  font-family: 'Roboto', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  font-style: normal;
}
html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #00bcd4;
  color: #212121;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
/* === Elements === */

.materials {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18pt;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  padding: 4px 0px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
.successColor {
  color: #468847;
}
.dangerColor {
  color: #d8242f;
}
img {
  max-width: 100%;
}
a {
  color: #ff5722;
  cursor: pointer;
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #00bcd4;
}
a,
.btn,
button .button,
:after,
:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none;
}
button,
.btn,
.btn-default {
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
.btn-login {
  color: white;
  background-color: #0097a7;
  border: none;
}
.btn-login:hover {
  background-color: white;
  color: #0097a7;
  border: none;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  float: none;
}
.modal .modal-footer {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
}
.btn-group {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
}
.btn-group .btn-create {
  width: 64px;
  height: 64px;
  line-height: 68px;
  float: right;
  margin: 1em 0em;
  border-radius: 100% !important;
  color: white;
  background-color: #ff5722;
  border: none;
}
.btn-group .btn-create:hover {
  color: white;
  border: none;
}
/* Buttons */

button,
a.btn,
a.button {
  outline: none;
}
button[data-icon]:after,
a.btn[data-icon]:after,
a.button[data-icon]:after {
  font-family: Material Icons;
  font-weight: normal;
  font-style: normal;
  font-size: 18pt;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  padding: 4px 0px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: liga;
  content: attr(data-icon);
}
button.btn-edit {
  background: #b2ebf2;
  color: #212121;
  text-shadow: 0 1px 0 white;
  filter: alpha(opacity=20);
  opacity: 0.2;
  padding: 4px 8px;
  margin-right: 0.5em;
}
button.btn-edit i {
  vertical-align: bottom;
  padding: 4px 0px;
}
button.btn-edit:hover {
  color: #0097a7;
  filter: alpha(opacity=100);
  opacity: 1;
}
button.btn-cancel {
  background: #eeeeee;
}
button.btn-save {
  color: white;
  background-color: #00bcd4;
  border: none;
  padding: 4px 8px;
  margin-left: 0.5em;
}
button.btn-save:hover {
  color: white;
  background-color: #0097a7;
  border: none;
}
button.btn-list {
  padding: 4px 8px;
  margin-left: 0.5em;
}
button.btn-delete {
  background: #eeeeee;
  color: #d8242f;
  text-shadow: 0 1px 0 white;
  filter: alpha(opacity=30);
  opacity: 0.3;
  padding: 4px 8px;
  margin-right: 0.5em;
}
button.btn-delete i {
  vertical-align: bottom;
  padding: 4px 0px;
}
button.btn-delete:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
button.btn-archive {
  background: #ff5722;
  color: white;
  padding: 4px 8px;
  float: right;
}
button.btn-archive i {
  vertical-align: bottom;
  padding: 4px 0px;
}
button.btn-archive:hover {
  background: #212121;
  color: #ff5722;
}
button.btn-archive.archived {
  background: #212121;
  color: #b7b7b7;
}
a.btn-unarchive {
  position: relative;
  z-index: 99;
  cursor: pointer;
  display: block;
  color: #212121 !important;
}
a.btn-unarchive i {
  font-size: 2em !important;
}
button.btn-choose {
  color: #212121;
  background-color: transparent;
  border: none;
  padding: 4px 8px;
  margin-left: 0.5em;
}
button.btn-choose:hover {
  color: #0097a7;
  background-color: transparent;
  border: none;
}
button.btn-choose.confirm {
  color: white;
  background-color: #00bcd4;
}
button.btn-choose i {
  font-size: 20px;
}
input[type=button],
input [type=submit] {
  background: #ff5722;
  cursor: pointer;
  outline: none;
}
input[type=reset] {
  background: #757575;
  cursor: pointer;
  outline: none;
}
/* === Modal Window === */

.modal-open .modal {
  background: rgba(0, 150, 170, 0.75);
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-header {
  background: #00bcd4;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  color: white;
}
.modal .modal-dialog .modal-content .modal-footer .btn-cancel,
.modal .modal-dialog .modal-content .modal-footer .btn-delete {
  float: left;
}
.form-group label {
  font-size: 9pt;
  color: #b7b7b7;
  font-weight: 400;
  padding: 0px 12px;
}
.form-group .form-control {
  box-shadow: none;
  color: #212121;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-width: 2px;
  border-radius: 0;
}
.form-group .form-control:focus,
.form-group .form-control:hover {
  border-color: #00bcd4;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-width: 2px;
}
.form-group .form-control[disabled],
.form-group .form-control[readonly] {
  cursor: not-allowed;
}
.form-group .form-control[disabled]:focus,
.form-group .form-control[readonly]:focus,
.form-group .form-control[disabled]:hover,
.form-group .form-control[readonly]:hover {
  border-color: #cccccc;
}
.form-group.curFocus label {
  color: #00bcd4;
}
.form-group select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(../images/select.svg);
  background-position: right center;
  background-repeat: no-repeat;
}
.form-group select.form-control:focus,
.form-group select.form-control:hover {
  background-image: url(../images/select.hover.svg);
}
.form-group select.form-control[disabled],
.form-group select.form-control[readonly] {
  cursor: not-allowed;
}
.form-group select.form-control[disabled]:focus,
.form-group select.form-control[readonly]:focus,
.form-group select.form-control[disabled]:hover,
.form-group select.form-control[readonly]:hover {
  background-image: url(../images/select.svg);
}
.tooltip.top {
  background: transparent;
  color: white;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #212121;
}
.tooltip.top .tooltip-inner {
  background: #212121;
  color: white;
  border-radius: 7px;
  font-size: 12pt;
  padding: 1.25em;
}
/* === Placeholder === */

::-webkit-input-placeholder {
  /* Chrome */
  color: #757575;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.25;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #757575;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.25;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #757575;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.25;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #757575;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.25;
}
/* === Helper Classes === */

.text-danger,
.bg-danger,
.text-info,
.bg-info,
.text-succcess,
.bg-success,
.text-warning,
.bg-warning,
.text-primary,
.bg-primary {
  padding: 15px;
  font-weight: 400;
}
.text-danger {
  color: #d8242f;
}
.bg-danger {
  background: #f7d1d3;
  box-shadow: 0px 0px 3px #d8242f;
}
.text-succcess {
  color: #468847;
}
.bg-success {
  background: #dfeedf;
  box-shadow: 0px 0px 3px #468847;
}
.text-warning {
  color: #f78a20;
}
.bg-warning {
  background: #fef1e5;
  box-shadow: 0px 0px 3px #f78a20;
}
.text-primary {
  color: #0097a7;
}
.bg-primary {
  background: #b2ebf2;
  box-shadow: 0px 0px 3px #00bcd4;
}
.text-info {
  color: #118acb;
}
.bg-info {
  background: #dff2fc;
  box-shadow: 0px 0px 3px #118acb;
}
.nopadding {
  padding: 0;
}
.invoice .bg-primary {
  background: #0097a7;
}
/* === Header ===*/

header {
  margin: 0;
  padding: 0;
}
header .navbar {
  background: #00bcd4;
  border: none;
  margin: 0;
  padding: 0;
  height: 40px !important;
  z-index: 99;
}
header .navbar .navbar-nav > li > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10pt;
  font-weight: 400;
  line-height: inherit;
  text-transform: uppercase;
  color: white;
  display: block;
  padding: 5px 20px;
  line-height: 40px;
  letter-spacing: 0.5px;
}
header .navbar .navbar-nav > li > a i {
  vertical-align: middle;
  line-height: 20px;
  font-size: 16pt;
}
header .navbar .navbar-nav > li > a > span.menu-label {
  display: none;
}
header .navbar .navbar-nav > li > a.cadastre {
  background: rgba(0, 0, 0, 0.375);
}
header .navbar .navbar-nav .dropdown a > span.menu-label {
  display: none;
}
header .navbar .navbar-nav .dropdown .dropdown-menu li a i {
  vertical-align: middle;
  margin-right: 5px;
}
header .navbar .navbar-nav ul {
  list-style: none;
}
header .navbar .navbar-nav ul li a {
  display: block;
  width: 100%;
  padding: 5px 20px !important;
  line-height: 40px !important;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  cursor: pointer;
}
header .navbar .navbar-nav ul li a img {
  display: block;
  float: left;
}
header .navbar .navbar-nav ul li a:hover {
  background: #00bcd4;
}
header .navbar .navbar-header .logo {
  display: block;
  float: none;
  margin-left: 42px;
}
header .navbar .navbar-header .logo .navbar-brand {
  padding: 10px;
}
header .navbar .navbar-header button.navbar-toggle {
  padding: 5px;
  margin: 8px 10px 8px 15px;
  color: white;
}
header .navbar .navbar-header button.navbar-toggle .menu-icon {
  display: none;
}
header .navbar .navbar-header button.navbar-toggle .close-icon {
  display: inline-block;
}
header .navbar .navbar-header button.navbar-toggle.collapsed .close-icon {
  display: none;
}
header .navbar .navbar-header button.navbar-toggle.collapsed .menu-icon {
  display: inline-block;
}
header .container-fluid > .navbar-collapse,
header .container-fluid > .navbar-header,
header .container > .navbar-collapse,
header .container > .navbar-header {
  background: #00bcd4;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background: #0097a7;
  color: white;
}
.dropdown-menu {
  background: #0097a7;
  border: none;
  padding: 0;
}
.dropdown-menu > li > a {
  font-size: 10pt;
  font-weight: 400;
  color: white;
  padding: 5px 15px;
  line-height: 40px;
  text-transform: uppercase;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #00bcd4;
  color: white;
}
.dropdown-menu .divider {
  background: #00bcd4;
}
/* === Main Content === */

main {
  min-height: calc(100% - 97px);
  /*height: ~"calc(100% - 97px)";*/

}
main .container-fluid {
  background: white;
  display: block;
  margin: 0 auto;
  /*height: 100%;*/
  min-height: 100%;
}
main .container-fluid.inverse {
  background: #00bcd4;
}
main .container-fluid .wrapper {
  /*height: 100%;*/
  min-height: 100%;
  max-width: 98vw;
  display: block;
  margin: 0 auto;
}
main .container-fluid .wrapper .content {
  margin-bottom: 2em;
  /* === Home Page Boxes  === */

  /* === End of Home Page Boxes === */

}
main .container-fluid .wrapper .content h1 {
  margin: 1em auto 0.25em;
  color: #0097a7;
}
main .container-fluid .wrapper .content .row {
  margin-left: 0px;
  margin-right: 0px;
}
main .container-fluid .wrapper .content.iconic-links .action-box {
  display: block;
  cursor: pointer;
  min-height: 250px;
  max-height: 300px;
  height: 275px;
}
main .container-fluid .wrapper .content.iconic-links .action-box .action-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  align-self: center;
  padding: 2em 0.5em;
  transition: all 0.3s ease;
}
main .container-fluid .wrapper .content.iconic-links .action-box .action-icon i {
  transition: all 0.3s ease;
  background-color: #ff5722;
  color: white;
  width: 96px;
  height: 96px;
  line-height: 96px;
  border-radius: 100%;
  text-align: center;
  font-size: 3em;
  cursor: pointer;
  display: block;
}
main .container-fluid .wrapper .content.iconic-links .action-box .action-icon span {
  transition: all 0.3s ease;
  color: #ff5722;
  margin: 1em auto;
  cursor: pointer;
  display: block;
  text-align: center;
}
main .container-fluid .wrapper .content.iconic-links .action-box:hover .action-icon i {
  background-color: #00bcd4;
  color: white;
  cursor: pointer;
}
main .container-fluid .wrapper .content.iconic-links .action-box:hover .action-icon span {
  color: #00bcd4;
  cursor: pointer;
}
main .container-fluid .wrapper .content.iconic-links .action-box.inactive .action-icon {
  pointer-events: none;
}
main .container-fluid .wrapper .content.iconic-links .action-box.inactive .action-icon i {
  background-color: #b7b7b7;
  color: #757575;
}
main .container-fluid .wrapper .content.iconic-links .action-box.inactive .action-icon span {
  color: #757575;
}
main .container-fluid .wrapper .content.login {
  background: #00bcd4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* === LoginForm === */

  /* === End of LoginForm === */

}
main .container-fluid .wrapper .content.login .login-form {
  max-width: 600px;
  min-width: 375px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 2em;
}
main .container-fluid .wrapper .content.login .login-form .form-group label {
  color: #b2ebf2;
}
main .container-fluid .wrapper .content.login .login-form .forgot-password {
  margin-top: 2em;
}
main .container-fluid .wrapper .content.login .login-form .forgot-password a {
  color: #b2ebf2;
}
main .container-fluid .wrapper .content.login .login-form .forgot-password a:hover {
  color: white;
}
main .container-fluid .wrapper.invoice {
  max-width: 210mm;
}
main .container-fluid .wrapper.error h1 {
  font-size: 124px;
}
main .container-fluid .wrapper.error h2 {
  font-size: 64px;
}
main .container-fluid .wrapper.error p {
  font-size: 14pt;
}
main .container-fluid .wrapper.error figure.bendisa {
  margin: 0 auto;
  text-align: center;
  max-height: 60px;
  width: 100%;
}
.search-box {
  position: relative;
  display: block;
  width: 100%;
  background: #eeeeee;
  color: #212121;
  padding: 1em;
  border-top: 2px solid white;
  margin-bottom: 1em;
}
.search-box .searchSelector {
  padding-left: 0em;
}
.search-box .searchField {
  padding-left: 0em;
}
.search-box .searchField .form-group {
  margin-bottom: 0;
}
.search-box .searchButton {
  padding-left: 0em;
  position: absolute;
  right: 1em;
  top: 1em;
}
.search-box .searchButton button.btn-search {
  background: transparent;
  color: #00bcd4;
  font-weight: bold;
}
.search-box .searchButton button.btn-search i {
  vertical-align: middle;
  line-height: 24px;
  height: 24px;
}
.search-box .searchButton button.btn-search .search-button-label {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  line-height: 24px;
}
footer {
  height: 45px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 10pt;
  line-height: 40px;
}
/* Nalozi - Tabela Design*/

table.table.table-grid thead th {
  height: 34px;
  cursor: pointer;
}
table.table.table-grid thead th,
table.table.table-grid tbody th {
  font-size: 9pt;
  background: #b2ebf2;
  color: #0097a7;
  vertical-align: top;
}
table.table.table-grid thead th.header.headerSortDown:after,
table.table.table-grid tbody th.header.headerSortDown:after {
  font-family: Material Icons;
  font-weight: normal;
  font-style: normal;
  font-size: 18pt;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  padding: 4px 0px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: liga;
  content: 'arrow_drop_down';
  vertical-align: top;
}
table.table.table-grid thead th.headerSortUp:after,
table.table.table-grid tbody th.headerSortUp:after {
  font-family: Material Icons;
  font-weight: normal;
  font-style: normal;
  font-size: 18pt;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  padding: 4px 0px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: liga;
  content: 'arrow_drop_up';
  vertical-align: top;
}
table.table.table-grid tbody tr {
  transition: all 0.3s ease;
}
table.table.table-grid tbody tr td {
  cursor: pointer;
  vertical-align: middle;
  font-size: 11pt;
}
table.table.table-grid tbody tr td span {
  display: block;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  padding: 10px 8px;
  font-size: 14pt;
  letter-spacing: 2px;
  color: white;
  background-color: aqua;
  overflow: hidden;
  text-align: center;
}
table.table.table-grid tbody tr td[data-status="None"] {
  color: #118acb;
}
table.table.table-grid tbody tr td[data-status="False"] {
  color: #d8242f;
}
table.table.table-grid tbody tr td[data-status="Closed"] {
  color: #468847;
}
table.table.table-grid tbody tr td[data-status="True"] {
  color: #468847;
}
table.table.table-grid tbody tr td[data-status="Normal"] {
  color: #118acb;
}
table.table.table-grid tbody tr td[data-status="Delayed"] {
  color: #f78a20;
}
table.table.table-grid tbody tr td[data-status="Canceled"] {
  color: #d8242f;
}
table.table.table-grid tbody tr td[data-content="Коментар"] {
  font-size: 8pt;
}
table.table.table-grid tbody tr:hover {
  background: #00bcd4;
  color: white;
}
table.table.table-grid tbody tr.archived {
  background: #00bcd4;
  color: white;
}
.sort .icon {
  padding-top: 4px;
}
.nav-pills li {
  margin: 0px 1px 15px 1px;
}
.nav-pills li a {
  border-radius: 0;
  background: white !important;
  color: #ff5722;
  border-bottom: 2px solid #ff5722;
  border-top: 2px solid white;
}
.nav-pills li a:hover {
  color: #0097a7;
}
.nav-pills li.active a,
.nav-pills li.active a:focus,
.nav-pills li.active a:hover {
  background: white !important;
  color: #0097a7;
  border-bottom: 2px solid #0097a7;
  border-top: 2px solid white;
}
.tab-content .tab-pane .form-group.nopadding.col-md-2:after {
  content: 'sort';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: -30px;
  top: 5px;
}
.checkbox label,
label.checkbox-inline {
  cursor: pointer;
  padding-left: 0;
  color: #b7b7b7;
}
.form-group.is-focused .checkbox label,
.form-group.is-focused label.checkbox-inline {
  color: #b7b7b7;
}
.form-group.is-focused .checkbox label:hover,
.form-group.is-focused label.checkbox-inline:hover,
.form-group.is-focused .checkbox label:focus,
.form-group.is-focused label.checkbox-inline:focus {
  color: #b7b7b7;
}
fieldset[disabled] .form-group.is-focused .checkbox label,
fieldset[disabled] .form-group.is-focused label.checkbox-inline {
  color: #b7b7b7;
}
.checkbox input[type=checkbox],
label.checkbox-inline input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.checkbox .checkbox-material,
label.checkbox-inline .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 3px;
}
.checkbox .checkbox-material:before,
label.checkbox-inline .checkbox-material:before {
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  -webkit-transform: scale3d(2.3, 2.3, 1);
  transform: scale3d(2.3, 2.3, 1);
}
.checkbox .checkbox-material .check,
label.checkbox-inline .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #009688;
  border-radius: 0;
  overflow: hidden;
  z-index: 1;
}
.checkbox .checkbox-material .check:before,
label.checkbox-inline .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  width: 0;
  height: 0;
}
.checkbox input[type=checkbox]:focus + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.checkbox input[type=checkbox]:focus:checked + .checkbox-material:before,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 500ms;
  -o-animation: rippleOn 500ms;
  animation: rippleOn 500ms;
}
.checkbox input[type=checkbox]:focus:checked + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material .check:before {
  -webkit-animation: checkbox-on 0.3s forwards;
  -o-animation: checkbox-on 0.3s forwards;
  animation: checkbox-on 0.3s forwards;
}
.checkbox input[type=checkbox]:focus:checked + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 500ms forwards;
  -o-animation: rippleOn 500ms forwards;
  animation: rippleOn 500ms forwards;
}
.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material:before,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 500ms;
  -o-animation: rippleOff 500ms;
  animation: rippleOff 500ms;
}
.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:before {
  -webkit-animation: checkbox-off 0.3s forwards;
  -o-animation: checkbox-off 0.3s forwards;
  animation: checkbox-off 0.3s forwards;
}
.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 500ms forwards;
  -o-animation: rippleOff 500ms forwards;
  animation: rippleOff 500ms forwards;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
  color: #009688;
  border-color: #009688;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #009688;
  -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
}
fieldset[disabled] .checkbox,
fieldset[disabled] label.checkbox-inline,
fieldset[disabled] .checkbox input[type=checkbox],
fieldset[disabled] label.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
.checkbox input[type=checkbox][disabled] + .circle,
label.checkbox-inline input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page.error {
  margin-top: 3em;
}
.page.error h1 {
  font-size: 48pt;
}
.page.error a {
  color: white;
}
.page.error .bendisa {
  display: block;
  margin: 0px auto;
  text-align: center;
}
.page.error .bendisa a img {
  text-align: center;
  margin: 0px auto;
  display: block;
  width: 200px;
}
.files .file {
  background: rgba(178, 235, 242, 0.25);
  width: 100%;
  height: 24px;
  margin: 1px 0px;
  line-height: 24px;
  position: relative;
}
.files .file a.delete-doc-link {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  height: 24px;
  visibility: hidden;
  opacity: 0;
  color: #d8242f;
}
.files .file a.delete-doc-link i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 4px;
  padding: 2px;
}
.files .file a.file-link {
  display: block;
  width: 100%;
  font-size: 10pt;
  color: #00bcd4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.files .file a.file-link i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 4px;
  padding: 2px;
}
.files .file a.file-link:hover {
  color: #0097a7;
}
.files .file:hover a.delete-doc-link {
  visibility: visible;
  opacity: 1;
}
ul#ui-id-1.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  z-index: 10000000000000000000;
  box-shadow: 0px 0px 3px #00bcd4;
}
ul#ui-id-1.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu .ui-menu-item {
  border-bottom: 1px solid #dbdbdb;
}
.ui-state-active {
  background: #00bcd4 !important;
  border: 1px solid #0097a7 !important;
}
/* Mobile */

@media screen and (max-width: 767px) {
  table.table.table-grid thead th,
  table.table.table-grid tbody th {
    display: none;
  }
  table.table.table-grid thead {
    display: none;
  }
  table.table.table-grid tbody tr {
    transition: all 0.3s ease;
  }
  table.table.table-grid tbody tr td {
    cursor: pointer;
    vertical-align: middle;
    display: block;
    width: 100%;
  }
  table.table.table-grid tbody tr td span {
    display: inline-block;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    padding: 6px;
    font-size: 12pt;
    letter-spacing: 1px;
    color: white;
  }
  table.table.table-grid tbody tr td span.vj {
    background: violet;
  }
  table.table.table-grid tbody tr td span.ks {
    background: chocolate;
  }
  table.table.table-grid tbody tr td span.jk {
    background: turquoise;
  }
  table.table.table-grid tbody tr td span.pg {
    background: cornflowerblue;
  }
  table.table.table-grid tbody tr td['data-attr'] {
    display: block;
  }
  table.table.table-grid tbody tr td[data-status="True"] {
    color: #468847;
  }
  table.table.table-grid tbody tr td[data-status="False"] {
    color: #d8242f;
  }
  table.table.table-grid tbody tr td:before {
    font-size: 9pt;
    color: #0097a7;
    content: attr(data-content);
    display: inline-block;
    width: 40%;
  }
  table.table.table-grid tbody tr td:nth-child(1) {
    background: #b2ebf2;
    border-top: 4px solid #0097a7;
  }
  table.table.table-grid tbody tr td:last-child:before {
    display: block;
    width: 100%;
  }
  table.table.table-grid tbody tr:hover {
    background: #00bcd4;
    color: white;
  }
  /* Main Content */
  
  main .container-fluid .wrapper .content {
    margin-bottom: 1em;
    /* === End of Home Page Boxes === */
  
  }
  main .container-fluid .wrapper .content h1 {
    margin: 1em auto 0.25em;
    font-size: 24px;
  }
  main .container-fluid .wrapper .content.login {
    background: #00bcd4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* === LoginForm === */
  
    /* === End of LoginForm === */
  
  }
  main .container-fluid .wrapper .content.login .login-form {
    max-width: 600px;
    min-width: 375px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 2em;
  }
  main .container-fluid .wrapper .content.login .login-form .form-group label {
    color: #b2ebf2;
  }
  main .container-fluid .wrapper .content.login .login-form .forgot-password {
    margin-top: 2em;
  }
  main .container-fluid .wrapper .content.login .login-form .forgot-password a {
    color: #b2ebf2;
  }
  main .container-fluid .wrapper .content.login .login-form .forgot-password a:hover {
    color: white;
  }
  /* End of Main Content */
  
  /* Create Button */
  
  .btn-group .btn-create {
    width: 48px;
    height: 48px;
    line-height: 50px;
    margin: 0.25em 0em 0.5em;
  }
  .files .file a.delete-doc-link {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@-o-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@-webkit-keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
  }
}
@-o-keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
  }
  100% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
  }
}
@keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
  }
}
@-webkit-keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
