/* ==========================================================================
   Calculating columns
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Other functions
   ========================================================================== */
/* ==========================================================================
   Typography
   ========================================================================== */
p {
  margin: 0 0 1em;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  font-weight: 300;
}
h1,
h2 {
  margin-bottom: 1.1em;
  font-size: 26px;
  line-height: 1em;
}
h1 {
  font-size: 28px;
}
h3,
.title-like-h3 {
  margin-bottom: 0.3em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  color: #3c9adf;
}
.title-line {
  position: relative;
  display: table;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  line-height: 36px;
  /*margin-top: 1.4em;*/
  margin-top: 0em;
  margin-bottom: 1.1em;
}
.title-line:after {
  border-top: 1px solid #d8dbdf;
  content: '';
  display: table-cell;
  width: 100%;
  position: relative;
  top: 18px;
}
.title-line:after {
  left: 20px;
}
b,
strong {
  font-weight: 500;
}
hr {
  margin: 25px 0;
  border-top: 2px solid #d8dbdf;
}
/* ==========================================================================
  Table
   ========================================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 8px;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.06);
}
table > tbody > tr:nth-of-type(odd) {
  background-color: #f8f9fb;
}
th,
td {
  padding: 15px;
  border: 1px solid #ebeef2;
}
th {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #fff;
  background: #3c9adf;
  border: 0;
  border-bottom: 1px solid #3c9adf;
  border-left: 1px solid #378abf;
}
th:first-child {
  border-color: #3c9adf;
}
th.sorting {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right center;
}
th.check {
  width: 52px;
}
/* ==========================================================================
  Forms
   ========================================================================== */
input,
textarea,
select,
.form-control {
  width: 100%;
  height: 35px;
  padding: 10px;
  border: 1px solid #e5e8ed;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
}
input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  outline: 0;
}
html input[disabled],
.disabled {
  cursor: not-allowed;
  background: #eff2f7;
}
.has-success .form-control {
  border-color: #30ed6f;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
}
.has-success .form-control-feedback,
.has-success .help-block {
  color: #30ed6f;
}
.has-warning .form-control {
  border-color: #e8cd6f;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
}
.has-warning .form-control-feedback,
.has-warning .help-block {
  color: #e8cd6f;
}
.has-error .form-control {
  border-color: #f81e40;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
}
.has-error .form-control-feedback,
.has-error .help-block {
  color: #f81e40;
}
.help-block {
  margin-top: 5px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 13px;
}
/*
.input-switch {
  width: 150px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.input-switch-option {
  display: block;
  float: left;
  width: 50%;
  cursor: pointer;
  padding: 8px 5px;
}
.input-switch-option.selected {
  color: #fff;
  background: #3c9adf;
}
*/
.input-onoff-text {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.input-onoff-item {
  display: inline-block;
  height: 15px;
  width: 30px;
  padding: 2px;
  vertical-align: middle;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.input-onoff-item:before {
  content: '';
  display: block;
  float: left;
  width: 11px;
  height: 11px;
  background: #f81e40;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.status-on .input-onoff-item:before {
  float: right;
  background: #30ed6f;
}
.status-off .input-onoff-item:before {
  float: left;
  background: #f81e40;
}
.input-select {
  position: relative;
  padding-right: 40px;
}
.input-select-control {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  text-align: center;
  line-height: 35px;
  border-left: 1px solid #e5e8ed;
}
.input-select-remove {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 0;
  right: 30px;
  padding: 0 10px;
  font-size: 18px;
  line-height: 33px;
}
.input-multiple-select {
  padding: 4px;
}
.multiple-select-item {
  display: inline-block;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  background: #3c9adf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.input-add {
  position: relative;
  padding-right: 40px;
}
.input-add-control {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  width: 30px;
  line-height: 35px;
  text-align: center;
  font-weight: 500;
  font-size: 19px;
}
.input-add-item {
  margin: 10px 0;
  padding: 3px 10px;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: #656c77;
  background: #f1f2f6;
}
.input-add-item .remove-icon {
  cursor: pointer;
  margin: -1px 5px 0 0;
  font-size: 18px;
  color: #3a424f;
}
.input-add-item .remove-icon a {
  text-decoration: none;
}
.event-selected-list {
  background-color: white;
  padding: 4px 0 4px 0;
  margin-top: 12px;
}
.event-add-item {
  display: inline-block;
  margin: 0 0 0 4px;
  padding: 3px 10px;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: #656c77;
  background: #f1f2f6;
}
.event-add-item .remove-icon {
  cursor: pointer;
  margin: -1px 5px 0 0;
  font-size: 18px;
  color: #3a424f;
}
.event-add-item .remove-icon a {
  text-decoration: none;
}
.input-small {
  width: 25%;
}
label .icheckbox,
label .iradio {
  margin-right: 5px;
}
.icheckbox {
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 1px solid #e5e8ed;
  background: no-repeat center #fff;
  background-size: 60% auto;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icheckbox.disabled {
  cursor: not-allowed;
  background-color: #eff2f7;
}
.icheckbox input {
  position: absolute;
  opacity: 0;
}
td.big-checkbox-holder {
  width: 55px;
}
td.big-checkbox-holder .icheckbox {
  width: 26px;
  height: 26px;
}
.iradio {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #e5e8ed;
  background: #fff;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.iradio input {
  opacity: 0;
}
.iradio.checked:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 8px;
  height: 8px;
  background: #3a424f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
label {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
.form-group label {
  font-weight: 600;
}
.radio label,
.checkbox label {
  padding-left: 0;
  font-weight: 400;
}
.settings-button {
  width: 35px;
  height: 35px;
  padding: 10px;
  background: no-repeat center #3c9adf;
}
.btn-nobg {
  color: #3c9adf;
  border-color: #3c9adf;
  background: none;
}
.btn-nobg:hover {
  color: #fff;
  background: #3c9adf;
}
/* ==========================================================================
  General classes
   ========================================================================== */
.color-light {
  color: #929191;
}
.big-plus {
  display: inline-block;
  margin: -3px 5px 0 -5px;
  font-size: 25px;
  line-height: 0;
  vertical-align: middle;
}
/* ==========================================================================
  Sidebar
   ========================================================================== */
#sidebar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 250px;
  min-height: 100vh;
  color: #fff;
  background: #3a424f;
}
.sidebar-title {
  margin: 27px 20px;
  font-family: 'Raleway', sans-serif;
  color: #3c9adf;
  font-size: 14px;
  line-height: 28px;
  font-weight: 200;
}
.sidebar-title span {
  float: right;
  margin: 0 5px;
}
.sidebar-title .sidebar-title-big {
  float: left;
  font-size: 28px;
  color: #fff;
  font-weight: 100;
}
.sidebar-title a {
  color: #fff;
}
.sidebar-part {
  margin: 25px 0;
  padding: 25px 20px 0;
  font-size: 15px;
  font-weight: 300;
  border-top: 2px solid #444c5a;
}
.sidebar-part > li {
  margin-top: 18px;
}
.sidebar-part > li:first-child {
  margin-top: 0;
}
.sidebar-part a {
  color: #ebeef2;
  font-weight: 200;
}
.sidebar-part.dropdown {
  margin-bottom: 15px;
  padding-top: 15px;
  font-weight: 400;
}
.sidebar-part.dropdown + .sidebar-part {
  margin-top: 15px;
}
.sidebar-part.dropdown .arrow-down-white {
  margin: 14px 0;
  float: right;
}
.sidebar-part.dropdown .dropdown-menu {
  left: 20px;
}
.avatar {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 10px 0 0;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  background: no-repeat center #3c9adf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* ==========================================================================
  Custom navigations
   ========================================================================== */
.handle-selected-nav {
  margin: 1em 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  list-style-type: none;
}
.handle-selected-nav li {
  display: inline-block;
  margin-left: 15px;
}
.handle-selected-nav li:first-child {
  margin-left: 0;
}
.handle-selected-nav a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 25px;
  margin: 0 -5px 0 15px;
  background: #d8dbdf;
}
.handle-selected-nav li:last-child a:after {
  display: none;
}
/* ==========================================================================
  Main
   ========================================================================== */
#main {
  width: calc(100% - 250px);
  float: right;
  font-weight: 300;

}
.main-top {
  position: relative;
  padding: 20px 25px 20px 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
}
.main-top > .row {
  margin-left: 51px;
}
.top-search-form {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
  padding: 2px 0 0 16px;
}
.top-search-form input:focus,
.top-search-form button:focus {
  outline: 0;
}
.top-search-form input {
  width: 90%;
  padding: 10px;
  border: none;
}
.top-search-form button {
  padding: 5px;
  vertical-align: middle;
  font-size: 25px;
  color: #3c9adf;
  background: none;
  border: 0;
}
.top-sidebar-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  font-size: 25px;
  text-align: center;
  border-right: 1px solid #e5e8ed;
}
.top-sidebar-toggle > * {
  margin: 31px 0;
}
.main-heading {
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
}
.main-heading h1 {
  margin: 0;
  color: #929191;
  font-size: 1.5em;
  font-family: 'Rubik', sans-serif;
}
.main-heading h1 strong {
  margin-right: 20px;
  color: #3a424f;
}
.main-navigation {
  position: relative;
  z-index: 5;
  padding: 22px 30px 20px;
  background: #fff;
  border-bottom: 2px solid #cfd2d6;
}
.main-navigation:before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  display: block;
  height: 2px;
  background: #f4f4f4;
}
.main-nav {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  list-style-type: none;
}
.main-nav li {
  display: inline-block;
  margin-left: 35px;
}
.main-nav li:first-child {
  margin-left: 0;
}
.main-nav a {
  display: inline-block;
  padding: 10px 0;
  color: #a5abb4;
}
.main-nav .current-item a,
.main-nav a:hover {
  position: relative;
  color: #3c9adf;
  text-decoration: none;
}
.main-nav .current-item a:after,
.main-nav a:hover:after {
  content: '';
  position: absolute;
  top: 60px;
  left: 0;
  display: block;
  height: 2px;
  width: 100%;
  background: #3c9adf;
}
.main-content {
  padding: 35px 25px;
  font-size: 14px;
  line-height: 1.3em;
}
.row-with-bottom {
  margin-bottom: 2em;
}
.toggle-filters {
  cursor: pointer;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: table;
  margin: 4em 0 1em;
  white-space: nowrap;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: #b2b2b2;
  text-align: center;
}
.toggle-filters:before,
.toggle-filters:after {
  border-top: 1px solid #d8dbdf;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}
.toggle-filters:before {
  right: 1.5%;
}
.toggle-filters:after {
  left: 1.5%;
}
.toggle-filters .arrow-down-grey {
  margin-left: 5px;
}
.toggle-filters.toggled {
  margin-top: 1em;
}
.toggle-filters.toggled .arrow-down-grey {
  background-position: left bottom;
}
.toggle-filters.toggled .toggle-text:before {
  content: 'Pienennä ';
}
.toggle-text:before {
  content: 'Avaa kaikki ';
}
.toggable-filters {
  display: none;
}
.toggable-filters.show {
  display: block;
}
/* ==========================================================================
  Minified sidebar
   ========================================================================== */
.sidebar-minified #sidebar {
  width: 50px;
  overflow: hidden;
}
.sidebar-minified .sidebar-icon {
  margin: 0;
}
.sidebar-minified .sidebar-title {
  display: none;
}
.sidebar-minified .sidebar-part {
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
}
.sidebar-minified .sidebar-part.dropdown {
  margin-top: 0;
  border-top: 0;
}
.sidebar-minified .hidable,
.sidebar-minified .hidable-link-name {
  display: none !important;
}
.sidebar-minified #main {
  width: calc(100% - 50px);
}
.sidebar-minified .top-sidebar-toggle .arrow-big-left {
  background-position: 0 -30px;
}
/* ==========================================================================
  Cards
   ========================================================================== */
.card {
  margin: 0 0 25px 25px;
  padding: 15px 20px;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.06);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.card-nobox {
  margin: 0 0 25px 25px;
}
.card:first-child {
  margin-left: 0;
}
.card p {
  margin: 0.3em 0 0;
}
.card p:first-child {
  margin-top: 0;
}
.card hr {
  margin: 15px 0;
  border-width: 1px;
}
.card .form-group {
  margin: 0 0 15px;
}
.card-head {
  margin: -15px -20px 15px;
  padding: 15px 20px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  background: #3c9adf;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.card-head h3 {
  display: inline-block;
  margin: 0;
  color: #fff;
}
.card-head .input-onoff {
  float: right;
}
.card-medium {
  width: calc(50% - 13px);
  float: left;
}
.card-medium:nth-of-type(odd) {
  margin-left: 0;
  clear: both;
}
.card-small {
  width: calc(33% - 14px);
  float: left;
}
.card-small:nth-of-type(3n+1) {
  margin-left: 0;
  clear: both;
}
.card-small h3 {
  font-weight: 500;
  color: inherit;
}
.card-table {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 15px 0;
  border: 1px solid #e5e8ed;
  border-left: 0;
  border-right: 0;
}
.card-table-cell {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-left: 1px solid #e5e8ed;
}
.card-table-cell p {
  margin: 0;
  padding: 15px 0 15px 10px;
  border-top: 1px solid #e5e8ed;
}
.card-table-cell p:first-child {
  border: 0;
}
.card-table-cell:first-child {
  border: 0;
}
.card-table-cell:first-child p {
  padding-left: 0;
}
/* ==========================================================================
   Modal
   ========================================================================== */
.modal-content {
  overflow: hidden;
  font-weight: 300;
}
.modal-header {
  text-align: center;
  color: #fff;
  background: #3c9adf;
  border: 0;
  overflow: hidden;
}
.modal-title {
  font-size: 22px;
}
.moda-body {
  padding: 20px;
}
.modal-linklist {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 19px;
  list-style-type: none;
}
.modal-linklist li {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #e5e8ed;
}
.modal-linklist li:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.modal-linklist a {
  color: #3a424f;
}
.modal-footer {
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.btn-modal-close {
  display: block;
  width: 100%;
  padding: 15px;
  font-weight: 500;
  font-size: 17px;
  color: #757575;
}
/* ==========================================================================
   Icons
   ========================================================================== */
.svg .search-icon {
  background-image: url("../svg/search.svg");
}
.svg .device-status-icon {
  background-image: url("../svg/status-icons.svg");
}
.svg .icheckbox.checked {
  background-image: url("../svg/checkbox.svg");
}
.svg th.sorting {
  background-image: url("../svg/sorting.svg");
}
.svg .arrow-down-grey {
  background-image: url("../svg/arrow-down-grey.svg");
}
.svg .arrow-down-blue {
  background-image: url("../svg/arrow-down-blue.svg");
}
.svg .arrow-down-white {
  background-image: url("../svg/arrow-down-white.svg");
}
.svg .arrow-down-dark {
  background-image: url("../svg/arrow-down-dark.svg");
}
.svg .arrow-right-blue {
  background-image: url("../svg/arrow-right-blue.svg");
}
.svg .arrow-big-left {
  background-image: url("../svg/arrow-big-left.svg");
}
.svg .settings-button {
  background-image: url("../svg/settings.svg");
}
.svg .sidebar-icon-pile {
  background-image: url("../svg/sidebar-icon-pile.svg");
}
.svg .sidebar-icon-marker {
  background-image: url("../svg/sidebar-icon-marker.svg");
}
.svg .sidebar-icon-eye {
  background-image: url("../svg/sidebar-icon-eye.svg");
}
.no-svg .search-icon,
.no-js .search-icon {
  background-image: url("../png/search.png");
}
.no-svg .device-status-icon,
.no-js .device-status-icon {
  background-image: url("../png/status-icons.png");
}
.no-svg .icheckbox.checked,
.no-js .icheckbox.checked {
  background-image: url("../png/checkbox.png");
}
.no-svg th.sorting,
.no-js th.sorting {
  background-image: url("../png/sorting.png");
}
.no-svg .arrow-down-grey,
.no-js .arrow-down-grey {
  background-image: url("../png/arrow-down-grey.png");
}
.no-svg .arrow-down-blue,
.no-js .arrow-down-blue {
  background-image: url("../png/arrow-down-blue.png");
}
.no-svg .arrow-down-white,
.no-js .arrow-down-white {
  background-image: url("../png/arrow-down-white.png");
}
.no-svg .arrow-down-dark,
.no-js .arrow-down-dark {
  background-image: url("../png/arrow-down-dark.png");
}
.no-svg .arrow-right-blue,
.no-js .arrow-right-blue {
  background-image: url("../png/arrow-right-blue.png");
}
.no-svg .arrow-big-left,
.no-js .arrow-big-left {
  background-image: url("../png/arrow-big-left.png");
}
.no-svg .settings-button,
.no-js .settings-button {
  background-image: url("../png/settings.png");
}
.no-svg .sidebar-icon-pile,
.no-js .sidebar-icon-pile {
  background-image: url("../png/sidebar-icon-pile.png");
}
.no-svg .sidebar-icon-marker,
.no-js .sidebar-icon-marker {
  background-image: url("../png/sidebar-icon-marker.png");
}
.no-svg .sidebar-icon-eye,
.no-js .sidebar-icon-eye {
  background-image: url("../png/sidebar-icon-eye.png");
}
.svg .sidebar-icon-customer {
    background-image: url("../png/Customer-20.png");
}
.svg .sidebar-icon-vpn {
  background-image: url("../png/vpn_21.png");
}
.svg .sidebar-icon-users {
    background-image: url("../png/users1-20.png");
}
.svg .sidebar-icon-system {
    background-image: url("../png/desktop.png");
}
.svg .sidebar-icon-event {
    background-image: url("../png/Task-03-32.png");
}
.search-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  background: no-repeat 0 0;
}
.device-status-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: middle;
  background: no-repeat;
}
.device-ok {
  background-position: 0 0;
}
.device-ok-problem {
  background-position: 0 -30px;
}
.device-alert {
  background-position: 0 -60px;
}
.device-waiting {
  background-position: 0 -90px;
}
.device-line-error {
  background-position: 0 -120px;
}
.device-no-link {
  background-position: 0 -150px;
}
.arrow-down-blue,
.arrow-down-grey,
.arrow-down-white,
.arrow-down-dark,
.arrow-right-blue,
.arrow-big-left {
  display: inline-block;
  width: 10px;
  height: 6px;
  vertical-align: middle;
  background: no-repeat 0 0;
}
.arrow-right-blue {
  width: 6px;
  height: 10px;
}
.arrow-big-left {
  width: 11px;
  height: 21px;
}
.remove-icon {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-style: normal;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar-icon {
  display: inline-block;
  width: 20px;
  height: 22px;
  margin-right: 12px;
  vertical-align: middle;
  background: no-repeat center;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.main-footer {
  padding: 40px 30px;
  margin-top: 72px;
  color: #929191;
  font-size: 16px;
  background: #fff;
}
.main-footer p {
  margin: 0;
}
.footer-logo {
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: middle;
}
/* ==========================================================================
   Media Querys
   ========================================================================== */
@media only screen and (min-width: 1765px) {
  .card-medium {
    width: calc(33% - 13px);
  }
  .card-medium:nth-of-type(odd) {
    margin-left: 25px;
    clear: none;
  }
  .card-medium:nth-of-type(3n+1),
  .card-medium:first-of-type {
    margin-left: 0;
    clear: both;
  }
  .card-small {
    width: calc(25% - 19px);
  }
  .card-small:nth-of-type(3n+1) {
    margin-left: 25px;
    clear: none;
  }
  .card-small:nth-of-type(4n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media only screen and (min-width: 1565px) {
  .sidebar-minified .card-medium {
    width: calc(33% - 13px);
  }
  .sidebar-minified .card-medium:nth-of-type(odd) {
    margin-left: 25px;
    clear: none;
  }
  .sidebar-minified .card-medium:nth-of-type(3n+1),
  .sidebar-minified .card-medium:first-of-type {
    margin-left: 0;
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  #sidebar {
    position: relative;
    width: auto;
    height: 50px;
    min-height: 1px;
    float: none;
  }
  .sidebar-title {
    margin: 0 0 0 60px;
    line-height: 50px;
  }
  .sidebar-title span {
    float: none;
  }
  .sidebar-title-big {
    display: none;
  }
  .sidebar-part {
    display: none;
  }
  .sidebar-part.dropdown {
    position: absolute;
    display: block;
    top: 0;
    right: 50px;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .sidebar-part.dropdown .avatar {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 17px 0;
    font-size: 14px;
    background: none;
  }
  .sidebar-part.dropdown .hidable,
  .sidebar-part.dropdown .hidable-link-name {
    display: none;
  }
  .sidebar-part.dropdown .dropdown-menu {
    left: auto;
    right: 0;
  }
  #main {
    width: auto;
    float: none;
  }
  .top-sidebar-toggle {
    z-index: 20;
    height: 50px;
    width: 50px;
    border-right: 1px solid #444c5a;
  }
  .top-sidebar-toggle .arrow-big-left {
    width: 20px;
    height: 10px;
    margin: 20px auto;
    background: none;
    border-top: 2px solid #fff;
  }
  .top-sidebar-toggle .arrow-big-left:before,
  .top-sidebar-toggle .arrow-big-left:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 2px;
    background: #fff;
  }
  .main-top {
    position: static;
    padding: 2px 0;
  }
  .main-top > .row {
    margin-left: 0;
  }
  .main-top > .row > * {
    position: static;
  }
  .main-top > .row > .top-search-form {
    position: relative;
    width: 100%;
  }
  .top-search-form {
    font-size: 12px;
  }
  .top-search-form button {
    position: absolute;
    top: 0;
    right: 15px;
  }
  .top-search-form button .search-icon {
    width: 20px;
    height: 20px;
    background-size: 100% auto;
  }
  #add-new-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 20;
    padding: 15px 17px;
    text-align: left;
    color: #3c9adf;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #add-new-btn .big-plus {
    margin: -3px 15px 0 -5px;
    color: #fff;
  }
  /* sidebar-top-open */
  .sidebar-top-open #sidebar {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .sidebar-top-open #sidebar > nav {
    position: absolute;
    width: 100%;
    height: auto;
  }
  .sidebar-top-open .sidebar-icon {
    margin: 0 10px 0 0;
  }
  .sidebar-top-open .sidebar-title {
    display: block;
  }
  .sidebar-top-open .sidebar-part {
    display: block;
    margin: 0;
    padding: 20px;
    text-align: left;
    background: #3a424f;
  }
  .sidebar-top-open .sidebar-part.dropdown {
    margin-top: 0;
    border-top: 0;
    padding: 0;
  }
  .sidebar-top-open .sidebar-part.dropdown + .sidebar-part {
    margin-top: 0;
  }
  .sidebar-top-open .hidable-link-name {
    display: inline !important;
  }
  .sidebar-top-open #main {
    width: auto;
  }
}
@media only screen and (max-width: 1035px) {
  .card,
  .card-nobox {
    width: auto;
    height: auto;
    float: none;
    margin-left: 0;
    clear: both;
  }
  .card-nobox:nth-of-type(odd),
  .card:nth-of-type(odd) {
    margin-left: 0;
    clear: both;
  }
}
@media only screen and (max-width: 60em) {
  .container {
    padding: 0 20px;
  }
  [class*="kala"] {
    width: auto;
    margin: 0;
    float: none;
    clear: both;
  }
  /*
  [class*="offset"] {
    padding-left: 0;
  }
  */
}
/* ==========================================================================
   Print Stylesheet
   ========================================================================== */

	@media print {
		* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
		a, a:visited { text-decoration: underline; }
		a[href]:after { content: " (" attr(href) ")"; }
		abbr[title]:after { content: " (" attr(title) ")"; }
		.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
		pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
		thead { display: table-header-group; } /* h5bp.com/t */
		tr, img { page-break-inside: avoid; }
		img { max-width: 100% !important; }
		@page { margin: 0.5cm; }
		p, h2, h3 { orphans: 3; widows: 3; }
		h2, h3 { page-break-after: avoid; }
	}
