/* Colors */
/**/
/* Usage:

.my-box {
  padding: 10px;
  
  @include for-desktop-up {
    padding: 20px;
  }
}

*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* ------ Fonts, default styles ------ */
/* ------ Fonts ------ */
.ui-widget,
button,
input,
select,
textarea,
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #4e565c; }

/* ------ */
a {
  text-decoration: none;
  color: #333; }

p {
  line-height: 1.2em;
  margin: 1em 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0; }

:focus {
  outline: none; }

/* ------ Simple content ------ */
.simple-content hr {
  border: 0;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  margin: 1em 0; }

/* ------ Input placeholders ------ */
.placeholder {
  color: #b4b7b9; }

::-webkit-input-placeholder {
  color: #b4b7b9; }

:-moz-placeholder {
  color: #b4b7b9; }

::-moz-placeholder {
  color: #b4b7b9;
  opacity: 1; }

/* ------ Forms ------ */
:focus {
  outline: none; }

.form-row {
  margin-bottom: 10px;
  padding-left: 115px;
  position: relative; }

.form-row--no-label {
  padding-left: 0px;
  padding-top: 11px; }

.form-row label {
  display: block;
  padding-bottom: 6px;
  position: absolute;
  left: 0px;
  width: 110px;
  top: 10px; }

.form-default .label-inline {
  padding-top: 11px;
  margin-right: 17px;
  margin-left: 37px; }

.form-item:first-child .label-inline {
  margin-left: 0px; }

.form-default .type-text,
.form-default input[type="text"],
.form-default input[type="password"],
.form-default input[type="tel"],
.form-default input[type="email"],
.form-default input[type="number"],
.form-default textarea {
  width: 100%;
  padding: 9px 12px;
  padding-top: 10px;
  border: 1px solid #dddddd;
  background: #fff;
  font-size: 14px;
  border-radius: 2px; }

.form-default textarea {
  resize: none;
  height: 144px;
  vertical-align: top; }

.form-default input[type="text"].input-small,
.form-default .input-small {
  width: 105px;
  margin-right: 8px;
  float: left; }

.form-default .input-medium {
  width: 238px;
  margin-right: 8px;
  float: left; }

.form-inline-text {
  float: left;
  padding-left: 10px;
  line-height: 40px;
  padding-right: 14px; }

.form-controls {
  padding-top: 14px;
  padding-left: 115px;
  padding-bottom: 20px; }

/* Form link */
.form-link {
  color: #2586e0; }

.form-link:hover {
  text-decoration: underline; }

/* Custom checkbox */
.custom-checkbox-item {
  position: relative;
  display: inline-block;
  vertical-align: top; }

.custom-checkbox-item input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px; }

.custom-checkbox {
  padding-left: 26px;
  position: relative;
  cursor: pointer;
  min-height: 20px;
  vertical-align: top; }

.custom-checkbox {
  display: inline-block; }

.custom-checkbox > strong {
  font-size: 15px; }

.custom-checkbox:before,
.custom-checkbox:after {
  display: inline-block;
  position: absolute;
  content: '';
  left: 0px;
  top: 2px;
  width: 16px;
  height: 16px; }

.custom-checkbox:before {
  border: 1px solid #a7a7a7;
  border-radius: 2px; }

.custom-checkbox:after {
  background: url(../img/icon-checkbox.svg) no-repeat 0 center;
  background-size: 10px 10px;
  width: 12px;
  height: 12px;
  left: 3px;
  top: 4px;
  display: none; }

input[type="checkbox"]:checked + .custom-checkbox:after {
  display: inline-block; }

/* ------ Buttons ------ */
.btn--warning,
.btn--primary,
.btn--secondary {
  display: inline-block;
  border: none;
  height: 40px;
  line-height: 36px;
  text-align: center;
  min-width: 106px;
  font-weight: normal;
  margin-right: 5px;
  border-radius: 2px;
  text-decoration: none !important; }

.btn--warning {
  background: #ea0003;
  border: 1px solid #ea0003;
  color: #fff !important; }

.btn--warning:hover {
  background-color: #920100;
  border-color: #920100;
  text-decoration: none !important; }

.btn--primary {
  background: #2586e0;
  border: 1px solid #2586e0;
  color: #fff !important; }

.btn--primary:hover {
  background-color: #1a71c1;
  border-color: #1a71c1; }

.btn--secondary {
  background: #fff;
  border: 1px solid #dddddd;
  color: #4e565c !important;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.btn--secondary:hover {
  background: #f5f7f6;
  text-decoration: none !important; }

.btn--small {
  display: inline-block;
  border: none;
  height: 28px;
  line-height: 26px;
  padding: 0 16px;
  text-align: center;
  font-weight: normal;
  background: #fff;
  border: 1px solid #dddddd;
  color: #4e565c;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.btn--small:hover {
  background: #f5f7f6; }

.btn--list {
  min-width: 0;
  line-height: 26px;
  height: 28px;
  padding: 0 10px; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?rsdq8ky");
  src: url("../fonts/icomoon.eot?rsdq8ky#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?rsdq8ky") format("truetype"), url("../fonts/icomoon.woff?rsdq8ky") format("woff"), url("../fonts/icomoon.svg?rsdq8ky#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-area-dash:before {
  content: "\e900"; }

.icon-arrow-right:before {
  content: "\e901"; }

.icon-arrow-left:before {
  content: "\e902"; }

.icon-settings:before {
  content: "\e903"; }

.icon-exit:before {
  content: "\e904"; }

.icon-calendar:before {
  content: "\e905"; }

.icon-print:before {
  content: "\e906"; }

.icon-hands:before {
  content: "\e907"; }

.icon-remove:before {
  content: "\e908"; }

.icon-user:before {
  content: "\e909"; }

.icon-users:before {
  content: "\e90a"; }

.icon-dart-left:before {
  content: "\e90b"; }

.new-window {
  padding-right: 20px;
  display: inline-block;
  position: relative; }
  .new-window:after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/new-window.svg) right center no-repeat;
    background-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    opacity: 0.5; }
  .new-window:hover:after {
    opacity: 1; }

/* ------ Common plugin fix ------ */
/* Owl carousele items flickering before slide fixed */
.owl-item {
  z-index: -1; }

/* ------ Common helpers ------ */
.menu {
  list-style: none;
  padding: 0;
  margin: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.tar {
  text-align: right !important; }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.date {
  color: #ccc; }

.max-width-746 {
  max-width: 746px; }

/* ------ Clearfix ------ */
.row:before,
.row:after,
.clearfix:before,
.clearfix:after,
.form-row:before,
.form-row:after {
  content: "";
  display: table; }

.row:after,
.clearfix:after,
.form-row:after {
  clear: both; }

.row,
.clearfix,
.form-row {
  zoom: 1; }

/* ------ Box model set ------ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/* ------ Site layout ------ */
html {
  background: #fafafa; }

.app {
  min-width: 1024px; }

.site-block {
  margin: 0 auto;
  max-width: 1200px; }

/* ------ Columns system ------ */
.row {
  margin: 0 -17px; }
  @media (max-width: 1024px) {
    .row {
      margin: 0 -15px; } }
  @media (max-width: 640px) {
    .row {
      margin: 0 -10px; } }

.col-1-of-1,
.col-1-of-2,
.col-1-of-3,
.col-2-of-3,
.col-1-of-4,
.col-3-of-4,
.col-1-of-5,
.col-2-of-5,
.col-3-of-5,
.col-1-of-6,
.col-1-of-12 {
  float: left; }

.row > .col-1-of-1,
.row > .col-1-of-2,
.row > .col-1-of-3,
.row > .col-2-of-3,
.row > .col-1-of-4,
.row > .col-3-of-4,
.row > .col-1-of-5,
.row > .col-2-of-5,
.row > .col-3-of-5,
.row > .col-1-of-6,
.row > .col-1-of-12 {
  padding: 0 17px; }
  @media (max-width: 1024px) {
    .row > .col-1-of-1,
    .row > .col-1-of-2,
    .row > .col-1-of-3,
    .row > .col-2-of-3,
    .row > .col-1-of-4,
    .row > .col-3-of-4,
    .row > .col-1-of-5,
    .row > .col-2-of-5,
    .row > .col-3-of-5,
    .row > .col-1-of-6,
    .row > .col-1-of-12 {
      padding: 0 15px; } }
  @media (max-width: 640px) {
    .row > .col-1-of-1,
    .row > .col-1-of-2,
    .row > .col-1-of-3,
    .row > .col-2-of-3,
    .row > .col-1-of-4,
    .row > .col-3-of-4,
    .row > .col-1-of-5,
    .row > .col-2-of-5,
    .row > .col-3-of-5,
    .row > .col-1-of-6,
    .row > .col-1-of-12 {
      padding: 0 10px; } }

.row > .no-padding {
  padding-left: 0px;
  padding-right: 0px; }

.row > .no-padding-right {
  padding-right: 0px; }

.row > .no-padding-left {
  padding-left: 0px; }

.col-1-of-1.fr,
.col-1-of-2.fr,
.col-1-of-3.fr,
.col-2-of-3.fr,
.col-1-of-4.fr,
.col-3-of-4.fr,
.col-1-of-5.fr,
.col-2-of-5.fr,
.col-3-of-5.fr,
.col-1-of-6.fr,
.col-1-of-6.fr {
  float: right; }

.col-1-of-1 {
  width: 100%; }

.col-1-of-2 {
  width: 50%; }

.col-1-of-3 {
  width: 33.33333%; }

.col-2-of-3 {
  width: 66.6666%; }

.col-1-of-4 {
  width: 25%; }

.col-3-of-4 {
  width: 75%; }

.col-1-of-5 {
  width: 20%; }

.col-2-of-5 {
  width: 40%; }

.col-3-of-5 {
  width: 60%; }

.col-1-of-6 {
  width: 16.66666%; }

.col-1-of-12 {
  width: 8.33333%; }

.toggle-mobile-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 59px;
  height: 59px;
  background: url(../img/icon-menu.svg) no-repeat center center;
  background-size: 26px 26px; }

@media (max-width: 1260px) {
  .toggle-mobile-menu {
    display: block; } }
.main-menu-visible .toggle-mobile-menu {
  background-color: #37434b; }

/* ------ Site Header styles ------ */
.app-header {
  background: #2b343b;
  min-height: 59px;
  padding: 12px 17px;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 40; }

.main-logo img {
  width: 142px;
  height: 31px; }

@media (max-width: 1260px) {
  .main-logo {
    margin-left: 50px; } }
/*--------------------------------
--- User menu 
--------------------------------*/
.user-menu {
  padding-top: 5px;
  font-size: 13px; }

.user-menu li {
  float: left;
  margin-left: 42px; }

.user-menu a {
  color: #fff;
  display: inline-block;
  line-height: 22px;
  position: relative;
  padding-left: 29px;
  min-height: 22px; }

.user-menu a:hover {
  color: #9b9e9f; }

.user-menu a.icon-only {
  padding-left: 22px; }

.user-menu span {
  font-size: 22px;
  position: absolute;
  left: 0px;
  top: -1px; }

/*--------------------------------
--- Sidebar
--------------------------------*/
.app-sidebar {
  position: fixed;
  left: 0px;
  top: 59px;
  bottom: 0px;
  z-index: 10;
  width: 208px;
  color: #fff;
  background: #37434b; }

@media (max-width: 1260px) {
  .app-sidebar {
    left: -208px; }

  .main-menu-visible .app-sidebar {
    left: 0px; } }
/*--------------------------------
--- Main menu 
--------------------------------*/
.main-menu {
  padding-top: 23px; }

.main-menu a {
  display: block;
  padding: 15px 33px;
  padding-left: 71px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  line-height: 20px; }

.main-menu a:hover,
.main-menu .main-menu-item--active {
  color: #37434b;
  background: #fafafa; }

.main-menu span {
  position: absolute;
  font-size: 25px;
  left: 30px;
  top: 13px; }

.main-submenu {
  border-top: 1px solid #37434b;
  background: #fafafa;
  padding-top: 19px;
  padding-bottom: 30px;
  font-size: 12px; }

.main-submenu a {
  color: #37434b;
  padding: 5px 20px;
  padding-left: 71px; }

.main-submenu a:hover {
  text-decoration: underline; }

.main-submenu span {
  font-size: 16px;
  left: 51px;
  top: 8px;
  display: none; }

.main-menu-item--active > span {
  display: block; }

.app-center {
  padding-left: 208px;
  padding-top: 59px; }

.app-center .page-block {
  padding: 24px 26px; }

/* Responsive app center */
@media (max-width: 1260px) {
  .app-center {
    padding-left: 0px; } }
/*--------------------------------
--- App block
--------------------------------*/
.app-block {
  background: #fff;
  margin-bottom: 15px; }

.app-block__header {
  padding: 22px 35px; }

.app-block__header--small {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dddddd; }

.app-block__header h1 {
  margin: 0;
  font-weight: normal;
  display: inline-block;
  font-size: 30px;
  color: #2b343b;
  margin-right: 56px; }

.app-block__header .btn--small {
  margin-top: 4px; }

.app-block__header h2 {
  margin: 0;
  font-weight: normal;
  display: inline-block;
  font-size: 22px;
  color: #2b343b;
  margin-right: 19px; }

@media (max-width: 1600px) {
  .app-block__header .btn--small.mobile-fl {
    float: left; } }
/* Back link */
.back-link span {
  margin-right: 13px;
  vertical-align: -2px; }

/* Block content */
.app-block__content {
  padding: 27px 35px; }

.app-block__header + .app-block__content {
  border-top: 1px solid #dddddd; }

.app-block__header--small + .app-block__content {
  border-top: none; }

.app-block__content img {
  max-width: 100%;
  width: auto; }

.app-block__footer {
  padding: 25px 28px;
  border-top: 1px solid #ddd; }

/*--------------------------------
--- Popups
--------------------------------*/
.fancybox-slide > * {
  padding: 0; }

.fancybox-close-small {
  width: 65px;
  height: 65px;
  background: url(../img/icon-remove.svg) no-repeat center center;
  background-size: 28px 28px;
  opacity: 0.7; }

.fancybox-close-small:hover {
  opacity: 1; }

.fancybox-close-small:after {
  display: none; }

.fancybox-is-open .fancybox-bg {
  background: rgba(43, 52, 59, 0.9); }

.popup {
  width: 750px; }

.popup__header,
.popup__content {
  padding: 25px 29px; }

.popup__header {
  font-size: 22px;
  border-bottom: 1px solid #dddddd;
  padding: 18px 29px;
  padding-right: 50px; }

.popup__content {
  background: #fafafa; }

/*--------------------------------
--- Data table
--------------------------------*/
.data-table {
  width: 100%; }

.data-table th,
.data-table td {
  padding: 13px 16px;
  border-bottom: 1px solid #dddddd;
  color: #4e565c;
  line-height: 20px;
  padding-bottom: 12px; }

.data-table tr:last-child td {
  border-bottom: none; }

.data-table th:first-child,
.data-table td:first-child {
  padding-left: 28px; }

.data-table th:last-child,
.data-table td:last-child {
  padding-right: 28px; }

.data-table th {
  padding: 21px 16px;
  background: #ededed;
  text-align: left; }

.data-table th a {
  color: #4e565c; }

.data-table td a {
  color: #2586e0; }

.data-table td a:hover {
  text-decoration: underline; }

.data-table td .btn--small {
  color: #4e565c;
  margin-left: 5px; }

.data-table--big-spacing td {
  padding-top: 16px;
  padding-bottom: 16px; }

/* Color item */
.color-item {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%; }

/*--------------------------------
--- Paginator
--------------------------------*/
.paginator.fr {
  margin-left: 41px; }

.paginator a {
  display: inline-block;
  border: none;
  height: 28px;
  line-height: 26px;
  padding: 0 3px;
  text-align: center;
  font-weight: normal;
  background: #fff;
  border: 1px solid #dddddd;
  color: #4e565c;
  border-radius: 2px;
  margin-left: 5px;
  min-width: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.paginator a:hover {
  background: #f5f7f6; }

.paginator a span {
  vertical-align: -4px;
  font-size: 20px; }

.paginator .paginator-item--active:hover,
.paginator .paginator-item--active {
  background: #ededed; }

/*--------------------------------
--- Filter
--------------------------------*/
.filter-form {
  position: relative;
  padding-right: 123px;
  margin-right: 20px; }

.filter-form .btn--secondary {
  margin-right: 0px; }

.form-controls--absolute {
  position: absolute;
  right: 0px;
  bottom: 0px; }

@media (max-width: 1600px) {
  .form-default .input-medium {
    width: 175px; } }
/* ------ Page Footer styles ------ */
.ui-selectmenu-status {
  line-height: 36px; }

.countdown {
  font-size: 11px;
  color: #6c6c6c;
  margin-top: 4px; }

.checkboxes {
  height: 150px;
  overflow: auto;
  padding: 5px;
  border: 1px solid #dddddd; }
  .checkboxes.simple {
    border: 0;
    height: auto; }
  .checkboxes label {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    cursor: pointer;
    font-size: 12px; }
    .checkboxes label input {
      margin-right: 3px; }

.alert {
  margin-bottom: 10px;
  padding: 18px 35px; }
  .alert.alert-error {
    background: #ffdbdb; }
  .alert.alert-success {
    background: #c9f6bc; }

#calendar {
  font-size: 12px; }
  #calendar .fc-toolbar h2 {
    font-size: 12px;
    line-height: 26px; }
  #calendar .ui-selectmenu-menu li a, #calendar .ui-selectmenu-status {
    line-height: 26px; }

.app-sidebar {
  z-index: 30; }

hr {
  height: 1px;
  border: 0;
  margin: 30px 0;
  background: #dddddd; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  padding: 0 12px;
  border: 1px solid #d2d2d2;
  max-width: 310px;
  font-size: 14px;
  border-radius: 3px;
  height: 36px;
  line-height: 34px;
  display: block;
  font-size: 14px;
  color: #505050;
  position: relative;
  top: auto;
  left: auto; }

.inputfile + label span {
  color: #505050;
  font-weight: normal; }

span.inline,
span.inline span {
  display: inline-block;
  width: auto;
  line-height: 40px;
  vertical-align: top;
  box-sizing: border-box; }

.chosen-container-single {
  width: 100%; }
  .chosen-container-single .chosen-single {
    background: #fff;
    border: 1px solid #dddddd;
    text-decoration: none !important;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    line-height: 40px;
    padding: 0 12px; }
    .chosen-container-single .chosen-single div b {
      background-position: 0 9px; }
    .chosen-container-single .chosen-single abbr {
      top: 13px; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 9px; }

.chosen-container-multi .chosen-choices {
  background: #fff;
  border: 1px solid #dddddd;
  text-decoration: none !important;
  border-radius: 0;
  box-shadow: none;
  line-height: 40px;
  padding: 0 12px; }
  .chosen-container-multi .chosen-choices li.search-choice {
    line-height: 20px;
    margin: 5px 5px 5px 0; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      top: 8px; }

.ui-selectmenu-status {
  padding-top: 0;
  padding-bottom: 0; }

#createEvent .form-row {
  padding-left: 85px; }
#createEvent .form-controls {
  padding-left: 0; }

.photos {
  margin-top: 20px;
  font-size: 0; }
  .photos .photo {
    border: 1px solid #ffffff;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px 3px 20px 3px;
    vertical-align: top;
    display: inline-block;
    cursor: move; }
    .photos .photo img {
      width: 100px; }
    .photos .photo .tools {
      position: absolute;
      display: none;
      bottom: 3px;
      left: 0;
      width: 100%;
      text-align: center; }
      .photos .photo .tools a.remove {
        display: inline-block;
        background: url(../img/icon-remove.svg) center center no-repeat;
        width: 15px;
        height: 15px;
        background-size: 100%; }
    .photos .photo:hover {
      border: 1px solid #DDDDDD; }
      .photos .photo:hover .tools {
        display: block; }

.dropzone {
  min-height: 0; }

table.data-table .ui-sortable-helper {
  display: table;
  background: #ffffff; }

form .row a {
  font-weight: normal;
  line-height: 40px;
  text-decoration: underline;
  color: #8c8c8c; }
  form .row a:hover {
    text-decoration: none;
    color: #4F565C; }

#loginForm .row {
  margin-bottom: 15px; }

.filter-form {
  width: 100%; }

#sms_counter {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 11px; }
  #sms_counter li {
    display: table-cell;
    padding: 10px 15px 10px 0; }

.popup {
  font-size: 14px; }
  .popup h1 {
    margin: 0;
    margin-bottom: 20px; }
  .popup .errors {
    color: #920100;
    margin-bottom: 15px; }
  .popup #createEvent .form-field {
    margin-bottom: 10px; }
  .popup #createEvent label {
    display: inline-block;
    width: 80px; }
  .popup #createEvent input[type=text], .popup #createEvent .type-text, .popup #createEvent select {
    width: 100px;
    display: inline-block; }
  .popup #createEvent .type-text {
    cursor: pointer; }
  .popup #createEvent .price {
    margin: 15px 0; }
  .popup #createEvent .form-field-times.error {
    color: #920100; }

.rooms-select {
  position: relative;
  min-width: 250px;
  text-align: left;
  margin-top: -5px; }
  .rooms-select * {
    text-align: left; }
  .rooms-select .ui-selectmenu-status {
    font-size: 13px;
    line-height: 28px !important; }
  .rooms-select span.room-color {
    width: 13px;
    height: 13px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
    vertical-align: top; }
  .rooms-select label {
    margin-bottom: 10px;
    padding-left: 24px;
    display: block;
    line-height: 20px;
    height: 20px;
    vertical-align: top;
    width: 20px;
    display: inline-block; }
  .rooms-select a {
    display: inline-block; }
    .rooms-select a:hover {
      text-decoration: underline; }
  .rooms-select fieldset {
    padding: 15px;
    margin: 0;
    position: absolute;
    top: 28px;
    right: 0;
    left: 0;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    border-top: 0;
    background: #ffffff;
    display: none; }
    .rooms-select fieldset.show {
      display: block; }
  .rooms-select a.toggle-rooms {
    height: 32px;
    width: 100%; }

/** CALENDAR INFO **/
.fc-day-header {
  padding: 10px 0 !important;
  font-style: normal;
  text-shadow: none;
  text-transform: uppercase;
  color: #8c949d;
  font-size: 11px;
  font-weight: normal; }

.fc-unthemed thead,
.fc-unthemed th {
  border-color: transparent; }

.fc-unthemed thead > tr > td {
  border-width: 0px !important;
  border-style: none !important; }

th.fc-axis {
  border-width: 0px !important;
  border-style: none !important; }

.fc-time {
  font-weight: 500;
  font-size: 12px;
  color: #8c949d;
  position: relative;
  z-index: 999; }

.ui-selectmenu-menu li.ui-state-disabled a {
  color: #dddddd; }

.calendar-background {
  background-color: #fff;
  margin-top: 0px;
  padding-top: 0px; }

.fc-toolbar {
  background-color: #e4ebf1;
  margin-bottom: 0;
  padding: 10px 0 5px; }

.fc-toolbar h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px; }

.fc-toolbar .fc-left {
  padding-left: 60px; }

.fc-button-group {
  padding-right: 60px; }

#createEvent .fc-head {
  display: none; }
#createEvent .fc-toolbar {
  background-color: #e4ebf1;
  margin-bottom: 0;
  padding: 5px 0 0 0;
  height: 35px;
  box-sizing: border-box; }
  #createEvent .fc-toolbar .fc-center {
    line-height: 15px; }
  #createEvent .fc-toolbar h2 {
    line-height: 15px; }
#createEvent .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0; }

a.fc-event {
  text-decoration: none !important;
  line-height: normal !important; }

.fc-today {
  /*     background: rgba(30, 118, 94, 0.1) !important;*/
  background: none !important; }

.fc-month-view .fc-today {
  background: #27C3BB !important;
  color: #fff !important; }

.calendar-overlay {
  height: 100vh;
  overflow: hidden; }

.calendar-overlay .page-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99; }

.fc-time-grid .fc-bgevent {
  background: url("../images/128-29.png");
  background-repeat: repeat; }

.fc-bgevent {
  opacity: .8 !important; }

.fc-toolbar .fc-center h2 {
  color: #666B6F;
  font-size: 14px;
  display: inline-block;
  padding: 6px 0; }

.fc-state-default {
  background-color: transparent;
  border: 1px solid transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.fc-state-default span {
  color: #8c949d !important; }

.fc-today-button,
.fc-month-button,
.fc-agendaWeek-button,
.fc-agendaDay-button {
  font-weight: 400;
  color: #666B6F !important; }

.fc-state-hover span,
.fc-today-button:hover,
.fc-month-button:hover,
.fc-agendaWeek-button:hover,
.fc-agendaDay-button:hover {
  color: #2a343a !important; }

.fc-state-active {
  color: #2a343a !important; }

.fc-toolbar .fc-left {
  padding-left: 15px; }

.fc-button-group {
  padding-right: 0px; }

.fc-toolbar .fc-right {
  padding-right: 20px; }

.fc-head-today {
  border-bottom: solid 3px #27C3BB !important;
  color: #27C3BB !important;
  position: relative; }

/* kaireje puseje kad baltas fonas butu */
.fc-row-down-left {
  height: 100%;
  position: absolute;
  background-color: #fff;
  width: 40px;
  top: 0;
  border-right: 1px solid #ddd !important; }

.fc-ltr .fc-axis {
  border-right: 1px solid #ddd !important; }

.fc-header-today-day th.fc-header-today-day {
  background-color: #27C3BB !important;
  color: #fff !important; }

.fc-event .fc-bg {
  background-color: none; }

.fc-time-grid .fc-event,
.fc-day-grid-event.fc-event {
  padding: 0px;
  font-size: 11px;
  color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  background: #e4ebf1; }

.fc-event .fc-content {
  padding: 3px; }

.fc-event:hover {
  color: #1e765e; }
  .fc-event:hover .event-comment {
    opacity: 1; }

.fc-widget-content {
  cursor: pointer; }

.event-comment {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #000000 transparent transparent transparent;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0.5; }

/*# sourceMappingURL=styles.css.map */
