/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_1089">Text with this font applied</p> */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600');

* {
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', Arial, sans-serif;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #585858;
  background-color: #f9f9f9;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 2px;
}

h1 {
  max-width: 1020px;
  margin: 21px auto;
}

a {
  text-decoration: none;
  color: #01b5d8;
}

a:hover {
  color: #cccccc;
}

input, textarea, select {
    width: 100%;
    border: 1px solid #c3c3c3;
    font-size: 16px;
    box-sizing: border-box;
    font-family: 'Poppins', Arial, sans-serif;
}

input, textarea {
    padding: 10px 15px;
}

input[type="radio"] {
  width: initial;
}

input[type="checkbox"] {
  width: initial;
}

select {
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

textarea {
    line-height: 26px;
    height: auto;
    min-height: 100px;
    width: 100%;
    resize: none;
}

svg.svg_icon path, svg circle.svg_icon, svg.svg_icon polygon {
  fill:#585858;
}

a:hover svg.svg_icon path, a:hover svg.svg_icon circle, a:hover svg.svg_icon polygon {
  fill:#01b5d8;
}

/* messages styles */
.message , .melding, #message
{
  border:         1px solid;
  display:        block;
  padding:        7px 10px 7px 10px;
  margin:         10px 0px 10px 0px;
  line-height:      20px;
  min-height:       20px;
  text-align:       left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-left-width: 5px;
  vertical-align: middle;
}

.message p , .melding p, #message p
  {
    margin:0px;
    padding:0px;
  }

  .message svg, .melding svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding-right: 5px;
  }

  .success , .succes {
    background-color:#D5FFCE;
    border-color:#9ADF8F !important;
    color: #556652;
  }

  .warning {
    background-color:#FFFBCC;
    border-color:#E6DB55 !important;
    color:#666452;
  }
  
  .error {
    background-color:#FFCECE;
    border-color:#DF8F8F !important;
    color:#665252;
  }
  .information , .info {
    background-color:#DBE3FF;
    border-color:#4974ff !important;
    color:#585B66; 
  }

  .information svg path, 
  .info svg path 
  {
    fill: #4974ff;
  }

header {
	box-shadow: 0px 8px 20.16px 0.84px rgba(2, 3, 3, 0.14);
	vertical-align: center;
	text-align: center;
	letter-spacing: 2px;
  margin-bottom: 30px;
  background-color: #ffffff;
}

header a {
	color: #585858;
	text-decoration: none;
	padding-right: 25px;
  font-weight: 300;
}

header a:hover, header a.active {
	color: #01b5d8;
}

.header_center {
	display: flex;
	width: 1020px;
	margin: 0px auto;
	align-items: center;
	height: 77px;
	font-size: 16px;
}

.space {
	flex-grow: 2;
	align-content: center;
}

.flex {
	flex-grow: 1;
	align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_logo img {
    width: 60px;
    height: 44px;
    vertical-align: center;
    align-content: center;
}

.header_logo {
    width: 70px;
    text-align: left;
}

header.header_loggedin {
  background-color: #5a5a5a;
  color: #ffffff;

}

header.header_loggedin .button_icon {
  color: #ffffff;
}

header.header_loggedin .button_icon:hover {
  border-color: #ffffff;
}

header.header_loggedin .button_icon svg path {
  fill: #ffffff;
}

header.header_loggedin .dropdown-content {
  font-size: 14px;
}

header.header_loggedin a.head_home,
header.header_loggedin a.head_screens,
header.header_loggedin a.head_reporters,
header.header_loggedin a.head_logs,
header.header_loggedin a.head_functions,
header.header_loggedin a.head_widgets,
header.header_loggedin a.button_icon
 {
  color: #ffffff;
}

header.header_loggedin a.head_home.active,
header.header_loggedin a.head_customers.active
 {
  color: #01b5d8;
}

header.header_loggedin a.head_customers
 {
  padding-left: 10px;
}


.hide {
	display: none;
}

.load-bar {
  position: fixed;
  margin-top: 0px;
  width: 100%;
  height: 3px;
  background-color: #c6a6cf;
  top: 0;
}

.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #005b87;
  animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: #02b5db;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #7d2283;
  animation: loading 3s linear 2s infinite;
}

@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}

.footer {
  display: none;
}

.page {
  display: flex;
  width: 1020px;
  margin: 20px auto 20px auto;
  align-content: left;
}

.page_menu {
  width: 230px;
  padding-right: 20px;
  flex: 0 0 230px;
}

.page_content {
  width: 100%;
  text-align: left;
}

.page_widgets {
  flex: 0 0 300px;
}

.page .page_widgets:last-child {
  padding-left: 20px;
}

.page .page_widgets:first-child {
  padding-right: 20px;
}

.sub_menu {
  width: 100%;
  padding: 15px 0px;
  box-sizing: border-box;    
  }

  .sub_menu ul {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      list-style: none;
  }

  .sub_menu li {
      vertical-align: middle;
      color: #00355f;
      display: block;
  }

  .sub_menu li.line {
    border-bottom: 1px solid #c2c2c3;
  }

  .sub_menu li.title {
    border-bottom: 1px solid #c2c2c3;
    border-top: 1px solid #c2c2c3;
    font-weight: normal;
    color: #00355f;
    padding: 15px 15px;
    display: block;
    vertical-align: middle;
  }

  .sub_menu li a {
    color: #00355f;
    padding: 15px 15px 15px 11px;
    display: block;
    vertical-align: middle;
    transition: border-left-color 0.4s;
    border-left: 3px solid transparent;
  }

  .sub_menu li a:hover {
    border-left-color: #3faca9;
    text-decoration:none;
  }

  .sub_menu li.submenu_active a {
    border-left-color: #7d2281;
  }

  .sub_menu li.submenu_active ul li a {
    border-left-color: #ffffff;
  }

  .sub_menu li.red a {
    background-color: #d14836 ;
    color: #ffffff;
  }

  .sub_menu li.red:hover a {
    background-color:#de6b5c ;
  }

  .sub_menu li.green a {
    background-color: #33BAB0 ;
    color: #ffffff;
  }

  .sub_menu li.green:hover a {
    background-color:#6DCAC3 ;
  }

  .sub_menu li svg {
      vertical-align: bottom;
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-right: 5px;
  }

  .sub_menu li ul li a {
    margin-left: 15px;
  }

  .sub_menu li path {
      fill:#00355f;
  }

  .sub_menu li path.svg_verified_check {
      fill: #ffffff;
  }

  .sub_menu li svg.svg_arrow_left {
    margin-left: -5px;
    padding-right: 5px;
  }

  .sub_menu h3 {
    text-align: left;
  }

  .button {
    border-radius: 7px;
    padding: 8px 20px;
    background-color: #ececec;
    transition: background-color 1s;
    color: #585858;
    line-height: 36px;
    border: 2px solid #d4d4d4;
  }

 .button:hover {
    background-color: #d4d4d4;
    color: #585858;
  }

  .button.big {
      padding: 20px 30px;
      line-height: 56px;
      font-size: 17px;
  }

  .button.blue {
      background-color:#01b5d8 ;
      color: #ffffff ;
      border-color: #01b5d8 ;
  }

  .button.red {
      background-color:#7d2283 ;
      color: #ffffff;
      border-color: #7d2283 ;
  }

  .button.green{
      background-color:#33BAB0 ;
      color: #ffffff ;
      border-color: #33BAB0 ;
  }

  .button.loading {
    opacity: 0.5;
    cursor: default;
  }

  .button.green:hover {
    background-color:#6DCAC3 ;
  }

  .button.blue:hover {
      background-color:#33ccff ;
  }

  .button.red:hover {
      background-color:#c6a6cf ;
      color: #7d2283 ;
  }

.svg_radio_button  {
  width: 35px;
    vertical-align: middle;
    cursor: pointer;
  }

  .radio_button_fill {
    fill:#fff;
  }

  .radio_button_border {
    fill:#CCCCCC;
  }

  .radio_button_selected .radio_button_fill,
  .radio_button_selected_all .radio_button_fill {
    fill:#33BAB0;
  }

.checkbox, .radio_button {
  vertical-align: middle;
}

.radio_button {
    display: inline-block;
}

.svg_checkbox  {
  width: 35px;
    vertical-align: middle;
    cursor: pointer;
  }

  .checkbox_fill {
    fill:#fff;
  }

  .checkbox_border {
    fill:#CCCCCC;
  }

  .checkbox_selected .checkbox_fill,
  .checkbox_selected_all .checkbox_fill
   {
    fill:#118040;
  }

  .checkbox_selected .checkbox_border,
  .checkbox_selected_all .checkbox_border
   {
    display: none;
  }

.list {
    background-color: #FFF;
    vertical-align: top;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.12),0 1px 1px rgba(0, 0, 0, 0.24);
    margin-bottom: 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .list_row {
    display: table;
      width: 100%;
      table-layout: fixed;
        box-sizing: border-box;
        border-bottom:1px solid #F3F3F3;
  }

  .list_row:hover {
    background-color: #f9f9f9;
  }

  .list_header, .list_footer {
      border-bottom: 1px solid #ccc;
      color: #A09F9F;
  }

  .list_header:hover {
    background-color: #ffffff;
  }

  .list_cell {
    display: table-cell;
      padding: 20px 10px;
      vertical-align: middle;
  }

  .list_cell:first-child {
    padding-left: 20px;
  }

  .list_cell:last-child {
    padding-right: 20px;
  }

  .list_action {
    cursor: pointer;
  }

  .list_options {
    padding: 10px 10px 10px 20px;
        background-color: #8A9FA5;
      color: #ffffff;
      display: none;
  }

  .list_options .button {
    margin-left: 5px;
  }

  .list_menu {
    width: 50px;
    cursor: pointer;
  }

  .list_menu svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
  }

  .list_menu svg path {
    fill: #00355f;
  }

  .list_menu:hover svg.svg_dots_menu path {
    fill: #01b5d8;
  }

  .list_pager {
    text-align: left;
    margin-bottom: 15px;
  }

  .list_pager ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    display: table;
    border-spacing: 5px;
    margin-left: -5px;
  }

  .list_pager li {
    display: table-cell;
    background-color: #ffffff;
      vertical-align: middle;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.12),0 1px 1px rgba(0, 0, 0, 0.24);
  }

  .list_pager li a{
    display: block;
        padding: 8px 12px;
      color: #8A9FA5;
      text-decoration: none;
  }

  .list_pager li a:hover {
    background-color: #01b5d8;
      color: #ffffff;
  }

  .list_pager li.list_current_page a {
    background-color: #8A9FA5;
    color: #ffffff;
  }

  .list_select .list_cell:first-child {
    width: 35px;
  }

  .list_price {
    text-align: right;
  }

  .list_nav_text {
    float: right;
    margin-top: 15px;
  }

  .list_icon svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    cursor: pointer;
  }

  .list_icon svg path {
    fill: #00355f;
  }

  .list_search {
    display: flex;
    background-color: #eaeaea;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    align-content: center;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }

  .list_search .input {
    width: 100%;
    padding: 12px 20px;
  }

  .list_search .input input {
    width: 100%;
  }

  .list_search .icon {
    flex: 0 0 50px;
  }

  .list_search .icon svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }

.block {
  background-color: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  width: 100%;
  margin-bottom: 25px;
}

.block .note {
  background-color: #FFFBCC;
}

.block .note textarea {
    background-color: #FFFBCC;
    border: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    padding: 15px 15px 5px 15px;
    height: 78px;
    resize: none;
}

.block .title {
    padding: 23px 0px 15px 0px;
    margin: 0px 25px 0px 25px;
    border-bottom: 1px solid #ebebeb;
    flex-grow: 1;
    align-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block .title h1, .block .title h2, .block .title h3 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
}

.block .content {
    padding: 25px 25px;
}

.block .content p:first-child{
  margin-top: 0px;
}

.block .content p:last-child{
  margin-bottom: 0px;
}

.block .action {
  padding: 25px 25px;
  background-color: #eaeaea;
  border-top: 1px solid #d4d4d4;
}

.popup_content .block .action {
  border-bottom: 1px solid #d4d4d4;
}

.block .title .icon, .change_park .icon {
    flex: 0 0 25px;
}

.block .title .icon:first-child {
    margin-right: 10px;
}

.block .title .icon:last-child {
    margin-left: 10px;
}

.block .title .icon svg, .page_title .icon svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.block .title .input {
    flex: 0 0 150px;
}

.block .done {
  padding: 25px 25px;
  text-align: center;
  font-weight: 300;
}

.block .message {
    margin: 0px 25px 25px 25px;
}

.form .row {
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
}

.form .row:first-child {
  padding-top: 35px;
}

.form .row:last-child {
  padding-bottom: 35px;
}

.form .label {
  flex: 0 0 200px;
  padding-right: 30px;
  align-self: flex-start;
  padding-top: 11px;
}

.form .input {
  width: 100%;
}

.form .text {
  padding-top: 11px;
  width: 100%;
}

.form .input_icon {
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form .input_icon .icon {
  flex: 0 0 40px;
}

.form .input_icon svg,
.form .input_icon img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: block;
}

.form i {
  font-size: 12px;
  color: #cccccc;
  padding-top: 10px;
  display: block;
}

.block .messages .message {
  margin: 25px 25px;
}

.required {
  color: #D14836 ;
}

.redborder {
  border-color: #D14836;
}

.block.center {
  margin: 150px auto;
  max-width: 500px;
}

.button_icon {
  border:1px solid transparent;
  display: inline-block;
  padding: 10px 10px;
  text-align: center;
  min-width: 25px;
  transition: border 1s;
  vertical-align: middle;
  color: #585858;
}

.button_icon:hover {
  border:1px solid #585858;
  color: #585858;
}

.button_icon svg {
  height: 22px;
  width: 22px;
  vertical-align: middle;
}

.button_icon span {
  vertical-align: middle;
}

.button_icon:hover {
  border:1px solid #01b5d8;
  color: #01b5d8;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0px 0px;
    z-index: 1;
    text-align: left;
    border-radius: 4px;
}

header .dropdown-content {
    min-width: 200px;
}

.dropdown-content a {
  display: block;
  padding: 13px 13px;
  border-bottom: 1px solid #ebebeb;
}

.dropdown svg.svg_arrow_down {
  height: 11px;
  width: 11px;
  transition: transform 0.4s;
}

.dropdown:hover svg.svg_arrow_down {
    ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown.active .button_icon {
  color: #01b5d8;
}

.dropdown.active .button_icon svg path {
  fill: #01b5d8;
}

.header_login .button_icon.active svg path {
  fill: #01b5d8;
}

header.header_loggedin .head_home.active svg path {
  fill: #01b5d8;
}

#popupscreen {
    background-color:#CCC;
    opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
    z-index:100;
    top:0;
    right:0;
    left:0;
    bottom:0;
    position:fixed;
    display:none;
  }

  #site_popup {
    z-index: 101;
    position: fixed;
    height: 100%;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: none;
    flex-direction: column ;
  }

  #loading_popup {
    position: fixed;
    background-color: #FFFBCC;
    z-index: 102;
    line-height: 54px;
    height: 54px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    border: 1px solid #E6DB55;
    padding-left: 25px;
    border-top: 0px;
    display:none;
  }

  svg#crowd_loader path,
  svg#crowd_loader rect{
    fill: #00AEEF;
  }

  #loading_popup svg#crowd_loader {
      vertical-align: middle;
      float: right;
      margin-top: 5px;
      margin-right: 5px;
  }

  .popup_content {
    padding:0px 0px ;
    width: 700px;
    min-height: 150px;
    background-color: #FFF;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .popuploader {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%; 
    margin-left: -16px;
    margin-top: -16px;
  }
  
  .popuploader img {
    width: 60px;
    height: 60px;
  }

  #site_popup.smallpopup {
    width:500px;
    height:auto;
    margin-left: -250px;
    margin-top: -100px;
    top:50%;
    bottom:50%;
  }

  .popup_header {
    padding: 0px 0px 20px 0px;
    text-align: right;
    width: 700px;
  }

  .popup_header .popup_close {
    cursor:pointer;
    vertical-align: middle;
    display: table-cell;
    width: 35px;
    padding-left: 15px;
    float: right;
    text-align: right;
  }

  .popup_header .popup_close .svg_close {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }

  .popup_header .popup_close .svg_close path {
    fill:#585858;
  }

  .popup_header .popup_close:hover .svg_close path {
    fill:#01b5d8;
  }

  .center_center {
    height: 100%;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column ;
    display: flex;
    position: absolute;
  }

  .dropdown_new {
      background-color: #01b5d8;
      color: #ffffff;
  }

  .dropdown_new:hover {
      background-color: #33ccff;
      color: #ffffff;
  }

header .change_park {
  display: flex;
  justify-content: center;
  align-items: center; 
  width: 100%;
  padding: 15px 15px;
  border-bottom: 1px solid #c2c2c3;
  background-color: #efefef;
  cursor: pointer;
  box-sizing: border-box;
  color: #585858;
  line-height: 20px;
}

header .change_park:hover {
  background-color: #cccccc;
}

header .park_info {
  width: 100%;
}

header .change_park svg {
  vertical-align: middle;
  height: 20px;
  width: 20px;
}

header .settings .dropdown-content {
  min-width: 230px;
}

header.header_loggedin .new_message .button_icon svg path {
  fill: #01b5d8;
}

.dropdown.notifications .dropdown-content {
  margin-left: -100px !important;
}

header .dropdown-content {
  min-width: 250px;
}

.tabs {
    background-color: #5a5a5a;
    color: #ffffff;
    margin:0px 0px 0px 0px;
    padding:0px 25px 0px 25px;
  }

  .tabs li {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
  }
  
  .tabs li {
    list-style:none;
    line-height:34px;
    display: inline-block;
  }

  .tabs li {
    list-style:none;
    line-height:34px;
    display: inline-block;
  }

  .tabs li a {
    color:#ffffff;
    font-size:15px;
    text-decoration:none;
    display: block;
    padding: 10px 10px 4px 10px;
    transition: border-bottom 0.4s;
    border-bottom: transparent 4px solid;
  }

  .tabs li a:hover {
    border-bottom: #ffffff 4px solid;
  }

  .tabs li.tab_active a {
    border-bottom: #01b5d8 4px solid;
  }

  .tabs li:first-child a {
    margin-left: -10px;
  }

.tabs_white {
  background-color: #ffffff;
  color: #5a5a5a;
  border-bottom: #ebebeb 1px solid;
}

  .tabs_white li a {
    color: #5a5a5a;
  }

.list_pager {
    text-align: left;
    margin-bottom: 15px;
  }

  .list_pager ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    display: table;
    border-spacing: 5px;
    margin-left: -5px;
  }

  .list_pager li {
    display: table-cell;
    background-color: #ffffff;
      vertical-align: middle;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.12),0 1px 1px rgba(0, 0, 0, 0.24);
  }

  .list_pager li a{
    display: block;
        padding: 8px 12px;
      color: #8A9FA5;
      text-decoration: none;
  }

  .list_pager li a:hover {
    background-color: #01b5d8;
      color: #ffffff;
  }

  .list_pager li.list_current_page a {
    background-color: #8A9FA5;
    color: #ffffff;
  }

.go_back {
    display: none;
  }

  .go_back_header .go_back {
    display: inline-block;
  }

  .go_back_header .header_menu .dropdown,
  .go_back_header .header_menu .head_home,
  .go_back_header .header_menu .head_customers {
    display: none;
  }

.table {
  display: table;
  box-sizing: border-box;
  vertical-align: middle;
}

.table .row {
  display: table-cell;
  padding: 5px 0px;
}

.popup_save{
  display: inline-flex;;
}

.popup_cancel{
  display: inline-flex;;
}

.select {
    display: flex;
    text-align: left;
    align-items: center;
    background-color: #f3f3f3;
    padding: 5px 10px;
    border: 1px solid #d5d5d5;
    border-radius: none;
    box-sizing: border-box;
    margin-top: -1px;
    }

    .select {
        margin-top: 0px;
        border-radius: 4px;
        padding: 10px 10px;
    }

    .select.new {
        border: #7d2283 1px dashed;
        background-color: #ffffff;
        cursor: pointer;
        transition: background-color 1s;
        color: #7d2283;
    }

    .select.new b {
      font-weight: normal ;
    }

    .select.copy {
        border: #7d2283 1px dashed;
        background-color: #ffffff;
        cursor: pointer;
        transition: background-color 1s;
        color: #7d2283;
    }

    .select.copy b {
      font-weight: normal ;
    }

    .select .icon {
        flex: 0 0 30px;
        text-align: left;
    }

    .select .icon svg path {
        fill: #7d2283;
    }

    .select .icon svg
    {
        height: 20px;
        width: 20px;
        vertical-align: middle;
    }

    .select.new:hover {
        border-style: solid;
    }

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10px auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

.blur {
  opacity: 0.6;
}


/*file upload styles*/

.file {
    display: inline-block;
    box-shadow: 0 0 1px #999999;
    margin: 8px 8px;
    width: 200px;
    height: 146px;
    border:1px solid #cccccc;
    vertical-align: top;
    background-color: #ffffff;
}

.file_thumb, .file_icon {
    width: 100%;
    height: 146px;
    overflow: hidden;
}

.file_thumb img {
    width: 100%;
}

.file_menu svg {
    width: 16px;
    height: 16px;
}

.file_details {
    display: table;
    width: 100%;
    height: 36px;
    margin-top: -36px;
    opacity: 0.9;
    background-color: #ffffff;
    table-layout:fixed;
}

.file_size, .file_menu, .file_date {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 10px;
    max-width: 100%;
}

.file_menu {
    width: 16px;
    cursor: pointer;
    text-align: right;
}

.file_menu svg {
    vertical-align: middle;
}

.file_size {
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 3px 0px 15px;
}

.file_name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
    margin-top: 15px;
    margin-left: 15px;
    line-height: 20px;
}

.file_name img {
    display: inline-block;
    vertical-align: top;

}

.loader_text, .file_cancel {
    height: 92px;
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 28px 10px;
    word-wrap: break-word;
}

.file_cancel {
    cursor: pointer;
    display: none;
}

.loader_procent {
    font-size: 20px;
}

.loader {
    background-color: #cccccc;
    width: 100%;
    height:30px;
    margin-top: -32px;
}

.loader-bg {
    background-color: #33BAB0;
    width: 32%;
    display: block;
    height: 30px;
}

.file_upload {
    text-align: center;
    font-size: 16px;
    transition: box-shadow 0.4s;
    cursor: pointer;
    padding: 10px 10px;
    background-image: url(https://storage.googleapis.com/crowdsite-static/icons/upload.png);
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: 150px;
    background-size: 40px 40px;
}

.file_upload:hover {
    box-shadow: 0 0 9px #797979;
}

.file_upload svg {
    width: 45px;
    height: 45px;
    margin-top: 30px;
}

.file_cancel_round {
    width: 38px;
    height: 38px;
    background-color: #de6b5c;
    -moz-border-radius: 19px;
    border-radius: 19px;
    display: inline-block;
}

.file_cancel svg {
    width: 17px;
    height: 17px;
    margin-top: 11px;
    margin-left: 1px;
}

.file_cancel svg path {
    fill: #ffffff;
}

.file_cancel:hover .file_cancel_round {
    background-color: #D14836;
}

.file_upload_process:hover .loader_text {
    display: none;
}

.file_upload_process:hover .file_cancel {
    display: block;
}


.file_small .file {
    display: table;
    width: 100%;
    height: auto;
    box-shadow:none;
    border:none;
}

.file_small .file_icon, .file_small .file_details {
    display: table-cell;
    vertical-align: middle;
    table-layout: auto;
    background-color:transparent;
    z-index: 0;
}

.file_small .file_details {
  height: auto;
  margin-top: 0px;
  width: 100px;
}

.file_full .file_details {
  width: 200px;
}

.file_small .file_name {
    overflow: hidden;
    white-space: inherit;
    text-overflow: ellipsis; 
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
}

.file_small .file_thumb, .file_small .file_icon {
    height: auto;
    width: auto;
}

.file_date {
  display: none;
}

.file_full .file_date {
  display: table-cell;
}

.file_small .file_upload {
    transition: background-color 0.4s;
    background-color: #F3F3F3;
    padding: 15px 5px;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0px 0px;
    background: none;
}

.file_small .file_upload:hover {
    background-color: #e5e5e5;
}

.file_small .file_upload svg {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
}

.file_small .file_upload p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}


.file_small .loader_text, .file_small .file_cancel {
    height: auto;
    padding: 5px 5px;
}

.file_small .loader {
    height: auto;
    margin-top: 0px;
}

.file_small .loader-bg {
    height: 5px;
}

.file_small .file_cancel p {
    display: inline-block;
}

.file_small .file_cancel_round {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.file_small .file_cancel_round svg {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-left: 0px;
}

.dz-drag-hover {
  border-style: solid;
}

.drag {
    cursor: ns-resize;
}

.drag svg.drag_dots {
    height: 22px;
    width: 22px;
    vertical-align: middle;
}

.step_count {
  float: right;
  color: #888888;
  font-style: italic;
  margin-top: 5px;
}

.breadcrumb {
  background-color: #5a5a5a;
  color: #ffffff;
  padding: 5px 15px;
  display: flex;
}

.breadcrumb ul {
  width: 100%;
}

.breadcrumb ul, .breadcrumb li {
  margin: 0px 0px;
  padding: 0px 0px;
  list-style: none;
}

.breadcrumb li {
  font-size: 12px;
}

.breadcrumb li a {
  padding: 0px 40px;
  color: #ffffff;
  text-decoration: underline;
  background-image: url(https://storage.googleapis.com/reporter-static/icons/right-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 10px;
}

.breadcrumb li a:hover {
  text-decoration: none;
}

.breadcrumb li a:first-child {
  padding-left: 0px;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

.breadcrumb li svg {
  width: 17px;
  height: 17px;
  vertical-align: middle;
}

.breadcrumb li svg path, .breadcrumb li svg polygon {
  fill:#ffffff;
}

.breadcrumb .icon {
  flex: 0 0 93px;
  text-align: right;
}

.breadcrumb .icon svg path {
  fill:#ffffff;
}

.round {
    width: 20px;
    height: 20px;
    background-color: orange ;
    margin: 0px auto;
    border-radius: 50%;
}

.round.online {
    background-color: green ;
}

.round.offline {
    background-color: red ;
}

.round.ping {
    background-color: orange ;
}

.device_row {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0px;
}


.device_row .device_protocol {
  flex:0 0 200px;
}

.device_row .device_status {
  flex:0 0 30px;
}

.device_row .device_action {
  flex:0 0 100px;
}

.device_row .device_name {
  width: 100%;
}

.divice_list {
  padding: 0px 25px;
}


.reporter_row {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0px;
}

.reporter_row .reporter_status {
  flex:0 0 30px;
}

.reporter_row .reporter_action {
  flex:0 0 30px;
  padding-right: 25px;
}

.reporter_row .reporter_name {
  width: 100%;
  padding-left: 25px;
}

.reporter_list {
  width: 100%;
}

.onoffswitch {
    position: relative; width: 104px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    flex: 0 0 70px;
    text-align: left;
}

.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 22px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 40px; padding: 0; line-height: 40px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 11px;
    background-color: #7D2283; color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 11px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.onoffswitch-switch {
    display: block; width: 13px; margin: 11px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 37px;
    border: 2px solid #FFFFFF; border-radius: 22px;
    transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


.add {
  display: flex;
  text-align: left;
  align-items: center;
  box-sizing: border-box;
  margin-top: 0px;
  border-radius: 4px;
  padding: 10px 10px;
  border: #70418d 1px dashed;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 1s;
  color: #70418d;
  }

  .add .icon {
      flex: 0 0 30px;
      text-align: left;
  }

  .add .icon svg path, a.add:hover .icon svg path {
      fill: #70418d;
  }

  .add .icon svg
  {
      height: 20px;
      width: 20px;
      vertical-align: middle;
  }

  a.add:hover {
      border-style: solid;
      color: #70418d;
  }

.popup_content .block {
  margin-bottom: 0px;
}

.switch_disabled .onoffswitch-inner:before {
    background-color: #5a5a5a;
    color: #ffffff;
}

.switch_disabled .onoffswitch-inner:after {
    background-color: #5a5a5a;
    color: #ffffff;
}

.hide {
  display: none !important;
}

.page_title {
  display: flex;
  align-items: center;
  max-width: 1020px;
  margin: 0px auto;
}

.page_title h1, .page_title h2 {
  width: 100%;
}

.page_title .icon {
  flex: 0 0 60px;
}

.head_mobile {
  display: none;
}

.network_disconnected {
  padding: 25px 25px;
  background-color:#FFCECE;
  border-color:#DF8F8F !important;
  color:#665252;
  display: none;
}

.network_disconnected a {
  text-decoration: underline;
  color:#01b5d8;
}

.widget_loader {
  height: 100px;
  padding: 25px 0px;
  text-align: center;
}

.widget_loader img {
  width: 50px;
  height: 50px;
  margin: 0px auto;
}

@media (width: 1024px) {

}

@media (max-width: 767px) {

  h1 {
    margin: 21px 25px;
  }

  .block {
    box-shadow: none;
    border-radius: initial;
    display: block;
    width: 100%;
  }

  .page {
    display: block;
    width: 100%;
    padding: 25px 25px;
  }

  .header_menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    top: 77px;
    left: 0px;
    border-bottom: 1px solid #5a5a5a;
    padding: 10px 0px;
    z-index: 1;
  }

  .header_menu a, .header_menu div {
    display: block;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
  }

  header.header_loggedin a.head_home, header.header_loggedin a.head_customers, header.header_loggedin a.button_icon {
    color: #5a5a5a;
  }

  .header_menu .dropdown .dropdown-content {
    display: none;
    color: #5a5a5a;
  }

  .header_menu .go_back {
    display: none;
  }

  header.header_loggedin .header_menu .button_icon svg path {
    fill: #5a5a5a;
  }

  .head_mobile_menu {
    display: inline-block;
  }

  .header_login .head_settings .dropdown-content {
    margin-left: -103px !important;
  }

  .page_menu {
    display: none;
  }

  .header_menu .dropdown.head_reservations .dropdown-content,
  .header_menu .dropdown.head_invoicing .dropdown-content,
  .header_menu .dropdown.head_park .dropdown-content {
    position: initial;
    border-radius: 0px;
    box-shadow: none;
  }

  .header_mobile_menu {
    display: block;
  }

  .header_menu .head_home {
    display: none;
  }

  .form .row, .form .row .label {
    display: block;
  }

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

  .popup_header {
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
  }

  .popup_content {
    width: 100%;
  }

  .page .page_widgets , .page .page_widgets:last-child{
    padding-left: 0px;
  }

  .header_mobile_menu .go_back {
    display: block;
  }

  .block.center {
    margin: 0px auto;
  }

  .tabs {
    white-space: nowrap;
    overflow-x: scroll;
  }

  .hide_mobile {
    display: none;
  }

  .drag svg.drag_dots {
    display: none;
  }

  .header_center {
    width: 100%;
  }

  .head_mobile {
    display: inline-block;
  }

  .breadcrumb li {
    display: none;
  }

  .breadcrumb li:first-child {
    display: list-item;
  }

  .breadcrumb li:first-child a {
    background-image: none;
  }

  .device_row .device_protocol {
    display: none;
  }

  .tags_list .device_action .button_rights, 
  .tags_list .device_action .button_logs
  {
    display: none;
  }

  .tags_list .device_row .device_action {
    flex: 0 0 auto;
    text-align: right;
  }

  .device_row .device_name {
    width: 100%;
    overflow-wrap: break-word;
    max-width: 150px;
  }

}
